01J9SJY6HWY14E0SKRFZ38H02N: 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: 01J9SJYNAQC531TS7JSAXJVEK9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-09T21:29:48.639Zjob assigned to worker 01J9SJYT2M5EXPG90PNVJHX7N3 (queued for 53 s)
 
22024-10-09T21:29:55.309Zstarting task 0: "setup"
32024-10-09T21:29:55.316Z++ uname -s
42024-10-09T21:29:55.319Z+ kern=SunOS
52024-10-09T21:29:55.319Z+ case "$kern" in
62024-10-09T21:29:55.319Z+ groupadd -g 12345 build
72024-10-09T21:29:55.322Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-09T21:29:57.332Z+ zfs create -o mountpoint=/work rpool/work
92024-10-09T21:29:57.473Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-09T21:29:57.476Z+ home_fs=zfs
112024-10-09T21:29:57.476Z+ [[ zfs == autofs ]]
122024-10-09T21:29:57.476Z+ mkdir -p /home/build
132024-10-09T21:29:57.478Z+ chown build:build /home/build /work
142024-10-09T21:29:59.479Z+ chmod 0700 /home/build /work
152024-10-09T21:29:59.482Zprocess exited: duration 4175 ms, exit code 0
 
162024-10-09T21:29:59.487Zstarting task 1: "rust-toolchain"
172024-10-09T21:29:59.492Z+ printf ' * toolchain channel = "%s"
182024-10-09T21:29:59.492Z' 1.80.1
192024-10-09T21:29:59.492Z * toolchain channel = "1.80.1"
202024-10-09T21:29:59.496Z * toolchain profile = "default"
212024-10-09T21:29:59.496Z+ printf ' * toolchain profile = "%s"
222024-10-09T21:29:59.496Z' default
232024-10-09T21:29:59.496Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-09T21:29:59.497Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-09T21:29:59.600Zinfo: downloading installer
262024-10-09T21:30:00.995Zinfo: profile set to 'default'
272024-10-09T21:30:00.997Zinfo: default host triple is x86_64-unknown-illumos
282024-10-09T21:30:00.997Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-09T21:30:01.122Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-09T21:30:01.122Zinfo: downloading component 'cargo'
312024-10-09T21:30:01.782Zinfo: downloading component 'clippy'
322024-10-09T21:30:02.021Zinfo: downloading component 'rust-docs'
332024-10-09T21:30:03.019Zinfo: downloading component 'rust-std'
342024-10-09T21:30:04.294Zinfo: downloading component 'rustc'
352024-10-09T21:30:07.851Zinfo: downloading component 'rustfmt'
362024-10-09T21:30:08.045Zinfo: installing component 'cargo'
372024-10-09T21:30:08.867Zinfo: installing component 'clippy'
382024-10-09T21:30:09.242Zinfo: installing component 'rust-docs'
392024-10-09T21:30:10.873Zinfo: installing component 'rust-std'
402024-10-09T21:30:12.553Zinfo: installing component 'rustc'
412024-10-09T21:30:16.762Zinfo: installing component 'rustfmt'
422024-10-09T21:30:17.106Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-09T21:30:17.106Z
442024-10-09T21:30:17.362Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-09T21:30:17.362Z
462024-10-09T21:30:17.364Z
472024-10-09T21:30:17.364ZRust is installed now. Great!
482024-10-09T21:30:17.364Z
492024-10-09T21:30:17.364ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-09T21:30:17.364Zenvironment variable. This has not been done automatically.
512024-10-09T21:30:17.364Z
522024-10-09T21:30:17.364ZTo configure your current shell, you need to source
532024-10-09T21:30:17.364Zthe corresponding env file under $HOME/.cargo.
542024-10-09T21:30:17.364Z
552024-10-09T21:30:17.364ZThis is usually done by running one of the following (note the leading DOT):
562024-10-09T21:30:17.364Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-09T21:30:17.364Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-09T21:30:17.414Z+ rustc --version
592024-10-09T21:30:17.476Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-09T21:30:17.479Zprocess exited: duration 17989 ms, exit code 0
 
612024-10-09T21:30:17.485Zstarting task 2: "authentication"
622024-10-09T21:30:17.505Zprocess exited: duration 20 ms, exit code 0
 
632024-10-09T21:30:17.511Zstarting task 3: "clone repository"
642024-10-09T21:30:17.516Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-09T21:30:17.519Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-09T21:30:17.550ZCloning into '/work/oxidecomputer/omicron'...
672024-10-09T21:30:23.617Z+ cd /work/oxidecomputer/omicron
682024-10-09T21:30:23.617Z+ git fetch origin 632346210ca646c818d7aa831a111e033a94b92c
692024-10-09T21:30:23.913ZFrom https://github.com/oxidecomputer/omicron
702024-10-09T21:30:23.913Z * branch 632346210ca646c818d7aa831a111e033a94b92c -> FETCH_HEAD
712024-10-09T21:30:23.921Z+ [[ -n clickhouse-inventory-collection ]]
722024-10-09T21:30:23.923Z++ git branch --show-current
732024-10-09T21:30:23.926Z+ current=main
742024-10-09T21:30:23.926Z+ [[ main != clickhouse-inventory-collection ]]
752024-10-09T21:30:23.926Z+ git branch -f clickhouse-inventory-collection 632346210ca646c818d7aa831a111e033a94b92c
762024-10-09T21:30:23.929Z+ git checkout -f clickhouse-inventory-collection
772024-10-09T21:30:24.006ZSwitched to branch 'clickhouse-inventory-collection'
782024-10-09T21:30:24.009Z+ git reset --hard 632346210ca646c818d7aa831a111e033a94b92c
792024-10-09T21:30:24.085ZHEAD is now at 632346210 Add support for clickhouse keeper inventory collection
802024-10-09T21:30:24.088Zprocess exited: duration 6573 ms, exit code 0
 
