01JCRV89A36GZN6KC1B45Z3Z2W: 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: 01JCRV8S0X2QV71NTT4Y2R0CPG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-15T21:22:31.885Zjob assigned to worker 01JCRV8SEC272VG6JG5T730M3H [factory gimlet-EVT22200007-propolis, EVT22200007/18960] (queued for 25 s)
 
22024-11-15T21:22:39.759Zstarting task 0: "setup"
32024-11-15T21:22:39.783Z++ uname -s
42024-11-15T21:22:39.783Z+ kern=SunOS
52024-11-15T21:22:39.783Z+ case "$kern" in
62024-11-15T21:22:39.783Z+ groupadd -g 12345 build
72024-11-15T21:22:39.783Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-15T21:22:41.781Z+ zfs create -o mountpoint=/work rpool/work
92024-11-15T21:22:41.820Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-15T21:22:41.844Z+ home_fs=zfs
112024-11-15T21:22:41.844Z+ [[ zfs == autofs ]]
122024-11-15T21:22:41.844Z+ mkdir -p /home/build
132024-11-15T21:22:41.844Z+ chown build:build /home/build /work
142024-11-15T21:22:43.829Z+ chmod 0700 /home/build /work
152024-11-15T21:22:43.853Zprocess exited: duration 4076 ms, exit code 0
 
162024-11-15T21:22:43.901Zstarting task 1: "rust-toolchain"
172024-11-15T21:22:43.926Z+ printf ' * toolchain channel = "%s"
182024-11-15T21:22:43.926Z' 1.81.0
192024-11-15T21:22:43.926Z+ printf ' * toolchain profile = "%s"
202024-11-15T21:22:43.926Z' default
212024-11-15T21:22:43.926Z * toolchain channel = "1.81.0"
222024-11-15T21:22:43.926Z * toolchain profile = "default"
232024-11-15T21:22:43.926Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-15T21:22:43.926Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-15T21:22:44.054Zinfo: downloading installer
262024-11-15T21:22:44.586Zinfo: profile set to 'default'
272024-11-15T21:22:44.586Zinfo: default host triple is x86_64-unknown-illumos
282024-11-15T21:22:44.586Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-15T21:22:44.700Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-15T21:22:44.700Zinfo: downloading component 'cargo'
312024-11-15T21:22:44.988Zinfo: downloading component 'clippy'
322024-11-15T21:22:45.112Zinfo: downloading component 'rust-docs'
332024-11-15T21:22:45.554Zinfo: downloading component 'rust-std'
342024-11-15T21:22:46.292Zinfo: downloading component 'rustc'
352024-11-15T21:22:49.127Zinfo: downloading component 'rustfmt'
362024-11-15T21:22:49.260Zinfo: installing component 'cargo'
372024-11-15T21:22:50.350Zinfo: installing component 'clippy'
382024-11-15T21:22:50.790Zinfo: installing component 'rust-docs'
392024-11-15T21:22:53.518Zinfo: installing component 'rust-std'
402024-11-15T21:22:55.775Zinfo: installing component 'rustc'
412024-11-15T21:23:03.073Zinfo: installing component 'rustfmt'
422024-11-15T21:23:03.448Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-15T21:23:03.448Z
442024-11-15T21:23:03.596Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-15T21:23:03.596Z
462024-11-15T21:23:03.596Z
472024-11-15T21:23:03.596ZRust is installed now. Great!
482024-11-15T21:23:03.596Z
492024-11-15T21:23:03.596ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-15T21:23:03.596Zenvironment variable. This has not been done automatically.
512024-11-15T21:23:03.597Z
522024-11-15T21:23:03.597ZTo configure your current shell, you need to source
532024-11-15T21:23:03.597Zthe corresponding env file under $HOME/.cargo.
542024-11-15T21:23:03.597Z
552024-11-15T21:23:03.597ZThis is usually done by running one of the following (note the leading DOT):
562024-11-15T21:23:03.597Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-15T21:23:03.597Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-15T21:23:03.699Z+ rustc --version
592024-11-15T21:23:03.821Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-15T21:23:03.845Zprocess exited: duration 19925 ms, exit code 0
 
612024-11-15T21:23:03.897Zstarting task 2: "authentication"
622024-11-15T21:23:03.957Zprocess exited: duration 63 ms, exit code 0
 
632024-11-15T21:23:04.006Zstarting task 3: "clone repository"
642024-11-15T21:23:04.031Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-15T21:23:04.031Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-15T21:23:04.055ZCloning into '/work/oxidecomputer/omicron'...
672024-11-15T21:23:16.709Z+ cd /work/oxidecomputer/omicron
682024-11-15T21:23:16.709Z+ git fetch origin 963fcd56b278b6d19df878fa296a42eb596eb1bb
692024-11-15T21:23:17.238ZFrom https://github.com/oxidecomputer/omicron
702024-11-15T21:23:17.238Z * branch 963fcd56b278b6d19df878fa296a42eb596eb1bb -> FETCH_HEAD
712024-11-15T21:23:17.263Z+ [[ -n doc ]]
722024-11-15T21:23:17.263Z++ git branch --show-current
732024-11-15T21:23:17.263Z+ current=main
742024-11-15T21:23:17.263Z+ [[ main != doc ]]
752024-11-15T21:23:17.263Z+ git branch -f doc 963fcd56b278b6d19df878fa296a42eb596eb1bb
762024-11-15T21:23:17.263Z+ git checkout -f doc
772024-11-15T21:23:17.467ZSwitched to branch 'doc'
782024-11-15T21:23:17.491Z+ git reset --hard 963fcd56b278b6d19df878fa296a42eb596eb1bb
792024-11-15T21:23:17.515ZHEAD is now at 963fcd56b regenerate openapi
802024-11-15T21:23:17.515Zprocess exited: duration 13487 ms, exit code 0
 
