01JARFZ3G7MMQXBCR987NZFEQ9: 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: 01JARFZCB62YPXQSYYPHJ6SNSG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-21T21:33:44.572Zjob assigned to worker 01JARFZDE4KBS2EWCKQBK11762 (queued for 24 s)
 
22024-10-21T21:33:44.905Zstarting task 0: "setup"
32024-10-21T21:33:44.930Z++ uname -s
42024-10-21T21:33:44.930Z+ kern=SunOS
52024-10-21T21:33:44.930Z+ case "$kern" in
62024-10-21T21:33:44.930Z+ groupadd -g 12345 build
72024-10-21T21:33:44.930Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-21T21:33:46.935Z+ zfs create -o mountpoint=/work rpool/work
92024-10-21T21:33:46.972Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-21T21:33:46.997Z+ home_fs=zfs
112024-10-21T21:33:46.997Z+ [[ zfs == autofs ]]
122024-10-21T21:33:46.997Z+ mkdir -p /home/build
132024-10-21T21:33:46.997Z+ chown build:build /home/build /work
142024-10-21T21:33:48.983Z+ chmod 0700 /home/build /work
152024-10-21T21:33:49.007Zprocess exited: duration 4082 ms, exit code 0
 
162024-10-21T21:33:49.057Zstarting task 1: "rust-toolchain"
172024-10-21T21:33:49.081Z+ printf ' * toolchain channel = "%s"
182024-10-21T21:33:49.081Z' 1.80.1
192024-10-21T21:33:49.081Z+ printf ' * toolchain profile = "%s"
202024-10-21T21:33:49.081Z' default
212024-10-21T21:33:49.081Z * toolchain channel = "1.80.1"
222024-10-21T21:33:49.082Z * toolchain profile = "default"
232024-10-21T21:33:49.082Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-21T21:33:49.082Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-21T21:33:49.223Zinfo: downloading installer
262024-10-21T21:33:49.756Zinfo: profile set to 'default'
272024-10-21T21:33:49.756Zinfo: default host triple is x86_64-unknown-illumos
282024-10-21T21:33:49.781Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-21T21:33:49.867Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-21T21:33:49.867Zinfo: downloading component 'cargo'
312024-10-21T21:33:50.096Zinfo: downloading component 'clippy'
322024-10-21T21:33:50.175Zinfo: downloading component 'rust-docs'
332024-10-21T21:33:50.481Zinfo: downloading component 'rust-std'
342024-10-21T21:33:50.928Zinfo: downloading component 'rustc'
352024-10-21T21:33:51.788Zinfo: downloading component 'rustfmt'
362024-10-21T21:33:51.846Zinfo: installing component 'cargo'
372024-10-21T21:33:52.931Zinfo: installing component 'clippy'
382024-10-21T21:33:53.373Zinfo: installing component 'rust-docs'
392024-10-21T21:33:56.148Zinfo: installing component 'rust-std'
402024-10-21T21:33:58.151Zinfo: installing component 'rustc'
412024-10-21T21:34:03.312Zinfo: installing component 'rustfmt'
422024-10-21T21:34:03.684Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-21T21:34:03.684Z
442024-10-21T21:34:03.777Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-21T21:34:03.777Z
462024-10-21T21:34:03.803Z
472024-10-21T21:34:03.803ZRust is installed now. Great!
482024-10-21T21:34:03.803Z
492024-10-21T21:34:03.803ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-21T21:34:03.803Zenvironment variable. This has not been done automatically.
512024-10-21T21:34:03.803Z
522024-10-21T21:34:03.803ZTo configure your current shell, you need to source
532024-10-21T21:34:03.803Zthe corresponding env file under $HOME/.cargo.
542024-10-21T21:34:03.803Z
552024-10-21T21:34:03.803ZThis is usually done by running one of the following (note the leading DOT):
562024-10-21T21:34:03.803Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-21T21:34:03.803Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-21T21:34:03.847Z+ rustc --version
592024-10-21T21:34:03.934Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-21T21:34:03.958Zprocess exited: duration 14883 ms, exit code 0
 
612024-10-21T21:34:04.009Zstarting task 2: "authentication"
622024-10-21T21:34:04.065Zprocess exited: duration 57 ms, exit code 0
 
632024-10-21T21:34:04.114Zstarting task 3: "clone repository"
642024-10-21T21:34:04.139Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-21T21:34:04.139Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-21T21:34:04.163ZCloning into '/work/oxidecomputer/omicron'...
672024-10-21T21:34:10.849Z+ cd /work/oxidecomputer/omicron
682024-10-21T21:34:10.849Z+ git fetch origin 5219957f9b89b420a2f4babb7f4ec1e06e00ec3d
692024-10-21T21:34:11.335ZFrom https://github.com/oxidecomputer/omicron
702024-10-21T21:34:11.335Z * branch 5219957f9b89b420a2f4babb7f4ec1e06e00ec3d -> FETCH_HEAD
712024-10-21T21:34:11.360Z+ [[ -n john/track-oximeter-producer-generations-test ]]
722024-10-21T21:34:11.360Z++ git branch --show-current
732024-10-21T21:34:11.360Z+ current=main
742024-10-21T21:34:11.360Z+ [[ main != john/track-oximeter-producer-generations-test ]]
752024-10-21T21:34:11.360Z+ git branch -f john/track-oximeter-producer-generations-test 5219957f9b89b420a2f4babb7f4ec1e06e00ec3d
762024-10-21T21:34:11.360Z+ git checkout -f john/track-oximeter-producer-generations-test
772024-10-21T21:34:11.551ZSwitched to branch 'john/track-oximeter-producer-generations-test'
782024-10-21T21:34:11.578Z+ git reset --hard 5219957f9b89b420a2f4babb7f4ec1e06e00ec3d
792024-10-21T21:34:11.603ZHEAD is now at 5219957f9 test cleanup
802024-10-21T21:34:11.603Zprocess exited: duration 7480 ms, exit code 0
 