812024-10-09T21:30:24.105Zstarting task 4: "build"
822024-10-09T21:30:24.111Z+ source .github/buildomat/ci-env.sh
832024-10-09T21:30:24.114Z++ export CARGO_TERM_COLOR=always
842024-10-09T21:30:24.114Z++ CARGO_TERM_COLOR=always
852024-10-09T21:30:24.114Z+ cargo --version
862024-10-09T21:30:24.171Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-09T21:30:24.179Z+ rustc --version
882024-10-09T21:30:24.223Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-09T21:30:24.226Z+ source ./env.sh
902024-10-09T21:30:24.226Z++ OLD_SHELL_OPTS=ehxB
912024-10-09T21:30:24.226Z++ set -o xtrace
922024-10-09T21:30:24.229Z++++ dirname ./env.sh
932024-10-09T21:30:24.232Z+++ readlink -f .
942024-10-09T21:30:24.232Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-10-09T21:30:24.232Z++ 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-10-09T21:30:24.232Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-09T21:30:24.232Z++ 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-10-09T21:30:24.232Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-10-09T21:30:24.232Z++ 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-10-09T21:30:24.232Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-10-09T21:30:24.232Z++ 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-10-09T21:30:24.232Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-10-09T21:30:24.232Z++ case $OLD_SHELL_OPTS in
1042024-10-09T21:30:24.232Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-10-09T21:30:24.232Z+ 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-10-09T21:30:24.232Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-10-09T21:30:24.233Z+ banner prerequisites
1082024-10-09T21:30:24.236Z
1092024-10-09T21:30:24.236Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-10-09T21:30:24.236Z # # # # # # # # # # # # # # #
1112024-10-09T21:30:24.236Z # # # # ##### # # ##### # # # # # #### #
1122024-10-09T21:30:24.236Z ##### ##### # ##### # # # # # # # # #
1132024-10-09T21:30:24.236Z # # # # # # # # # # # # # # #
1142024-10-09T21:30:24.236Z # # # ###### # # ###### ### # #### # #### #
1152024-10-09T21:30:24.236Z
1162024-10-09T21:30:24.237Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-10-09T21:30:31.176Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-10-09T21:30:33.994Z Startup: Caching catalogs ... Done
1192024-10-09T21:30:38.810ZPlanning: Solver setup ... Done (4.110s)
1202024-10-09T21:30:38.876ZPlanning: Running solver ... Done (0.066s)
1212024-10-09T21:30:38.941ZPlanning: Finding local manifests ... Done (0.003s)
1222024-10-09T21:30:38.954ZPlanning: Fetching manifests: 0/5 0% complete
1232024-10-09T21:30:39.171ZPlanning: Fetching manifests: 5/5 100% complete
1242024-10-09T21:30:39.268ZPlanning: Package planning ... Done (0.097s)
1252024-10-09T21:30:39.323ZPlanning: Merging actions ... Done (0.055s)
1262024-10-09T21:30:39.516ZPlanning: Checking for conflicting actions ... Done (0.192s)
1272024-10-09T21:30:40.910ZPlanning: Consolidating action changes ... Done (1.393s)
1282024-10-09T21:30:41.288ZPlanning: Evaluating mediators ... Done (0.378s)
1292024-10-09T21:30:41.365ZPlanning: Planning completed in 7.29 seconds
1302024-10-09T21:30:41.380Z Packages to install: 4
1312024-10-09T21:30:41.380Z Packages to update: 1
1322024-10-09T21:30:41.382Z Mediators to change: 2
1332024-10-09T21:30:41.383Z Services to change: 1
1342024-10-09T21:30:41.383Z Estimated space available: 155.71 GB
1352024-10-09T21:30:41.383ZEstimated space to be consumed: 1.56 GB
1362024-10-09T21:30:41.383Z Create boot environment: No
1372024-10-09T21:30:41.383ZCreate backup boot environment: Yes
1382024-10-09T21:30:41.383Z Rebuild boot archive: No
1392024-10-09T21:30:41.383Z
1402024-10-09T21:30:41.383ZChanged mediators:
1412024-10-09T21:30:41.383Z mediator clang:
1422024-10-09T21:30:41.383Z version: None -> 15 (system default)
1432024-10-09T21:30:41.383Z
1442024-10-09T21:30:41.383Z mediator llvm:
1452024-10-09T21:30:41.383Z version: 14 (system default) -> 15 (system default)
1462024-10-09T21:30:41.383Z
1472024-10-09T21:30:41.383ZChanged packages:
1482024-10-09T21:30:41.383Zhelios-dev
1492024-10-09T21:30:41.383Z developer/build-essential
1502024-10-09T21:30:41.383Z None -> 11-2.0
1512024-10-09T21:30:41.383Z library/libxmlsec1
1522024-10-09T21:30:41.383Z None -> 1.2.35-2.0
1532024-10-09T21:30:41.383Z ooce/developer/clang-15
1542024-10-09T21:30:41.383Z None -> 15.0.7-2.0
1552024-10-09T21:30:41.383Z ooce/developer/llvm-15
1562024-10-09T21:30:41.383Z None -> 15.0.7-2.0
1572024-10-09T21:30:41.383Z package/pkg
1582024-10-09T21:30:41.383Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-10-09T21:30:41.383Z
1602024-10-09T21:30:41.383ZServices:
1612024-10-09T21:30:41.383Z restart_fmri:
1622024-10-09T21:30:41.383Z svc:/system/update-man-index:default
1632024-10-09T21:30:41.383Z
1642024-10-09T21:30:41.383ZEditable files to change:
1652024-10-09T21:30:41.383Z Update:
1662024-10-09T21:30:41.383Z usr/share/lib/pkg/web/config.shtml
1672024-10-09T21:30:41.459Z
1682024-10-09T21:30:41.459ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-10-09T21:30:46.461ZDownload: 1025/4281 items 19.5/220.6MB 8% complete (4.0M/s)
1702024-10-09T21:30:56.098ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (10.2M/s)
1712024-10-09T21:31:01.291ZDownload: 2221/4281 items 119.2/220.6MB 54% complete (8.5M/s)
1722024-10-09T21:31:06.293ZDownload: 3219/4281 items 192.9/220.6MB 87% complete (10.9M/s)
1732024-10-09T21:31:15.949ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (8.8M/s)
1742024-10-09T21:31:22.259ZDownload: 3286/4281 items 212.5/220.6MB 96% complete (1.0M/s)
1752024-10-09T21:31:27.312ZDownload: 4204/4281 items 220.5/220.6MB 99% complete (1.1M/s)
1762024-10-09T21:31:30.400ZDownload: Completed 220.60 MB in 48.94 seconds (4.5M/s)
1772024-10-09T21:31:32.452Z Actions: 1/5063 actions (Removing old actions)
1782024-10-09T21:31:32.474Z Actions: 194/5063 actions (Installing new actions)
1792024-10-09T21:31:37.119Z Actions: 4226/5063 actions (Updating modified actions)
1802024-10-09T21:31:37.431Z Actions: Completed 5063 actions in 4.97 seconds.
1812024-10-09T21:31:37.755Z Done (0.323s)
1822024-10-09T21:31:37.759Z Done (0.000s)
1832024-10-09T21:31:38.203Z Done (0.447s)
1842024-10-09T21:31:42.430Z Done (4.033s)
1852024-10-09T21:31:42.514Z Done (0.016s)
1862024-10-09T21:31:42.518Z Done (0.000s)
1872024-10-09T21:31:42.719Z Done (0.000s)
1882024-10-09T21:31:43.337ZPlanning: Evaluating mediator changes ... Done
1892024-10-09T21:31:43.500ZPlanning: Checking for conflicting actions ... Done
1902024-10-09T21:31:43.503ZPlanning: Consolidating action changes ... Done
1912024-10-09T21:31:43.769ZPlanning: Evaluating mediators ... Done
1922024-10-09T21:31:43.772ZPlanning: Planning completed in 0.43 seconds
1932024-10-09T21:31:43.808Z Mediators to change: 2
1942024-10-09T21:31:43.811Z Create boot environment: No
1952024-10-09T21:31:43.811ZCreate backup boot environment: No
1962024-10-09T21:31:43.871Z Done
1972024-10-09T21:31:43.871Z Done
1982024-10-09T21:31:44.162Z Done
1992024-10-09T21:31:47.660Z Done
2002024-10-09T21:31:47.749Z Done
2012024-10-09T21:31:47.752Z Done
2022024-10-09T21:31:47.858Z Done
2032024-10-09T21:31:48.460ZPlanning: Evaluating mediator changes ... Done
2042024-10-09T21:31:48.462ZPlanning: Merging actions ... Done
2052024-10-09T21:31:48.648ZPlanning: Checking for conflicting actions ... Done
2062024-10-09T21:31:48.651ZPlanning: Consolidating action changes ... Done
2072024-10-09T21:31:48.915ZPlanning: Evaluating mediators ... Done
2082024-10-09T21:31:48.971ZPlanning: Planning completed in 0.75 seconds
2092024-10-09T21:31:49.010Z Packages to change: 1
2102024-10-09T21:31:49.010Z Mediators to change: 1
2112024-10-09T21:31:49.013Z Services to change: 1
2122024-10-09T21:31:49.013Z Create boot environment: No
2132024-10-09T21:31:49.013ZCreate backup boot environment: Yes
2142024-10-09T21:31:50.992Z Actions: 1/6 actions (Updating modified actions)
2152024-10-09T21:31:50.995Z Actions: Completed 6 actions in 0.00 seconds.
2162024-10-09T21:31:50.995Z Done
2172024-10-09T21:31:50.995Z Done
2182024-10-09T21:31:51.087Z Done
2192024-10-09T21:31:54.586Z Done
2202024-10-09T21:31:54.672Z Done
2212024-10-09T21:31:54.674Z Done
2222024-10-09T21:31:54.828Z Done
2232024-10-09T21:31:55.258ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-10-09T21:31:55.258Zclang system 15 system
2252024-10-09T21:31:55.258Zcsh system system illumos
2262024-10-09T21:31:55.258Zctags system system illumos
2272024-10-09T21:31:55.258Zgcc vendor 12 vendor
2282024-10-09T21:31:55.258Zgcc system 10 system
2292024-10-09T21:31:55.258Zgcc system 7 system
2302024-10-09T21:31:55.258Zgo system 1.20 system
2312024-10-09T21:31:55.258Zgo system 1.19 system
2322024-10-09T21:31:55.258Zllvm system 15 system
2332024-10-09T21:31:55.258Zllvm system 14 system
2342024-10-09T21:31:55.258Zmariadb system 10.6 system
2352024-10-09T21:31:55.258Zmta vendor vendor dma
2362024-10-09T21:31:55.258Zopenjdk system 17 system
2372024-10-09T21:31:55.258Zopenjdk system 11 system
2382024-10-09T21:31:55.258Zopenjdk system 1.8 system
2392024-10-09T21:31:55.258Zopenssl vendor 3 vendor
2402024-10-09T21:31:55.258Zperl system 5.36 system
2412024-10-09T21:31:55.258Zpostgresql system 15 system
2422024-10-09T21:31:55.258Zpostgresql system 13 system
2432024-10-09T21:31:55.258Zpython vendor 3 vendor
2442024-10-09T21:31:55.258Zpython system 2 system
2452024-10-09T21:31:55.258Zpython3 system 3.11 system
2462024-10-09T21:31:55.258Zruby system 3.0 system
2472024-10-09T21:31:55.258Zwords vendor vendor american-english
2482024-10-09T21:31:55.258Zwords system system australian-english
2492024-10-09T21:31:55.258Zwords system system british-english
2502024-10-09T21:31:55.259Zwords system system canadian-english
2512024-10-09T21:31:55.259Zwords system system french
2522024-10-09T21:31:55.259Zwords system system italian
2532024-10-09T21:31:55.259Zwords system system ngerman
2542024-10-09T21:31:55.259Zwords system system ogerman
2552024-10-09T21:31:55.259Zwords system system spanish
2562024-10-09T21:31:55.589ZPUBLISHER TYPE STATUS P LOCATION
2572024-10-09T21:31:55.589Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-10-09T21:31:57.664ZFMRI IFO
2592024-10-09T21:31:57.664Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-10-09T21:31:57.664Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-10-09T21:31:57.664Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-10-09T21:31:57.664Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-10-09T21:31:57.664Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-10-09T21:31:57.664Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-10-09T21:31:57.664Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662024-10-09T21:31:57.664Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672024-10-09T21:31:57.664Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-10-09T21:31:57.664Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-10-09T21:31:57.664Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-10-09T21:31:57.664Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2712024-10-09T21:31:57.664Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722024-10-09T21:31:58.333Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2732024-10-09T21:31:58.657Z Updating crates.io index
2742024-10-09T21:31:58.660Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752024-10-09T21:31:59.545Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2762024-10-09T21:31:59.824Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772024-10-09T21:32:00.106Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782024-10-09T21:32:00.362Z Updating git repository `https://github.com/oxidecomputer/propolis`
2792024-10-09T21:32:01.111Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802024-10-09T21:32:03.385Z Updating git repository `https://github.com/oxidecomputer/opte`
2812024-10-09T21:32:04.408Z Updating git repository `https://github.com/oxidecomputer/falcon`
2822024-10-09T21:32:05.148Z Updating git repository `https://github.com/oxidecomputer/clickward`
2832024-10-09T21:32:05.437Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2842024-10-09T21:32:05.706Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852024-10-09T21:32:06.299Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2862024-10-09T21:32:06.619Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2872024-10-09T21:32:06.928Z Updating git repository `https://github.com/oxidecomputer/qorb`
2882024-10-09T21:32:07.234Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2892024-10-09T21:32:07.575Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902024-10-09T21:32:07.862Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2912024-10-09T21:32:08.069Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2922024-10-09T21:32:08.356Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2932024-10-09T21:32:08.639Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-10-09T21:32:08.986Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-10-09T21:32:09.297Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-10-09T21:32:09.644Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-10-09T21:32:09.939Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-10-09T21:32:10.446Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-10-09T21:32:10.725Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-10-09T21:32:11.233Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-10-09T21:32:11.658Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-10-09T21:32:11.963Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-10-09T21:32:12.274Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-10-09T21:32:13.450Z Downloading crates ...
3052024-10-09T21:32:13.638Z Downloaded colorchoice v1.0.1
3062024-10-09T21:32:13.642Z Downloaded cargo-platform v0.1.8
3072024-10-09T21:32:13.645Z Downloaded anstream v0.6.14
3082024-10-09T21:32:13.648Z Downloaded dtrace-parser v0.2.0
3092024-10-09T21:32:13.655Z Downloaded scroll_derive v0.12.0
3102024-10-09T21:32:13.660Z Downloaded anyhow v1.0.89
3112024-10-09T21:32:13.663Z Downloaded usdt-attr-macro v0.5.0
3122024-10-09T21:32:13.666Z Downloaded errno v0.3.9
3132024-10-09T21:32:13.666Z Downloaded crypto-common v0.1.6
3142024-10-09T21:32:13.666Z Downloaded bytecount v0.6.8
3152024-10-09T21:32:13.669Z Downloaded usdt-macro v0.5.0
3162024-10-09T21:32:13.669Z Downloaded anstyle-parse v0.2.4
3172024-10-09T21:32:13.673Z Downloaded thiserror-impl v1.0.64
3182024-10-09T21:32:13.676Z Downloaded itoa v1.0.11
3192024-10-09T21:32:13.676Z Downloaded generic-array v0.14.7
3202024-10-09T21:32:13.678Z Downloaded strsim v0.11.1
3212024-10-09T21:32:13.679Z Downloaded proc-macro-error-attr v1.0.4
3222024-10-09T21:32:13.681Z Downloaded equivalent v1.0.1
3232024-10-09T21:32:13.681Z Downloaded plain v0.2.3
3242024-10-09T21:32:13.683Z Downloaded heck v0.5.0
3252024-10-09T21:32:13.683Z Downloaded fnv v1.0.7
3262024-10-09T21:32:13.683Z Downloaded anstyle-query v1.0.3
3272024-10-09T21:32:13.686Z Downloaded pest_generator v2.7.10
3282024-10-09T21:32:13.686Z Downloaded memmap v0.7.0
3292024-10-09T21:32:13.688Z Downloaded macaddr v1.0.1
3302024-10-09T21:32:13.688Z Downloaded version_check v0.9.5
3312024-10-09T21:32:13.691Z Downloaded camino v1.1.9
3322024-10-09T21:32:13.694Z Downloaded clap_derive v4.5.18
3332024-10-09T21:32:13.696Z Downloaded serde_spanned v0.6.7
3342024-10-09T21:32:13.699Z Downloaded autocfg v1.3.0
3352024-10-09T21:32:13.701Z Downloaded anstyle v1.0.8
3362024-10-09T21:32:13.703Z Downloaded proc-macro-error v1.0.4
3372024-10-09T21:32:13.709Z Downloaded is_terminal_polyfill v1.70.0
3382024-10-09T21:32:13.711Z Downloaded pretty-hex v0.4.1
3392024-10-09T21:32:13.715Z Downloaded swrite v0.1.0
3402024-10-09T21:32:13.717Z Downloaded cargo_toml v0.20.5
3412024-10-09T21:32:13.719Z Downloaded pest_derive v2.7.10
3422024-10-09T21:32:13.722Z Downloaded cfg-if v1.0.0
3432024-10-09T21:32:13.722Z Downloaded camino-tempfile v1.1.1
3442024-10-09T21:32:13.724Z Downloaded block-buffer v0.10.4
3452024-10-09T21:32:13.724Z Downloaded tempfile v3.13.0
3462024-10-09T21:32:13.727Z Downloaded terminal_size v0.3.0
3472024-10-09T21:32:13.730Z Downloaded sha2 v0.10.8
3482024-10-09T21:32:13.732Z Downloaded digest v0.10.7
3492024-10-09T21:32:13.734Z Downloaded dof v0.3.0
3502024-10-09T21:32:13.736Z Downloaded ucd-trie v0.1.6
3512024-10-09T21:32:13.736Z Downloaded clap_lex v0.7.0
3522024-10-09T21:32:13.739Z Downloaded byteorder v1.5.0
3532024-10-09T21:32:13.739Z Downloaded serde_derive v1.0.210
3542024-10-09T21:32:13.741Z Downloaded quote v1.0.37
3552024-10-09T21:32:13.744Z Downloaded heck v0.4.1
3562024-10-09T21:32:13.746Z Downloaded fs-err v2.11.0
3572024-10-09T21:32:13.746Z Downloaded fastrand v2.1.1
3582024-10-09T21:32:13.748Z Downloaded toml_datetime v0.6.8
3592024-10-09T21:32:13.748Z Downloaded tabled_derive v0.7.0
3602024-10-09T21:32:13.751Z Downloaded smawk v0.3.2
3612024-10-09T21:32:13.751Z Downloaded serde_tokenstream v0.2.2
3622024-10-09T21:32:13.753Z Downloaded scroll v0.12.0
3632024-10-09T21:32:13.753Z Downloaded unicode-linebreak v0.1.5
3642024-10-09T21:32:13.753Z Downloaded textwrap v0.16.1
3652024-10-09T21:32:13.756Z Downloaded usdt v0.5.0
3662024-10-09T21:32:13.758Z Downloaded thread-id v4.2.1
3672024-10-09T21:32:13.758Z Downloaded cargo_metadata v0.18.1
3682024-10-09T21:32:13.761Z Downloaded ryu v1.0.18
3692024-10-09T21:32:13.765Z Downloaded toml v0.8.19
3702024-10-09T21:32:13.768Z Downloaded cpufeatures v0.2.12
3712024-10-09T21:32:13.770Z Downloaded clap v4.5.18
3722024-10-09T21:32:13.777Z Downloaded utf8parse v0.2.1
3732024-10-09T21:32:13.780Z Downloaded thiserror v1.0.64
3742024-10-09T21:32:13.783Z Downloaded zerocopy-derive v0.7.34
3752024-10-09T21:32:13.786Z Downloaded usdt-impl v0.5.0
3762024-10-09T21:32:13.789Z Downloaded bitflags v2.6.0
3772024-10-09T21:32:13.791Z Downloaded semver v1.0.23
3782024-10-09T21:32:13.793Z Downloaded papergrid v0.11.0
3792024-10-09T21:32:13.797Z Downloaded pest_meta v2.7.10
3802024-10-09T21:32:13.801Z Downloaded unicode-ident v1.0.13
3812024-10-09T21:32:13.804Z Downloaded typenum v1.17.0
3822024-10-09T21:32:13.804Z Downloaded indexmap v2.5.0
3832024-10-09T21:32:13.808Z Downloaded once_cell v1.19.0
3842024-10-09T21:32:13.810Z Downloaded proc-macro2 v1.0.86
3852024-10-09T21:32:13.812Z Downloaded log v0.4.22
3862024-10-09T21:32:13.816Z Downloaded toml_edit v0.22.22
3872024-10-09T21:32:13.836Z Downloaded serde v1.0.210
3882024-10-09T21:32:13.843Z Downloaded memchr v2.7.2
3892024-10-09T21:32:13.848Z Downloaded hashbrown v0.14.5
3902024-10-09T21:32:13.865Z Downloaded zerocopy v0.7.34
3912024-10-09T21:32:13.879Z Downloaded serde_json v1.0.128
3922024-10-09T21:32:13.886Z Downloaded pest v2.7.10
3932024-10-09T21:32:13.890Z Downloaded winnow v0.6.18
3942024-10-09T21:32:13.898Z Downloaded clap_builder v4.5.18
3952024-10-09T21:32:13.904Z Downloaded tabled v0.15.0
3962024-10-09T21:32:13.920Z Downloaded syn v1.0.109
3972024-10-09T21:32:13.928Z Downloaded syn v2.0.79
3982024-10-09T21:32:13.938Z Downloaded goblin v0.8.2
3992024-10-09T21:32:13.944Z Downloaded unicode-width v0.1.13
4002024-10-09T21:32:13.951Z Downloaded rustix v0.38.37
4012024-10-09T21:32:13.971Z Downloaded libc v0.2.159
4022024-10-09T21:32:14.269Z Compiling proc-macro2 v1.0.86
4032024-10-09T21:32:14.271Z Compiling unicode-ident v1.0.13
4042024-10-09T21:32:14.271Z Compiling version_check v0.9.5
4052024-10-09T21:32:14.271Z Compiling serde v1.0.210
4062024-10-09T21:32:14.271Z Compiling memchr v2.7.2
4072024-10-09T21:32:14.271Z Compiling thiserror v1.0.64
4082024-10-09T21:32:14.271Z Compiling libc v0.2.159
4092024-10-09T21:32:14.271Z Compiling ryu v1.0.18
4102024-10-09T21:32:14.510Z Compiling itoa v1.0.11
4112024-10-09T21:32:14.760Z Compiling ucd-trie v0.1.6
4122024-10-09T21:32:14.798Z Compiling once_cell v1.19.0
4132024-10-09T21:32:15.119Z Compiling byteorder v1.5.0
4142024-10-09T21:32:15.205Z Compiling serde_json v1.0.128
4152024-10-09T21:32:15.404Z Compiling rustix v0.38.37
4162024-10-09T21:32:15.598Z Compiling bitflags v2.6.0
4172024-10-09T21:32:15.694Z Compiling usdt-impl v0.5.0
4182024-10-09T21:32:15.900Z Compiling quote v1.0.37
4192024-10-09T21:32:16.040Z Compiling proc-macro-error-attr v1.0.4
4202024-10-09T21:32:16.113Z Compiling syn v1.0.109
4212024-10-09T21:32:16.278Z Compiling syn v2.0.79
4222024-10-09T21:32:16.346Z Compiling proc-macro-error v1.0.4
4232024-10-09T21:32:16.394Z Compiling hashbrown v0.14.5
4242024-10-09T21:32:16.582Z Compiling errno v0.3.9
4252024-10-09T21:32:16.650Z Compiling equivalent v1.0.1
4262024-10-09T21:32:16.791Z Compiling thread-id v4.2.1
4272024-10-09T21:32:16.817Z Compiling log v0.4.22
4282024-10-09T21:32:16.819Z Compiling plain v0.2.3
4292024-10-09T21:32:16.819Z Compiling camino v1.1.9
4302024-10-09T21:32:16.819Z Compiling utf8parse v0.2.1
4312024-10-09T21:32:17.051Z Compiling anstyle-parse v0.2.4
4322024-10-09T21:32:17.381Z Compiling is_terminal_polyfill v1.70.0
4332024-10-09T21:32:17.513Z Compiling anstyle v1.0.8
4342024-10-09T21:32:17.563Z Compiling pretty-hex v0.4.1
4352024-10-09T21:32:17.665Z Compiling indexmap v2.5.0
4362024-10-09T21:32:17.667Z Compiling autocfg v1.3.0
4372024-10-09T21:32:17.714Z Compiling colorchoice v1.0.1
4382024-10-09T21:32:17.769Z Compiling unicode-width v0.1.13
4392024-10-09T21:32:17.874Z Compiling anstyle-query v1.0.3
4402024-10-09T21:32:17.971Z Compiling winnow v0.6.18
4412024-10-09T21:32:18.003Z Compiling semver v1.0.23
4422024-10-09T21:32:18.026Z Compiling anstream v0.6.14
4432024-10-09T21:32:18.615Z Compiling fs-err v2.11.0
4442024-10-09T21:32:18.788Z Compiling terminal_size v0.3.0
4452024-10-09T21:32:18.912Z Compiling strsim v0.11.1
4462024-10-09T21:32:18.938Z Compiling heck v0.5.0
4472024-10-09T21:32:18.974Z Compiling clap_lex v0.7.0
4482024-10-09T21:32:19.021Z Compiling heck v0.4.1
4492024-10-09T21:32:19.468Z Compiling anyhow v1.0.89
4502024-10-09T21:32:19.507Z Compiling bytecount v0.6.8
4512024-10-09T21:32:19.559Z Compiling fnv v1.0.7
4522024-10-09T21:32:19.703Z Compiling cfg-if v1.0.0
4532024-10-09T21:32:19.748Z Compiling fastrand v2.1.1
4542024-10-09T21:32:19.851Z Compiling papergrid v0.11.0
4552024-10-09T21:32:20.026Z Compiling clap_builder v4.5.18
4562024-10-09T21:32:20.318Z Compiling tempfile v3.13.0
4572024-10-09T21:32:20.499Z Compiling memmap v0.7.0
4582024-10-09T21:32:20.524Z Compiling smawk v0.3.2
4592024-10-09T21:32:20.745Z Compiling unicode-linebreak v0.1.5
4602024-10-09T21:32:21.176Z Compiling textwrap v0.16.1
4612024-10-09T21:32:21.451Z Compiling swrite v0.1.0
4622024-10-09T21:32:22.685Z Compiling tabled_derive v0.7.0
4632024-10-09T21:32:24.202Z Compiling tabled v0.15.0
4642024-10-09T21:32:25.083Z Compiling serde_derive v1.0.210
4652024-10-09T21:32:25.085Z Compiling thiserror-impl v1.0.64
4662024-10-09T21:32:25.085Z Compiling zerocopy-derive v0.7.34
4672024-10-09T21:32:25.085Z Compiling scroll_derive v0.12.0
4682024-10-09T21:32:25.085Z Compiling clap_derive v4.5.18
4692024-10-09T21:32:26.577Z Compiling scroll v0.12.0
4702024-10-09T21:32:27.110Z Compiling goblin v0.8.2
4712024-10-09T21:32:27.149Z Compiling zerocopy v0.7.34
4722024-10-09T21:32:27.708Z Compiling pest v2.7.10
4732024-10-09T21:32:28.620Z Compiling clap v4.5.18
4742024-10-09T21:32:30.064Z Compiling pest_meta v2.7.10
4752024-10-09T21:32:30.969Z Compiling pest_generator v2.7.10
4762024-10-09T21:32:32.805Z Compiling pest_derive v2.7.10
4772024-10-09T21:32:33.559Z Compiling dtrace-parser v0.2.0
4782024-10-09T21:32:35.409Z Compiling serde_tokenstream v0.2.2
4792024-10-09T21:32:35.450Z Compiling toml_datetime v0.6.8
4802024-10-09T21:32:35.450Z Compiling serde_spanned v0.6.7
4812024-10-09T21:32:35.727Z Compiling cargo-platform v0.1.8
4822024-10-09T21:32:35.815Z Compiling toml_edit v0.22.22
4832024-10-09T21:32:35.963Z Compiling macaddr v1.0.1
4842024-10-09T21:32:36.155Z Compiling camino-tempfile v1.1.1
4852024-10-09T21:32:36.838Z Compiling dof v0.3.0
4862024-10-09T21:32:36.896Z Compiling cargo_metadata v0.18.1
4872024-10-09T21:32:38.502Z Compiling usdt-macro v0.5.0
4882024-10-09T21:32:38.502Z Compiling usdt-attr-macro v0.5.0
4892024-10-09T21:32:38.675Z Compiling toml v0.8.19
4902024-10-09T21:32:39.531Z Compiling cargo_toml v0.20.5
4912024-10-09T21:32:39.964Z Compiling usdt v0.5.0
4922024-10-09T21:32:43.382Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-10-09T21:32:47.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.51s
4942024-10-09T21:32:47.900Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-10-09T21:32:48.469Z Downloading crates ...
4962024-10-09T21:32:48.576Z Downloaded async-stream-impl v0.3.5
4972024-10-09T21:32:48.583Z Downloaded assert_matches v1.5.0
4982024-10-09T21:32:48.589Z Downloaded aead v0.5.2
4992024-10-09T21:32:48.591Z Downloaded adler v1.0.2
5002024-10-09T21:32:48.594Z Downloaded crunchy v0.2.2
5012024-10-09T21:32:48.596Z Downloaded ciborium-io v0.2.2
5022024-10-09T21:32:48.596Z Downloaded cfg_aliases v0.2.1
5032024-10-09T21:32:48.605Z Downloaded atomicwrites v0.4.4
5042024-10-09T21:32:48.607Z Downloaded array-init v0.0.4
5052024-10-09T21:32:48.611Z Downloaded async-recursion v1.1.1
5062024-10-09T21:32:48.616Z Downloaded ident_case v1.0.1
5072024-10-09T21:32:48.618Z Downloaded http-range v0.1.5
5082024-10-09T21:32:48.620Z Downloaded crossbeam-deque v0.8.5
5092024-10-09T21:32:48.622Z Downloaded bit-vec v0.6.3
5102024-10-09T21:32:48.625Z Downloaded httpdate v1.0.3
5112024-10-09T21:32:48.627Z Downloaded nodrop v0.1.14
5122024-10-09T21:32:48.627Z Downloaded bcrypt-pbkdf v0.10.0
5132024-10-09T21:32:48.630Z Downloaded convert_case v0.4.0
5142024-10-09T21:32:48.630Z Downloaded cipher v0.4.4
5152024-10-09T21:32:48.633Z Downloaded crc v3.2.1
5162024-10-09T21:32:48.636Z Downloaded new_debug_unreachable v1.0.6
5172024-10-09T21:32:48.636Z Downloaded match_cfg v0.1.0
5182024-10-09T21:32:48.638Z Downloaded md5 v0.7.0
5192024-10-09T21:32:48.639Z Downloaded num-conv v0.1.0
5202024-10-09T21:32:48.641Z Downloaded normalize-line-endings v0.3.0
5212024-10-09T21:32:48.641Z Downloaded darling_macro v0.20.9
5222024-10-09T21:32:48.641Z Downloaded buf-list v1.0.3
5232024-10-09T21:32:48.644Z Downloaded arrayref v0.3.7
5242024-10-09T21:32:48.646Z Downloaded lru-cache v0.1.2
5252024-10-09T21:32:48.646Z Downloaded const_format_proc_macros v0.2.33
5262024-10-09T21:32:48.648Z Downloaded atomic-waker v1.1.2
5272024-10-09T21:32:48.651Z Downloaded impl-trait-for-tuples v0.2.2
5282024-10-09T21:32:48.653Z Downloaded cfg_aliases v0.1.1
5292024-10-09T21:32:48.654Z Downloaded debug-ignore v1.0.5
5302024-10-09T21:32:48.656Z Downloaded hubpack_derive v0.1.1
5312024-10-09T21:32:48.658Z Downloaded crucible-workspace-hack v0.1.0
5322024-10-09T21:32:48.658Z Downloaded ipnetwork v0.20.0
5332024-10-09T21:32:48.660Z Downloaded maybe-uninit v2.0.0
5342024-10-09T21:32:48.663Z Downloaded ascii-canvas v3.0.0
5352024-10-09T21:32:48.663Z Downloaded lazy_static v1.5.0
5362024-10-09T21:32:48.665Z Downloaded linear-map v1.2.0
5372024-10-09T21:32:48.667Z Downloaded cbc v0.1.2
5382024-10-09T21:32:48.670Z Downloaded keccak v0.1.5
5392024-10-09T21:32:48.670Z Downloaded internet-checksum v0.2.1
5402024-10-09T21:32:48.672Z Downloaded bzip2 v0.4.4
5412024-10-09T21:32:48.675Z Downloaded num-integer v0.1.46
5422024-10-09T21:32:48.675Z Downloaded memoffset v0.9.1
5432024-10-09T21:32:48.677Z Downloaded newtype-uuid v1.1.0
5442024-10-09T21:32:48.679Z Downloaded hyper-staticfile v0.10.1
5452024-10-09T21:32:48.682Z Downloaded darling v0.20.9
5462024-10-09T21:32:48.685Z Downloaded cstr-argument v0.1.2
5472024-10-09T21:32:48.687Z Downloaded nibble_vec v0.1.0
5482024-10-09T21:32:48.687Z Downloaded nanorand v0.7.0
5492024-10-09T21:32:48.689Z Downloaded managed v0.8.0
5502024-10-09T21:32:48.692Z Downloaded is-terminal v0.4.12
5512024-10-09T21:32:48.694Z Downloaded argon2 v0.5.3
5522024-10-09T21:32:48.697Z Downloaded matches v0.1.10
5532024-10-09T21:32:48.697Z Downloaded ciborium v0.2.2
5542024-10-09T21:32:48.699Z Downloaded bit-set v0.5.3
5552024-10-09T21:32:48.701Z Downloaded multer v3.1.0
5562024-10-09T21:32:48.704Z Downloaded time-core v0.1.2
5572024-10-09T21:32:48.704Z Downloaded indent_write v2.2.0
5582024-10-09T21:32:48.706Z Downloaded hyper-tls v0.6.0
5592024-10-09T21:32:48.709Z Downloaded ciborium-ll v0.2.2
5602024-10-09T21:32:48.709Z Downloaded mockall v0.13.0
5612024-10-09T21:32:48.711Z Downloaded lock_api v0.4.12
5622024-10-09T21:32:48.711Z Downloaded num-rational v0.4.2
5632024-10-09T21:32:48.714Z Downloaded addr2line v0.21.0
5642024-10-09T21:32:48.716Z Downloaded ctr v0.9.2
5652024-10-09T21:32:48.718Z Downloaded crc32fast v1.4.0
5662024-10-09T21:32:48.721Z Downloaded newtype_derive v0.1.6
5672024-10-09T21:32:48.723Z Downloaded crossbeam-utils v0.8.19
5682024-10-09T21:32:48.727Z Downloaded crc-any v2.5.0
5692024-10-09T21:32:48.730Z Downloaded const-oid v0.9.6
5702024-10-09T21:32:48.730Z Downloaded colored v2.1.0
5712024-10-09T21:32:48.732Z Downloaded curve25519-dalek-derive v0.1.1
5722024-10-09T21:32:48.734Z Downloaded strum v0.26.3
5732024-10-09T21:32:48.736Z Downloaded data-encoding v2.6.0
5742024-10-09T21:32:48.737Z Downloaded secrecy v0.8.0
5752024-10-09T21:32:48.739Z Downloaded scopeguard v1.2.0
5762024-10-09T21:32:48.740Z Downloaded inout v0.1.3
5772024-10-09T21:32:48.742Z Downloaded arc-swap v1.7.1
5782024-10-09T21:32:48.744Z Downloaded lazycell v1.3.0
5792024-10-09T21:32:48.747Z Downloaded rustversion v1.0.17
5802024-10-09T21:32:48.750Z Downloaded rustls-pemfile v1.0.4
5812024-10-09T21:32:48.752Z Downloaded vte_generate_state_changes v0.1.1
5822024-10-09T21:32:48.752Z Downloaded structmeta-derive v0.2.0
5832024-10-09T21:32:48.754Z Downloaded spin v0.5.2
5842024-10-09T21:32:48.754Z Downloaded slog-json v2.6.1
5852024-10-09T21:32:48.757Z Downloaded diesel_table_macro_syntax v0.2.0
5862024-10-09T21:32:48.759Z Downloaded foreign-types-shared v0.3.1
5872024-10-09T21:32:48.759Z Downloaded slog-envlogger v2.2.0
5882024-10-09T21:32:48.762Z Downloaded shlex v1.3.0
5892024-10-09T21:32:48.762Z Downloaded serde_repr v0.1.19
5902024-10-09T21:32:48.764Z Downloaded iana-time-zone v0.1.60
5912024-10-09T21:32:48.767Z Downloaded cancel-safe-futures v0.1.5
5922024-10-09T21:32:48.770Z Downloaded indexmap v1.9.3
5932024-10-09T21:32:48.773Z Downloaded instant v0.1.12
5942024-10-09T21:32:48.775Z Downloaded allocator-api2 v0.2.18
5952024-10-09T21:32:48.778Z Downloaded num-iter v0.1.45
5962024-10-09T21:32:48.780Z Downloaded num v0.4.3
5972024-10-09T21:32:48.783Z Downloaded lru v0.12.3
5982024-10-09T21:32:48.783Z Downloaded compact_str v0.8.0
5992024-10-09T21:32:48.786Z Downloaded crossbeam-epoch v0.9.18
6002024-10-09T21:32:48.789Z Downloaded hyper-util v0.1.9
6012024-10-09T21:32:48.793Z Downloaded slab v0.4.9
6022024-10-09T21:32:48.796Z Downloaded parse-size v1.0.0
6032024-10-09T21:32:48.798Z Downloaded tiny-keccak v2.0.2
6042024-10-09T21:32:48.800Z Downloaded termios v0.3.3
6052024-10-09T21:32:48.803Z Downloaded snafu-derive v0.8.2
6062024-10-09T21:32:48.803Z Downloaded libsw v3.3.1
6072024-10-09T21:32:48.805Z Downloaded jobserver v0.1.32
6082024-10-09T21:32:48.807Z Downloaded precomputed-hash v0.1.1
6092024-10-09T21:32:48.809Z Downloaded futures-macro v0.3.30
6102024-10-09T21:32:48.809Z Downloaded ena v0.14.3
6112024-10-09T21:32:48.812Z Downloaded embedded-io v0.4.0
6122024-10-09T21:32:48.815Z Downloaded sigpipe v0.1.3
6132024-10-09T21:32:48.815Z Downloaded try-lock v0.2.5
6142024-10-09T21:32:48.817Z Downloaded xattr v1.3.1
6152024-10-09T21:32:48.817Z Downloaded unicode-xid v0.2.4
6162024-10-09T21:32:48.819Z Downloaded fallible-iterator v0.2.0
6172024-10-09T21:32:48.822Z Downloaded difflib v0.4.0
6182024-10-09T21:32:48.822Z Downloaded packed_struct v0.10.1
6192024-10-09T21:32:48.825Z Downloaded time-macros v0.2.18
6202024-10-09T21:32:48.830Z Downloaded httparse v1.8.0
6212024-10-09T21:32:48.830Z Downloaded futures-task v0.3.30
6222024-10-09T21:32:48.830Z Downloaded form_urlencoded v1.2.1
6232024-10-09T21:32:48.833Z Downloaded miniz_oxide v0.7.2
6242024-10-09T21:32:48.835Z Downloaded zone v0.3.0
6252024-10-09T21:32:48.835Z Downloaded signal-hook-tokio v0.3.1
6262024-10-09T21:32:48.837Z Downloaded num-complex v0.4.6
6272024-10-09T21:32:48.839Z Downloaded serde-big-array v0.5.1
6282024-10-09T21:32:48.839Z Downloaded native-tls v0.2.11
6292024-10-09T21:32:48.842Z Downloaded cookie v0.18.1
6302024-10-09T21:32:48.844Z Downloaded crypto-bigint v0.5.5
6312024-10-09T21:32:48.851Z Downloaded blake2 v0.10.6
6322024-10-09T21:32:48.854Z Downloaded want v0.3.1
6332024-10-09T21:32:48.856Z Downloaded foreign-types v0.5.0
6342024-10-09T21:32:48.859Z Downloaded phf_shared v0.11.2
6352024-10-09T21:32:48.859Z Downloaded progenitor-macro v0.8.0
6362024-10-09T21:32:48.861Z Downloaded http-body v0.4.6
6372024-10-09T21:32:48.861Z Downloaded diff v0.1.13
6382024-10-09T21:32:48.865Z Downloaded futures-sink v0.3.30
6392024-10-09T21:32:48.867Z Downloaded fxhash v0.2.1
6402024-10-09T21:32:48.867Z Downloaded strum_macros v0.24.3
6412024-10-09T21:32:48.869Z Downloaded opaque-debug v0.3.1
6422024-10-09T21:32:48.875Z Downloaded static_assertions v1.1.0
6432024-10-09T21:32:48.875Z Downloaded smallvec v0.6.14
6442024-10-09T21:32:48.877Z Downloaded signature v2.2.0
6452024-10-09T21:32:48.877Z Downloaded tui-tree-widget v0.22.0
6462024-10-09T21:32:48.877Z Downloaded semver v0.1.20
6472024-10-09T21:32:48.880Z Downloaded base64 v0.13.1
6482024-10-09T21:32:48.882Z Downloaded sec1 v0.7.3
6492024-10-09T21:32:48.884Z Downloaded salsa20 v0.10.2
6502024-10-09T21:32:48.887Z Downloaded chacha20poly1305 v0.10.1
6512024-10-09T21:32:48.887Z Downloaded bytes v1.7.2
6522024-10-09T21:32:48.891Z Downloaded base64 v0.21.7
6532024-10-09T21:32:48.895Z Downloaded darling_core v0.20.9
6542024-10-09T21:32:48.900Z Downloaded signal-hook v0.3.17
6552024-10-09T21:32:48.903Z Downloaded russh-cryptovec v0.7.2
6562024-10-09T21:32:48.905Z Downloaded path-slash v0.1.5
6572024-10-09T21:32:48.905Z Downloaded which v4.4.2
6582024-10-09T21:32:48.908Z Downloaded wait-timeout v0.2.0
6592024-10-09T21:32:48.910Z Downloaded supports-color v3.0.1
6602024-10-09T21:32:48.913Z Downloaded spki v0.7.3
6612024-10-09T21:32:48.913Z Downloaded mockall_derive v0.13.0
6622024-10-09T21:32:48.915Z Downloaded pkcs1 v0.7.5
6632024-10-09T21:32:48.917Z Downloaded toolchain_find v0.4.0
6642024-10-09T21:32:48.920Z Downloaded snafu v0.8.2
6652024-10-09T21:32:48.926Z Downloaded oso-derive v0.27.3
6662024-10-09T21:32:48.928Z Downloaded derive_builder_macro v0.20.0
6672024-10-09T21:32:48.928Z Downloaded enum-as-inner v0.5.1
6682024-10-09T21:32:48.930Z Downloaded xz2 v0.1.7
6692024-10-09T21:32:48.932Z Downloaded tinyvec v1.6.0
6702024-10-09T21:32:48.935Z Downloaded wyz v0.5.1
6712024-10-09T21:32:48.937Z Downloaded filetime v0.2.25
6722024-10-09T21:32:48.940Z Downloaded ref-cast-impl v1.0.23
6732024-10-09T21:32:48.940Z Downloaded ff v0.13.0
6742024-10-09T21:32:48.942Z Downloaded base64 v0.22.1
6752024-10-09T21:32:48.944Z Downloaded backtrace v0.3.71
6762024-10-09T21:32:48.949Z Downloaded pkcs8 v0.10.2
6772024-10-09T21:32:48.953Z Downloaded number_prefix v0.4.0
6782024-10-09T21:32:48.955Z Downloaded rustc_version v0.1.7
6792024-10-09T21:32:48.955Z Downloaded rustc-hash v2.0.0
6802024-10-09T21:32:48.957Z Downloaded string_cache v0.8.7
6812024-10-09T21:32:48.969Z Downloaded walkdir v2.5.0
6822024-10-09T21:32:48.971Z Downloaded slog-stdlog v4.1.1
6832024-10-09T21:32:48.974Z Downloaded progenitor-impl v0.8.0
6842024-10-09T21:32:48.977Z Downloaded pin-utils v0.1.0
6852024-10-09T21:32:48.977Z Downloaded paste v1.0.15
6862024-10-09T21:32:48.979Z Downloaded take_mut v0.2.2
6872024-10-09T21:32:48.982Z Downloaded pkg-config v0.3.30
6882024-10-09T21:32:48.984Z Downloaded pretty-hex v0.2.1
6892024-10-09T21:32:48.984Z Downloaded predicates-tree v1.0.9
6902024-10-09T21:32:48.986Z Downloaded pin-project-lite v0.2.14
6912024-10-09T21:32:48.990Z Downloaded parking_lot_core v0.9.10
6922024-10-09T21:32:48.992Z Downloaded rustc_version v0.4.0
6932024-10-09T21:32:48.995Z Downloaded quick-error v1.2.3
6942024-10-09T21:32:48.997Z Downloaded psl-types v2.0.11
6952024-10-09T21:32:48.997Z Downloaded thiserror-no-std v2.0.2
6962024-10-09T21:32:49.001Z Downloaded enum-as-inner v0.6.0
6972024-10-09T21:32:49.003Z Downloaded glob v0.3.1
6982024-10-09T21:32:49.006Z Downloaded fallible-streaming-iterator v0.1.9
6992024-10-09T21:32:49.006Z Downloaded foreign-types v0.3.2
7002024-10-09T21:32:49.009Z Downloaded pbkdf2 v0.11.0
7012024-10-09T21:32:49.011Z Downloaded siphasher v0.3.11
7022024-10-09T21:32:49.011Z Downloaded whoami v1.5.2
7032024-10-09T21:32:49.014Z Downloaded indicatif v0.17.8
7042024-10-09T21:32:49.016Z Downloaded percent-encoding v2.3.1
7052024-10-09T21:32:49.019Z Downloaded untrusted v0.9.0
7062024-10-09T21:32:49.021Z Downloaded ron v0.8.1
7072024-10-09T21:32:49.025Z Downloaded ppv-lite86 v0.2.17
7082024-10-09T21:32:49.027Z Downloaded serde-hex v0.1.0
7092024-10-09T21:32:49.029Z Downloaded dhcproto-macros v0.1.0
7102024-10-09T21:32:49.029Z Downloaded same-file v1.0.6
7112024-10-09T21:32:49.032Z Downloaded pem-rfc7468 v0.7.0
7122024-10-09T21:32:49.034Z Downloaded highway v1.2.0
7132024-10-09T21:32:49.036Z Downloaded tabwriter v1.4.0
7142024-10-09T21:32:49.039Z Downloaded smf v0.2.3
7152024-10-09T21:32:49.039Z Downloaded des v0.8.1
7162024-10-09T21:32:49.041Z Downloaded headers-core v0.3.0
7172024-10-09T21:32:49.041Z Downloaded rsa v0.9.6
7182024-10-09T21:32:49.046Z Downloaded endian-type v0.1.2
7192024-10-09T21:32:49.049Z Downloaded password-hash v0.5.0
7202024-10-09T21:32:49.051Z Downloaded env_logger v0.10.2
7212024-10-09T21:32:49.053Z Downloaded peg-runtime v0.8.3
7222024-10-09T21:32:49.055Z Downloaded poly1305 v0.8.0
7232024-10-09T21:32:49.058Z Downloaded sync_wrapper v1.0.1
7242024-10-09T21:32:49.058Z Downloaded env_logger v0.11.5
7252024-10-09T21:32:49.061Z Downloaded env_filter v0.1.2
7262024-10-09T21:32:49.063Z Downloaded sha1 v0.10.6
7272024-10-09T21:32:49.065Z Downloaded toml v0.7.8
7282024-10-09T21:32:49.067Z Downloaded strum_macros v0.26.4
7292024-10-09T21:32:49.070Z Downloaded primeorder v0.13.6
7302024-10-09T21:32:49.072Z Downloaded futures-core v0.3.30
7312024-10-09T21:32:49.074Z Downloaded russh-keys v0.45.0
7322024-10-09T21:32:49.077Z Downloaded http v0.2.12
7332024-10-09T21:32:49.080Z Downloaded tls_codec v0.4.1
7342024-10-09T21:32:49.082Z Downloaded postgres-protocol v0.6.7
7352024-10-09T21:32:49.084Z Downloaded rand_xorshift v0.3.0
7362024-10-09T21:32:49.087Z Downloaded vsss-rs v3.3.4
7372024-10-09T21:32:49.089Z Downloaded getrandom v0.2.14
7382024-10-09T21:32:49.092Z Downloaded libxml v0.3.3
7392024-10-09T21:32:49.098Z Downloaded hmac v0.12.1
7402024-10-09T21:32:49.101Z Downloaded dropshot_endpoint v0.12.0
7412024-10-09T21:32:49.104Z Downloaded rayon-core v1.12.1
7422024-10-09T21:32:49.108Z Downloaded sqlparser_derive v0.2.2
7432024-10-09T21:32:49.110Z Downloaded heck v0.3.3
7442024-10-09T21:32:49.110Z Downloaded group v0.13.0
7452024-10-09T21:32:49.112Z Downloaded tap v1.0.1
7462024-10-09T21:32:49.114Z Downloaded slog-scope v4.4.0
7472024-10-09T21:32:49.114Z Downloaded slog-dtrace v0.3.0
7482024-10-09T21:32:49.117Z Downloaded scrypt v0.11.0
7492024-10-09T21:32:49.119Z Downloaded pem v3.0.4
7502024-10-09T21:32:49.121Z Downloaded predicates-core v1.0.6
7512024-10-09T21:32:49.121Z Downloaded tokio-tungstenite v0.21.0
7522024-10-09T21:32:49.124Z Downloaded globset v0.4.14
7532024-10-09T21:32:49.126Z Downloaded num-bigint v0.4.5
7542024-10-09T21:32:49.130Z Downloaded hashlink v0.9.1
7552024-10-09T21:32:49.132Z Downloaded postgres-types v0.2.8
7562024-10-09T21:32:49.134Z Downloaded ed25519-dalek v2.1.1
7572024-10-09T21:32:49.138Z Downloaded ed25519 v2.2.3
7582024-10-09T21:32:49.140Z Downloaded tungstenite v0.23.0
7592024-10-09T21:32:49.144Z Downloaded proc-macro-crate v1.3.1
7602024-10-09T21:32:49.146Z Downloaded progenitor-client v0.8.0
7612024-10-09T21:32:49.148Z Downloaded unicode_categories v0.1.1
7622024-10-09T21:32:49.148Z Downloaded fragile v2.0.0
7632024-10-09T21:32:49.150Z Downloaded crossterm v0.27.0
7642024-10-09T21:32:49.157Z Downloaded expectorate v1.1.0
7652024-10-09T21:32:49.160Z Downloaded tower-service v0.3.2
7662024-10-09T21:32:49.163Z Downloaded num_threads v0.1.7
7672024-10-09T21:32:49.165Z Downloaded slog-bunyan v2.5.0
7682024-10-09T21:32:49.165Z Downloaded tokio-stream v0.1.16
7692024-10-09T21:32:49.168Z Downloaded mio v1.0.2
7702024-10-09T21:32:49.174Z Downloaded dhcproto v0.12.0
7712024-10-09T21:32:49.177Z Downloaded rpassword v7.3.1
7722024-10-09T21:32:49.180Z Downloaded flagset v0.4.5
7732024-10-09T21:32:49.182Z Downloaded fixedbitset v0.4.2
7742024-10-09T21:32:49.184Z Downloaded downcast v0.11.0
7752024-10-09T21:32:49.184Z Downloaded defmt-parser v0.3.4
7762024-10-09T21:32:49.186Z Downloaded tracing-attributes v0.1.27
7772024-10-09T21:32:49.189Z Downloaded futures-io v0.3.30
7782024-10-09T21:32:49.189Z Downloaded futures-executor v0.3.30
7792024-10-09T21:32:49.191Z Downloaded home v0.5.9
7802024-10-09T21:32:49.191Z Downloaded hostname v0.3.1
7812024-10-09T21:32:49.194Z Downloaded hex v0.4.3
7822024-10-09T21:32:49.196Z Downloaded phf v0.11.2
7832024-10-09T21:32:49.196Z Downloaded ecdsa v0.16.9
7842024-10-09T21:32:49.198Z Downloaded time v0.3.36
7852024-10-09T21:32:49.205Z Downloaded tokio-postgres v0.7.12
7862024-10-09T21:32:49.210Z Downloaded serde_with_macros v3.9.0
7872024-10-09T21:32:49.213Z Downloaded progenitor v0.8.0
7882024-10-09T21:32:49.215Z Downloaded foreign-types-macros v0.2.3
7892024-10-09T21:32:49.215Z Downloaded termcolor v1.4.1
7902024-10-09T21:32:49.218Z Downloaded heapless v0.8.0
7912024-10-09T21:32:49.220Z Downloaded topological-sort v0.2.2
7922024-10-09T21:32:49.223Z Downloaded sqlformat v0.2.6
7932024-10-09T21:32:49.225Z Downloaded tough v0.17.1
7942024-10-09T21:32:49.232Z Downloaded tokio-tungstenite v0.23.1
7952024-10-09T21:32:49.234Z Downloaded phf_shared v0.10.0
7962024-10-09T21:32:49.237Z Downloaded polyval v0.6.2
7972024-10-09T21:32:49.239Z Downloaded vte v0.11.1
7982024-10-09T21:32:49.239Z Downloaded either v1.13.0
7992024-10-09T21:32:49.244Z Downloaded der_derive v0.7.2
8002024-10-09T21:32:49.244Z Downloaded reqwest v0.11.27
8012024-10-09T21:32:49.251Z Downloaded hex-literal v0.4.1
8022024-10-09T21:32:49.253Z Downloaded foreign-types-shared v0.1.1
8032024-10-09T21:32:49.253Z Downloaded dsl_auto_type v0.1.2
8042024-10-09T21:32:49.256Z Downloaded stable_deref_trait v1.2.0
8052024-10-09T21:32:49.256Z Downloaded shell-words v1.1.0
8062024-10-09T21:32:49.256Z Downloaded serde_urlencoded v0.7.1
8072024-10-09T21:32:49.259Z Downloaded hash32 v0.2.1
8082024-10-09T21:32:49.261Z Downloaded http v1.1.0
8092024-10-09T21:32:49.263Z Downloaded prettyplease v0.2.22
8102024-10-09T21:32:49.266Z Downloaded serde_path_to_error v0.1.16
8112024-10-09T21:32:49.269Z Downloaded zone_cfg_derive v0.1.2
8122024-10-09T21:32:49.271Z Downloaded dirs-next v2.0.0
8132024-10-09T21:32:49.271Z Downloaded unicode-segmentation v1.11.0
8142024-10-09T21:32:49.274Z Downloaded pbkdf2 v0.12.2
8152024-10-09T21:32:49.276Z Downloaded utf-8 v0.7.6
8162024-10-09T21:32:49.276Z Downloaded parking_lot v0.11.2
8172024-10-09T21:32:49.278Z Downloaded untrusted v0.7.1
8182024-10-09T21:32:49.281Z Downloaded universal-hash v0.5.1
8192024-10-09T21:32:49.281Z Downloaded scheduled-thread-pool v0.2.7
8202024-10-09T21:32:49.283Z Downloaded unsafe-libyaml v0.2.11
8212024-10-09T21:32:49.285Z Downloaded rand_core v0.6.4
8222024-10-09T21:32:49.288Z Downloaded structmeta v0.3.0
8232024-10-09T21:32:49.290Z Downloaded structmeta v0.2.0
8242024-10-09T21:32:49.290Z Downloaded nom v7.1.3
8252024-10-09T21:32:49.294Z Downloaded packed_struct_codegen v0.10.1
8262024-10-09T21:32:49.297Z Downloaded num_enum v0.5.11
8272024-10-09T21:32:49.301Z Downloaded hostname v0.4.0
8282024-10-09T21:32:49.303Z Downloaded zone_cfg_derive v0.3.0
8292024-10-09T21:32:49.303Z Downloaded hashbrown v0.12.3
8302024-10-09T21:32:49.307Z Downloaded rand_chacha v0.3.1
8312024-10-09T21:32:49.309Z Downloaded float-ord v0.3.2
8322024-10-09T21:32:49.311Z Downloaded unicode-truncate v1.0.0
8332024-10-09T21:32:49.312Z Downloaded hkdf v0.12.4
8342024-10-09T21:32:49.314Z Downloaded der v0.7.9
8352024-10-09T21:32:49.319Z Downloaded signal-hook-registry v1.4.2
8362024-10-09T21:32:49.321Z Downloaded strip-ansi-escapes v0.2.0
8372024-10-09T21:32:49.324Z Downloaded derive_builder_core v0.20.0
8382024-10-09T21:32:49.324Z Downloaded dirs-sys-next v0.1.2
8392024-10-09T21:32:49.326Z Downloaded toml_edit v0.19.15
8402024-10-09T21:32:49.340Z Downloaded derive-where v1.2.7
8412024-10-09T21:32:49.344Z Downloaded thread_local v1.1.8
8422024-10-09T21:32:49.346Z Downloaded signal-hook-mio v0.2.4
8432024-10-09T21:32:49.348Z Downloaded display-error-chain v0.2.1
8442024-10-09T21:32:49.348Z Downloaded value-bag v1.9.0
8452024-10-09T21:32:49.351Z Downloaded schemars_derive v0.8.21
8462024-10-09T21:32:49.353Z Downloaded derive_builder v0.20.0
8472024-10-09T21:32:49.357Z Downloaded bindgen v0.69.4
8482024-10-09T21:32:49.364Z Downloaded num_enum_derive v0.5.11
8492024-10-09T21:32:49.366Z Downloaded term v0.7.0
8502024-10-09T21:32:49.369Z Downloaded defmt v0.3.8
8512024-10-09T21:32:49.372Z Downloaded termtree v0.4.1
8522024-10-09T21:32:49.374Z Downloaded ron v0.7.1
8532024-10-09T21:32:49.382Z Downloaded fd-lock v4.0.2
8542024-10-09T21:32:49.382Z Downloaded float-cmp v0.9.0
8552024-10-09T21:32:49.382Z Downloaded stringprep v0.1.4
8562024-10-09T21:32:49.382Z Downloaded ssh-encoding v0.2.0
8572024-10-09T21:32:49.385Z Downloaded bitvec v1.0.1
8582024-10-09T21:32:49.399Z Downloaded pin-project-internal v1.1.5
8592024-10-09T21:32:49.403Z Downloaded pin-project v1.1.5
8602024-10-09T21:32:49.412Z Downloaded yasna v0.5.2
8612024-10-09T21:32:49.415Z Downloaded parking_lot v0.12.2
8622024-10-09T21:32:49.418Z Downloaded rustyline v14.0.0
8632024-10-09T21:32:49.422Z Downloaded itertools v0.13.0
8642024-10-09T21:32:49.430Z Downloaded ssh-cipher v0.2.0
8652024-10-09T21:32:49.432Z Downloaded p256 v0.13.2
8662024-10-09T21:32:49.434Z Downloaded oso v0.27.3
8672024-10-09T21:32:49.438Z Downloaded chrono v0.4.38
8682024-10-09T21:32:49.445Z Downloaded omicron-zone-package v0.11.1
8692024-10-09T21:32:49.448Z Downloaded tar v0.4.42
8702024-10-09T21:32:49.451Z Downloaded hyper v0.14.30
8712024-10-09T21:32:49.459Z Downloaded futures-util v0.3.30
8722024-10-09T21:32:49.471Z Downloaded num-traits v0.2.19
8732024-10-09T21:32:49.474Z Downloaded uuid v1.10.0
8742024-10-09T21:32:49.477Z Downloaded p521 v0.13.3
8752024-10-09T21:32:49.481Z Downloaded tracing v0.1.40
8762024-10-09T21:32:49.485Z Downloaded similar v2.6.0
8772024-10-09T21:32:49.490Z Downloaded quinn v0.11.5
8782024-10-09T21:32:49.493Z Downloaded openssl-sys v0.9.103
8792024-10-09T21:32:49.498Z Downloaded half v2.4.1
8802024-10-09T21:32:49.502Z Downloaded rcgen v0.12.1
8812024-10-09T21:32:49.505Z Downloaded russh v0.45.0
8822024-10-09T21:32:49.509Z Downloaded tokio-util v0.7.12
8832024-10-09T21:32:49.516Z Downloaded portable-atomic v1.6.0
8842024-10-09T21:32:49.523Z Downloaded lalrpop v0.19.12
8852024-10-09T21:32:49.533Z Downloaded rand v0.8.5
8862024-10-09T21:32:49.537Z Downloaded flate2 v1.0.34
8872024-10-09T21:32:49.542Z Downloaded webpki-roots v0.26.3
8882024-10-09T21:32:49.546Z Downloaded elliptic-curve v0.13.8
8892024-10-09T21:32:49.550Z Downloaded slog v2.7.0
8902024-10-09T21:32:49.553Z Downloaded curve25519-dalek v4.1.3
8912024-10-09T21:32:49.562Z Downloaded slog-async v2.8.0
8922024-10-09T21:32:49.564Z Downloaded zerocopy v0.6.6
8932024-10-09T21:32:49.567Z Downloaded schemars v0.8.21
8942024-10-09T21:32:49.577Z Downloaded serde_with v3.9.0
8952024-10-09T21:32:49.586Z Downloaded idna v0.4.0
8962024-10-09T21:32:49.593Z Downloaded sqlparser v0.45.0
8972024-10-09T21:32:49.599Z Downloaded winnow v0.5.40
8982024-10-09T21:32:49.608Z Downloaded ssh-key v0.6.6
8992024-10-09T21:32:49.615Z Downloaded reqwest v0.12.7
9002024-10-09T21:32:49.623Z Downloaded openssl v0.10.66
9012024-10-09T21:32:49.633Z Downloaded rayon v1.10.0
9022024-10-09T21:32:49.643Z Downloaded h2 v0.4.6
9032024-10-09T21:32:49.650Z Downloaded h2 v0.3.26
9042024-10-09T21:32:49.657Z Downloaded idna v0.5.0
9052024-10-09T21:32:49.663Z Downloaded unicode-normalization v0.1.23
9062024-10-09T21:32:49.667Z Downloaded git2 v0.19.0
9072024-10-09T21:32:49.675Z Downloaded nix v0.28.0
9082024-10-09T21:32:49.689Z Downloaded gimli v0.28.1
9092024-10-09T21:32:49.695Z Downloaded radix_trie v0.2.1
9102024-10-09T21:32:49.701Z Downloaded regex-syntax v0.6.29
9112024-10-09T21:32:49.708Z Downloaded reedline v0.33.0
9122024-10-09T21:32:49.726Z Downloaded rustls-webpki v0.101.7
9132024-10-09T21:32:49.748Z Downloaded salty v0.3.0
9142024-10-09T21:32:49.758Z Downloaded p384 v0.13.0
9152024-10-09T21:32:49.767Z Downloaded quick-xml v0.33.0
9162024-10-09T21:32:49.776Z Downloaded proptest v1.5.0
9172024-10-09T21:32:49.786Z Downloaded rustls-webpki v0.102.4
9182024-10-09T21:32:49.805Z Downloaded typify-impl v0.2.0
9192024-10-09T21:32:49.819Z Downloaded quinn-proto v0.11.8
9202024-10-09T21:32:49.826Z Downloaded object v0.30.4
9212024-10-09T21:32:49.835Z Downloaded nix v0.29.0
9222024-10-09T21:32:49.848Z Downloaded sled v0.34.7
9232024-10-09T21:32:49.859Z Downloaded vcpkg v0.2.15
9242024-10-09T21:32:49.899Z Downloaded object v0.32.2
9252024-10-09T21:32:49.910Z Downloaded finl_unicode v1.2.0
9262024-10-09T21:32:49.922Z Downloaded csv v1.3.0
9272024-10-09T21:32:49.941Z Downloaded tokio v1.39.3
9282024-10-09T21:32:49.980Z Downloaded rustls v0.22.4
9292024-10-09T21:32:49.994Z Downloaded regex-syntax v0.8.4
9302024-10-09T21:32:50.003Z Downloaded regress v0.9.1
9312024-10-09T21:32:50.012Z Downloaded rustls v0.23.10
9322024-10-09T21:32:50.029Z Downloaded openapiv3 v2.0.0
9332024-10-09T21:32:50.041Z Downloaded encoding_rs v0.8.34
9342024-10-09T21:32:50.063Z Downloaded bzip2-sys v0.1.11+1.0.8
9352024-10-09T21:32:50.075Z Downloaded polar-core v0.27.3
9362024-10-09T21:32:50.084Z Downloaded ratatui v0.28.0
9372024-10-09T21:32:50.104Z Downloaded nix v0.27.1
9382024-10-09T21:32:50.114Z Downloaded diesel v2.2.4
9392024-10-09T21:32:50.135Z Downloaded smoltcp v0.11.0
9402024-10-09T21:32:50.147Z Downloaded regex v1.10.6
9412024-10-09T21:32:50.162Z Downloaded zerocopy-derive v0.6.6
9422024-10-09T21:32:50.172Z Downloaded dropshot v0.12.0
9432024-10-09T21:32:50.194Z Downloaded hickory-proto v0.24.1
9442024-10-09T21:32:50.210Z Downloaded regex-automata v0.4.6
9452024-10-09T21:32:50.228Z Downloaded petgraph v0.6.5
9462024-10-09T21:32:50.246Z Downloaded lzma-sys v0.1.20
9472024-10-09T21:32:50.278Z Downloaded bstr v1.9.1
9482024-10-09T21:32:50.289Z Downloaded sha3 v0.10.8
9492024-10-09T21:32:50.294Z Downloaded smoltcp v0.9.1
9502024-10-09T21:32:50.306Z Downloaded idna v0.2.3
9512024-10-09T21:32:50.312Z Downloaded idna v0.3.0
9522024-10-09T21:32:50.319Z Downloaded rustls v0.21.12
9532024-10-09T21:32:50.332Z Downloaded trust-dns-proto v0.22.0
9542024-10-09T21:32:50.343Z Downloaded ring v0.16.20
9552024-10-09T21:32:50.429Z Downloaded regress v0.10.1
9562024-10-09T21:32:50.438Z Downloaded hickory-resolver v0.24.1
9572024-10-09T21:32:50.443Z Downloaded heapless v0.7.17
9582024-10-09T21:32:50.448Z Downloaded ghash v0.5.1
9592024-10-09T21:32:50.451Z Downloaded parking_lot_core v0.8.6
9602024-10-09T21:32:50.451Z Downloaded unicode-bidi v0.3.15
9612024-10-09T21:32:50.453Z Downloaded tls_codec_derive v0.4.1
9622024-10-09T21:32:50.456Z Downloaded olpc-cjson v0.1.3
9632024-10-09T21:32:50.458Z Downloaded url v2.5.2
9642024-10-09T21:32:50.461Z Downloaded rusty-fork v0.3.0
9652024-10-09T21:32:50.461Z Downloaded publicsuffix v2.2.3
9662024-10-09T21:32:50.464Z Downloaded tokio-rustls v0.26.0
9672024-10-09T21:32:50.466Z Downloaded headers v0.4.0
9682024-10-09T21:32:50.471Z Downloaded hashbrown v0.13.2
9692024-10-09T21:32:50.476Z Downloaded rusqlite v0.32.1
9702024-10-09T21:32:50.483Z Downloaded num-bigint-dig v0.8.4
9712024-10-09T21:32:50.488Z Downloaded tokio-rustls v0.25.0
9722024-10-09T21:32:50.491Z Downloaded rustls-pki-types v1.7.0
9732024-10-09T21:32:50.494Z Downloaded zip v0.6.6
9742024-10-09T21:32:50.496Z Downloaded x509-cert v0.2.5
9752024-10-09T21:32:50.503Z Downloaded sct v0.7.1
9762024-10-09T21:32:50.506Z Downloaded itertools v0.10.5
9772024-10-09T21:32:50.513Z Downloaded serde_yaml v0.9.34+deprecated
9782024-10-09T21:32:50.516Z Downloaded funty v2.0.0
9792024-10-09T21:32:50.519Z Downloaded hickory-server v0.24.1
9802024-10-09T21:32:50.522Z Downloaded futures-channel v0.3.30
9812024-10-09T21:32:50.525Z Downloaded defmt-macros v0.3.9
9822024-10-09T21:32:50.528Z Downloaded peg-macros v0.8.4
9832024-10-09T21:32:50.530Z Downloaded unicase v2.7.0
9842024-10-09T21:32:50.532Z Downloaded postcard v1.0.8
9852024-10-09T21:32:50.535Z Downloaded fatfs v0.3.6
9862024-10-09T21:32:50.537Z Downloaded hyper v1.4.1
9872024-10-09T21:32:50.545Z Downloaded vergen v8.3.2
9882024-10-09T21:32:50.547Z Downloaded tinyvec_macros v0.1.1
9892024-10-09T21:32:50.550Z Downloaded rfc6979 v0.4.0
9902024-10-09T21:32:50.550Z Downloaded resolv-conf v0.7.0
9912024-10-09T21:32:50.553Z Downloaded serde_derive_internals v0.29.1
9922024-10-09T21:32:50.556Z Downloaded rustls-pemfile v2.1.3
9932024-10-09T21:32:50.556Z Downloaded itertools v0.12.1
9942024-10-09T21:32:50.563Z Downloaded blake3 v1.5.1
9952024-10-09T21:32:50.570Z Downloaded steno v0.4.1
9962024-10-09T21:32:50.575Z Downloaded aes-gcm v0.10.3
9972024-10-09T21:32:50.578Z Downloaded tungstenite v0.21.0
9982024-10-09T21:32:50.582Z Downloaded typed-path v0.7.1
9992024-10-09T21:32:50.588Z Downloaded minimal-lexical v0.2.1
10002024-10-09T21:32:50.594Z Downloaded dyn-clone v1.0.17
10012024-10-09T21:32:50.596Z Downloaded mio v0.8.11
10022024-10-09T21:32:50.600Z Downloaded libm v0.2.8
10032024-10-09T21:32:50.608Z Downloaded aho-corasick v1.1.3
10042024-10-09T21:32:50.615Z Downloaded crossterm v0.28.1
10052024-10-09T21:32:50.622Z Downloaded libgit2-sys v0.17.0+1.8.1
10062024-10-09T21:32:50.687Z Downloaded rand_seeder v0.3.0
10072024-10-09T21:32:50.689Z Downloaded peg v0.8.4
10082024-10-09T21:32:50.692Z Downloaded zeroize_derive v1.4.2
10092024-10-09T21:32:50.692Z Downloaded zeroize v1.8.1
10102024-10-09T21:32:50.695Z Downloaded unarray v0.1.4
10112024-10-09T21:32:50.695Z Downloaded typify-macro v0.2.0
10122024-10-09T21:32:50.695Z Downloaded test-strategy v0.3.1
10132024-10-09T21:32:50.698Z Downloaded futures v0.3.30
10142024-10-09T21:32:50.704Z Downloaded password-hash v0.4.2
10152024-10-09T21:32:50.706Z Downloaded owo-colors v4.1.0
10162024-10-09T21:32:50.709Z Downloaded spin v0.9.8
10172024-10-09T21:32:50.711Z Downloaded tracing-core v0.1.32
10182024-10-09T21:32:50.713Z Downloaded subprocess v0.2.9
10192024-10-09T21:32:50.716Z Downloaded powerfmt v0.2.0
10202024-10-09T21:32:50.719Z Downloaded flume v0.11.0
10212024-10-09T21:32:50.722Z Downloaded diesel_derives v2.2.2
10222024-10-09T21:32:50.725Z Downloaded smallvec v1.13.2
10232024-10-09T21:32:50.727Z Downloaded slog-term v2.9.1
10242024-10-09T21:32:50.730Z Downloaded typify v0.2.0
10252024-10-09T21:32:50.732Z Downloaded tokio-rustls v0.24.1
10262024-10-09T21:32:50.735Z Downloaded thiserror-impl-no-std v2.0.2
10272024-10-09T21:32:50.737Z Downloaded strum_macros v0.25.3
10282024-10-09T21:32:50.739Z Downloaded aes v0.8.4
10292024-10-09T21:32:50.742Z Downloaded crossbeam-channel v0.5.12
10302024-10-09T21:32:50.746Z Downloaded subtle v2.5.0
10312024-10-09T21:32:50.748Z Downloaded hash32 v0.3.1
10322024-10-09T21:32:50.751Z Downloaded pkcs5 v0.7.1
10332024-10-09T21:32:50.754Z Downloaded rustc-hash v1.1.0
10342024-10-09T21:32:50.754Z Downloaded derive_more v0.99.18
10352024-10-09T21:32:50.758Z Downloaded miniz_oxide v0.8.0
10362024-10-09T21:32:50.761Z Downloaded cc v1.0.97
10372024-10-09T21:32:50.764Z Downloaded tokio-macros v2.4.0
10382024-10-09T21:32:50.766Z Downloaded gethostname v0.5.0
10392024-10-09T21:32:50.766Z Downloaded rustc-demangle v0.1.24
10402024-10-09T21:32:50.769Z Downloaded socket2 v0.5.7
10412024-10-09T21:32:50.771Z Downloaded samael v0.0.17
10422024-10-09T21:32:50.776Z Downloaded tokio-native-tls v0.3.1
10432024-10-09T21:32:50.778Z Downloaded const_format v0.2.33
10442024-10-09T21:32:50.783Z Downloaded hickory-client v0.24.1
10452024-10-09T21:32:50.786Z Downloaded fallible-iterator v0.3.0
10462024-10-09T21:32:50.788Z Downloaded ref-cast v1.0.23
10472024-10-09T21:32:50.791Z Downloaded radium v0.7.0
10482024-10-09T21:32:50.793Z Downloaded r2d2 v0.8.10
10492024-10-09T21:32:50.793Z Downloaded quinn-udp v0.5.5
10502024-10-09T21:32:50.795Z Downloaded predicates v3.1.2
10512024-10-09T21:32:50.798Z Downloaded rustfmt-wrapper v0.2.1
10522024-10-09T21:32:50.798Z Downloaded socket2 v0.4.10
10532024-10-09T21:32:50.801Z Downloaded waitgroup v0.1.2
10542024-10-09T21:32:50.801Z Downloaded sync_wrapper v0.1.2
10552024-10-09T21:32:50.804Z Downloaded parse-display-derive v0.10.0
10562024-10-09T21:32:50.804Z Downloaded parse-display v0.10.0
10572024-10-09T21:32:50.804Z Downloaded openssl-macros v0.1.1
10582024-10-09T21:32:50.807Z Downloaded clang-sys v1.7.0
10592024-10-09T21:32:50.809Z Downloaded deranged v0.3.11
10602024-10-09T21:32:50.809Z Downloaded zone v0.1.8
10612024-10-09T21:32:50.811Z Downloaded uzers v0.11.3
10622024-10-09T21:32:50.811Z Downloaded memmap2 v0.9.4
10632024-10-09T21:32:50.814Z Downloaded libloading v0.8.3
10642024-10-09T21:32:50.816Z Downloaded structmeta-derive v0.3.0
10652024-10-09T21:32:50.816Z Downloaded openssl-probe v0.1.5
10662024-10-09T21:32:50.819Z Downloaded http-body v1.0.0
10672024-10-09T21:32:50.819Z Downloaded twox-hash v1.6.3
10682024-10-09T21:32:50.821Z Downloaded ipnet v2.10.0
10692024-10-09T21:32:50.821Z Downloaded num-derive v0.4.2
10702024-10-09T21:32:50.824Z Downloaded multimap v0.10.0
10712024-10-09T21:32:50.826Z Downloaded md-5 v0.10.6
10722024-10-09T21:32:50.826Z Downloaded csv-core v0.1.11
10732024-10-09T21:32:50.829Z Downloaded console v0.15.8
10742024-10-09T21:32:50.831Z Downloaded bcs v0.1.6
10752024-10-09T21:32:50.834Z Downloaded hyper-rustls v0.27.3
10762024-10-09T21:32:50.836Z Downloaded serde_plain v1.0.2
10772024-10-09T21:32:50.836Z Downloaded maplit v1.0.2
10782024-10-09T21:32:50.840Z Downloaded rtoolbox v0.0.2
10792024-10-09T21:32:50.840Z Downloaded mime v0.3.17
10802024-10-09T21:32:50.844Z Downloaded linked-hash-map v0.5.6
10812024-10-09T21:32:50.844Z Downloaded lalrpop-util v0.19.12
10822024-10-09T21:32:50.844Z Downloaded kstat-rs v0.2.4
10832024-10-09T21:32:50.847Z Downloaded crc-catalog v2.4.0
10842024-10-09T21:32:50.847Z Downloaded ahash v0.8.11
10852024-10-09T21:32:50.847Z Downloaded chacha20 v0.9.1
10862024-10-09T21:32:50.849Z Downloaded nu-ansi-term v0.50.0
10872024-10-09T21:32:50.852Z Downloaded block-padding v0.3.3
10882024-10-09T21:32:50.852Z Downloaded bitfield v0.14.0
10892024-10-09T21:32:50.855Z Downloaded newline-converter v0.3.0
10902024-10-09T21:32:50.855Z Downloaded async-bb8-diesel v0.2.1
10912024-10-09T21:32:50.858Z Downloaded mime_guess v2.0.4
10922024-10-09T21:32:50.861Z Downloaded humantime v2.1.0
10932024-10-09T21:32:50.861Z Downloaded hubpack v0.1.2
10942024-10-09T21:32:50.861Z Downloaded bitflags v1.3.2
10952024-10-09T21:32:50.864Z Downloaded http-body-util v0.1.2
10962024-10-09T21:32:50.866Z Downloaded castaway v0.2.3
10972024-10-09T21:32:50.866Z Downloaded atty v0.2.14
10982024-10-09T21:32:50.868Z Downloaded base64ct v1.6.0
10992024-10-09T21:32:50.871Z Downloaded constant_time_eq v0.3.0
11002024-10-09T21:32:50.871Z Downloaded bb8 v0.8.5
11012024-10-09T21:32:50.874Z Downloaded async-trait v0.1.83
11022024-10-09T21:32:50.876Z Downloaded libefi-sys v0.1.0
11032024-10-09T21:32:50.878Z Downloaded indoc v1.0.9
11042024-10-09T21:32:50.880Z Downloaded backoff v0.4.0
11052024-10-09T21:32:50.881Z Downloaded cookie_store v0.21.0
11062024-10-09T21:32:50.883Z Downloaded cobs v0.2.3
11072024-10-09T21:32:50.886Z Downloaded base16ct v0.2.0
11082024-10-09T21:32:50.886Z Downloaded cexpr v0.6.0
11092024-10-09T21:32:50.888Z Downloaded instability v0.3.2
11102024-10-09T21:32:50.888Z Downloaded arrayvec v0.7.4
11112024-10-09T21:32:50.890Z Downloaded is_ci v1.2.0
11122024-10-09T21:32:50.890Z Downloaded async-stream v0.3.5
11132024-10-09T21:32:50.893Z Downloaded cassowary v0.3.0
11142024-10-09T21:32:50.895Z Downloaded blowfish v0.9.1
11152024-10-09T21:32:50.895Z Downloaded bitfield-struct v0.6.1
11162024-10-09T21:32:50.898Z Downloaded adler2 v2.0.0
11172024-10-09T21:32:51.081Z Downloaded libz-sys v1.1.16
11182024-10-09T21:32:51.204Z Downloaded ring v0.17.8
11192024-10-09T21:32:51.302Z Downloaded libsqlite3-sys v0.30.1
11202024-10-09T21:32:51.468Z Compiling serde v1.0.210
11212024-10-09T21:32:51.471Z Compiling typenum v1.17.0
11222024-10-09T21:32:51.471Z Compiling generic-array v0.14.7
11232024-10-09T21:32:51.471Z Compiling lock_api v0.4.12
11242024-10-09T21:32:51.471Z Compiling subtle v2.5.0
11252024-10-09T21:32:51.620Z Compiling scopeguard v1.2.0
11262024-10-09T21:32:51.642Z Compiling syn v2.0.79
11272024-10-09T21:32:51.645Z Compiling getrandom v0.2.14
11282024-10-09T21:32:51.762Z Compiling value-bag v1.9.0
11292024-10-09T21:32:51.954Z Compiling rand_core v0.6.4
11302024-10-09T21:32:52.041Z Compiling const-oid v0.9.6
11312024-10-09T21:32:52.146Z Compiling jobserver v0.1.32
11322024-10-09T21:32:52.194Z Compiling log v0.4.22
11332024-10-09T21:32:52.313Z Compiling pin-project-lite v0.2.14
11342024-10-09T21:32:52.442Z Compiling smallvec v1.13.2
11352024-10-09T21:32:52.477Z Compiling cc v1.0.97
11362024-10-09T21:32:52.495Z Compiling parking_lot_core v0.9.10
11372024-10-09T21:32:52.816Z Compiling cpufeatures v0.2.12
11382024-10-09T21:32:52.912Z Compiling signal-hook-registry v1.4.2
11392024-10-09T21:32:53.041Z Compiling futures-core v0.3.30
11402024-10-09T21:32:53.067Z Compiling mio v1.0.2
11412024-10-09T21:32:53.291Z Compiling ahash v0.8.11
11422024-10-09T21:32:53.622Z Compiling parking_lot v0.12.2
11432024-10-09T21:32:53.653Z Compiling futures-sink v0.3.30
11442024-10-09T21:32:53.794Z Compiling spin v0.9.8
11452024-10-09T21:32:53.797Z Compiling socket2 v0.5.7
11462024-10-09T21:32:53.919Z Compiling slab v0.4.9
11472024-10-09T21:32:54.187Z Compiling tinyvec_macros v0.1.1
11482024-10-09T21:32:54.242Z Compiling base64ct v1.6.0
11492024-10-09T21:32:54.274Z Compiling tinyvec v1.6.0
11502024-10-09T21:32:54.356Z Compiling libm v0.2.8
11512024-10-09T21:32:54.413Z Compiling serde_json v1.0.128
11522024-10-09T21:32:54.514Z Compiling allocator-api2 v0.2.18
11532024-10-09T21:32:54.802Z Compiling pem-rfc7468 v0.7.0
11542024-10-09T21:32:55.061Z Compiling num-traits v0.2.19
11552024-10-09T21:32:55.064Z Compiling flagset v0.4.5
11562024-10-09T21:32:55.088Z Compiling unicode-bidi v0.3.15
11572024-10-09T21:32:55.377Z Compiling futures-channel v0.3.30
11582024-10-09T21:32:55.442Z Compiling futures-io v0.3.30
11592024-10-09T21:32:55.588Z Compiling futures-task v0.3.30
11602024-10-09T21:32:55.779Z Compiling pin-utils v0.1.0
11612024-10-09T21:32:55.800Z Compiling pkg-config v0.3.30
11622024-10-09T21:32:55.879Z Compiling unicode-normalization v0.1.23
11632024-10-09T21:32:55.900Z Compiling vcpkg v0.2.15
11642024-10-09T21:32:55.903Z Compiling crossbeam-utils v0.8.19
11652024-10-09T21:32:56.633Z Compiling tracing-core v0.1.32
11662024-10-09T21:32:56.654Z Compiling ring v0.17.8
11672024-10-09T21:32:56.993Z Compiling percent-encoding v2.3.1
11682024-10-09T21:32:57.343Z Compiling ppv-lite86 v0.2.17
11692024-10-09T21:32:57.359Z Compiling httparse v1.8.0
11702024-10-09T21:32:57.780Z Compiling rustls-pki-types v1.7.0
11712024-10-09T21:32:57.985Z Compiling openssl-sys v0.9.103
11722024-10-09T21:32:57.985Z Compiling rand_chacha v0.3.1
11732024-10-09T21:32:58.018Z Compiling rustix v0.38.37
11742024-10-09T21:32:58.448Z Compiling rand v0.8.5
11752024-10-09T21:32:58.573Z Compiling atomic-waker v1.1.2
11762024-10-09T21:32:58.814Z Compiling untrusted v0.9.0
11772024-10-09T21:32:58.960Z Compiling time-core v0.1.2
11782024-10-09T21:32:58.998Z Compiling openssl v0.10.66
11792024-10-09T21:32:59.110Z Compiling num-conv v0.1.0
11802024-10-09T21:32:59.134Z Compiling powerfmt v0.2.0
11812024-10-09T21:32:59.263Z Compiling foreign-types-shared v0.1.1
11822024-10-09T21:32:59.373Z Compiling rustversion v1.0.17
11832024-10-09T21:32:59.393Z Compiling try-lock v0.2.5
11842024-10-09T21:32:59.439Z Compiling time-macros v0.2.18
11852024-10-09T21:32:59.503Z Compiling want v0.3.1
11862024-10-09T21:32:59.531Z Compiling deranged v0.3.11
11872024-10-09T21:32:59.802Z Compiling foreign-types v0.3.2
11882024-10-09T21:33:00.336Z Compiling form_urlencoded v1.2.1
11892024-10-09T21:33:00.380Z Compiling aho-corasick v1.1.3
11902024-10-09T21:33:00.645Z Compiling regex-syntax v0.8.4
11912024-10-09T21:33:00.852Z Compiling num_threads v0.1.7
11922024-10-09T21:33:00.977Z Compiling native-tls v0.2.11
11932024-10-09T21:33:01.241Z Compiling syn v1.0.109
11942024-10-09T21:33:01.298Z Compiling siphasher v0.3.11
11952024-10-09T21:33:01.368Z Compiling httpdate v1.0.3
11962024-10-09T21:33:01.674Z Compiling rustls v0.23.10
11972024-10-09T21:33:01.825Z Compiling base64 v0.22.1
11982024-10-09T21:33:01.969Z Compiling crossbeam-epoch v0.9.18
11992024-10-09T21:33:02.582Z Compiling idna v0.5.0
12002024-10-09T21:33:02.626Z Compiling time v0.3.36
12012024-10-09T21:33:02.674Z Compiling lazy_static v1.5.0
12022024-10-09T21:33:02.790Z Compiling cookie v0.18.1
12032024-10-09T21:33:03.075Z Compiling rayon-core v1.12.1
12042024-10-09T21:33:03.276Z Compiling tower-service v0.3.2
12052024-10-09T21:33:03.352Z Compiling iana-time-zone v0.1.60
12062024-10-09T21:33:03.406Z Compiling either v1.13.0
12072024-10-09T21:33:03.825Z Compiling finl_unicode v1.2.0
12082024-10-09T21:33:03.847Z Compiling openssl-probe v0.1.5
12092024-10-09T21:33:04.069Z Compiling regex-automata v0.4.6
12102024-10-09T21:33:04.183Z Compiling slog v2.7.0
12112024-10-09T21:33:04.421Z Compiling stringprep v0.1.4
12122024-10-09T21:33:04.841Z Compiling url v2.5.2
12132024-10-09T21:33:05.590Z Compiling rustls-webpki v0.102.4
12142024-10-09T21:33:05.684Z Compiling crossbeam-deque v0.8.5
12152024-10-09T21:33:05.793Z Compiling serde_derive v1.0.210
12162024-10-09T21:33:06.014Z Compiling zeroize_derive v1.4.2
12172024-10-09T21:33:06.717Z Compiling zerocopy-derive v0.7.34
12182024-10-09T21:33:07.149Z Compiling tokio-macros v2.4.0
12192024-10-09T21:33:07.249Z Compiling der_derive v0.7.2
12202024-10-09T21:33:07.626Z Compiling zeroize v1.8.1
12212024-10-09T21:33:07.650Z Compiling thiserror-impl v1.0.64
12222024-10-09T21:33:07.789Z Compiling futures-macro v0.3.30
12232024-10-09T21:33:08.786Z Compiling tracing-attributes v0.1.27
12242024-10-09T21:33:08.932Z Compiling zerocopy v0.7.34
12252024-10-09T21:33:09.422Z Compiling crypto-common v0.1.6
12262024-10-09T21:33:09.661Z Compiling block-buffer v0.10.4
12272024-10-09T21:33:09.760Z Compiling block-padding v0.3.3
12282024-10-09T21:33:09.792Z Compiling der v0.7.9
12292024-10-09T21:33:09.951Z Compiling digest v0.10.7
12302024-10-09T21:33:10.014Z Compiling inout v0.1.3
12312024-10-09T21:33:10.296Z Compiling cipher v0.4.4
12322024-10-09T21:33:10.439Z Compiling hmac v0.12.1
12332024-10-09T21:33:10.692Z Compiling sha2 v0.10.8
12342024-10-09T21:33:10.785Z Compiling salsa20 v0.10.2
12352024-10-09T21:33:11.014Z Compiling pbkdf2 v0.12.2
12362024-10-09T21:33:11.033Z Compiling thiserror v1.0.64
12372024-10-09T21:33:11.169Z Compiling futures-util v0.3.30
12382024-10-09T21:33:11.185Z Compiling hashbrown v0.14.5
12392024-10-09T21:33:11.262Z Compiling scrypt v0.11.0
12402024-10-09T21:33:11.802Z Compiling aes v0.8.4
12412024-10-09T21:33:12.585Z Compiling spki v0.7.3
12422024-10-09T21:33:12.639Z Compiling cbc v0.1.2
12432024-10-09T21:33:12.873Z Compiling pkcs5 v0.7.1
12442024-10-09T21:33:12.938Z Compiling pest v2.7.10
12452024-10-09T21:33:13.100Z Compiling tracing v0.1.40
12462024-10-09T21:33:13.576Z Compiling pkcs8 v0.10.2
12472024-10-09T21:33:14.057Z Compiling scroll_derive v0.12.0
12482024-10-09T21:33:14.213Z Compiling openssl-macros v0.1.1
12492024-10-09T21:33:14.264Z Compiling signature v2.2.0
12502024-10-09T21:33:14.544Z Compiling md-5 v0.10.6
12512024-10-09T21:33:14.981Z Compiling num-integer v0.1.46
12522024-10-09T21:33:15.614Z Compiling pest_meta v2.7.10
12532024-10-09T21:33:15.717Z Compiling scroll v0.12.0
12542024-10-09T21:33:15.939Z Compiling idna v0.3.0
12552024-10-09T21:33:16.288Z Compiling goblin v0.8.2
12562024-10-09T21:33:16.805Z Compiling pest_generator v2.7.10
12572024-10-09T21:33:17.274Z Compiling backtrace v0.3.71
12582024-10-09T21:33:17.571Z Compiling ff v0.13.0
12592024-10-09T21:33:17.761Z Compiling hash32 v0.2.1
12602024-10-09T21:33:17.799Z Compiling signal-hook v0.3.17
12612024-10-09T21:33:18.091Z Compiling base16ct v0.2.0
12622024-10-09T21:33:18.149Z Compiling portable-atomic v1.6.0
12632024-10-09T21:33:18.421Z Compiling stable_deref_trait v1.2.0
12642024-10-09T21:33:18.530Z Compiling gimli v0.28.1
12652024-10-09T21:33:18.869Z Compiling smoltcp v0.9.1
12662024-10-09T21:33:19.192Z Compiling crc32fast v1.4.0
12672024-10-09T21:33:19.611Z Compiling psl-types v2.0.11
12682024-10-09T21:33:19.701Z Compiling num-bigint-dig v0.8.4
12692024-10-09T21:33:19.838Z Compiling fallible-iterator v0.2.0
12702024-10-09T21:33:20.062Z Compiling bytes v1.7.2
12712024-10-09T21:33:20.284Z Compiling bitflags v2.6.0
12722024-10-09T21:33:20.556Z Compiling indexmap v2.5.0
12732024-10-09T21:33:20.727Z Compiling semver v1.0.23
12742024-10-09T21:33:21.427Z Compiling tokio v1.39.3
12752024-10-09T21:33:21.526Z Compiling rustc_version v0.4.0
12762024-10-09T21:33:22.065Z Compiling http v1.1.0
12772024-10-09T21:33:22.308Z Compiling pest_derive v2.7.10
12782024-10-09T21:33:23.657Z Compiling http-body v1.0.0
12792024-10-09T21:33:23.758Z Compiling dtrace-parser v0.2.0
12802024-10-09T21:33:23.898Z Compiling dof v0.3.0
12812024-10-09T21:33:24.545Z Compiling heapless v0.7.17
12822024-10-09T21:33:26.033Z Compiling uuid v1.10.0
12832024-10-09T21:33:26.216Z Compiling usdt-impl v0.5.0
12842024-10-09T21:33:26.559Z Compiling curve25519-dalek v4.1.3
12852024-10-09T21:33:27.213Z Compiling serde_tokenstream v0.2.2
12862024-10-09T21:33:27.459Z Compiling serde_spanned v0.6.7
12872024-10-09T21:33:27.686Z Compiling toml_datetime v0.6.8
12882024-10-09T21:33:27.770Z Compiling chrono v0.4.38
12892024-10-09T21:33:27.810Z Compiling adler v1.0.2
12902024-10-09T21:33:28.039Z Compiling miniz_oxide v0.7.2
12912024-10-09T21:33:28.275Z Compiling terminal_size v0.3.0
12922024-10-09T21:33:28.428Z Compiling http-body-util v0.1.2
12932024-10-09T21:33:28.476Z Compiling addr2line v0.21.0
12942024-10-09T21:33:28.844Z Compiling postgres-protocol v0.6.7
12952024-10-09T21:33:28.924Z Compiling hubpack_derive v0.1.1
12962024-10-09T21:33:28.962Z Compiling publicsuffix v2.2.3
12972024-10-09T21:33:29.244Z Compiling sec1 v0.7.3
12982024-10-09T21:33:29.323Z Compiling group v0.13.0
12992024-10-09T21:33:29.486Z Compiling tokio-util v0.7.12
13002024-10-09T21:33:29.627Z Compiling tokio-rustls v0.26.0
13012024-10-09T21:33:29.844Z Compiling num-iter v0.1.45
13022024-10-09T21:33:29.885Z Compiling hkdf v0.12.4
13032024-10-09T21:33:30.023Z Compiling crypto-bigint v0.5.5
13042024-10-09T21:33:30.143Z Compiling async-trait v0.1.83
13052024-10-09T21:33:30.163Z Compiling curve25519-dalek-derive v0.1.1
13062024-10-09T21:33:30.927Z Compiling h2 v0.4.6
13072024-10-09T21:33:31.712Z Compiling zerocopy-derive v0.6.6
13082024-10-09T21:33:31.875Z Compiling tokio-native-tls v0.3.1
13092024-10-09T21:33:32.866Z Compiling phf_shared v0.11.2
13102024-10-09T21:33:32.962Z Compiling serde_derive_internals v0.29.1
13112024-10-09T21:33:33.144Z Compiling webpki-roots v0.26.3
13122024-10-09T21:33:33.258Z Compiling object v0.32.2
13132024-10-09T21:33:33.364Z Compiling fs-err v2.11.0
13142024-10-09T21:33:33.573Z Compiling winnow v0.5.40
13152024-10-09T21:33:33.649Z Compiling adler2 v2.0.0
13162024-10-09T21:33:33.866Z Compiling rustc-demangle v0.1.24
13172024-10-09T21:33:33.869Z Compiling schemars v0.8.21
13182024-10-09T21:33:34.233Z Compiling ipnet v2.10.0
13192024-10-09T21:33:34.904Z Compiling managed v0.8.0
13202024-10-09T21:33:35.362Z Compiling anyhow v1.0.89
13212024-10-09T21:33:35.539Z Compiling bitflags v1.3.2
13222024-10-09T21:33:35.833Z Compiling schemars_derive v0.8.21
13232024-10-09T21:33:36.057Z Compiling zerocopy v0.6.6
13242024-10-09T21:33:36.172Z Compiling miniz_oxide v0.8.0
13252024-10-09T21:33:36.495Z Compiling console v0.15.8
13262024-10-09T21:33:36.893Z Compiling clap_builder v4.5.18
13272024-10-09T21:33:37.376Z Compiling toml_edit v0.19.15
13282024-10-09T21:33:37.709Z Compiling phf v0.11.2
13292024-10-09T21:33:37.813Z Compiling hyper v1.4.1
13302024-10-09T21:33:37.975Z Compiling elliptic-curve v0.13.8
13312024-10-09T21:33:38.001Z Compiling cookie_store v0.21.0
13322024-10-09T21:33:39.144Z Compiling rayon v1.10.0
13332024-10-09T21:33:39.530Z Compiling postgres-types v0.2.8
13342024-10-09T21:33:40.539Z Compiling hyper-util v0.1.9
13352024-10-09T21:33:41.939Z Compiling hubpack v0.1.2
13362024-10-09T21:33:43.369Z Compiling hyper-rustls v0.27.3
13372024-10-09T21:33:43.605Z Compiling hyper-tls v0.6.0
13382024-10-09T21:33:44.007Z Compiling usdt-attr-macro v0.5.0
13392024-10-09T21:33:44.307Z Compiling usdt-macro v0.5.0
13402024-10-09T21:33:44.547Z Compiling serde_urlencoded v0.7.1
13412024-10-09T21:33:45.112Z Compiling serde-big-array v0.5.1
13422024-10-09T21:33:45.192Z Compiling futures-executor v0.3.30
13432024-10-09T21:33:45.318Z Compiling ed25519 v2.2.3
13442024-10-09T21:33:45.339Z Compiling pkcs1 v0.7.5
13452024-10-09T21:33:45.714Z Compiling rfc6979 v0.4.0
13462024-10-09T21:33:45.762Z Compiling regex v1.10.6
13472024-10-09T21:33:45.847Z Compiling bstr v1.9.1
13482024-10-09T21:33:45.895Z Compiling clap_derive v4.5.18
13492024-10-09T21:33:45.987Z Compiling serde_repr v0.1.19
13502024-10-09T21:33:46.289Z Compiling strum_macros v0.25.3
13512024-10-09T21:33:46.832Z Compiling enum-as-inner v0.6.0
13522024-10-09T21:33:46.894Z Compiling rustls-pemfile v2.1.3
13532024-10-09T21:33:47.197Z Compiling phf_shared v0.10.0
13542024-10-09T21:33:47.338Z Compiling float-cmp v0.9.0
13552024-10-09T21:33:47.361Z Compiling idna v0.4.0
13562024-10-09T21:33:47.543Z Compiling sync_wrapper v1.0.1
13572024-10-09T21:33:47.591Z Compiling mio v0.8.11
13582024-10-09T21:33:47.649Z Compiling encoding_rs v0.8.34
13592024-10-09T21:33:47.696Z Compiling fixedbitset v0.4.2
13602024-10-09T21:33:47.901Z Compiling minimal-lexical v0.2.1
13612024-10-09T21:33:48.121Z Compiling number_prefix v0.4.0
13622024-10-09T21:33:48.341Z Compiling new_debug_unreachable v1.0.6
13632024-10-09T21:33:48.406Z Compiling data-encoding v2.6.0
13642024-10-09T21:33:48.442Z Compiling dyn-clone v1.0.17
13652024-10-09T21:33:48.645Z Compiling unicode-segmentation v1.11.0
13662024-10-09T21:33:48.867Z Compiling difflib v0.4.0
13672024-10-09T21:33:48.912Z Compiling static_assertions v1.1.0
13682024-10-09T21:33:49.015Z Compiling predicates-core v1.0.6
13692024-10-09T21:33:49.368Z Compiling mime v0.3.17
13702024-10-09T21:33:49.498Z Compiling whoami v1.5.2
13712024-10-09T21:33:50.011Z Compiling normalize-line-endings v0.3.0
13722024-10-09T21:33:50.142Z Compiling precomputed-hash v0.1.1
13732024-10-09T21:33:50.203Z Compiling bit-vec v0.6.3
13742024-10-09T21:33:50.258Z Compiling string_cache v0.8.7
13752024-10-09T21:33:50.283Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13762024-10-09T21:33:50.447Z Compiling predicates v3.1.2
13772024-10-09T21:33:50.633Z Compiling bit-set v0.5.3
13782024-10-09T21:33:50.707Z Compiling reqwest v0.12.7
13792024-10-09T21:33:50.822Z Compiling tokio-postgres v0.7.12
13802024-10-09T21:33:50.843Z Compiling clap v4.5.18
13812024-10-09T21:33:50.914Z Compiling similar v2.6.0
13822024-10-09T21:33:50.956Z Compiling hickory-proto v0.24.1
13832024-10-09T21:33:52.104Z Compiling toml_edit v0.22.22
13842024-10-09T21:33:53.307Z Compiling indicatif v0.17.8
13852024-10-09T21:33:55.527Z Compiling nom v7.1.3
13862024-10-09T21:33:55.956Z Compiling signal-hook-mio v0.2.4
13872024-10-09T21:33:56.045Z Compiling petgraph v0.6.5
13882024-10-09T21:33:56.124Z Compiling usdt v0.5.0
13892024-10-09T21:33:56.486Z Compiling ecdsa v0.16.9
13902024-10-09T21:33:56.605Z Compiling rsa v0.9.6
13912024-10-09T21:33:56.925Z Compiling ed25519-dalek v2.1.1
13922024-10-09T21:33:57.333Z Compiling futures v0.3.30
13932024-10-09T21:33:57.456Z Compiling flate2 v1.0.34
13942024-10-09T21:33:58.431Z Compiling toml v0.7.8
13952024-10-09T21:33:59.193Z Compiling tokio-stream v0.1.16
13962024-10-09T21:33:59.984Z Compiling openapiv3 v2.0.0
13972024-10-09T21:34:00.007Z Compiling hex v0.4.3
13982024-10-09T21:34:00.169Z Compiling x509-cert v0.2.5
13992024-10-09T21:34:00.267Z Compiling sha1 v0.10.6
14002024-10-09T21:34:00.283Z Compiling itertools v0.10.5
14012024-10-09T21:34:00.598Z Compiling itertools v0.12.1
14022024-10-09T21:34:00.684Z Compiling dirs-sys-next v0.1.2
14032024-10-09T21:34:01.107Z Compiling peg-runtime v0.8.3
14042024-10-09T21:34:01.344Z Compiling lalrpop-util v0.19.12
14052024-10-09T21:34:01.704Z Compiling unicode-xid v0.2.4
14062024-10-09T21:34:01.770Z Compiling dirs-next v2.0.0
14072024-10-09T21:34:01.887Z Compiling thread_local v1.1.8
14082024-10-09T21:34:01.971Z Compiling slog-async v2.8.0
14092024-10-09T21:34:02.435Z Compiling term v0.7.0
14102024-10-09T21:34:02.593Z Compiling xattr v1.3.1
14112024-10-09T21:34:02.858Z Compiling strum_macros v0.26.4
14122024-10-09T21:34:03.048Z Compiling crossbeam-channel v0.5.12
14132024-10-09T21:34:03.068Z Compiling filetime v0.2.25
14142024-10-09T21:34:03.373Z Compiling is-terminal v0.4.12
14152024-10-09T21:34:03.503Z Compiling take_mut v0.2.2
14162024-10-09T21:34:03.665Z Compiling slog-term v2.9.1
14172024-10-09T21:34:03.685Z Compiling tar v0.4.42
14182024-10-09T21:34:04.114Z Compiling camino v1.1.9
14192024-10-09T21:34:04.865Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14202024-10-09T21:34:05.938Z Compiling strum v0.26.3
14212024-10-09T21:34:06.013Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14222024-10-09T21:34:11.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
14232024-10-09T21:34:11.509Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14242024-10-09T21:34:11.555ZOct 09 21:34:10.997 INFO Starting download, target: Clickhouse
14252024-10-09T21:34:11.555ZOct 09 21:34:10.997 INFO Starting download, target: Cockroach
14262024-10-09T21:34:11.555ZOct 09 21:34:10.997 INFO Starting download, target: Console
14272024-10-09T21:34:11.555ZOct 09 21:34:10.997 INFO Starting download, target: DendriteOpenapi
14282024-10-09T21:34:11.558ZOct 09 21:34:10.997 INFO Starting download, target: DendriteStub
14292024-10-09T21:34:11.558ZOct 09 21:34:10.997 INFO Starting download, target: MaghemiteMgd
14302024-10-09T21:34:11.558ZOct 09 21:34:10.997 INFO Starting download, target: TransceiverControl
14312024-10-09T21:34:11.559ZOct 09 21:34:10.998 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14322024-10-09T21:34:11.559ZOct 09 21:34:10.998 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14332024-10-09T21:34:11.559ZOct 09 21:34:10.998 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14342024-10-09T21:34:11.559ZOct 09 21:34:10.998 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14352024-10-09T21:34:11.559ZOct 09 21:34:10.998 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14362024-10-09T21:34:11.559ZOct 09 21:34:10.998 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14372024-10-09T21:34:11.559ZOct 09 21:34:10.998 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14382024-10-09T21:34:11.822ZOct 09 21:34:11.260 INFO Download complete, target: DendriteOpenapi
14392024-10-09T21:34:11.859ZOct 09 21:34:11.299 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14402024-10-09T21:34:12.129ZOct 09 21:34:11.566 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14412024-10-09T21:34:12.231ZOct 09 21:34:11.673 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14422024-10-09T21:34:12.245ZOct 09 21:34:11.687 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14432024-10-09T21:34:12.495ZOct 09 21:34:11.936 INFO Download complete, target: Console
14442024-10-09T21:34:12.633ZOct 09 21:34:12.075 INFO Download complete, target: TransceiverControl
14452024-10-09T21:34:12.799ZOct 09 21:34:12.241 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14462024-10-09T21:34:12.799ZOct 09 21:34:12.241 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14472024-10-09T21:34:13.847ZOct 09 21:34:13.289 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14482024-10-09T21:34:15.394ZOct 09 21:34:14.834 INFO Download complete, target: DendriteStub
14492024-10-09T21:34:15.515ZOct 09 21:34:14.956 INFO Download complete, target: MaghemiteMgd
14502024-10-09T21:34:21.128ZOct 09 21:34:20.568 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14512024-10-09T21:34:21.392ZOct 09 21:34:20.832 INFO Checking that binary works, target: Cockroach
14522024-10-09T21:34:21.549ZOct 09 21:34:20.989 INFO Download complete, target: Cockroach
14532024-10-09T21:34:27.803ZOct 09 21:34:27.243 INFO Checking that binary works, target: Clickhouse
14542024-10-09T21:34:27.949ZOct 09 21:34:27.384 INFO Download complete, target: Clickhouse
14552024-10-09T21:34:27.966ZAll builder prerequisites installed successfully, and PATH looks valid
14562024-10-09T21:34:27.969Z
14572024-10-09T21:34:27.969Zreal 4:03.699443397
14582024-10-09T21:34:27.969Zuser 11:49.340731020
14592024-10-09T21:34:27.969Zsys 2:31.162586193
14602024-10-09T21:34:27.969Ztrap 0.419813378
14612024-10-09T21:34:27.969Ztflt 1.574474692
14622024-10-09T21:34:27.969Zdflt 1.597893665
14632024-10-09T21:34:27.969Zkflt 0.017811650
14642024-10-09T21:34:27.969Zlock 23:31.087724549
14652024-10-09T21:34:27.969Zslp 46:00.981526424
14662024-10-09T21:34:27.969Zlat 43.716808158
14672024-10-09T21:34:27.969Zstop 1:58.719687547
14682024-10-09T21:34:27.969Z+ banner hack-check
14692024-10-09T21:34:27.973Z
14702024-10-09T21:34:27.973Z # # ## #### # # #### # # ###### #### # #
14712024-10-09T21:34:27.973Z # # # # # # # # # # # # # # # # #
14722024-10-09T21:34:27.973Z ###### # # # #### ##### # ###### ##### # ####
14732024-10-09T21:34:27.973Z # # ###### # # # # # # # # # #
14742024-10-09T21:34:27.973Z # # # # # # # # # # # # # # # # #
14752024-10-09T21:34:27.973Z # # # # #### # # #### # # ###### #### # #
14762024-10-09T21:34:27.974Z
14772024-10-09T21:34:27.974Z+ export CARGO_INCREMENTAL=0
14782024-10-09T21:34:27.974Z+ CARGO_INCREMENTAL=0
14792024-10-09T21:34:27.974Z+ ptime -m timeout 2h cargo xtask check-features --ci
14802024-10-09T21:34:28.525Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14812024-10-09T21:34:32.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
14822024-10-09T21:34:32.535Z Running `target/debug/xtask check-features --ci`
14832024-10-09T21:34:32.555Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14842024-10-09T21:34:32.555Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14852024-10-09T21:34:33.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
14862024-10-09T21:34:33.070Z Running `target/debug/xtask download cargo-hack`
14872024-10-09T21:34:33.928Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14882024-10-09T21:34:34.289Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14892024-10-09T21:34:38.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
14902024-10-09T21:34:38.832Z Running `target/debug/xtask-downloader cargo-hack`
14912024-10-09T21:34:38.868ZOct 09 21:34:38.306 INFO Starting download, target: CargoHack
14922024-10-09T21:34:38.871ZOct 09 21:34:38.307 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14932024-10-09T21:34:39.421ZOct 09 21:34:38.859 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14942024-10-09T21:34:39.516ZOct 09 21:34:38.954 INFO Download complete, target: CargoHack
14952024-10-09T21:34:39.519Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14962024-10-09T21:34:39.535Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14972024-10-09T21:34:39.690Zinfo: running `cargo check --bins` on api_identity (1/164)
14982024-10-09T21:34:40.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14992024-10-09T21:34:40.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15002024-10-09T21:34:40.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15012024-10-09T21:34:40.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15022024-10-09T21:34:40.295Z
15032024-10-09T21:34:40.295Zinfo: running `cargo check --bins` on bootstore (2/164)
15042024-10-09T21:34:40.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15052024-10-09T21:34:40.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15062024-10-09T21:34:40.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15072024-10-09T21:34:40.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15082024-10-09T21:34:40.946Z
15092024-10-09T21:34:40.946Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/164)
15102024-10-09T21:34:41.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15112024-10-09T21:34:41.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15122024-10-09T21:34:41.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15132024-10-09T21:34:41.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15142024-10-09T21:34:41.577Z
15152024-10-09T21:34:41.577Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/164)
15162024-10-09T21:34:42.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15172024-10-09T21:34:42.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15182024-10-09T21:34:42.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15192024-10-09T21:34:42.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15202024-10-09T21:34:42.210Z
15212024-10-09T21:34:42.210Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/164)
15222024-10-09T21:34:42.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15232024-10-09T21:34:42.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15242024-10-09T21:34:42.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15252024-10-09T21:34:42.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15262024-10-09T21:34:42.668Z
15272024-10-09T21:34:42.668Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/164)
15282024-10-09T21:34:43.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-10-09T21:34:43.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-10-09T21:34:43.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-10-09T21:34:43.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15322024-10-09T21:34:43.135Z
15332024-10-09T21:34:43.135Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/164)
15342024-10-09T21:34:43.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-10-09T21:34:43.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-10-09T21:34:43.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-10-09T21:34:43.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15382024-10-09T21:34:43.589Z
15392024-10-09T21:34:43.589Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/164)
15402024-10-09T21:34:44.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-10-09T21:34:44.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-10-09T21:34:44.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-10-09T21:34:44.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15442024-10-09T21:34:44.057Z
15452024-10-09T21:34:44.058Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/164)
15462024-10-09T21:34:44.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-10-09T21:34:44.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-10-09T21:34:44.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-10-09T21:34:44.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15502024-10-09T21:34:44.519Z
15512024-10-09T21:34:44.519Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/164)
15522024-10-09T21:34:44.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-10-09T21:34:44.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-10-09T21:34:44.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-10-09T21:34:44.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15562024-10-09T21:34:44.985Z
15572024-10-09T21:34:44.985Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/164)
15582024-10-09T21:34:45.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-10-09T21:34:45.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-10-09T21:34:45.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-10-09T21:34:45.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15622024-10-09T21:34:45.447Z
15632024-10-09T21:34:45.447Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/164)
15642024-10-09T21:34:45.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-10-09T21:34:45.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-10-09T21:34:45.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-10-09T21:34:45.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15682024-10-09T21:34:45.911Z
15692024-10-09T21:34:45.911Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/164)
15702024-10-09T21:34:46.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-10-09T21:34:46.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-10-09T21:34:46.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15732024-10-09T21:34:46.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15742024-10-09T21:34:46.380Z
15752024-10-09T21:34:46.380Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/164)
15762024-10-09T21:34:46.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15772024-10-09T21:34:46.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15782024-10-09T21:34:46.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15792024-10-09T21:34:46.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15802024-10-09T21:34:46.835Z
15812024-10-09T21:34:46.836Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/164)
15822024-10-09T21:34:47.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15832024-10-09T21:34:47.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15842024-10-09T21:34:47.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15852024-10-09T21:34:47.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15862024-10-09T21:34:47.292Z
15872024-10-09T21:34:47.292Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/164)
15882024-10-09T21:34:47.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15892024-10-09T21:34:47.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15902024-10-09T21:34:47.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15912024-10-09T21:34:47.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15922024-10-09T21:34:47.743Z
15932024-10-09T21:34:47.743Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/164)
15942024-10-09T21:34:48.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15952024-10-09T21:34:48.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15962024-10-09T21:34:48.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15972024-10-09T21:34:48.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15982024-10-09T21:34:48.196Z
15992024-10-09T21:34:48.196Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/164)
16002024-10-09T21:34:48.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16012024-10-09T21:34:48.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16022024-10-09T21:34:48.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16032024-10-09T21:34:48.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16042024-10-09T21:34:48.660Z
16052024-10-09T21:34:48.660Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/164)
16062024-10-09T21:34:49.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16072024-10-09T21:34:49.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16082024-10-09T21:34:49.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16092024-10-09T21:34:49.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16102024-10-09T21:34:49.118Z
16112024-10-09T21:34:49.118Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/164)
16122024-10-09T21:34:49.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-10-09T21:34:49.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-10-09T21:34:49.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-10-09T21:34:49.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16162024-10-09T21:34:49.583Z
16172024-10-09T21:34:49.583Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/164)
16182024-10-09T21:34:50.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-10-09T21:34:50.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-10-09T21:34:50.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-10-09T21:34:50.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16222024-10-09T21:34:50.042Z
16232024-10-09T21:34:50.042Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/164)
16242024-10-09T21:34:50.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-10-09T21:34:50.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-10-09T21:34:50.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-10-09T21:34:50.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16282024-10-09T21:34:50.504Z
16292024-10-09T21:34:50.504Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/164)
16302024-10-09T21:34:50.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-10-09T21:34:50.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-10-09T21:34:50.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-10-09T21:34:50.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16342024-10-09T21:34:50.972Z
16352024-10-09T21:34:50.972Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/164)
16362024-10-09T21:34:51.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-10-09T21:34:51.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-10-09T21:34:51.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-10-09T21:34:51.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16402024-10-09T21:34:51.511Z
16412024-10-09T21:34:51.511Zinfo: running `cargo check --bins` on sled-hardware-types (25/164)
16422024-10-09T21:34:52.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-10-09T21:34:52.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-10-09T21:34:52.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-10-09T21:34:52.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16462024-10-09T21:34:52.109Z
16472024-10-09T21:34:52.109Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/164)
16482024-10-09T21:34:52.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-10-09T21:34:52.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-10-09T21:34:52.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-10-09T21:34:52.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16522024-10-09T21:34:52.761Z
16532024-10-09T21:34:52.761Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/164)
16542024-10-09T21:34:53.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-10-09T21:34:53.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-10-09T21:34:53.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-10-09T21:34:53.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16582024-10-09T21:34:53.414Z
16592024-10-09T21:34:53.414Zinfo: running `cargo check --bins` on oxlog (28/164)
16602024-10-09T21:34:53.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-10-09T21:34:53.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-10-09T21:34:54.039Z Checking cfg-if v1.0.0
16632024-10-09T21:34:54.042Z Checking libc v0.2.159
16642024-10-09T21:34:54.129Z Checking typenum v1.17.0
16652024-10-09T21:34:54.144Z Checking serde v1.0.210
16662024-10-09T21:34:54.146Z Checking zeroize v1.8.1
16672024-10-09T21:34:54.160Z Checking memchr v2.7.2
16682024-10-09T21:34:54.175Z Checking subtle v2.5.0
16692024-10-09T21:34:54.177Z Checking scopeguard v1.2.0
16702024-10-09T21:34:54.200Z Checking byteorder v1.5.0
16712024-10-09T21:34:54.305Z Checking lock_api v0.4.12
16722024-10-09T21:34:54.393Z Checking const-oid v0.9.6
16732024-10-09T21:34:54.432Z Checking value-bag v1.9.0
16742024-10-09T21:34:54.600Z Checking once_cell v1.19.0
16752024-10-09T21:34:54.691Z Checking itoa v1.0.11
16762024-10-09T21:34:54.852Z Checking log v0.4.22
16772024-10-09T21:34:54.905Z Checking smallvec v1.13.2
16782024-10-09T21:34:54.908Z Checking pin-project-lite v0.2.14
16792024-10-09T21:34:55.029Z Checking zerocopy v0.7.34
16802024-10-09T21:34:55.043Z Checking cpufeatures v0.2.12
16812024-10-09T21:34:55.131Z Checking futures-core v0.3.30
16822024-10-09T21:34:55.256Z Checking futures-sink v0.3.30
16832024-10-09T21:34:55.287Z Checking getrandom v0.2.14
16842024-10-09T21:34:55.301Z Checking parking_lot_core v0.9.10
16852024-10-09T21:34:55.348Z Checking signal-hook-registry v1.4.2
16862024-10-09T21:34:55.396Z Checking mio v1.0.2
16872024-10-09T21:34:55.411Z Checking generic-array v0.14.7
16882024-10-09T21:34:55.530Z Checking rand_core v0.6.4
16892024-10-09T21:34:55.586Z Checking socket2 v0.5.7
16902024-10-09T21:34:55.624Z Checking parking_lot v0.12.2
16912024-10-09T21:34:55.811Z Checking spin v0.9.8
16922024-10-09T21:34:55.942Z Checking tinyvec_macros v0.1.1
16932024-10-09T21:34:55.966Z Checking allocator-api2 v0.2.18
16942024-10-09T21:34:56.021Z Checking tinyvec v1.6.0
16952024-10-09T21:34:56.061Z Checking base64ct v1.6.0
16962024-10-09T21:34:56.158Z Checking slab v0.4.9
16972024-10-09T21:34:56.175Z Checking equivalent v1.0.1
16982024-10-09T21:34:56.272Z Checking unicode-bidi v0.3.15
16992024-10-09T21:34:56.422Z Checking flagset v0.4.5
17002024-10-09T21:34:56.440Z Checking ahash v0.8.11
17012024-10-09T21:34:56.481Z Checking pem-rfc7468 v0.7.0
17022024-10-09T21:34:56.571Z Checking futures-channel v0.3.30
17032024-10-09T21:34:56.585Z Checking crypto-common v0.1.6
17042024-10-09T21:34:56.597Z Checking block-buffer v0.10.4
17052024-10-09T21:34:56.723Z Checking block-padding v0.3.3
17062024-10-09T21:34:56.749Z Checking der v0.7.9
17072024-10-09T21:34:56.793Z Checking digest v0.10.7
17082024-10-09T21:34:56.862Z Checking libm v0.2.8
17092024-10-09T21:34:56.906Z Checking inout v0.1.3
17102024-10-09T21:34:56.908Z Checking ryu v1.0.18
17112024-10-09T21:34:56.959Z Checking hashbrown v0.14.5
17122024-10-09T21:34:57.115Z Checking cipher v0.4.4
17132024-10-09T21:34:57.130Z Checking hmac v0.12.1
17142024-10-09T21:34:57.150Z Checking sha2 v0.10.8
17152024-10-09T21:34:57.290Z Checking unicode-normalization v0.1.23
17162024-10-09T21:34:57.311Z Checking futures-io v0.3.30
17172024-10-09T21:34:57.490Z Checking futures-task v0.3.30
17182024-10-09T21:34:57.507Z Checking pin-utils v0.1.0
17192024-10-09T21:34:57.595Z Checking salsa20 v0.10.2
17202024-10-09T21:34:57.689Z Checking pbkdf2 v0.12.2
17212024-10-09T21:34:57.714Z Checking futures-util v0.3.30
17222024-10-09T21:34:57.775Z Checking aes v0.8.4
17232024-10-09T21:34:57.775Z Checking num-traits v0.2.19
17242024-10-09T21:34:57.847Z Checking scrypt v0.11.0
17252024-10-09T21:34:58.044Z Checking cbc v0.1.2
17262024-10-09T21:34:58.130Z Checking fnv v1.0.7
17272024-10-09T21:34:58.170Z Checking tracing-core v0.1.32
17282024-10-09T21:34:58.224Z Checking ppv-lite86 v0.2.17
17292024-10-09T21:34:58.242Z Checking percent-encoding v2.3.1
17302024-10-09T21:34:58.431Z Checking rustls-pki-types v1.7.0
17312024-10-09T21:34:58.500Z Checking spki v0.7.3
17322024-10-09T21:34:58.679Z Checking thiserror v1.0.64
17332024-10-09T21:34:58.762Z Checking pkcs5 v0.7.1
17342024-10-09T21:34:58.801Z Checking tracing v0.1.40
17352024-10-09T21:34:58.816Z Checking foreign-types-shared v0.1.1
17362024-10-09T21:34:58.830Z Checking untrusted v0.9.0
17372024-10-09T21:34:58.877Z Checking rand_chacha v0.3.1
17382024-10-09T21:34:58.907Z Checking atomic-waker v1.1.2
17392024-10-09T21:34:58.963Z Checking try-lock v0.2.5
17402024-10-09T21:34:59.033Z Checking ring v0.17.8
17412024-10-09T21:34:59.087Z Checking bytes v1.7.2
17422024-10-09T21:34:59.101Z Checking indexmap v2.5.0
17432024-10-09T21:34:59.150Z Checking bitflags v2.6.0
17442024-10-09T21:34:59.224Z Checking serde_json v1.0.128
17452024-10-09T21:34:59.245Z Checking pkcs8 v0.10.2
17462024-10-09T21:34:59.416Z Checking rand v0.8.5
17472024-10-09T21:34:59.419Z Checking want v0.3.1
17482024-10-09T21:34:59.541Z Checking foreign-types v0.3.2
17492024-10-09T21:34:59.600Z Checking form_urlencoded v1.2.1
17502024-10-09T21:34:59.633Z Checking crossbeam-utils v0.8.19
17512024-10-09T21:34:59.799Z Checking httparse v1.8.0
17522024-10-09T21:34:59.881Z Checking tokio v1.39.3
17532024-10-09T21:35:00.203Z Checking http v1.1.0
17542024-10-09T21:35:00.306Z Checking openssl-sys v0.9.103
17552024-10-09T21:35:00.369Z Checking aho-corasick v1.1.3
17562024-10-09T21:35:00.631Z Checking powerfmt v0.2.0
17572024-10-09T21:35:00.784Z Checking regex-syntax v0.8.4
17582024-10-09T21:35:00.846Z Checking httpdate v1.0.3
17592024-10-09T21:35:00.882Z Checking siphasher v0.3.11
17602024-10-09T21:35:01.055Z Checking base64 v0.22.1
17612024-10-09T21:35:01.180Z Checking unicode-ident v1.0.13
17622024-10-09T21:35:01.337Z Checking proc-macro2 v1.0.86
17632024-10-09T21:35:01.489Z Checking http-body v1.0.0
17642024-10-09T21:35:01.504Z Checking openssl v0.10.66
17652024-10-09T21:35:01.518Z Checking deranged v0.3.11
17662024-10-09T21:35:01.672Z Checking rustls-webpki v0.102.4
17672024-10-09T21:35:01.959Z Checking crossbeam-epoch v0.9.18
17682024-10-09T21:35:02.006Z Checking uuid v1.10.0
17692024-10-09T21:35:02.352Z Checking idna v0.5.0
17702024-10-09T21:35:02.454Z Checking signature v2.2.0
17712024-10-09T21:35:02.615Z Checking lazy_static v1.5.0
17722024-10-09T21:35:02.643Z Checking scroll v0.12.0
17732024-10-09T21:35:02.704Z Checking errno v0.3.9
17742024-10-09T21:35:02.719Z Checking iana-time-zone v0.1.60
17752024-10-09T21:35:02.853Z Checking ucd-trie v0.1.6
17762024-10-09T21:35:02.872Z Checking openssl-probe v0.1.5
17772024-10-09T21:35:03.006Z Checking anstyle v1.0.8
17782024-10-09T21:35:03.040Z Checking utf8parse v0.2.1
17792024-10-09T21:35:03.081Z Checking tower-service v0.3.2
17802024-10-09T21:35:03.179Z Checking num-conv v0.1.0
17812024-10-09T21:35:03.194Z Checking plain v0.2.3
17822024-10-09T21:35:03.194Z Checking finl_unicode v1.2.0
17832024-10-09T21:35:03.221Z Checking either v1.13.0
17842024-10-09T21:35:03.323Z Checking num_threads v0.1.7
17852024-10-09T21:35:03.338Z Checking time-core v0.1.2
17862024-10-09T21:35:03.409Z Checking goblin v0.8.2
17872024-10-09T21:35:03.434Z Checking url v2.5.2
17882024-10-09T21:35:03.481Z Checking time v0.3.36
17892024-10-09T21:35:03.594Z Checking anstyle-parse v0.2.4
17902024-10-09T21:35:03.754Z Checking stringprep v0.1.4
17912024-10-09T21:35:03.848Z Checking pest v2.7.10
17922024-10-09T21:35:03.908Z Checking regex-automata v0.4.6
17932024-10-09T21:35:04.027Z Checking rustix v0.38.37
17942024-10-09T21:35:04.255Z Checking chrono v0.4.38
17952024-10-09T21:35:06.023Z Checking rustls v0.23.10
17962024-10-09T21:35:06.300Z Checking crossbeam-deque v0.8.5
17972024-10-09T21:35:06.330Z Checking quote v1.0.37
17982024-10-09T21:35:06.601Z Checking tokio-util v0.7.12
17992024-10-09T21:35:06.603Z Checking num-integer v0.1.46
18002024-10-09T21:35:06.629Z Checking toml_datetime v0.6.8
18012024-10-09T21:35:06.892Z Checking serde_spanned v0.6.7
18022024-10-09T21:35:06.908Z Checking native-tls v0.2.11
18032024-10-09T21:35:07.070Z Checking idna v0.3.0
18042024-10-09T21:35:07.087Z Checking md-5 v0.10.6
18052024-10-09T21:35:07.210Z Checking ff v0.13.0
18062024-10-09T21:35:07.293Z Checking hash32 v0.2.1
18072024-10-09T21:35:07.407Z Checking gimli v0.28.1
18082024-10-09T21:35:07.452Z Checking h2 v0.4.6
18092024-10-09T21:35:07.577Z Checking is_terminal_polyfill v1.70.0
18102024-10-09T21:35:07.626Z Checking fallible-iterator v0.2.0
18112024-10-09T21:35:07.680Z Checking colorchoice v1.0.1
18122024-10-09T21:35:07.806Z Checking base16ct v0.2.0
18132024-10-09T21:35:07.914Z Checking adler v1.0.2
18142024-10-09T21:35:07.987Z Checking anstyle-query v1.0.3
18152024-10-09T21:35:08.051Z Checking psl-types v2.0.11
18162024-10-09T21:35:08.109Z Checking stable_deref_trait v1.2.0
18172024-10-09T21:35:08.197Z Checking pretty-hex v0.4.1
18182024-10-09T21:35:08.211Z Checking heapless v0.7.17
18192024-10-09T21:35:08.214Z Checking publicsuffix v2.2.3
18202024-10-09T21:35:08.269Z Checking postgres-protocol v0.6.7
18212024-10-09T21:35:08.335Z Checking anstream v0.6.14
18222024-10-09T21:35:08.347Z Checking dof v0.3.0
18232024-10-09T21:35:08.443Z Checking miniz_oxide v0.7.2
18242024-10-09T21:35:08.670Z Checking sec1 v0.7.3
18252024-10-09T21:35:08.863Z Checking terminal_size v0.3.0
18262024-10-09T21:35:08.922Z Checking group v0.13.0
18272024-10-09T21:35:08.941Z Checking tokio-native-tls v0.3.1
18282024-10-09T21:35:09.024Z Checking num-iter v0.1.45
18292024-10-09T21:35:09.052Z Checking syn v2.0.79
18302024-10-09T21:35:09.163Z Checking rayon-core v1.12.1
18312024-10-09T21:35:09.166Z Checking dtrace-parser v0.2.0
18322024-10-09T21:35:09.189Z Checking cookie v0.18.1
18332024-10-09T21:35:09.217Z Checking http-body-util v0.1.2
18342024-10-09T21:35:09.605Z Checking phf_shared v0.11.2
18352024-10-09T21:35:09.678Z Checking webpki-roots v0.26.3
18362024-10-09T21:35:09.748Z Checking hkdf v0.12.4
18372024-10-09T21:35:09.767Z Checking crypto-bigint v0.5.5
18382024-10-09T21:35:09.847Z Checking thread-id v4.2.1
18392024-10-09T21:35:09.876Z Checking object v0.32.2
18402024-10-09T21:35:09.943Z Checking strsim v0.11.1
18412024-10-09T21:35:09.944Z Checking ipnet v2.10.0
18422024-10-09T21:35:10.211Z Checking unicode-width v0.1.13
18432024-10-09T21:35:10.387Z Checking winnow v0.5.40
18442024-10-09T21:35:10.402Z Checking managed v0.8.0
18452024-10-09T21:35:10.739Z Checking tokio-rustls v0.26.0
18462024-10-09T21:35:10.750Z Checking rustc-demangle v0.1.24
18472024-10-09T21:35:11.097Z Checking clap_lex v0.7.0
18482024-10-09T21:35:11.148Z Checking adler2 v2.0.0
18492024-10-09T21:35:11.193Z Checking addr2line v0.21.0
18502024-10-09T21:35:11.290Z Checking bitflags v1.3.2
18512024-10-09T21:35:11.337Z Checking clap_builder v4.5.18
18522024-10-09T21:35:11.384Z Checking smoltcp v0.9.1
18532024-10-09T21:35:11.674Z Checking miniz_oxide v0.8.0
18542024-10-09T21:35:12.442Z Checking console v0.15.8
18552024-10-09T21:35:12.541Z Checking elliptic-curve v0.13.8
18562024-10-09T21:35:12.854Z Checking phf v0.11.2
18572024-10-09T21:35:12.996Z Checking rayon v1.10.0
18582024-10-09T21:35:13.120Z Checking cookie_store v0.21.0
18592024-10-09T21:35:13.165Z Checking num-bigint-dig v0.8.4
18602024-10-09T21:35:13.437Z Checking toml_edit v0.19.15
18612024-10-09T21:35:13.452Z Checking hyper v1.4.1
18622024-10-09T21:35:13.720Z Checking postgres-types v0.2.8
18632024-10-09T21:35:14.306Z Checking bstr v1.9.1
18642024-10-09T21:35:14.411Z Checking regex v1.10.6
18652024-10-09T21:35:15.019Z Checking futures-executor v0.3.30
18662024-10-09T21:35:15.220Z Checking ed25519 v2.2.3
18672024-10-09T21:35:15.222Z Checking rustls-pemfile v2.1.3
18682024-10-09T21:35:15.249Z Checking phf_shared v0.10.0
18692024-10-09T21:35:15.316Z Checking usdt-impl v0.5.0
18702024-10-09T21:35:15.432Z Checking hyper-util v0.1.9
18712024-10-09T21:35:15.454Z Checking serde_urlencoded v0.7.1
18722024-10-09T21:35:15.493Z Checking pkcs1 v0.7.5
18732024-10-09T21:35:15.507Z Checking float-cmp v0.9.0
18742024-10-09T21:35:15.670Z Checking hubpack v0.1.2
18752024-10-09T21:35:15.752Z Checking backtrace v0.3.71
18762024-10-09T21:35:15.819Z Checking serde-big-array v0.5.1
18772024-10-09T21:35:15.822Z Checking zerocopy v0.6.6
18782024-10-09T21:35:15.847Z Checking curve25519-dalek v4.1.3
18792024-10-09T21:35:15.875Z Checking signal-hook v0.3.17
18802024-10-09T21:35:15.956Z Checking crc32fast v1.4.0
18812024-10-09T21:35:16.026Z Checking portable-atomic v1.6.0
18822024-10-09T21:35:16.181Z Checking idna v0.4.0
18832024-10-09T21:35:16.205Z Checking rfc6979 v0.4.0
18842024-10-09T21:35:16.275Z Checking mio v0.8.11
18852024-10-09T21:35:16.380Z Checking sync_wrapper v1.0.1
18862024-10-09T21:35:16.522Z Checking memmap v0.7.0
18872024-10-09T21:35:16.573Z Checking encoding_rs v0.8.34
18882024-10-09T21:35:16.733Z Checking normalize-line-endings v0.3.0
18892024-10-09T21:35:16.762Z Checking fixedbitset v0.4.2
18902024-10-09T21:35:16.828Z Checking number_prefix v0.4.0
18912024-10-09T21:35:16.889Z Checking minimal-lexical v0.2.1
18922024-10-09T21:35:16.982Z Checking bit-vec v0.6.3
18932024-10-09T21:35:16.997Z Checking predicates-core v1.0.6
18942024-10-09T21:35:17.009Z Checking unicode-segmentation v1.11.0
18952024-10-09T21:35:17.023Z Checking data-encoding v2.6.0
18962024-10-09T21:35:17.168Z Checking static_assertions v1.1.0
18972024-10-09T21:35:17.252Z Checking mime v0.3.17
18982024-10-09T21:35:17.270Z Checking dyn-clone v1.0.17
18992024-10-09T21:35:17.283Z Checking winnow v0.6.18
19002024-10-09T21:35:17.357Z Checking hyper-rustls v0.27.3
19012024-10-09T21:35:17.394Z Checking hyper-tls v0.6.0
19022024-10-09T21:35:17.547Z Checking whoami v1.5.2
19032024-10-09T21:35:17.581Z Checking new_debug_unreachable v1.0.6
19042024-10-09T21:35:17.617Z Checking precomputed-hash v0.1.1
19052024-10-09T21:35:17.644Z Checking difflib v0.4.0
19062024-10-09T21:35:17.659Z Checking hickory-proto v0.24.1
19072024-10-09T21:35:17.674Z Checking similar v2.6.0
19082024-10-09T21:35:17.674Z Checking ed25519-dalek v2.1.1
19092024-10-09T21:35:17.712Z Checking string_cache v0.8.7
19102024-10-09T21:35:17.818Z Checking tokio-postgres v0.7.12
19112024-10-09T21:35:17.927Z Checking predicates v3.1.2
19122024-10-09T21:35:17.978Z Checking schemars v0.8.21
19132024-10-09T21:35:18.069Z Checking bit-set v0.5.3
19142024-10-09T21:35:18.322Z Checking nom v7.1.3
19152024-10-09T21:35:18.501Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19162024-10-09T21:35:18.608Z Checking indicatif v0.17.8
19172024-10-09T21:35:18.907Z Checking reqwest v0.12.7
19182024-10-09T21:35:19.388Z Checking petgraph v0.6.5
19192024-10-09T21:35:19.575Z Checking signal-hook-mio v0.2.4
19202024-10-09T21:35:19.719Z Checking usdt v0.5.0
19212024-10-09T21:35:19.974Z Checking ecdsa v0.16.9
19222024-10-09T21:35:20.160Z Checking toml_edit v0.22.22
19232024-10-09T21:35:20.658Z Checking anyhow v1.0.89
19242024-10-09T21:35:20.694Z Checking flate2 v1.0.34
19252024-10-09T21:35:20.889Z Checking rsa v0.9.6
19262024-10-09T21:35:21.018Z Checking toml v0.7.8
19272024-10-09T21:35:21.210Z Checking futures v0.3.30
19282024-10-09T21:35:21.317Z Checking clap v4.5.18
19292024-10-09T21:35:21.320Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19302024-10-09T21:35:21.355Z Checking tokio-stream v0.1.16
19312024-10-09T21:35:21.435Z Checking fs-err v2.11.0
19322024-10-09T21:35:21.733Z Checking itertools v0.10.5
19332024-10-09T21:35:21.870Z Checking itertools v0.12.1
19342024-10-09T21:35:21.949Z Checking slog v2.7.0
19352024-10-09T21:35:22.171Z Checking openapiv3 v2.0.0
19362024-10-09T21:35:22.387Z Checking semver v1.0.23
19372024-10-09T21:35:22.436Z Checking hex v0.4.3
19382024-10-09T21:35:22.604Z Checking x509-cert v0.2.5
19392024-10-09T21:35:22.745Z Checking sha1 v0.10.6
19402024-10-09T21:35:22.789Z Checking lalrpop-util v0.19.12
19412024-10-09T21:35:22.925Z Checking peg-runtime v0.8.3
19422024-10-09T21:35:23.011Z Checking camino v1.1.9
19432024-10-09T21:35:23.054Z Checking sigpipe v0.1.3
19442024-10-09T21:35:24.783Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19452024-10-09T21:35:25.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.65s
19462024-10-09T21:35:25.214Z
19472024-10-09T21:35:25.214Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/164)
19482024-10-09T21:35:25.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492024-10-09T21:35:25.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502024-10-09T21:35:25.878Z Compiling regress v0.10.1
19512024-10-09T21:35:25.977Z Checking heck v0.5.0
19522024-10-09T21:35:25.994Z Checking dirs-sys-next v0.1.2
19532024-10-09T21:35:26.005Z Compiling unsafe-libyaml v0.2.11
19542024-10-09T21:35:26.019Z Checking thread_local v1.1.8
19552024-10-09T21:35:26.030Z Compiling ident_case v1.0.1
19562024-10-09T21:35:26.043Z Checking progenitor-client v0.8.0
19572024-10-09T21:35:26.134Z Checking crossbeam-channel v0.5.12
19582024-10-09T21:35:26.149Z Checking dirs-next v2.0.0
19592024-10-09T21:35:26.184Z Compiling darling_core v0.20.9
19602024-10-09T21:35:26.259Z Checking is-terminal v0.4.12
19612024-10-09T21:35:26.277Z Checking term v0.7.0
19622024-10-09T21:35:26.336Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19632024-10-09T21:35:26.370Z Checking take_mut v0.2.2
19642024-10-09T21:35:26.540Z Compiling rustls v0.22.4
19652024-10-09T21:35:26.664Z Compiling paste v1.0.15
19662024-10-09T21:35:26.703Z Checking slog-term v2.9.1
19672024-10-09T21:35:26.808Z Checking slog-async v2.8.0
19682024-10-09T21:35:26.869Z Compiling proc-macro-crate v1.3.1
19692024-10-09T21:35:27.081Z Checking ipnetwork v0.20.0
19702024-10-09T21:35:27.169Z Compiling structmeta-derive v0.3.0
19712024-10-09T21:35:27.255Z Compiling serde_yaml v0.9.34+deprecated
19722024-10-09T21:35:27.422Z Compiling multer v3.1.0
19732024-10-09T21:35:27.723Z Checking match_cfg v0.1.0
19742024-10-09T21:35:27.812Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19752024-10-09T21:35:27.904Z Checking hostname v0.3.1
19762024-10-09T21:35:27.929Z Compiling num_enum_derive v0.5.11
19772024-10-09T21:35:28.110Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19782024-10-09T21:35:29.318Z Checking slog-json v2.6.1
19792024-10-09T21:35:29.380Z Checking typify-impl v0.2.0
19802024-10-09T21:35:29.557Z Compiling lzma-sys v0.1.20
19812024-10-09T21:35:30.291Z Compiling structmeta v0.3.0
19822024-10-09T21:35:30.531Z Compiling async-stream-impl v0.3.5
19832024-10-09T21:35:30.723Z Compiling foreign-types-macros v0.2.3
19842024-10-09T21:35:30.951Z Compiling dropshot v0.12.0
19852024-10-09T21:35:31.252Z Checking arc-swap v1.7.1
19862024-10-09T21:35:31.369Z Checking foreign-types-shared v0.3.1
19872024-10-09T21:35:31.472Z Checking utf-8 v0.7.6
19882024-10-09T21:35:31.640Z Checking slog-scope v4.4.0
19892024-10-09T21:35:31.659Z Checking tungstenite v0.21.0
19902024-10-09T21:35:31.830Z Compiling parse-display-derive v0.10.0
19912024-10-09T21:35:31.873Z Checking async-stream v0.3.5
19922024-10-09T21:35:31.889Z Checking num_enum v0.5.11
19932024-10-09T21:35:32.032Z Checking tokio-rustls v0.25.0
19942024-10-09T21:35:32.035Z Checking foreign-types v0.5.0
19952024-10-09T21:35:32.062Z Checking slog-bunyan v2.5.0
19962024-10-09T21:35:32.065Z Compiling proc-macro-error v1.0.4
19972024-10-09T21:35:32.287Z Checking toml v0.8.19
19982024-10-09T21:35:32.374Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19992024-10-09T21:35:32.495Z Compiling heck v0.3.3
20002024-10-09T21:35:32.600Z Checking newtype-uuid v1.1.0
20012024-10-09T21:35:32.629Z Checking waitgroup v0.1.2
20022024-10-09T21:35:32.743Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20032024-10-09T21:35:32.756Z Compiling dropshot_endpoint v0.12.0
20042024-10-09T21:35:32.824Z Checking serde_path_to_error v0.1.16
20052024-10-09T21:35:32.912Z Checking cstr-argument v0.1.2
20062024-10-09T21:35:32.969Z Compiling darling_macro v0.20.9
20072024-10-09T21:35:33.029Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20082024-10-09T21:35:33.069Z Checking hostname v0.4.0
20092024-10-09T21:35:33.191Z Checking instant v0.1.12
20102024-10-09T21:35:33.305Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20112024-10-09T21:35:33.413Z Checking pretty-hex v0.2.1
20122024-10-09T21:35:33.557Z Checking debug-ignore v1.0.5
20132024-10-09T21:35:33.572Z Checking base64 v0.21.7
20142024-10-09T21:35:33.574Z Checking fastrand v2.1.1
20152024-10-09T21:35:33.679Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20162024-10-09T21:35:33.761Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20172024-10-09T21:35:33.938Z Checking tempfile v3.13.0
20182024-10-09T21:35:33.953Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20192024-10-09T21:35:33.968Z Compiling darling v0.20.9
20202024-10-09T21:35:33.983Z Checking backoff v0.4.0
20212024-10-09T21:35:34.058Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20222024-10-09T21:35:34.082Z Compiling serde_with_macros v3.9.0
20232024-10-09T21:35:34.100Z Compiling zone_cfg_derive v0.1.2
20242024-10-09T21:35:34.276Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20252024-10-09T21:35:34.297Z Checking strum v0.26.3
20262024-10-09T21:35:34.363Z Checking tokio-tungstenite v0.21.0
20272024-10-09T21:35:34.447Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20282024-10-09T21:35:34.661Z Checking slog-stdlog v4.1.1
20292024-10-09T21:35:34.822Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20302024-10-09T21:35:34.837Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20312024-10-09T21:35:34.966Z Checking colored v2.1.0
20322024-10-09T21:35:35.112Z Checking regress v0.9.1
20332024-10-09T21:35:35.196Z Checking macaddr v1.0.1
20342024-10-09T21:35:35.245Z Checking base64 v0.13.1
20352024-10-09T21:35:35.605Z Checking zone v0.1.8
20362024-10-09T21:35:35.620Z Checking ron v0.7.1
20372024-10-09T21:35:36.281Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20382024-10-09T21:35:36.369Z Checking parse-display v0.10.0
20392024-10-09T21:35:36.587Z Checking slog-envlogger v2.2.0
20402024-10-09T21:35:36.731Z Checking xz2 v0.1.7
20412024-10-09T21:35:36.754Z Checking tabwriter v1.4.0
20422024-10-09T21:35:36.789Z Checking xattr v1.3.1
20432024-10-09T21:35:36.976Z Checking pem v3.0.4
20442024-10-09T21:35:36.991Z Checking yasna v0.5.2
20452024-10-09T21:35:36.991Z Checking headers-core v0.3.0
20462024-10-09T21:35:37.032Z Checking serde_with v3.9.0
20472024-10-09T21:35:37.135Z Checking smf v0.2.3
20482024-10-09T21:35:37.215Z Checking filetime v0.2.25
20492024-10-09T21:35:37.402Z Checking same-file v1.0.6
20502024-10-09T21:35:37.426Z Checking tar v0.4.42
20512024-10-09T21:35:37.531Z Checking headers v0.4.0
20522024-10-09T21:35:37.558Z Checking walkdir v2.5.0
20532024-10-09T21:35:37.815Z Checking rcgen v0.12.1
20542024-10-09T21:35:37.817Z Checking camino-tempfile v1.1.1
20552024-10-09T21:35:38.083Z Checking atomicwrites v0.4.4
20562024-10-09T21:35:38.197Z Checking subprocess v0.2.9
20572024-10-09T21:35:41.447Z Compiling typify-macro v0.2.0
20582024-10-09T21:35:43.350Z Compiling typify v0.2.0
20592024-10-09T21:35:43.414Z Compiling progenitor-impl v0.8.0
20602024-10-09T21:35:46.544Z Compiling progenitor-macro v0.8.0
20612024-10-09T21:35:52.282Z Checking progenitor v0.8.0
20622024-10-09T21:35:52.412Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20632024-10-09T21:35:52.412Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20642024-10-09T21:35:55.017Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
20652024-10-09T21:35:55.305Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20662024-10-09T21:36:01.300Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20672024-10-09T21:36:02.789Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20682024-10-09T21:36:04.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.72s
20692024-10-09T21:36:04.102Z
20702024-10-09T21:36:04.102Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/164)
20712024-10-09T21:36:04.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722024-10-09T21:36:04.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732024-10-09T21:36:04.766Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20742024-10-09T21:36:06.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
20752024-10-09T21:36:06.220Z
20762024-10-09T21:36:06.220Zinfo: running `cargo check --bins` on nexus-config (31/164)
20772024-10-09T21:36:06.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782024-10-09T21:36:06.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792024-10-09T21:36:06.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802024-10-09T21:36:06.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20812024-10-09T21:36:06.864Z
20822024-10-09T21:36:06.864Zinfo: running `cargo check --bins` on omicron-rpaths (32/164)
20832024-10-09T21:36:07.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842024-10-09T21:36:07.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852024-10-09T21:36:07.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862024-10-09T21:36:07.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20872024-10-09T21:36:07.474Z
20882024-10-09T21:36:07.474Zinfo: running `cargo check --bins` on omicron-certificates (33/164)
20892024-10-09T21:36:08.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902024-10-09T21:36:08.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912024-10-09T21:36:08.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922024-10-09T21:36:08.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20932024-10-09T21:36:08.112Z
20942024-10-09T21:36:08.112Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/164)
20952024-10-09T21:36:08.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962024-10-09T21:36:08.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972024-10-09T21:36:08.786Z Compiling heapless v0.8.0
20982024-10-09T21:36:08.788Z Checking hash32 v0.3.1
20992024-10-09T21:36:08.889Z Compiling smoltcp v0.11.0
21002024-10-09T21:36:08.899Z Checking embedded-io v0.4.0
21012024-10-09T21:36:08.901Z Checking cobs v0.2.3
21022024-10-09T21:36:08.919Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21032024-10-09T21:36:08.922Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21042024-10-09T21:36:08.944Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21052024-10-09T21:36:09.029Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21062024-10-09T21:36:09.060Z Compiling crucible-workspace-hack v0.1.0
21072024-10-09T21:36:09.063Z Checking newline-converter v0.3.0
21082024-10-09T21:36:09.090Z Checking postcard v1.0.8
21092024-10-09T21:36:09.242Z Checking socket2 v0.4.10
21102024-10-09T21:36:09.264Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21112024-10-09T21:36:09.312Z Compiling convert_case v0.4.0
21122024-10-09T21:36:09.445Z Checking expectorate v1.1.0
21132024-10-09T21:36:09.465Z Compiling zone_cfg_derive v0.3.0
21142024-10-09T21:36:09.571Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21152024-10-09T21:36:09.585Z Checking itertools v0.13.0
21162024-10-09T21:36:09.747Z Compiling num-derive v0.4.2
21172024-10-09T21:36:09.834Z Compiling slog-dtrace v0.3.0
21182024-10-09T21:36:09.899Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21192024-10-09T21:36:10.189Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21202024-10-09T21:36:10.204Z Compiling derive_more v0.99.18
21212024-10-09T21:36:10.914Z Checking zone v0.3.0
21222024-10-09T21:36:11.739Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21232024-10-09T21:36:12.802Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21242024-10-09T21:36:13.741Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21252024-10-09T21:36:14.019Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21262024-10-09T21:36:14.822Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21272024-10-09T21:36:15.229Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21282024-10-09T21:36:16.511Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21292024-10-09T21:36:17.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
21302024-10-09T21:36:17.484Z
21312024-10-09T21:36:17.484Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/164)
21322024-10-09T21:36:18.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332024-10-09T21:36:18.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342024-10-09T21:36:18.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352024-10-09T21:36:18.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21362024-10-09T21:36:18.133Z
21372024-10-09T21:36:18.133Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/164)
21382024-10-09T21:36:18.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392024-10-09T21:36:18.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402024-10-09T21:36:18.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412024-10-09T21:36:18.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21422024-10-09T21:36:18.778Z
21432024-10-09T21:36:18.778Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/164)
21442024-10-09T21:36:19.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452024-10-09T21:36:19.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462024-10-09T21:36:19.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472024-10-09T21:36:19.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21482024-10-09T21:36:19.536Z
21492024-10-09T21:36:19.536Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/164)
21502024-10-09T21:36:20.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512024-10-09T21:36:20.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522024-10-09T21:36:20.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532024-10-09T21:36:20.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21542024-10-09T21:36:20.290Z
21552024-10-09T21:36:20.291Zinfo: running `cargo check --bins` on dns-server (39/164)
21562024-10-09T21:36:20.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572024-10-09T21:36:20.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582024-10-09T21:36:20.931Z Compiling parking_lot_core v0.8.6
21592024-10-09T21:36:21.023Z Checking nibble_vec v0.1.0
21602024-10-09T21:36:21.026Z Checking endian-type v0.1.2
21612024-10-09T21:36:21.026Z Checking quick-error v1.2.3
21622024-10-09T21:36:21.026Z Checking linked-hash-map v0.5.6
21632024-10-09T21:36:21.026Z Checking fxhash v0.2.1
21642024-10-09T21:36:21.034Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21652024-10-09T21:36:21.041Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21662024-10-09T21:36:21.150Z Checking resolv-conf v0.7.0
21672024-10-09T21:36:21.166Z Checking hickory-server v0.24.1
21682024-10-09T21:36:21.202Z Checking radix_trie v0.2.1
21692024-10-09T21:36:21.348Z Checking lru-cache v0.1.2
21702024-10-09T21:36:21.499Z Checking hickory-resolver v0.24.1
21712024-10-09T21:36:21.553Z Checking hickory-client v0.24.1
21722024-10-09T21:36:21.721Z Checking parking_lot v0.11.2
21732024-10-09T21:36:22.006Z Checking sled v0.34.7
21742024-10-09T21:36:23.707Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21752024-10-09T21:36:24.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
21762024-10-09T21:36:24.904Z
21772024-10-09T21:36:24.904Zinfo: running `cargo check --bins` on dns-server-api (40/164)
21782024-10-09T21:36:25.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-10-09T21:36:25.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-10-09T21:36:25.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812024-10-09T21:36:25.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21822024-10-09T21:36:25.529Z
21832024-10-09T21:36:25.529Zinfo: running `cargo check --bins` on dns-service-client (41/164)
21842024-10-09T21:36:26.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-10-09T21:36:26.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-10-09T21:36:26.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872024-10-09T21:36:26.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21882024-10-09T21:36:26.156Z
21892024-10-09T21:36:26.156Zinfo: running `cargo check --bins` on gateway-test-utils (42/164)
21902024-10-09T21:36:26.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912024-10-09T21:36:26.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922024-10-09T21:36:26.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932024-10-09T21:36:26.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
21942024-10-09T21:36:26.855Z
21952024-10-09T21:36:26.855Zinfo: running `cargo check --bins` on gateway-types (43/164)
21962024-10-09T21:36:27.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972024-10-09T21:36:27.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982024-10-09T21:36:27.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992024-10-09T21:36:27.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22002024-10-09T21:36:27.500Z
22012024-10-09T21:36:27.500Zinfo: running `cargo check --bins` on ipcc (44/164)
22022024-10-09T21:36:28.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032024-10-09T21:36:28.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042024-10-09T21:36:28.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052024-10-09T21:36:28.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22062024-10-09T21:36:28.146Z
22072024-10-09T21:36:28.146Zinfo: running `cargo check --bins` on omicron-gateway (45/164)
22082024-10-09T21:36:28.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092024-10-09T21:36:28.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102024-10-09T21:36:28.863Z Compiling match_cfg v0.1.0
22112024-10-09T21:36:28.865Z Compiling rustls v0.22.4
22122024-10-09T21:36:28.865Z Checking num-rational v0.4.2
22132024-10-09T21:36:28.865Z Compiling progenitor-client v0.8.0
22142024-10-09T21:36:28.865Z Compiling slog-json v2.6.1
22152024-10-09T21:36:28.866Z Checking num-complex v0.4.6
22162024-10-09T21:36:28.969Z Compiling prettyplease v0.2.22
22172024-10-09T21:36:29.005Z Compiling hostname v0.3.1
22182024-10-09T21:36:29.033Z Compiling async-stream v0.3.5
22192024-10-09T21:36:29.239Z Compiling slog-bunyan v2.5.0
22202024-10-09T21:36:29.293Z Compiling progenitor v0.8.0
22212024-10-09T21:36:29.315Z Compiling multer v3.1.0
22222024-10-09T21:36:29.333Z Compiling toml v0.8.19
22232024-10-09T21:36:29.399Z Compiling waitgroup v0.1.2
22242024-10-09T21:36:29.440Z Compiling newtype-uuid v1.1.0
22252024-10-09T21:36:29.496Z Compiling ipnetwork v0.20.0
22262024-10-09T21:36:29.550Z Compiling serde_path_to_error v0.1.16
22272024-10-09T21:36:29.616Z Compiling hostname v0.4.0
22282024-10-09T21:36:29.713Z Compiling instant v0.1.12
22292024-10-09T21:36:29.857Z Checking float-ord v0.3.2
22302024-10-09T21:36:29.873Z Checking num v0.4.3
22312024-10-09T21:36:29.889Z Compiling debug-ignore v1.0.5
22322024-10-09T21:36:29.971Z Compiling semver v0.1.20
22332024-10-09T21:36:30.001Z Compiling radium v0.7.0
22342024-10-09T21:36:30.027Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22352024-10-09T21:36:30.358Z Compiling rustc_version v0.1.7
22362024-10-09T21:36:30.372Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22372024-10-09T21:36:30.372Z Compiling backoff v0.4.0
22382024-10-09T21:36:30.491Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22392024-10-09T21:36:30.617Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22402024-10-09T21:36:30.726Z Compiling parse-display v0.10.0
22412024-10-09T21:36:30.831Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22422024-10-09T21:36:30.834Z Compiling serde_with v3.9.0
22432024-10-09T21:36:31.004Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22442024-10-09T21:36:31.161Z Compiling regress v0.9.1
22452024-10-09T21:36:31.430Z Compiling macaddr v1.0.1
22462024-10-09T21:36:31.873Z Compiling maybe-uninit v2.0.0
22472024-10-09T21:36:32.100Z Checking tap v1.0.1
22482024-10-09T21:36:32.250Z Checking wyz v0.5.1
22492024-10-09T21:36:32.594Z Compiling newtype_derive v0.1.6
22502024-10-09T21:36:32.809Z Checking password-hash v0.5.0
22512024-10-09T21:36:32.893Z Checking blake2 v0.10.6
22522024-10-09T21:36:32.992Z Compiling bzip2-sys v0.1.11+1.0.8
22532024-10-09T21:36:33.257Z Compiling tokio-rustls v0.25.0
22542024-10-09T21:36:33.325Z Compiling owo-colors v4.1.0
22552024-10-09T21:36:33.378Z Checking crc-catalog v2.4.0
22562024-10-09T21:36:33.510Z Compiling cancel-safe-futures v0.1.5
22572024-10-09T21:36:33.607Z Compiling dropshot v0.12.0
22582024-10-09T21:36:33.623Z Compiling packed_struct v0.10.1
22592024-10-09T21:36:33.646Z Checking funty v2.0.0
22602024-10-09T21:36:33.926Z Checking crc v3.2.1
22612024-10-09T21:36:34.359Z Checking argon2 v0.5.3
22622024-10-09T21:36:34.625Z Checking bitvec v1.0.1
22632024-10-09T21:36:35.021Z Compiling packed_struct_codegen v0.10.1
22642024-10-09T21:36:35.748Z Compiling indexmap v1.9.3
22652024-10-09T21:36:36.062Z Checking half v2.4.1
22662024-10-09T21:36:36.216Z Checking ciborium-io v0.2.2
22672024-10-09T21:36:36.336Z Checking nodrop v0.1.14
22682024-10-09T21:36:36.452Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22692024-10-09T21:36:36.511Z Checking ciborium-ll v0.2.2
22702024-10-09T21:36:36.770Z Checking array-init v0.0.4
22712024-10-09T21:36:36.944Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22722024-10-09T21:36:37.232Z Checking smallvec v0.6.14
22732024-10-09T21:36:37.724Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22742024-10-09T21:36:37.937Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22752024-10-09T21:36:38.388Z Checking libsw v3.3.1
22762024-10-09T21:36:38.403Z Compiling derive-where v1.2.7
22772024-10-09T21:36:38.636Z Compiling memoffset v0.9.1
22782024-10-09T21:36:38.874Z Checking bitfield v0.14.0
22792024-10-09T21:36:38.961Z Checking hashbrown v0.12.3
22802024-10-09T21:36:38.979Z Checking linear-map v1.2.0
22812024-10-09T21:36:39.161Z Checking indent_write v2.2.0
22822024-10-09T21:36:39.317Z Checking highway v1.2.0
22832024-10-09T21:36:39.353Z Checking termcolor v1.4.1
22842024-10-09T21:36:39.604Z Checking swrite v0.1.0
22852024-10-09T21:36:39.716Z Checking ron v0.8.1
22862024-10-09T21:36:39.733Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22872024-10-09T21:36:39.801Z Checking env_logger v0.10.2
22882024-10-09T21:36:40.319Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22892024-10-09T21:36:40.691Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22902024-10-09T21:36:40.955Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22912024-10-09T21:36:41.174Z Checking serde-hex v0.1.0
22922024-10-09T21:36:41.315Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22932024-10-09T21:36:41.336Z Checking steno v0.4.1
22942024-10-09T21:36:41.783Z Checking bzip2 v0.4.4
22952024-10-09T21:36:42.023Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22962024-10-09T21:36:42.086Z Checking ciborium v0.2.2
22972024-10-09T21:36:42.341Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22982024-10-09T21:36:42.559Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22992024-10-09T21:36:42.577Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23002024-10-09T21:36:43.106Z Checking hashbrown v0.13.2
23012024-10-09T21:36:43.574Z Checking crc-any v2.5.0
23022024-10-09T21:36:43.785Z Checking humantime v2.1.0
23032024-10-09T21:36:43.980Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23042024-10-09T21:36:44.075Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23052024-10-09T21:36:44.150Z Checking object v0.30.4
23062024-10-09T21:36:44.328Z Checking zip v0.6.6
23072024-10-09T21:36:44.653Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23082024-10-09T21:36:44.965Z Checking path-slash v0.1.5
23092024-10-09T21:36:44.989Z Checking tungstenite v0.23.0
23102024-10-09T21:36:45.070Z Checking nix v0.27.1
23112024-10-09T21:36:45.104Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23122024-10-09T21:36:45.120Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23132024-10-09T21:36:45.368Z Checking kstat-rs v0.2.4
23142024-10-09T21:36:45.696Z Checking signal-hook-tokio v0.3.1
23152024-10-09T21:36:45.827Z Checking tokio-tungstenite v0.23.1
23162024-10-09T21:36:47.125Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23172024-10-09T21:36:47.375Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23182024-10-09T21:36:51.280Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23192024-10-09T21:36:52.882Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23202024-10-09T21:36:53.926Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23212024-10-09T21:36:57.035Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23222024-10-09T21:36:57.294Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23232024-10-09T21:36:58.919Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23242024-10-09T21:37:04.219Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23252024-10-09T21:37:04.823Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23262024-10-09T21:37:07.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.28s
23272024-10-09T21:37:07.600Z
23282024-10-09T21:37:07.600Zinfo: running `cargo check --bins` on gateway-api (46/164)
23292024-10-09T21:37:08.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-10-09T21:37:08.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-10-09T21:37:08.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-10-09T21:37:08.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23332024-10-09T21:37:08.256Z
23342024-10-09T21:37:08.256Zinfo: running `cargo check --bins` on oximeter (47/164)
23352024-10-09T21:37:08.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-10-09T21:37:08.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-10-09T21:37:08.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-10-09T21:37:08.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23392024-10-09T21:37:08.906Z
23402024-10-09T21:37:08.906Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/164)
23412024-10-09T21:37:09.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-10-09T21:37:09.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-10-09T21:37:09.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442024-10-09T21:37:09.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23452024-10-09T21:37:09.520Z
23462024-10-09T21:37:09.521Zinfo: running `cargo check --bins` on oximeter-schema (49/164)
23472024-10-09T21:37:10.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-10-09T21:37:10.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-10-09T21:37:10.162Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23502024-10-09T21:37:10.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
23512024-10-09T21:37:10.705Z
23522024-10-09T21:37:10.705Zinfo: running `cargo check --bins` on oximeter-types (50/164)
23532024-10-09T21:37:11.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-10-09T21:37:11.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-10-09T21:37:11.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562024-10-09T21:37:11.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23572024-10-09T21:37:11.344Z
23582024-10-09T21:37:11.344Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/164)
23592024-10-09T21:37:11.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602024-10-09T21:37:11.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612024-10-09T21:37:11.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23622024-10-09T21:37:11.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23632024-10-09T21:37:11.991Z
23642024-10-09T21:37:11.991Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/164)
23652024-10-09T21:37:12.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662024-10-09T21:37:12.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672024-10-09T21:37:12.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23682024-10-09T21:37:12.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23692024-10-09T21:37:12.604Z
23702024-10-09T21:37:12.604Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/164)
23712024-10-09T21:37:13.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722024-10-09T21:37:13.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732024-10-09T21:37:13.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742024-10-09T21:37:13.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23752024-10-09T21:37:13.244Z
23762024-10-09T21:37:13.245Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/164)
23772024-10-09T21:37:13.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-10-09T21:37:13.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-10-09T21:37:13.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-10-09T21:37:13.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23812024-10-09T21:37:13.896Z
23822024-10-09T21:37:13.896Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/164)
23832024-10-09T21:37:14.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-10-09T21:37:14.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-10-09T21:37:14.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-10-09T21:37:14.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23872024-10-09T21:37:14.541Z
23882024-10-09T21:37:14.541Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/164)
23892024-10-09T21:37:15.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-10-09T21:37:15.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-10-09T21:37:15.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-10-09T21:37:15.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23932024-10-09T21:37:15.189Z
23942024-10-09T21:37:15.189Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/164)
23952024-10-09T21:37:15.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-10-09T21:37:15.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-10-09T21:37:15.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-10-09T21:37:15.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23992024-10-09T21:37:15.837Z
24002024-10-09T21:37:15.837Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/164)
24012024-10-09T21:37:16.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-10-09T21:37:16.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-10-09T21:37:16.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-10-09T21:37:16.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24052024-10-09T21:37:16.481Z
24062024-10-09T21:37:16.481Zinfo: running `cargo check --bins` on oximeter-producer (59/164)
24072024-10-09T21:37:17.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-10-09T21:37:17.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-10-09T21:37:17.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102024-10-09T21:37:17.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24112024-10-09T21:37:17.154Z
24122024-10-09T21:37:17.154Zinfo: running `cargo check --bins` on internal-dns (60/164)
24132024-10-09T21:37:17.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-10-09T21:37:17.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-10-09T21:37:17.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162024-10-09T21:37:17.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24172024-10-09T21:37:17.802Z
24182024-10-09T21:37:17.802Zinfo: running `cargo check --bins` on nexus-client (61/164)
24192024-10-09T21:37:18.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-10-09T21:37:18.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-10-09T21:37:18.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-10-09T21:37:18.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24232024-10-09T21:37:18.468Z
24242024-10-09T21:37:18.468Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/164)
24252024-10-09T21:37:19.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-10-09T21:37:19.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-10-09T21:37:19.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-10-09T21:37:19.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24292024-10-09T21:37:19.121Z
24302024-10-09T21:37:19.121Zinfo: running `cargo check --bins` on omicron-passwords (63/164)
24312024-10-09T21:37:19.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-10-09T21:37:19.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-10-09T21:37:19.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342024-10-09T21:37:19.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24352024-10-09T21:37:19.742Z
24362024-10-09T21:37:19.742Zinfo: running `cargo check --bins` on nexus-types (64/164)
24372024-10-09T21:37:20.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-10-09T21:37:20.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-10-09T21:37:20.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-10-09T21:37:20.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24412024-10-09T21:37:20.418Z
24422024-10-09T21:37:20.418Zinfo: running `cargo check --bins` on gateway-client (65/164)
24432024-10-09T21:37:20.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-10-09T21:37:20.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-10-09T21:37:20.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-10-09T21:37:20.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24472024-10-09T21:37:21.045Z
24482024-10-09T21:37:21.045Zinfo: running `cargo check --bins` on oxql-types (66/164)
24492024-10-09T21:37:21.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-10-09T21:37:21.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-10-09T21:37:21.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-10-09T21:37:21.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24532024-10-09T21:37:21.690Z
24542024-10-09T21:37:21.690Zinfo: running `cargo check --bins` on update-engine (67/164)
24552024-10-09T21:37:22.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-10-09T21:37:22.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-10-09T21:37:22.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-10-09T21:37:22.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24592024-10-09T21:37:22.316Z
24602024-10-09T21:37:22.316Zinfo: running `cargo check --bins` on sp-sim (68/164)
24612024-10-09T21:37:22.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-10-09T21:37:22.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-10-09T21:37:22.964Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24642024-10-09T21:37:24.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s
24652024-10-09T21:37:24.842Z
24662024-10-09T21:37:24.842Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (69/164)
24672024-10-09T21:37:25.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-10-09T21:37:25.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-10-09T21:37:25.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-10-09T21:37:25.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24712024-10-09T21:37:25.541Z
24722024-10-09T21:37:25.541Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/164)
24732024-10-09T21:37:26.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-10-09T21:37:26.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-10-09T21:37:26.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-10-09T21:37:26.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24772024-10-09T21:37:26.248Z
24782024-10-09T21:37:26.249Zinfo: running `cargo check --bins` on db-macros (71/164)
24792024-10-09T21:37:26.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-10-09T21:37:26.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-10-09T21:37:26.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-10-09T21:37:26.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24832024-10-09T21:37:26.868Z
24842024-10-09T21:37:26.868Zinfo: running `cargo check --bins` on nexus-macros-common (72/164)
24852024-10-09T21:37:27.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-10-09T21:37:27.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-10-09T21:37:27.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-10-09T21:37:27.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24892024-10-09T21:37:27.489Z
24902024-10-09T21:37:27.489Zinfo: running `cargo check --bins` on nexus-auth (73/164)
24912024-10-09T21:37:28.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-10-09T21:37:28.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-10-09T21:37:28.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-10-09T21:37:28.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24952024-10-09T21:37:28.178Z
24962024-10-09T21:37:28.178Zinfo: running `cargo check --bins` on authz-macros (74/164)
24972024-10-09T21:37:28.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-10-09T21:37:28.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-10-09T21:37:28.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-10-09T21:37:28.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25012024-10-09T21:37:28.789Z
25022024-10-09T21:37:28.789Zinfo: running `cargo check --bins` on nexus-db-fixed-data (75/164)
25032024-10-09T21:37:29.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-10-09T21:37:29.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-10-09T21:37:29.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-10-09T21:37:29.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25072024-10-09T21:37:29.464Z
25082024-10-09T21:37:29.464Zinfo: running `cargo check --bins` on nexus-db-model (76/164)
25092024-10-09T21:37:30.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-10-09T21:37:30.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-10-09T21:37:30.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-10-09T21:37:30.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25132024-10-09T21:37:30.139Z
25142024-10-09T21:37:30.139Zinfo: running `cargo check --bins` on nexus-defaults (77/164)
25152024-10-09T21:37:30.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-10-09T21:37:30.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-10-09T21:37:30.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-10-09T21:37:30.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25192024-10-09T21:37:30.780Z
25202024-10-09T21:37:30.780Zinfo: running `cargo check --bins` on sled-agent-client (78/164)
25212024-10-09T21:37:31.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-10-09T21:37:31.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-10-09T21:37:31.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-10-09T21:37:31.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25252024-10-09T21:37:31.433Z
25262024-10-09T21:37:31.433Zinfo: running `cargo check --bins` on nexus-inventory (79/164)
25272024-10-09T21:37:32.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-10-09T21:37:32.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-10-09T21:37:32.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-10-09T21:37:32.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25312024-10-09T21:37:32.108Z
25322024-10-09T21:37:32.108Zinfo: running `cargo check --bins` on clickhouse-admin-client (80/164)
25332024-10-09T21:37:32.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-10-09T21:37:32.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-10-09T21:37:32.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-10-09T21:37:32.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25372024-10-09T21:37:32.755Z
25382024-10-09T21:37:32.755Zinfo: running `cargo check --bins` on typed-rng (81/164)
25392024-10-09T21:37:33.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-10-09T21:37:33.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-10-09T21:37:33.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-10-09T21:37:33.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25432024-10-09T21:37:33.377Z
25442024-10-09T21:37:33.377Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (82/164)
25452024-10-09T21:37:34.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-10-09T21:37:34.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-10-09T21:37:34.126Z Checking keccak v0.1.5
25482024-10-09T21:37:34.227Z Checking secrecy v0.8.0
25492024-10-09T21:37:34.229Z Compiling unicase v2.7.0
25502024-10-09T21:37:34.229Z Compiling same-file v1.0.6
25512024-10-09T21:37:34.229Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25522024-10-09T21:37:34.229Z Compiling tempfile v3.13.0
25532024-10-09T21:37:34.253Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25542024-10-09T21:37:34.278Z Compiling thiserror-impl-no-std v2.0.2
25552024-10-09T21:37:34.420Z Compiling walkdir v2.5.0
25562024-10-09T21:37:34.506Z Checking sha3 v0.10.8
25572024-10-09T21:37:34.534Z Checking universal-hash v0.5.1
25582024-10-09T21:37:34.597Z Compiling ring v0.16.20
25592024-10-09T21:37:34.660Z Compiling blake3 v1.5.1
25602024-10-09T21:37:34.712Z Checking opaque-debug v0.3.1
25612024-10-09T21:37:34.803Z Checking poly1305 v0.8.0
25622024-10-09T21:37:34.872Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25632024-10-09T21:37:35.077Z Checking chacha20 v0.9.1
25642024-10-09T21:37:35.093Z Checking aead v0.5.2
25652024-10-09T21:37:35.132Z Compiling memmap2 v0.9.4
25662024-10-09T21:37:35.168Z Compiling constant_time_eq v0.3.0
25672024-10-09T21:37:35.266Z Compiling salty v0.3.0
25682024-10-09T21:37:35.309Z Compiling home v0.5.9
25692024-10-09T21:37:35.345Z Compiling untrusted v0.7.1
25702024-10-09T21:37:35.398Z Compiling spin v0.5.2
25712024-10-09T21:37:35.532Z Compiling arrayref v0.3.7
25722024-10-09T21:37:35.555Z Compiling libefi-sys v0.1.0
25732024-10-09T21:37:35.571Z Compiling arrayvec v0.7.4
25742024-10-09T21:37:35.610Z Compiling toolchain_find v0.4.0
25752024-10-09T21:37:35.625Z Checking chacha20poly1305 v0.10.1
25762024-10-09T21:37:35.847Z Compiling camino-tempfile v1.1.1
25772024-10-09T21:37:35.897Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25782024-10-09T21:37:35.969Z Compiling bitfield-struct v0.6.1
25792024-10-09T21:37:36.152Z Compiling topological-sort v0.2.2
25802024-10-09T21:37:36.237Z Compiling mime_guess v2.0.4
25812024-10-09T21:37:36.373Z Compiling rustfmt-wrapper v0.2.1
25822024-10-09T21:37:36.662Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25832024-10-09T21:37:36.944Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25842024-10-09T21:37:36.947Z Checking primeorder v0.13.6
25852024-10-09T21:37:37.137Z Checking env_filter v0.1.2
25862024-10-09T21:37:37.222Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25872024-10-09T21:37:37.348Z Checking env_logger v0.11.5
25882024-10-09T21:37:37.372Z Checking thiserror-no-std v2.0.2
25892024-10-09T21:37:37.407Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25902024-10-09T21:37:37.433Z Checking p384 v0.13.0
25912024-10-09T21:37:37.475Z Checking vsss-rs v3.3.4
25922024-10-09T21:37:37.533Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25932024-10-09T21:37:37.548Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25942024-10-09T21:37:37.769Z Checking gethostname v0.5.0
25952024-10-09T21:37:37.883Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25962024-10-09T21:37:37.905Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
25972024-10-09T21:37:37.952Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25982024-10-09T21:37:38.142Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25992024-10-09T21:37:38.226Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26002024-10-09T21:37:38.537Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26012024-10-09T21:37:38.542Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26022024-10-09T21:37:38.732Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26032024-10-09T21:37:38.751Z Checking nanorand v0.7.0
26042024-10-09T21:37:38.766Z Checking atty v0.2.14
26052024-10-09T21:37:38.810Z Checking http-range v0.1.5
26062024-10-09T21:37:38.911Z Checking glob v0.3.1
26072024-10-09T21:37:39.035Z Checking hyper-staticfile v0.10.1
26082024-10-09T21:37:39.139Z Checking flume v0.11.0
26092024-10-09T21:37:39.230Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26102024-10-09T21:37:39.639Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26112024-10-09T21:37:39.750Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26122024-10-09T21:37:39.924Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26132024-10-09T21:37:40.256Z Compiling omicron-zone-package v0.11.1
26142024-10-09T21:37:40.565Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26152024-10-09T21:37:41.042Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26162024-10-09T21:37:41.524Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26172024-10-09T21:37:41.743Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26182024-10-09T21:37:41.776Z Checking display-error-chain v0.2.1
26192024-10-09T21:37:43.132Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26202024-10-09T21:37:44.244Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26212024-10-09T21:37:46.019Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26222024-10-09T21:37:46.139Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26232024-10-09T21:37:55.944Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26242024-10-09T21:38:07.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.30s
26252024-10-09T21:38:07.867Z
26262024-10-09T21:38:07.867Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (83/164)
26272024-10-09T21:38:12.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-10-09T21:38:12.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-10-09T21:38:12.777Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26302024-10-09T21:38:21.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.43s
26312024-10-09T21:38:21.477Z
26322024-10-09T21:38:21.477Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (84/164)
26332024-10-09T21:38:22.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-10-09T21:38:22.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-10-09T21:38:22.267Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26362024-10-09T21:38:34.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.27s
26372024-10-09T21:38:34.946Z
26382024-10-09T21:38:34.946Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (85/164)
26392024-10-09T21:38:35.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-10-09T21:38:35.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-10-09T21:38:35.771Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26422024-10-09T21:38:50.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.00s
26432024-10-09T21:38:51.164Z
26442024-10-09T21:38:51.165Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (86/164)
26452024-10-09T21:38:51.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-10-09T21:38:51.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-10-09T21:38:51.934Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26482024-10-09T21:39:05.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s
26492024-10-09T21:39:05.628Z
26502024-10-09T21:39:05.628Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (87/164)
26512024-10-09T21:39:06.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-10-09T21:39:06.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-10-09T21:39:06.450Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26542024-10-09T21:39:19.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s
26552024-10-09T21:39:19.690Z
26562024-10-09T21:39:19.690Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (88/164)
26572024-10-09T21:39:20.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-10-09T21:39:20.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-10-09T21:39:20.447Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26602024-10-09T21:39:32.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s
26612024-10-09T21:39:32.803Z
26622024-10-09T21:39:32.804Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (89/164)
26632024-10-09T21:39:33.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-10-09T21:39:33.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-10-09T21:39:33.554Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26662024-10-09T21:39:45.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.70s
26672024-10-09T21:39:45.683Z
26682024-10-09T21:39:45.683Zinfo: running `cargo check --bins` on bootstrap-agent-api (90/164)
26692024-10-09T21:39:46.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-10-09T21:39:46.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-10-09T21:39:46.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-10-09T21:39:46.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26732024-10-09T21:39:46.376Z
26742024-10-09T21:39:46.376Zinfo: running `cargo check --bins` on sled-agent-types (91/164)
26752024-10-09T21:39:46.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-10-09T21:39:46.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-10-09T21:39:46.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-10-09T21:39:46.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26792024-10-09T21:39:47.058Z
26802024-10-09T21:39:47.058Zinfo: running `cargo check --bins` on bootstrap-agent-client (92/164)
26812024-10-09T21:39:47.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-10-09T21:39:47.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-10-09T21:39:47.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-10-09T21:39:47.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26852024-10-09T21:39:47.730Z
26862024-10-09T21:39:47.730Zinfo: running `cargo check --bins` on dpd-client (93/164)
26872024-10-09T21:39:48.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-10-09T21:39:48.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-10-09T21:39:48.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-10-09T21:39:48.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26912024-10-09T21:39:48.361Z
26922024-10-09T21:39:48.361Zinfo: running `cargo check --bins` on installinator-common (94/164)
26932024-10-09T21:39:48.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-10-09T21:39:48.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-10-09T21:39:48.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962024-10-09T21:39:48.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26972024-10-09T21:39:49.029Z
26982024-10-09T21:39:49.029Zinfo: running `cargo check --bins` on key-manager (95/164)
26992024-10-09T21:39:49.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-10-09T21:39:49.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-10-09T21:39:49.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022024-10-09T21:39:49.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27032024-10-09T21:39:49.681Z
27042024-10-09T21:39:49.681Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (96/164)
27052024-10-09T21:39:50.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-10-09T21:39:50.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-10-09T21:39:50.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082024-10-09T21:39:50.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27092024-10-09T21:39:50.339Z
27102024-10-09T21:39:50.339Zinfo: running `cargo check --bins` on sled-agent-api (97/164)
27112024-10-09T21:39:50.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122024-10-09T21:39:50.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132024-10-09T21:39:50.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142024-10-09T21:39:50.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27152024-10-09T21:39:51.017Z
27162024-10-09T21:39:51.017Zinfo: running `cargo check --bins` on sled-hardware (98/164)
27172024-10-09T21:39:51.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-10-09T21:39:51.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-10-09T21:39:51.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202024-10-09T21:39:51.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27212024-10-09T21:39:51.674Z
27222024-10-09T21:39:51.674Zinfo: running `cargo check --bins --no-default-features` on sled-storage (99/164)
27232024-10-09T21:39:52.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-10-09T21:39:52.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-10-09T21:39:52.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262024-10-09T21:39:52.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27272024-10-09T21:39:52.337Z
27282024-10-09T21:39:52.337Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (100/164)
27292024-10-09T21:39:52.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302024-10-09T21:39:52.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312024-10-09T21:39:52.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322024-10-09T21:39:52.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27332024-10-09T21:39:52.996Z
27342024-10-09T21:39:52.996Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (101/164)
27352024-10-09T21:39:53.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362024-10-09T21:39:53.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372024-10-09T21:39:53.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382024-10-09T21:39:53.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27392024-10-09T21:39:53.675Z
27402024-10-09T21:39:53.675Zinfo: running `cargo check --bins` on nexus-test-interface (102/164)
27412024-10-09T21:39:54.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422024-10-09T21:39:54.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432024-10-09T21:39:54.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442024-10-09T21:39:54.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27452024-10-09T21:39:54.348Z
27462024-10-09T21:39:54.348Zinfo: running `cargo check --bins` on oximeter-collector (103/164)
27472024-10-09T21:39:54.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482024-10-09T21:39:54.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492024-10-09T21:39:55.054Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27502024-10-09T21:39:55.054Z Checking bcs v0.1.6
27512024-10-09T21:39:55.057Z Compiling async-recursion v1.1.1
27522024-10-09T21:39:55.057Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27532024-10-09T21:39:55.057Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27542024-10-09T21:39:56.098Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552024-10-09T21:39:59.256Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27562024-10-09T21:40:00.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s
27572024-10-09T21:40:01.041Z
27582024-10-09T21:40:01.041Zinfo: running `cargo check --bins` on oximeter-api (104/164)
27592024-10-09T21:40:01.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-10-09T21:40:01.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-10-09T21:40:01.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622024-10-09T21:40:01.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27632024-10-09T21:40:01.693Z
27642024-10-09T21:40:01.693Zinfo: running `cargo check --bins` on oximeter-client (105/164)
27652024-10-09T21:40:02.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-10-09T21:40:02.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-10-09T21:40:02.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682024-10-09T21:40:02.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27692024-10-09T21:40:02.349Z
27702024-10-09T21:40:02.349Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (106/164)
27712024-10-09T21:40:02.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-10-09T21:40:02.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-10-09T21:40:03.005Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27742024-10-09T21:40:03.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
27752024-10-09T21:40:03.731Z
27762024-10-09T21:40:03.732Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (107/164)
27772024-10-09T21:40:04.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-10-09T21:40:04.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-10-09T21:40:04.413Z Compiling cfg_aliases v0.1.1
27802024-10-09T21:40:04.416Z Compiling vte_generate_state_changes v0.1.1
27812024-10-09T21:40:04.416Z Checking fd-lock v4.0.2
27822024-10-09T21:40:04.416Z Checking bytecount v0.6.8
27832024-10-09T21:40:04.521Z Compiling tabled_derive v0.7.0
27842024-10-09T21:40:04.528Z Checking crossterm v0.27.0
27852024-10-09T21:40:04.531Z Compiling peg-macros v0.8.4
27862024-10-09T21:40:04.531Z Compiling sqlparser_derive v0.2.2
27872024-10-09T21:40:04.582Z Compiling nix v0.28.0
27882024-10-09T21:40:04.617Z Checking papergrid v0.11.0
27892024-10-09T21:40:04.659Z Checking unicode_categories v0.1.1
27902024-10-09T21:40:04.948Z Checking nu-ansi-term v0.50.0
27912024-10-09T21:40:05.131Z Checking vte v0.11.1
27922024-10-09T21:40:05.329Z Checking home v0.5.9
27932024-10-09T21:40:05.492Z Checking sqlformat v0.2.6
27942024-10-09T21:40:05.624Z Checking sqlparser v0.45.0
27952024-10-09T21:40:06.079Z Checking crossterm v0.28.1
27962024-10-09T21:40:06.480Z Checking strip-ansi-escapes v0.2.0
27972024-10-09T21:40:06.939Z Checking reedline v0.33.0
27982024-10-09T21:40:06.968Z Checking tabled v0.15.0
27992024-10-09T21:40:07.657Z Checking peg v0.8.4
28002024-10-09T21:40:07.766Z Checking rustyline v14.0.0
28012024-10-09T21:40:12.242Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022024-10-09T21:40:20.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s
28032024-10-09T21:40:20.617Z
28042024-10-09T21:40:20.618Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (108/164)
28052024-10-09T21:40:20.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-10-09T21:40:20.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-10-09T21:40:20.618Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082024-10-09T21:40:23.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
28092024-10-09T21:40:24.139Z
28102024-10-09T21:40:24.139Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (109/164)
28112024-10-09T21:40:24.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-10-09T21:40:24.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-10-09T21:40:24.809Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142024-10-09T21:40:29.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s
28152024-10-09T21:40:29.267Z
28162024-10-09T21:40:29.267Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/164)
28172024-10-09T21:40:29.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-10-09T21:40:29.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-10-09T21:40:29.932Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202024-10-09T21:40:34.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
28212024-10-09T21:40:34.932Z
28222024-10-09T21:40:34.932Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (111/164)
28232024-10-09T21:40:35.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-10-09T21:40:35.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-10-09T21:40:35.601Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262024-10-09T21:40:40.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s
28272024-10-09T21:40:41.124Z
28282024-10-09T21:40:41.124Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (112/164)
28292024-10-09T21:40:41.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-10-09T21:40:41.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-10-09T21:40:41.805Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322024-10-09T21:40:45.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
28332024-10-09T21:40:46.145Z
28342024-10-09T21:40:46.145Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (113/164)
28352024-10-09T21:40:46.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-10-09T21:40:46.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-10-09T21:40:46.819Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382024-10-09T21:40:51.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
28392024-10-09T21:40:51.489Z
28402024-10-09T21:40:51.489Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (114/164)
28412024-10-09T21:40:52.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-10-09T21:40:52.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-10-09T21:40:52.164Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442024-10-09T21:40:57.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s
28452024-10-09T21:40:57.448Z
28462024-10-09T21:40:57.448Zinfo: running `cargo check --bins` on oximeter-test-utils (115/164)
28472024-10-09T21:40:58.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-10-09T21:40:58.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-10-09T21:40:58.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-10-09T21:40:58.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28512024-10-09T21:40:58.118Z
28522024-10-09T21:40:58.118Zinfo: running `cargo check --bins` on cockroach-admin-client (116/164)
28532024-10-09T21:40:58.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-10-09T21:40:58.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-10-09T21:40:58.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-10-09T21:40:58.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28572024-10-09T21:40:58.737Z
28582024-10-09T21:40:58.737Zinfo: running `cargo check --bins` on installinator-client (117/164)
28592024-10-09T21:40:59.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-10-09T21:40:59.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-10-09T21:40:59.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-10-09T21:40:59.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28632024-10-09T21:40:59.392Z
28642024-10-09T21:40:59.392Zinfo: running `cargo check --bins` on oxide-client (118/164)
28652024-10-09T21:40:59.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-10-09T21:40:59.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-10-09T21:40:59.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-10-09T21:40:59.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28692024-10-09T21:41:00.016Z
28702024-10-09T21:41:00.016Zinfo: running `cargo check --bins` on wicketd-client (119/164)
28712024-10-09T21:41:00.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-10-09T21:41:00.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-10-09T21:41:00.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-10-09T21:41:00.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28752024-10-09T21:41:00.699Z
28762024-10-09T21:41:00.700Zinfo: running `cargo check --bins` on wicket-common (120/164)
28772024-10-09T21:41:01.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-10-09T21:41:01.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-10-09T21:41:01.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-10-09T21:41:01.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28812024-10-09T21:41:01.367Z
28822024-10-09T21:41:01.367Zinfo: running `cargo check --bins` on omicron-cockroach-admin (121/164)
28832024-10-09T21:41:01.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-10-09T21:41:01.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-10-09T21:41:02.035Z Checking csv-core v0.1.11
28862024-10-09T21:41:02.038Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872024-10-09T21:41:02.322Z Checking csv v1.3.0
28882024-10-09T21:41:02.827Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28892024-10-09T21:41:03.153Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28902024-10-09T21:41:04.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
28912024-10-09T21:41:04.458Z
28922024-10-09T21:41:04.458Zinfo: running `cargo check --bins` on cockroach-admin-api (122/164)
28932024-10-09T21:41:05.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942024-10-09T21:41:05.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952024-10-09T21:41:05.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962024-10-09T21:41:05.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28972024-10-09T21:41:05.106Z
28982024-10-09T21:41:05.107Zinfo: running `cargo check --bins` on cockroach-admin-types (123/164)
28992024-10-09T21:41:05.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002024-10-09T21:41:05.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012024-10-09T21:41:05.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022024-10-09T21:41:05.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29032024-10-09T21:41:05.748Z
29042024-10-09T21:41:05.748Zinfo: running `cargo check --bins` on cert-dev (124/164)
29052024-10-09T21:41:06.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062024-10-09T21:41:06.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072024-10-09T21:41:06.356Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29082024-10-09T21:41:06.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
29092024-10-09T21:41:06.744Z
29102024-10-09T21:41:06.744Zinfo: running `cargo check --bins` on ch-dev (125/164)
29112024-10-09T21:41:07.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122024-10-09T21:41:07.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132024-10-09T21:41:07.415Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29142024-10-09T21:41:08.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
29152024-10-09T21:41:08.251Z
29162024-10-09T21:41:08.251Zinfo: running `cargo check --bins` on crdb-seed (126/164)
29172024-10-09T21:41:08.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182024-10-09T21:41:08.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192024-10-09T21:41:08.917Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29202024-10-09T21:41:09.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
29212024-10-09T21:41:09.401Z
29222024-10-09T21:41:09.401Zinfo: running `cargo check --bins` on db-dev (127/164)
29232024-10-09T21:41:09.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242024-10-09T21:41:09.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252024-10-09T21:41:10.065Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29262024-10-09T21:41:10.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
29272024-10-09T21:41:10.895Z
29282024-10-09T21:41:10.895Zinfo: running `cargo check --bins` on omicron-dev-lib (128/164)
29292024-10-09T21:41:11.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302024-10-09T21:41:11.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312024-10-09T21:41:11.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322024-10-09T21:41:11.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29332024-10-09T21:41:11.558Z
29342024-10-09T21:41:11.558Zinfo: running `cargo check --bins` on xtask-downloader (129/164)
29352024-10-09T21:41:12.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-10-09T21:41:12.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-10-09T21:41:12.177Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29382024-10-09T21:41:13.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
29392024-10-09T21:41:13.141Z
29402024-10-09T21:41:13.141Zinfo: running `cargo check --bins` on omicron-ls-apis (130/164)
29412024-10-09T21:41:13.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422024-10-09T21:41:13.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432024-10-09T21:41:13.759Z Checking cargo-platform v0.1.8
29442024-10-09T21:41:14.012Z Checking cargo_metadata v0.18.1
29452024-10-09T21:41:14.954Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29462024-10-09T21:41:15.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
29472024-10-09T21:41:15.811Z
29482024-10-09T21:41:15.811Zinfo: running `cargo check --bins` on mgs-dev (131/164)
29492024-10-09T21:41:16.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502024-10-09T21:41:16.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512024-10-09T21:41:16.539Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29522024-10-09T21:41:17.173Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29532024-10-09T21:41:17.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
29542024-10-09T21:41:17.826Z
29552024-10-09T21:41:17.826Zinfo: running `cargo check --bins` on omicron-omdb (132/164)
29562024-10-09T21:41:18.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572024-10-09T21:41:18.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582024-10-09T21:41:18.628Z Compiling crunchy v0.2.2
29592024-10-09T21:41:18.628Z Compiling glob v0.3.1
29602024-10-09T21:41:18.630Z Compiling tiny-keccak v2.0.2
29612024-10-09T21:41:18.630Z Compiling dsl_auto_type v0.1.2
29622024-10-09T21:41:18.630Z Checking scheduled-thread-pool v0.2.7
29632024-10-09T21:41:18.631Z Compiling diesel_table_macro_syntax v0.2.0
29642024-10-09T21:41:18.749Z Compiling ascii-canvas v3.0.0
29652024-10-09T21:41:18.761Z Compiling ena v0.14.3
29662024-10-09T21:41:18.922Z Checking r2d2 v0.8.10
29672024-10-09T21:41:19.102Z Compiling libloading v0.8.3
29682024-10-09T21:41:19.183Z Compiling bindgen v0.69.4
29692024-10-09T21:41:19.183Z Compiling diff v0.1.13
29702024-10-09T21:41:19.230Z Compiling regex-syntax v0.6.29
29712024-10-09T21:41:19.317Z Compiling which v4.4.2
29722024-10-09T21:41:19.495Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29732024-10-09T21:41:19.634Z Compiling clang-sys v1.7.0
29742024-10-09T21:41:19.724Z Compiling cexpr v0.6.0
29752024-10-09T21:41:19.862Z Compiling rustc-hash v1.1.0
29762024-10-09T21:41:19.916Z Compiling shlex v1.3.0
29772024-10-09T21:41:19.962Z Compiling ref-cast v1.0.23
29782024-10-09T21:41:20.013Z Compiling lazycell v1.3.0
29792024-10-09T21:41:20.031Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29802024-10-09T21:41:20.183Z Compiling derive_builder_core v0.20.0
29812024-10-09T21:41:20.311Z Compiling libxml v0.3.3
29822024-10-09T21:41:20.327Z Compiling ref-cast-impl v1.0.23
29832024-10-09T21:41:20.349Z Compiling diesel_derives v2.2.2
29842024-10-09T21:41:20.567Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29852024-10-09T21:41:20.727Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29862024-10-09T21:41:21.049Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29872024-10-09T21:41:21.345Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29882024-10-09T21:41:21.410Z Compiling strum_macros v0.24.3
29892024-10-09T21:41:21.642Z Compiling indoc v1.0.9
29902024-10-09T21:41:22.603Z Compiling lalrpop v0.19.12
29912024-10-09T21:41:22.640Z Compiling derive_builder_macro v0.20.0
29922024-10-09T21:41:23.539Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29932024-10-09T21:41:23.556Z Checking derive_builder v0.20.0
29942024-10-09T21:41:23.692Z Compiling impl-trait-for-tuples v0.2.2
29952024-10-09T21:41:24.166Z Compiling oso-derive v0.27.3
29962024-10-09T21:41:24.961Z Checking quick-xml v0.33.0
29972024-10-09T21:41:25.062Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29982024-10-09T21:41:25.243Z Checking maplit v1.0.2
29992024-10-09T21:41:25.396Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30002024-10-09T21:41:25.438Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30012024-10-09T21:41:25.741Z Checking bb8 v0.8.5
30022024-10-09T21:41:26.221Z Compiling const_format_proc_macros v0.2.33
30032024-10-09T21:41:27.092Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48)
30042024-10-09T21:41:27.114Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30052024-10-09T21:41:27.396Z Checking castaway v0.2.3
30062024-10-09T21:41:27.561Z Checking compact_str v0.8.0
30072024-10-09T21:41:28.387Z Checking const_format v0.2.33
30082024-10-09T21:41:28.452Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30092024-10-09T21:41:28.726Z Checking unicode-truncate v1.0.0
30102024-10-09T21:41:28.918Z Checking lru v0.12.3
30112024-10-09T21:41:28.974Z Compiling instability v0.3.2
30122024-10-09T21:41:29.235Z Checking unicode-linebreak v0.1.5
30132024-10-09T21:41:29.373Z Checking cassowary v0.3.0
30142024-10-09T21:41:29.669Z Checking smawk v0.3.2
30152024-10-09T21:41:29.757Z Checking is_ci v1.2.0
30162024-10-09T21:41:29.882Z Checking supports-color v3.0.1
30172024-10-09T21:41:29.885Z Checking textwrap v0.16.1
30182024-10-09T21:41:30.020Z Checking ratatui v0.28.0
30192024-10-09T21:41:30.107Z Checking multimap v0.10.0
30202024-10-09T21:41:32.481Z Checking diesel v2.2.4
30212024-10-09T21:41:51.321Z Compiling samael v0.0.17
30222024-10-09T21:42:06.337Z Compiling polar-core v0.27.3
30232024-10-09T21:42:07.299Z Checking async-bb8-diesel v0.2.1
30242024-10-09T21:42:13.116Z Checking oso v0.27.3
30252024-10-09T21:43:15.993Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30262024-10-09T21:43:21.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
30272024-10-09T21:43:21.597Z
30282024-10-09T21:43:21.597Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (133/164)
30292024-10-09T21:43:22.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302024-10-09T21:43:22.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312024-10-09T21:43:22.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322024-10-09T21:43:22.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30332024-10-09T21:43:22.309Z
30342024-10-09T21:43:22.309Zinfo: running `cargo check --bins` on nexus-saga-recovery (134/164)
30352024-10-09T21:43:22.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362024-10-09T21:43:22.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372024-10-09T21:43:22.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382024-10-09T21:43:22.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30392024-10-09T21:43:23.010Z
30402024-10-09T21:43:23.010Zinfo: running `cargo check --bins` on nexus-test-utils-macros (135/164)
30412024-10-09T21:43:23.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422024-10-09T21:43:23.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432024-10-09T21:43:23.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442024-10-09T21:43:23.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30452024-10-09T21:43:23.635Z
30462024-10-09T21:43:23.635Zinfo: running `cargo check --bins` on omicron-nexus (136/164)
30472024-10-09T21:43:24.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482024-10-09T21:43:24.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492024-10-09T21:43:24.453Z Compiling libz-sys v1.1.16
30502024-10-09T21:43:24.562Z Checking http v0.2.12
30512024-10-09T21:43:24.565Z Compiling libgit2-sys v0.17.0+1.8.1
30522024-10-09T21:43:24.577Z Compiling vergen v8.3.2
30532024-10-09T21:43:24.579Z Compiling cargo-platform v0.1.8
30542024-10-09T21:43:24.579Z Compiling pin-project-internal v1.1.5
30552024-10-09T21:43:24.619Z Compiling snafu-derive v0.8.2
30562024-10-09T21:43:24.619Z Compiling libsqlite3-sys v0.30.1
30572024-10-09T21:43:24.886Z Compiling cargo_metadata v0.18.1
30582024-10-09T21:43:25.124Z Checking sync_wrapper v0.1.2
30592024-10-09T21:43:25.141Z Compiling cfg_aliases v0.2.1
30602024-10-09T21:43:25.239Z Compiling rustls v0.21.12
30612024-10-09T21:43:25.257Z Compiling buf-list v1.0.3
30622024-10-09T21:43:25.468Z Compiling nix v0.29.0
30632024-10-09T21:43:25.592Z Checking clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client)
30642024-10-09T21:43:25.837Z Checking http-body v0.4.6
30652024-10-09T21:43:25.921Z Checking h2 v0.3.26
30662024-10-09T21:43:26.298Z Checking globset v0.4.14
30672024-10-09T21:43:26.395Z Checking rustls-webpki v0.101.7
30682024-10-09T21:43:26.783Z Checking olpc-cjson v0.1.3
30692024-10-09T21:43:26.983Z Checking sct v0.7.1
30702024-10-09T21:43:27.098Z Checking rand_seeder v0.3.0
30712024-10-09T21:43:27.162Z Checking serde_plain v1.0.2
30722024-10-09T21:43:27.305Z Checking typed-path v0.7.1
30732024-10-09T21:43:27.403Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30742024-10-09T21:43:27.585Z Checking pin-project v1.1.5
30752024-10-09T21:43:28.009Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30762024-10-09T21:43:28.098Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30772024-10-09T21:43:28.284Z Checking hashlink v0.9.1
30782024-10-09T21:43:28.358Z Checking parse-size v1.0.0
30792024-10-09T21:43:28.504Z Checking fallible-streaming-iterator v0.1.9
30802024-10-09T21:43:28.538Z Checking fallible-iterator v0.3.0
30812024-10-09T21:43:28.833Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30822024-10-09T21:43:29.179Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30832024-10-09T21:43:29.197Z Checking rusqlite v0.32.1
30842024-10-09T21:43:29.291Z Checking rustls-pemfile v1.0.4
30852024-10-09T21:43:29.483Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30862024-10-09T21:43:29.743Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30872024-10-09T21:43:29.770Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30882024-10-09T21:43:29.893Z Checking twox-hash v1.6.3
30892024-10-09T21:43:30.076Z Checking snafu v0.8.2
30902024-10-09T21:43:30.095Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30912024-10-09T21:43:30.341Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30922024-10-09T21:43:30.665Z Checking tokio-rustls v0.24.1
30932024-10-09T21:43:30.733Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30942024-10-09T21:43:31.020Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30952024-10-09T21:43:31.232Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30962024-10-09T21:43:31.338Z Checking fatfs v0.3.6
30972024-10-09T21:43:31.746Z Checking assert_matches v1.5.0
30982024-10-09T21:43:31.821Z Checking hyper v0.14.30
30992024-10-09T21:43:35.724Z Checking reqwest v0.11.27
31002024-10-09T21:43:36.420Z Checking tough v0.17.1
31012024-10-09T21:43:37.888Z Compiling git2 v0.19.0
31022024-10-09T21:43:39.415Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31032024-10-09T21:43:40.526Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31042024-10-09T21:43:42.633Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31052024-10-09T21:44:32.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
31062024-10-09T21:44:32.793Z
31072024-10-09T21:44:32.793Zinfo: running `cargo check --bins` on nexus-external-api (137/164)
31082024-10-09T21:44:33.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-10-09T21:44:33.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-10-09T21:44:33.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112024-10-09T21:44:33.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31122024-10-09T21:44:33.492Z
31132024-10-09T21:44:33.492Zinfo: running `cargo check --bins` on openapi-manager-types (138/164)
31142024-10-09T21:44:34.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-10-09T21:44:34.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-10-09T21:44:34.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172024-10-09T21:44:34.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31182024-10-09T21:44:34.128Z
31192024-10-09T21:44:34.128Zinfo: running `cargo check --bins` on nexus-internal-api (139/164)
31202024-10-09T21:44:34.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-10-09T21:44:34.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-10-09T21:44:34.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232024-10-09T21:44:34.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31242024-10-09T21:44:34.805Z
31252024-10-09T21:44:34.805Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (140/164)
31262024-10-09T21:44:35.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-10-09T21:44:35.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-10-09T21:44:35.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292024-10-09T21:44:35.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31302024-10-09T21:44:35.506Z
31312024-10-09T21:44:35.506Zinfo: running `cargo check --bins` on nexus-networking (141/164)
31322024-10-09T21:44:36.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332024-10-09T21:44:36.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342024-10-09T21:44:36.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352024-10-09T21:44:36.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31362024-10-09T21:44:36.205Z
31372024-10-09T21:44:36.205Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (142/164)
31382024-10-09T21:44:36.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-10-09T21:44:36.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-10-09T21:44:36.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412024-10-09T21:44:36.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31422024-10-09T21:44:36.898Z
31432024-10-09T21:44:36.898Zinfo: running `cargo check --bins` on update-common (143/164)
31442024-10-09T21:44:37.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452024-10-09T21:44:37.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462024-10-09T21:44:37.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472024-10-09T21:44:37.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31482024-10-09T21:44:37.565Z
31492024-10-09T21:44:37.565Zinfo: running `cargo check --bins` on tufaceous-lib (144/164)
31502024-10-09T21:44:38.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-10-09T21:44:38.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-10-09T21:44:38.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532024-10-09T21:44:38.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31542024-10-09T21:44:38.232Z
31552024-10-09T21:44:38.232Zinfo: running `cargo check --bins` on tufaceous (145/164)
31562024-10-09T21:44:38.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572024-10-09T21:44:38.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582024-10-09T21:44:38.916Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31592024-10-09T21:44:39.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
31602024-10-09T21:44:39.959Z
31612024-10-09T21:44:39.959Zinfo: running `cargo check --bins` on omicron-dev (146/164)
31622024-10-09T21:44:40.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632024-10-09T21:44:40.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642024-10-09T21:44:40.809Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31652024-10-09T21:44:40.809Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31662024-10-09T21:44:40.812Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31672024-10-09T21:44:42.152Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31682024-10-09T21:44:44.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
31692024-10-09T21:44:44.801Z
31702024-10-09T21:44:44.801Zinfo: running `cargo check --bins` on openapi-manager (147/164)
31712024-10-09T21:44:45.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722024-10-09T21:44:45.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732024-10-09T21:44:45.511Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31742024-10-09T21:44:45.511Z Checking heck v0.4.1
31752024-10-09T21:44:45.514Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31762024-10-09T21:44:45.744Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31772024-10-09T21:44:47.058Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31782024-10-09T21:44:47.861Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31792024-10-09T21:44:48.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
31802024-10-09T21:44:49.013Z
31812024-10-09T21:44:49.013Zinfo: running `cargo check --bins` on installinator-api (148/164)
31822024-10-09T21:44:49.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832024-10-09T21:44:49.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842024-10-09T21:44:49.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852024-10-09T21:44:49.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31862024-10-09T21:44:49.681Z
31872024-10-09T21:44:49.681Zinfo: running `cargo check --bins` on wicketd-api (149/164)
31882024-10-09T21:44:50.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892024-10-09T21:44:50.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902024-10-09T21:44:50.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912024-10-09T21:44:50.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31922024-10-09T21:44:50.352Z
31932024-10-09T21:44:50.352Zinfo: running `cargo check --bins` on reconfigurator-cli (150/164)
31942024-10-09T21:44:50.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952024-10-09T21:44:50.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962024-10-09T21:44:51.053Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31972024-10-09T21:44:52.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
31982024-10-09T21:44:52.299Z
31992024-10-09T21:44:52.299Zinfo: running `cargo check --bins` on omicron-releng (151/164)
32002024-10-09T21:44:52.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012024-10-09T21:44:52.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022024-10-09T21:44:52.987Z Checking memmap2 v0.9.4
32032024-10-09T21:44:52.988Z Checking untrusted v0.7.1
32042024-10-09T21:44:52.988Z Checking arrayref v0.3.7
32052024-10-09T21:44:52.990Z Checking arrayvec v0.7.4
32062024-10-09T21:44:52.990Z Checking constant_time_eq v0.3.0
32072024-10-09T21:44:52.990Z Checking spin v0.5.2
32082024-10-09T21:44:52.990Z Checking topological-sort v0.2.2
32092024-10-09T21:44:53.084Z Checking shell-words v1.1.0
32102024-10-09T21:44:53.251Z Checking ring v0.16.20
32112024-10-09T21:44:53.382Z Checking blake3 v1.5.1
32122024-10-09T21:44:54.355Z Checking omicron-zone-package v0.11.1
32132024-10-09T21:44:55.401Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32142024-10-09T21:44:56.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
32152024-10-09T21:44:56.378Z
32162024-10-09T21:44:56.378Zinfo: running `cargo check --bins` on xtask (152/164)
32172024-10-09T21:44:56.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182024-10-09T21:44:56.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192024-10-09T21:44:56.860Z Checking bitflags v2.6.0
32202024-10-09T21:44:56.862Z Checking serde v1.0.210
32212024-10-09T21:44:56.863Z Checking thiserror v1.0.64
32222024-10-09T21:44:56.945Z Checking scroll v0.12.0
32232024-10-09T21:44:56.953Z Checking hashbrown v0.14.5
32242024-10-09T21:44:56.956Z Checking log v0.4.22
32252024-10-09T21:44:56.956Z Checking zerocopy v0.7.34
32262024-10-09T21:44:56.983Z Checking syn v2.0.79
32272024-10-09T21:44:57.029Z Checking pest v2.7.10
32282024-10-09T21:44:57.165Z Checking rustix v0.38.37
32292024-10-09T21:44:57.208Z Checking once_cell v1.19.0
32302024-10-09T21:44:57.390Z Checking goblin v0.8.2
32312024-10-09T21:44:57.491Z Checking fs-err v2.11.0
32322024-10-09T21:44:57.790Z Checking tabled v0.15.0
32332024-10-09T21:44:58.002Z Checking indexmap v2.5.0
32342024-10-09T21:44:58.224Z Checking anyhow v1.0.89
32352024-10-09T21:44:59.021Z Checking terminal_size v0.3.0
32362024-10-09T21:44:59.024Z Checking tempfile v3.13.0
32372024-10-09T21:44:59.192Z Checking clap_builder v4.5.18
32382024-10-09T21:44:59.579Z Checking dtrace-parser v0.2.0
32392024-10-09T21:45:01.162Z Checking serde_json v1.0.128
32402024-10-09T21:45:01.162Z Checking serde_spanned v0.6.7
32412024-10-09T21:45:01.165Z Checking toml_datetime v0.6.8
32422024-10-09T21:45:01.165Z Checking camino v1.1.9
32432024-10-09T21:45:01.165Z Checking cargo-platform v0.1.8
32442024-10-09T21:45:01.165Z Checking semver v1.0.23
32452024-10-09T21:45:01.353Z Checking macaddr v1.0.1
32462024-10-09T21:45:01.429Z Checking toml_edit v0.22.22
32472024-10-09T21:45:01.675Z Checking camino-tempfile v1.1.1
32482024-10-09T21:45:01.689Z Checking clap v4.5.18
32492024-10-09T21:45:02.304Z Checking dof v0.3.0
32502024-10-09T21:45:02.304Z Checking cargo_metadata v0.18.1
32512024-10-09T21:45:02.692Z Checking usdt-impl v0.5.0
32522024-10-09T21:45:03.036Z Checking usdt v0.5.0
32532024-10-09T21:45:03.141Z Checking toml v0.8.19
32542024-10-09T21:45:03.604Z Checking cargo_toml v0.20.5
32552024-10-09T21:45:04.812Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32562024-10-09T21:45:05.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
32572024-10-09T21:45:05.495Z
32582024-10-09T21:45:05.495Zinfo: running `cargo check --bins` on end-to-end-tests (153/164)
32592024-10-09T21:45:06.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602024-10-09T21:45:06.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612024-10-09T21:45:06.264Z Checking polyval v0.6.2
32622024-10-09T21:45:06.368Z Checking ctr v0.9.2
32632024-10-09T21:45:06.377Z Checking ssh-encoding v0.2.0
32642024-10-09T21:45:06.377Z Checking blowfish v0.9.1
32652024-10-09T21:45:06.396Z Checking password-hash v0.4.2
32662024-10-09T21:45:06.399Z Checking matches v0.1.10
32672024-10-09T21:45:06.425Z Checking p521 v0.13.3
32682024-10-09T21:45:06.425Z Checking p256 v0.13.2
32692024-10-09T21:45:06.575Z Checking ghash v0.5.1
32702024-10-09T21:45:06.577Z Compiling enum-as-inner v0.5.1
32712024-10-09T21:45:06.582Z Checking bcrypt-pbkdf v0.10.0
32722024-10-09T21:45:06.662Z Checking russh-cryptovec v0.7.2
32732024-10-09T21:45:06.743Z Checking aes-gcm v0.10.3
32742024-10-09T21:45:06.762Z Checking idna v0.2.3
32752024-10-09T21:45:06.778Z Checking pbkdf2 v0.11.0
32762024-10-09T21:45:06.838Z Checking md5 v0.7.0
32772024-10-09T21:45:06.857Z Checking num-bigint v0.4.5
32782024-10-09T21:45:06.874Z Checking des v0.8.1
32792024-10-09T21:45:06.975Z Checking ssh-cipher v0.2.0
32802024-10-09T21:45:07.035Z Checking hex-literal v0.4.1
32812024-10-09T21:45:07.106Z Compiling dhcproto-macros v0.1.0
32822024-10-09T21:45:07.124Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32832024-10-09T21:45:07.160Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32842024-10-09T21:45:07.240Z Checking ssh-key v0.6.6
32852024-10-09T21:45:07.517Z Checking internet-checksum v0.2.1
32862024-10-09T21:45:07.633Z Checking trust-dns-proto v0.22.0
32872024-10-09T21:45:08.484Z Checking russh-keys v0.45.0
32882024-10-09T21:45:09.388Z Checking russh v0.45.0
32892024-10-09T21:45:10.129Z Checking dhcproto v0.12.0
32902024-10-09T21:45:26.627Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32912024-10-09T21:45:27.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.40s
32922024-10-09T21:45:28.083Z
32932024-10-09T21:45:28.083Zinfo: running `cargo check --bins` on gateway-cli (154/164)
32942024-10-09T21:45:28.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952024-10-09T21:45:28.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962024-10-09T21:45:28.737Z Checking termios v0.3.3
32972024-10-09T21:45:28.948Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32982024-10-09T21:45:29.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
32992024-10-09T21:45:29.824Z
33002024-10-09T21:45:29.824Zinfo: running `cargo check --bins --no-default-features` on installinator (155/164)
33012024-10-09T21:45:30.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022024-10-09T21:45:30.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032024-10-09T21:45:30.539Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33042024-10-09T21:45:32.492Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33052024-10-09T21:45:34.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
33062024-10-09T21:45:34.413Z
33072024-10-09T21:45:34.413Zinfo: running `cargo check --bins` on internal-dns-cli (156/164)
33082024-10-09T21:45:35.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092024-10-09T21:45:35.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102024-10-09T21:45:35.068Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33112024-10-09T21:45:35.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
33122024-10-09T21:45:35.653Z
33132024-10-09T21:45:35.654Zinfo: running `cargo check --bins` on omicron-live-tests (157/164)
33142024-10-09T21:45:36.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152024-10-09T21:45:36.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162024-10-09T21:45:36.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172024-10-09T21:45:36.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33182024-10-09T21:45:36.278Z
33192024-10-09T21:45:36.278Zinfo: running `cargo check --bins` on live-tests-macros (158/164)
33202024-10-09T21:45:36.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212024-10-09T21:45:36.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222024-10-09T21:45:36.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232024-10-09T21:45:36.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33242024-10-09T21:45:36.901Z
33252024-10-09T21:45:36.901Zinfo: running `cargo check --bins` on omicron-package (159/164)
33262024-10-09T21:45:37.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-10-09T21:45:37.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-10-09T21:45:37.583Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33292024-10-09T21:45:38.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
33302024-10-09T21:45:38.950Z
33312024-10-09T21:45:38.950Zinfo: running `cargo check --bins` on wicket-dbg (160/164)
33322024-10-09T21:45:39.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-10-09T21:45:39.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-10-09T21:45:39.676Z Checking rtoolbox v0.0.2
33352024-10-09T21:45:39.676Z Checking tui-tree-widget v0.22.0
33362024-10-09T21:45:39.678Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33372024-10-09T21:45:39.883Z Checking rpassword v7.3.1
33382024-10-09T21:45:43.592Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33392024-10-09T21:45:46.408Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33402024-10-09T21:45:47.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.56s
33412024-10-09T21:45:47.680Z
33422024-10-09T21:45:47.680Zinfo: running `cargo check --bins` on wicket (161/164)
33432024-10-09T21:45:48.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-10-09T21:45:48.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-10-09T21:45:48.392Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33462024-10-09T21:45:48.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
33472024-10-09T21:45:48.948Z
33482024-10-09T21:45:48.948Zinfo: running `cargo check --bins` on wicketd (162/164)
33492024-10-09T21:45:49.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-10-09T21:45:49.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-10-09T21:45:49.684Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33522024-10-09T21:45:53.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
33532024-10-09T21:45:53.573Z
33542024-10-09T21:45:53.573Zinfo: running `cargo check --bins` on omicron-workspace-hack (163/164)
33552024-10-09T21:45:54.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-10-09T21:45:54.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-10-09T21:45:54.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582024-10-09T21:45:54.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33592024-10-09T21:45:54.201Z
33602024-10-09T21:45:54.201Zinfo: running `cargo check --bins` on zone-setup (164/164)
33612024-10-09T21:45:54.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622024-10-09T21:45:54.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632024-10-09T21:45:54.952Z Checking uzers v0.11.3
33642024-10-09T21:45:55.247Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33652024-10-09T21:45:56.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
33662024-10-09T21:45:56.449Z
33672024-10-09T21:45:56.449Zreal 11:28.392748711
33682024-10-09T21:45:56.449Zuser 23:54.812205746
33692024-10-09T21:45:56.449Zsys 5:07.859225611
33702024-10-09T21:45:56.449Ztrap 0.486520887
33712024-10-09T21:45:56.449Ztflt 2.859613986
33722024-10-09T21:45:56.449Zdflt 2.202707871
33732024-10-09T21:45:56.449Zkflt 0.002096319
33742024-10-09T21:45:56.452Zlock 42:33.905370908
33752024-10-09T21:45:56.452Zslp 1:57:45.667141977
33762024-10-09T21:45:56.452Zlat 57.607674480
33772024-10-09T21:45:56.452Zstop 2:59.221380243
33782024-10-09T21:45:56.452Zprocess exited: duration 932230 ms, exit code 0
 
33792024-10-09T21:45:56.458Zfound 0 output files