812024-11-15T21:23:17.565Zstarting task 4: "build"
822024-11-15T21:23:17.589Z+ source .github/buildomat/ci-env.sh
832024-11-15T21:23:17.589Z++ export CARGO_TERM_COLOR=always
842024-11-15T21:23:17.589Z++ CARGO_TERM_COLOR=always
852024-11-15T21:23:17.589Z+ cargo --version
862024-11-15T21:23:17.645Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-15T21:23:17.670Z+ rustc --version
882024-11-15T21:23:17.726Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-15T21:23:17.750Z+ source ./env.sh
902024-11-15T21:23:17.750Z++ OLD_SHELL_OPTS=ehxB
912024-11-15T21:23:17.750Z++ set -o xtrace
922024-11-15T21:23:17.750Z++++ dirname ./env.sh
932024-11-15T21:23:17.750Z+++ readlink -f .
942024-11-15T21:23:17.750Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-15T21:23:17.750Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-15T21:23:17.750Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-15T21:23:17.750Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-15T21:23:17.750Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-11-15T21:23:17.750Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-11-15T21:23:17.750Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-11-15T21:23:17.750Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-11-15T21:23:17.750Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-11-15T21:23:17.750Z++ case $OLD_SHELL_OPTS in
1042024-11-15T21:23:17.750Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-15T21:23:17.750Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-11-15T21:23:17.750Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-11-15T21:23:17.750Z+ banner prerequisites
1082024-11-15T21:23:17.750Z
1092024-11-15T21:23:17.750Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-15T21:23:17.750Z # # # # # # # # # # # # # # #
1112024-11-15T21:23:17.751Z # # # # ##### # # ##### # # # # # #### #
1122024-11-15T21:23:17.751Z ##### ##### # ##### # # # # # # # # #
1132024-11-15T21:23:17.751Z # # # # # # # # # # # # # # #
1142024-11-15T21:23:17.751Z # # # ###### # # ###### ### # #### # #### #
1152024-11-15T21:23:17.751Z
1162024-11-15T21:23:17.751Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-15T21:23:27.916Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-15T21:23:32.250Z Startup: Caching catalogs ... Done
1192024-11-15T21:23:43.250ZPlanning: Solver setup ... Done (9.942s)
1202024-11-15T21:23:43.390ZPlanning: Running solver ... Done (0.140s)
1212024-11-15T21:23:43.484ZPlanning: Finding local manifests ... Done (0.003s)
1222024-11-15T21:23:43.564ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-15T21:23:44.025ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-15T21:23:44.169ZPlanning: Package planning ... Done (0.144s)
1252024-11-15T21:23:44.236ZPlanning: Merging actions ... Done (0.066s)
1262024-11-15T21:23:44.468ZPlanning: Checking for conflicting actions ... Done (0.232s)
1272024-11-15T21:23:45.674ZPlanning: Consolidating action changes ... Done (1.205s)
1282024-11-15T21:23:46.116ZPlanning: Evaluating mediators ... Done (0.442s)
1292024-11-15T21:23:46.226ZPlanning: Planning completed in 13.89 seconds
1302024-11-15T21:23:46.250Z Packages to install: 4
1312024-11-15T21:23:46.250Z Packages to update: 1
1322024-11-15T21:23:46.250Z Mediators to change: 2
1332024-11-15T21:23:46.250Z Services to change: 1
1342024-11-15T21:23:46.250Z Estimated space available: 155.18 GB
1352024-11-15T21:23:46.250ZEstimated space to be consumed: 1.60 GB
1362024-11-15T21:23:46.250Z Create boot environment: No
1372024-11-15T21:23:46.250ZCreate backup boot environment: Yes
1382024-11-15T21:23:46.250Z Rebuild boot archive: No
1392024-11-15T21:23:46.250Z
1402024-11-15T21:23:46.250ZChanged mediators:
1412024-11-15T21:23:46.250Z mediator clang:
1422024-11-15T21:23:46.250Z version: None -> 15 (system default)
1432024-11-15T21:23:46.250Z
1442024-11-15T21:23:46.250Z mediator llvm:
1452024-11-15T21:23:46.250Z version: 14 (system default) -> 15 (system default)
1462024-11-15T21:23:46.250Z
1472024-11-15T21:23:46.250ZChanged packages:
1482024-11-15T21:23:46.250Zhelios-dev
1492024-11-15T21:23:46.250Z developer/build-essential
1502024-11-15T21:23:46.250Z None -> 11-2.0
1512024-11-15T21:23:46.250Z library/libxmlsec1
1522024-11-15T21:23:46.250Z None -> 1.2.35-2.0
1532024-11-15T21:23:46.250Z ooce/developer/clang-15
1542024-11-15T21:23:46.251Z None -> 15.0.7-2.0
1552024-11-15T21:23:46.251Z ooce/developer/llvm-15
1562024-11-15T21:23:46.251Z None -> 15.0.7-2.0
1572024-11-15T21:23:46.251Z package/pkg
1582024-11-15T21:23:46.251Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-15T21:23:46.251Z
1602024-11-15T21:23:46.251ZServices:
1612024-11-15T21:23:46.251Z restart_fmri:
1622024-11-15T21:23:46.251Z svc:/system/update-man-index:default
1632024-11-15T21:23:46.251Z
1642024-11-15T21:23:46.251ZEditable files to change:
1652024-11-15T21:23:46.251Z Update:
1662024-11-15T21:23:46.251Z usr/share/lib/pkg/web/config.shtml
1672024-11-15T21:23:46.326Z
1682024-11-15T21:23:46.326ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-15T21:23:51.331ZDownload: 1195/4281 items 74.5/220.6MB 33% complete (14.9M/s)
1702024-11-15T21:23:56.333ZDownload: 2219/4281 items 114.2/220.6MB 51% complete (11.6M/s)
1712024-11-15T21:24:01.333ZDownload: 3130/4281 items 134.6/220.6MB 61% complete (6.0M/s)
1722024-11-15T21:24:06.411ZDownload: 3290/4281 items 212.6/220.6MB 96% complete (9.9M/s)
1732024-11-15T21:24:11.857ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (9.9M/s)
1742024-11-15T21:24:11.995ZDownload: Completed 220.60 MB in 25.67 seconds (8.6M/s)
1752024-11-15T21:24:13.501Z Actions: 1/5063 actions (Removing old actions)
1762024-11-15T21:24:13.526Z Actions: 194/5063 actions (Installing new actions)
1772024-11-15T21:24:18.729Z Actions: 3165/5063 actions (Installing new actions)
1782024-11-15T21:24:19.637Z Actions: 4226/5063 actions (Updating modified actions)
1792024-11-15T21:24:20.053Z Actions: Completed 5063 actions in 6.55 seconds.
1802024-11-15T21:24:20.430Z Done (0.365s)
1812024-11-15T21:24:20.454Z Done (0.000s)
1822024-11-15T21:24:21.081Z Done (0.649s)
1832024-11-15T21:24:26.192Z Done (4.932s)
1842024-11-15T21:24:26.290Z Done (0.020s)
1852024-11-15T21:24:26.315Z Done (0.000s)
1862024-11-15T21:24:26.475Z Done (0.000s)
1872024-11-15T21:24:27.259ZPlanning: Evaluating mediator changes ... Done
1882024-11-15T21:24:27.513ZPlanning: Checking for conflicting actions ... Done
1892024-11-15T21:24:27.538ZPlanning: Consolidating action changes ... Done
1902024-11-15T21:24:27.846ZPlanning: Evaluating mediators ... Done
1912024-11-15T21:24:27.869ZPlanning: Planning completed in 0.59 seconds
1922024-11-15T21:24:27.893Z Mediators to change: 2
1932024-11-15T21:24:27.894Z Create boot environment: No
1942024-11-15T21:24:27.894ZCreate backup boot environment: No
1952024-11-15T21:24:27.953Z Done
1962024-11-15T21:24:27.953Z Done
1972024-11-15T21:24:28.437Z Done
1982024-11-15T21:24:33.024Z Done
1992024-11-15T21:24:33.132Z Done
2002024-11-15T21:24:33.132Z Done
2012024-11-15T21:24:33.183Z Done
2022024-11-15T21:24:33.951ZPlanning: Evaluating mediator changes ... Done
2032024-11-15T21:24:33.975ZPlanning: Merging actions ... Done
2042024-11-15T21:24:34.198ZPlanning: Checking for conflicting actions ... Done
2052024-11-15T21:24:34.222ZPlanning: Consolidating action changes ... Done
2062024-11-15T21:24:34.550ZPlanning: Evaluating mediators ... Done
2072024-11-15T21:24:34.619ZPlanning: Planning completed in 0.98 seconds
2082024-11-15T21:24:34.667Z Packages to change: 1
2092024-11-15T21:24:34.667Z Mediators to change: 1
2102024-11-15T21:24:34.667Z Services to change: 1
2112024-11-15T21:24:34.667Z Create boot environment: No
2122024-11-15T21:24:34.667ZCreate backup boot environment: Yes
2132024-11-15T21:24:36.351Z Actions: 1/6 actions (Updating modified actions)
2142024-11-15T21:24:36.376Z Actions: Completed 6 actions in 0.00 seconds.
2152024-11-15T21:24:36.376Z Done
2162024-11-15T21:24:36.376Z Done
2172024-11-15T21:24:36.483Z Done
2182024-11-15T21:24:41.150Z Done
2192024-11-15T21:24:41.255Z Done
2202024-11-15T21:24:41.256Z Done
2212024-11-15T21:24:41.347Z Done
2222024-11-15T21:24:41.905ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-11-15T21:24:41.905Zclang system 15 system
2242024-11-15T21:24:41.905Zcsh system system illumos
2252024-11-15T21:24:41.905Zctags system system illumos
2262024-11-15T21:24:41.905Zgcc vendor 12 vendor
2272024-11-15T21:24:41.905Zgcc system 10 system
2282024-11-15T21:24:41.905Zgcc system 7 system
2292024-11-15T21:24:41.905Zgo system 1.20 system
2302024-11-15T21:24:41.905Zgo system 1.19 system
2312024-11-15T21:24:41.905Zllvm system 15 system
2322024-11-15T21:24:41.905Zllvm system 14 system
2332024-11-15T21:24:41.905Zmariadb system 10.6 system
2342024-11-15T21:24:41.905Zmta vendor vendor dma
2352024-11-15T21:24:41.905Zopenjdk system 17 system
2362024-11-15T21:24:41.905Zopenjdk system 11 system
2372024-11-15T21:24:41.905Zopenjdk system 1.8 system
2382024-11-15T21:24:41.905Zopenssl vendor 3 vendor
2392024-11-15T21:24:41.905Zperl system 5.36 system
2402024-11-15T21:24:41.905Zpostgresql system 15 system
2412024-11-15T21:24:41.905Zpostgresql system 13 system
2422024-11-15T21:24:41.905Zpython vendor 3 vendor
2432024-11-15T21:24:41.905Zpython system 2 system
2442024-11-15T21:24:41.905Zpython3 system 3.11 system
2452024-11-15T21:24:41.905Zruby system 3.0 system
2462024-11-15T21:24:41.905Zwords vendor vendor american-english
2472024-11-15T21:24:41.905Zwords system system australian-english
2482024-11-15T21:24:41.905Zwords system system british-english
2492024-11-15T21:24:41.905Zwords system system canadian-english
2502024-11-15T21:24:41.905Zwords system system french
2512024-11-15T21:24:41.905Zwords system system italian
2522024-11-15T21:24:41.905Zwords system system ngerman
2532024-11-15T21:24:41.905Zwords system system ogerman
2542024-11-15T21:24:41.905Zwords system system spanish
2552024-11-15T21:24:42.315ZPUBLISHER TYPE STATUS P LOCATION
2562024-11-15T21:24:42.315Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-11-15T21:24:45.481ZFMRI IFO
2582024-11-15T21:24:45.481Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-11-15T21:24:45.481Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-11-15T21:24:45.481Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-11-15T21:24:45.481Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-11-15T21:24:45.481Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-11-15T21:24:45.481Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-11-15T21:24:45.481Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-11-15T21:24:45.481Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-11-15T21:24:45.481Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-11-15T21:24:45.481Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2682024-11-15T21:24:45.481Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-11-15T21:24:45.481Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-11-15T21:24:45.481Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2712024-11-15T21:24:45.481Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2722024-11-15T21:24:45.481Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2732024-11-15T21:24:46.316Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2742024-11-15T21:24:46.950Z Updating crates.io index
2752024-11-15T21:24:47.020Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-11-15T21:24:48.342Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-11-15T21:24:48.924Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-11-15T21:24:49.438Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-11-15T21:24:49.959Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-11-15T21:24:51.561Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-11-15T21:24:54.938Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-11-15T21:24:56.496Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-11-15T21:24:58.060Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-11-15T21:24:58.650Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-11-15T21:24:59.257Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-11-15T21:25:00.297Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-11-15T21:25:00.819Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882024-11-15T21:25:01.468Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-11-15T21:25:02.029Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-11-15T21:25:02.525Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-11-15T21:25:03.016Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-11-15T21:25:03.642Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-11-15T21:25:04.352Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-11-15T21:25:07.005Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-11-15T21:25:07.573Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-11-15T21:25:08.452Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-11-15T21:25:08.981Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982024-11-15T21:25:09.781Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-11-15T21:25:10.608Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-11-15T21:25:11.158Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-11-15T21:25:11.827Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-11-15T21:25:13.493Z Downloading crates ...
3032024-11-15T21:25:13.552Z Downloaded equivalent v1.0.1
3042024-11-15T21:25:13.576Z Downloaded byteorder v1.5.0
3052024-11-15T21:25:13.576Z Downloaded usdt-macro v0.5.0
3062024-11-15T21:25:13.576Z Downloaded usdt v0.5.0
3072024-11-15T21:25:13.576Z Downloaded camino-tempfile v1.1.1
3082024-11-15T21:25:13.576Z Downloaded bitflags v2.6.0
3092024-11-15T21:25:13.576Z Downloaded zerocopy-derive v0.7.35
3102024-11-15T21:25:13.601Z Downloaded syn v2.0.87
3112024-11-15T21:25:13.601Z Downloaded version_check v0.9.5
3122024-11-15T21:25:13.601Z Downloaded utf8parse v0.2.2
3132024-11-15T21:25:13.601Z Downloaded thiserror-impl v1.0.69
3142024-11-15T21:25:13.601Z Downloaded usdt-attr-macro v0.5.0
3152024-11-15T21:25:13.602Z Downloaded pest_meta v2.7.14
3162024-11-15T21:25:13.626Z Downloaded unicode-ident v1.0.13
3172024-11-15T21:25:13.626Z Downloaded toml_datetime v0.6.8
3182024-11-15T21:25:13.626Z Downloaded usdt-impl v0.5.0
3192024-11-15T21:25:13.626Z Downloaded zerocopy v0.7.35
3202024-11-15T21:25:13.651Z Downloaded ucd-trie v0.1.7
3212024-11-15T21:25:13.651Z Downloaded toml_edit v0.22.22
3222024-11-15T21:25:13.674Z Downloaded serde_tokenstream v0.2.2
3232024-11-15T21:25:13.675Z Downloaded rustix v0.38.37
3242024-11-15T21:25:13.699Z Downloaded semver v1.0.23
3252024-11-15T21:25:13.699Z Downloaded thread-id v4.2.2
3262024-11-15T21:25:13.699Z Downloaded textwrap v0.16.1
3272024-11-15T21:25:13.699Z Downloaded ryu v1.0.18
3282024-11-15T21:25:13.699Z Downloaded terminal_size v0.4.0
3292024-11-15T21:25:13.699Z Downloaded tabled_derive v0.7.0
3302024-11-15T21:25:13.699Z Downloaded unicode-width v0.1.14
3312024-11-15T21:25:13.723Z Downloaded libc v0.2.162
3322024-11-15T21:25:13.747Z Downloaded tabled v0.15.0
3332024-11-15T21:25:13.771Z Downloaded syn v1.0.109
3342024-11-15T21:25:13.771Z Downloaded smawk v0.3.2
3352024-11-15T21:25:13.771Z Downloaded serde_spanned v0.6.8
3362024-11-15T21:25:13.772Z Downloaded swrite v0.1.0
3372024-11-15T21:25:13.772Z Downloaded serde_derive v1.0.215
3382024-11-15T21:25:13.772Z Downloaded pest v2.7.14
3392024-11-15T21:25:13.796Z Downloaded scroll_derive v0.12.0
3402024-11-15T21:25:13.796Z Downloaded proc-macro-error-attr v1.0.4
3412024-11-15T21:25:13.796Z Downloaded proc-macro-error v1.0.4
3422024-11-15T21:25:13.796Z Downloaded pretty-hex v0.4.1
3432024-11-15T21:25:13.797Z Downloaded hashbrown v0.15.0
3442024-11-15T21:25:13.797Z Downloaded pest_derive v2.7.14
3452024-11-15T21:25:13.797Z Downloaded papergrid v0.11.0
3462024-11-15T21:25:13.797Z Downloaded once_cell v1.20.2
3472024-11-15T21:25:13.797Z Downloaded memchr v2.7.4
3482024-11-15T21:25:13.825Z Downloaded macaddr v1.0.1
3492024-11-15T21:25:13.825Z Downloaded indexmap v2.6.0
3502024-11-15T21:25:13.825Z Downloaded fs-err v2.11.0
3512024-11-15T21:25:13.825Z Downloaded fastrand v2.1.1
3522024-11-15T21:25:13.825Z Downloaded dof v0.3.0
3532024-11-15T21:25:13.825Z Downloaded cpufeatures v0.2.14
3542024-11-15T21:25:13.825Z Downloaded clap_lex v0.7.2
3552024-11-15T21:25:13.825Z Downloaded clap_derive v4.5.18
3562024-11-15T21:25:13.825Z Downloaded clap v4.5.21
3572024-11-15T21:25:13.849Z Downloaded cargo_toml v0.20.5
3582024-11-15T21:25:13.849Z Downloaded cargo_metadata v0.18.1
3592024-11-15T21:25:13.849Z Downloaded cargo-platform v0.1.8
3602024-11-15T21:25:13.849Z Downloaded serde_json v1.0.132
3612024-11-15T21:25:13.850Z Downloaded itoa v1.0.11
3622024-11-15T21:25:13.851Z Downloaded heck v0.4.1
3632024-11-15T21:25:13.851Z Downloaded goblin v0.8.2
3642024-11-15T21:25:13.851Z Downloaded generic-array v0.14.7
3652024-11-15T21:25:13.851Z Downloaded errno v0.3.9
3662024-11-15T21:25:13.874Z Downloaded dtrace-parser v0.2.0
3672024-11-15T21:25:13.875Z Downloaded crypto-common v0.1.6
3682024-11-15T21:25:13.875Z Downloaded clap_builder v4.5.21
3692024-11-15T21:25:13.875Z Downloaded winnow v0.6.20
3702024-11-15T21:25:13.875Z Downloaded typenum v1.17.0
3712024-11-15T21:25:13.875Z Downloaded toml v0.8.19
3722024-11-15T21:25:13.899Z Downloaded thiserror v1.0.69
3732024-11-15T21:25:13.899Z Downloaded tempfile v3.13.0
3742024-11-15T21:25:13.899Z Downloaded sha2 v0.10.8
3752024-11-15T21:25:13.899Z Downloaded serde v1.0.215
3762024-11-15T21:25:13.899Z Downloaded scroll v0.12.0
3772024-11-15T21:25:13.899Z Downloaded quote v1.0.37
3782024-11-15T21:25:13.899Z Downloaded proc-macro2 v1.0.89
3792024-11-15T21:25:13.899Z Downloaded memmap v0.7.0
3802024-11-15T21:25:13.924Z Downloaded log v0.4.22
3812024-11-15T21:25:13.925Z Downloaded autocfg v1.4.0
3822024-11-15T21:25:13.925Z Downloaded anyhow v1.0.93
3832024-11-15T21:25:13.925Z Downloaded anstyle-parse v0.2.5
3842024-11-15T21:25:13.925Z Downloaded anstream v0.6.15
3852024-11-15T21:25:13.925Z Downloaded unicode-linebreak v0.1.5
3862024-11-15T21:25:13.925Z Downloaded strsim v0.11.1
3872024-11-15T21:25:13.925Z Downloaded plain v0.2.3
3882024-11-15T21:25:13.925Z Downloaded pest_generator v2.7.14
3892024-11-15T21:25:13.925Z Downloaded is_terminal_polyfill v1.70.1
3902024-11-15T21:25:13.925Z Downloaded heck v0.5.0
3912024-11-15T21:25:13.925Z Downloaded fnv v1.0.7
3922024-11-15T21:25:13.925Z Downloaded digest v0.10.7
3932024-11-15T21:25:13.949Z Downloaded colorchoice v1.0.2
3942024-11-15T21:25:13.949Z Downloaded cfg-if v1.0.0
3952024-11-15T21:25:13.949Z Downloaded camino v1.1.9
3962024-11-15T21:25:13.949Z Downloaded anstyle-query v1.1.1
3972024-11-15T21:25:13.949Z Downloaded anstyle v1.0.10
3982024-11-15T21:25:13.949Z Downloaded bytecount v0.6.8
3992024-11-15T21:25:13.949Z Downloaded block-buffer v0.10.4
4002024-11-15T21:25:14.060Z Compiling proc-macro2 v1.0.89
4012024-11-15T21:25:14.060Z Compiling unicode-ident v1.0.13
4022024-11-15T21:25:14.060Z Compiling serde v1.0.215
4032024-11-15T21:25:14.060Z Compiling version_check v0.9.5
4042024-11-15T21:25:14.085Z Compiling memchr v2.7.4
4052024-11-15T21:25:14.085Z Compiling thiserror v1.0.69
4062024-11-15T21:25:14.085Z Compiling libc v0.2.162
4072024-11-15T21:25:14.085Z Compiling ucd-trie v0.1.7
4082024-11-15T21:25:14.443Z Compiling itoa v1.0.11
4092024-11-15T21:25:14.661Z Compiling ryu v1.0.18
4102024-11-15T21:25:14.805Z Compiling once_cell v1.20.2
4112024-11-15T21:25:14.935Z Compiling byteorder v1.5.0
4122024-11-15T21:25:14.973Z Compiling serde_json v1.0.132
4132024-11-15T21:25:15.015Z Compiling rustix v0.38.37
4142024-11-15T21:25:15.331Z Compiling bitflags v2.6.0
4152024-11-15T21:25:15.357Z Compiling proc-macro-error-attr v1.0.4
4162024-11-15T21:25:15.626Z Compiling usdt-impl v0.5.0
4172024-11-15T21:25:15.659Z Compiling syn v1.0.109
4182024-11-15T21:25:15.741Z Compiling quote v1.0.37
4192024-11-15T21:25:15.768Z Compiling proc-macro-error v1.0.4
4202024-11-15T21:25:15.850Z Compiling camino v1.1.9
4212024-11-15T21:25:15.946Z Compiling errno v0.3.9
4222024-11-15T21:25:16.177Z Compiling syn v2.0.87
4232024-11-15T21:25:16.240Z Compiling utf8parse v0.2.2
4242024-11-15T21:25:16.426Z Compiling plain v0.2.3
4252024-11-15T21:25:16.457Z Compiling hashbrown v0.15.0
4262024-11-15T21:25:16.516Z Compiling log v0.4.22
4272024-11-15T21:25:16.541Z Compiling equivalent v1.0.1
4282024-11-15T21:25:16.682Z Compiling anstyle-parse v0.2.5
4292024-11-15T21:25:16.791Z Compiling thread-id v4.2.2
4302024-11-15T21:25:17.061Z Compiling pretty-hex v0.4.1
4312024-11-15T21:25:17.084Z Compiling is_terminal_polyfill v1.70.1
4322024-11-15T21:25:17.218Z Compiling semver v1.0.23
4332024-11-15T21:25:17.276Z Compiling anstyle v1.0.10
4342024-11-15T21:25:17.301Z Compiling winnow v0.6.20
4352024-11-15T21:25:17.508Z Compiling unicode-width v0.1.14
4362024-11-15T21:25:17.687Z Compiling indexmap v2.6.0
4372024-11-15T21:25:17.761Z Compiling anstyle-query v1.1.1
4382024-11-15T21:25:17.785Z Compiling colorchoice v1.0.2
4392024-11-15T21:25:17.936Z Compiling autocfg v1.4.0
4402024-11-15T21:25:17.966Z Compiling anstream v0.6.15
4412024-11-15T21:25:18.301Z Compiling terminal_size v0.4.0
4422024-11-15T21:25:18.631Z Compiling heck v0.4.1
4432024-11-15T21:25:18.664Z Compiling strsim v0.11.1
4442024-11-15T21:25:18.969Z Compiling clap_lex v0.7.2
4452024-11-15T21:25:19.035Z Compiling anyhow v1.0.93
4462024-11-15T21:25:19.067Z Compiling fs-err v2.11.0
4472024-11-15T21:25:19.166Z Compiling cfg-if v1.0.0
4482024-11-15T21:25:19.337Z Compiling bytecount v0.6.8
4492024-11-15T21:25:19.473Z Compiling fnv v1.0.7
4502024-11-15T21:25:19.544Z Compiling heck v0.5.0
4512024-11-15T21:25:19.570Z Compiling fastrand v2.1.1
4522024-11-15T21:25:19.628Z Compiling papergrid v0.11.0
4532024-11-15T21:25:19.960Z Compiling tempfile v3.13.0
4542024-11-15T21:25:20.082Z Compiling clap_builder v4.5.21
4552024-11-15T21:25:20.193Z Compiling memmap v0.7.0
4562024-11-15T21:25:20.328Z Compiling smawk v0.3.2
4572024-11-15T21:25:20.522Z Compiling unicode-linebreak v0.1.5
4582024-11-15T21:25:20.796Z Compiling swrite v0.1.0
4592024-11-15T21:25:20.914Z Compiling textwrap v0.16.1
4602024-11-15T21:25:21.926Z Compiling tabled_derive v0.7.0
4612024-11-15T21:25:23.456Z Compiling tabled v0.15.0
4622024-11-15T21:25:24.908Z Compiling serde_derive v1.0.215
4632024-11-15T21:25:24.933Z Compiling thiserror-impl v1.0.69
4642024-11-15T21:25:24.933Z Compiling zerocopy-derive v0.7.35
4652024-11-15T21:25:24.933Z Compiling scroll_derive v0.12.0
4662024-11-15T21:25:25.251Z Compiling clap_derive v4.5.18
4672024-11-15T21:25:26.102Z Compiling scroll v0.12.0
4682024-11-15T21:25:26.557Z Compiling goblin v0.8.2
4692024-11-15T21:25:26.763Z Compiling zerocopy v0.7.35
4702024-11-15T21:25:27.341Z Compiling pest v2.7.14
4712024-11-15T21:25:28.448Z Compiling clap v4.5.21
4722024-11-15T21:25:29.505Z Compiling pest_meta v2.7.14
4732024-11-15T21:25:30.533Z Compiling pest_generator v2.7.14
4742024-11-15T21:25:32.645Z Compiling pest_derive v2.7.14
4752024-11-15T21:25:33.296Z Compiling dtrace-parser v0.2.0
4762024-11-15T21:25:34.911Z Compiling serde_tokenstream v0.2.2
4772024-11-15T21:25:35.026Z Compiling toml_datetime v0.6.8
4782024-11-15T21:25:35.026Z Compiling serde_spanned v0.6.8
4792024-11-15T21:25:35.241Z Compiling cargo-platform v0.1.8
4802024-11-15T21:25:35.411Z Compiling toml_edit v0.22.22
4812024-11-15T21:25:35.539Z Compiling macaddr v1.0.1
4822024-11-15T21:25:35.706Z Compiling camino-tempfile v1.1.1
4832024-11-15T21:25:36.476Z Compiling dof v0.3.0
4842024-11-15T21:25:36.556Z Compiling cargo_metadata v0.18.1
4852024-11-15T21:25:38.168Z Compiling toml v0.8.19
4862024-11-15T21:25:38.198Z Compiling usdt-attr-macro v0.5.0
4872024-11-15T21:25:38.198Z Compiling usdt-macro v0.5.0
4882024-11-15T21:25:38.946Z Compiling cargo_toml v0.20.5
4892024-11-15T21:25:39.460Z Compiling usdt v0.5.0
4902024-11-15T21:25:43.231Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912024-11-15T21:25:48.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
4922024-11-15T21:25:48.703Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4932024-11-15T21:25:49.431Z Downloading crates ...
4942024-11-15T21:25:49.560Z Downloaded crucible-workspace-hack v0.1.0
4952024-11-15T21:25:49.585Z Downloaded bcrypt-pbkdf v0.10.0
4962024-11-15T21:25:49.585Z Downloaded curve25519-dalek-derive v0.1.1
4972024-11-15T21:25:49.585Z Downloaded base64 v0.22.1
4982024-11-15T21:25:49.609Z Downloaded internet-checksum v0.2.1
4992024-11-15T21:25:49.609Z Downloaded jobserver v0.1.32
5002024-11-15T21:25:49.610Z Downloaded serde-big-array v0.5.1
5012024-11-15T21:25:49.634Z Downloaded structmeta v0.2.0
5022024-11-15T21:25:49.634Z Downloaded strip-ansi-escapes v0.2.0
5032024-11-15T21:25:49.634Z Downloaded bstr v1.10.0
5042024-11-15T21:25:49.659Z Downloaded topological-sort v0.2.2
5052024-11-15T21:25:49.659Z Downloaded darling_macro v0.20.10
5062024-11-15T21:25:49.659Z Downloaded zone_cfg_derive v0.1.2
5072024-11-15T21:25:49.659Z Downloaded mirai-annotations v1.12.0
5082024-11-15T21:25:49.659Z Downloaded idna v1.0.3
5092024-11-15T21:25:49.683Z Downloaded defmt v0.3.8
5102024-11-15T21:25:49.683Z Downloaded precomputed-hash v0.1.1
5112024-11-15T21:25:49.683Z Downloaded phf_shared v0.11.2
5122024-11-15T21:25:49.683Z Downloaded getrandom v0.2.15
5132024-11-15T21:25:49.707Z Downloaded phf_shared v0.10.0
5142024-11-15T21:25:49.708Z Downloaded sqlparser_derive v0.2.2
5152024-11-15T21:25:49.708Z Downloaded pin-utils v0.1.0
5162024-11-15T21:25:49.708Z Downloaded phf_generator v0.11.2
5172024-11-15T21:25:49.708Z Downloaded strum v0.26.3
5182024-11-15T21:25:49.708Z Downloaded sync-ptr v0.1.1
5192024-11-15T21:25:49.708Z Downloaded static_assertions v1.1.0
5202024-11-15T21:25:49.732Z Downloaded structmeta-derive v0.2.0
5212024-11-15T21:25:49.732Z Downloaded wyz v0.5.1
5222024-11-15T21:25:49.732Z Downloaded zeroize_derive v1.4.2
5232024-11-15T21:25:49.732Z Downloaded vte v0.11.1
5242024-11-15T21:25:49.732Z Downloaded peg-runtime v0.8.3
5252024-11-15T21:25:49.732Z Downloaded hyper-tls v0.6.0
5262024-11-15T21:25:49.732Z Downloaded des v0.8.1
5272024-11-15T21:25:49.790Z Downloaded pem-rfc7468 v0.7.0
5282024-11-15T21:25:49.790Z Downloaded r2d2 v0.8.10
5292024-11-15T21:25:49.790Z Downloaded tinyvec_macros v0.1.1
5302024-11-15T21:25:49.790Z Downloaded russh-cryptovec v0.7.3
5312024-11-15T21:25:49.790Z Downloaded siphasher v0.3.11
5322024-11-15T21:25:49.790Z Downloaded derive_builder_macro v0.20.2
5332024-11-15T21:25:49.814Z Downloaded http-range v0.1.5
5342024-11-15T21:25:49.814Z Downloaded unicode-truncate v1.1.0
5352024-11-15T21:25:49.814Z Downloaded http-body v1.0.1
5362024-11-15T21:25:49.814Z Downloaded progenitor-client v0.8.0
5372024-11-15T21:25:49.814Z Downloaded zeroize v1.8.1
5382024-11-15T21:25:49.814Z Downloaded sqlformat v0.2.6
5392024-11-15T21:25:49.814Z Downloaded httpdate v1.0.3
5402024-11-15T21:25:49.814Z Downloaded psl-types v2.0.11
5412024-11-15T21:25:49.814Z Downloaded progenitor v0.8.0
5422024-11-15T21:25:49.815Z Downloaded time-core v0.1.2
5432024-11-15T21:25:49.815Z Downloaded paste v1.0.15
5442024-11-15T21:25:49.839Z Downloaded sigpipe v0.1.3
5452024-11-15T21:25:49.839Z Downloaded rustc_version v0.1.7
5462024-11-15T21:25:49.862Z Downloaded home v0.5.9
5472024-11-15T21:25:49.862Z Downloaded pretty-hex v0.2.1
5482024-11-15T21:25:49.863Z Downloaded rand_xorshift v0.3.0
5492024-11-15T21:25:49.863Z Downloaded foreign-types v0.3.2
5502024-11-15T21:25:49.863Z Downloaded foreign-types-shared v0.1.1
5512024-11-15T21:25:49.863Z Downloaded rand_core v0.6.4
5522024-11-15T21:25:49.863Z Downloaded dirs-next v2.0.0
5532024-11-15T21:25:49.887Z Downloaded waitgroup v0.1.2
5542024-11-15T21:25:49.887Z Downloaded foreign-types v0.5.0
5552024-11-15T21:25:49.887Z Downloaded icu_provider_macros v1.5.0
5562024-11-15T21:25:49.887Z Downloaded wait-timeout v0.2.0
5572024-11-15T21:25:49.887Z Downloaded unicase v2.7.0
5582024-11-15T21:25:49.887Z Downloaded ident_case v1.0.1
5592024-11-15T21:25:49.887Z Downloaded diff v0.1.13
5602024-11-15T21:25:49.887Z Downloaded try-lock v0.2.5
5612024-11-15T21:25:49.911Z Downloaded rfc6979 v0.4.0
5622024-11-15T21:25:49.911Z Downloaded scheduled-thread-pool v0.2.7
5632024-11-15T21:25:49.911Z Downloaded tui-tree-widget v0.22.0
5642024-11-15T21:25:49.911Z Downloaded xattr v1.3.1
5652024-11-15T21:25:49.911Z Downloaded twox-hash v1.6.3
5662024-11-15T21:25:49.912Z Downloaded icu_normalizer_data v1.5.0
5672024-11-15T21:25:49.912Z Downloaded tinyvec v1.8.0
5682024-11-15T21:25:49.937Z Downloaded synstructure v0.13.1
5692024-11-15T21:25:49.937Z Downloaded tungstenite v0.24.0
5702024-11-15T21:25:49.937Z Downloaded icu_collections v1.5.0
5712024-11-15T21:25:49.937Z Downloaded rustc-hash v2.0.0
5722024-11-15T21:25:49.962Z Downloaded rustc-demangle v0.1.24
5732024-11-15T21:25:49.962Z Downloaded unicode-width v0.2.0
5742024-11-15T21:25:49.962Z Downloaded russh-keys v0.45.0
5752024-11-15T21:25:49.962Z Downloaded smoltcp v0.9.1
5762024-11-15T21:25:49.986Z Downloaded reqwest v0.12.9
5772024-11-15T21:25:49.986Z Downloaded tungstenite v0.23.0
5782024-11-15T21:25:50.011Z Downloaded regex v1.11.1
5792024-11-15T21:25:50.011Z Downloaded rustls v0.22.4
5802024-11-15T21:25:50.036Z Downloaded idna v0.3.0
5812024-11-15T21:25:50.060Z Downloaded idna v0.2.3
5822024-11-15T21:25:50.060Z Downloaded rustyline v14.0.0
5832024-11-15T21:25:50.060Z Downloaded winnow v0.5.40
5842024-11-15T21:25:50.084Z Downloaded h2 v0.4.6
5852024-11-15T21:25:50.084Z Downloaded regress v0.10.1
5862024-11-15T21:25:50.108Z Downloaded vcpkg v0.2.15
5872024-11-15T21:25:50.139Z Downloaded icu_properties_data v1.5.0
5882024-11-15T21:25:50.163Z Downloaded nix v0.27.1
5892024-11-15T21:25:50.188Z Downloaded ratatui v0.28.1
5902024-11-15T21:25:50.212Z Downloaded webpki-roots v0.26.6
5912024-11-15T21:25:50.212Z Downloaded typify-impl v0.2.0
5922024-11-15T21:25:50.236Z Downloaded diesel v2.2.4
5932024-11-15T21:25:50.259Z Downloaded regress v0.9.1
5942024-11-15T21:25:50.259Z Downloaded tokio v1.40.0
5952024-11-15T21:25:50.296Z Downloaded csv v1.3.0
5962024-11-15T21:25:50.320Z Downloaded regex-syntax v0.8.5
5972024-11-15T21:25:50.344Z Downloaded regex-automata v0.4.8
5982024-11-15T21:25:50.368Z Downloaded sha3 v0.10.8
5992024-11-15T21:25:50.368Z Downloaded openapiv3 v2.0.0
6002024-11-15T21:25:50.392Z Downloaded sled v0.34.7
6012024-11-15T21:25:50.392Z Downloaded smoltcp v0.11.0
6022024-11-15T21:25:50.416Z Downloaded regex-syntax v0.6.29
6032024-11-15T21:25:50.416Z Downloaded trust-dns-proto v0.22.0
6042024-11-15T21:25:50.440Z Downloaded zerocopy-derive v0.6.6
6052024-11-15T21:25:50.440Z Downloaded object v0.36.5
6062024-11-15T21:25:50.464Z Downloaded nix v0.29.0
6072024-11-15T21:25:50.464Z Downloaded nix v0.28.0
6082024-11-15T21:25:50.488Z Downloaded radix_trie v0.2.1
6092024-11-15T21:25:50.489Z Downloaded gimli v0.31.1
6102024-11-15T21:25:50.513Z Downloaded openssl v0.10.68
6112024-11-15T21:25:50.513Z Downloaded object v0.30.4
6122024-11-15T21:25:50.537Z Downloaded petgraph v0.6.5
6132024-11-15T21:25:50.561Z Downloaded p384 v0.13.0
6142024-11-15T21:25:50.561Z Downloaded proptest v1.5.0
6152024-11-15T21:25:50.561Z Downloaded lzma-sys v0.1.20
6162024-11-15T21:25:50.600Z Downloaded git2 v0.19.0
6172024-11-15T21:25:50.625Z Downloaded libz-sys v1.1.20
6182024-11-15T21:25:50.649Z Downloaded hyper v1.5.0
6192024-11-15T21:25:50.649Z Downloaded hkdf v0.12.4
6202024-11-15T21:25:50.673Z Downloaded sqlparser v0.45.0
6212024-11-15T21:25:50.673Z Downloaded lalrpop v0.19.12
6222024-11-15T21:25:50.673Z Downloaded reedline v0.35.0
6232024-11-15T21:25:50.701Z Downloaded time v0.3.36
6242024-11-15T21:25:50.701Z Downloaded dropshot v0.13.0
6252024-11-15T21:25:50.725Z Downloaded bzip2-sys v0.1.11+1.0.8
6262024-11-15T21:25:50.750Z Downloaded rustls v0.23.14
6272024-11-15T21:25:50.750Z Downloaded hashbrown v0.12.3
6282024-11-15T21:25:50.773Z Downloaded dropshot v0.12.0
6292024-11-15T21:25:50.797Z Downloaded itertools v0.13.0
6302024-11-15T21:25:50.797Z Downloaded itertools v0.12.1
6312024-11-15T21:25:50.797Z Downloaded snafu v0.8.5
6322024-11-15T21:25:50.821Z Downloaded libm v0.2.8
6332024-11-15T21:25:50.821Z Downloaded itertools v0.10.5
6342024-11-15T21:25:50.821Z Downloaded rustls v0.21.12
6352024-11-15T21:25:50.845Z Downloaded libxml v0.3.3
6362024-11-15T21:25:50.845Z Downloaded icu_provider v1.5.0
6372024-11-15T21:25:50.845Z Downloaded num-bigint-dig v0.8.4
6382024-11-15T21:25:50.868Z Downloaded nom v7.1.3
6392024-11-15T21:25:50.868Z Downloaded typed-path v0.9.3
6402024-11-15T21:25:50.869Z Downloaded rayon v1.10.0
6412024-11-15T21:25:50.892Z Downloaded fatfs v0.3.6
6422024-11-15T21:25:50.892Z Downloaded rustls-webpki v0.102.8
6432024-11-15T21:25:50.916Z Downloaded publicsuffix v2.2.3
6442024-11-15T21:25:50.916Z Downloaded diesel_derives v2.2.3
6452024-11-15T21:25:50.917Z Downloaded rustls-webpki v0.101.7
6462024-11-15T21:25:50.941Z Downloaded unicode_categories v0.1.1
6472024-11-15T21:25:50.941Z Downloaded x509-cert v0.2.5
6482024-11-15T21:25:50.941Z Downloaded tungstenite v0.21.0
6492024-11-15T21:25:50.941Z Downloaded encoding_rs v0.8.34
6502024-11-15T21:25:50.965Z Downloaded flate2 v1.0.34
6512024-11-15T21:25:50.989Z Downloaded uuid v1.11.0
6522024-11-15T21:25:50.989Z Downloaded p521 v0.13.3
6532024-11-15T21:25:50.989Z Downloaded slog-envlogger v2.2.0
6542024-11-15T21:25:50.989Z Downloaded slog-bunyan v2.5.0
6552024-11-15T21:25:50.989Z Downloaded schemars v0.8.21
6562024-11-15T21:25:51.014Z Downloaded rustfmt-wrapper v0.2.1
6572024-11-15T21:25:51.014Z Downloaded rustc-hash v1.1.0
6582024-11-15T21:25:51.014Z Downloaded parking_lot v0.12.3
6592024-11-15T21:25:51.014Z Downloaded icu_properties v1.5.1
6602024-11-15T21:25:51.014Z Downloaded icu_locid_transform_data v1.5.0
6612024-11-15T21:25:51.014Z Downloaded icu_locid v1.5.0
6622024-11-15T21:25:51.014Z Downloaded unicode-bidi v0.3.17
6632024-11-15T21:25:51.038Z Downloaded group v0.13.0
6642024-11-15T21:25:51.038Z Downloaded tracing v0.1.40
6652024-11-15T21:25:51.038Z Downloaded icu_normalizer v1.5.0
6662024-11-15T21:25:51.038Z Downloaded half v2.4.1
6672024-11-15T21:25:51.038Z Downloaded tracing-core v0.1.32
6682024-11-15T21:25:51.038Z Downloaded polar-core v0.27.3
6692024-11-15T21:25:51.063Z Downloaded typify v0.2.0
6702024-11-15T21:25:51.063Z Downloaded tabwriter v1.4.0
6712024-11-15T21:25:51.063Z Downloaded schemars_derive v0.8.21
6722024-11-15T21:25:51.063Z Downloaded same-file v1.0.6
6732024-11-15T21:25:51.063Z Downloaded libgit2-sys v0.17.0+1.8.1
6742024-11-15T21:25:51.122Z Downloaded parking_lot v0.11.2
6752024-11-15T21:25:51.146Z Downloaded qorb v0.2.0
6762024-11-15T21:25:51.146Z Downloaded hmac v0.12.1
6772024-11-15T21:25:51.146Z Downloaded dropshot_endpoint v0.13.0
6782024-11-15T21:25:51.146Z Downloaded quinn-proto v0.11.8
6792024-11-15T21:25:51.146Z Downloaded salsa20 v0.10.2
6802024-11-15T21:25:51.146Z Downloaded icu_locid_transform v1.5.0
6812024-11-15T21:25:51.170Z Downloaded yasna v0.5.2
6822024-11-15T21:25:51.170Z Downloaded flume v0.11.1
6832024-11-15T21:25:51.170Z Downloaded hashbrown v0.14.5
6842024-11-15T21:25:51.170Z Downloaded socket2 v0.5.7
6852024-11-15T21:25:51.170Z Downloaded rustls-pki-types v1.9.0
6862024-11-15T21:25:51.194Z Downloaded num-bigint v0.4.6
6872024-11-15T21:25:51.194Z Downloaded minimal-lexical v0.2.1
6882024-11-15T21:25:51.194Z Downloaded predicates-core v1.0.8
6892024-11-15T21:25:51.194Z Downloaded progenitor-impl v0.8.0
6902024-11-15T21:25:51.194Z Downloaded sync_wrapper v1.0.1
6912024-11-15T21:25:51.194Z Downloaded resolv-conf v0.7.0
6922024-11-15T21:25:51.195Z Downloaded hash32 v0.2.1
6932024-11-15T21:25:51.195Z Downloaded xz2 v0.1.7
6942024-11-15T21:25:51.219Z Downloaded walkdir v2.5.0
6952024-11-15T21:25:51.219Z Downloaded foreign-types-macros v0.2.3
6962024-11-15T21:25:51.219Z Downloaded typify-macro v0.2.0
6972024-11-15T21:25:51.219Z Downloaded url v2.5.3
6982024-11-15T21:25:51.219Z Downloaded rcgen v0.12.1
6992024-11-15T21:25:51.219Z Downloaded rand v0.8.5
7002024-11-15T21:25:51.219Z Downloaded openssl-sys v0.9.104
7012024-11-15T21:25:51.219Z Downloaded unarray v0.1.4
7022024-11-15T21:25:51.243Z Downloaded foldhash v0.1.3
7032024-11-15T21:25:51.243Z Downloaded yoke v0.7.4
7042024-11-15T21:25:51.243Z Downloaded expectorate v1.1.0
7052024-11-15T21:25:51.243Z Downloaded time-macros v0.2.18
7062024-11-15T21:25:51.243Z Downloaded hickory-proto v0.24.1
7072024-11-15T21:25:51.267Z Downloaded hostname v0.3.1
7082024-11-15T21:25:51.267Z Downloaded unsafe-libyaml v0.2.11
7092024-11-15T21:25:51.267Z Downloaded zerocopy v0.6.6
7102024-11-15T21:25:51.267Z Downloaded slog v2.7.0
7112024-11-15T21:25:51.267Z Downloaded quick-xml v0.33.0
7122024-11-15T21:25:51.267Z Downloaded write16 v1.0.0
7132024-11-15T21:25:51.267Z Downloaded want v0.3.1
7142024-11-15T21:25:51.292Z Downloaded rayon-core v1.12.1
7152024-11-15T21:25:51.292Z Downloaded peg-macros v0.8.4
7162024-11-15T21:25:51.292Z Downloaded peg v0.8.4
7172024-11-15T21:25:51.292Z Downloaded utf8_iter v1.0.4
7182024-11-15T21:25:51.292Z Downloaded parse-zoneinfo v0.3.1
7192024-11-15T21:25:51.292Z Downloaded zerovec v0.10.4
7202024-11-15T21:25:51.292Z Downloaded vte_generate_state_changes v0.1.2
7212024-11-15T21:25:51.316Z Downloaded foreign-types-shared v0.3.1
7222024-11-15T21:25:51.316Z Downloaded float-cmp v0.9.0
7232024-11-15T21:25:51.316Z Downloaded dunce v1.0.5
7242024-11-15T21:25:51.316Z Downloaded slog-async v2.8.0
7252024-11-15T21:25:51.340Z Downloaded snafu-derive v0.8.5
7262024-11-15T21:25:51.340Z Downloaded rusqlite v0.32.1
7272024-11-15T21:25:51.340Z Downloaded mio v1.0.2
7282024-11-15T21:25:51.365Z Downloaded ref-cast-impl v1.0.23
7292024-11-15T21:25:51.365Z Downloaded ref-cast v1.0.23
7302024-11-15T21:25:51.365Z Downloaded quick-error v1.2.3
7312024-11-15T21:25:51.365Z Downloaded rustc_version v0.4.1
7322024-11-15T21:25:51.365Z Downloaded fixedbitset v0.4.2
7332024-11-15T21:25:51.365Z Downloaded ff v0.13.0
7342024-11-15T21:25:51.365Z Downloaded fd-lock v4.0.2
7352024-11-15T21:25:51.390Z Downloaded headers v0.4.0
7362024-11-15T21:25:51.390Z Downloaded hashbrown v0.13.2
7372024-11-15T21:25:51.390Z Downloaded rustls-pemfile v2.2.0
7382024-11-15T21:25:51.390Z Downloaded unicode-normalization v0.1.24
7392024-11-15T21:25:51.390Z Downloaded rand_chacha v0.3.1
7402024-11-15T21:25:51.390Z Downloaded parking_lot_core v0.8.6
7412024-11-15T21:25:51.414Z Downloaded flagset v0.4.6
7422024-11-15T21:25:51.414Z Downloaded filetime v0.2.25
7432024-11-15T21:25:51.414Z Downloaded float-ord v0.3.2
7442024-11-15T21:25:51.438Z Downloaded rand_seeder v0.3.0
7452024-11-15T21:25:51.438Z Downloaded predicates-tree v1.0.11
7462024-11-15T21:25:51.439Z Downloaded test-strategy v0.3.1
7472024-11-15T21:25:51.439Z Downloaded petname v2.0.2
7482024-11-15T21:25:51.439Z Downloaded humantime v2.1.0
7492024-11-15T21:25:51.463Z Downloaded scopeguard v1.2.0
7502024-11-15T21:25:51.463Z Downloaded http v1.1.0
7512024-11-15T21:25:51.463Z Downloaded salty v0.3.0
7522024-11-15T21:25:51.487Z Downloaded sct v0.7.1
7532024-11-15T21:25:51.487Z Downloaded env_logger v0.11.5
7542024-11-15T21:25:51.487Z Downloaded tinystr v0.7.6
7552024-11-15T21:25:51.487Z Downloaded tiny-keccak v2.0.2
7562024-11-15T21:25:51.487Z Downloaded thread_local v1.1.8
7572024-11-15T21:25:51.487Z Downloaded rusty-fork v0.3.0
7582024-11-15T21:25:51.487Z Downloaded subprocess v0.2.9
7592024-11-15T21:25:51.511Z Downloaded chrono-tz v0.10.0
7602024-11-15T21:25:51.511Z Downloaded hash32 v0.3.1
7612024-11-15T21:25:51.511Z Downloaded utf16_iter v1.0.5
7622024-11-15T21:25:51.512Z Downloaded utf-8 v0.7.6
7632024-11-15T21:25:51.512Z Downloaded untrusted v0.9.0
7642024-11-15T21:25:51.512Z Downloaded untrusted v0.7.1
7652024-11-15T21:25:51.539Z Downloaded simd-adler32 v0.3.7
7662024-11-15T21:25:51.539Z Downloaded scrypt v0.11.0
7672024-11-15T21:25:51.539Z Downloaded slog-dtrace v0.3.0
7682024-11-15T21:25:51.539Z Downloaded rustversion v1.0.17
7692024-11-15T21:25:51.539Z Downloaded predicates v3.1.2
7702024-11-15T21:25:51.539Z Downloaded pbkdf2 v0.12.2
7712024-11-15T21:25:51.539Z Downloaded pbkdf2 v0.11.0
7722024-11-15T21:25:51.563Z Downloaded dsl_auto_type v0.1.2
7732024-11-15T21:25:51.563Z Downloaded unicode-segmentation v1.12.0
7742024-11-15T21:25:51.563Z Downloaded russh v0.45.0
7752024-11-15T21:25:51.563Z Downloaded percent-encoding v2.3.1
7762024-11-15T21:25:51.563Z Downloaded fallible-streaming-iterator v0.1.9
7772024-11-15T21:25:51.563Z Downloaded fallible-iterator v0.2.0
7782024-11-15T21:25:51.563Z Downloaded thiserror-no-std v2.0.2
7792024-11-15T21:25:51.563Z Downloaded password-hash v0.5.0
7802024-11-15T21:25:51.587Z Downloaded password-hash v0.4.2
7812024-11-15T21:25:51.587Z Downloaded dropshot_endpoint v0.12.0
7822024-11-15T21:25:51.587Z Downloaded slog-term v2.9.1
7832024-11-15T21:25:51.587Z Downloaded rustls-pemfile v1.0.4
7842024-11-15T21:25:51.587Z Downloaded progenitor-macro v0.8.0
7852024-11-15T21:25:51.587Z Downloaded prettyplease v0.2.25
7862024-11-15T21:25:51.612Z Downloaded derive-where v1.2.7
7872024-11-15T21:25:51.612Z Downloaded idna v0.4.0
7882024-11-15T21:25:51.612Z Downloaded curve25519-dalek v4.1.3
7892024-11-15T21:25:51.636Z Downloaded fallible-iterator v0.3.0
7902024-11-15T21:25:51.636Z Downloaded thiserror-impl-no-std v2.0.2
7912024-11-15T21:25:51.636Z Downloaded termtree v0.4.1
7922024-11-15T21:25:51.636Z Downloaded tap v1.0.1
7932024-11-15T21:25:51.636Z Downloaded ring v0.17.8
7942024-11-15T21:25:51.707Z Downloaded take_mut v0.2.2
7952024-11-15T21:25:51.731Z Downloaded hashlink v0.9.1
7962024-11-15T21:25:51.731Z Downloaded whoami v1.5.2
7972024-11-15T21:25:51.731Z Downloaded uzers v0.12.1
7982024-11-15T21:25:51.731Z Downloaded hubpack v0.1.2
7992024-11-15T21:25:51.731Z Downloaded zip v0.6.6
8002024-11-15T21:25:51.731Z Downloaded env_logger v0.10.2
8012024-11-15T21:25:51.731Z Downloaded env_filter v0.1.2
8022024-11-15T21:25:51.731Z Downloaded portable-atomic v1.9.0
8032024-11-15T21:25:51.756Z Downloaded omicron-zone-package v0.11.1
8042024-11-15T21:25:51.756Z Downloaded miniz_oxide v0.8.0
8052024-11-15T21:25:51.756Z Downloaded display-error-chain v0.2.2
8062024-11-15T21:25:51.756Z Downloaded which v4.4.2
8072024-11-15T21:25:51.756Z Downloaded value-bag v1.9.0
8082024-11-15T21:25:51.756Z Downloaded smallvec v1.13.2
8092024-11-15T21:25:51.756Z Downloaded difflib v0.4.0
8102024-11-15T21:25:51.756Z Downloaded universal-hash v0.5.1
8112024-11-15T21:25:51.756Z Downloaded slab v0.4.9
8122024-11-15T21:25:51.780Z Downloaded rsa v0.9.6
8132024-11-15T21:25:51.780Z Downloaded radium v0.7.0
8142024-11-15T21:25:51.780Z Downloaded quinn v0.11.5
8152024-11-15T21:25:51.781Z Downloaded strum_macros v0.26.4
8162024-11-15T21:25:51.781Z Downloaded ssh-key v0.6.6
8172024-11-15T21:25:51.805Z Downloaded futures-util v0.3.31
8182024-11-15T21:25:51.805Z Downloaded idna v0.5.0
8192024-11-15T21:25:51.829Z Downloaded path-slash v0.1.5
8202024-11-15T21:25:51.829Z Downloaded parse-size v1.1.0
8212024-11-15T21:25:51.829Z Downloaded downcast v0.11.0
8222024-11-15T21:25:51.829Z Downloaded displaydoc v0.2.5
8232024-11-15T21:25:51.829Z Downloaded dirs-sys-next v0.1.2
8242024-11-15T21:25:51.829Z Downloaded smf v0.2.3
8252024-11-15T21:25:51.829Z Downloaded smallvec v0.6.14
8262024-11-15T21:25:51.829Z Downloaded slog-stdlog v4.1.1
8272024-11-15T21:25:51.829Z Downloaded slog-scope v4.4.0
8282024-11-15T21:25:51.829Z Downloaded slog-json v2.6.1
8292024-11-15T21:25:51.829Z Downloaded httparse v1.9.5
8302024-11-15T21:25:51.829Z Downloaded unicode-properties v0.1.3
8312024-11-15T21:25:51.829Z Downloaded ron v0.8.1
8322024-11-15T21:25:51.853Z Downloaded enum-as-inner v0.5.1
8332024-11-15T21:25:51.853Z Downloaded enum-as-inner v0.6.1
8342024-11-15T21:25:51.853Z Downloaded globset v0.4.15
8352024-11-15T21:25:51.853Z Downloaded derive_builder v0.20.2
8362024-11-15T21:25:51.853Z Downloaded mockall_derive v0.13.0
8372024-11-15T21:25:51.853Z Downloaded proc-macro-crate v1.3.1
8382024-11-15T21:25:51.853Z Downloaded primeorder v0.13.6
8392024-11-15T21:25:51.853Z Downloaded hubpack_derive v0.1.1
8402024-11-15T21:25:51.877Z Downloaded hostname v0.4.0
8412024-11-15T21:25:51.877Z Downloaded diesel_table_macro_syntax v0.2.0
8422024-11-15T21:25:51.878Z Downloaded zerovec-derive v0.10.3
8432024-11-15T21:25:51.878Z Downloaded similar v2.6.0
8442024-11-15T21:25:51.878Z Downloaded ed25519-dalek v2.1.1
8452024-11-15T21:25:51.878Z Downloaded http-body-util v0.1.2
8462024-11-15T21:25:51.902Z Downloaded diesel-dtrace v0.3.0
8472024-11-15T21:25:51.902Z Downloaded ron v0.7.1
8482024-11-15T21:25:51.902Z Downloaded elliptic-curve v0.13.8
8492024-11-15T21:25:51.902Z Downloaded derive_builder_core v0.20.2
8502024-11-15T21:25:51.902Z Downloaded postgres-types v0.2.8
8512024-11-15T21:25:51.902Z Downloaded zerofrom-derive v0.1.4
8522024-11-15T21:25:51.902Z Downloaded spin v0.9.8
8532024-11-15T21:25:51.902Z Downloaded libsqlite3-sys v0.30.1
8542024-11-15T21:25:51.987Z Downloaded hyper-util v0.1.10
8552024-11-15T21:25:52.012Z Downloaded num-rational v0.4.2
8562024-11-15T21:25:52.012Z Downloaded unicode-xid v0.2.6
8572024-11-15T21:25:52.012Z Downloaded tls_codec v0.4.1
8582024-11-15T21:25:52.012Z Downloaded rpassword v7.3.1
8592024-11-15T21:25:52.012Z Downloaded owo-colors v4.1.0
8602024-11-15T21:25:52.012Z Downloaded ring v0.16.20
8612024-11-15T21:25:52.116Z Downloaded num_enum v0.5.11
8622024-11-15T21:25:52.141Z Downloaded num-complex v0.4.6
8632024-11-15T21:25:52.141Z Downloaded nu-ansi-term v0.50.1
8642024-11-15T21:25:52.141Z Downloaded native-tls v0.2.12
8652024-11-15T21:25:52.141Z Downloaded multer v3.1.0
8662024-11-15T21:25:52.141Z Downloaded zerofrom v0.1.4
8672024-11-15T21:25:52.141Z Downloaded yoke-derive v0.7.4
8682024-11-15T21:25:52.141Z Downloaded spki v0.7.3
8692024-11-15T21:25:52.141Z Downloaded spin v0.5.2
8702024-11-15T21:25:52.141Z Downloaded iana-time-zone v0.1.61
8712024-11-15T21:25:52.141Z Downloaded supports-color v3.0.1
8722024-11-15T21:25:52.141Z Downloaded subtle v2.6.1
8732024-11-15T21:25:52.165Z Downloaded strum_macros v0.25.3
8742024-11-15T21:25:52.165Z Downloaded signature v2.2.0
8752024-11-15T21:25:52.166Z Downloaded tokio-util v0.7.12
8762024-11-15T21:25:52.166Z Downloaded memmap2 v0.9.5
8772024-11-15T21:25:52.166Z Downloaded parking_lot_core v0.9.10
8782024-11-15T21:25:52.166Z Downloaded dhcproto v0.12.0
8792024-11-15T21:25:52.166Z Downloaded strum_macros v0.24.3
8802024-11-15T21:25:52.166Z Downloaded rtoolbox v0.0.2
8812024-11-15T21:25:52.166Z Downloaded hyper-staticfile v0.10.1
8822024-11-15T21:25:52.190Z Downloaded derive_more v0.99.18
8832024-11-15T21:25:52.190Z Downloaded deranged v0.3.11
8842024-11-15T21:25:52.190Z Downloaded tough v0.19.0
8852024-11-15T21:25:52.190Z Downloaded p256 v0.13.2
8862024-11-15T21:25:52.190Z Downloaded num-traits v0.2.19
8872024-11-15T21:25:52.190Z Downloaded lru-cache v0.1.2
8882024-11-15T21:25:52.190Z Downloaded lock_api v0.4.12
8892024-11-15T21:25:52.215Z Downloaded libloading v0.8.5
8902024-11-15T21:25:52.215Z Downloaded quinn-udp v0.5.5
8912024-11-15T21:25:52.215Z Downloaded hyper-rustls v0.27.3
8922024-11-15T21:25:52.215Z Downloaded vergen v8.3.2
8932024-11-15T21:25:52.215Z Downloaded tracing-attributes v0.1.27
8942024-11-15T21:25:52.215Z Downloaded oso v0.27.3
8952024-11-15T21:25:52.215Z Downloaded pem v3.0.4
8962024-11-15T21:25:52.215Z Downloaded parse-display-derive v0.10.0
8972024-11-15T21:25:52.215Z Downloaded parse-display v0.10.0
8982024-11-15T21:25:52.215Z Downloaded ena v0.14.3
8992024-11-15T21:25:52.215Z Downloaded ecdsa v0.16.9
9002024-11-15T21:25:52.240Z Downloaded samael v0.0.17
9012024-11-15T21:25:52.240Z Downloaded ppv-lite86 v0.2.20
9022024-11-15T21:25:52.240Z Downloaded powerfmt v0.2.0
9032024-11-15T21:25:52.240Z Downloaded serde_with v3.11.0
9042024-11-15T21:25:52.240Z Downloaded poly1305 v0.8.0
9052024-11-15T21:25:52.240Z Downloaded endian-type v0.1.2
9062024-11-15T21:25:52.240Z Downloaded embedded-io v0.6.1
9072024-11-15T21:25:52.240Z Downloaded embedded-io v0.4.0
9082024-11-15T21:25:52.266Z Downloaded either v1.13.0
9092024-11-15T21:25:52.266Z Downloaded ed25519 v2.2.3
9102024-11-15T21:25:52.266Z Downloaded dyn-clone v1.0.17
9112024-11-15T21:25:52.266Z Downloaded dhcproto-macros v0.1.0
9122024-11-15T21:25:52.266Z Downloaded vsss-rs v3.3.4
9132024-11-15T21:25:52.266Z Downloaded glob v0.3.1
9142024-11-15T21:25:52.266Z Downloaded termios v0.3.3
9152024-11-15T21:25:52.266Z Downloaded chrono v0.4.38
9162024-11-15T21:25:52.291Z Downloaded signal-hook v0.3.17
9172024-11-15T21:25:52.291Z Downloaded pin-project v1.1.6
9182024-11-15T21:25:52.291Z Downloaded packed_struct v0.10.1
9192024-11-15T21:25:52.291Z Downloaded num_enum_derive v0.5.11
9202024-11-15T21:25:52.291Z Downloaded newtype-uuid v1.1.3
9212024-11-15T21:25:52.291Z Downloaded writeable v0.5.5
9222024-11-15T21:25:52.291Z Downloaded futures v0.3.31
9232024-11-15T21:25:52.316Z Downloaded zip v2.1.3
9242024-11-15T21:25:52.316Z Downloaded tower-service v0.3.3
9252024-11-15T21:25:52.317Z Downloaded toml_edit v0.19.15
9262024-11-15T21:25:52.341Z Downloaded olpc-cjson v0.1.4
9272024-11-15T21:25:52.341Z Downloaded num-integer v0.1.46
9282024-11-15T21:25:52.341Z Downloaded num v0.4.3
9292024-11-15T21:25:52.341Z Downloaded nodrop v0.1.14
9302024-11-15T21:25:52.341Z Downloaded structmeta-derive v0.3.0
9312024-11-15T21:25:52.341Z Downloaded structmeta v0.3.0
9322024-11-15T21:25:52.341Z Downloaded ssh-cipher v0.2.0
9332024-11-15T21:25:52.341Z Downloaded postcard v1.0.10
9342024-11-15T21:25:52.341Z Downloaded pkcs1 v0.7.5
9352024-11-15T21:25:52.341Z Downloaded packed_struct_codegen v0.10.1
9362024-11-15T21:25:52.342Z Downloaded num-derive v0.4.2
9372024-11-15T21:25:52.342Z Downloaded mockall v0.13.0
9382024-11-15T21:25:52.342Z Downloaded bindgen v0.69.5
9392024-11-15T21:25:52.366Z Downloaded stable_deref_trait v1.2.0
9402024-11-15T21:25:52.366Z Downloaded ssh-encoding v0.2.0
9412024-11-15T21:25:52.366Z Downloaded signal-hook-mio v0.2.4
9422024-11-15T21:25:52.366Z Downloaded shlex v1.3.0
9432024-11-15T21:25:52.366Z Downloaded semver v0.1.20
9442024-11-15T21:25:52.366Z Downloaded sec1 v0.7.3
9452024-11-15T21:25:52.366Z Downloaded pkcs8 v0.10.2
9462024-11-15T21:25:52.366Z Downloaded pkcs5 v0.7.1
9472024-11-15T21:25:52.366Z Downloaded pin-project-internal v1.1.6
9482024-11-15T21:25:52.366Z Downloaded zopfli v0.8.1
9492024-11-15T21:25:52.391Z Downloaded multimap v0.10.0
9502024-11-15T21:25:52.391Z Downloaded maybe-uninit v2.0.0
9512024-11-15T21:25:52.391Z Downloaded linear-map v1.2.0
9522024-11-15T21:25:52.391Z Downloaded libsw v3.3.1
9532024-11-15T21:25:52.391Z Downloaded signal-hook-registry v1.4.2
9542024-11-15T21:25:52.391Z Downloaded postgres-protocol v0.6.7
9552024-11-15T21:25:52.391Z Downloaded phf v0.11.2
9562024-11-15T21:25:52.391Z Downloaded futures-channel v0.3.31
9572024-11-15T21:25:52.391Z Downloaded tokio-postgres v0.7.12
9582024-11-15T21:25:52.391Z Downloaded maplit v1.0.2
9592024-11-15T21:25:52.391Z Downloaded lockfree-object-pool v0.1.6
9602024-11-15T21:25:52.391Z Downloaded signal-hook-tokio v0.3.1
9612024-11-15T21:25:52.391Z Downloaded secrecy v0.8.0
9622024-11-15T21:25:52.416Z Downloaded data-encoding v2.6.0
9632024-11-15T21:25:52.416Z Downloaded polyval v0.6.2
9642024-11-15T21:25:52.416Z Downloaded pkg-config v0.3.31
9652024-11-15T21:25:52.416Z Downloaded der_derive v0.7.3
9662024-11-15T21:25:52.416Z Downloaded mime v0.3.17
9672024-11-15T21:25:52.416Z Downloaded der v0.7.9
9682024-11-15T21:25:52.416Z Downloaded linked-hash-map v0.5.6
9692024-11-15T21:25:52.416Z Downloaded libefi-sys v0.1.0
9702024-11-15T21:25:52.416Z Downloaded keccak v0.1.5
9712024-11-15T21:25:52.416Z Downloaded ghash v0.5.1
9722024-11-15T21:25:52.416Z Downloaded gethostname v0.5.0
9732024-11-15T21:25:52.416Z Downloaded futures-task v0.3.31
9742024-11-15T21:25:52.416Z Downloaded futures-sink v0.3.31
9752024-11-15T21:25:52.440Z Downloaded futures-io v0.3.31
9762024-11-15T21:25:52.440Z Downloaded futures-executor v0.3.31
9772024-11-15T21:25:52.441Z Downloaded fragile v2.0.0
9782024-11-15T21:25:52.441Z Downloaded darling v0.20.10
9792024-11-15T21:25:52.441Z Downloaded pin-project-lite v0.2.14
9802024-11-15T21:25:52.441Z Downloaded funty v2.0.0
9812024-11-15T21:25:52.441Z Downloaded defmt-macros v0.3.9
9822024-11-15T21:25:52.441Z Downloaded debug-ignore v1.0.5
9832024-11-15T21:25:52.441Z Downloaded lalrpop-util v0.19.12
9842024-11-15T21:25:52.441Z Downloaded kstat-rs v0.2.4
9852024-11-15T21:25:52.465Z Downloaded defmt-parser v0.3.4
9862024-11-15T21:25:52.465Z Downloaded darling_core v0.20.10
9872024-11-15T21:25:52.465Z Downloaded managed v0.8.0
9882024-11-15T21:25:52.465Z Downloaded lazy_static v1.5.0
9892024-11-15T21:25:52.465Z Downloaded fs_extra v1.3.0
9902024-11-15T21:25:52.465Z Downloaded zone v0.3.0
9912024-11-15T21:25:52.465Z Downloaded phf_codegen v0.11.2
9922024-11-15T21:25:52.465Z Downloaded fxhash v0.2.1
9932024-11-15T21:25:52.465Z Downloaded tokio-tungstenite v0.23.1
9942024-11-15T21:25:52.465Z Downloaded tokio-rustls v0.24.1
9952024-11-15T21:25:52.465Z Downloaded aws-lc-sys v0.22.0
9962024-11-15T21:25:52.722Z Downloaded futures-macro v0.3.31
9972024-11-15T21:25:52.746Z Downloaded futures-core v0.3.31
9982024-11-15T21:25:52.746Z Downloaded form_urlencoded v1.2.1
9992024-11-15T21:25:52.746Z Downloaded zone_cfg_derive v0.3.0
10002024-11-15T21:25:52.746Z Downloaded zone v0.1.8
10012024-11-15T21:25:52.746Z Downloaded tokio-tungstenite v0.21.0
10022024-11-15T21:25:52.746Z Downloaded tokio-rustls v0.26.0
10032024-11-15T21:25:52.746Z Downloaded tokio-rustls v0.25.0
10042024-11-15T21:25:52.746Z Downloaded steno v0.4.1
10052024-11-15T21:25:52.746Z Downloaded oso-derive v0.27.3
10062024-11-15T21:25:52.746Z Downloaded openssl-probe v0.1.5
10072024-11-15T21:25:52.746Z Downloaded number_prefix v0.4.0
10082024-11-15T21:25:52.746Z Downloaded newtype_derive v0.1.6
10092024-11-15T21:25:52.746Z Downloaded new_debug_unreachable v1.0.6
10102024-11-15T21:25:52.746Z Downloaded tokio-macros v2.4.0
10112024-11-15T21:25:52.746Z Downloaded tar v0.4.43
10122024-11-15T21:25:52.770Z Downloaded md5 v0.7.0
10132024-11-15T21:25:52.770Z Downloaded match_cfg v0.1.0
10142024-11-15T21:25:52.770Z Downloaded hickory-resolver v0.24.1
10152024-11-15T21:25:52.770Z Downloaded crossterm v0.28.1
10162024-11-15T21:25:52.770Z Downloaded toolchain_find v0.4.0
10172024-11-15T21:25:52.770Z Downloaded toml v0.7.8
10182024-11-15T21:25:52.770Z Downloaded tokio-tungstenite v0.24.0
10192024-11-15T21:25:52.770Z Downloaded tokio-stream v0.1.16
10202024-11-15T21:25:52.795Z Downloaded termcolor v1.4.1
10212024-11-15T21:25:52.795Z Downloaded term v0.7.0
10222024-11-15T21:25:52.795Z Downloaded stringprep v0.1.5
10232024-11-15T21:25:52.795Z Downloaded serde_yaml v0.9.34+deprecated
10242024-11-15T21:25:52.795Z Downloaded serde_derive_internals v0.29.1
10252024-11-15T21:25:52.795Z Downloaded nibble_vec v0.1.0
10262024-11-15T21:25:52.795Z Downloaded mime_guess v2.0.5
10272024-11-15T21:25:52.795Z Downloaded is_ci v1.2.0
10282024-11-15T21:25:52.795Z Downloaded is-terminal v0.4.13
10292024-11-15T21:25:52.795Z Downloaded ipnetwork v0.20.0
10302024-11-15T21:25:52.795Z Downloaded instant v0.1.13
10312024-11-15T21:25:52.819Z Downloaded inout v0.1.3
10322024-11-15T21:25:52.820Z Downloaded heapless v0.8.0
10332024-11-15T21:25:52.820Z Downloaded crossbeam-channel v0.5.13
10342024-11-15T21:25:52.820Z Downloaded tokio-native-tls v0.3.1
10352024-11-15T21:25:52.820Z Downloaded tls_codec_derive v0.4.1
10362024-11-15T21:25:52.820Z Downloaded serde_with_macros v3.11.0
10372024-11-15T21:25:52.820Z Downloaded serde_plain v1.0.2
10382024-11-15T21:25:52.820Z Downloaded num_threads v0.1.7
10392024-11-15T21:25:52.820Z Downloaded litemap v0.7.3
10402024-11-15T21:25:52.820Z Downloaded indexmap v1.9.3
10412024-11-15T21:25:52.844Z Downloaded hickory-server v0.24.1
10422024-11-15T21:25:52.844Z Downloaded aws-lc-rs v1.10.0
10432024-11-15T21:25:52.844Z Downloaded shell-words v1.1.0
10442024-11-15T21:25:52.844Z Downloaded sha1 v0.10.6
10452024-11-15T21:25:52.844Z Downloaded serde_repr v0.1.19
10462024-11-15T21:25:52.868Z Downloaded serde-hex v0.1.0
10472024-11-15T21:25:52.868Z Downloaded num-iter v0.1.45
10482024-11-15T21:25:52.868Z Downloaded nanorand v0.7.0
10492024-11-15T21:25:52.868Z Downloaded md-5 v0.10.6
10502024-11-15T21:25:52.868Z Downloaded lazycell v1.3.0
10512024-11-15T21:25:52.868Z Downloaded indicatif v0.17.9
10522024-11-15T21:25:52.868Z Downloaded impl-trait-for-tuples v0.2.2
10532024-11-15T21:25:52.868Z Downloaded idna_adapter v1.2.0
10542024-11-15T21:25:52.868Z Downloaded highway v1.2.0
10552024-11-15T21:25:52.868Z Downloaded hex-literal v0.4.1
10562024-11-15T21:25:52.868Z Downloaded heck v0.3.3
10572024-11-15T21:25:52.868Z Downloaded heapless v0.7.17
10582024-11-15T21:25:52.892Z Downloaded cookie v0.18.1
10592024-11-15T21:25:52.892Z Downloaded const_format v0.2.33
10602024-11-15T21:25:52.892Z Downloaded compact_str v0.8.0
10612024-11-15T21:25:52.892Z Downloaded chacha20poly1305 v0.10.1
10622024-11-15T21:25:52.892Z Downloaded cc v1.1.30
10632024-11-15T21:25:52.892Z Downloaded bumpalo v3.16.0
10642024-11-15T21:25:52.892Z Downloaded blake2 v0.10.6
10652024-11-15T21:25:52.916Z Downloaded base16ct v0.2.0
10662024-11-15T21:25:52.916Z Downloaded string_cache v0.8.7
10672024-11-15T21:25:52.916Z Downloaded serde_urlencoded v0.7.1
10682024-11-15T21:25:52.916Z Downloaded serde_path_to_error v0.1.16
10692024-11-15T21:25:52.916Z Downloaded normalize-line-endings v0.3.0
10702024-11-15T21:25:52.916Z Downloaded newline-converter v0.3.0
10712024-11-15T21:25:52.916Z Downloaded memoffset v0.9.1
10722024-11-15T21:25:52.917Z Downloaded lru v0.12.5
10732024-11-15T21:25:52.917Z Downloaded indoc v1.0.9
10742024-11-15T21:25:52.917Z Downloaded headers-core v0.3.0
10752024-11-15T21:25:52.917Z Downloaded crossbeam-utils v0.8.20
10762024-11-15T21:25:52.917Z Downloaded crc-any v2.5.0
10772024-11-15T21:25:52.917Z Downloaded cookie_store v0.21.0
10782024-11-15T21:25:52.917Z Downloaded const_format_proc_macros v0.2.33
10792024-11-15T21:25:52.941Z Downloaded const-oid v0.9.6
10802024-11-15T21:25:52.941Z Downloaded ciborium v0.2.2
10812024-11-15T21:25:52.941Z Downloaded cassowary v0.3.0
10822024-11-15T21:25:52.941Z Downloaded bzip2 v0.4.4
10832024-11-15T21:25:52.941Z Downloaded buf-list v1.0.3
10842024-11-15T21:25:52.941Z Downloaded blowfish v0.9.1
10852024-11-15T21:25:52.941Z Downloaded block-padding v0.3.3
10862024-11-15T21:25:52.941Z Downloaded openssl-macros v0.1.1
10872024-11-15T21:25:52.941Z Downloaded opaque-debug v0.3.1
10882024-11-15T21:25:52.941Z Downloaded num-conv v0.1.0
10892024-11-15T21:25:52.941Z Downloaded matches v0.1.10
10902024-11-15T21:25:52.941Z Downloaded indent_write v2.2.0
10912024-11-15T21:25:52.941Z Downloaded hickory-client v0.24.1
10922024-11-15T21:25:52.941Z Downloaded hex v0.4.3
10932024-11-15T21:25:52.941Z Downloaded ctr v0.9.2
10942024-11-15T21:25:52.965Z Downloaded crossbeam-deque v0.8.5
10952024-11-15T21:25:52.966Z Downloaded crc-catalog v2.4.0
10962024-11-15T21:25:52.966Z Downloaded constant_time_eq v0.3.1
10972024-11-15T21:25:52.966Z Downloaded cobs v0.2.3
10982024-11-15T21:25:52.966Z Downloaded cmake v0.1.51
10992024-11-15T21:25:52.966Z Downloaded cipher v0.4.4
11002024-11-15T21:25:52.966Z Downloaded ciborium-ll v0.2.2
11012024-11-15T21:25:52.966Z Downloaded chrono-tz-build v0.4.0
11022024-11-15T21:25:52.966Z Downloaded cfg_aliases v0.2.1
11032024-11-15T21:25:52.966Z Downloaded cbc v0.1.2
11042024-11-15T21:25:52.966Z Downloaded ipnet v2.10.1
11052024-11-15T21:25:52.966Z Downloaded instability v0.3.2
11062024-11-15T21:25:52.966Z Downloaded cstr-argument v0.1.2
11072024-11-15T21:25:52.966Z Downloaded crunchy v0.2.2
11082024-11-15T21:25:52.966Z Downloaded cfg_aliases v0.1.1
11092024-11-15T21:25:52.966Z Downloaded bitvec v1.0.1
11102024-11-15T21:25:52.990Z Downloaded bitflags v1.3.2
11112024-11-15T21:25:52.990Z Downloaded bitfield-struct v0.6.2
11122024-11-15T21:25:52.990Z Downloaded bit-vec v0.6.3
11132024-11-15T21:25:52.990Z Downloaded bit-set v0.5.3
11142024-11-15T21:25:52.991Z Downloaded bcs v0.1.6
11152024-11-15T21:25:52.991Z Downloaded bb8 v0.8.5
11162024-11-15T21:25:53.014Z Downloaded base64ct v1.6.0
11172024-11-15T21:25:53.014Z Downloaded base64 v0.21.7
11182024-11-15T21:25:53.014Z Downloaded base64 v0.13.1
11192024-11-15T21:25:53.015Z Downloaded backtrace v0.3.74
11202024-11-15T21:25:53.015Z Downloaded async-stream-impl v0.3.6
11212024-11-15T21:25:53.015Z Downloaded async-stream v0.3.6
11222024-11-15T21:25:53.015Z Downloaded aho-corasick v1.1.3
11232024-11-15T21:25:53.039Z Downloaded aes-gcm v0.10.3
11242024-11-15T21:25:53.039Z Downloaded blake3 v1.5.4
11252024-11-15T21:25:53.039Z Downloaded atomicwrites v0.4.4
11262024-11-15T21:25:53.039Z Downloaded atomic-waker v1.1.2
11272024-11-15T21:25:53.039Z Downloaded async-trait v0.1.83
11282024-11-15T21:25:53.039Z Downloaded arc-swap v1.7.1
11292024-11-15T21:25:53.063Z Downloaded allocator-api2 v0.2.18
11302024-11-15T21:25:53.063Z Downloaded aes v0.8.4
11312024-11-15T21:25:53.063Z Downloaded csv-core v0.1.11
11322024-11-15T21:25:53.063Z Downloaded crypto-bigint v0.5.5
11332024-11-15T21:25:53.063Z Downloaded crossbeam-epoch v0.9.18
11342024-11-15T21:25:53.063Z Downloaded crc32fast v1.4.2
11352024-11-15T21:25:53.063Z Downloaded console v0.15.8
11362024-11-15T21:25:53.087Z Downloaded colored v2.1.0
11372024-11-15T21:25:53.087Z Downloaded clang-sys v1.8.1
11382024-11-15T21:25:53.087Z Downloaded cancel-safe-futures v0.1.5
11392024-11-15T21:25:53.087Z Downloaded bytes v1.8.0
11402024-11-15T21:25:53.087Z Downloaded async-bb8-diesel v0.2.1
11412024-11-15T21:25:53.087Z Downloaded array-init v0.0.4
11422024-11-15T21:25:53.087Z Downloaded argon2 v0.5.3
11432024-11-15T21:25:53.087Z Downloaded backoff v0.4.0
11442024-11-15T21:25:53.087Z Downloaded ascii-canvas v3.0.0
11452024-11-15T21:25:53.087Z Downloaded arrayvec v0.7.6
11462024-11-15T21:25:53.112Z Downloaded arrayref v0.3.9
11472024-11-15T21:25:53.112Z Downloaded ahash v0.8.11
11482024-11-15T21:25:53.112Z Downloaded aead v0.5.2
11492024-11-15T21:25:53.112Z Downloaded adler2 v2.0.0
11502024-11-15T21:25:53.112Z Downloaded addr2line v0.24.2
11512024-11-15T21:25:53.112Z Downloaded crc v3.2.1
11522024-11-15T21:25:53.112Z Downloaded convert_case v0.4.0
11532024-11-15T21:25:53.112Z Downloaded ciborium-io v0.2.2
11542024-11-15T21:25:53.112Z Downloaded chacha20 v0.9.1
11552024-11-15T21:25:53.112Z Downloaded cexpr v0.6.0
11562024-11-15T21:25:53.112Z Downloaded castaway v0.2.3
11572024-11-15T21:25:53.112Z Downloaded bitfield v0.14.0
11582024-11-15T21:25:53.112Z Downloaded atty v0.2.14
11592024-11-15T21:25:53.136Z Downloaded async-recursion v1.1.1
11602024-11-15T21:25:53.136Z Downloaded assert_matches v1.5.0
11612024-11-15T21:25:53.256Z Compiling serde v1.0.215
11622024-11-15T21:25:53.256Z Compiling lock_api v0.4.12
11632024-11-15T21:25:53.280Z Compiling scopeguard v1.2.0
11642024-11-15T21:25:53.280Z Compiling value-bag v1.9.0
11652024-11-15T21:25:53.280Z Compiling typenum v1.17.0
11662024-11-15T21:25:53.280Z Compiling generic-array v0.14.7
11672024-11-15T21:25:53.280Z Compiling syn v2.0.87
11682024-11-15T21:25:53.280Z Compiling getrandom v0.2.15
11692024-11-15T21:25:53.627Z Compiling rand_core v0.6.4
11702024-11-15T21:25:53.779Z Compiling log v0.4.22
11712024-11-15T21:25:53.805Z Compiling shlex v1.3.0
11722024-11-15T21:25:53.849Z Compiling subtle v2.6.1
11732024-11-15T21:25:53.874Z Compiling jobserver v0.1.32
11742024-11-15T21:25:54.155Z Compiling const-oid v0.9.6
11752024-11-15T21:25:54.179Z Compiling smallvec v1.13.2
11762024-11-15T21:25:54.204Z Compiling pin-project-lite v0.2.14
11772024-11-15T21:25:54.292Z Compiling cc v1.1.30
11782024-11-15T21:25:54.328Z Compiling spin v0.9.8
11792024-11-15T21:25:54.610Z Compiling rustix v0.38.37
11802024-11-15T21:25:54.690Z Compiling parking_lot_core v0.9.10
11812024-11-15T21:25:54.794Z Compiling futures-core v0.3.31
11822024-11-15T21:25:54.819Z Compiling signal-hook-registry v1.4.2
11832024-11-15T21:25:55.047Z Compiling mio v1.0.2
11842024-11-15T21:25:55.531Z Compiling aho-corasick v1.1.3
11852024-11-15T21:25:55.674Z Compiling parking_lot v0.12.3
11862024-11-15T21:25:55.762Z Compiling either v1.13.0
11872024-11-15T21:25:55.813Z Compiling regex-syntax v0.8.5
11882024-11-15T21:25:55.884Z Compiling cpufeatures v0.2.14
11892024-11-15T21:25:56.001Z Compiling lazy_static v1.5.0
11902024-11-15T21:25:56.135Z Compiling stable_deref_trait v1.2.0
11912024-11-15T21:25:56.196Z Compiling futures-sink v0.3.31
11922024-11-15T21:25:56.240Z Compiling glob v0.3.1
11932024-11-15T21:25:56.264Z Compiling socket2 v0.5.7
11942024-11-15T21:25:56.620Z Compiling slab v0.4.9
11952024-11-15T21:25:56.874Z Compiling prettyplease v0.2.25
11962024-11-15T21:25:57.068Z Compiling minimal-lexical v0.2.1
11972024-11-15T21:25:57.447Z Compiling nom v7.1.3
11982024-11-15T21:25:57.471Z Compiling libloading v0.8.5
11992024-11-15T21:25:57.500Z Compiling clang-sys v1.8.1
12002024-11-15T21:25:57.562Z Compiling bindgen v0.69.5
12012024-11-15T21:25:57.868Z Compiling serde_json v1.0.132
12022024-11-15T21:25:58.156Z Compiling home v0.5.9
12032024-11-15T21:25:58.360Z Compiling futures-channel v0.3.31
12042024-11-15T21:25:58.427Z Compiling itertools v0.12.1
12052024-11-15T21:25:58.699Z Compiling futures-io v0.3.31
12062024-11-15T21:25:58.767Z Compiling lazycell v1.3.0
12072024-11-15T21:25:58.931Z Compiling pin-utils v0.1.0
12082024-11-15T21:25:59.004Z Compiling rustc-hash v1.1.0
12092024-11-15T21:25:59.032Z Compiling allocator-api2 v0.2.18
12102024-11-15T21:25:59.154Z Compiling foldhash v0.1.3
12112024-11-15T21:25:59.437Z Compiling futures-task v0.3.31
12122024-11-15T21:25:59.715Z Compiling regex-automata v0.4.8
12132024-11-15T21:25:59.755Z Compiling hashbrown v0.15.0
12142024-11-15T21:26:01.027Z Compiling synstructure v0.13.1
12152024-11-15T21:26:01.055Z Compiling cexpr v0.6.0
12162024-11-15T21:26:01.283Z Compiling cmake v0.1.51
12172024-11-15T21:26:02.240Z Compiling libm v0.2.8
12182024-11-15T21:26:02.501Z Compiling fs_extra v1.3.0
12192024-11-15T21:26:02.535Z Compiling tinyvec_macros v0.1.1
12202024-11-15T21:26:02.656Z Compiling pkg-config v0.3.31
12212024-11-15T21:26:02.684Z Compiling dunce v1.0.5
12222024-11-15T21:26:02.714Z Compiling tinyvec v1.8.0
12232024-11-15T21:26:02.840Z Compiling num-traits v0.2.19
12242024-11-15T21:26:03.309Z Compiling ring v0.17.8
12252024-11-15T21:26:04.095Z Compiling writeable v0.5.5
12262024-11-15T21:26:04.145Z Compiling unicode-normalization v0.1.24
12272024-11-15T21:26:04.191Z Compiling unicode-bidi v0.3.17
12282024-11-15T21:26:04.361Z Compiling litemap v0.7.3
12292024-11-15T21:26:04.428Z Compiling paste v1.0.15
12302024-11-15T21:26:04.685Z Compiling base64ct v1.6.0
12312024-11-15T21:26:04.989Z Compiling regex v1.11.1
12322024-11-15T21:26:05.250Z Compiling pem-rfc7468 v0.7.0
12332024-11-15T21:26:05.587Z Compiling aws-lc-rs v1.10.0
12342024-11-15T21:26:05.993Z Compiling httparse v1.9.5
12352024-11-15T21:26:06.019Z Compiling flagset v0.4.6
12362024-11-15T21:26:06.207Z Compiling tracing-core v0.1.32
12372024-11-15T21:26:06.817Z Compiling rustls-pki-types v1.9.0
12382024-11-15T21:26:07.159Z Compiling icu_locid_transform_data v1.5.0
12392024-11-15T21:26:07.247Z Compiling crossbeam-utils v0.8.20
12402024-11-15T21:26:07.284Z Compiling percent-encoding v2.3.1
12412024-11-15T21:26:07.414Z Compiling serde_derive v1.0.215
12422024-11-15T21:26:07.653Z Compiling zeroize_derive v1.4.2
12432024-11-15T21:26:07.692Z Compiling zerocopy-derive v0.7.35
12442024-11-15T21:26:07.879Z Compiling tokio-macros v2.4.0
12452024-11-15T21:26:07.986Z Compiling zerofrom-derive v0.1.4
12462024-11-15T21:26:09.374Z Compiling zeroize v1.8.1
12472024-11-15T21:26:09.547Z Compiling yoke-derive v0.7.4
12482024-11-15T21:26:09.624Z Compiling thiserror-impl v1.0.69
12492024-11-15T21:26:10.069Z Compiling zerocopy v0.7.35
12502024-11-15T21:26:10.391Z Compiling zerovec-derive v0.10.3
12512024-11-15T21:26:11.035Z Compiling crypto-common v0.1.6
12522024-11-15T21:26:11.248Z Compiling block-buffer v0.10.4
12532024-11-15T21:26:11.556Z Compiling digest v0.10.7
12542024-11-15T21:26:11.581Z Compiling futures-macro v0.3.31
12552024-11-15T21:26:12.004Z Compiling hmac v0.12.1
12562024-11-15T21:26:12.029Z Compiling zerofrom v0.1.4
12572024-11-15T21:26:12.054Z Compiling block-padding v0.3.3
12582024-11-15T21:26:12.246Z Compiling displaydoc v0.2.5
12592024-11-15T21:26:12.276Z Compiling inout v0.1.3
12602024-11-15T21:26:12.304Z Compiling sha2 v0.10.8
12612024-11-15T21:26:12.369Z Compiling yoke v0.7.4
12622024-11-15T21:26:12.530Z Compiling cipher v0.4.4
12632024-11-15T21:26:12.702Z Compiling thiserror v1.0.69
12642024-11-15T21:26:12.729Z Compiling ppv-lite86 v0.2.20
12652024-11-15T21:26:12.755Z Compiling zerovec v0.10.4
12662024-11-15T21:26:12.843Z Compiling der_derive v0.7.3
12672024-11-15T21:26:13.006Z Compiling icu_provider_macros v1.5.0
12682024-11-15T21:26:13.366Z Compiling futures-util v0.3.31
12692024-11-15T21:26:13.494Z Compiling rand_chacha v0.3.1
12702024-11-15T21:26:13.798Z Compiling tracing-attributes v0.1.27
12712024-11-15T21:26:14.039Z Compiling rand v0.8.5
12722024-11-15T21:26:14.744Z Compiling tinystr v0.7.6
12732024-11-15T21:26:15.004Z Compiling der v0.7.9
12742024-11-15T21:26:15.123Z Compiling icu_locid v1.5.0
12752024-11-15T21:26:15.148Z Compiling icu_collections v1.5.0
12762024-11-15T21:26:15.368Z Compiling salsa20 v0.10.2
12772024-11-15T21:26:15.565Z Compiling pest v2.7.14
12782024-11-15T21:26:15.904Z Compiling pbkdf2 v0.12.2
12792024-11-15T21:26:16.487Z Compiling icu_provider v1.5.0
12802024-11-15T21:26:16.761Z Compiling powerfmt v0.2.0
12812024-11-15T21:26:17.116Z Compiling icu_locid_transform v1.5.0
12822024-11-15T21:26:17.140Z Compiling tracing v0.1.40
12832024-11-15T21:26:17.268Z Compiling spki v0.7.3
12842024-11-15T21:26:17.422Z Compiling icu_properties_data v1.5.0
12852024-11-15T21:26:17.609Z Compiling vcpkg v0.2.15
12862024-11-15T21:26:17.635Z Compiling mirai-annotations v1.12.0
12872024-11-15T21:26:17.674Z Compiling untrusted v0.9.0
12882024-11-15T21:26:17.833Z Compiling untrusted v0.7.1
12892024-11-15T21:26:17.858Z Compiling num-conv v0.1.0
12902024-11-15T21:26:17.997Z Compiling time-core v0.1.2
12912024-11-15T21:26:18.123Z Compiling pest_meta v2.7.14
12922024-11-15T21:26:18.181Z Compiling time-macros v0.2.18
12932024-11-15T21:26:18.337Z Compiling icu_properties v1.5.1
12942024-11-15T21:26:18.836Z Compiling deranged v0.3.11
12952024-11-15T21:26:19.593Z Compiling openssl-sys v0.9.104
12962024-11-15T21:26:20.492Z Compiling bitflags v2.6.0
12972024-11-15T21:26:20.516Z Compiling bytes v1.8.0
12982024-11-15T21:26:20.627Z Compiling indexmap v2.6.0
12992024-11-15T21:26:20.905Z Compiling semver v1.0.23
13002024-11-15T21:26:21.507Z Compiling tokio v1.40.0
13012024-11-15T21:26:21.628Z Compiling http v1.1.0
13022024-11-15T21:26:21.685Z Compiling rustc_version v0.4.1
13032024-11-15T21:26:21.936Z Compiling scrypt v0.11.0
13042024-11-15T21:26:22.356Z Compiling aes v0.8.4
13052024-11-15T21:26:22.431Z Compiling cbc v0.1.2
13062024-11-15T21:26:22.457Z Compiling scroll_derive v0.12.0
13072024-11-15T21:26:22.599Z Compiling num_threads v0.1.7
13082024-11-15T21:26:22.669Z Compiling atomic-waker v1.1.2
13092024-11-15T21:26:22.723Z Compiling icu_normalizer_data v1.5.0
13102024-11-15T21:26:22.831Z Compiling write16 v1.0.0
13112024-11-15T21:26:22.862Z Compiling utf16_iter v1.0.5
13122024-11-15T21:26:22.956Z Compiling utf8_iter v1.0.4
13132024-11-15T21:26:23.044Z Compiling http-body v1.0.1
13142024-11-15T21:26:23.177Z Compiling pkcs5 v0.7.1
13152024-11-15T21:26:23.262Z Compiling icu_normalizer v1.5.0
13162024-11-15T21:26:23.438Z Compiling time v0.3.36
13172024-11-15T21:26:23.670Z Compiling scroll v0.12.0
13182024-11-15T21:26:23.922Z Compiling pest_generator v2.7.14
13192024-11-15T21:26:24.182Z Compiling form_urlencoded v1.2.1
13202024-11-15T21:26:24.258Z Compiling which v4.4.2
13212024-11-15T21:26:24.483Z Compiling slog v2.7.0
13222024-11-15T21:26:24.846Z Compiling try-lock v0.2.5
13232024-11-15T21:26:24.968Z Compiling goblin v0.8.2
13242024-11-15T21:26:25.049Z Compiling want v0.3.1
13252024-11-15T21:26:25.073Z Compiling idna_adapter v1.2.0
13262024-11-15T21:26:25.349Z Compiling pkcs8 v0.10.2
13272024-11-15T21:26:25.373Z Compiling httpdate v1.0.3
13282024-11-15T21:26:25.512Z Compiling idna v1.0.3
13292024-11-15T21:26:25.629Z Compiling pest_derive v2.7.14
13302024-11-15T21:26:25.903Z Compiling serde_spanned v0.6.8
13312024-11-15T21:26:26.115Z Compiling uuid v1.11.0
13322024-11-15T21:26:26.308Z Compiling dtrace-parser v0.2.0
13332024-11-15T21:26:26.506Z Compiling serde_tokenstream v0.2.2
13342024-11-15T21:26:27.063Z Compiling toml_datetime v0.6.8
13352024-11-15T21:26:27.153Z Compiling rustversion v1.0.17
13362024-11-15T21:26:27.388Z Compiling iana-time-zone v0.1.61
13372024-11-15T21:26:27.520Z Compiling match_cfg v0.1.0
13382024-11-15T21:26:27.634Z Compiling adler2 v2.0.0
13392024-11-15T21:26:27.794Z Compiling foreign-types-shared v0.1.1
13402024-11-15T21:26:27.830Z Compiling tower-service v0.3.3
13412024-11-15T21:26:27.855Z Compiling base64 v0.22.1
13422024-11-15T21:26:27.909Z Compiling openssl v0.10.68
13432024-11-15T21:26:27.958Z Compiling foreign-types v0.3.2
13442024-11-15T21:26:28.127Z Compiling miniz_oxide v0.8.0
13452024-11-15T21:26:28.159Z Compiling hostname v0.3.1
13462024-11-15T21:26:28.291Z Compiling chrono v0.4.38
13472024-11-15T21:26:28.351Z Compiling url v2.5.3
13482024-11-15T21:26:28.561Z Compiling openssl-macros v0.1.1
13492024-11-15T21:26:29.211Z Compiling tokio-util v0.7.12
13502024-11-15T21:26:29.531Z Compiling async-trait v0.1.83
13512024-11-15T21:26:29.641Z Compiling dirs-sys-next v0.1.2
13522024-11-15T21:26:30.131Z Compiling h2 v0.4.6
13532024-11-15T21:26:30.236Z Compiling dof v0.3.0
13542024-11-15T21:26:30.493Z Compiling data-encoding v2.6.0
13552024-11-15T21:26:31.642Z Compiling usdt-impl v0.5.0
13562024-11-15T21:26:31.869Z Compiling siphasher v0.3.11
13572024-11-15T21:26:32.178Z Compiling rustls v0.23.14
13582024-11-15T21:26:32.220Z Compiling rustls v0.22.4
13592024-11-15T21:26:32.417Z Compiling native-tls v0.2.12
13602024-11-15T21:26:32.457Z Compiling syn v1.0.109
13612024-11-15T21:26:32.561Z Compiling dirs-next v2.0.0
13622024-11-15T21:26:33.097Z Compiling http-body-util v0.1.2
13632024-11-15T21:26:33.138Z Compiling heapless v0.7.17
13642024-11-15T21:26:33.503Z Compiling crossbeam-epoch v0.9.18
13652024-11-15T21:26:33.568Z Compiling signature v2.2.0
13662024-11-15T21:26:33.841Z Compiling sha1 v0.10.6
13672024-11-15T21:26:34.043Z Compiling bzip2-sys v0.1.11+1.0.8
13682024-11-15T21:26:34.219Z Compiling serde_derive_internals v0.29.1
13692024-11-15T21:26:34.267Z Compiling thread_local v1.1.8
13702024-11-15T21:26:34.298Z Compiling cookie v0.18.1
13712024-11-15T21:26:34.485Z Compiling encoding_rs v0.8.34
13722024-11-15T21:26:34.547Z Compiling multer v3.1.0
13732024-11-15T21:26:34.794Z Compiling rayon-core v1.12.1
13742024-11-15T21:26:34.823Z Compiling mime v0.3.17
13752024-11-15T21:26:35.023Z Compiling schemars v0.8.21
13762024-11-15T21:26:39.454Z Compiling slog-async v2.8.0
13772024-11-15T21:26:39.524Z Compiling signal-hook v0.3.17
13782024-11-15T21:26:39.524Z Compiling gimli v0.31.1
13792024-11-15T21:26:39.524Z Compiling ipnet v2.10.1
13802024-11-15T21:26:39.525Z Compiling unicode-properties v0.1.3
13812024-11-15T21:26:39.525Z Compiling openssl-probe v0.1.5
13822024-11-15T21:26:39.525Z Compiling hyper v1.5.0
13832024-11-15T21:26:39.525Z Compiling schemars_derive v0.8.21
13842024-11-15T21:26:39.525Z Compiling stringprep v0.1.5
13852024-11-15T21:26:39.525Z Compiling toml_edit v0.22.22
13862024-11-15T21:26:39.525Z Compiling hyper-util v0.1.10
13872024-11-15T21:26:39.735Z Compiling addr2line v0.24.2
13882024-11-15T21:26:40.378Z Compiling usdt-attr-macro v0.5.0
13892024-11-15T21:26:40.402Z Compiling usdt-macro v0.5.0
13902024-11-15T21:26:40.518Z Compiling crossbeam-deque v0.8.5
13912024-11-15T21:26:40.871Z Compiling term v0.7.0
13922024-11-15T21:26:41.547Z Compiling slog-json v2.6.1
13932024-11-15T21:26:41.723Z Compiling serde_urlencoded v0.7.1
13942024-11-15T21:26:41.877Z Compiling curve25519-dalek v4.1.3
13952024-11-15T21:26:41.903Z Compiling crossbeam-channel v0.5.13
13962024-11-15T21:26:41.931Z Compiling futures-executor v0.3.31
13972024-11-15T21:26:42.202Z Compiling enum-as-inner v0.6.1
13982024-11-15T21:26:42.269Z Compiling md-5 v0.10.6
13992024-11-15T21:26:42.425Z Compiling rustls-pemfile v2.2.0
14002024-11-15T21:26:42.450Z Compiling async-stream-impl v0.3.6
14012024-11-15T21:26:42.523Z Compiling num-integer v0.1.46
14022024-11-15T21:26:42.768Z Compiling idna v0.4.0
14032024-11-15T21:26:42.926Z Compiling idna v0.3.0
14042024-11-15T21:26:43.081Z Compiling hash32 v0.2.1
14052024-11-15T21:26:43.237Z Compiling ff v0.13.0
14062024-11-15T21:26:43.440Z Compiling is-terminal v0.4.13
14072024-11-15T21:26:43.465Z Compiling object v0.36.5
14082024-11-15T21:26:43.573Z Compiling dropshot v0.12.0
14092024-11-15T21:26:43.618Z Compiling fallible-iterator v0.2.0
14102024-11-15T21:26:43.833Z Compiling rustc-demangle v0.1.24
14112024-11-15T21:26:44.253Z Compiling portable-atomic v1.9.0
14122024-11-15T21:26:44.283Z Compiling num-bigint-dig v0.8.4
14132024-11-15T21:26:44.340Z Compiling smoltcp v0.9.1
14142024-11-15T21:26:44.538Z Compiling dyn-clone v1.0.17
14152024-11-15T21:26:44.694Z Compiling base16ct v0.2.0
14162024-11-15T21:26:44.745Z Compiling linked-hash-map v0.5.6
14172024-11-15T21:26:44.962Z Compiling quick-error v1.2.3
14182024-11-15T21:26:45.011Z Compiling anyhow v1.0.93
14192024-11-15T21:26:45.070Z Compiling utf-8 v0.7.6
14202024-11-15T21:26:45.114Z Compiling take_mut v0.2.2
14212024-11-15T21:26:45.186Z Compiling psl-types v2.0.11
14222024-11-15T21:26:45.276Z Compiling tungstenite v0.24.0
14232024-11-15T21:26:45.367Z Compiling publicsuffix v2.2.3
14242024-11-15T21:26:45.690Z Compiling resolv-conf v0.7.0
14252024-11-15T21:26:45.715Z Compiling lru-cache v0.1.2
14262024-11-15T21:26:45.915Z Compiling sec1 v0.7.3
14272024-11-15T21:26:46.515Z Compiling postgres-protocol v0.6.7
14282024-11-15T21:26:46.559Z Compiling async-stream v0.3.6
14292024-11-15T21:26:46.611Z Compiling slog-term v2.9.1
14302024-11-15T21:26:46.844Z Compiling hickory-proto v0.24.1
14312024-11-15T21:26:47.420Z Compiling usdt v0.5.0
14322024-11-15T21:26:47.686Z Compiling group v0.13.0
14332024-11-15T21:26:47.912Z Compiling num-iter v0.1.45
14342024-11-15T21:26:48.092Z Compiling futures v0.3.31
14352024-11-15T21:26:48.116Z Compiling slog-bunyan v2.5.0
14362024-11-15T21:26:48.320Z Compiling toml v0.8.19
14372024-11-15T21:26:49.837Z Compiling backtrace v0.3.74
14382024-11-15T21:26:49.964Z Compiling tokio-native-tls v0.3.1
14392024-11-15T21:26:50.216Z Compiling camino v1.1.9
14402024-11-15T21:26:50.367Z Compiling phf_shared v0.11.2
14412024-11-15T21:26:50.522Z Compiling dropshot_endpoint v0.12.0
14422024-11-15T21:26:50.725Z Compiling terminal_size v0.4.0
14432024-11-15T21:26:50.768Z Compiling waitgroup v0.1.2
14442024-11-15T21:26:50.939Z Compiling openapiv3 v2.0.0
14452024-11-15T21:26:50.978Z Compiling serde_path_to_error v0.1.16
14462024-11-15T21:26:51.087Z Compiling hkdf v0.12.4
14472024-11-15T21:26:51.341Z Compiling crypto-bigint v0.5.5
14482024-11-15T21:26:51.746Z Compiling webpki-roots v0.26.6
14492024-11-15T21:26:51.952Z Compiling curve25519-dalek-derive v0.1.1
14502024-11-15T21:26:53.129Z Compiling zerocopy-derive v0.6.6
14512024-11-15T21:26:53.297Z Compiling idna v0.5.0
14522024-11-15T21:26:53.577Z Compiling hubpack_derive v0.1.1
14532024-11-15T21:26:54.435Z Compiling hostname v0.4.0
14542024-11-15T21:26:54.512Z Compiling crc32fast v1.4.2
14552024-11-15T21:26:54.705Z Compiling fs-err v2.11.0
14562024-11-15T21:26:54.733Z Compiling ahash v0.8.11
14572024-11-15T21:26:54.757Z Compiling winnow v0.5.40
14582024-11-15T21:26:54.827Z Compiling debug-ignore v1.0.5
14592024-11-15T21:26:54.967Z Compiling bitflags v1.3.2
14602024-11-15T21:26:54.994Z Compiling managed v0.8.0
14612024-11-15T21:26:55.112Z Compiling strum_macros v0.25.3
14622024-11-15T21:26:55.199Z Compiling zerocopy v0.6.6
14632024-11-15T21:26:55.230Z Compiling clap_builder v4.5.21
14642024-11-15T21:26:55.910Z Compiling console v0.15.8
14652024-11-15T21:26:56.064Z Compiling flate2 v1.0.34
14662024-11-15T21:26:56.661Z Compiling hubpack v0.1.2
14672024-11-15T21:26:56.960Z Compiling elliptic-curve v0.13.8
14682024-11-15T21:26:57.078Z Compiling cookie_store v0.21.0
14692024-11-15T21:26:57.384Z Compiling hickory-resolver v0.24.1
14702024-11-15T21:26:57.705Z Compiling phf v0.11.2
14712024-11-15T21:26:57.975Z Compiling toml_edit v0.19.15
14722024-11-15T21:26:58.540Z Compiling signal-hook-mio v0.2.4
14732024-11-15T21:26:58.701Z Compiling hyper-tls v0.6.0
14742024-11-15T21:26:58.731Z Compiling rayon v1.10.0
14752024-11-15T21:26:59.096Z Compiling bzip2 v0.4.4
14762024-11-15T21:26:59.455Z Compiling postgres-types v0.2.8
14772024-11-15T21:27:00.820Z Compiling tokio-tungstenite v0.24.0
14782024-11-15T21:27:02.488Z Compiling ed25519 v2.2.3
14792024-11-15T21:27:03.005Z Compiling phf_shared v0.10.0
14802024-11-15T21:27:03.366Z Compiling tokio-stream v0.1.16
14812024-11-15T21:27:03.622Z Compiling pkcs1 v0.7.5
14822024-11-15T21:27:03.691Z Compiling serde-big-array v0.5.1
14832024-11-15T21:27:03.913Z Compiling clap_derive v4.5.18
14842024-11-15T21:27:04.063Z Compiling rfc6979 v0.4.0
14852024-11-15T21:27:04.171Z Compiling serde_repr v0.1.19
14862024-11-15T21:27:04.254Z Compiling derive-where v1.2.7
14872024-11-15T21:27:04.323Z Compiling float-cmp v0.9.0
14882024-11-15T21:27:04.534Z Compiling bstr v1.10.0
14892024-11-15T21:27:04.560Z Compiling sync_wrapper v1.0.1
14902024-11-15T21:27:04.700Z Compiling predicates-core v1.0.8
14912024-11-15T21:27:05.053Z Compiling static_assertions v1.1.0
14922024-11-15T21:27:05.082Z Compiling unicode-width v0.2.0
14932024-11-15T21:27:05.159Z Compiling whoami v1.5.2
14942024-11-15T21:27:05.209Z Compiling difflib v0.4.0
14952024-11-15T21:27:05.563Z Compiling bit-vec v0.6.3
14962024-11-15T21:27:05.764Z Compiling normalize-line-endings v0.3.0
14972024-11-15T21:27:05.881Z Compiling number_prefix v0.4.0
14982024-11-15T21:27:06.008Z Compiling unicode-segmentation v1.12.0
14992024-11-15T21:27:06.100Z Compiling fixedbitset v0.4.2
15002024-11-15T21:27:06.125Z Compiling precomputed-hash v0.1.1
15012024-11-15T21:27:06.230Z Compiling new_debug_unreachable v1.0.6
15022024-11-15T21:27:06.353Z Compiling string_cache v0.8.7
15032024-11-15T21:27:06.546Z Compiling petgraph v0.6.5
15042024-11-15T21:27:06.751Z Compiling similar v2.6.0
15052024-11-15T21:27:06.817Z Compiling indicatif v0.17.9
15062024-11-15T21:27:06.842Z Compiling bit-set v0.5.3
15072024-11-15T21:27:07.122Z Compiling predicates v3.1.2
15082024-11-15T21:27:07.415Z Compiling tokio-postgres v0.7.12
15092024-11-15T21:27:08.098Z Compiling clap v4.5.21
15102024-11-15T21:27:08.247Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15112024-11-15T21:27:08.796Z Compiling ecdsa v0.16.9
15122024-11-15T21:27:08.903Z Compiling rsa v0.9.6
15132024-11-15T21:27:09.046Z Compiling ed25519-dalek v2.1.1
15142024-11-15T21:27:09.592Z Compiling toml v0.7.8
15152024-11-15T21:27:10.152Z Compiling zip v0.6.6
15162024-11-15T21:27:10.200Z Compiling crossterm v0.28.1
15172024-11-15T21:27:11.652Z Compiling hex v0.4.3
15182024-11-15T21:27:12.012Z Compiling x509-cert v0.2.5
15192024-11-15T21:27:12.037Z Compiling itertools v0.10.5
15202024-11-15T21:27:12.209Z Compiling unicode-xid v0.2.6
15212024-11-15T21:27:12.519Z Compiling peg-runtime v0.8.3
15222024-11-15T21:27:12.780Z Compiling lalrpop-util v0.19.12
15232024-11-15T21:27:13.009Z Compiling strum_macros v0.26.4
15242024-11-15T21:27:13.125Z Compiling xattr v1.3.1
15252024-11-15T21:27:13.369Z Compiling filetime v0.2.25
15262024-11-15T21:27:13.645Z Compiling tar v0.4.43
15272024-11-15T21:27:17.404Z Compiling strum v0.26.3
15282024-11-15T21:27:20.088Z Compiling aws-lc-sys v0.22.0
15292024-11-15T21:27:53.148Z Compiling rustls-webpki v0.102.8
15302024-11-15T21:27:57.398Z Compiling tokio-rustls v0.25.0
15312024-11-15T21:27:59.418Z Compiling tokio-rustls v0.26.0
15322024-11-15T21:27:59.754Z Compiling hyper-rustls v0.27.3
15332024-11-15T21:28:00.157Z Compiling reqwest v0.12.9
15342024-11-15T21:28:01.313Z Compiling qorb v0.2.0
15352024-11-15T21:28:07.057Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15362024-11-15T21:28:07.379Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15372024-11-15T21:28:15.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15382024-11-15T21:28:15.172Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15392024-11-15T21:28:15.242ZNov 15 21:28:15.008 INFO Starting download, target: Clickhouse
15402024-11-15T21:28:15.242ZNov 15 21:28:15.009 INFO Starting download, target: Console
15412024-11-15T21:28:15.266ZNov 15 21:28:15.009 INFO Starting download, target: DendriteOpenapi
15422024-11-15T21:28:15.267ZNov 15 21:28:15.009 INFO Starting download, target: Cockroach
15432024-11-15T21:28:15.267ZNov 15 21:28:15.009 INFO Starting download, target: DendriteStub
15442024-11-15T21:28:15.267ZNov 15 21:28:15.009 INFO Starting download, target: MaghemiteMgd
15452024-11-15T21:28:15.267ZNov 15 21:28:15.009 INFO Starting download, target: TransceiverControl
15462024-11-15T21:28:15.267ZNov 15 21:28:15.011 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi
15472024-11-15T21:28:15.267ZNov 15 21:28:15.011 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15482024-11-15T21:28:15.267ZNov 15 21:28:15.011 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15492024-11-15T21:28:15.267ZNov 15 21:28:15.011 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15502024-11-15T21:28:15.267ZNov 15 21:28:15.011 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15512024-11-15T21:28:15.267ZNov 15 21:28:15.011 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15522024-11-15T21:28:15.267ZNov 15 21:28:15.011 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15532024-11-15T21:28:15.643ZNov 15 21:28:15.411 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15542024-11-15T21:28:15.973ZNov 15 21:28:15.709 INFO Download complete, target: Console
15552024-11-15T21:28:16.382ZNov 15 21:28:16.146 INFO Download complete, target: DendriteOpenapi
15562024-11-15T21:28:16.976ZNov 15 21:28:16.743 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15572024-11-15T21:28:17.574ZNov 15 21:28:17.342 INFO Download complete, target: TransceiverControl
15582024-11-15T21:28:17.631ZNov 15 21:28:17.399 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15592024-11-15T21:28:17.740ZNov 15 21:28:17.508 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15602024-11-15T21:28:20.589ZNov 15 21:28:20.355 INFO Download complete, target: DendriteStub
15612024-11-15T21:28:20.945ZNov 15 21:28:20.713 INFO Download complete, target: MaghemiteMgd
15622024-11-15T21:28:21.351ZNov 15 21:28:21.087 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15632024-11-15T21:28:21.351ZNov 15 21:28:21.087 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15642024-11-15T21:28:29.904ZNov 15 21:28:29.672 INFO Checking that binary works, target: Cockroach
15652024-11-15T21:28:30.178ZNov 15 21:28:29.946 INFO Download complete, target: Cockroach
15662024-11-15T21:28:34.641ZNov 15 21:28:34.409 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15672024-11-15T21:28:48.232ZNov 15 21:28:48.000 INFO Checking that binary works, target: Clickhouse
15682024-11-15T21:28:48.440ZNov 15 21:28:48.207 INFO Download complete, target: Clickhouse
15692024-11-15T21:28:48.469ZAll builder prerequisites installed successfully, and PATH looks valid
15702024-11-15T21:28:48.493Z
15712024-11-15T21:28:48.494Zreal 5:30.728015046
15722024-11-15T21:28:48.494Zuser 15:39.405822869
15732024-11-15T21:28:48.494Zsys 3:19.926346594
15742024-11-15T21:28:48.494Ztrap 0.545352115
15752024-11-15T21:28:48.494Ztflt 0.769402176
15762024-11-15T21:28:48.494Zdflt 2.289617213
15772024-11-15T21:28:48.494Zkflt 0.009639043
15782024-11-15T21:28:48.494Zlock 32:49.493811594
15792024-11-15T21:28:48.494Zslp 58:22.158321351
15802024-11-15T21:28:48.494Zlat 1:01.476281209
15812024-11-15T21:28:48.494Zstop 2:15.683561899
15822024-11-15T21:28:48.494Z+ banner hack-check
15832024-11-15T21:28:48.494Z
15842024-11-15T21:28:48.494Z # # ## #### # # #### # # ###### #### # #
15852024-11-15T21:28:48.494Z # # # # # # # # # # # # # # # # #
15862024-11-15T21:28:48.494Z ###### # # # #### ##### # ###### ##### # ####
15872024-11-15T21:28:48.494Z # # ###### # # # # # # # # # #
15882024-11-15T21:28:48.494Z # # # # # # # # # # # # # # # # #
15892024-11-15T21:28:48.494Z # # # # #### # # #### # # ###### #### # #
15902024-11-15T21:28:48.494Z
15912024-11-15T21:28:48.494Z+ export CARGO_INCREMENTAL=0
15922024-11-15T21:28:48.494Z+ CARGO_INCREMENTAL=0
15932024-11-15T21:28:48.494Z+ ptime -m timeout 2h cargo xtask check-features --ci
15942024-11-15T21:28:49.269Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15952024-11-15T21:28:54.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s
15962024-11-15T21:28:54.606Z Running `target/debug/xtask check-features --ci`
15972024-11-15T21:28:54.637Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15982024-11-15T21:28:54.637Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15992024-11-15T21:28:55.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16002024-11-15T21:28:55.272Z Running `target/debug/xtask download cargo-hack`
16012024-11-15T21:28:56.385Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16022024-11-15T21:28:56.697Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16032024-11-15T21:29:03.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.05s
16042024-11-15T21:29:03.479Z Running `target/debug/xtask-downloader cargo-hack`
16052024-11-15T21:29:03.527ZNov 15 21:29:03.295 INFO Starting download, target: CargoHack
16062024-11-15T21:29:03.552ZNov 15 21:29:03.297 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16072024-11-15T21:29:04.172ZNov 15 21:29:03.940 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16082024-11-15T21:29:04.274ZNov 15 21:29:04.042 INFO Download complete, target: CargoHack
16092024-11-15T21:29:04.298Zrunning: "/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"
16102024-11-15T21:29:04.323Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16112024-11-15T21:29:04.576Zinfo: running `cargo check --bins` on api_identity (1/171)
16122024-11-15T21:29:05.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-11-15T21:29:05.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-11-15T21:29:05.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-11-15T21:29:05.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
16162024-11-15T21:29:05.487Z
16172024-11-15T21:29:05.487Zinfo: running `cargo check --bins` on bootstore (2/171)
16182024-11-15T21:29:06.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-11-15T21:29:06.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-11-15T21:29:06.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-11-15T21:29:06.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
16222024-11-15T21:29:06.324Z
16232024-11-15T21:29:06.324Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/171)
16242024-11-15T21:29:07.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-11-15T21:29:07.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-11-15T21:29:07.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-11-15T21:29:07.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
16282024-11-15T21:29:07.114Z
16292024-11-15T21:29:07.114Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/171)
16302024-11-15T21:29:07.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-11-15T21:29:07.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-11-15T21:29:07.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-11-15T21:29:07.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
16342024-11-15T21:29:07.936Z
16352024-11-15T21:29:07.936Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/171)
16362024-11-15T21:29:08.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-11-15T21:29:08.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-11-15T21:29:08.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-11-15T21:29:08.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16402024-11-15T21:29:08.461Z
16412024-11-15T21:29:08.461Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/171)
16422024-11-15T21:29:08.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-11-15T21:29:08.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-11-15T21:29:08.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-11-15T21:29:08.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16462024-11-15T21:29:08.981Z
16472024-11-15T21:29:08.981Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/171)
16482024-11-15T21:29:09.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-11-15T21:29:09.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-11-15T21:29:09.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-11-15T21:29:09.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16522024-11-15T21:29:09.503Z
16532024-11-15T21:29:09.503Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/171)
16542024-11-15T21:29:09.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-11-15T21:29:09.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-11-15T21:29:09.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-11-15T21:29:09.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16582024-11-15T21:29:10.022Z
16592024-11-15T21:29:10.022Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/171)
16602024-11-15T21:29:10.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-11-15T21:29:10.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-11-15T21:29:10.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-11-15T21:29:10.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16642024-11-15T21:29:10.556Z
16652024-11-15T21:29:10.556Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/171)
16662024-11-15T21:29:11.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-11-15T21:29:11.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-11-15T21:29:11.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-11-15T21:29:11.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16702024-11-15T21:29:11.094Z
16712024-11-15T21:29:11.094Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/171)
16722024-11-15T21:29:11.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-11-15T21:29:11.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-11-15T21:29:11.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-11-15T21:29:11.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16762024-11-15T21:29:11.595Z
16772024-11-15T21:29:11.595Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/171)
16782024-11-15T21:29:12.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-11-15T21:29:12.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-11-15T21:29:12.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-11-15T21:29:12.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16822024-11-15T21:29:12.123Z
16832024-11-15T21:29:12.123Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/171)
16842024-11-15T21:29:12.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-11-15T21:29:12.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-11-15T21:29:12.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-11-15T21:29:12.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16882024-11-15T21:29:12.652Z
16892024-11-15T21:29:12.652Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/171)
16902024-11-15T21:29:13.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-11-15T21:29:13.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-11-15T21:29:13.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-11-15T21:29:13.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16942024-11-15T21:29:13.207Z
16952024-11-15T21:29:13.207Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/171)
16962024-11-15T21:29:13.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-11-15T21:29:13.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-11-15T21:29:13.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-11-15T21:29:13.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17002024-11-15T21:29:13.767Z
17012024-11-15T21:29:13.767Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/171)
17022024-11-15T21:29:14.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-11-15T21:29:14.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-11-15T21:29:14.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052024-11-15T21:29:14.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17062024-11-15T21:29:14.288Z
17072024-11-15T21:29:14.288Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/171)
17082024-11-15T21:29:14.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-11-15T21:29:14.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-11-15T21:29:14.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112024-11-15T21:29:14.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17122024-11-15T21:29:14.812Z
17132024-11-15T21:29:14.812Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/171)
17142024-11-15T21:29:15.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-11-15T21:29:15.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-11-15T21:29:15.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-11-15T21:29:15.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17182024-11-15T21:29:15.344Z
17192024-11-15T21:29:15.344Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/171)
17202024-11-15T21:29:15.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-11-15T21:29:15.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-11-15T21:29:15.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-11-15T21:29:15.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17242024-11-15T21:29:15.892Z
17252024-11-15T21:29:15.892Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/171)
17262024-11-15T21:29:16.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272024-11-15T21:29:16.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282024-11-15T21:29:16.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292024-11-15T21:29:16.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17302024-11-15T21:29:16.415Z
17312024-11-15T21:29:16.415Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/171)
17322024-11-15T21:29:16.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332024-11-15T21:29:16.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342024-11-15T21:29:16.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352024-11-15T21:29:16.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17362024-11-15T21:29:16.943Z
17372024-11-15T21:29:16.943Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/171)
17382024-11-15T21:29:17.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-11-15T21:29:17.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-11-15T21:29:17.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-11-15T21:29:17.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17422024-11-15T21:29:17.468Z
17432024-11-15T21:29:17.468Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/171)
17442024-11-15T21:29:17.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-11-15T21:29:17.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-11-15T21:29:17.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-11-15T21:29:17.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17482024-11-15T21:29:18.002Z
17492024-11-15T21:29:18.002Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/171)
17502024-11-15T21:29:18.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-11-15T21:29:18.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-11-15T21:29:18.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-11-15T21:29:18.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17542024-11-15T21:29:18.580Z
17552024-11-15T21:29:18.580Zinfo: running `cargo check --bins` on sled-hardware-types (25/171)
17562024-11-15T21:29:19.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-11-15T21:29:19.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-11-15T21:29:19.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-11-15T21:29:19.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17602024-11-15T21:29:19.388Z
17612024-11-15T21:29:19.388Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/171)
17622024-11-15T21:29:20.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632024-11-15T21:29:20.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642024-11-15T21:29:20.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652024-11-15T21:29:20.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17662024-11-15T21:29:20.196Z
17672024-11-15T21:29:20.196Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/171)
17682024-11-15T21:29:20.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-11-15T21:29:20.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-11-15T21:29:20.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712024-11-15T21:29:20.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17722024-11-15T21:29:21.004Z
17732024-11-15T21:29:21.004Zinfo: running `cargo check --bins` on oxlog (28/171)
17742024-11-15T21:29:21.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752024-11-15T21:29:21.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762024-11-15T21:29:21.769Z Checking cfg-if v1.0.0
17772024-11-15T21:29:21.793Z Checking libc v0.2.162
17782024-11-15T21:29:21.835Z Checking serde v1.0.215
17792024-11-15T21:29:21.835Z Checking zeroize v1.8.1
17802024-11-15T21:29:21.861Z Checking memchr v2.7.4
17812024-11-15T21:29:21.861Z Checking typenum v1.17.0
17822024-11-15T21:29:21.885Z Checking scopeguard v1.2.0
17832024-11-15T21:29:21.909Z Checking subtle v2.6.1
17842024-11-15T21:29:21.909Z Checking value-bag v1.9.0
17852024-11-15T21:29:22.028Z Checking lock_api v0.4.12
17862024-11-15T21:29:22.077Z Checking smallvec v1.13.2
17872024-11-15T21:29:22.123Z Checking const-oid v0.9.6
17882024-11-15T21:29:22.281Z Checking log v0.4.22
17892024-11-15T21:29:22.355Z Checking itoa v1.0.11
17902024-11-15T21:29:22.396Z Checking pin-project-lite v0.2.14
17912024-11-15T21:29:22.471Z Checking byteorder v1.5.0
17922024-11-15T21:29:22.528Z Checking futures-core v0.3.31
17932024-11-15T21:29:22.614Z Checking once_cell v1.20.2
17942024-11-15T21:29:22.691Z Checking cpufeatures v0.2.14
17952024-11-15T21:29:22.740Z Checking stable_deref_trait v1.2.0
17962024-11-15T21:29:22.769Z Checking getrandom v0.2.15
17972024-11-15T21:29:22.793Z Checking parking_lot_core v0.9.10
17982024-11-15T21:29:22.834Z Checking signal-hook-registry v1.4.2
17992024-11-15T21:29:22.862Z Checking mio v1.0.2
18002024-11-15T21:29:22.888Z Checking generic-array v0.14.7
18012024-11-15T21:29:22.913Z Checking futures-sink v0.3.31
18022024-11-15T21:29:22.968Z Checking rand_core v0.6.4
18032024-11-15T21:29:23.039Z Checking socket2 v0.5.7
18042024-11-15T21:29:23.065Z Checking spin v0.9.8
18052024-11-15T21:29:23.090Z Checking parking_lot v0.12.3
18062024-11-15T21:29:23.237Z Checking zerocopy v0.7.35
18072024-11-15T21:29:23.354Z Checking slab v0.4.9
18082024-11-15T21:29:23.380Z Checking zerofrom v0.1.4
18092024-11-15T21:29:23.403Z Checking futures-channel v0.3.31
18102024-11-15T21:29:23.454Z Checking allocator-api2 v0.2.18
18112024-11-15T21:29:23.520Z Checking futures-io v0.3.31
18122024-11-15T21:29:23.552Z Checking yoke v0.7.4
18132024-11-15T21:29:23.586Z Checking pin-utils v0.1.0
18142024-11-15T21:29:23.668Z Checking foldhash v0.1.3
18152024-11-15T21:29:23.691Z Checking futures-task v0.3.31
18162024-11-15T21:29:23.715Z Checking equivalent v1.0.1
18172024-11-15T21:29:23.797Z Checking ryu v1.0.18
18182024-11-15T21:29:23.850Z Checking zerovec v0.10.4
18192024-11-15T21:29:23.874Z Checking tinyvec_macros v0.1.1
18202024-11-15T21:29:23.898Z Checking crypto-common v0.1.6
18212024-11-15T21:29:23.898Z Checking block-buffer v0.10.4
18222024-11-15T21:29:23.955Z Checking futures-util v0.3.31
18232024-11-15T21:29:23.993Z Checking block-padding v0.3.3
18242024-11-15T21:29:24.017Z Checking hashbrown v0.15.0
18252024-11-15T21:29:24.042Z Checking tinyvec v1.8.0
18262024-11-15T21:29:24.093Z Checking digest v0.10.7
18272024-11-15T21:29:24.173Z Checking inout v0.1.3
18282024-11-15T21:29:24.368Z Checking fnv v1.0.7
18292024-11-15T21:29:24.407Z Checking cipher v0.4.4
18302024-11-15T21:29:24.431Z Checking hmac v0.12.1
18312024-11-15T21:29:24.477Z Checking sha2 v0.10.8
18322024-11-15T21:29:24.601Z Checking libm v0.2.8
18332024-11-15T21:29:24.751Z Checking unicode-bidi v0.3.17
18342024-11-15T21:29:24.941Z Checking base64ct v1.6.0
18352024-11-15T21:29:24.966Z Checking litemap v0.7.3
18362024-11-15T21:29:25.155Z Checking unicode-normalization v0.1.24
18372024-11-15T21:29:25.265Z Checking writeable v0.5.5
18382024-11-15T21:29:25.290Z Checking tinystr v0.7.6
18392024-11-15T21:29:25.314Z Checking ppv-lite86 v0.2.20
18402024-11-15T21:29:25.339Z Checking pem-rfc7468 v0.7.0
18412024-11-15T21:29:25.363Z Checking num-traits v0.2.19
18422024-11-15T21:29:25.557Z Checking flagset v0.4.6
18432024-11-15T21:29:25.597Z Checking tracing-core v0.1.32
18442024-11-15T21:29:25.622Z Checking icu_locid v1.5.0
18452024-11-15T21:29:25.726Z Checking der v0.7.9
18462024-11-15T21:29:25.914Z Checking thiserror v1.0.69
18472024-11-15T21:29:25.986Z Checking rand_chacha v0.3.1
18482024-11-15T21:29:26.014Z Checking bytes v1.8.0
18492024-11-15T21:29:26.039Z Checking indexmap v2.6.0
18502024-11-15T21:29:26.138Z Checking serde_json v1.0.132
18512024-11-15T21:29:26.323Z Checking bitflags v2.6.0
18522024-11-15T21:29:26.465Z Checking icu_provider v1.5.0
18532024-11-15T21:29:26.572Z Checking rustls-pki-types v1.9.0
18542024-11-15T21:29:26.686Z Checking tokio v1.40.0
18552024-11-15T21:29:26.742Z Checking http v1.1.0
18562024-11-15T21:29:27.031Z Checking percent-encoding v2.3.1
18572024-11-15T21:29:27.056Z Checking icu_locid_transform_data v1.5.0
18582024-11-15T21:29:27.089Z Checking rand v0.8.5
18592024-11-15T21:29:27.144Z Checking icu_locid_transform v1.5.0
18602024-11-15T21:29:27.219Z Checking tracing v0.1.40
18612024-11-15T21:29:27.296Z Checking spki v0.7.3
18622024-11-15T21:29:27.527Z Checking icu_collections v1.5.0
18632024-11-15T21:29:27.551Z Checking salsa20 v0.10.2
18642024-11-15T21:29:27.626Z Checking pbkdf2 v0.12.2
18652024-11-15T21:29:27.734Z Checking aws-lc-sys v0.22.0
18662024-11-15T21:29:27.767Z Checking httparse v1.9.5
18672024-11-15T21:29:27.914Z Checking icu_properties_data v1.5.0
18682024-11-15T21:29:27.989Z Checking untrusted v0.7.1
18692024-11-15T21:29:28.112Z Checking powerfmt v0.2.0
18702024-11-15T21:29:28.137Z Checking mirai-annotations v1.12.0
18712024-11-15T21:29:28.161Z Checking untrusted v0.9.0
18722024-11-15T21:29:28.161Z Checking icu_properties v1.5.1
18732024-11-15T21:29:28.192Z Checking scrypt v0.11.0
18742024-11-15T21:29:28.299Z Checking cbc v0.1.2
18752024-11-15T21:29:28.327Z Checking ring v0.17.8
18762024-11-15T21:29:28.352Z Checking deranged v0.3.11
18772024-11-15T21:29:28.384Z Checking aes v0.8.4
18782024-11-15T21:29:28.409Z Checking crossbeam-utils v0.8.20
18792024-11-15T21:29:28.479Z Checking num-conv v0.1.0
18802024-11-15T21:29:28.674Z Checking write16 v1.0.0
18812024-11-15T21:29:28.771Z Checking num_threads v0.1.7
18822024-11-15T21:29:28.872Z Checking icu_normalizer_data v1.5.0
18832024-11-15T21:29:28.956Z Checking utf16_iter v1.0.5
18842024-11-15T21:29:29.008Z Checking atomic-waker v1.1.2
18852024-11-15T21:29:29.102Z Checking time-core v0.1.2
18862024-11-15T21:29:29.128Z Checking utf8_iter v1.0.4
18872024-11-15T21:29:29.152Z Checking pkcs5 v0.7.1
18882024-11-15T21:29:29.238Z Checking http-body v1.0.1
18892024-11-15T21:29:29.297Z Checking form_urlencoded v1.2.1
18902024-11-15T21:29:29.419Z Checking try-lock v0.2.5
18912024-11-15T21:29:29.465Z Checking unicode-ident v1.0.13
18922024-11-15T21:29:29.534Z Checking want v0.3.1
18932024-11-15T21:29:29.570Z Checking pkcs8 v0.10.2
18942024-11-15T21:29:29.606Z Checking httpdate v1.0.3
18952024-11-15T21:29:29.697Z Checking proc-macro2 v1.0.89
18962024-11-15T21:29:29.797Z Checking time v0.3.36
18972024-11-15T21:29:29.823Z Checking uuid v1.11.0
18982024-11-15T21:29:29.847Z Checking aws-lc-rs v1.10.0
18992024-11-15T21:29:29.873Z Checking toml_datetime v0.6.8
19002024-11-15T21:29:29.873Z Checking serde_spanned v0.6.8
19012024-11-15T21:29:30.034Z Checking slog v2.7.0
19022024-11-15T21:29:30.104Z Checking scroll v0.12.0
19032024-11-15T21:29:30.308Z Checking adler2 v2.0.0
19042024-11-15T21:29:30.333Z Checking tower-service v0.3.3
19052024-11-15T21:29:30.431Z Checking ucd-trie v0.1.7
19062024-11-15T21:29:30.455Z Checking iana-time-zone v0.1.61
19072024-11-15T21:29:30.456Z Checking base64 v0.22.1
19082024-11-15T21:29:30.519Z Checking match_cfg v0.1.0
19092024-11-15T21:29:30.589Z Checking plain v0.2.3
19102024-11-15T21:29:30.613Z Checking foreign-types-shared v0.1.1
19112024-11-15T21:29:30.614Z Checking pest v2.7.14
19122024-11-15T21:29:30.691Z Checking foreign-types v0.3.2
19132024-11-15T21:29:30.715Z Checking goblin v0.8.2
19142024-11-15T21:29:30.780Z Checking hostname v0.3.1
19152024-11-15T21:29:30.879Z Checking chrono v0.4.38
19162024-11-15T21:29:30.910Z Checking miniz_oxide v0.8.0
19172024-11-15T21:29:31.030Z Checking icu_normalizer v1.5.0
19182024-11-15T21:29:31.455Z Checking rustls-webpki v0.102.8
19192024-11-15T21:29:31.524Z Checking quote v1.0.37
19202024-11-15T21:29:31.700Z Checking idna_adapter v1.2.0
19212024-11-15T21:29:31.824Z Checking openssl-sys v0.9.104
19222024-11-15T21:29:31.873Z Checking idna v1.0.3
19232024-11-15T21:29:31.955Z Checking errno v0.3.9
19242024-11-15T21:29:32.127Z Checking dirs-sys-next v0.1.2
19252024-11-15T21:29:32.152Z Checking aho-corasick v1.1.3
19262024-11-15T21:29:32.296Z Checking pretty-hex v0.4.1
19272024-11-15T21:29:32.325Z Checking url v2.5.3
19282024-11-15T21:29:32.454Z Checking siphasher v0.3.11
19292024-11-15T21:29:32.645Z Checking regex-syntax v0.8.5
19302024-11-15T21:29:32.724Z Checking data-encoding v2.6.0
19312024-11-15T21:29:32.889Z Checking dtrace-parser v0.2.0
19322024-11-15T21:29:32.913Z Checking openssl v0.10.68
19332024-11-15T21:29:33.097Z Checking tokio-util v0.7.12
19342024-11-15T21:29:33.121Z Checking dirs-next v2.0.0
19352024-11-15T21:29:33.251Z Checking rustix v0.38.37
19362024-11-15T21:29:33.308Z Checking syn v2.0.87
19372024-11-15T21:29:33.333Z Checking http-body-util v0.1.2
19382024-11-15T21:29:33.606Z Checking crossbeam-epoch v0.9.18
19392024-11-15T21:29:33.687Z Checking sha1 v0.10.6
19402024-11-15T21:29:34.057Z Checking h2 v0.4.6
19412024-11-15T21:29:34.083Z Checking signature v2.2.0
19422024-11-15T21:29:34.083Z Checking lazy_static v1.5.0
19432024-11-15T21:29:34.083Z Checking thread_local v1.1.8
19442024-11-15T21:29:34.108Z Checking thread-id v4.2.2
19452024-11-15T21:29:34.203Z Checking encoding_rs v0.8.34
19462024-11-15T21:29:34.324Z Checking winnow v0.6.20
19472024-11-15T21:29:35.104Z Checking dof v0.3.0
19482024-11-15T21:29:35.340Z Checking regex-automata v0.4.8
19492024-11-15T21:29:35.594Z Checking gimli v0.31.1
19502024-11-15T21:29:36.045Z Checking mime v0.3.17
19512024-11-15T21:29:36.172Z Checking openssl-probe v0.1.5
19522024-11-15T21:29:36.299Z Checking unicode-properties v0.1.3
19532024-11-15T21:29:36.323Z Checking anstyle v1.0.10
19542024-11-15T21:29:36.573Z Checking utf8parse v0.2.2
19552024-11-15T21:29:36.607Z Checking ipnet v2.10.1
19562024-11-15T21:29:36.712Z Checking either v1.13.0
19572024-11-15T21:29:36.748Z Checking toml_edit v0.22.22
19582024-11-15T21:29:37.039Z Checking anstyle-parse v0.2.5
19592024-11-15T21:29:37.064Z Checking stringprep v0.1.5
19602024-11-15T21:29:37.274Z Checking crossbeam-deque v0.8.5
19612024-11-15T21:29:37.299Z Checking term v0.7.0
19622024-11-15T21:29:37.460Z Checking native-tls v0.2.12
19632024-11-15T21:29:37.553Z Checking rustls v0.23.14
19642024-11-15T21:29:37.662Z Checking rustls v0.22.4
19652024-11-15T21:29:37.734Z Checking slog-json v2.6.1
19662024-11-15T21:29:37.957Z Checking serde_urlencoded v0.7.1
19672024-11-15T21:29:38.343Z Checking crossbeam-channel v0.5.13
19682024-11-15T21:29:38.785Z Checking usdt-impl v0.5.0
19692024-11-15T21:29:38.989Z Checking addr2line v0.24.2
19702024-11-15T21:29:39.027Z Checking futures-executor v0.3.31
19712024-11-15T21:29:39.097Z Checking rustls-pemfile v2.2.0
19722024-11-15T21:29:39.184Z Checking hyper v1.5.0
19732024-11-15T21:29:39.236Z Checking num-integer v0.1.46
19742024-11-15T21:29:39.293Z Checking idna v0.3.0
19752024-11-15T21:29:39.317Z Checking idna v0.4.0
19762024-11-15T21:29:39.342Z Checking md-5 v0.10.6
19772024-11-15T21:29:39.463Z Checking ff v0.13.0
19782024-11-15T21:29:39.519Z Checking hash32 v0.2.1
19792024-11-15T21:29:39.637Z Checking is-terminal v0.4.13
19802024-11-15T21:29:39.662Z Checking memmap v0.7.0
19812024-11-15T21:29:39.742Z Checking object v0.36.5
19822024-11-15T21:29:39.785Z Checking rustc-demangle v0.1.24
19832024-11-15T21:29:39.822Z Checking anstyle-query v1.1.1
19842024-11-15T21:29:39.936Z Checking psl-types v2.0.11
19852024-11-15T21:29:39.960Z Checking is_terminal_polyfill v1.70.1
19862024-11-15T21:29:39.984Z Checking take_mut v0.2.2
19872024-11-15T21:29:40.062Z Checking quick-error v1.2.3
19882024-11-15T21:29:40.090Z Checking fallible-iterator v0.2.0
19892024-11-15T21:29:40.114Z Checking colorchoice v1.0.2
19902024-11-15T21:29:40.160Z Checking dyn-clone v1.0.17
19912024-11-15T21:29:40.184Z Checking base16ct v0.2.0
19922024-11-15T21:29:40.220Z Checking utf-8 v0.7.6
19932024-11-15T21:29:40.282Z Checking linked-hash-map v0.5.6
19942024-11-15T21:29:40.361Z Checking sec1 v0.7.3
19952024-11-15T21:29:40.391Z Checking tungstenite v0.24.0
19962024-11-15T21:29:40.559Z Checking lru-cache v0.1.2
19972024-11-15T21:29:40.622Z Checking postgres-protocol v0.6.7
19982024-11-15T21:29:40.691Z Checking schemars v0.8.21
19992024-11-15T21:29:40.723Z Checking anstream v0.6.15
20002024-11-15T21:29:40.850Z Checking tokio-rustls v0.25.0
20012024-11-15T21:29:41.023Z Checking hyper-util v0.1.10
20022024-11-15T21:29:41.062Z Checking resolv-conf v0.7.0
20032024-11-15T21:29:41.181Z Checking slog-async v2.8.0
20042024-11-15T21:29:41.205Z Checking publicsuffix v2.2.3
20052024-11-15T21:29:41.229Z Checking hickory-proto v0.24.1
20062024-11-15T21:29:41.362Z Checking usdt v0.5.0
20072024-11-15T21:29:41.422Z Checking heapless v0.7.17
20082024-11-15T21:29:41.446Z Checking slog-term v2.9.1
20092024-11-15T21:29:41.581Z Checking num-iter v0.1.45
20102024-11-15T21:29:41.718Z Checking group v0.13.0
20112024-11-15T21:29:41.860Z Checking futures v0.3.31
20122024-11-15T21:29:41.935Z Checking toml v0.8.19
20132024-11-15T21:29:41.961Z Checking slog-bunyan v2.5.0
20142024-11-15T21:29:42.093Z Checking tokio-native-tls v0.3.1
20152024-11-15T21:29:42.118Z Checking rayon-core v1.12.1
20162024-11-15T21:29:42.311Z Checking multer v3.1.0
20172024-11-15T21:29:42.335Z Checking terminal_size v0.4.0
20182024-11-15T21:29:42.426Z Checking tokio-rustls v0.26.0
20192024-11-15T21:29:42.483Z Checking phf_shared v0.11.2
20202024-11-15T21:29:42.587Z Checking cookie v0.18.1
20212024-11-15T21:29:42.639Z Checking async-stream v0.3.6
20222024-11-15T21:29:42.712Z Checking bzip2-sys v0.1.11+1.0.8
20232024-11-15T21:29:42.737Z Checking signal-hook v0.3.17
20242024-11-15T21:29:42.737Z Checking camino v1.1.9
20252024-11-15T21:29:42.789Z Checking waitgroup v0.1.2
20262024-11-15T21:29:42.814Z Checking openapiv3 v2.0.0
20272024-11-15T21:29:42.837Z Checking webpki-roots v0.26.6
20282024-11-15T21:29:42.919Z Checking serde_path_to_error v0.1.16
20292024-11-15T21:29:42.992Z Checking idna v0.5.0
20302024-11-15T21:29:43.017Z Checking hkdf v0.12.4
20312024-11-15T21:29:43.046Z Checking crypto-bigint v0.5.5
20322024-11-15T21:29:43.202Z Checking hostname v0.4.0
20332024-11-15T21:29:43.240Z Checking crc32fast v1.4.2
20342024-11-15T21:29:43.319Z Checking clap_lex v0.7.2
20352024-11-15T21:29:43.426Z Checking strsim v0.11.1
20362024-11-15T21:29:43.450Z Checking managed v0.8.0
20372024-11-15T21:29:43.527Z Checking bitflags v1.3.2
20382024-11-15T21:29:43.616Z Checking debug-ignore v1.0.5
20392024-11-15T21:29:43.640Z Checking winnow v0.5.40
20402024-11-15T21:29:43.667Z Checking unicode-width v0.1.14
20412024-11-15T21:29:43.740Z Checking clap_builder v4.5.21
20422024-11-15T21:29:43.767Z Checking smoltcp v0.9.1
20432024-11-15T21:29:44.056Z Checking console v0.15.8
20442024-11-15T21:29:44.528Z Checking cookie_store v0.21.0
20452024-11-15T21:29:44.983Z Checking flate2 v1.0.34
20462024-11-15T21:29:45.120Z Checking signal-hook-mio v0.2.4
20472024-11-15T21:29:45.236Z Checking hyper-rustls v0.27.3
20482024-11-15T21:29:45.260Z Checking backtrace v0.3.74
20492024-11-15T21:29:45.368Z Checking hickory-resolver v0.24.1
20502024-11-15T21:29:45.480Z Checking elliptic-curve v0.13.8
20512024-11-15T21:29:45.523Z Checking bzip2 v0.4.4
20522024-11-15T21:29:45.550Z Checking phf v0.11.2
20532024-11-15T21:29:45.607Z Checking dropshot v0.12.0
20542024-11-15T21:29:45.726Z Checking anyhow v1.0.93
20552024-11-15T21:29:45.771Z Checking hyper-tls v0.6.0
20562024-11-15T21:29:45.795Z Checking rayon v1.10.0
20572024-11-15T21:29:46.037Z Checking num-bigint-dig v0.8.4
20582024-11-15T21:29:46.061Z Checking postgres-types v0.2.8
20592024-11-15T21:29:46.061Z Checking tokio-tungstenite v0.24.0
20602024-11-15T21:29:46.130Z Checking toml_edit v0.19.15
20612024-11-15T21:29:46.323Z Checking regex v1.11.1
20622024-11-15T21:29:46.468Z Checking bstr v1.10.0
20632024-11-15T21:29:46.634Z Checking ed25519 v2.2.3
20642024-11-15T21:29:46.731Z Checking tokio-stream v0.1.16
20652024-11-15T21:29:46.835Z Checking phf_shared v0.10.0
20662024-11-15T21:29:46.910Z Checking zerocopy v0.6.6
20672024-11-15T21:29:47.068Z Checking curve25519-dalek v4.1.3
20682024-11-15T21:29:47.256Z Checking pkcs1 v0.7.5
20692024-11-15T21:29:47.450Z Checking hubpack v0.1.2
20702024-11-15T21:29:47.531Z Checking portable-atomic v1.9.0
20712024-11-15T21:29:47.603Z Checking float-cmp v0.9.0
20722024-11-15T21:29:47.729Z Checking serde-big-array v0.5.1
20732024-11-15T21:29:47.774Z Checking rfc6979 v0.4.0
20742024-11-15T21:29:47.897Z Checking sync_wrapper v1.0.1
20752024-11-15T21:29:47.924Z Checking unicode-segmentation v1.12.0
20762024-11-15T21:29:47.948Z Checking number_prefix v0.4.0
20772024-11-15T21:29:48.029Z Checking static_assertions v1.1.0
20782024-11-15T21:29:48.114Z Checking precomputed-hash v0.1.1
20792024-11-15T21:29:48.138Z Checking whoami v1.5.2
20802024-11-15T21:29:48.213Z Checking normalize-line-endings v0.3.0
20812024-11-15T21:29:48.269Z Checking predicates-core v1.0.8
20822024-11-15T21:29:48.321Z Checking new_debug_unreachable v1.0.6
20832024-11-15T21:29:48.406Z Checking unicode-width v0.2.0
20842024-11-15T21:29:48.430Z Checking minimal-lexical v0.2.1
20852024-11-15T21:29:48.454Z Checking fixedbitset v0.4.2
20862024-11-15T21:29:48.479Z Checking bit-vec v0.6.3
20872024-11-15T21:29:48.502Z Checking difflib v0.4.0
20882024-11-15T21:29:48.653Z Checking ed25519-dalek v2.1.1
20892024-11-15T21:29:48.691Z Checking petgraph v0.6.5
20902024-11-15T21:29:48.759Z Checking bit-set v0.5.3
20912024-11-15T21:29:48.783Z Checking nom v7.1.3
20922024-11-15T21:29:48.807Z Checking predicates v3.1.2
20932024-11-15T21:29:48.807Z Checking qorb v0.2.0
20942024-11-15T21:29:48.835Z Checking similar v2.6.0
20952024-11-15T21:29:48.999Z Checking string_cache v0.8.7
20962024-11-15T21:29:49.023Z Checking tokio-postgres v0.7.12
20972024-11-15T21:29:49.125Z Checking indicatif v0.17.9
20982024-11-15T21:29:49.245Z Checking toml v0.7.8
20992024-11-15T21:29:49.379Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21002024-11-15T21:29:49.547Z Checking reqwest v0.12.9
21012024-11-15T21:29:49.784Z Checking ecdsa v0.16.9
21022024-11-15T21:29:49.858Z Checking rsa v0.9.6
21032024-11-15T21:29:50.396Z Checking clap v4.5.21
21042024-11-15T21:29:50.493Z Checking zip v0.6.6
21052024-11-15T21:29:50.726Z Checking crossterm v0.28.1
21062024-11-15T21:29:50.945Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21072024-11-15T21:29:50.969Z Checking itertools v0.10.5
21082024-11-15T21:29:51.089Z Checking itertools v0.12.1
21092024-11-15T21:29:51.151Z Checking ahash v0.8.11
21102024-11-15T21:29:51.201Z Checking fs-err v2.11.0
21112024-11-15T21:29:51.544Z Checking x509-cert v0.2.5
21122024-11-15T21:29:51.569Z Checking semver v1.0.23
21132024-11-15T21:29:51.619Z Checking hex v0.4.3
21142024-11-15T21:29:51.696Z Checking lalrpop-util v0.19.12
21152024-11-15T21:29:51.916Z Checking peg-runtime v0.8.3
21162024-11-15T21:29:51.940Z Checking heck v0.4.1
21172024-11-15T21:29:52.071Z Checking sigpipe v0.1.3
21182024-11-15T21:29:53.799Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21192024-11-15T21:29:54.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.20s
21202024-11-15T21:29:54.350Z
21212024-11-15T21:29:54.350Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/171)
21222024-11-15T21:29:55.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-11-15T21:29:55.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-11-15T21:29:55.220Z Compiling hashbrown v0.14.5
21252024-11-15T21:29:55.269Z Checking heck v0.5.0
21262024-11-15T21:29:55.292Z Compiling unsafe-libyaml v0.2.11
21272024-11-15T21:29:55.316Z Compiling ident_case v1.0.1
21282024-11-15T21:29:55.340Z Checking progenitor-client v0.8.0
21292024-11-15T21:29:55.372Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21302024-11-15T21:29:55.372Z Compiling proc-macro-crate v1.3.1
21312024-11-15T21:29:55.442Z Checking ipnetwork v0.20.0
21322024-11-15T21:29:55.473Z Compiling darling_core v0.20.10
21332024-11-15T21:29:55.651Z Compiling structmeta-derive v0.3.0
21342024-11-15T21:29:55.675Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21352024-11-15T21:29:55.757Z Compiling newtype-uuid v1.1.3
21362024-11-15T21:29:55.940Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21372024-11-15T21:29:56.027Z Compiling lzma-sys v0.1.20
21382024-11-15T21:29:56.235Z Compiling foreign-types-macros v0.2.3
21392024-11-15T21:29:56.274Z Checking regress v0.10.1
21402024-11-15T21:29:56.407Z Compiling serde_yaml v0.9.34+deprecated
21412024-11-15T21:29:56.654Z Compiling num_enum_derive v0.5.11
21422024-11-15T21:29:56.856Z Compiling dropshot v0.13.0
21432024-11-15T21:29:57.084Z Checking arc-swap v1.7.1
21442024-11-15T21:29:57.305Z Checking foreign-types-shared v0.3.1
21452024-11-15T21:29:57.408Z Checking foreign-types v0.5.0
21462024-11-15T21:29:57.459Z Checking slog-scope v4.4.0
21472024-11-15T21:29:57.614Z Compiling proc-macro-error v1.0.4
21482024-11-15T21:29:58.169Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21492024-11-15T21:29:58.193Z Compiling structmeta v0.3.0
21502024-11-15T21:29:58.249Z Checking tungstenite v0.21.0
21512024-11-15T21:29:58.276Z Compiling heck v0.3.3
21522024-11-15T21:29:58.577Z Compiling parse-display-derive v0.10.0
21532024-11-15T21:29:58.640Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21542024-11-15T21:29:58.844Z Checking num_enum v0.5.11
21552024-11-15T21:29:58.980Z Compiling dropshot_endpoint v0.13.0
21562024-11-15T21:29:59.072Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21572024-11-15T21:29:59.145Z Checking typify-impl v0.2.0
21582024-11-15T21:29:59.680Z Checking cstr-argument v0.1.2
21592024-11-15T21:29:59.827Z Checking instant v0.1.13
21602024-11-15T21:29:59.926Z Checking fastrand v2.1.1
21612024-11-15T21:30:00.094Z Checking pretty-hex v0.2.1
21622024-11-15T21:30:00.217Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21632024-11-15T21:30:00.243Z Checking base64 v0.21.7
21642024-11-15T21:30:00.462Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21652024-11-15T21:30:00.486Z Checking tempfile v3.13.0
21662024-11-15T21:30:00.641Z Checking backoff v0.4.0
21672024-11-15T21:30:00.692Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21682024-11-15T21:30:00.866Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21692024-11-15T21:30:00.949Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21702024-11-15T21:30:01.000Z Checking tokio-tungstenite v0.21.0
21712024-11-15T21:30:01.025Z Checking strum v0.26.3
21722024-11-15T21:30:01.083Z Compiling zone_cfg_derive v0.1.2
21732024-11-15T21:30:01.155Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21742024-11-15T21:30:01.256Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21752024-11-15T21:30:01.431Z Checking slog-stdlog v4.1.1
21762024-11-15T21:30:01.524Z Compiling darling_macro v0.20.10
21772024-11-15T21:30:01.584Z Checking regress v0.9.1
21782024-11-15T21:30:01.609Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21792024-11-15T21:30:01.742Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21802024-11-15T21:30:01.779Z Checking colored v2.1.0
21812024-11-15T21:30:01.989Z Checking macaddr v1.0.1
21822024-11-15T21:30:02.039Z Checking base64 v0.13.1
21832024-11-15T21:30:02.336Z Compiling darling v0.20.10
21842024-11-15T21:30:02.372Z Checking zone v0.1.8
21852024-11-15T21:30:02.421Z Checking ron v0.7.1
21862024-11-15T21:30:02.462Z Compiling serde_with_macros v3.11.0
21872024-11-15T21:30:02.511Z Checking parse-display v0.10.0
21882024-11-15T21:30:02.702Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21892024-11-15T21:30:02.967Z Checking xz2 v0.1.7
21902024-11-15T21:30:03.113Z Checking slog-envlogger v2.2.0
21912024-11-15T21:30:03.234Z Checking tabwriter v1.4.0
21922024-11-15T21:30:03.312Z Checking xattr v1.3.1
21932024-11-15T21:30:03.415Z Checking pem v3.0.4
21942024-11-15T21:30:03.477Z Checking yasna v0.5.2
21952024-11-15T21:30:03.502Z Checking headers-core v0.3.0
21962024-11-15T21:30:03.623Z Checking smf v0.2.3
21972024-11-15T21:30:03.654Z Checking filetime v0.2.25
21982024-11-15T21:30:03.831Z Checking same-file v1.0.6
21992024-11-15T21:30:03.997Z Checking walkdir v2.5.0
22002024-11-15T21:30:04.023Z Checking tar v0.4.43
22012024-11-15T21:30:04.047Z Checking headers v0.4.0
22022024-11-15T21:30:04.257Z Checking atomicwrites v0.4.4
22032024-11-15T21:30:04.282Z Checking rcgen v0.12.1
22042024-11-15T21:30:04.436Z Checking camino-tempfile v1.1.1
22052024-11-15T21:30:04.461Z Checking subprocess v0.2.9
22062024-11-15T21:30:04.927Z Checking serde_with v3.11.0
22072024-11-15T21:30:09.834Z Compiling typify-macro v0.2.0
22082024-11-15T21:30:12.263Z Compiling typify v0.2.0
22092024-11-15T21:30:12.359Z Compiling progenitor-impl v0.8.0
22102024-11-15T21:30:16.765Z Compiling progenitor-macro v0.8.0
22112024-11-15T21:30:23.155Z Checking progenitor v0.8.0
22122024-11-15T21:30:23.357Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22132024-11-15T21:30:23.357Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22142024-11-15T21:30:26.852Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22152024-11-15T21:30:27.231Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22162024-11-15T21:30:35.813Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22172024-11-15T21:30:37.942Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22182024-11-15T21:30:39.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.22s
22192024-11-15T21:30:39.783Z
22202024-11-15T21:30:39.783Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/171)
22212024-11-15T21:30:40.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-11-15T21:30:40.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-11-15T21:30:40.630Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22242024-11-15T21:30:42.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
22252024-11-15T21:30:42.506Z
22262024-11-15T21:30:42.506Zinfo: running `cargo check --bins` on nexus-config (31/171)
22272024-11-15T21:30:43.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-11-15T21:30:43.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-11-15T21:30:43.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-11-15T21:30:43.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
22312024-11-15T21:30:43.340Z
22322024-11-15T21:30:43.340Zinfo: running `cargo check --bins` on omicron-rpaths (32/171)
22332024-11-15T21:30:44.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-11-15T21:30:44.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-11-15T21:30:44.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-11-15T21:30:44.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
22372024-11-15T21:30:44.129Z
22382024-11-15T21:30:44.129Zinfo: running `cargo check --bins` on omicron-certificates (33/171)
22392024-11-15T21:30:44.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-11-15T21:30:44.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-11-15T21:30:44.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-11-15T21:30:44.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
22432024-11-15T21:30:44.930Z
22442024-11-15T21:30:44.930Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/171)
22452024-11-15T21:30:45.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-11-15T21:30:45.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-11-15T21:30:45.787Z Compiling heapless v0.8.0
22482024-11-15T21:30:45.812Z Checking hash32 v0.3.1
22492024-11-15T21:30:45.836Z Compiling smoltcp v0.11.0
22502024-11-15T21:30:45.861Z Checking cobs v0.2.3
22512024-11-15T21:30:45.885Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22522024-11-15T21:30:45.885Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22532024-11-15T21:30:45.911Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22542024-11-15T21:30:45.911Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22552024-11-15T21:30:45.984Z Compiling crucible-workspace-hack v0.1.0
22562024-11-15T21:30:46.020Z Checking postcard v1.0.10
22572024-11-15T21:30:46.044Z Checking newline-converter v0.3.0
22582024-11-15T21:30:46.165Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22592024-11-15T21:30:46.190Z Compiling convert_case v0.4.0
22602024-11-15T21:30:46.190Z Checking expectorate v1.1.0
22612024-11-15T21:30:46.378Z Compiling zone_cfg_derive v0.3.0
22622024-11-15T21:30:46.403Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22632024-11-15T21:30:46.476Z Checking itertools v0.13.0
22642024-11-15T21:30:46.514Z Compiling num-derive v0.4.2
22652024-11-15T21:30:46.665Z Compiling slog-dtrace v0.3.0
22662024-11-15T21:30:46.705Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22672024-11-15T21:30:46.958Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22682024-11-15T21:30:47.087Z Compiling derive_more v0.99.18
22692024-11-15T21:30:47.623Z Checking zone v0.3.0
22702024-11-15T21:30:48.164Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22712024-11-15T21:30:49.840Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22722024-11-15T21:30:51.025Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22732024-11-15T21:30:51.823Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22742024-11-15T21:30:52.439Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22752024-11-15T21:30:53.645Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22762024-11-15T21:30:54.976Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22772024-11-15T21:30:56.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
22782024-11-15T21:30:56.394Z
22792024-11-15T21:30:56.394Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/171)
22802024-11-15T21:30:57.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812024-11-15T21:30:57.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822024-11-15T21:30:57.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832024-11-15T21:30:57.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22842024-11-15T21:30:57.235Z
22852024-11-15T21:30:57.235Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/171)
22862024-11-15T21:30:57.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872024-11-15T21:30:57.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882024-11-15T21:30:57.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22892024-11-15T21:30:57.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
22902024-11-15T21:30:58.068Z
22912024-11-15T21:30:58.068Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (37/171)
22922024-11-15T21:30:58.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932024-11-15T21:30:58.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942024-11-15T21:30:58.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22952024-11-15T21:30:58.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
22962024-11-15T21:30:58.881Z
22972024-11-15T21:30:58.881Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (38/171)
22982024-11-15T21:30:59.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22992024-11-15T21:30:59.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23002024-11-15T21:30:59.783Z Compiling progenitor-client v0.8.0
23012024-11-15T21:30:59.783Z Compiling newtype-uuid v1.1.3
23022024-11-15T21:30:59.819Z Compiling ipnetwork v0.20.0
23032024-11-15T21:30:59.844Z Compiling instant v0.1.13
23042024-11-15T21:30:59.868Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23052024-11-15T21:30:59.868Z Compiling dropshot v0.13.0
23062024-11-15T21:30:59.868Z Checking num-rational v0.4.2
23072024-11-15T21:30:59.869Z Compiling serde_with v3.11.0
23082024-11-15T21:30:59.962Z Compiling backoff v0.4.0
23092024-11-15T21:31:00.023Z Compiling parse-display v0.10.0
23102024-11-15T21:31:00.098Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23112024-11-15T21:31:00.239Z Compiling progenitor v0.8.0
23122024-11-15T21:31:00.274Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23132024-11-15T21:31:00.397Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23142024-11-15T21:31:00.448Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23152024-11-15T21:31:00.564Z Compiling regress v0.9.1
23162024-11-15T21:31:00.636Z Compiling phf_generator v0.11.2
23172024-11-15T21:31:00.688Z Checking num-complex v0.4.6
23182024-11-15T21:31:00.969Z Compiling macaddr v1.0.1
23192024-11-15T21:31:01.340Z Compiling phf_codegen v0.11.2
23202024-11-15T21:31:01.450Z Checking num v0.4.3
23212024-11-15T21:31:01.527Z Compiling parse-zoneinfo v0.3.1
23222024-11-15T21:31:01.552Z Compiling float-ord v0.3.2
23232024-11-15T21:31:01.801Z Checking prettyplease v0.2.25
23242024-11-15T21:31:01.847Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23252024-11-15T21:31:01.993Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23262024-11-15T21:31:02.911Z Compiling chrono-tz-build v0.4.0
23272024-11-15T21:31:03.120Z Compiling const_format_proc_macros v0.2.33
23282024-11-15T21:31:03.397Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23292024-11-15T21:31:03.469Z Checking highway v1.2.0
23302024-11-15T21:31:03.867Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23312024-11-15T21:31:04.282Z Compiling chrono-tz v0.10.0
23322024-11-15T21:31:04.436Z Checking gethostname v0.5.0
23332024-11-15T21:31:04.550Z Checking bcs v0.1.6
23342024-11-15T21:31:04.825Z Compiling async-recursion v1.1.1
23352024-11-15T21:31:05.006Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23362024-11-15T21:31:05.031Z Checking const_format v0.2.33
23372024-11-15T21:31:05.056Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23382024-11-15T21:31:05.056Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23392024-11-15T21:31:20.616Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23402024-11-15T21:31:24.524Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23412024-11-15T21:31:30.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.15s
23422024-11-15T21:31:30.192Z
23432024-11-15T21:31:30.192Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/171)
23442024-11-15T21:31:30.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-11-15T21:31:30.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-11-15T21:31:31.127Z Compiling cfg_aliases v0.1.1
23472024-11-15T21:31:31.127Z Compiling vte_generate_state_changes v0.1.2
23482024-11-15T21:31:31.152Z Checking fd-lock v4.0.2
23492024-11-15T21:31:31.152Z Checking nibble_vec v0.1.0
23502024-11-15T21:31:31.152Z Checking bytecount v0.6.8
23512024-11-15T21:31:31.152Z Checking endian-type v0.1.2
23522024-11-15T21:31:31.179Z Compiling tabled_derive v0.7.0
23532024-11-15T21:31:31.235Z Compiling peg-macros v0.8.4
23542024-11-15T21:31:31.267Z Compiling nix v0.28.0
23552024-11-15T21:31:31.309Z Checking papergrid v0.11.0
23562024-11-15T21:31:31.334Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23572024-11-15T21:31:31.379Z Compiling sqlparser_derive v0.2.2
23582024-11-15T21:31:31.414Z Checking radix_trie v0.2.1
23592024-11-15T21:31:31.752Z Checking vte v0.11.1
23602024-11-15T21:31:31.777Z Checking nu-ansi-term v0.50.1
23612024-11-15T21:31:32.140Z Checking unicode_categories v0.1.1
23622024-11-15T21:31:32.318Z Checking home v0.5.9
23632024-11-15T21:31:32.343Z Checking sqlparser v0.45.0
23642024-11-15T21:31:32.393Z Checking sqlformat v0.2.6
23652024-11-15T21:31:32.474Z Checking display-error-chain v0.2.2
23662024-11-15T21:31:32.842Z Checking strip-ansi-escapes v0.2.0
23672024-11-15T21:31:33.001Z Checking reedline v0.35.0
23682024-11-15T21:31:33.293Z Checking tabled v0.15.0
23692024-11-15T21:31:33.771Z Checking peg v0.8.4
23702024-11-15T21:31:34.199Z Checking rustyline v14.0.0
23712024-11-15T21:31:47.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.26s
23722024-11-15T21:31:47.649Z
23732024-11-15T21:31:47.649Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/171)
23742024-11-15T21:31:48.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-11-15T21:31:48.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-11-15T21:31:48.631Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23772024-11-15T21:31:56.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s
23782024-11-15T21:31:57.035Z
23792024-11-15T21:31:57.035Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/171)
23802024-11-15T21:31:57.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-11-15T21:31:57.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-11-15T21:31:57.991Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23832024-11-15T21:32:04.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.24s
23842024-11-15T21:32:04.451Z
23852024-11-15T21:32:04.451Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/171)
23862024-11-15T21:32:05.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-11-15T21:32:05.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-11-15T21:32:05.371Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23892024-11-15T21:32:13.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s
23902024-11-15T21:32:13.435Z
23912024-11-15T21:32:13.435Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/171)
23922024-11-15T21:32:14.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-11-15T21:32:14.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-11-15T21:32:14.327Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23952024-11-15T21:32:22.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.91s
23962024-11-15T21:32:22.512Z
23972024-11-15T21:32:22.512Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/171)
23982024-11-15T21:32:23.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-11-15T21:32:23.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-11-15T21:32:23.432Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24012024-11-15T21:32:29.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.42s
24022024-11-15T21:32:30.103Z
24032024-11-15T21:32:30.103Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/171)
24042024-11-15T21:32:30.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-11-15T21:32:30.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-11-15T21:32:31.031Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24072024-11-15T21:32:37.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.63s
24082024-11-15T21:32:37.910Z
24092024-11-15T21:32:37.910Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/171)
24102024-11-15T21:32:38.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-11-15T21:32:38.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-11-15T21:32:38.883Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24132024-11-15T21:32:47.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
24142024-11-15T21:32:47.243Z
24152024-11-15T21:32:47.244Zinfo: running `cargo check --bins` on oximeter (47/171)
24162024-11-15T21:32:47.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-11-15T21:32:48.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-11-15T21:32:48.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-11-15T21:32:48.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24202024-11-15T21:32:48.105Z
24212024-11-15T21:32:48.106Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/171)
24222024-11-15T21:32:48.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-11-15T21:32:48.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-11-15T21:32:48.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-11-15T21:32:48.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24262024-11-15T21:32:48.962Z
24272024-11-15T21:32:48.962Zinfo: running `cargo check --bins` on oximeter-schema (49/171)
24282024-11-15T21:32:49.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-11-15T21:32:49.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-11-15T21:32:49.870Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24312024-11-15T21:32:50.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
24322024-11-15T21:32:50.496Z
24332024-11-15T21:32:50.496Zinfo: running `cargo check --bins` on oximeter-types (50/171)
24342024-11-15T21:32:51.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-11-15T21:32:51.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-11-15T21:32:51.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-11-15T21:32:51.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24382024-11-15T21:32:51.366Z
24392024-11-15T21:32:51.366Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/171)
24402024-11-15T21:32:52.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-11-15T21:32:52.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-11-15T21:32:52.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-11-15T21:32:52.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24442024-11-15T21:32:52.222Z
24452024-11-15T21:32:52.222Zinfo: running `cargo check --bins` on oxql-types (52/171)
24462024-11-15T21:32:52.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-11-15T21:32:53.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-11-15T21:32:53.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-11-15T21:32:53.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24502024-11-15T21:32:53.107Z
24512024-11-15T21:32:53.107Zinfo: running `cargo check --bins` on oximeter-test-utils (53/171)
24522024-11-15T21:32:53.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-11-15T21:32:53.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-11-15T21:32:53.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-11-15T21:32:53.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24562024-11-15T21:32:54.004Z
24572024-11-15T21:32:54.004Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/171)
24582024-11-15T21:32:54.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-11-15T21:32:54.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-11-15T21:32:54.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-11-15T21:32:54.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24622024-11-15T21:32:54.850Z
24632024-11-15T21:32:54.850Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/171)
24642024-11-15T21:32:55.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-11-15T21:32:55.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-11-15T21:32:55.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-11-15T21:32:55.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24682024-11-15T21:32:55.725Z
24692024-11-15T21:32:55.725Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/171)
24702024-11-15T21:32:56.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-11-15T21:32:56.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-11-15T21:32:56.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-11-15T21:32:56.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24742024-11-15T21:32:56.618Z
24752024-11-15T21:32:56.618Zinfo: running `cargo check --bins` on cockroach-admin-client (57/171)
24762024-11-15T21:32:57.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-11-15T21:32:57.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-11-15T21:32:57.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-11-15T21:32:57.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24802024-11-15T21:32:57.464Z
24812024-11-15T21:32:57.464Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (58/171)
24822024-11-15T21:32:58.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-11-15T21:32:58.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-11-15T21:32:58.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-11-15T21:32:58.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24862024-11-15T21:32:58.365Z
24872024-11-15T21:32:58.365Zinfo: running `cargo check --bins` on dns-service-client (59/171)
24882024-11-15T21:32:59.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-11-15T21:32:59.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-11-15T21:32:59.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-11-15T21:32:59.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24922024-11-15T21:32:59.212Z
24932024-11-15T21:32:59.212Zinfo: running `cargo check --bins` on internal-dns-types (60/171)
24942024-11-15T21:32:59.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-11-15T21:32:59.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-11-15T21:32:59.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-11-15T21:32:59.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24982024-11-15T21:33:00.048Z
24992024-11-15T21:33:00.048Zinfo: running `cargo check --bins` on dpd-client (61/171)
25002024-11-15T21:33:00.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-11-15T21:33:00.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-11-15T21:33:00.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-11-15T21:33:00.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25042024-11-15T21:33:00.897Z
25052024-11-15T21:33:00.897Zinfo: running `cargo check --bins` on gateway-client (62/171)
25062024-11-15T21:33:01.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-11-15T21:33:01.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-11-15T21:33:01.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-11-15T21:33:01.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
25102024-11-15T21:33:01.667Z
25112024-11-15T21:33:01.667Zinfo: running `cargo check --bins` on installinator-client (63/171)
25122024-11-15T21:33:02.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-11-15T21:33:02.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-11-15T21:33:02.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-11-15T21:33:02.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25162024-11-15T21:33:02.531Z
25172024-11-15T21:33:02.531Zinfo: running `cargo check --bins` on installinator-common (64/171)
25182024-11-15T21:33:03.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-11-15T21:33:03.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-11-15T21:33:03.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-11-15T21:33:03.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25222024-11-15T21:33:03.394Z
25232024-11-15T21:33:03.394Zinfo: running `cargo check --bins` on update-engine (65/171)
25242024-11-15T21:33:04.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-11-15T21:33:04.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-11-15T21:33:04.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-11-15T21:33:04.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25282024-11-15T21:33:04.302Z
25292024-11-15T21:33:04.302Zinfo: running `cargo check --bins` on nexus-client (66/171)
25302024-11-15T21:33:05.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-11-15T21:33:05.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-11-15T21:33:05.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-11-15T21:33:05.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25342024-11-15T21:33:05.171Z
25352024-11-15T21:33:05.171Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (67/171)
25362024-11-15T21:33:05.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-11-15T21:33:05.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-11-15T21:33:05.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-11-15T21:33:05.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25402024-11-15T21:33:06.008Z
25412024-11-15T21:33:06.008Zinfo: running `cargo check --bins` on omicron-passwords (68/171)
25422024-11-15T21:33:06.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-11-15T21:33:06.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-11-15T21:33:06.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-11-15T21:33:06.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25462024-11-15T21:33:06.816Z
25472024-11-15T21:33:06.816Zinfo: running `cargo check --bins` on nexus-types (69/171)
25482024-11-15T21:33:07.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-11-15T21:33:07.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-11-15T21:33:07.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-11-15T21:33:07.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25522024-11-15T21:33:07.692Z
25532024-11-15T21:33:07.692Zinfo: running `cargo check --bins` on oxide-client (70/171)
25542024-11-15T21:33:08.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-11-15T21:33:08.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-11-15T21:33:08.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-11-15T21:33:08.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25582024-11-15T21:33:08.523Z
25592024-11-15T21:33:08.523Zinfo: running `cargo check --bins` on oximeter-client (71/171)
25602024-11-15T21:33:09.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-11-15T21:33:09.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-11-15T21:33:09.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-11-15T21:33:09.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25642024-11-15T21:33:09.358Z
25652024-11-15T21:33:09.358Zinfo: running `cargo check --bins` on repo-depot-client (72/171)
25662024-11-15T21:33:10.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-11-15T21:33:10.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-11-15T21:33:10.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-11-15T21:33:10.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25702024-11-15T21:33:10.188Z
25712024-11-15T21:33:10.188Zinfo: running `cargo check --bins` on sled-agent-client (73/171)
25722024-11-15T21:33:10.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-11-15T21:33:10.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-11-15T21:33:10.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-11-15T21:33:10.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25762024-11-15T21:33:11.006Z
25772024-11-15T21:33:11.006Zinfo: running `cargo check --bins` on wicketd-client (74/171)
25782024-11-15T21:33:11.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-11-15T21:33:11.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-11-15T21:33:11.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-11-15T21:33:11.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25822024-11-15T21:33:11.881Z
25832024-11-15T21:33:11.881Zinfo: running `cargo check --bins` on sled-agent-types (75/171)
25842024-11-15T21:33:12.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-11-15T21:33:12.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-11-15T21:33:12.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-11-15T21:33:12.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25882024-11-15T21:33:12.795Z
25892024-11-15T21:33:12.795Zinfo: running `cargo check --bins` on wicket-common (76/171)
25902024-11-15T21:33:13.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-11-15T21:33:13.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-11-15T21:33:13.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-11-15T21:33:13.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
25942024-11-15T21:33:13.719Z
25952024-11-15T21:33:13.719Zinfo: running `cargo check --bins` on omicron-cockroach-admin (77/171)
25962024-11-15T21:33:14.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-11-15T21:33:14.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-11-15T21:33:14.611Z Checking csv-core v0.1.11
25992024-11-15T21:33:14.611Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26002024-11-15T21:33:14.611Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26012024-11-15T21:33:14.917Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26022024-11-15T21:33:14.954Z Checking csv v1.3.0
26032024-11-15T21:33:15.715Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042024-11-15T21:33:16.190Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26052024-11-15T21:33:17.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
26062024-11-15T21:33:17.989Z
26072024-11-15T21:33:17.989Zinfo: running `cargo check --bins` on cockroach-admin-api (78/171)
26082024-11-15T21:33:18.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-11-15T21:33:18.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-11-15T21:33:18.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112024-11-15T21:33:18.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26122024-11-15T21:33:18.867Z
26132024-11-15T21:33:18.867Zinfo: running `cargo check --bins` on cockroach-admin-types (79/171)
26142024-11-15T21:33:19.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-11-15T21:33:19.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-11-15T21:33:19.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172024-11-15T21:33:19.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26182024-11-15T21:33:19.782Z
26192024-11-15T21:33:19.782Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (80/171)
26202024-11-15T21:33:20.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-11-15T21:33:20.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-11-15T21:33:20.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232024-11-15T21:33:20.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
26242024-11-15T21:33:20.768Z
26252024-11-15T21:33:20.768Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/171)
26262024-11-15T21:33:21.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-11-15T21:33:21.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-11-15T21:33:21.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-11-15T21:33:21.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
26302024-11-15T21:33:21.761Z
26312024-11-15T21:33:21.761Zinfo: running `cargo check --bins` on dns-server (82/171)
26322024-11-15T21:33:22.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-11-15T21:33:22.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-11-15T21:33:22.640Z Compiling parking_lot_core v0.8.6
26352024-11-15T21:33:22.664Z Checking fxhash v0.2.1
26362024-11-15T21:33:22.665Z Checking hickory-server v0.24.1
26372024-11-15T21:33:22.665Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26382024-11-15T21:33:22.665Z Checking hickory-client v0.24.1
26392024-11-15T21:33:23.369Z Checking parking_lot v0.11.2
26402024-11-15T21:33:23.588Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26412024-11-15T21:33:23.588Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26422024-11-15T21:33:23.674Z Checking sled v0.34.7
26432024-11-15T21:33:26.099Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26442024-11-15T21:33:27.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
26452024-11-15T21:33:27.982Z
26462024-11-15T21:33:27.982Zinfo: running `cargo check --bins` on dns-server-api (83/171)
26472024-11-15T21:33:28.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-11-15T21:33:28.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-11-15T21:33:28.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502024-11-15T21:33:28.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26512024-11-15T21:33:28.855Z
26522024-11-15T21:33:28.855Zinfo: running `cargo check --bins` on gateway-test-utils (84/171)
26532024-11-15T21:33:29.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-11-15T21:33:29.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-11-15T21:33:29.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562024-11-15T21:33:29.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
26572024-11-15T21:33:29.971Z
26582024-11-15T21:33:29.972Zinfo: running `cargo check --bins` on gateway-types (85/171)
26592024-11-15T21:33:30.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-11-15T21:33:30.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-11-15T21:33:30.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622024-11-15T21:33:30.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26632024-11-15T21:33:30.684Z
26642024-11-15T21:33:30.684Zinfo: running `cargo check --bins` on ipcc (86/171)
26652024-11-15T21:33:31.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-11-15T21:33:31.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-11-15T21:33:31.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682024-11-15T21:33:31.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26692024-11-15T21:33:31.552Z
26702024-11-15T21:33:31.552Zinfo: running `cargo check --bins` on omicron-gateway (87/171)
26712024-11-15T21:33:32.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-11-15T21:33:32.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-11-15T21:33:32.509Z Compiling radium v0.7.0
26742024-11-15T21:33:32.509Z Compiling semver v0.1.20
26752024-11-15T21:33:32.533Z Compiling maybe-uninit v2.0.0
26762024-11-15T21:33:32.533Z Checking tap v1.0.1
26772024-11-15T21:33:32.533Z Checking password-hash v0.5.0
26782024-11-15T21:33:32.533Z Checking blake2 v0.10.6
26792024-11-15T21:33:32.557Z Checking crc-catalog v2.4.0
26802024-11-15T21:33:32.557Z Compiling cancel-safe-futures v0.1.5
26812024-11-15T21:33:32.712Z Checking wyz v0.5.1
26822024-11-15T21:33:32.736Z Compiling owo-colors v4.1.0
26832024-11-15T21:33:32.919Z Compiling rustc_version v0.1.7
26842024-11-15T21:33:32.987Z Checking funty v2.0.0
26852024-11-15T21:33:33.066Z Compiling packed_struct v0.10.1
26862024-11-15T21:33:33.098Z Checking argon2 v0.5.3
26872024-11-15T21:33:33.179Z Checking crc v3.2.1
26882024-11-15T21:33:33.204Z Compiling packed_struct_codegen v0.10.1
26892024-11-15T21:33:33.238Z Compiling indexmap v1.9.3
26902024-11-15T21:33:33.375Z Checking half v2.4.1
26912024-11-15T21:33:33.413Z Compiling newtype_derive v0.1.6
26922024-11-15T21:33:33.501Z Checking nodrop v0.1.14
26932024-11-15T21:33:33.526Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26942024-11-15T21:33:33.559Z Checking ciborium-io v0.2.2
26952024-11-15T21:33:33.619Z Checking array-init v0.0.4
26962024-11-15T21:33:33.721Z Checking smallvec v0.6.14
26972024-11-15T21:33:33.767Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26982024-11-15T21:33:33.818Z Checking bitvec v1.0.1
26992024-11-15T21:33:33.818Z Checking ciborium-ll v0.2.2
27002024-11-15T21:33:33.855Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27012024-11-15T21:33:34.098Z Checking libsw v3.3.1
27022024-11-15T21:33:34.141Z Compiling memoffset v0.9.1
27032024-11-15T21:33:34.287Z Checking termcolor v1.4.1
27042024-11-15T21:33:34.358Z Checking bitfield v0.14.0
27052024-11-15T21:33:34.440Z Checking swrite v0.1.0
27062024-11-15T21:33:34.525Z Checking indent_write v2.2.0
27072024-11-15T21:33:34.557Z Checking linear-map v1.2.0
27082024-11-15T21:33:34.582Z Checking hashbrown v0.12.3
27092024-11-15T21:33:34.609Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27102024-11-15T21:33:34.693Z Checking env_logger v0.10.2
27112024-11-15T21:33:34.717Z Checking serde-hex v0.1.0
27122024-11-15T21:33:34.860Z Checking ron v0.8.1
27132024-11-15T21:33:35.206Z Checking ciborium v0.2.2
27142024-11-15T21:33:35.568Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27152024-11-15T21:33:35.668Z Checking steno v0.4.1
27162024-11-15T21:33:35.998Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27172024-11-15T21:33:36.131Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27182024-11-15T21:33:36.155Z Checking hashbrown v0.13.2
27192024-11-15T21:33:36.187Z Checking humantime v2.1.0
27202024-11-15T21:33:36.253Z Checking crc-any v2.5.0
27212024-11-15T21:33:36.472Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27222024-11-15T21:33:36.586Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27232024-11-15T21:33:36.835Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27242024-11-15T21:33:37.113Z Checking object v0.30.4
27252024-11-15T21:33:37.137Z Checking path-slash v0.1.5
27262024-11-15T21:33:37.161Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27272024-11-15T21:33:37.336Z Checking nix v0.27.1
27282024-11-15T21:33:37.787Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27292024-11-15T21:33:38.311Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27302024-11-15T21:33:38.367Z Checking tungstenite v0.23.0
27312024-11-15T21:33:38.446Z Checking kstat-rs v0.2.4
27322024-11-15T21:33:38.501Z Checking signal-hook-tokio v0.3.1
27332024-11-15T21:33:38.777Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27342024-11-15T21:33:39.212Z Checking tokio-tungstenite v0.23.1
27352024-11-15T21:33:39.645Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27362024-11-15T21:33:39.819Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27372024-11-15T21:33:40.177Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27382024-11-15T21:33:49.080Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27392024-11-15T21:33:50.723Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27402024-11-15T21:33:54.553Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27412024-11-15T21:34:02.317Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27422024-11-15T21:34:03.214Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27432024-11-15T21:34:06.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.31s
27442024-11-15T21:34:07.050Z
27452024-11-15T21:34:07.050Zinfo: running `cargo check --bins` on gateway-api (88/171)
27462024-11-15T21:34:07.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-11-15T21:34:07.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-11-15T21:34:07.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492024-11-15T21:34:07.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27502024-11-15T21:34:07.918Z
27512024-11-15T21:34:07.918Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (89/171)
27522024-11-15T21:34:08.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-11-15T21:34:08.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-11-15T21:34:08.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552024-11-15T21:34:08.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27562024-11-15T21:34:08.710Z
27572024-11-15T21:34:08.710Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/171)
27582024-11-15T21:34:09.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-11-15T21:34:09.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-11-15T21:34:09.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-11-15T21:34:09.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27622024-11-15T21:34:09.591Z
27632024-11-15T21:34:09.591Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/171)
27642024-11-15T21:34:10.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-11-15T21:34:10.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-11-15T21:34:10.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-11-15T21:34:10.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27682024-11-15T21:34:10.404Z
27692024-11-15T21:34:10.404Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/171)
27702024-11-15T21:34:11.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-11-15T21:34:11.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-11-15T21:34:11.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-11-15T21:34:11.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27742024-11-15T21:34:11.227Z
27752024-11-15T21:34:11.227Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/171)
27762024-11-15T21:34:11.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-11-15T21:34:11.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-11-15T21:34:11.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-11-15T21:34:11.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27802024-11-15T21:34:12.064Z
27812024-11-15T21:34:12.064Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/171)
27822024-11-15T21:34:12.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-11-15T21:34:12.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-11-15T21:34:12.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-11-15T21:34:12.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27862024-11-15T21:34:12.933Z
27872024-11-15T21:34:12.933Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/171)
27882024-11-15T21:34:13.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-11-15T21:34:13.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-11-15T21:34:13.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-11-15T21:34:13.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27922024-11-15T21:34:13.762Z
27932024-11-15T21:34:13.762Zinfo: running `cargo check --bins` on oximeter-producer (96/171)
27942024-11-15T21:34:14.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-11-15T21:34:14.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-11-15T21:34:14.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-11-15T21:34:14.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27982024-11-15T21:34:14.589Z
27992024-11-15T21:34:14.589Zinfo: running `cargo check --bins` on internal-dns-resolver (97/171)
28002024-11-15T21:34:15.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-11-15T21:34:15.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-11-15T21:34:15.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-11-15T21:34:15.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28042024-11-15T21:34:15.407Z
28052024-11-15T21:34:15.407Zinfo: running `cargo check --bins` on sp-sim (98/171)
28062024-11-15T21:34:16.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-11-15T21:34:16.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-11-15T21:34:16.272Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28092024-11-15T21:34:18.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28102024-11-15T21:34:18.798Z
28112024-11-15T21:34:18.798Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (99/171)
28122024-11-15T21:34:19.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-11-15T21:34:19.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-11-15T21:34:19.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-11-15T21:34:19.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28162024-11-15T21:34:19.691Z
28172024-11-15T21:34:19.691Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/171)
28182024-11-15T21:34:20.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-11-15T21:34:20.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-11-15T21:34:20.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212024-11-15T21:34:20.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28222024-11-15T21:34:20.598Z
28232024-11-15T21:34:20.598Zinfo: running `cargo check --bins` on db-macros (101/171)
28242024-11-15T21:34:21.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-11-15T21:34:21.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-11-15T21:34:21.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272024-11-15T21:34:21.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28282024-11-15T21:34:21.381Z
28292024-11-15T21:34:21.381Zinfo: running `cargo check --bins` on nexus-macros-common (102/171)
28302024-11-15T21:34:22.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-11-15T21:34:22.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-11-15T21:34:22.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332024-11-15T21:34:22.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28342024-11-15T21:34:22.159Z
28352024-11-15T21:34:22.159Zinfo: running `cargo check --bins` on nexus-auth (103/171)
28362024-11-15T21:34:23.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-11-15T21:34:23.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-11-15T21:34:23.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392024-11-15T21:34:23.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28402024-11-15T21:34:23.129Z
28412024-11-15T21:34:23.129Zinfo: running `cargo check --bins` on authz-macros (104/171)
28422024-11-15T21:34:23.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-11-15T21:34:23.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-11-15T21:34:23.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452024-11-15T21:34:23.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28462024-11-15T21:34:23.936Z
28472024-11-15T21:34:23.937Zinfo: running `cargo check --bins` on nexus-db-fixed-data (105/171)
28482024-11-15T21:34:24.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-11-15T21:34:24.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-11-15T21:34:24.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512024-11-15T21:34:24.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28522024-11-15T21:34:24.797Z
28532024-11-15T21:34:24.797Zinfo: running `cargo check --bins` on nexus-db-model (106/171)
28542024-11-15T21:34:25.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-11-15T21:34:25.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-11-15T21:34:25.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572024-11-15T21:34:25.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28582024-11-15T21:34:25.663Z
28592024-11-15T21:34:25.664Zinfo: running `cargo check --bins` on nexus-defaults (107/171)
28602024-11-15T21:34:26.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-11-15T21:34:26.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-11-15T21:34:26.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632024-11-15T21:34:26.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28642024-11-15T21:34:26.476Z
28652024-11-15T21:34:26.476Zinfo: running `cargo check --bins` on nexus-inventory (108/171)
28662024-11-15T21:34:27.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-11-15T21:34:27.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-11-15T21:34:27.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692024-11-15T21:34:27.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28702024-11-15T21:34:27.377Z
28712024-11-15T21:34:27.377Zinfo: running `cargo check --bins` on typed-rng (109/171)
28722024-11-15T21:34:28.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-11-15T21:34:28.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-11-15T21:34:28.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752024-11-15T21:34:28.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28762024-11-15T21:34:28.179Z
28772024-11-15T21:34:28.179Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/171)
28782024-11-15T21:34:28.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-11-15T21:34:28.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-11-15T21:34:29.126Z Checking keccak v0.1.5
28812024-11-15T21:34:29.150Z Checking secrecy v0.8.0
28822024-11-15T21:34:29.174Z Compiling unicase v2.7.0
28832024-11-15T21:34:29.174Z Compiling same-file v1.0.6
28842024-11-15T21:34:29.198Z Compiling tempfile v3.13.0
28852024-11-15T21:34:29.222Z Compiling thiserror-impl-no-std v2.0.2
28862024-11-15T21:34:29.222Z Checking universal-hash v0.5.1
28872024-11-15T21:34:29.222Z Compiling ring v0.16.20
28882024-11-15T21:34:29.355Z Compiling walkdir v2.5.0
28892024-11-15T21:34:29.405Z Checking sha3 v0.10.8
28902024-11-15T21:34:29.433Z Compiling blake3 v1.5.4
28912024-11-15T21:34:29.469Z Checking opaque-debug v0.3.1
28922024-11-15T21:34:29.568Z Checking poly1305 v0.8.0
28932024-11-15T21:34:29.639Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28942024-11-15T21:34:29.753Z Checking chacha20 v0.9.1
28952024-11-15T21:34:29.889Z Checking aead v0.5.2
28962024-11-15T21:34:30.010Z Compiling memmap2 v0.9.5
28972024-11-15T21:34:30.034Z Compiling constant_time_eq v0.3.1
28982024-11-15T21:34:30.067Z Compiling arrayvec v0.7.6
28992024-11-15T21:34:30.091Z Compiling salty v0.3.0
29002024-11-15T21:34:30.116Z Compiling libefi-sys v0.1.0
29012024-11-15T21:34:30.231Z Compiling arrayref v0.3.9
29022024-11-15T21:34:30.336Z Compiling spin v0.5.2
29032024-11-15T21:34:30.386Z Checking chacha20poly1305 v0.10.1
29042024-11-15T21:34:30.502Z Compiling toolchain_find v0.4.0
29052024-11-15T21:34:30.526Z Compiling camino-tempfile v1.1.1
29062024-11-15T21:34:30.560Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29072024-11-15T21:34:30.584Z Compiling bitfield-struct v0.6.2
29082024-11-15T21:34:30.827Z Compiling topological-sort v0.2.2
29092024-11-15T21:34:30.958Z Compiling mime_guess v2.0.5
29102024-11-15T21:34:31.038Z Compiling rustfmt-wrapper v0.2.1
29112024-11-15T21:34:31.477Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29122024-11-15T21:34:31.538Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29132024-11-15T21:34:31.562Z Checking primeorder v0.13.6
29142024-11-15T21:34:31.806Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29152024-11-15T21:34:31.831Z Checking env_filter v0.1.2
29162024-11-15T21:34:31.831Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29172024-11-15T21:34:31.982Z Checking p384 v0.13.0
29182024-11-15T21:34:32.058Z Checking env_logger v0.11.5
29192024-11-15T21:34:32.082Z Checking thiserror-no-std v2.0.2
29202024-11-15T21:34:32.138Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29212024-11-15T21:34:32.188Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29222024-11-15T21:34:32.212Z Checking vsss-rs v3.3.4
29232024-11-15T21:34:32.310Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29242024-11-15T21:34:32.400Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29252024-11-15T21:34:32.601Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29262024-11-15T21:34:32.758Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29272024-11-15T21:34:32.783Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29282024-11-15T21:34:32.881Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29292024-11-15T21:34:32.938Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29302024-11-15T21:34:33.223Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
29312024-11-15T21:34:33.254Z Checking nanorand v0.7.0
29322024-11-15T21:34:33.335Z Checking atty v0.2.14
29332024-11-15T21:34:33.377Z Checking glob v0.3.1
29342024-11-15T21:34:33.450Z Checking http-range v0.1.5
29352024-11-15T21:34:33.587Z Checking flume v0.11.1
29362024-11-15T21:34:33.614Z Checking hyper-staticfile v0.10.1
29372024-11-15T21:34:33.660Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29382024-11-15T21:34:33.974Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29392024-11-15T21:34:34.042Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29402024-11-15T21:34:34.254Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29412024-11-15T21:34:34.663Z Compiling omicron-zone-package v0.11.1
29422024-11-15T21:34:34.861Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29432024-11-15T21:34:35.284Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29442024-11-15T21:34:35.723Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29452024-11-15T21:34:35.849Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29462024-11-15T21:34:36.019Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29472024-11-15T21:34:36.427Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29482024-11-15T21:34:37.409Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29492024-11-15T21:34:38.865Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29502024-11-15T21:34:40.658Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29512024-11-15T21:34:40.682Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29522024-11-15T21:34:54.077Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29532024-11-15T21:35:12.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.23s
29542024-11-15T21:35:12.590Z
29552024-11-15T21:35:12.590Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/171)
29562024-11-15T21:35:13.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572024-11-15T21:35:13.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582024-11-15T21:35:13.595Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29592024-11-15T21:35:31.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.36s
29602024-11-15T21:35:32.146Z
29612024-11-15T21:35:32.146Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/171)
29622024-11-15T21:35:32.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-11-15T21:35:33.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-11-15T21:35:33.180Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29652024-11-15T21:35:51.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.43s
29662024-11-15T21:35:51.752Z
29672024-11-15T21:35:51.753Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/171)
29682024-11-15T21:35:52.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-11-15T21:35:52.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-11-15T21:35:52.748Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29712024-11-15T21:36:11.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.73s
29722024-11-15T21:36:11.665Z
29732024-11-15T21:36:11.665Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/171)
29742024-11-15T21:36:12.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-11-15T21:36:12.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-11-15T21:36:12.698Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29772024-11-15T21:36:31.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.65s
29782024-11-15T21:36:31.512Z
29792024-11-15T21:36:31.512Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/171)
29802024-11-15T21:36:32.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-11-15T21:36:32.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-11-15T21:36:32.582Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29832024-11-15T21:36:51.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.73s
29842024-11-15T21:36:51.433Z
29852024-11-15T21:36:51.433Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/171)
29862024-11-15T21:36:52.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-11-15T21:36:52.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-11-15T21:36:52.435Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29892024-11-15T21:37:10.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s
29902024-11-15T21:37:11.114Z
29912024-11-15T21:37:11.114Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/171)
29922024-11-15T21:37:11.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-11-15T21:37:11.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-11-15T21:37:12.132Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29952024-11-15T21:37:30.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.29s
29962024-11-15T21:37:30.588Z
29972024-11-15T21:37:30.588Zinfo: running `cargo check --bins` on bootstrap-agent-api (118/171)
29982024-11-15T21:37:31.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-11-15T21:37:31.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-11-15T21:37:31.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012024-11-15T21:37:31.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30022024-11-15T21:37:31.491Z
30032024-11-15T21:37:31.491Zinfo: running `cargo check --bins` on key-manager (119/171)
30042024-11-15T21:37:32.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-11-15T21:37:32.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-11-15T21:37:32.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072024-11-15T21:37:32.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30082024-11-15T21:37:32.322Z
30092024-11-15T21:37:32.322Zinfo: running `cargo check --bins` on repo-depot-api (120/171)
30102024-11-15T21:37:33.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-11-15T21:37:33.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-11-15T21:37:33.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132024-11-15T21:37:33.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30142024-11-15T21:37:33.128Z
30152024-11-15T21:37:33.128Zinfo: running `cargo check --bins` on sled-agent-api (121/171)
30162024-11-15T21:37:33.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-11-15T21:37:33.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-11-15T21:37:33.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192024-11-15T21:37:33.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30202024-11-15T21:37:34.006Z
30212024-11-15T21:37:34.007Zinfo: running `cargo check --bins` on sled-hardware (122/171)
30222024-11-15T21:37:34.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-11-15T21:37:34.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-11-15T21:37:34.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252024-11-15T21:37:34.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30262024-11-15T21:37:34.882Z
30272024-11-15T21:37:34.882Zinfo: running `cargo check --bins --no-default-features` on sled-storage (123/171)
30282024-11-15T21:37:35.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-11-15T21:37:35.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-11-15T21:37:35.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312024-11-15T21:37:35.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30322024-11-15T21:37:35.734Z
30332024-11-15T21:37:35.734Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/171)
30342024-11-15T21:37:36.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-11-15T21:37:36.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-11-15T21:37:36.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372024-11-15T21:37:36.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30382024-11-15T21:37:36.587Z
30392024-11-15T21:37:36.587Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (125/171)
30402024-11-15T21:37:37.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-11-15T21:37:37.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-11-15T21:37:37.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-11-15T21:37:37.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30442024-11-15T21:37:37.475Z
30452024-11-15T21:37:37.475Zinfo: running `cargo check --bins` on nexus-test-interface (126/171)
30462024-11-15T21:37:41.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-11-15T21:37:41.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-11-15T21:37:41.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492024-11-15T21:37:41.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30502024-11-15T21:37:41.322Z
30512024-11-15T21:37:41.322Zinfo: running `cargo check --bins` on oximeter-collector (127/171)
30522024-11-15T21:37:41.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532024-11-15T21:37:41.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542024-11-15T21:37:41.322Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30552024-11-15T21:37:41.322Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30562024-11-15T21:37:41.346Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30572024-11-15T21:37:42.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
30582024-11-15T21:37:42.825Z
30592024-11-15T21:37:42.825Zinfo: running `cargo check --bins` on oximeter-api (128/171)
30602024-11-15T21:37:43.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-11-15T21:37:43.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-11-15T21:37:43.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632024-11-15T21:37:43.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30642024-11-15T21:37:43.663Z
30652024-11-15T21:37:43.663Zinfo: running `cargo check --bins` on cert-dev (129/171)
30662024-11-15T21:37:44.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-11-15T21:37:44.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-11-15T21:37:44.487Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30692024-11-15T21:37:44.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
30702024-11-15T21:37:44.901Z
30712024-11-15T21:37:44.901Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (130/171)
30722024-11-15T21:37:45.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732024-11-15T21:37:45.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742024-11-15T21:37:45.837Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30752024-11-15T21:37:45.837Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30762024-11-15T21:37:46.493Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30772024-11-15T21:37:46.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
30782024-11-15T21:37:47.143Z
30792024-11-15T21:37:47.143Zinfo: running `cargo check --bins` on ch-dev (131/171)
30802024-11-15T21:37:47.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-11-15T21:37:47.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-11-15T21:37:48.077Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30832024-11-15T21:37:48.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
30842024-11-15T21:37:49.082Z
30852024-11-15T21:37:49.082Zinfo: running `cargo check --bins` on crdb-seed (132/171)
30862024-11-15T21:37:49.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-11-15T21:37:49.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-11-15T21:37:49.982Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30892024-11-15T21:37:50.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
30902024-11-15T21:37:50.492Z
30912024-11-15T21:37:50.492Zinfo: running `cargo check --bins` on db-dev (133/171)
30922024-11-15T21:37:51.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-11-15T21:37:51.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-11-15T21:37:51.395Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30952024-11-15T21:37:52.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
30962024-11-15T21:37:52.402Z
30972024-11-15T21:37:52.402Zinfo: running `cargo check --bins` on omicron-dev-lib (134/171)
30982024-11-15T21:37:53.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-11-15T21:37:53.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-11-15T21:37:53.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012024-11-15T21:37:53.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31022024-11-15T21:37:53.244Z
31032024-11-15T21:37:53.244Zinfo: running `cargo check --bins` on xtask-downloader (135/171)
31042024-11-15T21:37:53.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052024-11-15T21:37:53.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062024-11-15T21:37:54.057Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31072024-11-15T21:37:55.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
31082024-11-15T21:37:55.299Z
31092024-11-15T21:37:55.299Zinfo: running `cargo check --bins` on omicron-ls-apis (136/171)
31102024-11-15T21:37:56.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112024-11-15T21:37:56.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122024-11-15T21:37:56.125Z Checking cargo-platform v0.1.8
31132024-11-15T21:37:56.383Z Checking cargo_metadata v0.18.1
31142024-11-15T21:37:57.723Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31152024-11-15T21:37:58.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
31162024-11-15T21:37:58.870Z
31172024-11-15T21:37:58.870Zinfo: running `cargo check --bins` on mgs-dev (137/171)
31182024-11-15T21:37:59.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192024-11-15T21:37:59.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202024-11-15T21:37:59.839Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31212024-11-15T21:38:00.616Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31222024-11-15T21:38:01.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
31232024-11-15T21:38:01.480Z
31242024-11-15T21:38:01.480Zinfo: running `cargo check --bins` on omicron-omdb (138/171)
31252024-11-15T21:38:02.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-11-15T21:38:02.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-11-15T21:38:02.564Z Compiling crunchy v0.2.2
31282024-11-15T21:38:02.564Z Compiling tiny-keccak v2.0.2
31292024-11-15T21:38:02.564Z Compiling dsl_auto_type v0.1.2
31302024-11-15T21:38:02.589Z Checking scheduled-thread-pool v0.2.7
31312024-11-15T21:38:02.589Z Compiling diesel_table_macro_syntax v0.2.0
31322024-11-15T21:38:02.589Z Compiling ascii-canvas v3.0.0
31332024-11-15T21:38:02.590Z Compiling ena v0.14.3
31342024-11-15T21:38:02.590Z Compiling regex-syntax v0.6.29
31352024-11-15T21:38:02.818Z Checking r2d2 v0.8.10
31362024-11-15T21:38:02.869Z Compiling diff v0.1.13
31372024-11-15T21:38:03.027Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31382024-11-15T21:38:03.052Z Compiling ref-cast v1.0.23
31392024-11-15T21:38:03.112Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31402024-11-15T21:38:03.228Z Compiling derive_builder_core v0.20.2
31412024-11-15T21:38:03.268Z Compiling libxml v0.3.3
31422024-11-15T21:38:03.348Z Compiling ref-cast-impl v1.0.23
31432024-11-15T21:38:03.478Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31442024-11-15T21:38:03.596Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31452024-11-15T21:38:03.620Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31462024-11-15T21:38:03.795Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31472024-11-15T21:38:03.858Z Compiling strum_macros v0.24.3
31482024-11-15T21:38:03.954Z Compiling samael v0.0.17
31492024-11-15T21:38:04.148Z Compiling diesel_derives v2.2.3
31502024-11-15T21:38:04.178Z Compiling indoc v1.0.9
31512024-11-15T21:38:05.018Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31522024-11-15T21:38:05.270Z Compiling impl-trait-for-tuples v0.2.2
31532024-11-15T21:38:05.381Z Compiling lalrpop v0.19.12
31542024-11-15T21:38:05.504Z Compiling derive_builder_macro v0.20.2
31552024-11-15T21:38:06.331Z Checking derive_builder v0.20.2
31562024-11-15T21:38:06.434Z Compiling oso-derive v0.27.3
31572024-11-15T21:38:06.488Z Checking quick-xml v0.33.0
31582024-11-15T21:38:06.990Z Compiling diesel-dtrace v0.3.0
31592024-11-15T21:38:07.245Z Checking maplit v1.0.2
31602024-11-15T21:38:07.415Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31612024-11-15T21:38:07.440Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31622024-11-15T21:38:07.671Z Checking bb8 v0.8.5
31632024-11-15T21:38:07.891Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31642024-11-15T21:38:07.940Z Checking castaway v0.2.3
31652024-11-15T21:38:08.099Z Checking rand_seeder v0.3.0
31662024-11-15T21:38:08.124Z Checking compact_str v0.8.0
31672024-11-15T21:38:08.171Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31682024-11-15T21:38:08.322Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31692024-11-15T21:38:08.499Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31702024-11-15T21:38:08.843Z Checking unicode-truncate v1.1.0
31712024-11-15T21:38:08.901Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31722024-11-15T21:38:09.053Z Checking lru v0.12.5
31732024-11-15T21:38:09.141Z Compiling instability v0.3.2
31742024-11-15T21:38:09.311Z Checking is_ci v1.2.0
31752024-11-15T21:38:09.438Z Checking smawk v0.3.2
31762024-11-15T21:38:09.620Z Checking cassowary v0.3.0
31772024-11-15T21:38:09.686Z Checking unicode-linebreak v0.1.5
31782024-11-15T21:38:09.784Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31792024-11-15T21:38:10.018Z Checking supports-color v3.0.1
31802024-11-15T21:38:10.042Z Checking ratatui v0.28.1
31812024-11-15T21:38:10.067Z Checking textwrap v0.16.1
31822024-11-15T21:38:10.260Z Checking multimap v0.10.0
31832024-11-15T21:38:13.162Z Checking diesel v2.2.4
31842024-11-15T21:38:39.006Z Compiling polar-core v0.27.3
31852024-11-15T21:38:41.959Z Checking async-bb8-diesel v0.2.1
31862024-11-15T21:38:48.455Z Checking oso v0.27.3
31872024-11-15T21:40:21.967Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31882024-11-15T21:40:30.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
31892024-11-15T21:40:30.779Z
31902024-11-15T21:40:30.779Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (139/171)
31912024-11-15T21:40:31.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922024-11-15T21:40:31.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932024-11-15T21:40:31.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942024-11-15T21:40:31.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
31952024-11-15T21:40:31.678Z
31962024-11-15T21:40:31.678Zinfo: running `cargo check --bins` on nexus-saga-recovery (140/171)
31972024-11-15T21:40:32.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982024-11-15T21:40:32.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992024-11-15T21:40:32.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002024-11-15T21:40:32.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32012024-11-15T21:40:32.558Z
32022024-11-15T21:40:32.558Zinfo: running `cargo check --bins` on nexus-test-utils-macros (141/171)
32032024-11-15T21:40:33.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042024-11-15T21:40:33.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052024-11-15T21:40:33.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062024-11-15T21:40:33.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32072024-11-15T21:40:33.366Z
32082024-11-15T21:40:33.367Zinfo: running `cargo check --bins` on omicron-nexus (142/171)
32092024-11-15T21:40:34.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102024-11-15T21:40:34.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112024-11-15T21:40:34.479Z Compiling libz-sys v1.1.20
32122024-11-15T21:40:34.504Z Compiling libgit2-sys v0.17.0+1.8.1
32132024-11-15T21:40:34.529Z Compiling vergen v8.3.2
32142024-11-15T21:40:34.709Z Compiling cargo-platform v0.1.8
32152024-11-15T21:40:34.709Z Compiling pin-project-internal v1.1.6
32162024-11-15T21:40:34.737Z Compiling snafu-derive v0.8.5
32172024-11-15T21:40:34.737Z Compiling libsqlite3-sys v0.30.1
32182024-11-15T21:40:34.737Z Compiling zip v2.1.3
32192024-11-15T21:40:34.831Z Checking bumpalo v3.16.0
32202024-11-15T21:40:34.897Z Compiling cargo_metadata v0.18.1
32212024-11-15T21:40:35.019Z Checking simd-adler32 v0.3.7
32222024-11-15T21:40:35.066Z Checking lockfree-object-pool v0.1.6
32232024-11-15T21:40:35.151Z Compiling cfg_aliases v0.2.1
32242024-11-15T21:40:35.288Z Compiling rustls v0.21.12
32252024-11-15T21:40:35.313Z Compiling buf-list v1.0.3
32262024-11-15T21:40:35.347Z Checking zopfli v0.8.1
32272024-11-15T21:40:35.404Z Compiling nix v0.29.0
32282024-11-15T21:40:35.608Z Checking globset v0.4.15
32292024-11-15T21:40:35.976Z Checking olpc-cjson v0.1.4
32302024-11-15T21:40:36.000Z Checking rustls-webpki v0.101.7
32312024-11-15T21:40:36.081Z Checking sct v0.7.1
32322024-11-15T21:40:36.194Z Checking serde_plain v1.0.2
32332024-11-15T21:40:36.224Z Checking typed-path v0.9.3
32342024-11-15T21:40:37.081Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32352024-11-15T21:40:37.214Z Checking pin-project v1.1.6
32362024-11-15T21:40:37.266Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32372024-11-15T21:40:37.330Z Checking hashlink v0.9.1
32382024-11-15T21:40:37.354Z Checking fallible-streaming-iterator v0.1.9
32392024-11-15T21:40:37.505Z Checking fallible-iterator v0.3.0
32402024-11-15T21:40:37.568Z Checking parse-size v1.1.0
32412024-11-15T21:40:37.883Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32422024-11-15T21:40:38.018Z Checking rustls-pemfile v1.0.4
32432024-11-15T21:40:38.102Z Checking rusqlite v0.32.1
32442024-11-15T21:40:38.126Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32452024-11-15T21:40:38.206Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32462024-11-15T21:40:38.231Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32472024-11-15T21:40:38.354Z Checking twox-hash v1.6.3
32482024-11-15T21:40:38.400Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32492024-11-15T21:40:38.835Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32502024-11-15T21:40:39.462Z Checking snafu v0.8.5
32512024-11-15T21:40:39.491Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32522024-11-15T21:40:39.560Z Checking tokio-rustls v0.24.1
32532024-11-15T21:40:39.633Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32542024-11-15T21:40:39.906Z Checking tough v0.19.0
32552024-11-15T21:40:39.930Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32562024-11-15T21:40:40.002Z Checking fatfs v0.3.6
32572024-11-15T21:40:40.032Z Checking assert_matches v1.5.0
32582024-11-15T21:40:44.136Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32592024-11-15T21:40:45.692Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32602024-11-15T21:40:47.269Z Compiling git2 v0.19.0
32612024-11-15T21:40:53.620Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32622024-11-15T21:42:11.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
32632024-11-15T21:42:11.897Z
32642024-11-15T21:42:11.897Zinfo: running `cargo check --bins` on nexus-external-api (143/171)
32652024-11-15T21:42:12.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662024-11-15T21:42:12.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672024-11-15T21:42:12.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682024-11-15T21:42:12.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
32692024-11-15T21:42:12.820Z
32702024-11-15T21:42:12.820Zinfo: running `cargo check --bins` on openapi-manager-types (144/171)
32712024-11-15T21:42:13.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722024-11-15T21:42:13.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732024-11-15T21:42:13.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742024-11-15T21:42:13.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32752024-11-15T21:42:13.633Z
32762024-11-15T21:42:13.633Zinfo: running `cargo check --bins` on nexus-internal-api (145/171)
32772024-11-15T21:42:14.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782024-11-15T21:42:14.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792024-11-15T21:42:14.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802024-11-15T21:42:14.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32812024-11-15T21:42:14.503Z
32822024-11-15T21:42:14.503Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (146/171)
32832024-11-15T21:42:15.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842024-11-15T21:42:15.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852024-11-15T21:42:15.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862024-11-15T21:42:15.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32872024-11-15T21:42:15.402Z
32882024-11-15T21:42:15.402Zinfo: running `cargo check --bins` on nexus-networking (147/171)
32892024-11-15T21:42:16.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902024-11-15T21:42:16.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912024-11-15T21:42:16.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922024-11-15T21:42:16.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32932024-11-15T21:42:16.298Z
32942024-11-15T21:42:16.298Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (148/171)
32952024-11-15T21:42:17.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962024-11-15T21:42:17.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972024-11-15T21:42:17.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982024-11-15T21:42:17.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32992024-11-15T21:42:17.185Z
33002024-11-15T21:42:17.185Zinfo: running `cargo check --bins` on update-common (149/171)
33012024-11-15T21:42:17.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022024-11-15T21:42:17.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032024-11-15T21:42:17.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042024-11-15T21:42:17.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33052024-11-15T21:42:18.062Z
33062024-11-15T21:42:18.062Zinfo: running `cargo check --bins` on tufaceous-lib (150/171)
33072024-11-15T21:42:18.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082024-11-15T21:42:18.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092024-11-15T21:42:18.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102024-11-15T21:42:18.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33112024-11-15T21:42:18.910Z
33122024-11-15T21:42:18.910Zinfo: running `cargo check --bins` on tufaceous (151/171)
33132024-11-15T21:42:19.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142024-11-15T21:42:19.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152024-11-15T21:42:19.787Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33162024-11-15T21:42:20.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
33172024-11-15T21:42:21.142Z
33182024-11-15T21:42:21.142Zinfo: running `cargo check --bins` on omicron-dev (152/171)
33192024-11-15T21:42:21.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202024-11-15T21:42:22.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212024-11-15T21:42:22.281Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33222024-11-15T21:42:22.321Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33232024-11-15T21:42:22.345Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33242024-11-15T21:42:22.345Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33252024-11-15T21:43:00.630Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33262024-11-15T21:43:00.630Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33272024-11-15T21:43:00.630Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33282024-11-15T21:43:00.630Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33292024-11-15T21:43:00.654Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33302024-11-15T21:43:01.591Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33312024-11-15T21:43:03.227Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33322024-11-15T21:44:02.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
33332024-11-15T21:44:02.302Z
33342024-11-15T21:44:02.302Zinfo: running `cargo check --bins` on openapi-manager (153/171)
33352024-11-15T21:44:03.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362024-11-15T21:44:03.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372024-11-15T21:44:03.219Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33382024-11-15T21:44:03.219Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33392024-11-15T21:44:03.244Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33402024-11-15T21:44:05.203Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33412024-11-15T21:44:06.304Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33422024-11-15T21:44:07.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
33432024-11-15T21:44:07.894Z
33442024-11-15T21:44:07.894Zinfo: running `cargo check --bins` on installinator-api (154/171)
33452024-11-15T21:44:08.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-11-15T21:44:08.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-11-15T21:44:08.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482024-11-15T21:44:08.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33492024-11-15T21:44:08.768Z
33502024-11-15T21:44:08.768Zinfo: running `cargo check --bins` on wicketd-api (155/171)
33512024-11-15T21:44:09.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-11-15T21:44:09.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-11-15T21:44:09.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542024-11-15T21:44:09.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33552024-11-15T21:44:09.657Z
33562024-11-15T21:44:09.658Zinfo: running `cargo check --bins` on reconfigurator-cli (156/171)
33572024-11-15T21:44:10.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582024-11-15T21:44:10.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592024-11-15T21:44:10.579Z Compiling petname v2.0.2
33602024-11-15T21:44:10.603Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33612024-11-15T21:44:10.603Z Checking sync-ptr v0.1.1
33622024-11-15T21:44:12.390Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33632024-11-15T21:44:14.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
33642024-11-15T21:44:14.546Z
33652024-11-15T21:44:14.546Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (157/171)
33662024-11-15T21:44:15.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672024-11-15T21:44:15.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682024-11-15T21:44:15.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692024-11-15T21:44:15.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33702024-11-15T21:44:15.413Z
33712024-11-15T21:44:15.413Zinfo: running `cargo check --bins` on omicron-releng (158/171)
33722024-11-15T21:44:16.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-11-15T21:44:16.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-11-15T21:44:16.293Z Checking memmap2 v0.9.5
33752024-11-15T21:44:16.293Z Checking spin v0.5.2
33762024-11-15T21:44:16.294Z Checking arrayref v0.3.9
33772024-11-15T21:44:16.318Z Checking constant_time_eq v0.3.1
33782024-11-15T21:44:16.318Z Checking arrayvec v0.7.6
33792024-11-15T21:44:16.318Z Checking topological-sort v0.2.2
33802024-11-15T21:44:16.344Z Checking shell-words v1.1.0
33812024-11-15T21:44:16.534Z Checking ring v0.16.20
33822024-11-15T21:44:16.729Z Checking blake3 v1.5.4
33832024-11-15T21:44:17.996Z Checking omicron-zone-package v0.11.1
33842024-11-15T21:44:19.485Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33852024-11-15T21:44:20.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
33862024-11-15T21:44:20.905Z
33872024-11-15T21:44:20.905Zinfo: running `cargo check --bins` on xtask (159/171)
33882024-11-15T21:44:21.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892024-11-15T21:44:21.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902024-11-15T21:44:21.472Z Checking bitflags v2.6.0
33912024-11-15T21:44:21.472Z Checking serde v1.0.215
33922024-11-15T21:44:21.472Z Checking thiserror v1.0.69
33932024-11-15T21:44:21.472Z Checking scroll v0.12.0
33942024-11-15T21:44:21.497Z Checking hashbrown v0.15.0
33952024-11-15T21:44:21.521Z Checking log v0.4.22
33962024-11-15T21:44:21.546Z Checking zerocopy v0.7.35
33972024-11-15T21:44:21.582Z Checking syn v2.0.87
33982024-11-15T21:44:21.685Z Checking pest v2.7.14
33992024-11-15T21:44:21.734Z Checking rustix v0.38.37
34002024-11-15T21:44:21.937Z Checking once_cell v1.20.2
34012024-11-15T21:44:22.216Z Checking fs-err v2.11.0
34022024-11-15T21:44:22.422Z Checking goblin v0.8.2
34032024-11-15T21:44:22.453Z Checking indexmap v2.6.0
34042024-11-15T21:44:22.495Z Checking anyhow v1.0.93
34052024-11-15T21:44:22.778Z Checking tabled v0.15.0
34062024-11-15T21:44:23.427Z Checking terminal_size v0.4.0
34072024-11-15T21:44:23.427Z Checking tempfile v3.13.0
34082024-11-15T21:44:23.588Z Checking clap_builder v4.5.21
34092024-11-15T21:44:23.803Z Checking dtrace-parser v0.2.0
34102024-11-15T21:44:25.749Z Checking serde_json v1.0.132
34112024-11-15T21:44:25.749Z Checking toml_datetime v0.6.8
34122024-11-15T21:44:25.773Z Checking serde_spanned v0.6.8
34132024-11-15T21:44:25.773Z Checking camino v1.1.9
34142024-11-15T21:44:25.773Z Checking cargo-platform v0.1.8
34152024-11-15T21:44:25.954Z Checking semver v1.0.23
34162024-11-15T21:44:25.994Z Checking macaddr v1.0.1
34172024-11-15T21:44:26.066Z Checking toml_edit v0.22.22
34182024-11-15T21:44:26.281Z Checking clap v4.5.21
34192024-11-15T21:44:26.306Z Checking camino-tempfile v1.1.1
34202024-11-15T21:44:27.079Z Checking dof v0.3.0
34212024-11-15T21:44:27.079Z Checking cargo_metadata v0.18.1
34222024-11-15T21:44:27.617Z Checking usdt-impl v0.5.0
34232024-11-15T21:44:28.056Z Checking usdt v0.5.0
34242024-11-15T21:44:28.386Z Checking toml v0.8.19
34252024-11-15T21:44:28.997Z Checking cargo_toml v0.20.5
34262024-11-15T21:44:30.645Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34272024-11-15T21:44:31.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.56s
34282024-11-15T21:44:31.575Z
34292024-11-15T21:44:31.575Zinfo: running `cargo check --bins` on end-to-end-tests (160/171)
34302024-11-15T21:44:32.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312024-11-15T21:44:32.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322024-11-15T21:44:32.638Z Checking polyval v0.6.2
34332024-11-15T21:44:32.663Z Checking ctr v0.9.2
34342024-11-15T21:44:32.692Z Checking ssh-encoding v0.2.0
34352024-11-15T21:44:32.716Z Checking blowfish v0.9.1
34362024-11-15T21:44:32.739Z Checking password-hash v0.4.2
34372024-11-15T21:44:32.739Z Checking matches v0.1.10
34382024-11-15T21:44:32.769Z Checking p521 v0.13.3
34392024-11-15T21:44:32.792Z Checking p256 v0.13.2
34402024-11-15T21:44:32.850Z Checking idna v0.2.3
34412024-11-15T21:44:32.898Z Checking ghash v0.5.1
34422024-11-15T21:44:32.923Z Checking bcrypt-pbkdf v0.10.0
34432024-11-15T21:44:32.948Z Compiling enum-as-inner v0.5.1
34442024-11-15T21:44:33.028Z Checking russh-cryptovec v0.7.3
34452024-11-15T21:44:33.058Z Checking aes-gcm v0.10.3
34462024-11-15T21:44:33.137Z Checking pbkdf2 v0.11.0
34472024-11-15T21:44:33.161Z Checking md5 v0.7.0
34482024-11-15T21:44:33.210Z Checking num-bigint v0.4.6
34492024-11-15T21:44:33.234Z Checking des v0.8.1
34502024-11-15T21:44:33.280Z Checking ssh-cipher v0.2.0
34512024-11-15T21:44:33.394Z Checking hex-literal v0.4.1
34522024-11-15T21:44:33.418Z Compiling dhcproto-macros v0.1.0
34532024-11-15T21:44:33.480Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34542024-11-15T21:44:33.521Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34552024-11-15T21:44:33.545Z Checking internet-checksum v0.2.1
34562024-11-15T21:44:33.569Z Checking ssh-key v0.6.6
34572024-11-15T21:44:33.813Z Checking trust-dns-proto v0.22.0
34582024-11-15T21:44:35.028Z Checking russh-keys v0.45.0
34592024-11-15T21:44:36.227Z Checking russh v0.45.0
34602024-11-15T21:44:37.052Z Checking dhcproto v0.12.0
34612024-11-15T21:45:00.401Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34622024-11-15T21:45:02.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.68s
34632024-11-15T21:45:02.450Z
34642024-11-15T21:45:02.450Zinfo: running `cargo check --bins` on gateway-cli (161/171)
34652024-11-15T21:45:03.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662024-11-15T21:45:03.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672024-11-15T21:45:03.315Z Checking termios v0.3.3
34682024-11-15T21:45:03.512Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34692024-11-15T21:45:04.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
34702024-11-15T21:45:04.782Z
34712024-11-15T21:45:04.782Zinfo: running `cargo check --bins --no-default-features` on installinator (162/171)
34722024-11-15T21:45:05.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732024-11-15T21:45:05.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742024-11-15T21:45:05.703Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34752024-11-15T21:45:08.313Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34762024-11-15T21:45:10.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
34772024-11-15T21:45:10.967Z
34782024-11-15T21:45:10.967Zinfo: running `cargo check --bins` on internal-dns-cli (163/171)
34792024-11-15T21:45:11.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802024-11-15T21:45:11.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812024-11-15T21:45:11.801Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34822024-11-15T21:45:12.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
34832024-11-15T21:45:12.491Z
34842024-11-15T21:45:12.491Zinfo: running `cargo check --bins` on omicron-live-tests (164/171)
34852024-11-15T21:45:13.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862024-11-15T21:45:13.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872024-11-15T21:45:13.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882024-11-15T21:45:13.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34892024-11-15T21:45:13.265Z
34902024-11-15T21:45:13.265Zinfo: running `cargo check --bins` on live-tests-macros (165/171)
34912024-11-15T21:45:13.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922024-11-15T21:45:14.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932024-11-15T21:45:14.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942024-11-15T21:45:14.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34952024-11-15T21:45:14.079Z
34962024-11-15T21:45:14.079Zinfo: running `cargo check --bins` on omicron-package (166/171)
34972024-11-15T21:45:14.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982024-11-15T21:45:14.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992024-11-15T21:45:14.993Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35002024-11-15T21:45:16.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
35012024-11-15T21:45:16.778Z
35022024-11-15T21:45:16.778Zinfo: running `cargo check --bins` on wicket-dbg (167/171)
35032024-11-15T21:45:17.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042024-11-15T21:45:17.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052024-11-15T21:45:17.754Z Checking rtoolbox v0.0.2
35062024-11-15T21:45:17.754Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35072024-11-15T21:45:17.754Z Checking tui-tree-widget v0.22.0
35082024-11-15T21:45:17.924Z Checking rpassword v7.3.1
35092024-11-15T21:45:23.281Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35102024-11-15T21:45:27.354Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35112024-11-15T21:45:28.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s
35122024-11-15T21:45:29.073Z
35132024-11-15T21:45:29.073Zinfo: running `cargo check --bins` on wicket (168/171)
35142024-11-15T21:45:29.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152024-11-15T21:45:29.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162024-11-15T21:45:30.019Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35172024-11-15T21:45:30.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
35182024-11-15T21:45:30.631Z
35192024-11-15T21:45:30.631Zinfo: running `cargo check --bins` on wicketd (169/171)
35202024-11-15T21:45:31.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212024-11-15T21:45:31.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222024-11-15T21:45:31.572Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35232024-11-15T21:45:36.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
35242024-11-15T21:45:36.987Z
35252024-11-15T21:45:36.987Zinfo: running `cargo check --bins` on omicron-workspace-hack (170/171)
35262024-11-15T21:45:37.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272024-11-15T21:45:37.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282024-11-15T21:45:37.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292024-11-15T21:45:37.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35302024-11-15T21:45:37.829Z
35312024-11-15T21:45:37.829Zinfo: running `cargo check --bins` on zone-setup (171/171)
35322024-11-15T21:45:38.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332024-11-15T21:45:38.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342024-11-15T21:45:38.829Z Checking uzers v0.12.1
35352024-11-15T21:45:39.184Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35362024-11-15T21:45:40.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s
35372024-11-15T21:45:40.854Z
35382024-11-15T21:45:40.855Zreal 16:52.375216266
35392024-11-15T21:45:40.855Zuser 26:00.106673350
35402024-11-15T21:45:40.855Zsys 5:51.042479587
35412024-11-15T21:45:40.879Ztrap 0.627432148
35422024-11-15T21:45:40.879Ztflt 1.370454390
35432024-11-15T21:45:40.879Zdflt 3.924676171
35442024-11-15T21:45:40.879Zkflt 0.002681316
35452024-11-15T21:45:40.879Zlock 55:49.421190100
35462024-11-15T21:45:40.879Zslp 2:26:02.178311915
35472024-11-15T21:45:40.879Zlat 58.577509310
35482024-11-15T21:45:40.879Zstop 2:51.784121264
35492024-11-15T21:45:40.879Zprocess exited: duration 1343294 ms, exit code 0
 
35502024-11-15T21:45:40.929Zfound 0 output files