812024-10-21T21:34:11.653Zstarting task 4: "build"
822024-10-21T21:34:11.677Z+ source .github/buildomat/ci-env.sh
832024-10-21T21:34:11.677Z++ export CARGO_TERM_COLOR=always
842024-10-21T21:34:11.677Z++ CARGO_TERM_COLOR=always
852024-10-21T21:34:11.678Z+ cargo --version
862024-10-21T21:34:11.729Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-21T21:34:11.754Z+ rustc --version
882024-10-21T21:34:11.804Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-21T21:34:11.829Z+ source ./env.sh
902024-10-21T21:34:11.829Z++ OLD_SHELL_OPTS=ehxB
912024-10-21T21:34:11.829Z++ set -o xtrace
922024-10-21T21:34:11.829Z++++ dirname ./env.sh
932024-10-21T21:34:11.829Z+++ readlink -f .
942024-10-21T21:34:11.829Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-10-21T21:34:11.829Z++ 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-21T21:34:11.829Z++ 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-21T21:34:11.829Z++ 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-21T21:34:11.829Z++ 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-21T21:34:11.829Z++ 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-21T21:34:11.829Z++ 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-21T21:34:11.829Z++ 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-21T21:34:11.829Z++ 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-21T21:34:11.829Z++ case $OLD_SHELL_OPTS in
1042024-10-21T21:34:11.829Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-10-21T21:34:11.829Z+ 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-21T21:34:11.829Z+ 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-21T21:34:11.829Z+ banner prerequisites
1082024-10-21T21:34:11.829Z
1092024-10-21T21:34:11.829Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-10-21T21:34:11.829Z # # # # # # # # # # # # # # #
1112024-10-21T21:34:11.829Z # # # # ##### # # ##### # # # # # #### #
1122024-10-21T21:34:11.829Z ##### ##### # ##### # # # # # # # # #
1132024-10-21T21:34:11.829Z # # # # # # # # # # # # # # #
1142024-10-21T21:34:11.829Z # # # ###### # # ###### ### # #### # #### #
1152024-10-21T21:34:11.829Z
1162024-10-21T21:34:11.829Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-10-21T21:34:20.705Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-10-21T21:34:24.497Z Startup: Caching catalogs ... Done
1192024-10-21T21:34:32.221ZPlanning: Solver setup ... Done (6.829s)
1202024-10-21T21:34:32.321ZPlanning: Running solver ... Done (0.100s)
1212024-10-21T21:34:32.393ZPlanning: Finding local manifests ... Done (0.002s)
1222024-10-21T21:34:32.472ZPlanning: Fetching manifests: 0/5 0% complete
1232024-10-21T21:34:32.946ZPlanning: Fetching manifests: 5/5 100% complete
1242024-10-21T21:34:33.236ZPlanning: Package planning ... Done (0.290s)
1252024-10-21T21:34:33.305ZPlanning: Merging actions ... Done (0.068s)
1262024-10-21T21:34:33.551ZPlanning: Checking for conflicting actions ... Done (0.246s)
1272024-10-21T21:34:34.638ZPlanning: Consolidating action changes ... Done (1.087s)
1282024-10-21T21:34:35.060ZPlanning: Evaluating mediators ... Done (0.422s)
1292024-10-21T21:34:35.159ZPlanning: Planning completed in 10.59 seconds
1302024-10-21T21:34:35.184Z Packages to install: 4
1312024-10-21T21:34:35.184Z Packages to update: 1
1322024-10-21T21:34:35.184Z Mediators to change: 2
1332024-10-21T21:34:35.184Z Services to change: 1
1342024-10-21T21:34:35.184Z Estimated space available: 148.81 GB
1352024-10-21T21:34:35.184ZEstimated space to be consumed: 1.58 GB
1362024-10-21T21:34:35.184Z Create boot environment: No
1372024-10-21T21:34:35.184ZCreate backup boot environment: Yes
1382024-10-21T21:34:35.184Z Rebuild boot archive: No
1392024-10-21T21:34:35.184Z
1402024-10-21T21:34:35.184ZChanged mediators:
1412024-10-21T21:34:35.184Z mediator clang:
1422024-10-21T21:34:35.184Z version: None -> 15 (system default)
1432024-10-21T21:34:35.184Z
1442024-10-21T21:34:35.184Z mediator llvm:
1452024-10-21T21:34:35.184Z version: 14 (system default) -> 15 (system default)
1462024-10-21T21:34:35.184Z
1472024-10-21T21:34:35.184ZChanged packages:
1482024-10-21T21:34:35.185Zhelios-dev
1492024-10-21T21:34:35.185Z developer/build-essential
1502024-10-21T21:34:35.185Z None -> 11-2.0
1512024-10-21T21:34:35.185Z library/libxmlsec1
1522024-10-21T21:34:35.185Z None -> 1.2.35-2.0
1532024-10-21T21:34:35.185Z ooce/developer/clang-15
1542024-10-21T21:34:35.185Z None -> 15.0.7-2.0
1552024-10-21T21:34:35.185Z ooce/developer/llvm-15
1562024-10-21T21:34:35.185Z None -> 15.0.7-2.0
1572024-10-21T21:34:35.185Z package/pkg
1582024-10-21T21:34:35.185Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-10-21T21:34:35.185Z
1602024-10-21T21:34:35.185ZServices:
1612024-10-21T21:34:35.185Z restart_fmri:
1622024-10-21T21:34:35.185Z svc:/system/update-man-index:default
1632024-10-21T21:34:35.185Z
1642024-10-21T21:34:35.185ZEditable files to change:
1652024-10-21T21:34:35.185Z Update:
1662024-10-21T21:34:35.185Z usr/share/lib/pkg/web/config.shtml
1672024-10-21T21:34:35.248Z
1682024-10-21T21:34:35.248ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-10-21T21:34:40.253ZDownload: 1193/4281 items 75.7/220.6MB 34% complete (15.2M/s)
1702024-10-21T21:34:45.257ZDownload: 1707/4281 items 118.1/220.6MB 53% complete (12.1M/s)
1712024-10-21T21:34:50.259ZDownload: 2673/4281 items 120.7/220.6MB 54% complete (4.6M/s)
1722024-10-21T21:34:55.266ZDownload: 3283/4281 items 210.1/220.6MB 95% complete (9.1M/s)
1732024-10-21T21:35:00.272ZDownload: 3920/4281 items 217.7/220.6MB 98% complete (9.7M/s)
1742024-10-21T21:35:03.114ZDownload: Completed 220.60 MB in 27.87 seconds (7.9M/s)
1752024-10-21T21:35:04.597Z Actions: 1/5063 actions (Removing old actions)
1762024-10-21T21:35:04.622Z Actions: 194/5063 actions (Installing new actions)
1772024-10-21T21:35:09.608Z Actions: 2473/5063 actions (Installing new actions)
1782024-10-21T21:35:10.569Z Actions: 4226/5063 actions (Updating modified actions)
1792024-10-21T21:35:10.935Z Actions: Completed 5063 actions in 6.34 seconds.
1802024-10-21T21:35:11.445Z Done (0.501s)
1812024-10-21T21:35:11.469Z Done (0.000s)
1822024-10-21T21:35:12.017Z Done (0.570s)
1832024-10-21T21:35:17.148Z Done (4.976s)
1842024-10-21T21:35:17.243Z Done (0.018s)
1852024-10-21T21:35:17.267Z Done (0.000s)
1862024-10-21T21:35:17.441Z Done (0.000s)
1872024-10-21T21:35:18.195ZPlanning: Evaluating mediator changes ... Done
1882024-10-21T21:35:18.461ZPlanning: Checking for conflicting actions ... Done
1892024-10-21T21:35:18.486ZPlanning: Consolidating action changes ... Done
1902024-10-21T21:35:18.804ZPlanning: Evaluating mediators ... Done
1912024-10-21T21:35:18.829ZPlanning: Planning completed in 0.61 seconds
1922024-10-21T21:35:18.853Z Mediators to change: 2
1932024-10-21T21:35:18.853Z Create boot environment: No
1942024-10-21T21:35:18.853ZCreate backup boot environment: No
1952024-10-21T21:35:18.912Z Done
1962024-10-21T21:35:18.912Z Done
1972024-10-21T21:35:19.344Z Done
1982024-10-21T21:35:23.742Z Done
1992024-10-21T21:35:23.834Z Done
2002024-10-21T21:35:23.858Z Done
2012024-10-21T21:35:23.926Z Done
2022024-10-21T21:35:24.634ZPlanning: Evaluating mediator changes ... Done
2032024-10-21T21:35:24.662ZPlanning: Merging actions ... Done
2042024-10-21T21:35:24.892ZPlanning: Checking for conflicting actions ... Done
2052024-10-21T21:35:24.944ZPlanning: Consolidating action changes ... Done
2062024-10-21T21:35:25.222ZPlanning: Evaluating mediators ... Done
2072024-10-21T21:35:25.299ZPlanning: Planning completed in 0.96 seconds
2082024-10-21T21:35:25.348Z Packages to change: 1
2092024-10-21T21:35:25.348Z Mediators to change: 1
2102024-10-21T21:35:25.348Z Services to change: 1
2112024-10-21T21:35:25.348Z Create boot environment: No
2122024-10-21T21:35:25.348ZCreate backup boot environment: Yes
2132024-10-21T21:35:26.962Z Actions: 1/6 actions (Updating modified actions)
2142024-10-21T21:35:26.987Z Actions: Completed 6 actions in 0.00 seconds.
2152024-10-21T21:35:26.987Z Done
2162024-10-21T21:35:26.987Z Done
2172024-10-21T21:35:27.085Z Done
2182024-10-21T21:35:31.399Z Done
2192024-10-21T21:35:31.500Z Done
2202024-10-21T21:35:31.525Z Done
2212024-10-21T21:35:31.595Z Done
2222024-10-21T21:35:32.091ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-10-21T21:35:32.091Zclang system 15 system
2242024-10-21T21:35:32.091Zcsh system system illumos
2252024-10-21T21:35:32.092Zctags system system illumos
2262024-10-21T21:35:32.092Zgcc vendor 12 vendor
2272024-10-21T21:35:32.092Zgcc system 10 system
2282024-10-21T21:35:32.092Zgcc system 7 system
2292024-10-21T21:35:32.092Zgo system 1.20 system
2302024-10-21T21:35:32.092Zgo system 1.19 system
2312024-10-21T21:35:32.092Zllvm system 15 system
2322024-10-21T21:35:32.092Zllvm system 14 system
2332024-10-21T21:35:32.092Zmariadb system 10.6 system
2342024-10-21T21:35:32.092Zmta vendor vendor dma
2352024-10-21T21:35:32.092Zopenjdk system 17 system
2362024-10-21T21:35:32.092Zopenjdk system 11 system
2372024-10-21T21:35:32.092Zopenjdk system 1.8 system
2382024-10-21T21:35:32.092Zopenssl vendor 3 vendor
2392024-10-21T21:35:32.092Zperl system 5.36 system
2402024-10-21T21:35:32.092Zpostgresql system 15 system
2412024-10-21T21:35:32.092Zpostgresql system 13 system
2422024-10-21T21:35:32.092Zpython vendor 3 vendor
2432024-10-21T21:35:32.092Zpython system 2 system
2442024-10-21T21:35:32.092Zpython3 system 3.11 system
2452024-10-21T21:35:32.092Zruby system 3.0 system
2462024-10-21T21:35:32.092Zwords vendor vendor american-english
2472024-10-21T21:35:32.092Zwords system system australian-english
2482024-10-21T21:35:32.092Zwords system system british-english
2492024-10-21T21:35:32.092Zwords system system canadian-english
2502024-10-21T21:35:32.092Zwords system system french
2512024-10-21T21:35:32.092Zwords system system italian
2522024-10-21T21:35:32.092Zwords system system ngerman
2532024-10-21T21:35:32.092Zwords system system ogerman
2542024-10-21T21:35:32.092Zwords system system spanish
2552024-10-21T21:35:32.479ZPUBLISHER TYPE STATUS P LOCATION
2562024-10-21T21:35:32.479Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-10-21T21:35:35.289ZFMRI IFO
2582024-10-21T21:35:35.289Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-10-21T21:35:35.289Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-10-21T21:35:35.289Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-10-21T21:35:35.289Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-10-21T21:35:35.289Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-10-21T21:35:35.289Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-10-21T21:35:35.289Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-10-21T21:35:35.289Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-10-21T21:35:35.289Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-10-21T21:35:35.289Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-10-21T21:35:35.289Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-10-21T21:35:35.290Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-10-21T21:35:35.290Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-10-21T21:35:36.028Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2722024-10-21T21:35:36.584Z Updating crates.io index
2732024-10-21T21:35:36.669Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742024-10-21T21:35:37.633Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2752024-10-21T21:35:38.174Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-10-21T21:35:38.568Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-10-21T21:35:38.919Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-10-21T21:35:39.917Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-10-21T21:35:42.381Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-10-21T21:35:43.701Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-10-21T21:35:44.616Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822024-10-21T21:35:45.038Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2832024-10-21T21:35:45.455Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2842024-10-21T21:35:46.241Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2852024-10-21T21:35:46.764Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862024-10-21T21:35:47.156Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-10-21T21:35:47.600Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-10-21T21:35:47.967Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-10-21T21:35:48.322Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-10-21T21:35:48.845Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2912024-10-21T21:35:49.449Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922024-10-21T21:35:49.956Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2932024-10-21T21:35:50.359Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942024-10-21T21:35:51.102Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952024-10-21T21:35:51.538Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962024-10-21T21:35:52.455Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-10-21T21:35:53.015Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-10-21T21:35:53.429Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-10-21T21:35:53.882Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-10-21T21:35:55.648Z Downloading crates ...
3012024-10-21T21:35:55.713Z Downloaded equivalent v1.0.1
3022024-10-21T21:35:55.738Z Downloaded pretty-hex v0.4.1
3032024-10-21T21:35:55.738Z Downloaded colorchoice v1.0.2
3042024-10-21T21:35:55.738Z Downloaded serde_spanned v0.6.8
3052024-10-21T21:35:55.738Z Downloaded toml_datetime v0.6.8
3062024-10-21T21:35:55.738Z Downloaded heck v0.4.1
3072024-10-21T21:35:55.738Z Downloaded thiserror-impl v1.0.64
3082024-10-21T21:35:55.738Z Downloaded utf8parse v0.2.2
3092024-10-21T21:35:55.738Z Downloaded usdt-impl v0.5.0
3102024-10-21T21:35:55.738Z Downloaded usdt-macro v0.5.0
3112024-10-21T21:35:55.738Z Downloaded zerocopy-derive v0.7.35
3122024-10-21T21:35:55.762Z Downloaded version_check v0.9.5
3132024-10-21T21:35:55.762Z Downloaded unicode-ident v1.0.13
3142024-10-21T21:35:55.763Z Downloaded zerocopy v0.7.35
3152024-10-21T21:35:55.787Z Downloaded pest v2.7.14
3162024-10-21T21:35:55.787Z Downloaded unicode-width v0.1.14
3172024-10-21T21:35:55.811Z Downloaded log v0.4.22
3182024-10-21T21:35:55.811Z Downloaded goblin v0.8.2
3192024-10-21T21:35:55.811Z Downloaded libc v0.2.161
3202024-10-21T21:35:55.836Z Downloaded syn v2.0.79
3212024-10-21T21:35:55.860Z Downloaded papergrid v0.11.0
3222024-10-21T21:35:55.860Z Downloaded syn v1.0.109
3232024-10-21T21:35:55.885Z Downloaded rustix v0.38.37
3242024-10-21T21:35:55.909Z Downloaded block-buffer v0.10.4
3252024-10-21T21:35:55.909Z Downloaded clap_builder v4.5.20
3262024-10-21T21:35:55.909Z Downloaded winnow v0.6.20
3272024-10-21T21:35:55.909Z Downloaded ucd-trie v0.1.7
3282024-10-21T21:35:55.909Z Downloaded toml_edit v0.22.22
3292024-10-21T21:35:55.934Z Downloaded tabled v0.15.0
3302024-10-21T21:35:55.959Z Downloaded serde_json v1.0.128
3312024-10-21T21:35:55.959Z Downloaded serde v1.0.210
3322024-10-21T21:35:55.983Z Downloaded memchr v2.7.4
3332024-10-21T21:35:55.983Z Downloaded hashbrown v0.15.0
3342024-10-21T21:35:55.983Z Downloaded toml v0.8.19
3352024-10-21T21:35:55.983Z Downloaded thiserror v1.0.64
3362024-10-21T21:35:56.008Z Downloaded terminal_size v0.4.0
3372024-10-21T21:35:56.008Z Downloaded tabled_derive v0.7.0
3382024-10-21T21:35:56.008Z Downloaded serde_tokenstream v0.2.2
3392024-10-21T21:35:56.008Z Downloaded quote v1.0.37
3402024-10-21T21:35:56.008Z Downloaded proc-macro2 v1.0.87
3412024-10-21T21:35:56.008Z Downloaded plain v0.2.3
3422024-10-21T21:35:56.008Z Downloaded pest_derive v2.7.14
3432024-10-21T21:35:56.008Z Downloaded indexmap v2.6.0
3442024-10-21T21:35:56.008Z Downloaded crypto-common v0.1.6
3452024-10-21T21:35:56.008Z Downloaded unicode-linebreak v0.1.5
3462024-10-21T21:35:56.008Z Downloaded smawk v0.3.2
3472024-10-21T21:35:56.008Z Downloaded ryu v1.0.18
3482024-10-21T21:35:56.033Z Downloaded fnv v1.0.7
3492024-10-21T21:35:56.033Z Downloaded digest v0.10.7
3502024-10-21T21:35:56.033Z Downloaded textwrap v0.16.1
3512024-10-21T21:35:56.033Z Downloaded serde_derive v1.0.210
3522024-10-21T21:35:56.033Z Downloaded memmap v0.7.0
3532024-10-21T21:35:56.033Z Downloaded is_terminal_polyfill v1.70.1
3542024-10-21T21:35:56.033Z Downloaded heck v0.5.0
3552024-10-21T21:35:56.033Z Downloaded generic-array v0.14.7
3562024-10-21T21:35:56.033Z Downloaded errno v0.3.9
3572024-10-21T21:35:56.033Z Downloaded anstyle-query v1.1.1
3582024-10-21T21:35:56.033Z Downloaded typenum v1.17.0
3592024-10-21T21:35:56.033Z Downloaded swrite v0.1.0
3602024-10-21T21:35:56.033Z Downloaded scroll_derive v0.12.0
3612024-10-21T21:35:56.033Z Downloaded proc-macro-error-attr v1.0.4
3622024-10-21T21:35:56.033Z Downloaded pest_meta v2.7.14
3632024-10-21T21:35:56.059Z Downloaded macaddr v1.0.1
3642024-10-21T21:35:56.059Z Downloaded usdt-attr-macro v0.5.0
3652024-10-21T21:35:56.059Z Downloaded usdt v0.5.0
3662024-10-21T21:35:56.059Z Downloaded tempfile v3.13.0
3672024-10-21T21:35:56.059Z Downloaded sha2 v0.10.8
3682024-10-21T21:35:56.059Z Downloaded once_cell v1.20.2
3692024-10-21T21:35:56.059Z Downloaded dtrace-parser v0.2.0
3702024-10-21T21:35:56.059Z Downloaded clap v4.5.20
3712024-10-21T21:35:56.059Z Downloaded scroll v0.12.0
3722024-10-21T21:35:56.059Z Downloaded fs-err v2.11.0
3732024-10-21T21:35:56.059Z Downloaded clap_derive v4.5.18
3742024-10-21T21:35:56.083Z Downloaded bitflags v2.6.0
3752024-10-21T21:35:56.083Z Downloaded semver v1.0.23
3762024-10-21T21:35:56.083Z Downloaded proc-macro-error v1.0.4
3772024-10-21T21:35:56.083Z Downloaded pest_generator v2.7.14
3782024-10-21T21:35:56.083Z Downloaded cpufeatures v0.2.14
3792024-10-21T21:35:56.083Z Downloaded cargo_toml v0.20.5
3802024-10-21T21:35:56.083Z Downloaded anyhow v1.0.89
3812024-10-21T21:35:56.083Z Downloaded thread-id v4.2.2
3822024-10-21T21:35:56.083Z Downloaded strsim v0.11.1
3832024-10-21T21:35:56.083Z Downloaded dof v0.3.0
3842024-10-21T21:35:56.108Z Downloaded cfg-if v1.0.0
3852024-10-21T21:35:56.108Z Downloaded cargo_metadata v0.18.1
3862024-10-21T21:35:56.108Z Downloaded camino-tempfile v1.1.1
3872024-10-21T21:35:56.108Z Downloaded camino v1.1.9
3882024-10-21T21:35:56.108Z Downloaded bytecount v0.6.8
3892024-10-21T21:35:56.108Z Downloaded anstream v0.6.15
3902024-10-21T21:35:56.108Z Downloaded itoa v1.0.11
3912024-10-21T21:35:56.108Z Downloaded fastrand v2.1.1
3922024-10-21T21:35:56.108Z Downloaded clap_lex v0.7.2
3932024-10-21T21:35:56.108Z Downloaded cargo-platform v0.1.8
3942024-10-21T21:35:56.108Z Downloaded byteorder v1.5.0
3952024-10-21T21:35:56.108Z Downloaded autocfg v1.4.0
3962024-10-21T21:35:56.108Z Downloaded anstyle-parse v0.2.5
3972024-10-21T21:35:56.108Z Downloaded anstyle v1.0.8
3982024-10-21T21:35:56.238Z Compiling proc-macro2 v1.0.87
3992024-10-21T21:35:56.262Z Compiling unicode-ident v1.0.13
4002024-10-21T21:35:56.262Z Compiling version_check v0.9.5
4012024-10-21T21:35:56.262Z Compiling serde v1.0.210
4022024-10-21T21:35:56.262Z Compiling thiserror v1.0.64
4032024-10-21T21:35:56.262Z Compiling memchr v2.7.4
4042024-10-21T21:35:56.262Z Compiling libc v0.2.161
4052024-10-21T21:35:56.262Z Compiling itoa v1.0.11
4062024-10-21T21:35:56.529Z Compiling ryu v1.0.18
4072024-10-21T21:35:56.621Z Compiling ucd-trie v0.1.7
4082024-10-21T21:35:57.047Z Compiling once_cell v1.20.2
4092024-10-21T21:35:57.117Z Compiling byteorder v1.5.0
4102024-10-21T21:35:57.207Z Compiling rustix v0.38.37
4112024-10-21T21:35:57.232Z Compiling serde_json v1.0.128
4122024-10-21T21:35:57.462Z Compiling bitflags v2.6.0
4132024-10-21T21:35:57.569Z Compiling proc-macro-error-attr v1.0.4
4142024-10-21T21:35:57.865Z Compiling quote v1.0.37
4152024-10-21T21:35:57.892Z Compiling usdt-impl v0.5.0
4162024-10-21T21:35:57.955Z Compiling syn v1.0.109
4172024-10-21T21:35:58.099Z Compiling proc-macro-error v1.0.4
4182024-10-21T21:35:58.129Z Compiling log v0.4.22
4192024-10-21T21:35:58.202Z Compiling errno v0.3.9
4202024-10-21T21:35:58.239Z Compiling syn v2.0.79
4212024-10-21T21:35:58.491Z Compiling camino v1.1.9
4222024-10-21T21:35:58.526Z Compiling utf8parse v0.2.2
4232024-10-21T21:35:58.601Z Compiling hashbrown v0.15.0
4242024-10-21T21:35:58.628Z Compiling plain v0.2.3
4252024-10-21T21:35:58.672Z Compiling equivalent v1.0.1
4262024-10-21T21:35:58.704Z Compiling anstyle-parse v0.2.5
4272024-10-21T21:35:59.017Z Compiling thread-id v4.2.2
4282024-10-21T21:35:59.157Z Compiling semver v1.0.23
4292024-10-21T21:35:59.230Z Compiling pretty-hex v0.4.1
4302024-10-21T21:35:59.436Z Compiling winnow v0.6.20
4312024-10-21T21:35:59.464Z Compiling anstyle v1.0.8
4322024-10-21T21:35:59.544Z Compiling indexmap v2.6.0
4332024-10-21T21:35:59.643Z Compiling colorchoice v1.0.2
4342024-10-21T21:35:59.671Z Compiling unicode-width v0.1.14
4352024-10-21T21:35:59.795Z Compiling autocfg v1.4.0
4362024-10-21T21:35:59.861Z Compiling anstyle-query v1.1.1
4372024-10-21T21:36:00.017Z Compiling is_terminal_polyfill v1.70.1
4382024-10-21T21:36:00.128Z Compiling anstream v0.6.15
4392024-10-21T21:36:00.153Z Compiling terminal_size v0.4.0
4402024-10-21T21:36:00.688Z Compiling heck v0.4.1
4412024-10-21T21:36:00.717Z Compiling cfg-if v1.0.0
4422024-10-21T21:36:00.760Z Compiling heck v0.5.0
4432024-10-21T21:36:00.793Z Compiling bytecount v0.6.8
4442024-10-21T21:36:00.829Z Compiling fs-err v2.11.0
4452024-10-21T21:36:00.869Z Compiling fnv v1.0.7
4462024-10-21T21:36:01.008Z Compiling anyhow v1.0.89
4472024-10-21T21:36:01.044Z Compiling fastrand v2.1.1
4482024-10-21T21:36:01.267Z Compiling strsim v0.11.1
4492024-10-21T21:36:01.534Z Compiling clap_lex v0.7.2
4502024-10-21T21:36:01.619Z Compiling tempfile v3.13.0
4512024-10-21T21:36:01.816Z Compiling clap_builder v4.5.20
4522024-10-21T21:36:01.936Z Compiling papergrid v0.11.0
4532024-10-21T21:36:02.027Z Compiling memmap v0.7.0
4542024-10-21T21:36:02.132Z Compiling smawk v0.3.2
4552024-10-21T21:36:02.363Z Compiling unicode-linebreak v0.1.5
4562024-10-21T21:36:02.547Z Compiling swrite v0.1.0
4572024-10-21T21:36:02.829Z Compiling textwrap v0.16.1
4582024-10-21T21:36:03.698Z Compiling tabled_derive v0.7.0
4592024-10-21T21:36:05.411Z Compiling tabled v0.15.0
4602024-10-21T21:36:06.197Z Compiling serde_derive v1.0.210
4612024-10-21T21:36:06.197Z Compiling thiserror-impl v1.0.64
4622024-10-21T21:36:06.222Z Compiling zerocopy-derive v0.7.35
4632024-10-21T21:36:06.222Z Compiling scroll_derive v0.12.0
4642024-10-21T21:36:06.222Z Compiling clap_derive v4.5.18
4652024-10-21T21:36:08.036Z Compiling scroll v0.12.0
4662024-10-21T21:36:08.065Z Compiling zerocopy v0.7.35
4672024-10-21T21:36:08.498Z Compiling goblin v0.8.2
4682024-10-21T21:36:08.880Z Compiling pest v2.7.14
4692024-10-21T21:36:09.644Z Compiling clap v4.5.20
4702024-10-21T21:36:10.937Z Compiling pest_meta v2.7.14
4712024-10-21T21:36:11.980Z Compiling pest_generator v2.7.14
4722024-10-21T21:36:13.763Z Compiling pest_derive v2.7.14
4732024-10-21T21:36:14.408Z Compiling dtrace-parser v0.2.0
4742024-10-21T21:36:15.687Z Compiling serde_tokenstream v0.2.2
4752024-10-21T21:36:15.795Z Compiling serde_spanned v0.6.8
4762024-10-21T21:36:15.820Z Compiling toml_datetime v0.6.8
4772024-10-21T21:36:16.054Z Compiling cargo-platform v0.1.8
4782024-10-21T21:36:16.164Z Compiling toml_edit v0.22.22
4792024-10-21T21:36:16.289Z Compiling macaddr v1.0.1
4802024-10-21T21:36:16.548Z Compiling camino-tempfile v1.1.1
4812024-10-21T21:36:17.181Z Compiling dof v0.3.0
4822024-10-21T21:36:17.249Z Compiling cargo_metadata v0.18.1
4832024-10-21T21:36:18.771Z Compiling usdt-attr-macro v0.5.0
4842024-10-21T21:36:18.772Z Compiling usdt-macro v0.5.0
4852024-10-21T21:36:18.820Z Compiling toml v0.8.19
4862024-10-21T21:36:19.575Z Compiling cargo_toml v0.20.5
4872024-10-21T21:36:20.020Z Compiling usdt v0.5.0
4882024-10-21T21:36:23.954Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892024-10-21T21:36:29.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.27s
4902024-10-21T21:36:29.310Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4912024-10-21T21:36:30.149Z Downloading crates ...
4922024-10-21T21:36:30.283Z Downloaded adler2 v2.0.0
4932024-10-21T21:36:30.309Z Downloaded darling_macro v0.20.10
4942024-10-21T21:36:30.309Z Downloaded darling v0.20.10
4952024-10-21T21:36:30.309Z Downloaded crossbeam-channel v0.5.13
4962024-10-21T21:36:30.334Z Downloaded signal-hook-mio v0.2.4
4972024-10-21T21:36:30.360Z Downloaded strum_macros v0.26.4
4982024-10-21T21:36:30.360Z Downloaded subtle v2.6.1
4992024-10-21T21:36:30.360Z Downloaded serde_with v3.11.0
5002024-10-21T21:36:30.385Z Downloaded opaque-debug v0.3.1
5012024-10-21T21:36:30.409Z Downloaded num_enum v0.5.11
5022024-10-21T21:36:30.435Z Downloaded waitgroup v0.1.2
5032024-10-21T21:36:30.462Z Downloaded fixedbitset v0.4.2
5042024-10-21T21:36:30.462Z Downloaded float-ord v0.3.2
5052024-10-21T21:36:30.462Z Downloaded foreign-types v0.3.2
5062024-10-21T21:36:30.487Z Downloaded salsa20 v0.10.2
5072024-10-21T21:36:30.487Z Downloaded rustc_version v0.1.7
5082024-10-21T21:36:30.487Z Downloaded pbkdf2 v0.11.0
5092024-10-21T21:36:30.513Z Downloaded fxhash v0.2.1
5102024-10-21T21:36:30.513Z Downloaded foreign-types-shared v0.3.1
5112024-10-21T21:36:30.513Z Downloaded tls_codec_derive v0.4.1
5122024-10-21T21:36:30.539Z Downloaded deranged v0.3.11
5132024-10-21T21:36:30.539Z Downloaded precomputed-hash v0.1.1
5142024-10-21T21:36:30.539Z Downloaded downcast v0.11.0
5152024-10-21T21:36:30.539Z Downloaded openssl-probe v0.1.5
5162024-10-21T21:36:30.539Z Downloaded display-error-chain v0.2.1
5172024-10-21T21:36:30.566Z Downloaded openssl-macros v0.1.1
5182024-10-21T21:36:30.566Z Downloaded slog-scope v4.4.0
5192024-10-21T21:36:30.566Z Downloaded tinyvec_macros v0.1.1
5202024-10-21T21:36:30.566Z Downloaded spin v0.9.8
5212024-10-21T21:36:30.566Z Downloaded zeroize v1.8.1
5222024-10-21T21:36:30.566Z Downloaded derive_builder_macro v0.20.2
5232024-10-21T21:36:30.566Z Downloaded zone v0.1.8
5242024-10-21T21:36:30.566Z Downloaded yasna v0.5.2
5252024-10-21T21:36:30.592Z Downloaded des v0.8.1
5262024-10-21T21:36:30.592Z Downloaded derive_more v0.99.18
5272024-10-21T21:36:30.592Z Downloaded dyn-clone v1.0.17
5282024-10-21T21:36:30.592Z Downloaded dhcproto-macros v0.1.0
5292024-10-21T21:36:30.592Z Downloaded sqlparser v0.45.0
5302024-10-21T21:36:30.617Z Downloaded smoltcp v0.11.0
5312024-10-21T21:36:30.641Z Downloaded zerocopy-derive v0.6.6
5322024-10-21T21:36:30.665Z Downloaded xz2 v0.1.7
5332024-10-21T21:36:30.665Z Downloaded tokio v1.40.0
5342024-10-21T21:36:30.702Z Downloaded tiny-keccak v2.0.2
5352024-10-21T21:36:30.726Z Downloaded time-macros v0.2.18
5362024-10-21T21:36:30.726Z Downloaded p256 v0.13.2
5372024-10-21T21:36:30.726Z Downloaded tokio-postgres v0.7.12
5382024-10-21T21:36:30.726Z Downloaded slog-dtrace v0.3.0
5392024-10-21T21:36:30.751Z Downloaded hashbrown v0.13.2
5402024-10-21T21:36:30.751Z Downloaded rusqlite v0.32.1
5412024-10-21T21:36:30.751Z Downloaded hashbrown v0.12.3
5422024-10-21T21:36:30.751Z Downloaded russh v0.45.0
5432024-10-21T21:36:30.777Z Downloaded hyper v1.4.1
5442024-10-21T21:36:30.777Z Downloaded dhcproto v0.12.0
5452024-10-21T21:36:30.803Z Downloaded portable-atomic v1.9.0
5462024-10-21T21:36:30.803Z Downloaded p521 v0.13.3
5472024-10-21T21:36:30.803Z Downloaded idna v0.4.0
5482024-10-21T21:36:30.828Z Downloaded git2 v0.19.0
5492024-10-21T21:36:30.828Z Downloaded p384 v0.13.0
5502024-10-21T21:36:30.853Z Downloaded gimli v0.31.1
5512024-10-21T21:36:30.853Z Downloaded diesel v2.2.4
5522024-10-21T21:36:30.878Z Downloaded polar-core v0.27.3
5532024-10-21T21:36:30.903Z Downloaded petgraph v0.6.5
5542024-10-21T21:36:30.928Z Downloaded lzma-sys v0.1.20
5552024-10-21T21:36:30.954Z Downloaded libz-sys v1.1.20
5562024-10-21T21:36:30.979Z Downloaded ring v0.16.20
5572024-10-21T21:36:31.079Z Downloaded ring v0.17.8
5582024-10-21T21:36:31.167Z Downloaded nix v0.29.0
5592024-10-21T21:36:31.193Z Downloaded libgit2-sys v0.17.0+1.8.1
5602024-10-21T21:36:31.256Z Downloaded nix v0.28.0
5612024-10-21T21:36:31.280Z Downloaded webpki-roots v0.26.6
5622024-10-21T21:36:31.280Z Downloaded nix v0.27.1
5632024-10-21T21:36:31.305Z Downloaded idna v0.5.0
5642024-10-21T21:36:31.305Z Downloaded idna v0.3.0
5652024-10-21T21:36:31.329Z Downloaded idna v0.2.3
5662024-10-21T21:36:31.329Z Downloaded hashbrown v0.14.5
5672024-10-21T21:36:31.329Z Downloaded time v0.3.36
5682024-10-21T21:36:31.329Z Downloaded lalrpop v0.19.12
5692024-10-21T21:36:31.354Z Downloaded hyper v0.14.30
5702024-10-21T21:36:31.354Z Downloaded libxml v0.3.3
5712024-10-21T21:36:31.379Z Downloaded headers v0.4.0
5722024-10-21T21:36:31.379Z Downloaded getrandom v0.2.15
5732024-10-21T21:36:31.379Z Downloaded pkcs5 v0.7.1
5742024-10-21T21:36:31.379Z Downloaded pin-project v1.1.6
5752024-10-21T21:36:31.403Z Downloaded encoding_rs v0.8.34
5762024-10-21T21:36:31.428Z Downloaded nom v7.1.3
5772024-10-21T21:36:31.428Z Downloaded minimal-lexical v0.2.1
5782024-10-21T21:36:31.453Z Downloaded libsqlite3-sys v0.30.1
5792024-10-21T21:36:31.527Z Downloaded itertools v0.13.0
5802024-10-21T21:36:31.553Z Downloaded itertools v0.12.1
5812024-10-21T21:36:31.577Z Downloaded http v0.2.12
5822024-10-21T21:36:31.577Z Downloaded hkdf v0.12.4
5832024-10-21T21:36:31.577Z Downloaded owo-colors v4.1.0
5842024-10-21T21:36:31.577Z Downloaded derive_builder_core v0.20.2
5852024-10-21T21:36:31.603Z Downloaded test-strategy v0.3.1
5862024-10-21T21:36:31.603Z Downloaded packed_struct v0.10.1
5872024-10-21T21:36:31.603Z Downloaded openapiv3 v2.0.0
5882024-10-21T21:36:31.628Z Downloaded sled v0.34.7
5892024-10-21T21:36:31.628Z Downloaded hashlink v0.9.1
5902024-10-21T21:36:31.628Z Downloaded globset v0.4.15
5912024-10-21T21:36:31.628Z Downloaded pkcs8 v0.10.2
5922024-10-21T21:36:31.654Z Downloaded pkcs1 v0.7.5
5932024-10-21T21:36:31.654Z Downloaded pin-project-lite v0.2.14
5942024-10-21T21:36:31.654Z Downloaded smoltcp v0.9.1
5952024-10-21T21:36:31.680Z Downloaded oso v0.27.3
5962024-10-21T21:36:31.680Z Downloaded dropshot v0.12.0
5972024-10-21T21:36:31.704Z Downloaded poly1305 v0.8.0
5982024-10-21T21:36:31.704Z Downloaded pin-project-internal v1.1.6
5992024-10-21T21:36:31.704Z Downloaded pem-rfc7468 v0.7.0
6002024-10-21T21:36:31.704Z Downloaded flume v0.11.0
6012024-10-21T21:36:31.729Z Downloaded sha3 v0.10.8
6022024-10-21T21:36:31.729Z Downloaded sqlformat v0.2.6
6032024-10-21T21:36:31.729Z Downloaded openssl v0.10.66
6042024-10-21T21:36:31.753Z Downloaded slog-json v2.6.1
6052024-10-21T21:36:31.754Z Downloaded slog-envlogger v2.2.0
6062024-10-21T21:36:31.754Z Downloaded slog-bunyan v2.5.0
6072024-10-21T21:36:31.754Z Downloaded siphasher v0.3.11
6082024-10-21T21:36:31.754Z Downloaded tokio-native-tls v0.3.1
6092024-10-21T21:36:31.754Z Downloaded hash32 v0.3.1
6102024-10-21T21:36:31.754Z Downloaded thiserror-no-std v2.0.2
6112024-10-21T21:36:31.754Z Downloaded thiserror-impl-no-std v2.0.2
6122024-10-21T21:36:31.754Z Downloaded pin-utils v0.1.0
6132024-10-21T21:36:31.754Z Downloaded phf v0.11.2
6142024-10-21T21:36:31.754Z Downloaded serde_path_to_error v0.1.16
6152024-10-21T21:36:31.754Z Downloaded rustls v0.23.14
6162024-10-21T21:36:31.779Z Downloaded csv v1.3.0
6172024-10-21T21:36:31.803Z Downloaded winnow v0.5.40
6182024-10-21T21:36:31.803Z Downloaded group v0.13.0
6192024-10-21T21:36:31.803Z Downloaded mio v1.0.2
6202024-10-21T21:36:31.828Z Downloaded libm v0.2.8
6212024-10-21T21:36:31.828Z Downloaded itertools v0.10.5
6222024-10-21T21:36:31.828Z Downloaded glob v0.3.1
6232024-10-21T21:36:31.828Z Downloaded zip v0.6.6
6242024-10-21T21:36:31.852Z Downloaded x509-cert v0.2.5
6252024-10-21T21:36:31.852Z Downloaded zerocopy v0.6.6
6262024-10-21T21:36:31.852Z Downloaded tinyvec v1.8.0
6272024-10-21T21:36:31.852Z Downloaded oso-derive v0.27.3
6282024-10-21T21:36:31.852Z Downloaded openssl-sys v0.9.103
6292024-10-21T21:36:31.852Z Downloaded rustls v0.22.4
6302024-10-21T21:36:31.877Z Downloaded xattr v1.3.1
6312024-10-21T21:36:31.877Z Downloaded tokio-rustls v0.26.0
6322024-10-21T21:36:31.877Z Downloaded tokio-rustls v0.25.0
6332024-10-21T21:36:31.877Z Downloaded socket2 v0.5.7
6342024-10-21T21:36:31.877Z Downloaded snafu v0.8.5
6352024-10-21T21:36:31.901Z Downloaded polyval v0.6.2
6362024-10-21T21:36:31.901Z Downloaded serde_derive_internals v0.29.1
6372024-10-21T21:36:31.901Z Downloaded sct v0.7.1
6382024-10-21T21:36:31.901Z Downloaded rustls v0.21.12
6392024-10-21T21:36:31.901Z Downloaded ratatui v0.28.1
6402024-10-21T21:36:31.926Z Downloaded zeroize_derive v1.4.2
6412024-10-21T21:36:31.926Z Downloaded wyz v0.5.1
6422024-10-21T21:36:31.926Z Downloaded whoami v1.5.2
6432024-10-21T21:36:31.953Z Downloaded spki v0.7.3
6442024-10-21T21:36:31.953Z Downloaded spin v0.5.2
6452024-10-21T21:36:31.953Z Downloaded snafu-derive v0.8.5
6462024-10-21T21:36:31.953Z Downloaded smf v0.2.3
6472024-10-21T21:36:31.953Z Downloaded smallvec v1.13.2
6482024-10-21T21:36:31.953Z Downloaded heapless v0.8.0
6492024-10-21T21:36:31.953Z Downloaded thread_local v1.1.8
6502024-10-21T21:36:31.953Z Downloaded ghash v0.5.1
6512024-10-21T21:36:31.953Z Downloaded pkg-config v0.3.31
6522024-10-21T21:36:31.953Z Downloaded phf_shared v0.11.2
6532024-10-21T21:36:31.953Z Downloaded phf_codegen v0.11.2
6542024-10-21T21:36:31.953Z Downloaded schemars_derive v0.8.21
6552024-10-21T21:36:31.953Z Downloaded rustversion v1.0.17
6562024-10-21T21:36:31.953Z Downloaded qorb v0.1.1
6572024-10-21T21:36:31.979Z Downloaded tokio-rustls v0.24.1
6582024-10-21T21:36:31.979Z Downloaded tls_codec v0.4.1
6592024-10-21T21:36:31.979Z Downloaded smallvec v0.6.14
6602024-10-21T21:36:31.979Z Downloaded slog-stdlog v4.1.1
6612024-10-21T21:36:31.979Z Downloaded ppv-lite86 v0.2.20
6622024-10-21T21:36:31.979Z Downloaded postgres-types v0.2.8
6632024-10-21T21:36:31.979Z Downloaded postgres-protocol v0.6.7
6642024-10-21T21:36:31.979Z Downloaded packed_struct_codegen v0.10.1
6652024-10-21T21:36:31.979Z Downloaded h2 v0.3.26
6662024-10-21T21:36:32.004Z Downloaded progenitor-client v0.8.0
6672024-10-21T21:36:32.004Z Downloaded powerfmt v0.2.0
6682024-10-21T21:36:32.004Z Downloaded diesel_derives v2.2.3
6692024-10-21T21:36:32.004Z Downloaded slog-term v2.9.1
6702024-10-21T21:36:32.004Z Downloaded heapless v0.7.17
6712024-10-21T21:36:32.004Z Downloaded h2 v0.4.6
6722024-10-21T21:36:32.004Z Downloaded percent-encoding v2.3.1
6732024-10-21T21:36:32.004Z Downloaded indicatif v0.17.8
6742024-10-21T21:36:32.031Z Downloaded http v1.1.0
6752024-10-21T21:36:32.031Z Downloaded postcard v1.0.10
6762024-10-21T21:36:32.031Z Downloaded dropshot_endpoint v0.12.0
6772024-10-21T21:36:32.031Z Downloaded difflib v0.4.0
6782024-10-21T21:36:32.031Z Downloaded diff v0.1.13
6792024-10-21T21:36:32.031Z Downloaded quinn-proto v0.11.8
6802024-10-21T21:36:32.031Z Downloaded typify-impl v0.2.0
6812024-10-21T21:36:32.057Z Downloaded hickory-server v0.24.1
6822024-10-21T21:36:32.057Z Downloaded dirs-sys-next v0.1.2
6832024-10-21T21:36:32.057Z Downloaded dirs-next v2.0.0
6842024-10-21T21:36:32.057Z Downloaded diesel-dtrace v0.3.0
6852024-10-21T21:36:32.057Z Downloaded futures-util v0.3.31
6862024-10-21T21:36:32.082Z Downloaded phf_generator v0.11.2
6872024-10-21T21:36:32.082Z Downloaded pem v3.0.4
6882024-10-21T21:36:32.082Z Downloaded salty v0.3.0
6892024-10-21T21:36:32.082Z Downloaded rustls-webpki v0.102.8
6902024-10-21T21:36:32.106Z Downloaded diesel_table_macro_syntax v0.2.0
6912024-10-21T21:36:32.106Z Downloaded slog-async v2.8.0
6922024-10-21T21:36:32.106Z Downloaded slog v2.7.0
6932024-10-21T21:36:32.106Z Downloaded similar v2.6.0
6942024-10-21T21:36:32.131Z Downloaded der v0.7.9
6952024-10-21T21:36:32.131Z Downloaded headers-core v0.3.0
6962024-10-21T21:36:32.131Z Downloaded time-core v0.1.2
6972024-10-21T21:36:32.131Z Downloaded steno v0.4.1
6982024-10-21T21:36:32.131Z Downloaded ssh-key v0.6.6
6992024-10-21T21:36:32.131Z Downloaded parse-size v1.0.0
7002024-10-21T21:36:32.131Z Downloaded quick-xml v0.33.0
7012024-10-21T21:36:32.156Z Downloaded proptest v1.5.0
7022024-10-21T21:36:32.156Z Downloaded miniz_oxide v0.8.0
7032024-10-21T21:36:32.156Z Downloaded slab v0.4.9
7042024-10-21T21:36:32.156Z Downloaded sigpipe v0.1.3
7052024-10-21T21:36:32.156Z Downloaded signature v2.2.0
7062024-10-21T21:36:32.156Z Downloaded predicates v3.1.2
7072024-10-21T21:36:32.181Z Downloaded derive-where v1.2.7
7082024-10-21T21:36:32.181Z Downloaded der_derive v0.7.3
7092024-10-21T21:36:32.181Z Downloaded scopeguard v1.2.0
7102024-10-21T21:36:32.181Z Downloaded russh-keys v0.45.0
7112024-10-21T21:36:32.181Z Downloaded derive_builder v0.20.2
7122024-10-21T21:36:32.181Z Downloaded zone_cfg_derive v0.1.2
7132024-10-21T21:36:32.181Z Downloaded zone v0.3.0
7142024-10-21T21:36:32.181Z Downloaded tokio-macros v2.4.0
7152024-10-21T21:36:32.181Z Downloaded ecdsa v0.16.9
7162024-10-21T21:36:32.181Z Downloaded supports-color v3.0.1
7172024-10-21T21:36:32.181Z Downloaded phf_shared v0.10.0
7182024-10-21T21:36:32.181Z Downloaded signal-hook-registry v1.4.2
7192024-10-21T21:36:32.181Z Downloaded serde-hex v0.1.0
7202024-10-21T21:36:32.206Z Downloaded secrecy v0.8.0
7212024-10-21T21:36:32.206Z Downloaded sec1 v0.7.3
7222024-10-21T21:36:32.206Z Downloaded scrypt v0.11.0
7232024-10-21T21:36:32.206Z Downloaded rustls-webpki v0.101.7
7242024-10-21T21:36:32.206Z Downloaded hickory-proto v0.24.1
7252024-10-21T21:36:32.232Z Downloaded regex-automata v0.4.8
7262024-10-21T21:36:32.259Z Downloaded defmt-parser v0.3.4
7272024-10-21T21:36:32.259Z Downloaded defmt-macros v0.3.9
7282024-10-21T21:36:32.259Z Downloaded defmt v0.3.8
7292024-10-21T21:36:32.259Z Downloaded zone_cfg_derive v0.3.0
7302024-10-21T21:36:32.259Z Downloaded half v2.4.1
7312024-10-21T21:36:32.259Z Downloaded ed25519 v2.2.3
7322024-10-21T21:36:32.259Z Downloaded sync_wrapper v1.0.1
7332024-10-21T21:36:32.259Z Downloaded ssh-encoding v0.2.0
7342024-10-21T21:36:32.259Z Downloaded ssh-cipher v0.2.0
7352024-10-21T21:36:32.284Z Downloaded rustyline v14.0.0
7362024-10-21T21:36:32.284Z Downloaded which v4.4.2
7372024-10-21T21:36:32.284Z Downloaded hash32 v0.2.1
7382024-10-21T21:36:32.284Z Downloaded form_urlencoded v1.2.1
7392024-10-21T21:36:32.284Z Downloaded dsl_auto_type v0.1.2
7402024-10-21T21:36:32.284Z Downloaded take_mut v0.2.2
7412024-10-21T21:36:32.284Z Downloaded tabwriter v1.4.0
7422024-10-21T21:36:32.284Z Downloaded sync_wrapper v0.1.2
7432024-10-21T21:36:32.284Z Downloaded static_assertions v1.1.0
7442024-10-21T21:36:32.284Z Downloaded stable_deref_trait v1.2.0
7452024-10-21T21:36:32.285Z Downloaded gethostname v0.5.0
7462024-10-21T21:36:32.285Z Downloaded futures-io v0.3.31
7472024-10-21T21:36:32.285Z Downloaded futures-executor v0.3.31
7482024-10-21T21:36:32.285Z Downloaded futures-core v0.3.31
7492024-10-21T21:36:32.285Z Downloaded futures-channel v0.3.31
7502024-10-21T21:36:32.285Z Downloaded password-hash v0.4.2
7512024-10-21T21:36:32.285Z Downloaded parse-zoneinfo v0.3.1
7522024-10-21T21:36:32.309Z Downloaded parse-display v0.10.0
7532024-10-21T21:36:32.309Z Downloaded parking_lot_core v0.8.6
7542024-10-21T21:36:32.309Z Downloaded parking_lot v0.12.3
7552024-10-21T21:36:32.309Z Downloaded parking_lot v0.11.2
7562024-10-21T21:36:32.309Z Downloaded scheduled-thread-pool v0.2.7
7572024-10-21T21:36:32.309Z Downloaded object v0.36.5
7582024-10-21T21:36:32.334Z Downloaded mockall_derive v0.13.0
7592024-10-21T21:36:32.334Z Downloaded hickory-resolver v0.24.1
7602024-10-21T21:36:32.334Z Downloaded foreign-types-shared v0.1.1
7612024-10-21T21:36:32.334Z Downloaded sqlparser_derive v0.2.2
7622024-10-21T21:36:32.334Z Downloaded futures-sink v0.3.31
7632024-10-21T21:36:32.334Z Downloaded futures v0.3.31
7642024-10-21T21:36:32.334Z Downloaded funty v2.0.0
7652024-10-21T21:36:32.334Z Downloaded peg-runtime v0.8.3
7662024-10-21T21:36:32.334Z Downloaded peg-macros v0.8.4
7672024-10-21T21:36:32.334Z Downloaded peg v0.8.4
7682024-10-21T21:36:32.334Z Downloaded pbkdf2 v0.12.2
7692024-10-21T21:36:32.334Z Downloaded path-slash v0.1.5
7702024-10-21T21:36:32.358Z Downloaded password-hash v0.5.0
7712024-10-21T21:36:32.358Z Downloaded parse-display-derive v0.10.0
7722024-10-21T21:36:32.359Z Downloaded schemars v0.8.21
7732024-10-21T21:36:32.359Z Downloaded samael v0.0.17
7742024-10-21T21:36:32.359Z Downloaded rustls-pki-types v1.9.0
7752024-10-21T21:36:32.383Z Downloaded rustls-pemfile v1.0.4
7762024-10-21T21:36:32.383Z Downloaded quinn v0.11.5
7772024-10-21T21:36:32.383Z Downloaded publicsuffix v2.2.3
7782024-10-21T21:36:32.383Z Downloaded prettyplease v0.2.22
7792024-10-21T21:36:32.383Z Downloaded foreign-types-macros v0.2.3
7802024-10-21T21:36:32.383Z Downloaded foreign-types v0.5.0
7812024-10-21T21:36:32.383Z Downloaded foldhash v0.1.3
7822024-10-21T21:36:32.383Z Downloaded float-cmp v0.9.0
7832024-10-21T21:36:32.383Z Downloaded rustc-demangle v0.1.24
7842024-10-21T21:36:32.383Z Downloaded futures-task v0.3.31
7852024-10-21T21:36:32.383Z Downloaded futures-macro v0.3.31
7862024-10-21T21:36:32.383Z Downloaded fragile v2.0.0
7872024-10-21T21:36:32.409Z Downloaded paste v1.0.15
7882024-10-21T21:36:32.409Z Downloaded parking_lot_core v0.9.10
7892024-10-21T21:36:32.409Z Downloaded signal-hook-tokio v0.3.1
7902024-10-21T21:36:32.409Z Downloaded serde-big-array v0.5.1
7912024-10-21T21:36:32.409Z Downloaded semver v0.1.20
7922024-10-21T21:36:32.409Z Downloaded rusty-fork v0.3.0
7932024-10-21T21:36:32.409Z Downloaded enum-as-inner v0.6.1
7942024-10-21T21:36:32.409Z Downloaded radix_trie v0.2.1
7952024-10-21T21:36:32.409Z Downloaded object v0.30.4
7962024-10-21T21:36:32.433Z Downloaded memmap2 v0.9.5
7972024-10-21T21:36:32.433Z Downloaded same-file v1.0.6
7982024-10-21T21:36:32.433Z Downloaded rustls-pemfile v2.2.0
7992024-10-21T21:36:32.433Z Downloaded rustc_version v0.4.1
8002024-10-21T21:36:32.433Z Downloaded psl-types v2.0.11
8012024-10-21T21:36:32.433Z Downloaded progenitor-macro v0.8.0
8022024-10-21T21:36:32.433Z Downloaded progenitor-impl v0.8.0
8032024-10-21T21:36:32.434Z Downloaded progenitor v0.8.0
8042024-10-21T21:36:32.434Z Downloaded predicates-tree v1.0.11
8052024-10-21T21:36:32.458Z Downloaded flate2 v1.0.34
8062024-10-21T21:36:32.458Z Downloaded trust-dns-proto v0.22.0
8072024-10-21T21:36:32.458Z Downloaded jobserver v0.1.32
8082024-10-21T21:36:32.458Z Downloaded expectorate v1.1.0
8092024-10-21T21:36:32.458Z Downloaded indexmap v1.9.3
8102024-10-21T21:36:32.483Z Downloaded hyper-util v0.1.9
8112024-10-21T21:36:32.483Z Downloaded bzip2-sys v0.1.11+1.0.8
8122024-10-21T21:36:32.483Z Downloaded rustfmt-wrapper v0.2.1
8132024-10-21T21:36:32.483Z Downloaded quick-error v1.2.3
8142024-10-21T21:36:32.483Z Downloaded proc-macro-crate v1.3.1
8152024-10-21T21:36:32.509Z Downloaded primeorder v0.13.6
8162024-10-21T21:36:32.509Z Downloaded pretty-hex v0.2.1
8172024-10-21T21:36:32.509Z Downloaded predicates-core v1.0.8
8182024-10-21T21:36:32.509Z Downloaded ed25519-dalek v2.1.1
8192024-10-21T21:36:32.509Z Downloaded tough v0.17.1
8202024-10-21T21:36:32.509Z Downloaded termios v0.3.3
8212024-10-21T21:36:32.509Z Downloaded typify v0.2.0
8222024-10-21T21:36:32.509Z Downloaded regress v0.9.1
8232024-10-21T21:36:32.534Z Downloaded mime_guess v2.0.5
8242024-10-21T21:36:32.534Z Downloaded maplit v1.0.2
8252024-10-21T21:36:32.534Z Downloaded lock_api v0.4.12
8262024-10-21T21:36:32.534Z Downloaded libefi-sys v0.1.0
8272024-10-21T21:36:32.534Z Downloaded iana-time-zone v0.1.61
8282024-10-21T21:36:32.534Z Downloaded hyper-rustls v0.27.3
8292024-10-21T21:36:32.534Z Downloaded fallible-iterator v0.3.0
8302024-10-21T21:36:32.534Z Downloaded fallible-iterator v0.2.0
8312024-10-21T21:36:32.534Z Downloaded embedded-io v0.6.1
8322024-10-21T21:36:32.534Z Downloaded elliptic-curve v0.13.8
8332024-10-21T21:36:32.559Z Downloaded tokio-util v0.7.12
8342024-10-21T21:36:32.559Z Downloaded tokio-tungstenite v0.24.0
8352024-10-21T21:36:32.559Z Downloaded rustc-hash v2.0.0
8362024-10-21T21:36:32.559Z Downloaded rustc-hash v1.1.0
8372024-10-21T21:36:32.559Z Downloaded num-bigint-dig v0.8.4
8382024-10-21T21:36:32.559Z Downloaded vcpkg v0.2.15
8392024-10-21T21:36:32.603Z Downloaded regex-syntax v0.6.29
8402024-10-21T21:36:32.628Z Downloaded multer v3.1.0
8412024-10-21T21:36:32.628Z Downloaded libloading v0.8.5
8422024-10-21T21:36:32.628Z Downloaded ipnet v2.10.1
8432024-10-21T21:36:32.628Z Downloaded chrono-tz v0.10.0
8442024-10-21T21:36:32.653Z Downloaded block-padding v0.3.3
8452024-10-21T21:36:32.653Z Downloaded aead v0.5.2
8462024-10-21T21:36:32.653Z Downloaded flagset v0.4.6
8472024-10-21T21:36:32.653Z Downloaded filetime v0.2.25
8482024-10-21T21:36:32.653Z Downloaded ff v0.13.0
8492024-10-21T21:36:32.653Z Downloaded fd-lock v4.0.2
8502024-10-21T21:36:32.653Z Downloaded fatfs v0.3.6
8512024-10-21T21:36:32.653Z Downloaded fallible-streaming-iterator v0.1.9
8522024-10-21T21:36:32.653Z Downloaded env_logger v0.11.5
8532024-10-21T21:36:32.653Z Downloaded env_logger v0.10.2
8542024-10-21T21:36:32.653Z Downloaded env_filter v0.1.2
8552024-10-21T21:36:32.653Z Downloaded enum-as-inner v0.5.1
8562024-10-21T21:36:32.679Z Downloaded want v0.3.1
8572024-10-21T21:36:32.679Z Downloaded walkdir v2.5.0
8582024-10-21T21:36:32.679Z Downloaded toml_edit v0.19.15
8592024-10-21T21:36:32.679Z Downloaded regress v0.10.1
8602024-10-21T21:36:32.704Z Downloaded nodrop v0.1.14
8612024-10-21T21:36:32.704Z Downloaded mockall v0.13.0
8622024-10-21T21:36:32.704Z Downloaded hyper-staticfile v0.10.1
8632024-10-21T21:36:32.704Z Downloaded httparse v1.9.5
8642024-10-21T21:36:32.704Z Downloaded hmac v0.12.1
8652024-10-21T21:36:32.704Z Downloaded endian-type v0.1.2
8662024-10-21T21:36:32.704Z Downloaded ena v0.14.3
8672024-10-21T21:36:32.704Z Downloaded embedded-io v0.4.0
8682024-10-21T21:36:32.704Z Downloaded either v1.13.0
8692024-10-21T21:36:32.704Z Downloaded toml v0.7.8
8702024-10-21T21:36:32.729Z Downloaded tokio-tungstenite v0.23.1
8712024-10-21T21:36:32.729Z Downloaded tokio-tungstenite v0.21.0
8722024-10-21T21:36:32.729Z Downloaded tokio-stream v0.1.16
8732024-10-21T21:36:32.729Z Downloaded termtree v0.4.1
8742024-10-21T21:36:32.729Z Downloaded russh-cryptovec v0.7.3
8752024-10-21T21:36:32.729Z Downloaded num-traits v0.2.19
8762024-10-21T21:36:32.729Z Downloaded num-complex v0.4.6
8772024-10-21T21:36:32.729Z Downloaded wait-timeout v0.2.0
8782024-10-21T21:36:32.729Z Downloaded unicode-normalization v0.1.24
8792024-10-21T21:36:32.729Z Downloaded tracing-attributes v0.1.27
8802024-10-21T21:36:32.754Z Downloaded reqwest v0.12.8
8812024-10-21T21:36:32.754Z Downloaded regex-syntax v0.8.5
8822024-10-21T21:36:32.754Z Downloaded newtype_derive v0.1.6
8832024-10-21T21:36:32.754Z Downloaded newtype-uuid v1.1.2
8842024-10-21T21:36:32.754Z Downloaded native-tls v0.2.12
8852024-10-21T21:36:32.779Z Downloaded nanorand v0.7.0
8862024-10-21T21:36:32.779Z Downloaded memoffset v0.9.1
8872024-10-21T21:36:32.779Z Downloaded md-5 v0.10.6
8882024-10-21T21:36:32.779Z Downloaded maybe-uninit v2.0.0
8892024-10-21T21:36:32.779Z Downloaded managed v0.8.0
8902024-10-21T21:36:32.779Z Downloaded lru v0.12.5
8912024-10-21T21:36:32.779Z Downloaded lazycell v1.3.0
8922024-10-21T21:36:32.779Z Downloaded kstat-rs v0.2.4
8932024-10-21T21:36:32.779Z Downloaded is-terminal v0.4.13
8942024-10-21T21:36:32.779Z Downloaded instant v0.1.13
8952024-10-21T21:36:32.779Z Downloaded inout v0.1.3
8962024-10-21T21:36:32.779Z Downloaded indent_write v2.2.0
8972024-10-21T21:36:32.779Z Downloaded hyper-tls v0.6.0
8982024-10-21T21:36:32.779Z Downloaded hubpack v0.1.2
8992024-10-21T21:36:32.779Z Downloaded httpdate v1.0.3
9002024-10-21T21:36:32.779Z Downloaded home v0.5.9
9012024-10-21T21:36:32.779Z Downloaded bstr v1.10.0
9022024-10-21T21:36:32.804Z Downloaded topological-sort v0.2.2
9032024-10-21T21:36:32.804Z Downloaded toolchain_find v0.4.0
9042024-10-21T21:36:32.804Z Downloaded termcolor v1.4.1
9052024-10-21T21:36:32.804Z Downloaded term v0.7.0
9062024-10-21T21:36:32.804Z Downloaded tar v0.4.42
9072024-10-21T21:36:32.804Z Downloaded tap v1.0.1
9082024-10-21T21:36:32.804Z Downloaded rtoolbox v0.0.2
9092024-10-21T21:36:32.804Z Downloaded rsa v0.9.6
9102024-10-21T21:36:32.829Z Downloaded rpassword v7.3.1
9112024-10-21T21:36:32.829Z Downloaded ron v0.8.1
9122024-10-21T21:36:32.829Z Downloaded ron v0.7.1
9132024-10-21T21:36:32.829Z Downloaded rfc6979 v0.4.0
9142024-10-21T21:36:32.829Z Downloaded rand_xorshift v0.3.0
9152024-10-21T21:36:32.829Z Downloaded rand_seeder v0.3.0
9162024-10-21T21:36:32.829Z Downloaded rand_chacha v0.3.1
9172024-10-21T21:36:32.829Z Downloaded rand v0.8.5
9182024-10-21T21:36:32.853Z Downloaded radium v0.7.0
9192024-10-21T21:36:32.854Z Downloaded r2d2 v0.8.10
9202024-10-21T21:36:32.854Z Downloaded quinn-udp v0.5.5
9212024-10-21T21:36:32.854Z Downloaded omicron-zone-package v0.11.1
9222024-10-21T21:36:32.854Z Downloaded olpc-cjson v0.1.4
9232024-10-21T21:36:32.854Z Downloaded number_prefix v0.4.0
9242024-10-21T21:36:32.854Z Downloaded num-bigint v0.4.6
9252024-10-21T21:36:32.854Z Downloaded hickory-client v0.24.1
9262024-10-21T21:36:32.854Z Downloaded hex v0.4.3
9272024-10-21T21:36:32.854Z Downloaded vte_generate_state_changes v0.1.2
9282024-10-21T21:36:32.854Z Downloaded vergen v8.3.2
9292024-10-21T21:36:32.854Z Downloaded uzers v0.12.1
9302024-10-21T21:36:32.878Z Downloaded uuid v1.10.0
9312024-10-21T21:36:32.878Z Downloaded url v2.5.2
9322024-10-21T21:36:32.878Z Downloaded unicode_categories v0.1.1
9332024-10-21T21:36:32.878Z Downloaded unicode-segmentation v1.12.0
9342024-10-21T21:36:32.878Z Downloaded typed-path v0.7.1
9352024-10-21T21:36:32.878Z Downloaded tungstenite v0.24.0
9362024-10-21T21:36:32.903Z Downloaded tracing-core v0.1.32
9372024-10-21T21:36:32.903Z Downloaded tracing v0.1.40
9382024-10-21T21:36:32.903Z Downloaded regex v1.11.0
9392024-10-21T21:36:32.927Z Downloaded rayon v1.10.0
9402024-10-21T21:36:32.927Z Downloaded normalize-line-endings v0.3.0
9412024-10-21T21:36:32.928Z Downloaded nibble_vec v0.1.0
9422024-10-21T21:36:32.928Z Downloaded newline-converter v0.3.0
9432024-10-21T21:36:32.928Z Downloaded mime v0.3.17
9442024-10-21T21:36:32.928Z Downloaded lru-cache v0.1.2
9452024-10-21T21:36:32.928Z Downloaded linked-hash-map v0.5.6
9462024-10-21T21:36:32.928Z Downloaded linear-map v1.2.0
9472024-10-21T21:36:32.928Z Downloaded libsw v3.3.1
9482024-10-21T21:36:32.952Z Downloaded internet-checksum v0.2.1
9492024-10-21T21:36:32.952Z Downloaded http-body-util v0.1.2
9502024-10-21T21:36:32.952Z Downloaded http-body v0.4.6
9512024-10-21T21:36:32.952Z Downloaded hostname v0.4.0
9522024-10-21T21:36:32.953Z Downloaded num-rational v0.4.2
9532024-10-21T21:36:32.953Z Downloaded num-iter v0.1.45
9542024-10-21T21:36:32.953Z Downloaded num-integer v0.1.46
9552024-10-21T21:36:32.953Z Downloaded num-derive v0.4.2
9562024-10-21T21:36:32.953Z Downloaded num v0.4.3
9572024-10-21T21:36:32.953Z Downloaded nu-ansi-term v0.50.1
9582024-10-21T21:36:32.953Z Downloaded hex-literal v0.4.1
9592024-10-21T21:36:32.953Z Downloaded heck v0.3.3
9602024-10-21T21:36:32.953Z Downloaded vsss-rs v3.3.4
9612024-10-21T21:36:32.953Z Downloaded value-bag v1.9.0
9622024-10-21T21:36:32.978Z Downloaded utf-8 v0.7.6
9632024-10-21T21:36:32.978Z Downloaded untrusted v0.9.0
9642024-10-21T21:36:32.978Z Downloaded untrusted v0.7.1
9652024-10-21T21:36:32.978Z Downloaded unsafe-libyaml v0.2.11
9662024-10-21T21:36:32.978Z Downloaded universal-hash v0.5.1
9672024-10-21T21:36:32.978Z Downloaded unicode-truncate v1.1.0
9682024-10-21T21:36:32.978Z Downloaded unicode-properties v0.1.3
9692024-10-21T21:36:32.978Z Downloaded unicode-bidi v0.3.17
9702024-10-21T21:36:32.978Z Downloaded tungstenite v0.23.0
9712024-10-21T21:36:32.978Z Downloaded tungstenite v0.21.0
9722024-10-21T21:36:32.978Z Downloaded tui-tree-widget v0.22.0
9732024-10-21T21:36:32.978Z Downloaded reedline v0.35.0
9742024-10-21T21:36:33.003Z Downloaded new_debug_unreachable v1.0.6
9752024-10-21T21:36:33.003Z Downloaded multimap v0.10.0
9762024-10-21T21:36:33.003Z Downloaded md5 v0.7.0
9772024-10-21T21:36:33.003Z Downloaded match_cfg v0.1.0
9782024-10-21T21:36:33.003Z Downloaded lalrpop-util v0.19.12
9792024-10-21T21:36:33.003Z Downloaded is_ci v1.2.0
9802024-10-21T21:36:33.003Z Downloaded hostname v0.3.1
9812024-10-21T21:36:33.003Z Downloaded curve25519-dalek v4.1.3
9822024-10-21T21:36:33.028Z Downloaded num_threads v0.1.7
9832024-10-21T21:36:33.028Z Downloaded num_enum_derive v0.5.11
9842024-10-21T21:36:33.028Z Downloaded num-conv v0.1.0
9852024-10-21T21:36:33.028Z Downloaded vte v0.11.1
9862024-10-21T21:36:33.028Z Downloaded unicode-xid v0.2.6
9872024-10-21T21:36:33.028Z Downloaded unicase v2.7.0
9882024-10-21T21:36:33.028Z Downloaded unarray v0.1.4
9892024-10-21T21:36:33.028Z Downloaded typify-macro v0.2.0
9902024-10-21T21:36:33.028Z Downloaded twox-hash v1.6.3
9912024-10-21T21:36:33.028Z Downloaded try-lock v0.2.5
9922024-10-21T21:36:33.028Z Downloaded tower-service v0.3.3
9932024-10-21T21:36:33.028Z Downloaded matches v0.1.10
9942024-10-21T21:36:33.028Z Downloaded ident_case v1.0.1
9952024-10-21T21:36:33.028Z Downloaded hubpack_derive v0.1.1
9962024-10-21T21:36:33.028Z Downloaded serde_plain v1.0.2
9972024-10-21T21:36:33.028Z Downloaded resolv-conf v0.7.0
9982024-10-21T21:36:33.028Z Downloaded reqwest v0.11.27
9992024-10-21T21:36:33.053Z Downloaded instability v0.3.2
10002024-10-21T21:36:33.053Z Downloaded impl-trait-for-tuples v0.2.2
10012024-10-21T21:36:33.053Z Downloaded subprocess v0.2.9
10022024-10-21T21:36:33.053Z Downloaded strum_macros v0.25.3
10032024-10-21T21:36:33.053Z Downloaded strum_macros v0.24.3
10042024-10-21T21:36:33.053Z Downloaded structmeta-derive v0.2.0
10052024-10-21T21:36:33.053Z Downloaded structmeta v0.3.0
10062024-10-21T21:36:33.053Z Downloaded structmeta v0.2.0
10072024-10-21T21:36:33.053Z Downloaded stringprep v0.1.5
10082024-10-21T21:36:33.053Z Downloaded signal-hook v0.3.17
10092024-10-21T21:36:33.078Z Downloaded shell-words v1.1.0
10102024-10-21T21:36:33.078Z Downloaded serde_with_macros v3.11.0
10112024-10-21T21:36:33.078Z Downloaded serde_urlencoded v0.7.1
10122024-10-21T21:36:33.078Z Downloaded rayon-core v1.12.1
10132024-10-21T21:36:33.078Z Downloaded lazy_static v1.5.0
10142024-10-21T21:36:33.078Z Downloaded keccak v0.1.5
10152024-10-21T21:36:33.078Z Downloaded ipnetwork v0.20.0
10162024-10-21T21:36:33.078Z Downloaded indoc v1.0.9
10172024-10-21T21:36:33.078Z Downloaded humantime v2.1.0
10182024-10-21T21:36:33.078Z Downloaded highway v1.2.0
10192024-10-21T21:36:33.078Z Downloaded debug-ignore v1.0.5
10202024-10-21T21:36:33.078Z Downloaded darling_core v0.20.10
10212024-10-21T21:36:33.103Z Downloaded cexpr v0.6.0
10222024-10-21T21:36:33.103Z Downloaded bitvec v1.0.1
10232024-10-21T21:36:33.103Z Downloaded bindgen v0.69.5
10242024-10-21T21:36:33.128Z Downloaded strum v0.26.3
10252024-10-21T21:36:33.128Z Downloaded structmeta-derive v0.3.0
10262024-10-21T21:36:33.128Z Downloaded strip-ansi-escapes v0.2.0
10272024-10-21T21:36:33.128Z Downloaded string_cache v0.8.7
10282024-10-21T21:36:33.128Z Downloaded sha1 v0.10.6
10292024-10-21T21:36:33.128Z Downloaded serde_yaml v0.9.34+deprecated
10302024-10-21T21:36:33.128Z Downloaded ref-cast-impl v1.0.23
10312024-10-21T21:36:33.128Z Downloaded rcgen v0.12.1
10322024-10-21T21:36:33.128Z Downloaded ctr v0.9.2
10332024-10-21T21:36:33.128Z Downloaded crypto-bigint v0.5.5
10342024-10-21T21:36:33.153Z Downloaded crossterm v0.28.1
10352024-10-21T21:36:33.153Z Downloaded crossbeam-utils v0.8.20
10362024-10-21T21:36:33.153Z Downloaded crc-any v2.5.0
10372024-10-21T21:36:33.153Z Downloaded const_format_proc_macros v0.2.33
10382024-10-21T21:36:33.153Z Downloaded ciborium-ll v0.2.2
10392024-10-21T21:36:33.153Z Downloaded ciborium v0.2.2
10402024-10-21T21:36:33.177Z Downloaded chrono v0.4.38
10412024-10-21T21:36:33.177Z Downloaded chacha20poly1305 v0.10.1
10422024-10-21T21:36:33.177Z Downloaded cfg_aliases v0.2.1
10432024-10-21T21:36:33.177Z Downloaded cc v1.1.30
10442024-10-21T21:36:33.177Z Downloaded cancel-safe-futures v0.1.5
10452024-10-21T21:36:33.178Z Downloaded blake3 v1.5.4
10462024-10-21T21:36:33.202Z Downloaded bit-set v0.5.3
10472024-10-21T21:36:33.202Z Downloaded addr2line v0.24.2
10482024-10-21T21:36:33.202Z Downloaded shlex v1.3.0
10492024-10-21T21:36:33.202Z Downloaded serde_repr v0.1.19
10502024-10-21T21:36:33.203Z Downloaded ref-cast v1.0.23
10512024-10-21T21:36:33.203Z Downloaded rand_core v0.6.4
10522024-10-21T21:36:33.203Z Downloaded http-range v0.1.5
10532024-10-21T21:36:33.203Z Downloaded http-body v1.0.1
10542024-10-21T21:36:33.203Z Downloaded data-encoding v2.6.0
10552024-10-21T21:36:33.203Z Downloaded curve25519-dalek-derive v0.1.1
10562024-10-21T21:36:33.203Z Downloaded crucible-workspace-hack v0.1.0
10572024-10-21T21:36:33.203Z Downloaded crossbeam-deque v0.8.5
10582024-10-21T21:36:33.203Z Downloaded crc32fast v1.4.2
10592024-10-21T21:36:33.228Z Downloaded cookie_store v0.21.0
10602024-10-21T21:36:33.228Z Downloaded convert_case v0.4.0
10612024-10-21T21:36:33.228Z Downloaded const-oid v0.9.6
10622024-10-21T21:36:33.228Z Downloaded console v0.15.8
10632024-10-21T21:36:33.228Z Downloaded colored v2.1.0
10642024-10-21T21:36:33.228Z Downloaded cobs v0.2.3
10652024-10-21T21:36:33.228Z Downloaded clang-sys v1.8.1
10662024-10-21T21:36:33.228Z Downloaded cipher v0.4.4
10672024-10-21T21:36:33.228Z Downloaded chacha20 v0.9.1
10682024-10-21T21:36:33.228Z Downloaded castaway v0.2.3
10692024-10-21T21:36:33.228Z Downloaded bzip2 v0.4.4
10702024-10-21T21:36:33.228Z Downloaded buf-list v1.0.3
10712024-10-21T21:36:33.253Z Downloaded blowfish v0.9.1
10722024-10-21T21:36:33.253Z Downloaded bcrypt-pbkdf v0.10.0
10732024-10-21T21:36:33.253Z Downloaded bb8 v0.8.5
10742024-10-21T21:36:33.253Z Downloaded base64ct v1.6.0
10752024-10-21T21:36:33.253Z Downloaded base64 v0.22.1
10762024-10-21T21:36:33.253Z Downloaded base64 v0.21.7
10772024-10-21T21:36:33.253Z Downloaded base64 v0.13.1
10782024-10-21T21:36:33.253Z Downloaded backtrace v0.3.74
10792024-10-21T21:36:33.253Z Downloaded backoff v0.4.0
10802024-10-21T21:36:33.278Z Downloaded async-stream-impl v0.3.6
10812024-10-21T21:36:33.278Z Downloaded async-bb8-diesel v0.2.1
10822024-10-21T21:36:33.278Z Downloaded arc-swap v1.7.1
10832024-10-21T21:36:33.278Z Downloaded aho-corasick v1.1.3
10842024-10-21T21:36:33.278Z Downloaded aes-gcm v0.10.3
10852024-10-21T21:36:33.278Z Downloaded aes v0.8.4
10862024-10-21T21:36:33.278Z Downloaded crc v3.2.1
10872024-10-21T21:36:33.303Z Downloaded cookie v0.18.1
10882024-10-21T21:36:33.303Z Downloaded constant_time_eq v0.3.1
10892024-10-21T21:36:33.303Z Downloaded const_format v0.2.33
10902024-10-21T21:36:33.303Z Downloaded compact_str v0.8.0
10912024-10-21T21:36:33.303Z Downloaded bytes v1.7.2
10922024-10-21T21:36:33.303Z Downloaded bitfield-struct v0.6.2
10932024-10-21T21:36:33.303Z Downloaded bcs v0.1.6
10942024-10-21T21:36:33.303Z Downloaded base16ct v0.2.0
10952024-10-21T21:36:33.327Z Downloaded async-trait v0.1.83
10962024-10-21T21:36:33.327Z Downloaded ascii-canvas v3.0.0
10972024-10-21T21:36:33.328Z Downloaded ahash v0.8.11
10982024-10-21T21:36:33.328Z Downloaded csv-core v0.1.11
10992024-10-21T21:36:33.328Z Downloaded cstr-argument v0.1.2
11002024-10-21T21:36:33.328Z Downloaded crossbeam-epoch v0.9.18
11012024-10-21T21:36:33.328Z Downloaded chrono-tz-build v0.4.0
11022024-10-21T21:36:33.328Z Downloaded cbc v0.1.2
11032024-10-21T21:36:33.328Z Downloaded cassowary v0.3.0
11042024-10-21T21:36:33.328Z Downloaded blake2 v0.10.6
11052024-10-21T21:36:33.328Z Downloaded bit-vec v0.6.3
11062024-10-21T21:36:33.328Z Downloaded atomicwrites v0.4.4
11072024-10-21T21:36:33.328Z Downloaded async-stream v0.3.6
11082024-10-21T21:36:33.353Z Downloaded allocator-api2 v0.2.18
11092024-10-21T21:36:33.353Z Downloaded crunchy v0.2.2
11102024-10-21T21:36:33.353Z Downloaded crc-catalog v2.4.0
11112024-10-21T21:36:33.353Z Downloaded ciborium-io v0.2.2
11122024-10-21T21:36:33.353Z Downloaded cfg_aliases v0.1.1
11132024-10-21T21:36:33.353Z Downloaded bitflags v1.3.2
11142024-10-21T21:36:33.353Z Downloaded bitfield v0.14.0
11152024-10-21T21:36:33.353Z Downloaded atty v0.2.14
11162024-10-21T21:36:33.353Z Downloaded atomic-waker v1.1.2
11172024-10-21T21:36:33.353Z Downloaded async-recursion v1.1.1
11182024-10-21T21:36:33.353Z Downloaded assert_matches v1.5.0
11192024-10-21T21:36:33.353Z Downloaded arrayvec v0.7.6
11202024-10-21T21:36:33.353Z Downloaded arrayref v0.3.9
11212024-10-21T21:36:33.353Z Downloaded array-init v0.0.4
11222024-10-21T21:36:33.353Z Downloaded argon2 v0.5.3
11232024-10-21T21:36:33.475Z Compiling serde v1.0.210
11242024-10-21T21:36:33.501Z Compiling typenum v1.17.0
11252024-10-21T21:36:33.502Z Compiling generic-array v0.14.7
11262024-10-21T21:36:33.502Z Compiling lock_api v0.4.12
11272024-10-21T21:36:33.502Z Compiling scopeguard v1.2.0
11282024-10-21T21:36:33.502Z Compiling subtle v2.6.1
11292024-10-21T21:36:33.616Z Compiling syn v2.0.79
11302024-10-21T21:36:33.616Z Compiling getrandom v0.2.15
11312024-10-21T21:36:33.694Z Compiling value-bag v1.9.0
11322024-10-21T21:36:33.868Z Compiling rand_core v0.6.4
11332024-10-21T21:36:33.989Z Compiling const-oid v0.9.6
11342024-10-21T21:36:34.014Z Compiling pin-project-lite v0.2.14
11352024-10-21T21:36:34.097Z Compiling log v0.4.22
11362024-10-21T21:36:34.137Z Compiling smallvec v1.13.2
11372024-10-21T21:36:34.228Z Compiling jobserver v0.1.32
11382024-10-21T21:36:34.360Z Compiling shlex v1.3.0
11392024-10-21T21:36:34.385Z Compiling parking_lot_core v0.9.10
11402024-10-21T21:36:34.486Z Compiling futures-core v0.3.31
11412024-10-21T21:36:34.716Z Compiling cc v1.1.30
11422024-10-21T21:36:34.742Z Compiling signal-hook-registry v1.4.2
11432024-10-21T21:36:34.867Z Compiling mio v1.0.2
11442024-10-21T21:36:35.043Z Compiling cpufeatures v0.2.14
11452024-10-21T21:36:35.142Z Compiling parking_lot v0.12.3
11462024-10-21T21:36:35.351Z Compiling futures-sink v0.3.31
11472024-10-21T21:36:35.485Z Compiling spin v0.9.8
11482024-10-21T21:36:35.508Z Compiling socket2 v0.5.7
11492024-10-21T21:36:35.532Z Compiling slab v0.4.9
11502024-10-21T21:36:35.710Z Compiling serde_json v1.0.128
11512024-10-21T21:36:35.853Z Compiling futures-channel v0.3.31
11522024-10-21T21:36:35.924Z Compiling tinyvec_macros v0.1.1
11532024-10-21T21:36:35.969Z Compiling futures-task v0.3.31
11542024-10-21T21:36:36.026Z Compiling allocator-api2 v0.2.18
11552024-10-21T21:36:36.053Z Compiling futures-io v0.3.31
11562024-10-21T21:36:36.205Z Compiling pin-utils v0.1.0
11572024-10-21T21:36:36.228Z Compiling foldhash v0.1.3
11582024-10-21T21:36:36.253Z Compiling tinyvec v1.8.0
11592024-10-21T21:36:36.295Z Compiling libm v0.2.8
11602024-10-21T21:36:36.337Z Compiling num-traits v0.2.19
11612024-10-21T21:36:36.361Z Compiling unicode-bidi v0.3.17
11622024-10-21T21:36:36.492Z Compiling base64ct v1.6.0
11632024-10-21T21:36:36.983Z Compiling hashbrown v0.15.0
11642024-10-21T21:36:37.066Z Compiling flagset v0.4.6
11652024-10-21T21:36:37.258Z Compiling pem-rfc7468 v0.7.0
11662024-10-21T21:36:37.340Z Compiling httparse v1.9.5
11672024-10-21T21:36:37.786Z Compiling unicode-normalization v0.1.24
11682024-10-21T21:36:37.885Z Compiling tracing-core v0.1.32
11692024-10-21T21:36:38.016Z Compiling percent-encoding v2.3.1
11702024-10-21T21:36:38.063Z Compiling rustls-pki-types v1.9.0
11712024-10-21T21:36:38.127Z Compiling crossbeam-utils v0.8.20
11722024-10-21T21:36:38.552Z Compiling ring v0.17.8
11732024-10-21T21:36:38.679Z Compiling pkg-config v0.3.31
11742024-10-21T21:36:38.703Z Compiling time-core v0.1.2
11752024-10-21T21:36:38.954Z Compiling untrusted v0.9.0
11762024-10-21T21:36:39.044Z Compiling powerfmt v0.2.0
11772024-10-21T21:36:39.139Z Compiling vcpkg v0.2.15
11782024-10-21T21:36:39.168Z Compiling num-conv v0.1.0
11792024-10-21T21:36:39.417Z Compiling deranged v0.3.11
11802024-10-21T21:36:39.417Z Compiling time-macros v0.2.18
11812024-10-21T21:36:39.621Z Compiling atomic-waker v1.1.2
11822024-10-21T21:36:39.807Z Compiling num_threads v0.1.7
11832024-10-21T21:36:39.926Z Compiling form_urlencoded v1.2.1
11842024-10-21T21:36:40.098Z Compiling rustix v0.38.37
11852024-10-21T21:36:40.202Z Compiling slog v2.7.0
11862024-10-21T21:36:40.308Z Compiling try-lock v0.2.5
11872024-10-21T21:36:40.443Z Compiling want v0.3.1
11882024-10-21T21:36:40.722Z Compiling httpdate v1.0.3
11892024-10-21T21:36:40.899Z Compiling idna v0.5.0
11902024-10-21T21:36:41.034Z Compiling openssl v0.10.66
11912024-10-21T21:36:41.076Z Compiling openssl-sys v0.9.103
11922024-10-21T21:36:41.125Z Compiling base64 v0.22.1
11932024-10-21T21:36:41.393Z Compiling tower-service v0.3.3
11942024-10-21T21:36:41.436Z Compiling iana-time-zone v0.1.61
11952024-10-21T21:36:41.516Z Compiling rustversion v1.0.17
11962024-10-21T21:36:41.827Z Compiling foreign-types-shared v0.1.1
11972024-10-21T21:36:41.925Z Compiling match_cfg v0.1.0
11982024-10-21T21:36:41.958Z Compiling foreign-types v0.3.2
11992024-10-21T21:36:42.027Z Compiling hostname v0.3.1
12002024-10-21T21:36:42.059Z Compiling url v2.5.2
12012024-10-21T21:36:42.247Z Compiling time v0.3.36
12022024-10-21T21:36:42.295Z Compiling dirs-sys-next v0.1.2
12032024-10-21T21:36:42.344Z Compiling aho-corasick v1.1.3
12042024-10-21T21:36:42.370Z Compiling data-encoding v2.6.0
12052024-10-21T21:36:42.874Z Compiling syn v1.0.109
12062024-10-21T21:36:43.308Z Compiling adler2 v2.0.0
12072024-10-21T21:36:43.402Z Compiling regex-syntax v0.8.5
12082024-10-21T21:36:43.507Z Compiling native-tls v0.2.12
12092024-10-21T21:36:43.654Z Compiling siphasher v0.3.11
12102024-10-21T21:36:43.804Z Compiling rustls v0.22.4
12112024-10-21T21:36:43.977Z Compiling rustls v0.23.14
12122024-10-21T21:36:44.067Z Compiling miniz_oxide v0.8.0
12132024-10-21T21:36:44.280Z Compiling dirs-next v2.0.0
12142024-10-21T21:36:44.467Z Compiling serde_derive_internals v0.29.1
12152024-10-21T21:36:45.417Z Compiling crossbeam-epoch v0.9.18
12162024-10-21T21:36:45.504Z Compiling lazy_static v1.5.0
12172024-10-21T21:36:45.617Z Compiling thread_local v1.1.8
12182024-10-21T21:36:46.028Z Compiling serde_derive v1.0.210
12192024-10-21T21:36:46.103Z Compiling zeroize_derive v1.4.2
12202024-10-21T21:36:46.126Z Compiling zerocopy-derive v0.7.35
12212024-10-21T21:36:46.810Z Compiling tokio-macros v2.4.0
12222024-10-21T21:36:46.834Z Compiling thiserror-impl v1.0.64
12232024-10-21T21:36:46.874Z Compiling futures-macro v0.3.31
12242024-10-21T21:36:47.451Z Compiling zeroize v1.8.1
12252024-10-21T21:36:47.889Z Compiling der_derive v0.7.3
12262024-10-21T21:36:48.034Z Compiling zerocopy v0.7.35
12272024-10-21T21:36:48.153Z Compiling tracing-attributes v0.1.27
12282024-10-21T21:36:48.487Z Compiling futures-util v0.3.31
12292024-10-21T21:36:48.927Z Compiling crypto-common v0.1.6
12302024-10-21T21:36:48.993Z Compiling block-buffer v0.10.4
12312024-10-21T21:36:49.127Z Compiling block-padding v0.3.3
12322024-10-21T21:36:49.253Z Compiling digest v0.10.7
12332024-10-21T21:36:49.351Z Compiling inout v0.1.3
12342024-10-21T21:36:49.375Z Compiling ppv-lite86 v0.2.20
12352024-10-21T21:36:49.598Z Compiling cipher v0.4.4
12362024-10-21T21:36:49.623Z Compiling thiserror v1.0.64
12372024-10-21T21:36:49.693Z Compiling hmac v0.12.1
12382024-10-21T21:36:49.761Z Compiling sha2 v0.10.8
12392024-10-21T21:36:49.922Z Compiling pbkdf2 v0.12.2
12402024-10-21T21:36:50.015Z Compiling der v0.7.9
12412024-10-21T21:36:50.084Z Compiling rand_chacha v0.3.1
12422024-10-21T21:36:50.084Z Compiling salsa20 v0.10.2
12432024-10-21T21:36:50.128Z Compiling pest v2.7.14
12442024-10-21T21:36:50.294Z Compiling scrypt v0.11.0
12452024-10-21T21:36:50.797Z Compiling rand v0.8.5
12462024-10-21T21:36:51.478Z Compiling tracing v0.1.40
12472024-10-21T21:36:52.025Z Compiling spki v0.7.3
12482024-10-21T21:36:52.116Z Compiling cbc v0.1.2
12492024-10-21T21:36:52.337Z Compiling aes v0.8.4
12502024-10-21T21:36:52.361Z Compiling scroll_derive v0.12.0
12512024-10-21T21:36:52.512Z Compiling pest_meta v2.7.14
12522024-10-21T21:36:52.661Z Compiling rustls-webpki v0.102.8
12532024-10-21T21:36:52.972Z Compiling async-trait v0.1.83
12542024-10-21T21:36:53.063Z Compiling openssl-macros v0.1.1
12552024-10-21T21:36:53.587Z Compiling scroll v0.12.0
12562024-10-21T21:36:53.720Z Compiling pest_generator v2.7.14
12572024-10-21T21:36:53.869Z Compiling pkcs5 v0.7.1
12582024-10-21T21:36:54.064Z Compiling goblin v0.8.2
12592024-10-21T21:36:54.463Z Compiling pkcs8 v0.10.2
12602024-10-21T21:36:54.487Z Compiling sha1 v0.10.6
12612024-10-21T21:36:54.857Z Compiling signature v2.2.0
12622024-10-21T21:36:54.918Z Compiling regex-automata v0.4.8
12632024-10-21T21:36:55.115Z Compiling multer v3.1.0
12642024-10-21T21:36:55.141Z Compiling encoding_rs v0.8.34
12652024-10-21T21:36:55.289Z Compiling cookie v0.18.1
12662024-10-21T21:36:55.390Z Compiling unicode-properties v0.1.3
12672024-10-21T21:36:55.418Z Compiling schemars v0.8.21
12682024-10-21T21:36:55.551Z Compiling ipnet v2.10.1
12692024-10-21T21:36:55.734Z Compiling slog-async v2.8.0
12702024-10-21T21:36:55.758Z Compiling paste v1.0.15
12712024-10-21T21:36:56.194Z Compiling signal-hook v0.3.17
12722024-10-21T21:36:56.235Z Compiling openssl-probe v0.1.5
12732024-10-21T21:36:56.432Z Compiling either v1.13.0
12742024-10-21T21:36:56.554Z Compiling rayon-core v1.12.1
12752024-10-21T21:36:56.673Z Compiling gimli v0.31.1
12762024-10-21T21:36:56.837Z Compiling mime v0.3.17
12772024-10-21T21:36:56.888Z Compiling pest_derive v2.7.14
12782024-10-21T21:36:57.106Z Compiling stringprep v0.1.5
12792024-10-21T21:36:57.631Z Compiling dtrace-parser v0.2.0
12802024-10-21T21:36:58.099Z Compiling bytes v1.7.2
12812024-10-21T21:36:58.770Z Compiling indexmap v2.6.0
12822024-10-21T21:36:59.194Z Compiling tokio v1.40.0
12832024-10-21T21:36:59.413Z Compiling http v1.1.0
12842024-10-21T21:37:00.042Z Compiling bitflags v2.6.0
12852024-10-21T21:37:00.493Z Compiling semver v1.0.23
12862024-10-21T21:37:00.969Z Compiling rustc_version v0.4.1
12872024-10-21T21:37:01.214Z Compiling http-body v1.0.1
12882024-10-21T21:37:01.451Z Compiling dof v0.3.0
12892024-10-21T21:37:01.758Z Compiling serde_spanned v0.6.8
12902024-10-21T21:37:01.806Z Compiling toml_datetime v0.6.8
12912024-10-21T21:37:01.996Z Compiling serde_tokenstream v0.2.2
12922024-10-21T21:37:02.297Z Compiling uuid v1.10.0
12932024-10-21T21:37:02.584Z Compiling usdt-impl v0.5.0
12942024-10-21T21:37:02.960Z Compiling chrono v0.4.38
12952024-10-21T21:37:03.404Z Compiling heapless v0.7.17
12962024-10-21T21:37:03.531Z Compiling http-body-util v0.1.2
12972024-10-21T21:37:03.990Z Compiling usdt-attr-macro v0.5.0
12982024-10-21T21:37:04.014Z Compiling usdt-macro v0.5.0
12992024-10-21T21:37:05.328Z Compiling toml_edit v0.22.22
13002024-10-21T21:37:05.392Z Compiling curve25519-dalek v4.1.3
13012024-10-21T21:37:05.482Z Compiling addr2line v0.24.2
13022024-10-21T21:37:05.942Z Compiling slog-json v2.6.1
13032024-10-21T21:37:06.033Z Compiling serde_urlencoded v0.7.1
13042024-10-21T21:37:06.184Z Compiling futures-executor v0.3.31
13052024-10-21T21:37:06.304Z Compiling md-5 v0.10.6
13062024-10-21T21:37:06.489Z Compiling schemars_derive v0.8.21
13072024-10-21T21:37:06.515Z Compiling async-stream-impl v0.3.6
13082024-10-21T21:37:06.540Z Compiling enum-as-inner v0.6.1
13092024-10-21T21:37:06.754Z Compiling tokio-util v0.7.12
13102024-10-21T21:37:07.474Z Compiling crossbeam-deque v0.8.5
13112024-10-21T21:37:07.714Z Compiling h2 v0.4.6
13122024-10-21T21:37:07.772Z Compiling term v0.7.0
13132024-10-21T21:37:09.206Z Compiling crossbeam-channel v0.5.13
13142024-10-21T21:37:09.638Z Compiling num-integer v0.1.46
13152024-10-21T21:37:10.145Z Compiling rustls-pemfile v2.2.0
13162024-10-21T21:37:10.310Z Compiling idna v0.3.0
13172024-10-21T21:37:10.468Z Compiling idna v0.4.0
13182024-10-21T21:37:11.071Z Compiling ff v0.13.0
13192024-10-21T21:37:11.272Z Compiling hash32 v0.2.1
13202024-10-21T21:37:11.643Z Compiling is-terminal v0.4.13
13212024-10-21T21:37:11.667Z Compiling dropshot v0.12.0
13222024-10-21T21:37:11.766Z Compiling object v0.36.5
13232024-10-21T21:37:11.790Z Compiling take_mut v0.2.2
13242024-10-21T21:37:11.928Z Compiling portable-atomic v1.9.0
13252024-10-21T21:37:11.953Z Compiling dyn-clone v1.0.17
13262024-10-21T21:37:12.143Z Compiling smoltcp v0.9.1
13272024-10-21T21:37:12.418Z Compiling fallible-iterator v0.2.0
13282024-10-21T21:37:12.785Z Compiling stable_deref_trait v1.2.0
13292024-10-21T21:37:12.825Z Compiling rustc-demangle v0.1.24
13302024-10-21T21:37:12.862Z Compiling base16ct v0.2.0
13312024-10-21T21:37:12.888Z Compiling utf-8 v0.7.6
13322024-10-21T21:37:13.039Z Compiling anyhow v1.0.89
13332024-10-21T21:37:13.161Z Compiling quick-error v1.2.3
13342024-10-21T21:37:13.186Z Compiling psl-types v2.0.11
13352024-10-21T21:37:13.298Z Compiling num-bigint-dig v0.8.4
13362024-10-21T21:37:13.354Z Compiling linked-hash-map v0.5.6
13372024-10-21T21:37:13.563Z Compiling hyper v1.4.1
13382024-10-21T21:37:13.667Z Compiling lru-cache v0.1.2
13392024-10-21T21:37:13.720Z Compiling publicsuffix v2.2.3
13402024-10-21T21:37:13.763Z Compiling resolv-conf v0.7.0
13412024-10-21T21:37:13.849Z Compiling tungstenite v0.24.0
13422024-10-21T21:37:13.946Z Compiling sec1 v0.7.3
13432024-10-21T21:37:14.430Z Compiling postgres-protocol v0.6.7
13442024-10-21T21:37:15.602Z Compiling hyper-util v0.1.9
13452024-10-21T21:37:16.558Z Compiling slog-term v2.9.1
13462024-10-21T21:37:17.004Z Compiling usdt v0.5.0
13472024-10-21T21:37:17.176Z Compiling group v0.13.0
13482024-10-21T21:37:17.443Z Compiling tokio-rustls v0.26.0
13492024-10-21T21:37:17.474Z Compiling hickory-proto v0.24.1
13502024-10-21T21:37:17.616Z Compiling num-iter v0.1.45
13512024-10-21T21:37:17.788Z Compiling backtrace v0.3.74
13522024-10-21T21:37:17.842Z Compiling tokio-native-tls v0.3.1
13532024-10-21T21:37:18.030Z Compiling toml v0.8.19
13542024-10-21T21:37:18.354Z Compiling async-stream v0.3.6
13552024-10-21T21:37:18.389Z Compiling tokio-rustls v0.25.0
13562024-10-21T21:37:18.635Z Compiling futures v0.3.31
13572024-10-21T21:37:18.729Z Compiling slog-bunyan v2.5.0
13582024-10-21T21:37:18.774Z Compiling terminal_size v0.4.0
13592024-10-21T21:37:18.884Z Compiling dropshot_endpoint v0.12.0
13602024-10-21T21:37:18.979Z Compiling openapiv3 v2.0.0
13612024-10-21T21:37:19.550Z Compiling camino v1.1.9
13622024-10-21T21:37:19.632Z Compiling serde_path_to_error v0.1.16
13632024-10-21T21:37:19.904Z Compiling hubpack_derive v0.1.1
13642024-10-21T21:37:20.677Z Compiling hkdf v0.12.4
13652024-10-21T21:37:20.767Z Compiling crypto-bigint v0.5.5
13662024-10-21T21:37:20.887Z Compiling zerocopy-derive v0.6.6
13672024-10-21T21:37:20.912Z Compiling curve25519-dalek-derive v0.1.1
13682024-10-21T21:37:21.281Z Compiling phf_shared v0.11.2
13692024-10-21T21:37:21.415Z Compiling waitgroup v0.1.2
13702024-10-21T21:37:21.662Z Compiling webpki-roots v0.26.6
13712024-10-21T21:37:21.662Z Compiling hostname v0.4.0
13722024-10-21T21:37:21.864Z Compiling fs-err v2.11.0
13732024-10-21T21:37:21.907Z Compiling ahash v0.8.11
13742024-10-21T21:37:22.142Z Compiling bitflags v1.3.2
13752024-10-21T21:37:22.228Z Compiling debug-ignore v1.0.5
13762024-10-21T21:37:22.261Z Compiling managed v0.8.0
13772024-10-21T21:37:22.286Z Compiling winnow v0.5.40
13782024-10-21T21:37:22.362Z Compiling strum_macros v0.25.3
13792024-10-21T21:37:22.532Z Compiling console v0.15.8
13802024-10-21T21:37:22.758Z Compiling zerocopy v0.6.6
13812024-10-21T21:37:23.471Z Compiling elliptic-curve v0.13.8
13822024-10-21T21:37:24.253Z Compiling hickory-resolver v0.24.1
13832024-10-21T21:37:24.441Z Compiling clap_builder v4.5.20
13842024-10-21T21:37:25.473Z Compiling toml_edit v0.19.15
13852024-10-21T21:37:25.700Z Compiling hyper-rustls v0.27.3
13862024-10-21T21:37:25.791Z Compiling phf v0.11.2
13872024-10-21T21:37:26.046Z Compiling signal-hook-mio v0.2.4
13882024-10-21T21:37:26.195Z Compiling hubpack v0.1.2
13892024-10-21T21:37:26.269Z Compiling cookie_store v0.21.0
13902024-10-21T21:37:26.310Z Compiling rayon v1.10.0
13912024-10-21T21:37:27.428Z Compiling hyper-tls v0.6.0
13922024-10-21T21:37:28.845Z Compiling postgres-types v0.2.8
13932024-10-21T21:37:29.982Z Compiling tokio-tungstenite v0.24.0
13942024-10-21T21:37:30.140Z Compiling tokio-stream v0.1.16
13952024-10-21T21:37:30.223Z Compiling regex v1.11.0
13962024-10-21T21:37:30.362Z Compiling bstr v1.10.0
13972024-10-21T21:37:30.463Z Compiling serde-big-array v0.5.1
13982024-10-21T21:37:30.675Z Compiling ed25519 v2.2.3
13992024-10-21T21:37:30.915Z Compiling pkcs1 v0.7.5
14002024-10-21T21:37:31.082Z Compiling rfc6979 v0.4.0
14012024-10-21T21:37:31.166Z Compiling serde_repr v0.1.19
14022024-10-21T21:37:31.257Z Compiling clap_derive v4.5.18
14032024-10-21T21:37:31.811Z Compiling derive-where v1.2.7
14042024-10-21T21:37:31.871Z Compiling phf_shared v0.10.0
14052024-10-21T21:37:32.173Z Compiling float-cmp v0.9.0
14062024-10-21T21:37:32.220Z Compiling sync_wrapper v1.0.1
14072024-10-21T21:37:32.335Z Compiling crc32fast v1.4.2
14082024-10-21T21:37:32.360Z Compiling difflib v0.4.0
14092024-10-21T21:37:32.384Z Compiling precomputed-hash v0.1.1
14102024-10-21T21:37:32.385Z Compiling new_debug_unreachable v1.0.6
14112024-10-21T21:37:32.385Z Compiling unicode-segmentation v1.12.0
14122024-10-21T21:37:32.509Z Compiling minimal-lexical v0.2.1
14132024-10-21T21:37:32.509Z Compiling predicates-core v1.0.8
14142024-10-21T21:37:32.663Z Compiling whoami v1.5.2
14152024-10-21T21:37:32.836Z Compiling static_assertions v1.1.0
14162024-10-21T21:37:32.942Z Compiling number_prefix v0.4.0
14172024-10-21T21:37:33.010Z Compiling bit-vec v0.6.3
14182024-10-21T21:37:33.144Z Compiling normalize-line-endings v0.3.0
14192024-10-21T21:37:33.172Z Compiling fixedbitset v0.4.2
14202024-10-21T21:37:33.259Z Compiling predicates v3.1.2
14212024-10-21T21:37:33.289Z Compiling indicatif v0.17.8
14222024-10-21T21:37:33.422Z Compiling bit-set v0.5.3
14232024-10-21T21:37:33.598Z Compiling petgraph v0.6.5
14242024-10-21T21:37:33.673Z Compiling tokio-postgres v0.7.12
14252024-10-21T21:37:33.763Z Compiling similar v2.6.0
14262024-10-21T21:37:34.744Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14272024-10-21T21:37:34.772Z Compiling qorb v0.1.1
14282024-10-21T21:37:35.262Z Compiling nom v7.1.3
14292024-10-21T21:37:35.295Z Compiling clap v4.5.20
14302024-10-21T21:37:35.416Z Compiling flate2 v1.0.34
14312024-10-21T21:37:35.805Z Compiling string_cache v0.8.7
14322024-10-21T21:37:36.223Z Compiling reqwest v0.12.8
14332024-10-21T21:37:36.248Z Compiling rsa v0.9.6
14342024-10-21T21:37:37.093Z Compiling ecdsa v0.16.9
14352024-10-21T21:37:37.798Z Compiling ed25519-dalek v2.1.1
14362024-10-21T21:37:38.298Z Compiling toml v0.7.8
14372024-10-21T21:37:38.407Z Compiling crossterm v0.28.1
14382024-10-21T21:37:39.586Z Compiling hex v0.4.3
14392024-10-21T21:37:39.671Z Compiling itertools v0.12.1
14402024-10-21T21:37:40.078Z Compiling itertools v0.10.5
14412024-10-21T21:37:40.115Z Compiling x509-cert v0.2.5
14422024-10-21T21:37:40.251Z Compiling peg-runtime v0.8.3
14432024-10-21T21:37:40.299Z Compiling lalrpop-util v0.19.12
14442024-10-21T21:37:40.598Z Compiling unicode-xid v0.2.6
14452024-10-21T21:37:40.747Z Compiling xattr v1.3.1
14462024-10-21T21:37:40.817Z Compiling strum_macros v0.26.4
14472024-10-21T21:37:40.977Z Compiling filetime v0.2.25
14482024-10-21T21:37:41.241Z Compiling tar v0.4.42
14492024-10-21T21:37:44.114Z Compiling strum v0.26.3
14502024-10-21T21:37:44.462Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14512024-10-21T21:37:44.796Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14522024-10-21T21:37:51.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
14532024-10-21T21:37:51.555Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14542024-10-21T21:37:51.623ZOct 21 21:37:50.772 INFO Starting download, target: Cockroach
14552024-10-21T21:37:51.623ZOct 21 21:37:50.772 INFO Starting download, target: Clickhouse
14562024-10-21T21:37:51.623ZOct 21 21:37:50.772 INFO Starting download, target: Console
14572024-10-21T21:37:51.623ZOct 21 21:37:50.772 INFO Starting download, target: DendriteOpenapi
14582024-10-21T21:37:51.648ZOct 21 21:37:50.772 INFO Starting download, target: DendriteStub
14592024-10-21T21:37:51.648ZOct 21 21:37:50.773 INFO Starting download, target: TransceiverControl
14602024-10-21T21:37:51.648ZOct 21 21:37:50.773 INFO Starting download, target: MaghemiteMgd
14612024-10-21T21:37:51.648ZOct 21 21:37:50.774 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14622024-10-21T21:37:51.648ZOct 21 21:37:50.774 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14632024-10-21T21:37:51.648ZOct 21 21:37:50.774 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14642024-10-21T21:37:51.648ZOct 21 21:37:50.774 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14652024-10-21T21:37:51.648ZOct 21 21:37:50.774 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14662024-10-21T21:37:51.648ZOct 21 21:37:50.774 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14672024-10-21T21:37:51.648ZOct 21 21:37:50.775 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14682024-10-21T21:37:52.002ZOct 21 21:37:51.151 INFO Download complete, target: DendriteOpenapi
14692024-10-21T21:37:52.394ZOct 21 21:37:51.542 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14702024-10-21T21:37:52.419ZOct 21 21:37:51.556 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14712024-10-21T21:37:52.725ZOct 21 21:37:51.874 INFO Download complete, target: Console
14722024-10-21T21:37:53.100ZOct 21 21:37:52.247 INFO Download complete, target: TransceiverControl
14732024-10-21T21:37:53.932ZOct 21 21:37:53.082 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14742024-10-21T21:37:54.294ZOct 21 21:37:53.443 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14752024-10-21T21:37:57.586ZOct 21 21:37:56.736 INFO Download complete, target: MaghemiteMgd
14762024-10-21T21:37:57.705ZOct 21 21:37:56.855 INFO Download complete, target: DendriteStub
14772024-10-21T21:38:00.138ZOct 21 21:37:59.289 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14782024-10-21T21:38:00.139ZOct 21 21:37:59.289 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14792024-10-21T21:38:02.255ZOct 21 21:38:01.406 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14802024-10-21T21:38:09.233ZOct 21 21:38:08.384 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14812024-10-21T21:38:09.724ZOct 21 21:38:08.876 INFO Checking that binary works, target: Cockroach
14822024-10-21T21:38:10.006ZOct 21 21:38:09.158 INFO Download complete, target: Cockroach
14832024-10-21T21:38:18.235ZOct 21 21:38:17.388 INFO Checking that binary works, target: Clickhouse
14842024-10-21T21:38:18.510ZOct 21 21:38:17.662 INFO Download complete, target: Clickhouse
14852024-10-21T21:38:18.539ZAll builder prerequisites installed successfully, and PATH looks valid
14862024-10-21T21:38:18.564Z
14872024-10-21T21:38:18.564Zreal 4:06.749819320
14882024-10-21T21:38:18.564Zuser 11:23.921712515
14892024-10-21T21:38:18.564Zsys 2:38.733925983
14902024-10-21T21:38:18.564Ztrap 0.368083308
14912024-10-21T21:38:18.564Ztflt 0.723200411
14922024-10-21T21:38:18.564Zdflt 1.615516294
14932024-10-21T21:38:18.564Zkflt 0.007566224
14942024-10-21T21:38:18.564Zlock 24:51.400880731
14952024-10-21T21:38:18.564Zslp 43:10.003332228
14962024-10-21T21:38:18.564Zlat 48.566489388
14972024-10-21T21:38:18.564Zstop 2:02.202539023
14982024-10-21T21:38:18.564Z+ banner hack-check
14992024-10-21T21:38:18.564Z
15002024-10-21T21:38:18.564Z # # ## #### # # #### # # ###### #### # #
15012024-10-21T21:38:18.564Z # # # # # # # # # # # # # # # # #
15022024-10-21T21:38:18.564Z ###### # # # #### ##### # ###### ##### # ####
15032024-10-21T21:38:18.564Z # # ###### # # # # # # # # # #
15042024-10-21T21:38:18.564Z # # # # # # # # # # # # # # # # #
15052024-10-21T21:38:18.564Z # # # # #### # # #### # # ###### #### # #
15062024-10-21T21:38:18.564Z
15072024-10-21T21:38:18.564Z+ export CARGO_INCREMENTAL=0
15082024-10-21T21:38:18.564Z+ CARGO_INCREMENTAL=0
15092024-10-21T21:38:18.565Z+ ptime -m timeout 2h cargo xtask check-features --ci
15102024-10-21T21:38:19.459Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15112024-10-21T21:38:24.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
15122024-10-21T21:38:24.479Z Running `target/debug/xtask check-features --ci`
15132024-10-21T21:38:24.513Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15142024-10-21T21:38:24.514Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15152024-10-21T21:38:25.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
15162024-10-21T21:38:25.313Z Running `target/debug/xtask download cargo-hack`
15172024-10-21T21:38:26.606Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15182024-10-21T21:38:26.980Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15192024-10-21T21:38:33.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
15202024-10-21T21:38:33.135Z Running `target/debug/xtask-downloader cargo-hack`
15212024-10-21T21:38:33.186ZOct 21 21:38:32.341 INFO Starting download, target: CargoHack
15222024-10-21T21:38:33.211ZOct 21 21:38:32.342 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15232024-10-21T21:38:33.870ZOct 21 21:38:33.024 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15242024-10-21T21:38:33.994ZOct 21 21:38:33.149 INFO Download complete, target: CargoHack
15252024-10-21T21:38:34.019Zrunning: "/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"
15262024-10-21T21:38:34.043Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15272024-10-21T21:38:34.225Zinfo: running `cargo check --bins` on api_identity (1/166)
15282024-10-21T21:38:34.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-10-21T21:38:34.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-10-21T21:38:34.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-10-21T21:38:34.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
15322024-10-21T21:38:35.057Z
15332024-10-21T21:38:35.057Zinfo: running `cargo check --bins` on bootstore (2/166)
15342024-10-21T21:38:35.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-10-21T21:38:35.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-10-21T21:38:35.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-10-21T21:38:35.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
15382024-10-21T21:38:35.910Z
15392024-10-21T21:38:35.910Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15402024-10-21T21:38:36.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-10-21T21:38:36.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-10-21T21:38:36.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-10-21T21:38:36.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
15442024-10-21T21:38:36.734Z
15452024-10-21T21:38:36.735Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15462024-10-21T21:38:37.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-10-21T21:38:37.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-10-21T21:38:37.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-10-21T21:38:37.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
15502024-10-21T21:38:37.579Z
15512024-10-21T21:38:37.579Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15522024-10-21T21:38:38.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-10-21T21:38:38.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-10-21T21:38:38.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-10-21T21:38:38.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15562024-10-21T21:38:38.179Z
15572024-10-21T21:38:38.179Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15582024-10-21T21:38:38.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-10-21T21:38:38.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-10-21T21:38:38.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-10-21T21:38:38.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15622024-10-21T21:38:38.810Z
15632024-10-21T21:38:38.810Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15642024-10-21T21:38:39.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-10-21T21:38:39.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-10-21T21:38:39.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-10-21T21:38:39.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15682024-10-21T21:38:39.405Z
15692024-10-21T21:38:39.406Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15702024-10-21T21:38:39.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-10-21T21:38:39.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-10-21T21:38:39.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15732024-10-21T21:38:39.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15742024-10-21T21:38:40.024Z
15752024-10-21T21:38:40.025Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15762024-10-21T21:38:40.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15772024-10-21T21:38:40.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15782024-10-21T21:38:40.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15792024-10-21T21:38:40.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15802024-10-21T21:38:40.632Z
15812024-10-21T21:38:40.632Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15822024-10-21T21:38:41.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15832024-10-21T21:38:41.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15842024-10-21T21:38:41.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15852024-10-21T21:38:41.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15862024-10-21T21:38:41.224Z
15872024-10-21T21:38:41.224Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15882024-10-21T21:38:41.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15892024-10-21T21:38:41.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15902024-10-21T21:38:41.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15912024-10-21T21:38:41.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15922024-10-21T21:38:41.820Z
15932024-10-21T21:38:41.820Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15942024-10-21T21:38:42.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15952024-10-21T21:38:42.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15962024-10-21T21:38:42.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15972024-10-21T21:38:42.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15982024-10-21T21:38:42.417Z
15992024-10-21T21:38:42.417Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
16002024-10-21T21:38:42.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16012024-10-21T21:38:43.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16022024-10-21T21:38:43.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16032024-10-21T21:38:43.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16042024-10-21T21:38:43.039Z
16052024-10-21T21:38:43.040Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16062024-10-21T21:38:43.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16072024-10-21T21:38:43.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16082024-10-21T21:38:43.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16092024-10-21T21:38:43.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16102024-10-21T21:38:43.646Z
16112024-10-21T21:38:43.646Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16122024-10-21T21:38:44.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-10-21T21:38:44.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-10-21T21:38:44.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-10-21T21:38:44.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16162024-10-21T21:38:44.252Z
16172024-10-21T21:38:44.252Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16182024-10-21T21:38:44.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-10-21T21:38:44.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-10-21T21:38:44.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-10-21T21:38:44.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16222024-10-21T21:38:44.854Z
16232024-10-21T21:38:44.854Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16242024-10-21T21:38:45.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-10-21T21:38:45.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-10-21T21:38:45.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-10-21T21:38:45.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16282024-10-21T21:38:45.443Z
16292024-10-21T21:38:45.443Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16302024-10-21T21:38:46.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-10-21T21:38:46.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-10-21T21:38:46.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-10-21T21:38:46.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16342024-10-21T21:38:46.056Z
16352024-10-21T21:38:46.056Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16362024-10-21T21:38:46.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-10-21T21:38:46.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-10-21T21:38:46.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-10-21T21:38:46.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16402024-10-21T21:38:46.670Z
16412024-10-21T21:38:46.670Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16422024-10-21T21:38:47.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-10-21T21:38:47.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-10-21T21:38:47.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-10-21T21:38:47.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16462024-10-21T21:38:47.263Z
16472024-10-21T21:38:47.263Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16482024-10-21T21:38:47.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-10-21T21:38:47.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-10-21T21:38:47.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-10-21T21:38:47.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16522024-10-21T21:38:47.883Z
16532024-10-21T21:38:47.883Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16542024-10-21T21:38:48.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-10-21T21:38:48.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-10-21T21:38:48.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-10-21T21:38:48.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16582024-10-21T21:38:48.489Z
16592024-10-21T21:38:48.489Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16602024-10-21T21:38:49.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-10-21T21:38:49.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-10-21T21:38:49.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-10-21T21:38:49.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16642024-10-21T21:38:49.111Z
16652024-10-21T21:38:49.111Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16662024-10-21T21:38:49.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-10-21T21:38:49.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-10-21T21:38:49.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-10-21T21:38:49.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16702024-10-21T21:38:49.727Z
16712024-10-21T21:38:49.727Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16722024-10-21T21:38:50.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-10-21T21:38:50.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-10-21T21:38:50.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-10-21T21:38:50.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
16762024-10-21T21:38:50.601Z
16772024-10-21T21:38:50.601Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16782024-10-21T21:38:51.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-10-21T21:38:51.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-10-21T21:38:51.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-10-21T21:38:51.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
16822024-10-21T21:38:51.457Z
16832024-10-21T21:38:51.457Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16842024-10-21T21:38:52.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-10-21T21:38:52.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-10-21T21:38:52.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-10-21T21:38:52.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
16882024-10-21T21:38:52.332Z
16892024-10-21T21:38:52.332Zinfo: running `cargo check --bins` on oxlog (28/166)
16902024-10-21T21:38:53.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-10-21T21:38:53.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-10-21T21:38:53.183Z Checking cfg-if v1.0.0
16932024-10-21T21:38:53.208Z Checking libc v0.2.161
16942024-10-21T21:38:53.233Z Checking serde v1.0.210
16952024-10-21T21:38:53.233Z Checking zeroize v1.8.1
16962024-10-21T21:38:53.264Z Checking memchr v2.7.4
16972024-10-21T21:38:53.289Z Checking typenum v1.17.0
16982024-10-21T21:38:53.289Z Checking scopeguard v1.2.0
16992024-10-21T21:38:53.289Z Checking subtle v2.6.1
17002024-10-21T21:38:53.314Z Checking value-bag v1.9.0
17012024-10-21T21:38:53.405Z Checking lock_api v0.4.12
17022024-10-21T21:38:53.474Z Checking itoa v1.0.11
17032024-10-21T21:38:53.536Z Checking const-oid v0.9.6
17042024-10-21T21:38:53.655Z Checking pin-project-lite v0.2.14
17052024-10-21T21:38:53.679Z Checking log v0.4.22
17062024-10-21T21:38:53.745Z Checking smallvec v1.13.2
17072024-10-21T21:38:53.769Z Checking byteorder v1.5.0
17082024-10-21T21:38:54.011Z Checking futures-core v0.3.31
17092024-10-21T21:38:54.039Z Checking once_cell v1.20.2
17102024-10-21T21:38:54.114Z Checking cpufeatures v0.2.14
17112024-10-21T21:38:54.139Z Checking futures-sink v0.3.31
17122024-10-21T21:38:54.163Z Checking getrandom v0.2.15
17132024-10-21T21:38:54.189Z Checking parking_lot_core v0.9.10
17142024-10-21T21:38:54.214Z Checking signal-hook-registry v1.4.2
17152024-10-21T21:38:54.240Z Checking generic-array v0.14.7
17162024-10-21T21:38:54.264Z Checking mio v1.0.2
17172024-10-21T21:38:54.317Z Checking socket2 v0.5.7
17182024-10-21T21:38:54.348Z Checking rand_core v0.6.4
17192024-10-21T21:38:54.422Z Checking spin v0.9.8
17202024-10-21T21:38:54.464Z Checking parking_lot v0.12.3
17212024-10-21T21:38:54.601Z Checking zerocopy v0.7.35
17222024-10-21T21:38:54.715Z Checking slab v0.4.9
17232024-10-21T21:38:54.739Z Checking futures-channel v0.3.31
17242024-10-21T21:38:54.764Z Checking foldhash v0.1.3
17252024-10-21T21:38:54.788Z Checking tinyvec_macros v0.1.1
17262024-10-21T21:38:54.848Z Checking futures-task v0.3.31
17272024-10-21T21:38:54.910Z Checking futures-io v0.3.31
17282024-10-21T21:38:54.934Z Checking pin-utils v0.1.0
17292024-10-21T21:38:54.958Z Checking allocator-api2 v0.2.18
17302024-10-21T21:38:55.009Z Checking equivalent v1.0.1
17312024-10-21T21:38:55.034Z Checking tinyvec v1.8.0
17322024-10-21T21:38:55.058Z Checking ryu v1.0.18
17332024-10-21T21:38:55.083Z Checking futures-util v0.3.31
17342024-10-21T21:38:55.123Z Checking unicode-bidi v0.3.17
17352024-10-21T21:38:55.169Z Checking crypto-common v0.1.6
17362024-10-21T21:38:55.246Z Checking block-buffer v0.10.4
17372024-10-21T21:38:55.324Z Checking block-padding v0.3.3
17382024-10-21T21:38:55.428Z Checking digest v0.10.7
17392024-10-21T21:38:55.493Z Checking inout v0.1.3
17402024-10-21T21:38:55.517Z Checking hashbrown v0.15.0
17412024-10-21T21:38:55.632Z Checking fnv v1.0.7
17422024-10-21T21:38:55.694Z Checking cipher v0.4.4
17432024-10-21T21:38:55.748Z Checking hmac v0.12.1
17442024-10-21T21:38:55.773Z Checking sha2 v0.10.8
17452024-10-21T21:38:55.797Z Checking libm v0.2.8
17462024-10-21T21:38:55.927Z Checking base64ct v1.6.0
17472024-10-21T21:38:56.065Z Checking ppv-lite86 v0.2.20
17482024-10-21T21:38:56.125Z Checking unicode-normalization v0.1.24
17492024-10-21T21:38:56.238Z Checking flagset v0.4.6
17502024-10-21T21:38:56.322Z Checking pem-rfc7468 v0.7.0
17512024-10-21T21:38:56.404Z Checking tracing-core v0.1.32
17522024-10-21T21:38:56.452Z Checking thiserror v1.0.64
17532024-10-21T21:38:56.534Z Checking num-traits v0.2.19
17542024-10-21T21:38:56.566Z Checking der v0.7.9
17552024-10-21T21:38:56.591Z Checking rustls-pki-types v1.9.0
17562024-10-21T21:38:56.719Z Checking rand_chacha v0.3.1
17572024-10-21T21:38:56.865Z Checking percent-encoding v2.3.1
17582024-10-21T21:38:56.978Z Checking tracing v0.1.40
17592024-10-21T21:38:57.046Z Checking rand v0.8.5
17602024-10-21T21:38:57.082Z Checking salsa20 v0.10.2
17612024-10-21T21:38:57.112Z Checking pbkdf2 v0.12.2
17622024-10-21T21:38:57.232Z Checking httparse v1.9.5
17632024-10-21T21:38:57.257Z Checking powerfmt v0.2.0
17642024-10-21T21:38:57.281Z Checking untrusted v0.9.0
17652024-10-21T21:38:57.351Z Checking bytes v1.7.2
17662024-10-21T21:38:57.428Z Checking indexmap v2.6.0
17672024-10-21T21:38:57.487Z Checking serde_json v1.0.128
17682024-10-21T21:38:57.593Z Checking bitflags v2.6.0
17692024-10-21T21:38:57.847Z Checking deranged v0.3.11
17702024-10-21T21:38:57.874Z Checking ring v0.17.8
17712024-10-21T21:38:58.043Z Checking tokio v1.40.0
17722024-10-21T21:38:58.117Z Checking http v1.1.0
17732024-10-21T21:38:58.142Z Checking spki v0.7.3
17742024-10-21T21:38:58.380Z Checking scrypt v0.11.0
17752024-10-21T21:38:58.502Z Checking aes v0.8.4
17762024-10-21T21:38:58.571Z Checking cbc v0.1.2
17772024-10-21T21:38:58.749Z Checking crossbeam-utils v0.8.20
17782024-10-21T21:38:58.905Z Checking num-conv v0.1.0
17792024-10-21T21:38:59.119Z Checking num_threads v0.1.7
17802024-10-21T21:38:59.229Z Checking time-core v0.1.2
17812024-10-21T21:38:59.267Z Checking atomic-waker v1.1.2
17822024-10-21T21:38:59.297Z Checking http-body v1.0.1
17832024-10-21T21:38:59.326Z Checking pkcs5 v0.7.1
17842024-10-21T21:38:59.350Z Checking form_urlencoded v1.2.1
17852024-10-21T21:38:59.374Z Checking try-lock v0.2.5
17862024-10-21T21:38:59.399Z Checking time v0.3.36
17872024-10-21T21:38:59.423Z Checking rustls-webpki v0.102.8
17882024-10-21T21:38:59.423Z Checking httpdate v1.0.3
17892024-10-21T21:38:59.484Z Checking unicode-ident v1.0.13
17902024-10-21T21:38:59.509Z Checking want v0.3.1
17912024-10-21T21:38:59.533Z Checking serde_spanned v0.6.8
17922024-10-21T21:38:59.618Z Checking uuid v1.10.0
17932024-10-21T21:38:59.643Z Checking proc-macro2 v1.0.87
17942024-10-21T21:38:59.667Z Checking toml_datetime v0.6.8
17952024-10-21T21:38:59.697Z Checking idna v0.5.0
17962024-10-21T21:38:59.758Z Checking pkcs8 v0.10.2
17972024-10-21T21:38:59.903Z Checking slog v2.7.0
17982024-10-21T21:39:00.030Z Checking scroll v0.12.0
17992024-10-21T21:39:00.057Z Checking tower-service v0.3.3
18002024-10-21T21:39:00.104Z Checking foreign-types-shared v0.1.1
18012024-10-21T21:39:00.162Z Checking iana-time-zone v0.1.61
18022024-10-21T21:39:00.197Z Checking ucd-trie v0.1.7
18032024-10-21T21:39:00.221Z Checking base64 v0.22.1
18042024-10-21T21:39:00.290Z Checking match_cfg v0.1.0
18052024-10-21T21:39:00.314Z Checking plain v0.2.3
18062024-10-21T21:39:00.338Z Checking url v2.5.2
18072024-10-21T21:39:00.367Z Checking pest v2.7.14
18082024-10-21T21:39:00.391Z Checking hostname v0.3.1
18092024-10-21T21:39:00.437Z Checking chrono v0.4.38
18102024-10-21T21:39:00.462Z Checking goblin v0.8.2
18112024-10-21T21:39:00.497Z Checking quote v1.0.37
18122024-10-21T21:39:00.610Z Checking foreign-types v0.3.2
18132024-10-21T21:39:00.693Z Checking openssl-sys v0.9.103
18142024-10-21T21:39:00.790Z Checking errno v0.3.9
18152024-10-21T21:39:00.943Z Checking dirs-sys-next v0.1.2
18162024-10-21T21:39:00.998Z Checking aho-corasick v1.1.3
18172024-10-21T21:39:01.105Z Checking regex-syntax v0.8.5
18182024-10-21T21:39:01.432Z Checking siphasher v0.3.11
18192024-10-21T21:39:01.670Z Checking adler2 v2.0.0
18202024-10-21T21:39:01.728Z Checking pretty-hex v0.4.1
18212024-10-21T21:39:01.803Z Checking data-encoding v2.6.0
18222024-10-21T21:39:01.879Z Checking miniz_oxide v0.8.0
18232024-10-21T21:39:02.152Z Checking openssl v0.10.66
18242024-10-21T21:39:02.328Z Checking dirs-next v2.0.0
18252024-10-21T21:39:02.353Z Checking rustix v0.38.37
18262024-10-21T21:39:02.440Z Checking dtrace-parser v0.2.0
18272024-10-21T21:39:02.465Z Checking syn v2.0.79
18282024-10-21T21:39:02.489Z Checking http-body-util v0.1.2
18292024-10-21T21:39:02.840Z Checking crossbeam-epoch v0.9.18
18302024-10-21T21:39:02.864Z Checking sha1 v0.10.6
18312024-10-21T21:39:03.079Z Checking signature v2.2.0
18322024-10-21T21:39:03.209Z Checking lazy_static v1.5.0
18332024-10-21T21:39:03.247Z Checking thread_local v1.1.8
18342024-10-21T21:39:03.317Z Checking thread-id v4.2.2
18352024-10-21T21:39:03.414Z Checking encoding_rs v0.8.34
18362024-10-21T21:39:03.485Z Checking utf8parse v0.2.2
18372024-10-21T21:39:03.616Z Checking mime v0.3.17
18382024-10-21T21:39:03.671Z Checking regex-automata v0.4.8
18392024-10-21T21:39:03.887Z Checking either v1.13.0
18402024-10-21T21:39:04.114Z Checking tokio-util v0.7.12
18412024-10-21T21:39:04.208Z Checking winnow v0.6.20
18422024-10-21T21:39:04.499Z Checking dof v0.3.0
18432024-10-21T21:39:04.837Z Checking h2 v0.4.6
18442024-10-21T21:39:05.014Z Checking unicode-properties v0.1.3
18452024-10-21T21:39:05.159Z Checking ipnet v2.10.1
18462024-10-21T21:39:05.214Z Checking gimli v0.31.1
18472024-10-21T21:39:05.299Z Checking openssl-probe v0.1.5
18482024-10-21T21:39:05.421Z Checking anstyle v1.0.8
18492024-10-21T21:39:05.560Z Checking stringprep v0.1.5
18502024-10-21T21:39:05.715Z Checking anstyle-parse v0.2.5
18512024-10-21T21:39:05.778Z Checking crossbeam-deque v0.8.5
18522024-10-21T21:39:05.942Z Checking term v0.7.0
18532024-10-21T21:39:06.065Z Checking slog-json v2.6.1
18542024-10-21T21:39:06.271Z Checking rustls v0.23.14
18552024-10-21T21:39:06.315Z Checking rustls v0.22.4
18562024-10-21T21:39:06.492Z Checking native-tls v0.2.12
18572024-10-21T21:39:06.607Z Checking toml_edit v0.22.22
18582024-10-21T21:39:06.754Z Checking serde_urlencoded v0.7.1
18592024-10-21T21:39:07.094Z Checking futures-executor v0.3.31
18602024-10-21T21:39:07.281Z Checking crossbeam-channel v0.5.13
18612024-10-21T21:39:07.421Z Checking num-integer v0.1.46
18622024-10-21T21:39:07.601Z Checking usdt-impl v0.5.0
18632024-10-21T21:39:07.824Z Checking rustls-pemfile v2.2.0
18642024-10-21T21:39:07.893Z Checking idna v0.3.0
18652024-10-21T21:39:08.013Z Checking idna v0.4.0
18662024-10-21T21:39:08.057Z Checking md-5 v0.10.6
18672024-10-21T21:39:08.233Z Checking ff v0.13.0
18682024-10-21T21:39:08.419Z Checking is-terminal v0.4.13
18692024-10-21T21:39:08.443Z Checking addr2line v0.24.2
18702024-10-21T21:39:08.530Z Checking memmap v0.7.0
18712024-10-21T21:39:08.554Z Checking hash32 v0.2.1
18722024-10-21T21:39:08.630Z Checking object v0.36.5
18732024-10-21T21:39:08.691Z Checking anstyle-query v1.1.1
18742024-10-21T21:39:08.715Z Checking linked-hash-map v0.5.6
18752024-10-21T21:39:08.808Z Checking utf-8 v0.7.6
18762024-10-21T21:39:08.833Z Checking take_mut v0.2.2
18772024-10-21T21:39:08.891Z Checking base16ct v0.2.0
18782024-10-21T21:39:08.954Z Checking quick-error v1.2.3
18792024-10-21T21:39:08.987Z Checking psl-types v2.0.11
18802024-10-21T21:39:09.012Z Checking rustc-demangle v0.1.24
18812024-10-21T21:39:09.058Z Checking fallible-iterator v0.2.0
18822024-10-21T21:39:09.082Z Checking colorchoice v1.0.2
18832024-10-21T21:39:09.147Z Checking dyn-clone v1.0.17
18842024-10-21T21:39:09.198Z Checking stable_deref_trait v1.2.0
18852024-10-21T21:39:09.273Z Checking is_terminal_polyfill v1.70.1
18862024-10-21T21:39:09.297Z Checking heapless v0.7.17
18872024-10-21T21:39:09.359Z Checking schemars v0.8.21
18882024-10-21T21:39:09.383Z Checking anstream v0.6.15
18892024-10-21T21:39:09.383Z Checking tokio-rustls v0.25.0
18902024-10-21T21:39:09.561Z Checking postgres-protocol v0.6.7
18912024-10-21T21:39:09.689Z Checking publicsuffix v2.2.3
18922024-10-21T21:39:09.689Z Checking resolv-conf v0.7.0
18932024-10-21T21:39:09.798Z Checking hyper v1.4.1
18942024-10-21T21:39:09.892Z Checking sec1 v0.7.3
18952024-10-21T21:39:09.975Z Checking lru-cache v0.1.2
18962024-10-21T21:39:10.138Z Checking tungstenite v0.24.0
18972024-10-21T21:39:10.163Z Checking slog-async v2.8.0
18982024-10-21T21:39:10.163Z Checking usdt v0.5.0
18992024-10-21T21:39:10.215Z Checking toml v0.8.19
19002024-10-21T21:39:10.341Z Checking tokio-rustls v0.26.0
19012024-10-21T21:39:10.394Z Checking hickory-proto v0.24.1
19022024-10-21T21:39:10.418Z Checking slog-term v2.9.1
19032024-10-21T21:39:10.667Z Checking group v0.13.0
19042024-10-21T21:39:10.691Z Checking num-iter v0.1.45
19052024-10-21T21:39:10.813Z Checking futures v0.3.31
19062024-10-21T21:39:10.837Z Checking tokio-native-tls v0.3.1
19072024-10-21T21:39:10.862Z Checking slog-bunyan v2.5.0
19082024-10-21T21:39:10.888Z Checking rayon-core v1.12.1
19092024-10-21T21:39:10.913Z Checking multer v3.1.0
19102024-10-21T21:39:10.938Z Checking terminal_size v0.4.0
19112024-10-21T21:39:11.014Z Checking phf_shared v0.11.2
19122024-10-21T21:39:11.075Z Checking cookie v0.18.1
19132024-10-21T21:39:11.099Z Checking waitgroup v0.1.2
19142024-10-21T21:39:11.213Z Checking async-stream v0.3.6
19152024-10-21T21:39:11.245Z Checking signal-hook v0.3.17
19162024-10-21T21:39:11.270Z Checking camino v1.1.9
19172024-10-21T21:39:11.388Z Checking openapiv3 v2.0.0
19182024-10-21T21:39:11.467Z Checking serde_path_to_error v0.1.16
19192024-10-21T21:39:11.498Z Checking webpki-roots v0.26.6
19202024-10-21T21:39:11.546Z Checking hkdf v0.12.4
19212024-10-21T21:39:11.570Z Checking hyper-util v0.1.9
19222024-10-21T21:39:11.664Z Checking crypto-bigint v0.5.5
19232024-10-21T21:39:11.722Z Checking hostname v0.4.0
19242024-10-21T21:39:11.746Z Checking debug-ignore v1.0.5
19252024-10-21T21:39:11.835Z Checking unicode-width v0.1.14
19262024-10-21T21:39:11.860Z Checking bitflags v1.3.2
19272024-10-21T21:39:11.946Z Checking strsim v0.11.1
19282024-10-21T21:39:11.977Z Checking managed v0.8.0
19292024-10-21T21:39:12.183Z Checking clap_lex v0.7.2
19302024-10-21T21:39:12.222Z Checking winnow v0.5.40
19312024-10-21T21:39:12.302Z Checking smoltcp v0.9.1
19322024-10-21T21:39:12.398Z Checking clap_builder v4.5.20
19332024-10-21T21:39:13.225Z Checking hyper-rustls v0.27.3
19342024-10-21T21:39:13.494Z Checking hyper-tls v0.6.0
19352024-10-21T21:39:13.519Z Checking console v0.15.8
19362024-10-21T21:39:13.748Z Checking signal-hook-mio v0.2.4
19372024-10-21T21:39:13.804Z Checking backtrace v0.3.74
19382024-10-21T21:39:13.879Z Checking rayon v1.10.0
19392024-10-21T21:39:13.975Z Checking elliptic-curve v0.13.8
19402024-10-21T21:39:13.999Z Checking cookie_store v0.21.0
19412024-10-21T21:39:14.078Z Checking dropshot v0.12.0
19422024-10-21T21:39:14.268Z Checking anyhow v1.0.89
19432024-10-21T21:39:14.370Z Checking hickory-resolver v0.24.1
19442024-10-21T21:39:14.533Z Checking phf v0.11.2
19452024-10-21T21:39:14.558Z Checking tokio-tungstenite v0.24.0
19462024-10-21T21:39:14.605Z Checking num-bigint-dig v0.8.4
19472024-10-21T21:39:14.644Z Checking toml_edit v0.19.15
19482024-10-21T21:39:14.764Z Checking postgres-types v0.2.8
19492024-10-21T21:39:14.890Z Checking regex v1.11.0
19502024-10-21T21:39:14.936Z Checking bstr v1.10.0
19512024-10-21T21:39:15.357Z Checking tokio-stream v0.1.16
19522024-10-21T21:39:15.381Z Checking ed25519 v2.2.3
19532024-10-21T21:39:15.634Z Checking phf_shared v0.10.0
19542024-10-21T21:39:15.658Z Checking curve25519-dalek v4.1.3
19552024-10-21T21:39:15.684Z Checking zerocopy v0.6.6
19562024-10-21T21:39:15.864Z Checking pkcs1 v0.7.5
19572024-10-21T21:39:16.054Z Checking hubpack v0.1.2
19582024-10-21T21:39:16.208Z Checking portable-atomic v1.9.0
19592024-10-21T21:39:16.310Z Checking float-cmp v0.9.0
19602024-10-21T21:39:16.335Z Checking serde-big-array v0.5.1
19612024-10-21T21:39:16.360Z Checking rfc6979 v0.4.0
19622024-10-21T21:39:16.471Z Checking sync_wrapper v1.0.1
19632024-10-21T21:39:16.505Z Checking crc32fast v1.4.2
19642024-10-21T21:39:16.531Z Checking fixedbitset v0.4.2
19652024-10-21T21:39:16.604Z Checking unicode-segmentation v1.12.0
19662024-10-21T21:39:16.650Z Checking bit-vec v0.6.3
19672024-10-21T21:39:16.712Z Checking number_prefix v0.4.0
19682024-10-21T21:39:16.749Z Checking difflib v0.4.0
19692024-10-21T21:39:16.879Z Checking minimal-lexical v0.2.1
19702024-10-21T21:39:16.934Z Checking normalize-line-endings v0.3.0
19712024-10-21T21:39:17.031Z Checking static_assertions v1.1.0
19722024-10-21T21:39:17.056Z Checking predicates-core v1.0.8
19732024-10-21T21:39:17.081Z Checking whoami v1.5.2
19742024-10-21T21:39:17.081Z Checking new_debug_unreachable v1.0.6
19752024-10-21T21:39:17.105Z Checking precomputed-hash v0.1.1
19762024-10-21T21:39:17.130Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19772024-10-21T21:39:17.159Z Checking ed25519-dalek v2.1.1
19782024-10-21T21:39:17.183Z Checking similar v2.6.0
19792024-10-21T21:39:17.183Z Checking indicatif v0.17.8
19802024-10-21T21:39:17.211Z Checking string_cache v0.8.7
19812024-10-21T21:39:17.235Z Checking predicates v3.1.2
19822024-10-21T21:39:17.235Z Checking nom v7.1.3
19832024-10-21T21:39:17.327Z Checking tokio-postgres v0.7.12
19842024-10-21T21:39:17.448Z Checking qorb v0.1.1
19852024-10-21T21:39:17.509Z Checking bit-set v0.5.3
19862024-10-21T21:39:17.725Z Checking petgraph v0.6.5
19872024-10-21T21:39:17.754Z Checking flate2 v1.0.34
19882024-10-21T21:39:17.833Z Checking toml v0.7.8
19892024-10-21T21:39:17.901Z Checking reqwest v0.12.8
19902024-10-21T21:39:18.286Z Checking ecdsa v0.16.9
19912024-10-21T21:39:18.422Z Checking rsa v0.9.6
19922024-10-21T21:39:18.878Z Checking clap v4.5.20
19932024-10-21T21:39:18.977Z Checking crossterm v0.28.1
19942024-10-21T21:39:19.268Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19952024-10-21T21:39:19.292Z Checking itertools v0.10.5
19962024-10-21T21:39:19.372Z Checking itertools v0.12.1
19972024-10-21T21:39:19.414Z Checking fs-err v2.11.0
19982024-10-21T21:39:19.513Z Checking ahash v0.8.11
19992024-10-21T21:39:19.819Z Checking x509-cert v0.2.5
20002024-10-21T21:39:19.894Z Checking semver v1.0.23
20012024-10-21T21:39:19.940Z Checking hex v0.4.3
20022024-10-21T21:39:20.228Z Checking peg-runtime v0.8.3
20032024-10-21T21:39:20.365Z Checking lalrpop-util v0.19.12
20042024-10-21T21:39:20.411Z Checking sigpipe v0.1.3
20052024-10-21T21:39:21.513Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20062024-10-21T21:39:21.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.57s
20072024-10-21T21:39:22.043Z
20082024-10-21T21:39:22.043Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20092024-10-21T21:39:22.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102024-10-21T21:39:22.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112024-10-21T21:39:22.945Z Compiling hashbrown v0.14.5
20122024-10-21T21:39:22.992Z Checking heck v0.5.0
20132024-10-21T21:39:23.017Z Compiling unsafe-libyaml v0.2.11
20142024-10-21T21:39:23.041Z Compiling ident_case v1.0.1
20152024-10-21T21:39:23.065Z Checking progenitor-client v0.8.0
20162024-10-21T21:39:23.065Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20172024-10-21T21:39:23.090Z Compiling proc-macro-crate v1.3.1
20182024-10-21T21:39:23.161Z Compiling darling_core v0.20.10
20192024-10-21T21:39:23.187Z Checking ipnetwork v0.20.0
20202024-10-21T21:39:23.319Z Compiling structmeta-derive v0.3.0
20212024-10-21T21:39:23.384Z Compiling newtype-uuid v1.1.2
20222024-10-21T21:39:23.510Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20232024-10-21T21:39:23.656Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20242024-10-21T21:39:23.777Z Compiling lzma-sys v0.1.20
20252024-10-21T21:39:23.960Z Compiling foreign-types-macros v0.2.3
20262024-10-21T21:39:23.985Z Compiling num_enum_derive v0.5.11
20272024-10-21T21:39:23.985Z Checking regress v0.10.1
20282024-10-21T21:39:24.427Z Compiling serde_yaml v0.9.34+deprecated
20292024-10-21T21:39:24.567Z Checking foreign-types-shared v0.3.1
20302024-10-21T21:39:24.664Z Checking arc-swap v1.7.1
20312024-10-21T21:39:25.015Z Checking foreign-types v0.5.0
20322024-10-21T21:39:25.040Z Checking slog-scope v4.4.0
20332024-10-21T21:39:25.141Z Compiling proc-macro-error v1.0.4
20342024-10-21T21:39:25.697Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20352024-10-21T21:39:25.729Z Checking tungstenite v0.21.0
20362024-10-21T21:39:25.753Z Compiling structmeta v0.3.0
20372024-10-21T21:39:25.804Z Compiling heck v0.3.3
20382024-10-21T21:39:26.125Z Checking num_enum v0.5.11
20392024-10-21T21:39:26.149Z Compiling parse-display-derive v0.10.0
20402024-10-21T21:39:26.217Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20412024-10-21T21:39:26.262Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20422024-10-21T21:39:26.473Z Checking cstr-argument v0.1.2
20432024-10-21T21:39:26.630Z Checking instant v0.1.13
20442024-10-21T21:39:26.706Z Checking typify-impl v0.2.0
20452024-10-21T21:39:26.744Z Checking pretty-hex v0.2.1
20462024-10-21T21:39:26.885Z Checking base64 v0.21.7
20472024-10-21T21:39:26.921Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20482024-10-21T21:39:27.156Z Checking fastrand v2.1.1
20492024-10-21T21:39:27.309Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20502024-10-21T21:39:27.440Z Checking tempfile v3.13.0
20512024-10-21T21:39:27.465Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20522024-10-21T21:39:27.578Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20532024-10-21T21:39:27.753Z Checking backoff v0.4.0
20542024-10-21T21:39:27.805Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20552024-10-21T21:39:27.903Z Checking tokio-tungstenite v0.21.0
20562024-10-21T21:39:28.012Z Checking strum v0.26.3
20572024-10-21T21:39:28.067Z Compiling zone_cfg_derive v0.1.2
20582024-10-21T21:39:28.113Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20592024-10-21T21:39:28.156Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20602024-10-21T21:39:28.300Z Checking slog-stdlog v4.1.1
20612024-10-21T21:39:28.445Z Checking regress v0.9.1
20622024-10-21T21:39:28.484Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20632024-10-21T21:39:28.619Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20642024-10-21T21:39:28.692Z Checking colored v2.1.0
20652024-10-21T21:39:28.763Z Checking macaddr v1.0.1
20662024-10-21T21:39:28.865Z Checking base64 v0.13.1
20672024-10-21T21:39:29.046Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20682024-10-21T21:39:29.071Z Compiling darling_macro v0.20.10
20692024-10-21T21:39:29.191Z Checking ron v0.7.1
20702024-10-21T21:39:29.308Z Checking zone v0.1.8
20712024-10-21T21:39:29.436Z Checking xz2 v0.1.7
20722024-10-21T21:39:29.688Z Checking slog-envlogger v2.2.0
20732024-10-21T21:39:29.889Z Checking tabwriter v1.4.0
20742024-10-21T21:39:29.914Z Checking xattr v1.3.1
20752024-10-21T21:39:29.914Z Compiling darling v0.20.10
20762024-10-21T21:39:29.914Z Checking parse-display v0.10.0
20772024-10-21T21:39:30.020Z Compiling serde_with_macros v3.11.0
20782024-10-21T21:39:30.058Z Checking pem v3.0.4
20792024-10-21T21:39:30.084Z Checking yasna v0.5.2
20802024-10-21T21:39:30.130Z Checking headers-core v0.3.0
20812024-10-21T21:39:30.166Z Checking smf v0.2.3
20822024-10-21T21:39:30.264Z Checking filetime v0.2.25
20832024-10-21T21:39:30.289Z Checking same-file v1.0.6
20842024-10-21T21:39:30.432Z Checking walkdir v2.5.0
20852024-10-21T21:39:30.457Z Checking tar v0.4.42
20862024-10-21T21:39:30.571Z Checking headers v0.4.0
20872024-10-21T21:39:30.596Z Checking atomicwrites v0.4.4
20882024-10-21T21:39:30.674Z Checking camino-tempfile v1.1.1
20892024-10-21T21:39:30.765Z Checking subprocess v0.2.9
20902024-10-21T21:39:30.793Z Checking rcgen v0.12.1
20912024-10-21T21:39:32.100Z Checking serde_with v3.11.0
20922024-10-21T21:39:35.622Z Compiling typify-macro v0.2.0
20932024-10-21T21:39:38.020Z Compiling typify v0.2.0
20942024-10-21T21:39:38.128Z Compiling progenitor-impl v0.8.0
20952024-10-21T21:39:42.282Z Compiling progenitor-macro v0.8.0
20962024-10-21T21:39:50.407Z Checking progenitor v0.8.0
20972024-10-21T21:39:50.567Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20982024-10-21T21:39:50.567Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20992024-10-21T21:39:54.204Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21002024-10-21T21:39:54.279Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21012024-10-21T21:40:02.283Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21022024-10-21T21:40:04.279Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21032024-10-21T21:40:05.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.72s
21042024-10-21T21:40:05.937Z
21052024-10-21T21:40:05.938Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21062024-10-21T21:40:06.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072024-10-21T21:40:06.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082024-10-21T21:40:06.826Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21092024-10-21T21:40:08.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
21102024-10-21T21:40:08.579Z
21112024-10-21T21:40:08.579Zinfo: running `cargo check --bins` on nexus-config (31/166)
21122024-10-21T21:40:09.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132024-10-21T21:40:09.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142024-10-21T21:40:09.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152024-10-21T21:40:09.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21162024-10-21T21:40:09.451Z
21172024-10-21T21:40:09.451Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21182024-10-21T21:40:10.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192024-10-21T21:40:10.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202024-10-21T21:40:10.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212024-10-21T21:40:10.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21222024-10-21T21:40:10.288Z
21232024-10-21T21:40:10.288Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21242024-10-21T21:40:11.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-10-21T21:40:11.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-10-21T21:40:11.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272024-10-21T21:40:11.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21282024-10-21T21:40:11.156Z
21292024-10-21T21:40:11.156Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21302024-10-21T21:40:11.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312024-10-21T21:40:11.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322024-10-21T21:40:12.048Z Compiling heapless v0.8.0
21332024-10-21T21:40:12.073Z Checking hash32 v0.3.1
21342024-10-21T21:40:12.073Z Compiling smoltcp v0.11.0
21352024-10-21T21:40:12.108Z Checking cobs v0.2.3
21362024-10-21T21:40:12.133Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21372024-10-21T21:40:12.133Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21382024-10-21T21:40:12.156Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21392024-10-21T21:40:12.156Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21402024-10-21T21:40:12.247Z Compiling crucible-workspace-hack v0.1.0
21412024-10-21T21:40:12.271Z Checking newline-converter v0.3.0
21422024-10-21T21:40:12.294Z Checking postcard v1.0.10
21432024-10-21T21:40:12.397Z Compiling convert_case v0.4.0
21442024-10-21T21:40:12.472Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21452024-10-21T21:40:12.639Z Checking expectorate v1.1.0
21462024-10-21T21:40:12.676Z Compiling zone_cfg_derive v0.3.0
21472024-10-21T21:40:12.755Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21482024-10-21T21:40:12.779Z Checking itertools v0.13.0
21492024-10-21T21:40:12.803Z Compiling num-derive v0.4.2
21502024-10-21T21:40:12.933Z Compiling slog-dtrace v0.3.0
21512024-10-21T21:40:13.054Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21522024-10-21T21:40:13.243Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21532024-10-21T21:40:13.267Z Compiling derive_more v0.99.18
21542024-10-21T21:40:13.942Z Checking zone v0.3.0
21552024-10-21T21:40:14.352Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21562024-10-21T21:40:16.043Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21572024-10-21T21:40:17.131Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21582024-10-21T21:40:17.739Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21592024-10-21T21:40:18.445Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21602024-10-21T21:40:19.341Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21612024-10-21T21:40:20.757Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21622024-10-21T21:40:21.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s
21632024-10-21T21:40:22.051Z
21642024-10-21T21:40:22.051Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21652024-10-21T21:40:22.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662024-10-21T21:40:22.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672024-10-21T21:40:22.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682024-10-21T21:40:22.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21692024-10-21T21:40:22.923Z
21702024-10-21T21:40:22.923Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21712024-10-21T21:40:23.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722024-10-21T21:40:23.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732024-10-21T21:40:23.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742024-10-21T21:40:23.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21752024-10-21T21:40:23.814Z
21762024-10-21T21:40:23.814Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21772024-10-21T21:40:24.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-10-21T21:40:24.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-10-21T21:40:24.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802024-10-21T21:40:24.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
21812024-10-21T21:40:24.833Z
21822024-10-21T21:40:24.833Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21832024-10-21T21:40:25.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-10-21T21:40:25.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-10-21T21:40:25.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-10-21T21:40:25.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
21872024-10-21T21:40:25.840Z
21882024-10-21T21:40:25.840Zinfo: running `cargo check --bins` on dns-server (39/166)
21892024-10-21T21:40:26.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-10-21T21:40:26.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-10-21T21:40:26.726Z Compiling parking_lot_core v0.8.6
21922024-10-21T21:40:26.726Z Checking nibble_vec v0.1.0
21932024-10-21T21:40:26.726Z Checking endian-type v0.1.2
21942024-10-21T21:40:26.750Z Checking fxhash v0.2.1
21952024-10-21T21:40:26.750Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21962024-10-21T21:40:26.750Z Checking hickory-server v0.24.1
21972024-10-21T21:40:26.947Z Checking radix_trie v0.2.1
21982024-10-21T21:40:27.288Z Checking hickory-client v0.24.1
21992024-10-21T21:40:27.437Z Checking parking_lot v0.11.2
22002024-10-21T21:40:27.572Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22012024-10-21T21:40:27.596Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22022024-10-21T21:40:27.744Z Checking sled v0.34.7
22032024-10-21T21:40:30.012Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22042024-10-21T21:40:31.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
22052024-10-21T21:40:31.677Z
22062024-10-21T21:40:31.677Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22072024-10-21T21:40:32.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082024-10-21T21:40:32.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092024-10-21T21:40:32.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102024-10-21T21:40:32.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22112024-10-21T21:40:32.549Z
22122024-10-21T21:40:32.549Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22132024-10-21T21:40:33.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142024-10-21T21:40:33.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152024-10-21T21:40:33.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162024-10-21T21:40:33.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22172024-10-21T21:40:33.415Z
22182024-10-21T21:40:33.415Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22192024-10-21T21:40:34.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202024-10-21T21:40:34.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212024-10-21T21:40:34.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222024-10-21T21:40:34.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
22232024-10-21T21:40:34.323Z
22242024-10-21T21:40:34.323Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22252024-10-21T21:40:35.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-10-21T21:40:35.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-10-21T21:40:35.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282024-10-21T21:40:35.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
22292024-10-21T21:40:35.275Z
22302024-10-21T21:40:35.275Zinfo: running `cargo check --bins` on gateway-types (44/166)
22312024-10-21T21:40:36.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-10-21T21:40:36.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-10-21T21:40:36.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-10-21T21:40:36.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
22352024-10-21T21:40:36.169Z
22362024-10-21T21:40:36.169Zinfo: running `cargo check --bins` on ipcc (45/166)
22372024-10-21T21:40:36.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-10-21T21:40:36.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-10-21T21:40:36.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-10-21T21:40:36.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
22412024-10-21T21:40:37.057Z
22422024-10-21T21:40:37.057Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22432024-10-21T21:40:37.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-10-21T21:40:37.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-10-21T21:40:38.037Z Checking num-rational v0.4.2
22462024-10-21T21:40:38.037Z Compiling progenitor-client v0.8.0
22472024-10-21T21:40:38.037Z Checking num-complex v0.4.6
22482024-10-21T21:40:38.061Z Compiling prettyplease v0.2.22
22492024-10-21T21:40:38.061Z Compiling newtype-uuid v1.1.2
22502024-10-21T21:40:38.061Z Compiling ipnetwork v0.20.0
22512024-10-21T21:40:38.084Z Compiling instant v0.1.13
22522024-10-21T21:40:38.085Z Compiling radium v0.7.0
22532024-10-21T21:40:38.296Z Compiling semver v0.1.20
22542024-10-21T21:40:38.348Z Checking float-ord v0.3.2
22552024-10-21T21:40:38.385Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22562024-10-21T21:40:38.482Z Compiling progenitor v0.8.0
22572024-10-21T21:40:38.507Z Compiling backoff v0.4.0
22582024-10-21T21:40:38.608Z Compiling rustc_version v0.1.7
22592024-10-21T21:40:38.635Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22602024-10-21T21:40:38.686Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22612024-10-21T21:40:38.710Z Compiling parse-display v0.10.0
22622024-10-21T21:40:38.826Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632024-10-21T21:40:38.850Z Checking num v0.4.3
22642024-10-21T21:40:38.899Z Compiling serde_with v3.11.0
22652024-10-21T21:40:38.945Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22662024-10-21T21:40:39.014Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22672024-10-21T21:40:39.051Z Compiling regress v0.9.1
22682024-10-21T21:40:39.288Z Compiling macaddr v1.0.1
22692024-10-21T21:40:39.327Z Checking tap v1.0.1
22702024-10-21T21:40:39.470Z Compiling maybe-uninit v2.0.0
22712024-10-21T21:40:39.676Z Checking wyz v0.5.1
22722024-10-21T21:40:39.997Z Compiling newtype_derive v0.1.6
22732024-10-21T21:40:40.078Z Checking password-hash v0.5.0
22742024-10-21T21:40:40.275Z Checking blake2 v0.10.6
22752024-10-21T21:40:40.380Z Compiling bzip2-sys v0.1.11+1.0.8
22762024-10-21T21:40:40.483Z Compiling cancel-safe-futures v0.1.5
22772024-10-21T21:40:40.572Z Compiling packed_struct v0.10.1
22782024-10-21T21:40:40.838Z Checking crc-catalog v2.4.0
22792024-10-21T21:40:40.864Z Compiling owo-colors v4.1.0
22802024-10-21T21:40:40.901Z Checking funty v2.0.0
22812024-10-21T21:40:41.011Z Checking crc v3.2.1
22822024-10-21T21:40:41.248Z Checking argon2 v0.5.3
22832024-10-21T21:40:41.757Z Checking bitvec v1.0.1
22842024-10-21T21:40:41.814Z Compiling packed_struct_codegen v0.10.1
22852024-10-21T21:40:41.898Z Compiling indexmap v1.9.3
22862024-10-21T21:40:42.206Z Checking half v2.4.1
22872024-10-21T21:40:42.230Z Checking ciborium-io v0.2.2
22882024-10-21T21:40:42.344Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22892024-10-21T21:40:42.538Z Checking nodrop v0.1.14
22902024-10-21T21:40:42.634Z Checking ciborium-ll v0.2.2
22912024-10-21T21:40:42.658Z Checking array-init v0.0.4
22922024-10-21T21:40:42.814Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22932024-10-21T21:40:42.897Z Checking smallvec v0.6.14
22942024-10-21T21:40:43.068Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22952024-10-21T21:40:43.300Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22962024-10-21T21:40:43.885Z Checking libsw v3.3.1
22972024-10-21T21:40:44.112Z Compiling memoffset v0.9.1
22982024-10-21T21:40:44.138Z Checking termcolor v1.4.1
22992024-10-21T21:40:44.277Z Checking linear-map v1.2.0
23002024-10-21T21:40:44.388Z Checking highway v1.2.0
23012024-10-21T21:40:44.518Z Checking indent_write v2.2.0
23022024-10-21T21:40:44.565Z Checking hashbrown v0.12.3
23032024-10-21T21:40:44.628Z Checking bitfield v0.14.0
23042024-10-21T21:40:44.697Z Checking swrite v0.1.0
23052024-10-21T21:40:44.750Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23062024-10-21T21:40:44.810Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23072024-10-21T21:40:44.887Z Checking ron v0.8.1
23082024-10-21T21:40:44.887Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23092024-10-21T21:40:45.151Z Checking env_logger v0.10.2
23102024-10-21T21:40:45.631Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23112024-10-21T21:40:45.655Z Checking serde-hex v0.1.0
23122024-10-21T21:40:45.889Z Checking steno v0.4.1
23132024-10-21T21:40:45.913Z Checking ciborium v0.2.2
23142024-10-21T21:40:46.071Z Checking bzip2 v0.4.4
23152024-10-21T21:40:46.481Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23162024-10-21T21:40:46.692Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23172024-10-21T21:40:46.767Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23182024-10-21T21:40:46.910Z Checking hashbrown v0.13.2
23192024-10-21T21:40:47.156Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23202024-10-21T21:40:47.371Z Checking humantime v2.1.0
23212024-10-21T21:40:47.619Z Checking crc-any v2.5.0
23222024-10-21T21:40:47.732Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23232024-10-21T21:40:47.769Z Checking object v0.30.4
23242024-10-21T21:40:47.842Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23252024-10-21T21:40:47.931Z Checking zip v0.6.6
23262024-10-21T21:40:48.169Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23272024-10-21T21:40:48.193Z Checking path-slash v0.1.5
23282024-10-21T21:40:48.312Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23292024-10-21T21:40:48.489Z Checking nix v0.27.1
23302024-10-21T21:40:48.516Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23312024-10-21T21:40:48.916Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23322024-10-21T21:40:49.093Z Checking tungstenite v0.23.0
23332024-10-21T21:40:49.133Z Checking kstat-rs v0.2.4
23342024-10-21T21:40:49.408Z Checking signal-hook-tokio v0.3.1
23352024-10-21T21:40:49.826Z Checking tokio-tungstenite v0.23.1
23362024-10-21T21:40:50.292Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23372024-10-21T21:40:50.663Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23382024-10-21T21:40:56.425Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23392024-10-21T21:40:57.981Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23402024-10-21T21:40:58.110Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23412024-10-21T21:41:02.041Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23422024-10-21T21:41:02.350Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23432024-10-21T21:41:03.605Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23442024-10-21T21:41:10.507Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23452024-10-21T21:41:11.298Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23462024-10-21T21:41:14.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.68s
23472024-10-21T21:41:14.902Z
23482024-10-21T21:41:14.902Zinfo: running `cargo check --bins` on gateway-api (47/166)
23492024-10-21T21:41:15.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-10-21T21:41:15.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-10-21T21:41:15.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522024-10-21T21:41:15.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23532024-10-21T21:41:15.768Z
23542024-10-21T21:41:15.768Zinfo: running `cargo check --bins` on oximeter (48/166)
23552024-10-21T21:41:16.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-10-21T21:41:16.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-10-21T21:41:16.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582024-10-21T21:41:16.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23592024-10-21T21:41:16.665Z
23602024-10-21T21:41:16.665Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23612024-10-21T21:41:17.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-10-21T21:41:17.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-10-21T21:41:17.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-10-21T21:41:17.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23652024-10-21T21:41:17.525Z
23662024-10-21T21:41:17.525Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23672024-10-21T21:41:18.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-10-21T21:41:18.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-10-21T21:41:18.409Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23702024-10-21T21:41:18.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
23712024-10-21T21:41:18.989Z
23722024-10-21T21:41:18.989Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23732024-10-21T21:41:19.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-10-21T21:41:19.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-10-21T21:41:19.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-10-21T21:41:19.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23772024-10-21T21:41:19.880Z
23782024-10-21T21:41:19.880Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23792024-10-21T21:41:20.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-10-21T21:41:20.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-10-21T21:41:20.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-10-21T21:41:20.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23832024-10-21T21:41:20.752Z
23842024-10-21T21:41:20.752Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23852024-10-21T21:41:21.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-10-21T21:41:21.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-10-21T21:41:21.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-10-21T21:41:21.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23892024-10-21T21:41:21.608Z
23902024-10-21T21:41:21.608Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23912024-10-21T21:41:22.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-10-21T21:41:22.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-10-21T21:41:22.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-10-21T21:41:22.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23952024-10-21T21:41:22.497Z
23962024-10-21T21:41:22.497Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
23972024-10-21T21:41:23.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-10-21T21:41:23.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-10-21T21:41:23.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-10-21T21:41:23.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24012024-10-21T21:41:23.364Z
24022024-10-21T21:41:23.364Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24032024-10-21T21:41:24.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-10-21T21:41:24.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-10-21T21:41:24.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-10-21T21:41:24.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24072024-10-21T21:41:24.258Z
24082024-10-21T21:41:24.258Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24092024-10-21T21:41:25.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-10-21T21:41:25.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-10-21T21:41:25.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-10-21T21:41:25.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24132024-10-21T21:41:25.141Z
24142024-10-21T21:41:25.141Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24152024-10-21T21:41:25.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-10-21T21:41:25.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-10-21T21:41:25.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-10-21T21:41:25.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24192024-10-21T21:41:26.017Z
24202024-10-21T21:41:26.017Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24212024-10-21T21:41:26.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-10-21T21:41:26.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-10-21T21:41:26.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-10-21T21:41:26.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24252024-10-21T21:41:26.891Z
24262024-10-21T21:41:26.892Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24272024-10-21T21:41:27.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-10-21T21:41:27.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-10-21T21:41:27.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-10-21T21:41:27.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24312024-10-21T21:41:27.795Z
24322024-10-21T21:41:27.795Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24332024-10-21T21:41:28.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-10-21T21:41:28.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-10-21T21:41:28.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-10-21T21:41:28.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24372024-10-21T21:41:28.657Z
24382024-10-21T21:41:28.657Zinfo: running `cargo check --bins` on nexus-client (62/166)
24392024-10-21T21:41:29.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-10-21T21:41:29.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-10-21T21:41:29.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-10-21T21:41:29.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24432024-10-21T21:41:29.548Z
24442024-10-21T21:41:29.548Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24452024-10-21T21:41:30.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-10-21T21:41:30.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-10-21T21:41:30.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-10-21T21:41:30.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24492024-10-21T21:41:30.445Z
24502024-10-21T21:41:30.445Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24512024-10-21T21:41:31.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-10-21T21:41:31.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-10-21T21:41:31.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-10-21T21:41:31.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24552024-10-21T21:41:31.309Z
24562024-10-21T21:41:31.309Zinfo: running `cargo check --bins` on nexus-types (65/166)
24572024-10-21T21:41:32.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-10-21T21:41:32.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-10-21T21:41:32.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-10-21T21:41:32.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24612024-10-21T21:41:32.225Z
24622024-10-21T21:41:32.225Zinfo: running `cargo check --bins` on gateway-client (66/166)
24632024-10-21T21:41:32.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-10-21T21:41:32.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-10-21T21:41:32.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-10-21T21:41:32.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24672024-10-21T21:41:33.083Z
24682024-10-21T21:41:33.083Zinfo: running `cargo check --bins` on oxql-types (67/166)
24692024-10-21T21:41:33.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-10-21T21:41:33.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-10-21T21:41:33.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-10-21T21:41:33.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24732024-10-21T21:41:33.968Z
24742024-10-21T21:41:33.968Zinfo: running `cargo check --bins` on update-engine (68/166)
24752024-10-21T21:41:34.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-10-21T21:41:34.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-10-21T21:41:34.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-10-21T21:41:34.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24792024-10-21T21:41:34.846Z
24802024-10-21T21:41:34.846Zinfo: running `cargo check --bins` on sp-sim (69/166)
24812024-10-21T21:41:35.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-10-21T21:41:35.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-10-21T21:41:35.723Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24842024-10-21T21:41:37.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
24852024-10-21T21:41:37.959Z
24862024-10-21T21:41:37.959Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24872024-10-21T21:41:38.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-10-21T21:41:38.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-10-21T21:41:38.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-10-21T21:41:38.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24912024-10-21T21:41:38.896Z
24922024-10-21T21:41:38.896Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24932024-10-21T21:41:39.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-10-21T21:41:39.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-10-21T21:41:39.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-10-21T21:41:39.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
24972024-10-21T21:41:39.833Z
24982024-10-21T21:41:39.833Zinfo: running `cargo check --bins` on db-macros (72/166)
24992024-10-21T21:41:40.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-10-21T21:41:40.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-10-21T21:41:40.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-10-21T21:41:40.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25032024-10-21T21:41:40.687Z
25042024-10-21T21:41:40.687Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25052024-10-21T21:41:41.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-10-21T21:41:41.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-10-21T21:41:41.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-10-21T21:41:41.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
25092024-10-21T21:41:41.562Z
25102024-10-21T21:41:41.562Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25112024-10-21T21:41:42.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-10-21T21:41:42.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-10-21T21:41:42.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-10-21T21:41:42.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
25152024-10-21T21:41:42.500Z
25162024-10-21T21:41:42.500Zinfo: running `cargo check --bins` on authz-macros (75/166)
25172024-10-21T21:41:43.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-10-21T21:41:43.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-10-21T21:41:43.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-10-21T21:41:43.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25212024-10-21T21:41:43.348Z
25222024-10-21T21:41:43.348Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25232024-10-21T21:41:44.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-10-21T21:41:44.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-10-21T21:41:44.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-10-21T21:41:44.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
25272024-10-21T21:41:44.258Z
25282024-10-21T21:41:44.258Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25292024-10-21T21:41:45.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-10-21T21:41:45.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-10-21T21:41:45.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-10-21T21:41:45.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
25332024-10-21T21:41:45.177Z
25342024-10-21T21:41:45.177Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25352024-10-21T21:41:45.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-10-21T21:41:45.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-10-21T21:41:45.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-10-21T21:41:45.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
25392024-10-21T21:41:46.059Z
25402024-10-21T21:41:46.060Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25412024-10-21T21:41:46.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-10-21T21:41:46.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-10-21T21:41:46.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-10-21T21:41:46.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25452024-10-21T21:41:46.927Z
25462024-10-21T21:41:46.928Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25472024-10-21T21:41:47.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-10-21T21:41:47.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-10-21T21:41:47.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-10-21T21:41:47.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
25512024-10-21T21:41:47.849Z
25522024-10-21T21:41:47.849Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25532024-10-21T21:41:48.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-10-21T21:41:48.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-10-21T21:41:48.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-10-21T21:41:48.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25572024-10-21T21:41:48.743Z
25582024-10-21T21:41:48.744Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25592024-10-21T21:41:49.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-10-21T21:41:49.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-10-21T21:41:49.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-10-21T21:41:49.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
25632024-10-21T21:41:49.625Z
25642024-10-21T21:41:49.625Zinfo: running `cargo check --bins` on typed-rng (83/166)
25652024-10-21T21:41:50.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-10-21T21:41:50.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-10-21T21:41:50.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-10-21T21:41:50.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25692024-10-21T21:41:50.496Z
25702024-10-21T21:41:50.496Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25712024-10-21T21:41:51.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-10-21T21:41:51.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-10-21T21:41:51.514Z Checking keccak v0.1.5
25742024-10-21T21:41:51.538Z Checking secrecy v0.8.0
25752024-10-21T21:41:51.538Z Compiling unicase v2.7.0
25762024-10-21T21:41:51.562Z Compiling same-file v1.0.6
25772024-10-21T21:41:51.562Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25782024-10-21T21:41:51.586Z Compiling tempfile v3.13.0
25792024-10-21T21:41:51.586Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25802024-10-21T21:41:51.586Z Compiling thiserror-impl-no-std v2.0.2
25812024-10-21T21:41:51.729Z Checking universal-hash v0.5.1
25822024-10-21T21:41:51.799Z Checking sha3 v0.10.8
25832024-10-21T21:41:51.867Z Compiling walkdir v2.5.0
25842024-10-21T21:41:51.895Z Compiling ring v0.16.20
25852024-10-21T21:41:51.919Z Compiling blake3 v1.5.4
25862024-10-21T21:41:52.015Z Checking opaque-debug v0.3.1
25872024-10-21T21:41:52.104Z Checking poly1305 v0.8.0
25882024-10-21T21:41:52.147Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25892024-10-21T21:41:52.403Z Checking chacha20 v0.9.1
25902024-10-21T21:41:52.427Z Checking aead v0.5.2
25912024-10-21T21:41:52.427Z Compiling memmap2 v0.9.5
25922024-10-21T21:41:52.518Z Compiling arrayvec v0.7.6
25932024-10-21T21:41:52.542Z Compiling salty v0.3.0
25942024-10-21T21:41:52.632Z Compiling constant_time_eq v0.3.1
25952024-10-21T21:41:52.729Z Compiling libefi-sys v0.1.0
25962024-10-21T21:41:52.807Z Compiling spin v0.5.2
25972024-10-21T21:41:52.855Z Compiling home v0.5.9
25982024-10-21T21:41:52.901Z Compiling arrayref v0.3.9
25992024-10-21T21:41:52.925Z Compiling untrusted v0.7.1
26002024-10-21T21:41:53.012Z Compiling toolchain_find v0.4.0
26012024-10-21T21:41:53.036Z Checking chacha20poly1305 v0.10.1
26022024-10-21T21:41:53.106Z Compiling camino-tempfile v1.1.1
26032024-10-21T21:41:53.218Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26042024-10-21T21:41:53.358Z Compiling bitfield-struct v0.6.2
26052024-10-21T21:41:53.446Z Compiling topological-sort v0.2.2
26062024-10-21T21:41:53.574Z Compiling mime_guess v2.0.5
26072024-10-21T21:41:53.605Z Compiling rustfmt-wrapper v0.2.1
26082024-10-21T21:41:54.031Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26092024-10-21T21:41:54.124Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26102024-10-21T21:41:54.163Z Checking primeorder v0.13.6
26112024-10-21T21:41:54.246Z Checking env_filter v0.1.2
26122024-10-21T21:41:54.361Z Checking thiserror-no-std v2.0.2
26132024-10-21T21:41:54.395Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142024-10-21T21:41:54.460Z Checking env_logger v0.11.5
26152024-10-21T21:41:54.485Z Checking vsss-rs v3.3.4
26162024-10-21T21:41:54.576Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26172024-10-21T21:41:54.600Z Checking p384 v0.13.0
26182024-10-21T21:41:54.737Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26192024-10-21T21:41:54.761Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26202024-10-21T21:41:54.962Z Checking gethostname v0.5.0
26212024-10-21T21:41:54.997Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26222024-10-21T21:41:55.067Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26232024-10-21T21:41:55.091Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26242024-10-21T21:41:55.269Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26252024-10-21T21:41:55.388Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26262024-10-21T21:41:55.468Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26272024-10-21T21:41:55.491Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26282024-10-21T21:41:55.742Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26292024-10-21T21:41:55.784Z Checking nanorand v0.7.0
26302024-10-21T21:41:55.808Z Checking atty v0.2.14
26312024-10-21T21:41:55.862Z Checking http-range v0.1.5
26322024-10-21T21:41:55.910Z Checking glob v0.3.1
26332024-10-21T21:41:56.064Z Checking hyper-staticfile v0.10.1
26342024-10-21T21:41:56.157Z Checking flume v0.11.0
26352024-10-21T21:41:56.250Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26362024-10-21T21:41:56.535Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26372024-10-21T21:41:56.707Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26382024-10-21T21:41:56.763Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26392024-10-21T21:41:57.177Z Compiling omicron-zone-package v0.11.1
26402024-10-21T21:41:57.356Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26412024-10-21T21:41:57.748Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26422024-10-21T21:41:58.216Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26432024-10-21T21:41:58.353Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26442024-10-21T21:41:58.443Z Checking display-error-chain v0.2.1
26452024-10-21T21:41:59.417Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26462024-10-21T21:42:00.964Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26472024-10-21T21:42:02.345Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26482024-10-21T21:42:02.345Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26492024-10-21T21:42:15.290Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26502024-10-21T21:42:31.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.51s
26512024-10-21T21:42:31.165Z
26522024-10-21T21:42:31.165Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26532024-10-21T21:42:32.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-10-21T21:42:32.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-10-21T21:42:32.166Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26562024-10-21T21:42:48.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.10s
26572024-10-21T21:42:48.444Z
26582024-10-21T21:42:48.444Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26592024-10-21T21:42:49.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-10-21T21:42:49.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-10-21T21:42:49.456Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26622024-10-21T21:43:05.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.38s
26632024-10-21T21:43:05.994Z
26642024-10-21T21:43:05.994Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26652024-10-21T21:43:06.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-10-21T21:43:06.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-10-21T21:43:07.007Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26682024-10-21T21:43:23.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.52s
26692024-10-21T21:43:23.695Z
26702024-10-21T21:43:23.695Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26712024-10-21T21:43:24.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-10-21T21:43:24.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-10-21T21:43:24.696Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26742024-10-21T21:43:40.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.89s
26752024-10-21T21:43:40.761Z
26762024-10-21T21:43:40.761Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26772024-10-21T21:43:41.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-10-21T21:43:41.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-10-21T21:43:41.760Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26802024-10-21T21:43:57.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.72s
26812024-10-21T21:43:57.654Z
26822024-10-21T21:43:57.654Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26832024-10-21T21:43:58.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-10-21T21:43:58.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-10-21T21:43:58.654Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26862024-10-21T21:44:14.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
26872024-10-21T21:44:14.761Z
26882024-10-21T21:44:14.761Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26892024-10-21T21:44:15.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902024-10-21T21:44:15.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912024-10-21T21:44:15.754Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26922024-10-21T21:44:31.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.70s
26932024-10-21T21:44:31.655Z
26942024-10-21T21:44:31.655Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26952024-10-21T21:44:32.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962024-10-21T21:44:32.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972024-10-21T21:44:32.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982024-10-21T21:44:32.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26992024-10-21T21:44:32.559Z
27002024-10-21T21:44:32.559Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
27012024-10-21T21:44:33.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022024-10-21T21:44:33.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032024-10-21T21:44:33.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042024-10-21T21:44:33.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27052024-10-21T21:44:33.455Z
27062024-10-21T21:44:33.455Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27072024-10-21T21:44:34.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-10-21T21:44:34.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-10-21T21:44:34.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102024-10-21T21:44:34.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27112024-10-21T21:44:34.343Z
27122024-10-21T21:44:34.343Zinfo: running `cargo check --bins` on dpd-client (95/166)
27132024-10-21T21:44:35.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-10-21T21:44:35.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-10-21T21:44:35.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162024-10-21T21:44:35.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27172024-10-21T21:44:35.224Z
27182024-10-21T21:44:35.224Zinfo: running `cargo check --bins` on installinator-common (96/166)
27192024-10-21T21:44:36.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-10-21T21:44:36.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-10-21T21:44:36.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222024-10-21T21:44:36.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27232024-10-21T21:44:36.108Z
27242024-10-21T21:44:36.108Zinfo: running `cargo check --bins` on key-manager (97/166)
27252024-10-21T21:44:36.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-10-21T21:44:36.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-10-21T21:44:36.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282024-10-21T21:44:36.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27292024-10-21T21:44:36.963Z
27302024-10-21T21:44:36.963Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27312024-10-21T21:44:37.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-10-21T21:44:37.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-10-21T21:44:37.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342024-10-21T21:44:37.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27352024-10-21T21:44:37.837Z
27362024-10-21T21:44:37.838Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27372024-10-21T21:44:38.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-10-21T21:44:38.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-10-21T21:44:38.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402024-10-21T21:44:38.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27412024-10-21T21:44:38.741Z
27422024-10-21T21:44:38.741Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27432024-10-21T21:44:39.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442024-10-21T21:44:39.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452024-10-21T21:44:39.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462024-10-21T21:44:39.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27472024-10-21T21:44:39.660Z
27482024-10-21T21:44:39.660Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27492024-10-21T21:44:40.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-10-21T21:44:40.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-10-21T21:44:40.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522024-10-21T21:44:40.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27532024-10-21T21:44:40.534Z
27542024-10-21T21:44:40.535Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27552024-10-21T21:44:41.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-10-21T21:44:41.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-10-21T21:44:41.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582024-10-21T21:44:41.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27592024-10-21T21:44:41.395Z
27602024-10-21T21:44:41.395Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27612024-10-21T21:44:42.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-10-21T21:44:42.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-10-21T21:44:42.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-10-21T21:44:42.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27652024-10-21T21:44:42.318Z
27662024-10-21T21:44:42.318Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27672024-10-21T21:44:43.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-10-21T21:44:43.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-10-21T21:44:43.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-10-21T21:44:43.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27712024-10-21T21:44:43.243Z
27722024-10-21T21:44:43.243Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27732024-10-21T21:44:44.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-10-21T21:44:44.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-10-21T21:44:44.213Z Compiling phf_generator v0.11.2
27762024-10-21T21:44:44.237Z Compiling parse-zoneinfo v0.3.1
27772024-10-21T21:44:44.261Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27782024-10-21T21:44:44.261Z Checking bcs v0.1.6
27792024-10-21T21:44:44.261Z Compiling async-recursion v1.1.1
27802024-10-21T21:44:44.261Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27812024-10-21T21:44:44.261Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27822024-10-21T21:44:44.360Z Compiling phf_codegen v0.11.2
27832024-10-21T21:44:44.796Z Compiling chrono-tz-build v0.4.0
27842024-10-21T21:44:45.762Z Compiling chrono-tz v0.10.0
27852024-10-21T21:44:54.547Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27862024-10-21T21:44:59.770Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27872024-10-21T21:45:02.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s
27882024-10-21T21:45:02.407Z
27892024-10-21T21:45:02.408Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27902024-10-21T21:45:03.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-10-21T21:45:03.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-10-21T21:45:03.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-10-21T21:45:03.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27942024-10-21T21:45:03.296Z
27952024-10-21T21:45:03.296Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27962024-10-21T21:45:04.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-10-21T21:45:04.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-10-21T21:45:04.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-10-21T21:45:04.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28002024-10-21T21:45:04.216Z
28012024-10-21T21:45:04.217Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28022024-10-21T21:45:05.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-10-21T21:45:05.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-10-21T21:45:05.179Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052024-10-21T21:45:05.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
28062024-10-21T21:45:06.013Z
28072024-10-21T21:45:06.013Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166)
28082024-10-21T21:45:06.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-10-21T21:45:06.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-10-21T21:45:06.964Z Compiling cfg_aliases v0.1.1
28112024-10-21T21:45:06.964Z Compiling vte_generate_state_changes v0.1.2
28122024-10-21T21:45:06.988Z Checking fd-lock v4.0.2
28132024-10-21T21:45:06.988Z Checking bytecount v0.6.8
28142024-10-21T21:45:06.988Z Compiling tabled_derive v0.7.0
28152024-10-21T21:45:07.011Z Compiling peg-macros v0.8.4
28162024-10-21T21:45:07.011Z Compiling sqlparser_derive v0.2.2
28172024-10-21T21:45:07.011Z Checking nu-ansi-term v0.50.1
28182024-10-21T21:45:07.116Z Compiling nix v0.28.0
28192024-10-21T21:45:07.174Z Checking home v0.5.9
28202024-10-21T21:45:07.198Z Checking papergrid v0.11.0
28212024-10-21T21:45:07.316Z Checking unicode_categories v0.1.1
28222024-10-21T21:45:07.540Z Checking vte v0.11.1
28232024-10-21T21:45:07.585Z Checking sqlformat v0.2.6
28242024-10-21T21:45:07.972Z Checking sqlparser v0.45.0
28252024-10-21T21:45:08.616Z Checking strip-ansi-escapes v0.2.0
28262024-10-21T21:45:08.753Z Checking reedline v0.35.0
28272024-10-21T21:45:08.914Z Checking tabled v0.15.0
28282024-10-21T21:45:09.606Z Checking peg v0.8.4
28292024-10-21T21:45:09.947Z Checking rustyline v14.0.0
28302024-10-21T21:45:15.359Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312024-10-21T21:45:23.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.43s
28322024-10-21T21:45:23.601Z
28332024-10-21T21:45:23.601Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28342024-10-21T21:45:24.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-10-21T21:45:24.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-10-21T21:45:24.565Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372024-10-21T21:45:32.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
28382024-10-21T21:45:32.846Z
28392024-10-21T21:45:32.846Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166)
28402024-10-21T21:45:33.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-10-21T21:45:33.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-10-21T21:45:33.768Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432024-10-21T21:45:39.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.10s
28442024-10-21T21:45:40.118Z
28452024-10-21T21:45:40.118Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28462024-10-21T21:45:40.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-10-21T21:45:40.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-10-21T21:45:41.055Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492024-10-21T21:45:48.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s
28502024-10-21T21:45:48.800Z
28512024-10-21T21:45:48.800Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166)
28522024-10-21T21:45:49.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-10-21T21:45:49.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-10-21T21:45:49.734Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552024-10-21T21:45:57.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.57s
28562024-10-21T21:45:57.534Z
28572024-10-21T21:45:57.534Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28582024-10-21T21:45:58.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-10-21T21:45:58.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-10-21T21:45:58.477Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612024-10-21T21:46:04.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s
28622024-10-21T21:46:05.148Z
28632024-10-21T21:46:05.148Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166)
28642024-10-21T21:46:05.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-10-21T21:46:05.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-10-21T21:46:06.064Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672024-10-21T21:46:12.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.19s
28682024-10-21T21:46:12.496Z
28692024-10-21T21:46:12.496Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28702024-10-21T21:46:13.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-10-21T21:46:13.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-10-21T21:46:13.453Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732024-10-21T21:46:21.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.89s
28742024-10-21T21:46:21.560Z
28752024-10-21T21:46:21.560Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28762024-10-21T21:46:22.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-10-21T21:46:22.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-10-21T21:46:22.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-10-21T21:46:22.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28802024-10-21T21:46:22.459Z
28812024-10-21T21:46:22.459Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28822024-10-21T21:46:23.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-10-21T21:46:23.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-10-21T21:46:23.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-10-21T21:46:23.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28862024-10-21T21:46:23.301Z
28872024-10-21T21:46:23.301Zinfo: running `cargo check --bins` on installinator-client (119/166)
28882024-10-21T21:46:24.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-10-21T21:46:24.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-10-21T21:46:24.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-10-21T21:46:24.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28922024-10-21T21:46:24.205Z
28932024-10-21T21:46:24.205Zinfo: running `cargo check --bins` on oxide-client (120/166)
28942024-10-21T21:46:24.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-10-21T21:46:25.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-10-21T21:46:25.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-10-21T21:46:25.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28982024-10-21T21:46:25.075Z
28992024-10-21T21:46:25.075Zinfo: running `cargo check --bins` on wicketd-client (121/166)
29002024-10-21T21:46:25.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-10-21T21:46:25.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-10-21T21:46:25.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032024-10-21T21:46:25.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29042024-10-21T21:46:26.003Z
29052024-10-21T21:46:26.004Zinfo: running `cargo check --bins` on wicket-common (122/166)
29062024-10-21T21:46:26.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072024-10-21T21:46:26.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082024-10-21T21:46:26.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092024-10-21T21:46:26.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
29102024-10-21T21:46:26.893Z
29112024-10-21T21:46:26.893Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29122024-10-21T21:46:27.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132024-10-21T21:46:27.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142024-10-21T21:46:27.813Z Checking csv-core v0.1.11
29152024-10-21T21:46:27.837Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29162024-10-21T21:46:28.116Z Checking csv v1.3.0
29172024-10-21T21:46:28.794Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29182024-10-21T21:46:29.221Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29192024-10-21T21:46:30.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
29202024-10-21T21:46:30.851Z
29212024-10-21T21:46:30.851Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29222024-10-21T21:46:31.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232024-10-21T21:46:31.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242024-10-21T21:46:31.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252024-10-21T21:46:31.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
29262024-10-21T21:46:31.723Z
29272024-10-21T21:46:31.723Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29282024-10-21T21:46:32.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292024-10-21T21:46:32.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302024-10-21T21:46:32.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312024-10-21T21:46:32.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29322024-10-21T21:46:32.618Z
29332024-10-21T21:46:32.618Zinfo: running `cargo check --bins` on cert-dev (126/166)
29342024-10-21T21:46:33.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352024-10-21T21:46:33.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362024-10-21T21:46:33.491Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29372024-10-21T21:46:33.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
29382024-10-21T21:46:33.881Z
29392024-10-21T21:46:33.881Zinfo: running `cargo check --bins` on ch-dev (127/166)
29402024-10-21T21:46:34.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412024-10-21T21:46:34.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422024-10-21T21:46:34.874Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29432024-10-21T21:46:35.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
29442024-10-21T21:46:35.824Z
29452024-10-21T21:46:35.824Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29462024-10-21T21:46:36.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472024-10-21T21:46:36.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482024-10-21T21:46:36.786Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29492024-10-21T21:46:37.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
29502024-10-21T21:46:37.278Z
29512024-10-21T21:46:37.278Zinfo: running `cargo check --bins` on db-dev (129/166)
29522024-10-21T21:46:38.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532024-10-21T21:46:38.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542024-10-21T21:46:38.186Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29552024-10-21T21:46:38.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
29562024-10-21T21:46:39.102Z
29572024-10-21T21:46:39.102Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29582024-10-21T21:46:39.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-10-21T21:46:39.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-10-21T21:46:39.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612024-10-21T21:46:39.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29622024-10-21T21:46:40.034Z
29632024-10-21T21:46:40.034Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29642024-10-21T21:46:40.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652024-10-21T21:46:40.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662024-10-21T21:46:40.891Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29672024-10-21T21:46:41.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
29682024-10-21T21:46:42.020Z
29692024-10-21T21:46:42.020Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29702024-10-21T21:46:42.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712024-10-21T21:46:42.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722024-10-21T21:46:42.865Z Checking cargo-platform v0.1.8
29732024-10-21T21:46:43.126Z Checking cargo_metadata v0.18.1
29742024-10-21T21:46:44.362Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29752024-10-21T21:46:45.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
29762024-10-21T21:46:45.434Z
29772024-10-21T21:46:45.434Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29782024-10-21T21:46:46.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-10-21T21:46:46.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-10-21T21:46:46.437Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29812024-10-21T21:46:47.137Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29822024-10-21T21:46:47.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s
29832024-10-21T21:46:47.936Z
29842024-10-21T21:46:47.936Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29852024-10-21T21:46:48.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-10-21T21:46:48.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-10-21T21:46:49.084Z Compiling crunchy v0.2.2
29882024-10-21T21:46:49.084Z Compiling glob v0.3.1
29892024-10-21T21:46:49.084Z Compiling tiny-keccak v2.0.2
29902024-10-21T21:46:49.108Z Compiling dsl_auto_type v0.1.2
29912024-10-21T21:46:49.108Z Checking scheduled-thread-pool v0.2.7
29922024-10-21T21:46:49.108Z Compiling diesel_table_macro_syntax v0.2.0
29932024-10-21T21:46:49.132Z Compiling ascii-canvas v3.0.0
29942024-10-21T21:46:49.132Z Compiling ena v0.14.3
29952024-10-21T21:46:49.383Z Checking r2d2 v0.8.10
29962024-10-21T21:46:49.516Z Compiling libloading v0.8.5
29972024-10-21T21:46:49.577Z Compiling bindgen v0.69.5
29982024-10-21T21:46:49.601Z Compiling regex-syntax v0.6.29
29992024-10-21T21:46:49.663Z Compiling diff v0.1.13
30002024-10-21T21:46:49.687Z Compiling which v4.4.2
30012024-10-21T21:46:49.904Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30022024-10-21T21:46:49.987Z Compiling clang-sys v1.8.1
30032024-10-21T21:46:50.108Z Compiling cexpr v0.6.0
30042024-10-21T21:46:50.227Z Compiling lazycell v1.3.0
30052024-10-21T21:46:50.251Z Compiling rustc-hash v1.1.0
30062024-10-21T21:46:50.283Z Compiling ref-cast v1.0.23
30072024-10-21T21:46:50.319Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30082024-10-21T21:46:50.390Z Compiling derive_builder_core v0.20.2
30092024-10-21T21:46:50.414Z Compiling libxml v0.3.3
30102024-10-21T21:46:50.585Z Compiling ref-cast-impl v1.0.23
30112024-10-21T21:46:50.624Z Compiling diesel_derives v2.2.3
30122024-10-21T21:46:50.737Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30132024-10-21T21:46:50.889Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30142024-10-21T21:46:51.192Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30152024-10-21T21:46:51.455Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30162024-10-21T21:46:51.635Z Compiling strum_macros v0.24.3
30172024-10-21T21:46:51.704Z Compiling indoc v1.0.9
30182024-10-21T21:46:52.486Z Compiling lalrpop v0.19.12
30192024-10-21T21:46:52.539Z Compiling derive_builder_macro v0.20.2
30202024-10-21T21:46:53.214Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30212024-10-21T21:46:53.276Z Checking derive_builder v0.20.2
30222024-10-21T21:46:53.414Z Compiling impl-trait-for-tuples v0.2.2
30232024-10-21T21:46:53.471Z Compiling oso-derive v0.27.3
30242024-10-21T21:46:54.366Z Checking quick-xml v0.33.0
30252024-10-21T21:46:54.549Z Compiling diesel-dtrace v0.3.0
30262024-10-21T21:46:54.602Z Checking maplit v1.0.2
30272024-10-21T21:46:54.731Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30282024-10-21T21:46:54.899Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30292024-10-21T21:46:55.142Z Checking bb8 v0.8.5
30302024-10-21T21:46:55.536Z Compiling const_format_proc_macros v0.2.33
30312024-10-21T21:46:56.100Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30322024-10-21T21:46:56.219Z Checking castaway v0.2.3
30332024-10-21T21:46:56.354Z Checking rand_seeder v0.3.0
30342024-10-21T21:46:56.377Z Checking compact_str v0.8.0
30352024-10-21T21:46:56.559Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30362024-10-21T21:46:56.752Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30372024-10-21T21:46:57.146Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30382024-10-21T21:46:57.373Z Checking const_format v0.2.33
30392024-10-21T21:46:57.818Z Checking unicode-truncate v1.1.0
30402024-10-21T21:46:57.874Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30412024-10-21T21:46:58.042Z Checking lru v0.12.5
30422024-10-21T21:46:58.162Z Compiling instability v0.3.2
30432024-10-21T21:46:58.323Z Checking unicode-linebreak v0.1.5
30442024-10-21T21:46:58.726Z Checking cassowary v0.3.0
30452024-10-21T21:46:58.750Z Checking smawk v0.3.2
30462024-10-21T21:46:58.951Z Checking is_ci v1.2.0
30472024-10-21T21:46:59.090Z Checking supports-color v3.0.1
30482024-10-21T21:46:59.114Z Checking textwrap v0.16.1
30492024-10-21T21:46:59.163Z Checking ratatui v0.28.1
30502024-10-21T21:46:59.280Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30512024-10-21T21:46:59.545Z Checking multimap v0.10.0
30522024-10-21T21:47:00.621Z Checking diesel v2.2.4
30532024-10-21T21:47:21.386Z Compiling samael v0.0.17
30542024-10-21T21:47:30.294Z Checking async-bb8-diesel v0.2.1
30552024-10-21T21:47:32.111Z Compiling polar-core v0.27.3
30562024-10-21T21:47:41.172Z Checking oso v0.27.3
30572024-10-21T21:49:07.195Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30582024-10-21T21:49:15.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
30592024-10-21T21:49:15.564Z
30602024-10-21T21:49:15.564Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30612024-10-21T21:49:16.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-10-21T21:49:16.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-10-21T21:49:16.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-10-21T21:49:16.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30652024-10-21T21:49:16.568Z
30662024-10-21T21:49:16.568Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30672024-10-21T21:49:17.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-10-21T21:49:17.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-10-21T21:49:17.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702024-10-21T21:49:17.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30712024-10-21T21:49:17.517Z
30722024-10-21T21:49:17.517Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30732024-10-21T21:49:18.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-10-21T21:49:18.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-10-21T21:49:18.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762024-10-21T21:49:18.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30772024-10-21T21:49:18.386Z
30782024-10-21T21:49:18.386Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30792024-10-21T21:49:19.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802024-10-21T21:49:19.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812024-10-21T21:49:19.586Z Compiling libz-sys v1.1.20
30822024-10-21T21:49:19.610Z Checking http v0.2.12
30832024-10-21T21:49:19.610Z Compiling libgit2-sys v0.17.0+1.8.1
30842024-10-21T21:49:19.655Z Compiling vergen v8.3.2
30852024-10-21T21:49:19.678Z Compiling cargo-platform v0.1.8
30862024-10-21T21:49:19.678Z Compiling pin-project-internal v1.1.6
30872024-10-21T21:49:19.716Z Compiling libsqlite3-sys v0.30.1
30882024-10-21T21:49:19.716Z Compiling snafu-derive v0.8.5
30892024-10-21T21:49:19.973Z Compiling cargo_metadata v0.18.1
30902024-10-21T21:49:20.171Z Compiling rustls v0.21.12
30912024-10-21T21:49:20.199Z Compiling cfg_aliases v0.2.1
30922024-10-21T21:49:20.301Z Checking sync_wrapper v0.1.2
30932024-10-21T21:49:20.342Z Compiling buf-list v1.0.3
30942024-10-21T21:49:20.474Z Compiling nix v0.29.0
30952024-10-21T21:49:20.545Z Checking globset v0.4.15
30962024-10-21T21:49:20.778Z Checking http-body v0.4.6
30972024-10-21T21:49:20.949Z Checking h2 v0.3.26
30982024-10-21T21:49:21.075Z Checking rustls-webpki v0.101.7
30992024-10-21T21:49:21.171Z Checking sct v0.7.1
31002024-10-21T21:49:21.269Z Checking olpc-cjson v0.1.4
31012024-10-21T21:49:21.362Z Checking serde_plain v1.0.2
31022024-10-21T21:49:21.473Z Checking typed-path v0.7.1
31032024-10-21T21:49:22.263Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31042024-10-21T21:49:22.291Z Checking pin-project v1.1.6
31052024-10-21T21:49:22.428Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31062024-10-21T21:49:22.528Z Checking hashlink v0.9.1
31072024-10-21T21:49:22.679Z Checking fallible-iterator v0.3.0
31082024-10-21T21:49:23.052Z Checking fallible-streaming-iterator v0.1.9
31092024-10-21T21:49:23.111Z Checking parse-size v1.0.0
31102024-10-21T21:49:23.254Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31112024-10-21T21:49:23.278Z Checking rusqlite v0.32.1
31122024-10-21T21:49:23.302Z Checking rustls-pemfile v1.0.4
31132024-10-21T21:49:23.483Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31142024-10-21T21:49:23.677Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31152024-10-21T21:49:23.759Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31162024-10-21T21:49:23.884Z Checking twox-hash v1.6.3
31172024-10-21T21:49:24.207Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31182024-10-21T21:49:24.545Z Checking snafu v0.8.5
31192024-10-21T21:49:24.568Z Checking tokio-rustls v0.24.1
31202024-10-21T21:49:24.676Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31212024-10-21T21:49:24.902Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31222024-10-21T21:49:24.997Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31232024-10-21T21:49:25.199Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31242024-10-21T21:49:25.347Z Checking fatfs v0.3.6
31252024-10-21T21:49:25.847Z Checking assert_matches v1.5.0
31262024-10-21T21:49:26.308Z Checking hyper v0.14.30
31272024-10-21T21:49:30.307Z Checking reqwest v0.11.27
31282024-10-21T21:49:31.194Z Checking tough v0.17.1
31292024-10-21T21:49:32.574Z Compiling git2 v0.19.0
31302024-10-21T21:49:35.110Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31312024-10-21T21:49:36.689Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31322024-10-21T21:49:39.329Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31332024-10-21T21:50:48.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
31342024-10-21T21:50:48.637Z
31352024-10-21T21:50:48.637Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31362024-10-21T21:50:49.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372024-10-21T21:50:49.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382024-10-21T21:50:49.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392024-10-21T21:50:49.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
31402024-10-21T21:50:49.594Z
31412024-10-21T21:50:49.594Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31422024-10-21T21:50:50.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432024-10-21T21:50:50.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442024-10-21T21:50:50.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452024-10-21T21:50:50.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31462024-10-21T21:50:50.447Z
31472024-10-21T21:50:50.447Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31482024-10-21T21:50:51.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-10-21T21:50:51.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-10-21T21:50:51.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512024-10-21T21:50:51.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31522024-10-21T21:50:51.316Z
31532024-10-21T21:50:51.316Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31542024-10-21T21:50:52.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552024-10-21T21:50:52.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562024-10-21T21:50:52.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572024-10-21T21:50:52.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
31582024-10-21T21:50:52.279Z
31592024-10-21T21:50:52.279Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31602024-10-21T21:50:53.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612024-10-21T21:50:53.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622024-10-21T21:50:53.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632024-10-21T21:50:53.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
31642024-10-21T21:50:53.248Z
31652024-10-21T21:50:53.248Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31662024-10-21T21:50:54.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-10-21T21:50:54.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-10-21T21:50:54.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692024-10-21T21:50:54.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31702024-10-21T21:50:54.182Z
31712024-10-21T21:50:54.183Zinfo: running `cargo check --bins` on update-common (145/166)
31722024-10-21T21:50:55.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732024-10-21T21:50:55.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742024-10-21T21:50:55.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752024-10-21T21:50:55.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
31762024-10-21T21:50:55.137Z
31772024-10-21T21:50:55.137Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31782024-10-21T21:50:55.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792024-10-21T21:50:55.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802024-10-21T21:50:55.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812024-10-21T21:50:55.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31822024-10-21T21:50:56.058Z
31832024-10-21T21:50:56.058Zinfo: running `cargo check --bins` on tufaceous (147/166)
31842024-10-21T21:50:56.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852024-10-21T21:50:56.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862024-10-21T21:50:56.998Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31872024-10-21T21:50:58.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
31882024-10-21T21:50:58.173Z
31892024-10-21T21:50:58.173Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31902024-10-21T21:50:59.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912024-10-21T21:50:59.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922024-10-21T21:50:59.324Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31932024-10-21T21:50:59.348Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31942024-10-21T21:50:59.348Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31952024-10-21T21:51:01.256Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31962024-10-21T21:51:04.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
31972024-10-21T21:51:04.482Z
31982024-10-21T21:51:04.482Zinfo: running `cargo check --bins` on openapi-manager (149/166)
31992024-10-21T21:51:05.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002024-10-21T21:51:05.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012024-10-21T21:51:05.466Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32022024-10-21T21:51:05.466Z Checking heck v0.4.1
32032024-10-21T21:51:05.490Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32042024-10-21T21:51:05.687Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32052024-10-21T21:51:07.408Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32062024-10-21T21:51:08.450Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32072024-10-21T21:51:09.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
32082024-10-21T21:51:09.878Z
32092024-10-21T21:51:09.878Zinfo: running `cargo check --bins` on installinator-api (150/166)
32102024-10-21T21:51:10.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112024-10-21T21:51:10.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122024-10-21T21:51:10.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132024-10-21T21:51:10.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
32142024-10-21T21:51:10.807Z
32152024-10-21T21:51:10.807Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32162024-10-21T21:51:11.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172024-10-21T21:51:11.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182024-10-21T21:51:11.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192024-10-21T21:51:11.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
32202024-10-21T21:51:11.732Z
32212024-10-21T21:51:11.732Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32222024-10-21T21:51:12.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232024-10-21T21:51:12.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242024-10-21T21:51:12.714Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32252024-10-21T21:51:14.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
32262024-10-21T21:51:14.312Z
32272024-10-21T21:51:14.312Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32282024-10-21T21:51:15.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292024-10-21T21:51:15.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302024-10-21T21:51:15.359Z Checking memmap2 v0.9.5
32312024-10-21T21:51:15.359Z Checking arrayvec v0.7.6
32322024-10-21T21:51:15.359Z Checking arrayref v0.3.9
32332024-10-21T21:51:15.359Z Checking constant_time_eq v0.3.1
32342024-10-21T21:51:15.384Z Checking spin v0.5.2
32352024-10-21T21:51:15.384Z Checking untrusted v0.7.1
32362024-10-21T21:51:15.408Z Checking topological-sort v0.2.2
32372024-10-21T21:51:15.408Z Checking shell-words v1.1.0
32382024-10-21T21:51:15.617Z Checking ring v0.16.20
32392024-10-21T21:51:15.767Z Checking blake3 v1.5.4
32402024-10-21T21:51:17.097Z Checking omicron-zone-package v0.11.1
32412024-10-21T21:51:18.540Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32422024-10-21T21:51:19.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
32432024-10-21T21:51:19.837Z
32442024-10-21T21:51:19.837Zinfo: running `cargo check --bins` on xtask (154/166)
32452024-10-21T21:51:20.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462024-10-21T21:51:20.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472024-10-21T21:51:20.521Z Checking bitflags v2.6.0
32482024-10-21T21:51:20.521Z Checking serde v1.0.210
32492024-10-21T21:51:20.521Z Checking thiserror v1.0.64
32502024-10-21T21:51:20.521Z Checking scroll v0.12.0
32512024-10-21T21:51:20.547Z Checking hashbrown v0.15.0
32522024-10-21T21:51:20.574Z Checking log v0.4.22
32532024-10-21T21:51:20.598Z Checking zerocopy v0.7.35
32542024-10-21T21:51:20.622Z Checking syn v2.0.79
32552024-10-21T21:51:20.659Z Checking pest v2.7.14
32562024-10-21T21:51:20.760Z Checking rustix v0.38.37
32572024-10-21T21:51:20.815Z Checking once_cell v1.20.2
32582024-10-21T21:51:20.956Z Checking goblin v0.8.2
32592024-10-21T21:51:21.095Z Checking fs-err v2.11.0
32602024-10-21T21:51:21.356Z Checking tabled v0.15.0
32612024-10-21T21:51:21.466Z Checking indexmap v2.6.0
32622024-10-21T21:51:21.721Z Checking anyhow v1.0.89
32632024-10-21T21:51:22.423Z Checking terminal_size v0.4.0
32642024-10-21T21:51:22.423Z Checking tempfile v3.13.0
32652024-10-21T21:51:22.572Z Checking clap_builder v4.5.20
32662024-10-21T21:51:22.770Z Checking dtrace-parser v0.2.0
32672024-10-21T21:51:24.541Z Checking serde_json v1.0.128
32682024-10-21T21:51:24.541Z Checking serde_spanned v0.6.8
32692024-10-21T21:51:24.541Z Checking toml_datetime v0.6.8
32702024-10-21T21:51:24.565Z Checking camino v1.1.9
32712024-10-21T21:51:24.565Z Checking cargo-platform v0.1.8
32722024-10-21T21:51:24.811Z Checking semver v1.0.23
32732024-10-21T21:51:24.835Z Checking macaddr v1.0.1
32742024-10-21T21:51:24.859Z Checking toml_edit v0.22.22
32752024-10-21T21:51:25.118Z Checking camino-tempfile v1.1.1
32762024-10-21T21:51:25.211Z Checking clap v4.5.20
32772024-10-21T21:51:25.848Z Checking dof v0.3.0
32782024-10-21T21:51:25.848Z Checking cargo_metadata v0.18.1
32792024-10-21T21:51:26.369Z Checking usdt-impl v0.5.0
32802024-10-21T21:51:26.845Z Checking usdt v0.5.0
32812024-10-21T21:51:27.067Z Checking toml v0.8.19
32822024-10-21T21:51:27.675Z Checking cargo_toml v0.20.5
32832024-10-21T21:51:29.281Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32842024-10-21T21:51:30.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.37s
32852024-10-21T21:51:30.337Z
32862024-10-21T21:51:30.337Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32872024-10-21T21:51:31.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882024-10-21T21:51:31.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892024-10-21T21:51:31.445Z Checking polyval v0.6.2
32902024-10-21T21:51:31.475Z Checking ctr v0.9.2
32912024-10-21T21:51:31.499Z Checking ssh-encoding v0.2.0
32922024-10-21T21:51:31.499Z Checking blowfish v0.9.1
32932024-10-21T21:51:31.527Z Checking password-hash v0.4.2
32942024-10-21T21:51:31.552Z Checking matches v0.1.10
32952024-10-21T21:51:31.576Z Checking p256 v0.13.2
32962024-10-21T21:51:31.576Z Checking p521 v0.13.3
32972024-10-21T21:51:31.657Z Checking idna v0.2.3
32982024-10-21T21:51:31.710Z Checking ghash v0.5.1
32992024-10-21T21:51:31.734Z Checking bcrypt-pbkdf v0.10.0
33002024-10-21T21:51:31.758Z Compiling enum-as-inner v0.5.1
33012024-10-21T21:51:31.796Z Checking russh-cryptovec v0.7.3
33022024-10-21T21:51:31.877Z Checking aes-gcm v0.10.3
33032024-10-21T21:51:31.927Z Checking pbkdf2 v0.11.0
33042024-10-21T21:51:32.001Z Checking md5 v0.7.0
33052024-10-21T21:51:32.038Z Checking num-bigint v0.4.6
33062024-10-21T21:51:32.038Z Checking des v0.8.1
33072024-10-21T21:51:32.104Z Checking ssh-cipher v0.2.0
33082024-10-21T21:51:32.195Z Compiling dhcproto-macros v0.1.0
33092024-10-21T21:51:32.277Z Checking hex-literal v0.4.1
33102024-10-21T21:51:32.324Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33112024-10-21T21:51:32.361Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33122024-10-21T21:51:32.384Z Checking ssh-key v0.6.6
33132024-10-21T21:51:32.410Z Checking internet-checksum v0.2.1
33142024-10-21T21:51:32.651Z Checking trust-dns-proto v0.22.0
33152024-10-21T21:51:33.826Z Checking russh-keys v0.45.0
33162024-10-21T21:51:35.002Z Checking russh v0.45.0
33172024-10-21T21:51:35.823Z Checking dhcproto v0.12.0
33182024-10-21T21:51:58.762Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33192024-10-21T21:52:00.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.13s
33202024-10-21T21:52:00.657Z
33212024-10-21T21:52:00.657Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33222024-10-21T21:52:01.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232024-10-21T21:52:01.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242024-10-21T21:52:01.638Z Checking termios v0.3.3
33252024-10-21T21:52:01.834Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33262024-10-21T21:52:02.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
33272024-10-21T21:52:03.066Z
33282024-10-21T21:52:03.066Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33292024-10-21T21:52:03.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-10-21T21:52:03.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-10-21T21:52:04.071Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33322024-10-21T21:52:06.518Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33332024-10-21T21:52:08.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
33342024-10-21T21:52:08.918Z
33352024-10-21T21:52:08.918Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33362024-10-21T21:52:09.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-10-21T21:52:09.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-10-21T21:52:09.762Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33392024-10-21T21:52:10.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
33402024-10-21T21:52:10.366Z
33412024-10-21T21:52:10.366Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33422024-10-21T21:52:11.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-10-21T21:52:11.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-10-21T21:52:11.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452024-10-21T21:52:11.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
33462024-10-21T21:52:11.246Z
33472024-10-21T21:52:11.246Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33482024-10-21T21:52:12.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492024-10-21T21:52:12.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502024-10-21T21:52:12.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512024-10-21T21:52:12.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
33522024-10-21T21:52:12.170Z
33532024-10-21T21:52:12.170Zinfo: running `cargo check --bins` on omicron-package (161/166)
33542024-10-21T21:52:12.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552024-10-21T21:52:13.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562024-10-21T21:52:13.110Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33572024-10-21T21:52:14.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
33582024-10-21T21:52:14.715Z
33592024-10-21T21:52:14.715Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33602024-10-21T21:52:15.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612024-10-21T21:52:15.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622024-10-21T21:52:15.681Z Checking rtoolbox v0.0.2
33632024-10-21T21:52:15.681Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33642024-10-21T21:52:15.681Z Checking tui-tree-widget v0.22.0
33652024-10-21T21:52:15.882Z Checking rpassword v7.3.1
33662024-10-21T21:52:20.989Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33672024-10-21T21:52:24.730Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33682024-10-21T21:52:26.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
33692024-10-21T21:52:26.377Z
33702024-10-21T21:52:26.378Zinfo: running `cargo check --bins` on wicket (163/166)
33712024-10-21T21:52:27.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722024-10-21T21:52:27.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732024-10-21T21:52:27.391Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33742024-10-21T21:52:27.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
33752024-10-21T21:52:27.951Z
33762024-10-21T21:52:27.952Zinfo: running `cargo check --bins` on wicketd (164/166)
33772024-10-21T21:52:28.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782024-10-21T21:52:28.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792024-10-21T21:52:28.960Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33802024-10-21T21:52:33.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
33812024-10-21T21:52:34.170Z
33822024-10-21T21:52:34.170Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33832024-10-21T21:52:34.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842024-10-21T21:52:34.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852024-10-21T21:52:34.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862024-10-21T21:52:34.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
33872024-10-21T21:52:35.053Z
33882024-10-21T21:52:35.053Zinfo: running `cargo check --bins` on zone-setup (166/166)
33892024-10-21T21:52:35.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902024-10-21T21:52:35.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912024-10-21T21:52:36.154Z Checking uzers v0.12.1
33922024-10-21T21:52:36.529Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33932024-10-21T21:52:37.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
33942024-10-21T21:52:38.080Z
33952024-10-21T21:52:38.080Zreal 14:19.635522733
33962024-10-21T21:52:38.080Zuser 24:35.599857148
33972024-10-21T21:52:38.080Zsys 5:36.836041684
33982024-10-21T21:52:38.080Ztrap 0.572777760
33992024-10-21T21:52:38.080Ztflt 1.687596651
34002024-10-21T21:52:38.080Zdflt 3.099284339
34012024-10-21T21:52:38.080Zkflt 0.001058778
34022024-10-21T21:52:38.080Zlock 47:17.340561526
34032024-10-21T21:52:38.080Zslp 2:09:26.820624576
34042024-10-21T21:52:38.080Zlat 1:00.725998466
34052024-10-21T21:52:38.080Zstop 2:51.090684508
34062024-10-21T21:52:38.104Zprocess exited: duration 1106563 ms, exit code 0
 
34072024-10-21T21:52:38.154Zfound 0 output files