01J3E8XXV2F8CR2P2Z3K7YVRWB: 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: 01J3E8Y6R13VBAMTWGG2WQ4GMF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-22T22:28:50.673Zjob assigned to worker 01J3E8YCKDK4S5KFPBQCSTJY30 (queued for 46 s)
 
22024-07-22T22:28:59.207Zstarting task 0: "setup"
32024-07-22T22:28:59.229Z++ uname -s
42024-07-22T22:28:59.233Z+ kern=SunOS
52024-07-22T22:28:59.233Z+ case "$kern" in
62024-07-22T22:28:59.233Z+ groupadd -g 12345 build
72024-07-22T22:28:59.233Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-22T22:29:01.254Z+ zfs create -o mountpoint=/work rpool/work
92024-07-22T22:29:01.339Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-22T22:29:01.342Z+ home_fs=zfs
112024-07-22T22:29:01.343Z+ [[ zfs == autofs ]]
122024-07-22T22:29:01.343Z+ mkdir -p /home/build
132024-07-22T22:29:01.346Z+ chown build:build /home/build /work
142024-07-22T22:29:03.345Z+ chmod 0700 /home/build /work
152024-07-22T22:29:03.348Zprocess exited: duration 4141 ms, exit code 0
 
162024-07-22T22:29:03.353Zstarting task 1: "rust-toolchain"
172024-07-22T22:29:03.359Z+ printf ' * toolchain channel = "%s"
182024-07-22T22:29:03.359Z' 1.78.0
192024-07-22T22:29:03.361Z+ printf ' * toolchain profile = "%s"
202024-07-22T22:29:03.361Z * toolchain channel = "1.78.0"
212024-07-22T22:29:03.362Z * toolchain profile = "default"
222024-07-22T22:29:03.362Z' default
232024-07-22T22:29:03.362Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-22T22:29:03.362Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-22T22:29:03.474Zinfo: downloading installer
262024-07-22T22:29:04.634Zinfo: profile set to 'default'
272024-07-22T22:29:04.634Zinfo: default host triple is x86_64-unknown-illumos
282024-07-22T22:29:04.634Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-22T22:29:04.760Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-22T22:29:04.760Zinfo: downloading component 'cargo'
312024-07-22T22:29:05.442Zinfo: downloading component 'clippy'
322024-07-22T22:29:05.670Zinfo: downloading component 'rust-docs'
332024-07-22T22:29:06.572Zinfo: downloading component 'rust-std'
342024-07-22T22:29:08.015Zinfo: downloading component 'rustc'
352024-07-22T22:29:11.622Zinfo: downloading component 'rustfmt'
362024-07-22T22:29:11.815Zinfo: installing component 'cargo'
372024-07-22T22:29:12.679Zinfo: installing component 'clippy'
382024-07-22T22:29:13.051Zinfo: installing component 'rust-docs'
392024-07-22T22:29:14.572Zinfo: installing component 'rust-std'
402024-07-22T22:29:16.329Zinfo: installing component 'rustc'
412024-07-22T22:29:20.592Zinfo: installing component 'rustfmt'
422024-07-22T22:29:20.927Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-22T22:29:20.927Z
442024-07-22T22:29:21.189Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-22T22:29:21.189Z
462024-07-22T22:29:21.192Z
472024-07-22T22:29:21.192ZRust is installed now. Great!
482024-07-22T22:29:21.192Z
492024-07-22T22:29:21.192ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-22T22:29:21.192Zenvironment variable. This has not been done automatically.
512024-07-22T22:29:21.192Z
522024-07-22T22:29:21.192ZTo configure your current shell, you need to source
532024-07-22T22:29:21.192Zthe corresponding env file under $HOME/.cargo.
542024-07-22T22:29:21.192Z
552024-07-22T22:29:21.192ZThis is usually done by running one of the following (note the leading DOT):
562024-07-22T22:29:21.192Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-22T22:29:21.192Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-22T22:29:21.251Z+ rustc --version
592024-07-22T22:29:21.311Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-22T22:29:21.314Zprocess exited: duration 17959 ms, exit code 0
 
612024-07-22T22:29:21.320Zstarting task 2: "authentication"
622024-07-22T22:29:21.339Zprocess exited: duration 19 ms, exit code 0
 
632024-07-22T22:29:21.345Zstarting task 3: "clone repository"
642024-07-22T22:29:21.350Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-22T22:29:21.352Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-22T22:29:21.451ZCloning into '/work/oxidecomputer/omicron'...
672024-07-22T22:29:27.849Z+ cd /work/oxidecomputer/omicron
682024-07-22T22:29:27.849Z+ git fetch origin 84825ad7e7386857982475e8a54a9ce3a5f29219
692024-07-22T22:29:28.102ZFrom https://github.com/oxidecomputer/omicron
702024-07-22T22:29:28.102Z * branch 84825ad7e7386857982475e8a54a9ce3a5f29219 -> FETCH_HEAD
712024-07-22T22:29:28.112Z+ [[ -n disk-cleanup ]]
722024-07-22T22:29:28.114Z++ git branch --show-current
732024-07-22T22:29:28.117Z+ current=main
742024-07-22T22:29:28.117Z+ [[ main != disk-cleanup ]]
752024-07-22T22:29:28.117Z+ git branch -f disk-cleanup 84825ad7e7386857982475e8a54a9ce3a5f29219
762024-07-22T22:29:28.120Z+ git checkout -f disk-cleanup
772024-07-22T22:29:28.259ZSwitched to branch 'disk-cleanup'
782024-07-22T22:29:28.262Z+ git reset --hard 84825ad7e7386857982475e8a54a9ce3a5f29219
792024-07-22T22:29:28.276ZHEAD is now at 84825ad7e review feedback
802024-07-22T22:29:28.279Zprocess exited: duration 6932 ms, exit code 0
 
812024-07-22T22:29:28.284Zstarting task 4: "build"
822024-07-22T22:29:28.289Z+ cargo --version
832024-07-22T22:29:28.343Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-22T22:29:28.345Z+ rustc --version
852024-07-22T22:29:28.400Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-22T22:29:28.403Z+ source ./env.sh
872024-07-22T22:29:28.403Z++ OLD_SHELL_OPTS=ehxB
882024-07-22T22:29:28.403Z++ set -o xtrace
892024-07-22T22:29:28.406Z++++ dirname ./env.sh
902024-07-22T22:29:28.415Z+++ readlink -f .
912024-07-22T22:29:28.418Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-07-22T22:29:28.421Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-07-22T22:29:28.421Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-07-22T22:29:28.421Z++ 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
952024-07-22T22:29:28.421Z++ 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
962024-07-22T22:29:28.421Z++ 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
972024-07-22T22:29:28.421Z++ 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
982024-07-22T22:29:28.421Z++ 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
992024-07-22T22:29:28.421Z++ 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
1002024-07-22T22:29:28.421Z++ case $OLD_SHELL_OPTS in
1012024-07-22T22:29:28.421Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-07-22T22:29:28.421Z+ 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
1032024-07-22T22:29:28.421Z+ 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
1042024-07-22T22:29:28.421Z+ banner prerequisites
1052024-07-22T22:29:28.421Z
1062024-07-22T22:29:28.421Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-07-22T22:29:28.421Z # # # # # # # # # # # # # # #
1082024-07-22T22:29:28.421Z # # # # ##### # # ##### # # # # # #### #
1092024-07-22T22:29:28.421Z ##### ##### # ##### # # # # # # # # #
1102024-07-22T22:29:28.421Z # # # # # # # # # # # # # # #
1112024-07-22T22:29:28.422Z # # # ###### # # ###### ### # #### # #### #
1122024-07-22T22:29:28.422Z
1132024-07-22T22:29:28.422Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-07-22T22:29:33.894Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-07-22T22:29:35.891Z Startup: Caching catalogs ... Done
1162024-07-22T22:29:39.149ZPlanning: Solver setup ... Done (2.756s)
1172024-07-22T22:29:39.204ZPlanning: Running solver ... Done (0.055s)
1182024-07-22T22:29:39.252ZPlanning: Finding local manifests ... Done (0.003s)
1192024-07-22T22:29:39.267ZPlanning: Fetching manifests: 0/4 0% complete
1202024-07-22T22:29:39.967ZPlanning: Fetching manifests: 4/4 100% complete
1212024-07-22T22:29:40.016ZPlanning: Package planning ... Done (0.049s)
1222024-07-22T22:29:40.068ZPlanning: Merging actions ... Done (0.052s)
1232024-07-22T22:29:40.416ZPlanning: Checking for conflicting actions ... Done (0.348s)
1242024-07-22T22:29:40.427ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-07-22T22:29:41.764ZPlanning: Evaluating mediators ... Done (1.337s)
1262024-07-22T22:29:41.774ZPlanning: Planning completed in 5.82 seconds
1272024-07-22T22:29:41.790Z Packages to install: 4
1282024-07-22T22:29:41.790Z Mediators to change: 2
1292024-07-22T22:29:41.792Z Services to change: 1
1302024-07-22T22:29:41.793Z Estimated space available: 155.77 GB
1312024-07-22T22:29:41.793ZEstimated space to be consumed: 1.47 GB
1322024-07-22T22:29:41.793Z Create boot environment: No
1332024-07-22T22:29:41.793ZCreate backup boot environment: No
1342024-07-22T22:29:41.793Z Rebuild boot archive: No
1352024-07-22T22:29:41.793Z
1362024-07-22T22:29:41.793ZChanged mediators:
1372024-07-22T22:29:41.793Z mediator clang:
1382024-07-22T22:29:41.793Z version: None -> 15 (system default)
1392024-07-22T22:29:41.793Z
1402024-07-22T22:29:41.793Z mediator llvm:
1412024-07-22T22:29:41.793Z version: 14 (system default) -> 15 (system default)
1422024-07-22T22:29:41.793Z
1432024-07-22T22:29:41.793ZChanged packages:
1442024-07-22T22:29:41.793Zhelios-dev
1452024-07-22T22:29:41.793Z developer/build-essential
1462024-07-22T22:29:41.793Z None -> 11-2.0
1472024-07-22T22:29:41.793Z library/libxmlsec1
1482024-07-22T22:29:41.793Z None -> 1.2.35-2.0
1492024-07-22T22:29:41.793Z ooce/developer/clang-15
1502024-07-22T22:29:41.793Z None -> 15.0.7-2.0
1512024-07-22T22:29:41.793Z ooce/developer/llvm-15
1522024-07-22T22:29:41.793Z None -> 15.0.7-2.0
1532024-07-22T22:29:41.793Z
1542024-07-22T22:29:41.793ZServices:
1552024-07-22T22:29:41.793Z restart_fmri:
1562024-07-22T22:29:41.793Z svc:/system/update-man-index:default
1572024-07-22T22:29:41.862Z
1582024-07-22T22:29:41.862ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-07-22T22:29:46.867ZDownload: 1078/3290 items 19.7/212.6MB 9% complete (4.0M/s)
1602024-07-22T22:29:51.869ZDownload: 1940/3290 items 118.7/212.6MB 55% complete (12.0M/s)
1612024-07-22T22:29:56.869ZDownload: 3132/3290 items 139.9/212.6MB 65% complete (11.9M/s)
1622024-07-22T22:29:59.498ZDownload: Completed 212.60 MB in 17.63 seconds (12.1M/s)
1632024-07-22T22:29:59.790Z Actions: 1/3689 actions (Installing new actions)
1642024-07-22T22:30:04.310Z Actions: Completed 3689 actions in 4.52 seconds.
1652024-07-22T22:30:04.561Z Done (0.245s)
1662024-07-22T22:30:04.561Z Done (0.000s)
1672024-07-22T22:30:04.904Z Done (0.343s)
1682024-07-22T22:30:09.552Z Done (4.486s)
1692024-07-22T22:30:09.648Z Done (0.028s)
1702024-07-22T22:30:09.651Z Done (0.000s)
1712024-07-22T22:30:09.810Z Done (0.000s)
1722024-07-22T22:30:10.370ZPlanning: Evaluating mediator changes ... Done
1732024-07-22T22:30:10.530ZPlanning: Checking for conflicting actions ... Done
1742024-07-22T22:30:10.532ZPlanning: Consolidating action changes ... Done
1752024-07-22T22:30:10.795ZPlanning: Evaluating mediators ... Done
1762024-07-22T22:30:10.799ZPlanning: Planning completed in 0.43 seconds
1772024-07-22T22:30:10.831Z Mediators to change: 2
1782024-07-22T22:30:10.831Z Create boot environment: No
1792024-07-22T22:30:10.831ZCreate backup boot environment: No
1802024-07-22T22:30:10.915Z Done
1812024-07-22T22:30:10.915Z Done
1822024-07-22T22:30:11.127Z Done
1832024-07-22T22:30:14.669Z Done
1842024-07-22T22:30:14.751Z Done
1852024-07-22T22:30:14.754Z Done
1862024-07-22T22:30:14.878Z Done
1872024-07-22T22:30:15.475ZPlanning: Evaluating mediator changes ... Done
1882024-07-22T22:30:15.477ZPlanning: Merging actions ... Done
1892024-07-22T22:30:15.662ZPlanning: Checking for conflicting actions ... Done
1902024-07-22T22:30:15.666ZPlanning: Consolidating action changes ... Done
1912024-07-22T22:30:15.921ZPlanning: Evaluating mediators ... Done
1922024-07-22T22:30:15.975ZPlanning: Planning completed in 0.74 seconds
1932024-07-22T22:30:16.010Z Packages to change: 1
1942024-07-22T22:30:16.010Z Mediators to change: 1
1952024-07-22T22:30:16.010Z Services to change: 1
1962024-07-22T22:30:16.010Z Create boot environment: No
1972024-07-22T22:30:16.012ZCreate backup boot environment: Yes
1982024-07-22T22:30:17.683Z Actions: 1/6 actions (Updating modified actions)
1992024-07-22T22:30:17.685Z Actions: Completed 6 actions in 0.00 seconds.
2002024-07-22T22:30:17.685Z Done
2012024-07-22T22:30:17.685Z Done
2022024-07-22T22:30:17.756Z Done
2032024-07-22T22:30:21.226Z Done
2042024-07-22T22:30:21.314Z Done
2052024-07-22T22:30:21.314Z Done
2062024-07-22T22:30:21.442Z Done
2072024-07-22T22:30:21.843ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082024-07-22T22:30:21.843Zclang system 15 system
2092024-07-22T22:30:21.843Zcsh system system illumos
2102024-07-22T22:30:21.843Zctags system system illumos
2112024-07-22T22:30:21.843Zgcc vendor 12 vendor
2122024-07-22T22:30:21.843Zgcc system 10 system
2132024-07-22T22:30:21.843Zgcc system 7 system
2142024-07-22T22:30:21.843Zgo system 1.20 system
2152024-07-22T22:30:21.843Zgo system 1.19 system
2162024-07-22T22:30:21.843Zllvm system 15 system
2172024-07-22T22:30:21.843Zllvm system 14 system
2182024-07-22T22:30:21.843Zmariadb system 10.6 system
2192024-07-22T22:30:21.843Zmta vendor vendor dma
2202024-07-22T22:30:21.843Zopenjdk system 17 system
2212024-07-22T22:30:21.843Zopenjdk system 11 system
2222024-07-22T22:30:21.843Zopenjdk system 1.8 system
2232024-07-22T22:30:21.843Zopenssl vendor 3 vendor
2242024-07-22T22:30:21.843Zperl system 5.36 system
2252024-07-22T22:30:21.843Zpostgresql system 15 system
2262024-07-22T22:30:21.843Zpostgresql system 13 system
2272024-07-22T22:30:21.843Zpython vendor 3 vendor
2282024-07-22T22:30:21.843Zpython system 2 system
2292024-07-22T22:30:21.843Zpython3 system 3.11 system
2302024-07-22T22:30:21.843Zruby system 3.0 system
2312024-07-22T22:30:21.843Zwords vendor vendor american-english
2322024-07-22T22:30:21.843Zwords system system australian-english
2332024-07-22T22:30:21.843Zwords system system british-english
2342024-07-22T22:30:21.843Zwords system system canadian-english
2352024-07-22T22:30:21.843Zwords system system french
2362024-07-22T22:30:21.843Zwords system system italian
2372024-07-22T22:30:21.843Zwords system system ngerman
2382024-07-22T22:30:21.843Zwords system system ogerman
2392024-07-22T22:30:21.843Zwords system system spanish
2402024-07-22T22:30:22.172ZPUBLISHER TYPE STATUS P LOCATION
2412024-07-22T22:30:22.172Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422024-07-22T22:30:23.758ZFMRI IFO
2432024-07-22T22:30:23.758Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442024-07-22T22:30:23.758Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452024-07-22T22:30:23.758Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462024-07-22T22:30:23.758Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472024-07-22T22:30:23.758Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482024-07-22T22:30:23.758Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492024-07-22T22:30:23.758Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2502024-07-22T22:30:23.758Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512024-07-22T22:30:23.758Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2522024-07-22T22:30:23.758Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532024-07-22T22:30:23.758Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-07-22T22:30:23.758Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2552024-07-22T22:30:24.277Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2562024-07-22T22:30:24.687Z Updating git repository `https://github.com/oxidecomputer/zone`
2572024-07-22T22:30:25.040Z Updating crates.io index
2582024-07-22T22:30:25.122Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2592024-07-22T22:30:25.944Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2602024-07-22T22:30:26.764Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2612024-07-22T22:30:27.135Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2622024-07-22T22:30:29.049Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632024-07-22T22:30:29.406Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642024-07-22T22:30:29.751Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652024-07-22T22:30:30.830Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662024-07-22T22:30:32.657Z Updating git repository `https://github.com/oxidecomputer/opte`
2672024-07-22T22:30:33.750Z Updating git repository `https://github.com/oxidecomputer/falcon`
2682024-07-22T22:30:34.482Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692024-07-22T22:30:35.105Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702024-07-22T22:30:35.477Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2712024-07-22T22:30:35.867Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2722024-07-22T22:30:36.593Z Updating git repository `https://github.com/oxidecomputer/tofino`
2732024-07-22T22:30:37.094Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2742024-07-22T22:30:37.463Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2752024-07-22T22:30:37.798Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2762024-07-22T22:30:38.224Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772024-07-22T22:30:38.638Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782024-07-22T22:30:39.019Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2792024-07-22T22:30:39.473Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802024-07-22T22:30:40.018Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812024-07-22T22:30:40.475Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822024-07-22T22:30:40.946Z Updating git repository `https://github.com/oxidecomputer/typify`
2832024-07-22T22:30:43.132Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842024-07-22T22:30:43.533Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852024-07-22T22:30:43.792Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862024-07-22T22:30:44.197Z Updating git repository `https://github.com/oxidecomputer/rfb`
2872024-07-22T22:30:45.352Z Downloading crates ...
2882024-07-22T22:30:45.424Z Downloaded adler v1.0.2
2892024-07-22T22:30:45.432Z Downloaded autocfg v1.3.0
2902024-07-22T22:30:45.436Z Downloaded bitflags v2.5.0
2912024-07-22T22:30:45.442Z Downloaded bytes v1.6.0
2922024-07-22T22:30:45.446Z Downloaded num_threads v0.1.7
2932024-07-22T22:30:45.449Z Downloaded foreign-types v0.3.2
2942024-07-22T22:30:45.455Z Downloaded is-terminal v0.4.12
2952024-07-22T22:30:45.458Z Downloaded num-conv v0.1.0
2962024-07-22T22:30:45.463Z Downloaded slog-async v2.8.0
2972024-07-22T22:30:45.466Z Downloaded serde_spanned v0.6.6
2982024-07-22T22:30:45.468Z Downloaded openssl-macros v0.1.1
2992024-07-22T22:30:45.468Z Downloaded byteorder v1.5.0
3002024-07-22T22:30:45.471Z Downloaded block-buffer v0.10.4
3012024-07-22T22:30:45.471Z Downloaded anstyle-query v1.0.3
3022024-07-22T22:30:45.474Z Downloaded sync_wrapper v0.1.2
3032024-07-22T22:30:45.474Z Downloaded anstyle-parse v0.2.4
3042024-07-22T22:30:45.476Z Downloaded http-body v0.4.6
3052024-07-22T22:30:45.479Z Downloaded pretty-hex v0.4.1
3062024-07-22T22:30:45.479Z Downloaded tower-service v0.3.2
3072024-07-22T22:30:45.479Z Downloaded scroll_derive v0.12.0
3082024-07-22T22:30:45.482Z Downloaded bytecount v0.6.8
3092024-07-22T22:30:45.482Z Downloaded want v0.3.1
3102024-07-22T22:30:45.484Z Downloaded usdt-macro v0.5.0
3112024-07-22T22:30:45.485Z Downloaded mime v0.3.17
3122024-07-22T22:30:45.487Z Downloaded usdt-attr-macro v0.5.0
3132024-07-22T22:30:45.487Z Downloaded httpdate v1.0.3
3142024-07-22T22:30:45.487Z Downloaded hostname v0.3.1
3152024-07-22T22:30:45.490Z Downloaded heck v0.4.1
3162024-07-22T22:30:45.490Z Downloaded futures-task v0.3.30
3172024-07-22T22:30:45.493Z Downloaded futures-sink v0.3.30
3182024-07-22T22:30:45.493Z Downloaded macaddr v1.0.1
3192024-07-22T22:30:45.495Z Downloaded generic-array v0.14.7
3202024-07-22T22:30:45.495Z Downloaded semver v1.0.23
3212024-07-22T22:30:45.498Z Downloaded rustls-pemfile v1.0.4
3222024-07-22T22:30:45.501Z Downloaded scopeguard v1.2.0
3232024-07-22T22:30:45.501Z Downloaded tinyvec_macros v0.1.1
3242024-07-22T22:30:45.504Z Downloaded futures-io v0.3.30
3252024-07-22T22:30:45.504Z Downloaded try-lock v0.2.5
3262024-07-22T22:30:45.504Z Downloaded equivalent v1.0.1
3272024-07-22T22:30:45.504Z Downloaded take_mut v0.2.2
3282024-07-22T22:30:45.507Z Downloaded strum v0.26.3
3292024-07-22T22:30:45.507Z Downloaded deranged v0.3.11
3302024-07-22T22:30:45.507Z Downloaded proc-macro-error-attr v1.0.4
3312024-07-22T22:30:45.510Z Downloaded proc-macro-error v1.0.4
3322024-07-22T22:30:45.512Z Downloaded percent-encoding v2.3.1
3332024-07-22T22:30:45.512Z Downloaded time-core v0.1.2
3342024-07-22T22:30:45.515Z Downloaded lock_api v0.4.12
3352024-07-22T22:30:45.515Z Downloaded hyper-tls v0.5.0
3362024-07-22T22:30:45.517Z Downloaded crc32fast v1.4.0
3372024-07-22T22:30:45.517Z Downloaded anstream v0.6.14
3382024-07-22T22:30:45.520Z Downloaded signal-hook-registry v1.4.2
3392024-07-22T22:30:45.522Z Downloaded xattr v1.3.1
3402024-07-22T22:30:45.522Z Downloaded is_terminal_polyfill v1.70.0
3412024-07-22T22:30:45.525Z Downloaded foreign-types-shared v0.1.1
3422024-07-22T22:30:45.525Z Downloaded slog-json v2.6.1
3432024-07-22T22:30:45.527Z Downloaded rustversion v1.0.17
3442024-07-22T22:30:45.530Z Downloaded filetime v0.2.23
3452024-07-22T22:30:45.530Z Downloaded match_cfg v0.1.0
3462024-07-22T22:30:45.530Z Downloaded serde_tokenstream v0.2.1
3472024-07-22T22:30:45.533Z Downloaded scroll v0.12.0
3482024-07-22T22:30:45.535Z Downloaded camino v1.1.7
3492024-07-22T22:30:45.538Z Downloaded plain v0.2.3
3502024-07-22T22:30:45.538Z Downloaded slog v2.7.0
3512024-07-22T22:30:45.541Z Downloaded serde_urlencoded v0.7.1
3522024-07-22T22:30:45.544Z Downloaded dtrace-parser v0.2.0
3532024-07-22T22:30:45.544Z Downloaded terminal_size v0.3.0
3542024-07-22T22:30:45.544Z Downloaded tokio-native-tls v0.3.1
3552024-07-22T22:30:45.547Z Downloaded memmap v0.7.0
3562024-07-22T22:30:45.549Z Downloaded tokio-macros v2.3.0
3572024-07-22T22:30:45.550Z Downloaded dirs-sys-next v0.1.2
3582024-07-22T22:30:45.550Z Downloaded digest v0.10.7
3592024-07-22T22:30:45.552Z Downloaded crypto-common v0.1.6
3602024-07-22T22:30:45.552Z Downloaded thread_local v1.1.8
3612024-07-22T22:30:45.555Z Downloaded crossbeam-utils v0.8.19
3622024-07-22T22:30:45.557Z Downloaded pkg-config v0.3.30
3632024-07-22T22:30:45.557Z Downloaded thread-id v4.2.1
3642024-07-22T22:30:45.560Z Downloaded futures-macro v0.3.30
3652024-07-22T22:30:45.560Z Downloaded futures v0.3.30
3662024-07-22T22:30:45.563Z Downloaded fnv v1.0.7
3672024-07-22T22:30:45.566Z Downloaded powerfmt v0.2.0
3682024-07-22T22:30:45.566Z Downloaded version_check v0.9.4
3692024-07-22T22:30:45.568Z Downloaded num_cpus v1.16.0
3702024-07-22T22:30:45.571Z Downloaded heck v0.5.0
3712024-07-22T22:30:45.571Z Downloaded sha2 v0.10.8
3722024-07-22T22:30:45.573Z Downloaded quote v1.0.36
3732024-07-22T22:30:45.576Z Downloaded time-macros v0.2.18
3742024-07-22T22:30:45.579Z Downloaded pest_meta v2.7.10
3752024-07-22T22:30:45.581Z Downloaded pest_generator v2.7.10
3762024-07-22T22:30:45.581Z Downloaded thiserror-impl v1.0.62
3772024-07-22T22:30:45.584Z Downloaded smallvec v1.13.2
3782024-07-22T22:30:45.584Z Downloaded parking_lot v0.12.2
3792024-07-22T22:30:45.586Z Downloaded pin-utils v0.1.0
3802024-07-22T22:30:45.589Z Downloaded zerocopy-derive v0.7.34
3812024-07-22T22:30:45.591Z Downloaded strum_macros v0.26.4
3822024-07-22T22:30:45.593Z Downloaded slog-term v2.9.1
3832024-07-22T22:30:45.596Z Downloaded clap v4.5.9
3842024-07-22T22:30:45.603Z Downloaded proc-macro2 v1.0.86
3852024-07-22T22:30:45.606Z Downloaded ryu v1.0.18
3862024-07-22T22:30:45.608Z Downloaded typenum v1.17.0
3872024-07-22T22:30:45.611Z Downloaded tinyvec v1.6.0
3882024-07-22T22:30:45.614Z Downloaded parking_lot_core v0.9.10
3892024-07-22T22:30:45.616Z Downloaded tar v0.4.41
3902024-07-22T22:30:45.619Z Downloaded unicode-ident v1.0.12
3912024-07-22T22:30:45.621Z Downloaded log v0.4.21
3922024-07-22T22:30:45.624Z Downloaded miniz_oxide v0.7.2
3932024-07-22T22:30:45.624Z Downloaded term v0.7.0
3942024-07-22T22:30:45.626Z Downloaded ucd-trie v0.1.6
3952024-07-22T22:30:45.629Z Downloaded unicode-bidi v0.3.15
3962024-07-22T22:30:45.631Z Downloaded futures-channel v0.3.30
3972024-07-22T22:30:45.634Z Downloaded cc v1.0.97
3982024-07-22T22:30:45.636Z Downloaded toml v0.8.15
3992024-07-22T22:30:45.639Z Downloaded socket2 v0.5.7
4002024-07-22T22:30:45.641Z Downloaded memchr v2.7.2
4012024-07-22T22:30:45.644Z Downloaded flate2 v1.0.30
4022024-07-22T22:30:45.648Z Downloaded papergrid v0.11.0
4032024-07-22T22:30:45.653Z Downloaded indexmap v2.2.6
4042024-07-22T22:30:45.656Z Downloaded tracing-core v0.1.32
4052024-07-22T22:30:45.659Z Downloaded serde v1.0.204
4062024-07-22T22:30:45.662Z Downloaded tracing v0.1.40
4072024-07-22T22:30:45.665Z Downloaded mio v0.8.11
4082024-07-22T22:30:45.670Z Downloaded http v0.2.12
4092024-07-22T22:30:45.674Z Downloaded url v2.5.2
4102024-07-22T22:30:45.677Z Downloaded crossbeam-channel v0.5.12
4112024-07-22T22:30:45.681Z Downloaded base64 v0.21.7
4122024-07-22T22:30:45.684Z Downloaded openssl-sys v0.9.103
4132024-07-22T22:30:45.689Z Downloaded once_cell v1.19.0
4142024-07-22T22:30:45.691Z Downloaded native-tls v0.2.11
4152024-07-22T22:30:45.694Z Downloaded httparse v1.8.0
4162024-07-22T22:30:45.696Z Downloaded unicode-normalization v0.1.23
4172024-07-22T22:30:45.699Z Downloaded toml_edit v0.22.16
4182024-07-22T22:30:45.718Z Downloaded hashbrown v0.14.5
4192024-07-22T22:30:45.722Z Downloaded tokio-util v0.7.11
4202024-07-22T22:30:45.728Z Downloaded time v0.3.36
4212024-07-22T22:30:45.734Z Downloaded reqwest v0.11.27
4222024-07-22T22:30:45.741Z Downloaded goblin v0.8.2
4232024-07-22T22:30:45.747Z Downloaded zerocopy v0.7.34
4242024-07-22T22:30:45.761Z Downloaded winnow v0.6.8
4252024-07-22T22:30:45.769Z Downloaded tabled v0.15.0
4262024-07-22T22:30:45.783Z Downloaded vcpkg v0.2.15
4272024-07-22T22:30:45.818Z Downloaded syn v2.0.72
4282024-07-22T22:30:45.828Z Downloaded rustix v0.38.34
4292024-07-22T22:30:45.848Z Downloaded syn v1.0.109
4302024-07-22T22:30:45.857Z Downloaded unicode-width v0.1.13
4312024-07-22T22:30:45.864Z Downloaded openssl v0.10.66
4322024-07-22T22:30:45.872Z Downloaded tokio v1.38.1
4332024-07-22T22:30:45.905Z Downloaded libc v0.2.155
4342024-07-22T22:30:45.929Z Downloaded idna v0.5.0
4352024-07-22T22:30:45.935Z Downloaded serde_json v1.0.120
4362024-07-22T22:30:45.941Z Downloaded encoding_rs v0.8.34
4372024-07-22T22:30:45.959Z Downloaded hyper v0.14.28
4382024-07-22T22:30:45.966Z Downloaded clap_builder v4.5.9
4392024-07-22T22:30:45.972Z Downloaded pest v2.7.10
4402024-07-22T22:30:45.976Z Downloaded h2 v0.3.26
4412024-07-22T22:30:45.982Z Downloaded futures-util v0.3.30
4422024-07-22T22:30:45.991Z Downloaded fs-err v2.11.0
4432024-07-22T22:30:45.994Z Downloaded cpufeatures v0.2.12
4442024-07-22T22:30:45.994Z Downloaded ipnet v2.9.0
4452024-07-22T22:30:45.997Z Downloaded cargo_toml v0.20.4
4462024-07-22T22:30:45.997Z Downloaded utf8parse v0.2.1
4472024-07-22T22:30:46.000Z Downloaded usdt-impl v0.5.0
4482024-07-22T22:30:46.000Z Downloaded usdt v0.5.0
4492024-07-22T22:30:46.000Z Downloaded toml_datetime v0.6.6
4502024-07-22T22:30:46.002Z Downloaded thiserror v1.0.62
4512024-07-22T22:30:46.006Z Downloaded openssl-probe v0.1.5
4522024-07-22T22:30:46.006Z Downloaded futures-executor v0.3.30
4532024-07-22T22:30:46.009Z Downloaded clap_lex v0.7.0
4542024-07-22T22:30:46.009Z Downloaded cfg-if v1.0.0
4552024-07-22T22:30:46.009Z Downloaded anyhow v1.0.86
4562024-07-22T22:30:46.011Z Downloaded swrite v0.1.0
4572024-07-22T22:30:46.011Z Downloaded slog-bunyan v2.5.0
4582024-07-22T22:30:46.014Z Downloaded cargo-platform v0.1.8
4592024-07-22T22:30:46.014Z Downloaded serde_derive v1.0.204
4602024-07-22T22:30:46.017Z Downloaded pin-project-lite v0.2.14
4612024-07-22T22:30:46.019Z Downloaded pest_derive v2.7.10
4622024-07-22T22:30:46.022Z Downloaded tabled_derive v0.7.0
4632024-07-22T22:30:46.022Z Downloaded strsim v0.11.1
4642024-07-22T22:30:46.024Z Downloaded slab v0.4.9
4652024-07-22T22:30:46.024Z Downloaded clap_derive v4.5.8
4662024-07-22T22:30:46.028Z Downloaded form_urlencoded v1.2.1
4672024-07-22T22:30:46.028Z Downloaded errno v0.3.9
4682024-07-22T22:30:46.028Z Downloaded colorchoice v1.0.1
4692024-07-22T22:30:46.031Z Downloaded anstyle v1.0.7
4702024-07-22T22:30:46.031Z Downloaded dof v0.3.0
4712024-07-22T22:30:46.031Z Downloaded dirs-next v2.0.0
4722024-07-22T22:30:46.034Z Downloaded cargo_metadata v0.18.1
4732024-07-22T22:30:46.034Z Downloaded itoa v1.0.11
4742024-07-22T22:30:46.034Z Downloaded futures-core v0.3.30
4752024-07-22T22:30:46.322Z Compiling proc-macro2 v1.0.86
4762024-07-22T22:30:46.322Z Compiling unicode-ident v1.0.12
4772024-07-22T22:30:46.322Z Compiling libc v0.2.155
4782024-07-22T22:30:46.322Z Compiling version_check v0.9.4
4792024-07-22T22:30:46.325Z Compiling cfg-if v1.0.0
4802024-07-22T22:30:46.325Z Compiling itoa v1.0.11
4812024-07-22T22:30:46.364Z Compiling once_cell v1.19.0
4822024-07-22T22:30:46.364Z Compiling autocfg v1.3.0
4832024-07-22T22:30:46.587Z Compiling serde v1.0.204
4842024-07-22T22:30:46.611Z Compiling memchr v2.7.2
4852024-07-22T22:30:46.633Z Compiling thiserror v1.0.62
4862024-07-22T22:30:46.836Z Compiling ryu v1.0.18
4872024-07-22T22:30:47.198Z Compiling pin-project-lite v0.2.14
4882024-07-22T22:30:47.243Z Compiling bitflags v2.5.0
4892024-07-22T22:30:47.313Z Compiling cc v1.0.97
4902024-07-22T22:30:47.337Z Compiling pkg-config v0.3.30
4912024-07-22T22:30:47.358Z Compiling vcpkg v0.2.15
4922024-07-22T22:30:47.380Z Compiling lock_api v0.4.12
4932024-07-22T22:30:47.709Z Compiling parking_lot_core v0.9.10
4942024-07-22T22:30:47.733Z Compiling ucd-trie v0.1.6
4952024-07-22T22:30:48.146Z Compiling quote v1.0.36
4962024-07-22T22:30:48.440Z Compiling slab v0.4.9
4972024-07-22T22:30:48.548Z Compiling syn v2.0.72
4982024-07-22T22:30:48.717Z Compiling futures-core v0.3.30
4992024-07-22T22:30:48.830Z Compiling futures-sink v0.3.30
5002024-07-22T22:30:48.954Z Compiling scopeguard v1.2.0
5012024-07-22T22:30:48.979Z Compiling smallvec v1.13.2
5022024-07-22T22:30:49.002Z Compiling bytes v1.6.0
5032024-07-22T22:30:49.245Z Compiling serde_json v1.0.120
5042024-07-22T22:30:49.484Z Compiling equivalent v1.0.1
5052024-07-22T22:30:49.537Z Compiling hashbrown v0.14.5
5062024-07-22T22:30:49.562Z Compiling fnv v1.0.7
5072024-07-22T22:30:49.596Z Compiling log v0.4.21
5082024-07-22T22:30:49.621Z Compiling byteorder v1.5.0
5092024-07-22T22:30:49.994Z Compiling parking_lot v0.12.2
5102024-07-22T22:30:50.019Z Compiling futures-channel v0.3.30
5112024-07-22T22:30:50.040Z Compiling socket2 v0.5.7
5122024-07-22T22:30:50.063Z Compiling num_cpus v1.16.0
5132024-07-22T22:30:50.194Z Compiling mio v0.8.11
5142024-07-22T22:30:50.249Z Compiling signal-hook-registry v1.4.2
5152024-07-22T22:30:50.442Z Compiling typenum v1.17.0
5162024-07-22T22:30:50.879Z Compiling openssl-sys v0.9.103
5172024-07-22T22:30:50.903Z Compiling indexmap v2.2.6
5182024-07-22T22:30:51.092Z Compiling futures-task v0.3.30
5192024-07-22T22:30:51.340Z Compiling futures-io v0.3.30
5202024-07-22T22:30:51.426Z Compiling rustix v0.38.34
5212024-07-22T22:30:51.509Z Compiling pin-utils v0.1.0
5222024-07-22T22:30:51.638Z Compiling errno v0.3.9
5232024-07-22T22:30:51.673Z Compiling generic-array v0.14.7
5242024-07-22T22:30:51.742Z Compiling openssl v0.10.66
5252024-07-22T22:30:51.784Z Compiling foreign-types-shared v0.1.1
5262024-07-22T22:30:51.890Z Compiling slog v2.7.0
5272024-07-22T22:30:51.892Z Compiling foreign-types v0.3.2
5282024-07-22T22:30:52.143Z Compiling http v0.2.12
5292024-07-22T22:30:52.253Z Compiling proc-macro-error-attr v1.0.4
5302024-07-22T22:30:52.436Z Compiling usdt-impl v0.5.0
5312024-07-22T22:30:52.508Z Compiling tracing-core v0.1.32
5322024-07-22T22:30:52.749Z Compiling time-core v0.1.2
5332024-07-22T22:30:52.774Z Compiling tinyvec_macros v0.1.1
5342024-07-22T22:30:52.875Z Compiling powerfmt v0.2.0
5352024-07-22T22:30:52.921Z Compiling native-tls v0.2.11
5362024-07-22T22:30:53.236Z Compiling num-conv v0.1.0
5372024-07-22T22:30:53.277Z Compiling httparse v1.8.0
5382024-07-22T22:30:53.393Z Compiling syn v1.0.109
5392024-07-22T22:30:53.527Z Compiling time-macros v0.2.18
5402024-07-22T22:30:53.764Z Compiling tracing v0.1.40
5412024-07-22T22:30:53.883Z Compiling deranged v0.3.11
5422024-07-22T22:30:54.083Z Compiling tinyvec v1.6.0
5432024-07-22T22:30:54.340Z Compiling thread-id v4.2.1
5442024-07-22T22:30:54.629Z Compiling proc-macro-error v1.0.4
5452024-07-22T22:30:54.902Z Compiling rustversion v1.0.17
5462024-07-22T22:30:55.030Z Compiling num_threads v0.1.7
5472024-07-22T22:30:55.159Z Compiling openssl-probe v0.1.5
5482024-07-22T22:30:55.185Z Compiling utf8parse v0.2.1
5492024-07-22T22:30:55.346Z Compiling try-lock v0.2.5
5502024-07-22T22:30:55.380Z Compiling percent-encoding v2.3.1
5512024-07-22T22:30:55.493Z Compiling crossbeam-utils v0.8.19
5522024-07-22T22:30:55.518Z Compiling plain v0.2.3
5532024-07-22T22:30:55.541Z Compiling heck v0.5.0
5542024-07-22T22:30:55.672Z Compiling form_urlencoded v1.2.1
5552024-07-22T22:30:55.695Z Compiling unicode-normalization v0.1.23
5562024-07-22T22:30:55.736Z Compiling want v0.3.1
5572024-07-22T22:30:55.839Z Compiling anstyle-parse v0.2.4
5582024-07-22T22:30:56.143Z Compiling http-body v0.4.6
5592024-07-22T22:30:56.179Z Compiling dirs-sys-next v0.1.2
5602024-07-22T22:30:56.794Z Compiling winnow v0.6.8
5612024-07-22T22:30:56.834Z Compiling anstyle v1.0.7
5622024-07-22T22:30:56.872Z Compiling camino v1.1.7
5632024-07-22T22:30:56.919Z Compiling anstyle-query v1.0.3
5642024-07-22T22:30:56.942Z Compiling time v0.3.36
5652024-07-22T22:30:56.964Z Compiling colorchoice v1.0.1
5662024-07-22T22:30:57.053Z Compiling is_terminal_polyfill v1.70.0
5672024-07-22T22:30:57.133Z Compiling unicode-bidi v0.3.15
5682024-07-22T22:30:57.181Z Compiling tower-service v0.3.2
5692024-07-22T22:30:57.302Z Compiling httpdate v1.0.3
5702024-07-22T22:30:57.326Z Compiling crc32fast v1.4.0
5712024-07-22T22:30:57.494Z Compiling pretty-hex v0.4.1
5722024-07-22T22:30:57.710Z Compiling semver v1.0.23
5732024-07-22T22:30:57.773Z Compiling idna v0.5.0
5742024-07-22T22:30:57.950Z Compiling anstream v0.6.14
5752024-07-22T22:30:58.452Z Compiling dirs-next v2.0.0
5762024-07-22T22:30:58.691Z Compiling crypto-common v0.1.6
5772024-07-22T22:30:59.334Z Compiling block-buffer v0.10.4
5782024-07-22T22:30:59.574Z Compiling terminal_size v0.3.0
5792024-07-22T22:30:59.731Z Compiling fs-err v2.11.0
5802024-07-22T22:30:59.783Z Compiling thread_local v1.1.8
5812024-07-22T22:30:59.910Z Compiling strsim v0.11.1
5822024-07-22T22:30:59.997Z Compiling bytecount v0.6.8
5832024-07-22T22:31:00.190Z Compiling clap_lex v0.7.0
5842024-07-22T22:31:00.222Z Compiling unicode-width v0.1.13
5852024-07-22T22:31:00.328Z Compiling adler v1.0.2
5862024-07-22T22:31:00.464Z Compiling anyhow v1.0.86
5872024-07-22T22:31:00.517Z Compiling match_cfg v0.1.0
5882024-07-22T22:31:00.540Z Compiling base64 v0.21.7
5892024-07-22T22:31:00.609Z Compiling heck v0.4.1
5902024-07-22T22:31:00.718Z Compiling slog-async v2.8.0
5912024-07-22T22:31:00.797Z Compiling hostname v0.3.1
5922024-07-22T22:31:00.834Z Compiling miniz_oxide v0.7.2
5932024-07-22T22:31:01.042Z Compiling rustls-pemfile v1.0.4
5942024-07-22T22:31:01.091Z Compiling clap_builder v4.5.9
5952024-07-22T22:31:01.248Z Compiling papergrid v0.11.0
5962024-07-22T22:31:01.311Z Compiling digest v0.10.7
5972024-07-22T22:31:01.439Z Compiling crossbeam-channel v0.5.12
5982024-07-22T22:31:01.517Z Compiling term v0.7.0
5992024-07-22T22:31:01.607Z Compiling serde_derive v1.0.204
6002024-07-22T22:31:01.757Z Compiling thiserror-impl v1.0.62
6012024-07-22T22:31:02.437Z Compiling zerocopy-derive v0.7.34
6022024-07-22T22:31:02.591Z Compiling tokio-macros v2.3.0
6032024-07-22T22:31:02.818Z Compiling futures-macro v0.3.30
6042024-07-22T22:31:03.183Z Compiling scroll_derive v0.12.0
6052024-07-22T22:31:04.344Z Compiling tokio v1.38.1
6062024-07-22T22:31:04.702Z Compiling openssl-macros v0.1.1
6072024-07-22T22:31:04.795Z Compiling zerocopy v0.7.34
6082024-07-22T22:31:05.003Z Compiling futures-util v0.3.30
6092024-07-22T22:31:05.321Z Compiling pest v2.7.10
6102024-07-22T22:31:05.598Z Compiling scroll v0.12.0
6112024-07-22T22:31:06.146Z Compiling goblin v0.8.2
6122024-07-22T22:31:06.375Z Compiling tabled_derive v0.7.0
6132024-07-22T22:31:08.344Z Compiling pest_meta v2.7.10
6142024-07-22T22:31:08.971Z Compiling strum_macros v0.26.4
6152024-07-22T22:31:11.246Z Compiling pest_generator v2.7.10
6162024-07-22T22:31:13.390Z Compiling tokio-util v0.7.11
6172024-07-22T22:31:13.627Z Compiling pest_derive v2.7.10
6182024-07-22T22:31:14.444Z Compiling dtrace-parser v0.2.0
6192024-07-22T22:31:14.550Z Compiling h2 v0.3.26
6202024-07-22T22:31:14.711Z Compiling tokio-native-tls v0.3.1
6212024-07-22T22:31:14.804Z Compiling futures-executor v0.3.30
6222024-07-22T22:31:14.988Z Compiling clap_derive v4.5.8
6232024-07-22T22:31:15.387Z Compiling url v2.5.2
6242024-07-22T22:31:16.820Z Compiling serde_spanned v0.6.6
6252024-07-22T22:31:16.846Z Compiling toml_datetime v0.6.6
6262024-07-22T22:31:17.366Z Compiling serde_tokenstream v0.2.1
6272024-07-22T22:31:17.624Z Compiling toml_edit v0.22.16
6282024-07-22T22:31:18.062Z Compiling cargo-platform v0.1.8
6292024-07-22T22:31:18.662Z Compiling dof v0.3.0
6302024-07-22T22:31:18.710Z Compiling slog-json v2.6.1
6312024-07-22T22:31:19.520Z Compiling hyper v0.14.28
6322024-07-22T22:31:20.114Z Compiling serde_urlencoded v0.7.1
6332024-07-22T22:31:20.480Z Compiling xattr v1.3.1
6342024-07-22T22:31:20.635Z Compiling toml v0.8.15
6352024-07-22T22:31:20.755Z Compiling filetime v0.2.23
6362024-07-22T22:31:20.889Z Compiling is-terminal v0.4.12
6372024-07-22T22:31:21.017Z Compiling memmap v0.7.0
6382024-07-22T22:31:21.091Z Compiling encoding_rs v0.8.34
6392024-07-22T22:31:21.230Z Compiling sync_wrapper v0.1.2
6402024-07-22T22:31:21.393Z Compiling mime v0.3.17
6412024-07-22T22:31:21.417Z Compiling take_mut v0.2.2
6422024-07-22T22:31:21.575Z Compiling ipnet v2.9.0
6432024-07-22T22:31:21.907Z Compiling usdt-attr-macro v0.5.0
6442024-07-22T22:31:21.953Z Compiling usdt-macro v0.5.0
6452024-07-22T22:31:22.028Z Compiling cpufeatures v0.2.12
6462024-07-22T22:31:22.136Z Compiling sha2 v0.10.8
6472024-07-22T22:31:22.778Z Compiling cargo_toml v0.20.4
6482024-07-22T22:31:23.265Z Compiling hyper-tls v0.5.0
6492024-07-22T22:31:23.383Z Compiling usdt v0.5.0
6502024-07-22T22:31:23.611Z Compiling reqwest v0.11.27
6512024-07-22T22:31:23.686Z Compiling slog-term v2.9.1
6522024-07-22T22:31:23.868Z Compiling tar v0.4.41
6532024-07-22T22:31:24.953Z Compiling flate2 v1.0.30
6542024-07-22T22:31:25.569Z Compiling clap v4.5.9
6552024-07-22T22:31:25.688Z Compiling slog-bunyan v2.5.0
6562024-07-22T22:31:25.712Z Compiling cargo_metadata v0.18.1
6572024-07-22T22:31:25.766Z Compiling macaddr v1.0.1
6582024-07-22T22:31:25.890Z Compiling futures v0.3.30
6592024-07-22T22:31:25.916Z Compiling strum v0.26.3
6602024-07-22T22:31:26.016Z Compiling tabled v0.15.0
6612024-07-22T22:31:26.213Z Compiling swrite v0.1.0
6622024-07-22T22:31:30.756Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6632024-07-22T22:31:38.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
6642024-07-22T22:31:38.295Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6652024-07-22T22:31:38.353ZJul 22 22:31:37.444 INFO Starting download, target: Cockroach
6662024-07-22T22:31:38.353ZJul 22 22:31:37.444 INFO Starting download, target: Clickhouse
6672024-07-22T22:31:38.353ZJul 22 22:31:37.444 INFO Starting download, target: Console
6682024-07-22T22:31:38.356ZJul 22 22:31:37.444 INFO Starting download, target: DendriteOpenapi
6692024-07-22T22:31:38.356ZJul 22 22:31:37.444 INFO Starting download, target: DendriteStub
6702024-07-22T22:31:38.356ZJul 22 22:31:37.444 INFO Starting download, target: MaghemiteMgd
6712024-07-22T22:31:38.356ZJul 22 22:31:37.444 INFO Starting download, target: TransceiverControl
6722024-07-22T22:31:38.356ZJul 22 22:31:37.445 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6732024-07-22T22:31:38.356ZJul 22 22:31:37.445 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6742024-07-22T22:31:38.356ZJul 22 22:31:37.445 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
6752024-07-22T22:31:38.356ZJul 22 22:31:37.445 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6762024-07-22T22:31:38.356ZJul 22 22:31:37.445 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6772024-07-22T22:31:38.356ZJul 22 22:31:37.445 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6782024-07-22T22:31:38.356ZJul 22 22:31:37.445 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6792024-07-22T22:31:38.573ZJul 22 22:31:37.661 INFO Download complete, target: DendriteOpenapi
6802024-07-22T22:31:38.618ZJul 22 22:31:37.708 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6812024-07-22T22:31:38.955ZJul 22 22:31:38.043 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6822024-07-22T22:31:39.111ZJul 22 22:31:38.201 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6832024-07-22T22:31:39.119ZJul 22 22:31:38.210 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6842024-07-22T22:31:39.365ZJul 22 22:31:38.456 INFO Download complete, target: Console
6852024-07-22T22:31:39.444ZJul 22 22:31:38.535 INFO Download complete, target: TransceiverControl
6862024-07-22T22:31:40.540ZJul 22 22:31:39.630 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6872024-07-22T22:31:41.493ZJul 22 22:31:40.581 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6882024-07-22T22:31:41.493ZJul 22 22:31:40.581 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6892024-07-22T22:31:42.243ZJul 22 22:31:41.332 INFO Download complete, target: DendriteStub
6902024-07-22T22:31:42.355ZJul 22 22:31:41.446 INFO Download complete, target: MaghemiteMgd
6912024-07-22T22:31:50.143ZJul 22 22:31:49.233 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6922024-07-22T22:31:50.465ZJul 22 22:31:49.555 INFO Checking that binary works, target: Cockroach
6932024-07-22T22:31:50.650ZJul 22 22:31:49.740 INFO Download complete, target: Cockroach
6942024-07-22T22:31:55.282ZJul 22 22:31:54.372 INFO Checking that binary works, target: Clickhouse
6952024-07-22T22:31:55.456ZJul 22 22:31:54.546 INFO Download complete, target: Clickhouse
6962024-07-22T22:31:55.478ZAll builder prerequisites installed successfully, and PATH looks valid
6972024-07-22T22:31:55.481Z
6982024-07-22T22:31:55.481Zreal 2:27.048648071
6992024-07-22T22:31:55.481Zuser 5:50.949598718
7002024-07-22T22:31:55.481Zsys 1:18.853213634
7012024-07-22T22:31:55.481Ztrap 0.217234872
7022024-07-22T22:31:55.481Ztflt 0.171213905
7032024-07-22T22:31:55.481Zdflt 0.704661006
7042024-07-22T22:31:55.481Zkflt 0.017383095
7052024-07-22T22:31:55.481Zlock 13:00.408855135
7062024-07-22T22:31:55.481Zslp 16:25.615096442
7072024-07-22T22:31:55.481Zlat 22.931404754
7082024-07-22T22:31:55.481Zstop 1:07.626859630
7092024-07-22T22:31:55.481Z+ banner hack-check
7102024-07-22T22:31:55.484Z
7112024-07-22T22:31:55.484Z # # ## #### # # #### # # ###### #### # #
7122024-07-22T22:31:55.484Z # # # # # # # # # # # # # # # # #
7132024-07-22T22:31:55.484Z ###### # # # #### ##### # ###### ##### # ####
7142024-07-22T22:31:55.484Z # # ###### # # # # # # # # # #
7152024-07-22T22:31:55.484Z # # # # # # # # # # # # # # # # #
7162024-07-22T22:31:55.484Z # # # # #### # # #### # # ###### #### # #
7172024-07-22T22:31:55.484Z
7182024-07-22T22:31:55.484Z+ export CARGO_INCREMENTAL=0
7192024-07-22T22:31:55.484Z+ CARGO_INCREMENTAL=0
7202024-07-22T22:31:55.484Z+ ptime -m timeout 2h cargo xtask check-features --ci
7212024-07-22T22:31:56.041Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7222024-07-22T22:32:03.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s
7232024-07-22T22:32:03.291Z Running `target/debug/xtask check-features --ci`
7242024-07-22T22:32:03.311Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
7252024-07-22T22:32:03.311Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
7262024-07-22T22:32:03.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
7272024-07-22T22:32:03.804Z Running `target/debug/xtask download cargo-hack`
7282024-07-22T22:32:03.828ZJul 22 22:32:02.917 INFO Starting download, target: CargoHack
7292024-07-22T22:32:03.830ZJul 22 22:32:02.918 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
7302024-07-22T22:32:04.453ZJul 22 22:32:03.542 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
7312024-07-22T22:32:04.559ZJul 22 22:32:03.648 INFO Download complete, target: CargoHack
7322024-07-22T22:32:04.563Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
7332024-07-22T22:32:04.579Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
7342024-07-22T22:32:04.708Zinfo: running `cargo check --bins` on api_identity (1/137)
7352024-07-22T22:32:05.098Z Downloading crates ...
7362024-07-22T22:32:05.234Z Downloaded addr2line v0.21.0
7372024-07-22T22:32:05.245Z Downloaded phf_shared v0.10.0
7382024-07-22T22:32:05.247Z Downloaded diesel_table_macro_syntax v0.1.0
7392024-07-22T22:32:05.247Z Downloaded peg-runtime v0.8.3
7402024-07-22T22:32:05.250Z Downloaded hubpack_derive v0.1.1
7412024-07-22T22:32:05.250Z Downloaded precomputed-hash v0.1.1
7422024-07-22T22:32:05.250Z Downloaded matches v0.1.10
7432024-07-22T22:32:05.254Z Downloaded schemars v0.8.21
7442024-07-22T22:32:05.268Z Downloaded ahash v0.8.11
7452024-07-22T22:32:05.274Z Downloaded fallible-iterator v0.2.0
7462024-07-22T22:32:05.278Z Downloaded stringprep v0.1.4
7472024-07-22T22:32:05.281Z Downloaded static_assertions v1.1.0
7482024-07-22T22:32:05.283Z Downloaded new_debug_unreachable v1.0.6
7492024-07-22T22:32:05.286Z Downloaded zeroize_derive v1.4.2
7502024-07-22T22:32:05.288Z Downloaded normalize-line-endings v0.3.0
7512024-07-22T22:32:05.291Z Downloaded unicode-xid v0.2.4
7522024-07-22T22:32:05.291Z Downloaded string_cache v0.8.7
7532024-07-22T22:32:05.295Z Downloaded serde_repr v0.1.19
7542024-07-22T22:32:05.295Z Downloaded sec1 v0.7.3
7552024-07-22T22:32:05.298Z Downloaded untrusted v0.9.0
7562024-07-22T22:32:05.298Z Downloaded strum_macros v0.25.3
7572024-07-22T22:32:05.301Z Downloaded group v0.13.0
7582024-07-22T22:32:05.301Z Downloaded zeroize v1.7.0
7592024-07-22T22:32:05.303Z Downloaded subtle v2.5.0
7602024-07-22T22:32:05.303Z Downloaded sct v0.7.1
7612024-07-22T22:32:05.306Z Downloaded scheduled-thread-pool v0.2.7
7622024-07-22T22:32:05.308Z Downloaded spki v0.7.3
7632024-07-22T22:32:05.308Z Downloaded signal-hook-mio v0.2.3
7642024-07-22T22:32:05.311Z Downloaded psl-types v2.0.11
7652024-07-22T22:32:05.311Z Downloaded inout v0.1.3
7662024-07-22T22:32:05.311Z Downloaded block-padding v0.3.3
7672024-07-22T22:32:05.314Z Downloaded whoami v1.5.1
7682024-07-22T22:32:05.314Z Downloaded enum-as-inner v0.5.1
7692024-07-22T22:32:05.316Z Downloaded yasna v0.5.2
7702024-07-22T22:32:05.319Z Downloaded spin v0.9.8
7712024-07-22T22:32:05.321Z Downloaded predicates v3.1.0
7722024-07-22T22:32:05.324Z Downloaded bit-set v0.5.3
7732024-07-22T22:32:05.324Z Downloaded tokio-rustls v0.24.1
7742024-07-22T22:32:05.327Z Downloaded rustc_version v0.4.0
7752024-07-22T22:32:05.327Z Downloaded num-iter v0.1.45
7762024-07-22T22:32:05.329Z Downloaded similar v2.5.0
7772024-07-22T22:32:05.332Z Downloaded serde_derive_internals v0.29.1
7782024-07-22T22:32:05.334Z Downloaded uuid v1.10.0
7792024-07-22T22:32:05.337Z Downloaded either v1.12.0
7802024-07-22T22:32:05.337Z Downloaded zerocopy v0.6.6
7812024-07-22T22:32:05.339Z Downloaded signal-hook v0.3.17
7822024-07-22T22:32:05.342Z Downloaded tracing-attributes v0.1.27
7832024-07-22T22:32:05.344Z Downloaded bitflags v1.3.2
7842024-07-22T22:32:05.347Z Downloaded getrandom v0.2.14
7852024-07-22T22:32:05.349Z Downloaded hex v0.4.3
7862024-07-22T22:32:05.352Z Downloaded toml v0.7.8
7872024-07-22T22:32:05.355Z Downloaded float-cmp v0.9.0
7882024-07-22T22:32:05.358Z Downloaded tokio-postgres v0.7.10
7892024-07-22T22:32:05.364Z Downloaded md-5 v0.10.6
7902024-07-22T22:32:05.367Z Downloaded toml_edit v0.19.15
7912024-07-22T22:32:05.389Z Downloaded ppv-lite86 v0.2.17
7922024-07-22T22:32:05.392Z Downloaded unicode-segmentation v1.11.0
7932024-07-22T22:32:05.394Z Downloaded rand_core v0.6.4
7942024-07-22T22:32:05.397Z Downloaded rand_chacha v0.3.1
7952024-07-22T22:32:05.397Z Downloaded r2d2 v0.8.10
7962024-07-22T22:32:05.399Z Downloaded iana-time-zone v0.1.60
7972024-07-22T22:32:05.402Z Downloaded postgres-types v0.2.6
7982024-07-22T22:32:05.405Z Downloaded pkcs8 v0.10.2
7992024-07-22T22:32:05.407Z Downloaded lalrpop-util v0.19.12
8002024-07-22T22:32:05.407Z Downloaded winnow v0.5.40
8012024-07-22T22:32:05.416Z Downloaded rustls-webpki v0.101.7
8022024-07-22T22:32:05.430Z Downloaded crossbeam-epoch v0.9.18
8032024-07-22T22:32:05.433Z Downloaded rustls v0.21.12
8042024-07-22T22:32:05.444Z Downloaded webpki-roots v0.25.4
8052024-07-22T22:32:05.448Z Downloaded trust-dns-proto v0.22.0
8062024-07-22T22:32:05.460Z Downloaded smoltcp v0.9.1
8072024-07-22T22:32:05.470Z Downloaded zerocopy-derive v0.6.6
8082024-07-22T22:32:05.479Z Downloaded rustc-demangle v0.1.24
8092024-07-22T22:32:05.481Z Downloaded num-traits v0.2.19
8102024-07-22T22:32:05.484Z Downloaded hmac v0.12.1
8112024-07-22T22:32:05.486Z Downloaded postgres-protocol v0.6.6
8122024-07-22T22:32:05.486Z Downloaded pem-rfc7468 v0.7.0
8132024-07-22T22:32:05.489Z Downloaded lazy_static v1.5.0
8142024-07-22T22:32:05.489Z Downloaded hyper-rustls v0.24.2
8152024-07-22T22:32:05.492Z Downloaded hubpack v0.1.2
8162024-07-22T22:32:05.494Z Downloaded der_derive v0.7.2
8172024-07-22T22:32:05.494Z Downloaded cookie_store v0.20.0
8182024-07-22T22:32:05.497Z Downloaded elliptic-curve v0.13.8
8192024-07-22T22:32:05.500Z Downloaded const-oid v0.9.6
8202024-07-22T22:32:05.502Z Downloaded cipher v0.4.4
8212024-07-22T22:32:05.502Z Downloaded console v0.15.8
8222024-07-22T22:32:05.505Z Downloaded diesel_derives v2.1.4
8232024-07-22T22:32:05.508Z Downloaded crypto-bigint v0.5.5
8242024-07-22T22:32:05.515Z Downloaded cookie v0.17.0
8252024-07-22T22:32:05.517Z Downloaded heapless v0.7.17
8262024-07-22T22:32:05.520Z Downloaded base64ct v1.6.0
8272024-07-22T22:32:05.523Z Downloaded async-trait v0.1.81
8282024-07-22T22:32:05.525Z Downloaded der v0.7.9
8292024-07-22T22:32:05.529Z Downloaded managed v0.8.0
8302024-07-22T22:32:05.532Z Downloaded phf_shared v0.11.2
8312024-07-22T22:32:05.532Z Downloaded phf v0.11.2
8322024-07-22T22:32:05.534Z Downloaded num-integer v0.1.46
8332024-07-22T22:32:05.534Z Downloaded backtrace v0.3.71
8342024-07-22T22:32:05.538Z Downloaded allocator-api2 v0.2.18
8352024-07-22T22:32:05.541Z Downloaded ipnetwork v0.20.0
8362024-07-22T22:32:05.544Z Downloaded rand v0.8.5
8372024-07-22T22:32:05.547Z Downloaded publicsuffix v2.2.3
8382024-07-22T22:32:05.549Z Downloaded predicates-core v1.0.6
8392024-07-22T22:32:05.552Z Downloaded ff v0.13.0
8402024-07-22T22:32:05.552Z Downloaded fixedbitset v0.4.2
8412024-07-22T22:32:05.554Z Downloaded difflib v0.4.0
8422024-07-22T22:32:05.554Z Downloaded minimal-lexical v0.2.1
8432024-07-22T22:32:05.557Z Downloaded data-encoding v2.6.0
8442024-07-22T22:32:05.560Z Downloaded tokio-stream v0.1.15
8452024-07-22T22:32:05.563Z Downloaded hash32 v0.2.1
8462024-07-22T22:32:05.565Z Downloaded num-bigint v0.4.5
8472024-07-22T22:32:05.568Z Downloaded bit-vec v0.6.3
8482024-07-22T22:32:05.571Z Downloaded flagset v0.4.5
8492024-07-22T22:32:05.573Z Downloaded base16ct v0.2.0
8502024-07-22T22:32:05.574Z Downloaded dyn-clone v1.0.17
8512024-07-22T22:32:05.576Z Downloaded stable_deref_trait v1.2.0
8522024-07-22T22:32:05.576Z Downloaded siphasher v0.3.11
8532024-07-22T22:32:05.576Z Downloaded schemars_derive v0.8.21
8542024-07-22T22:32:05.598Z Downloaded itertools v0.10.5
8552024-07-22T22:32:05.604Z Downloaded nom v7.1.3
8562024-07-22T22:32:05.609Z Downloaded crossterm v0.27.0
8572024-07-22T22:32:05.627Z Downloaded itertools v0.12.1
8582024-07-22T22:32:05.634Z Downloaded regex-automata v0.1.10
8592024-07-22T22:32:05.656Z Downloaded hkdf v0.12.4
8602024-07-22T22:32:05.714Z Downloaded aho-corasick v1.1.3
8612024-07-22T22:32:05.724Z Downloaded chrono v0.4.38
8622024-07-22T22:32:05.775Z Downloaded idna v0.2.3
8632024-07-22T22:32:05.782Z Downloaded regex v1.10.5
8642024-07-22T22:32:05.794Z Downloaded object v0.32.2
8652024-07-22T22:32:05.804Z Downloaded idna v0.3.0
8662024-07-22T22:32:05.810Z Downloaded gimli v0.28.1
8672024-07-22T22:32:05.820Z Downloaded bstr v0.2.17
8682024-07-22T22:32:05.829Z Downloaded diesel v2.1.6
8692024-07-22T22:32:05.847Z Downloaded regex-syntax v0.8.3
8702024-07-22T22:32:05.856Z Downloaded openapiv3 v2.0.0
8712024-07-22T22:32:05.868Z Downloaded bstr v1.9.1
8722024-07-22T22:32:05.933Z Downloaded regex-automata v0.4.6
8732024-07-22T22:32:05.949Z Downloaded finl_unicode v1.2.0
8742024-07-22T22:32:05.961Z Downloaded petgraph v0.6.5
8752024-07-22T22:32:06.223Z Downloaded ring v0.17.8
8762024-07-22T22:32:07.693Z Downloaded libm v0.2.8
8772024-07-22T22:32:07.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
8782024-07-22T22:32:07.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
8792024-07-22T22:32:07.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
8802024-07-22T22:32:07.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
8812024-07-22T22:32:07.763Z
8822024-07-22T22:32:07.763Zinfo: running `cargo check --bins` on bootstore (2/137)
8832024-07-22T22:32:08.177Z Downloading crates ...
8842024-07-22T22:32:08.335Z Downloaded async-stream-impl v0.3.5
8852024-07-22T22:32:08.338Z Downloaded backoff v0.4.0
8862024-07-22T22:32:08.341Z Downloaded async-stream v0.3.5
8872024-07-22T22:32:08.341Z Downloaded aead v0.5.2
8882024-07-22T22:32:08.344Z Downloaded convert_case v0.4.0
8892024-07-22T22:32:08.347Z Downloaded heapless v0.8.0
8902024-07-22T22:32:08.353Z Downloaded ciborium-io v0.2.2
8912024-07-22T22:32:08.355Z Downloaded cstr-argument v0.1.2
8922024-07-22T22:32:08.359Z Downloaded opaque-debug v0.3.1
8932024-07-22T22:32:08.369Z Downloaded pretty-hex v0.2.1
8942024-07-22T22:32:08.371Z Downloaded sigpipe v0.1.3
8952024-07-22T22:32:08.371Z Downloaded darling_macro v0.20.9
8962024-07-22T22:32:08.376Z Downloaded instant v0.1.12
8972024-07-22T22:32:08.379Z Downloaded ident_case v1.0.1
8982024-07-22T22:32:08.379Z Downloaded foreign-types-shared v0.3.1
8992024-07-22T22:32:08.379Z Downloaded crucible-workspace-hack v0.1.0
9002024-07-22T22:32:08.382Z Downloaded camino-tempfile v1.1.1
9012024-07-22T22:32:08.382Z Downloaded hash32 v0.3.1
9022024-07-22T22:32:08.384Z Downloaded curve25519-dalek-derive v0.1.1
9032024-07-22T22:32:08.387Z Downloaded fastrand v2.1.0
9042024-07-22T22:32:08.394Z Downloaded waitgroup v0.1.2
9052024-07-22T22:32:08.400Z Downloaded defmt-macros v0.3.9
9062024-07-22T22:32:08.403Z Downloaded foreign-types-macros v0.2.3
9072024-07-22T22:32:08.405Z Downloaded ciborium-ll v0.2.2
9082024-07-22T22:32:08.406Z Downloaded getopts v0.2.21
9092024-07-22T22:32:08.408Z Downloaded debug-ignore v1.0.5
9102024-07-22T22:32:08.411Z Downloaded serde_path_to_error v0.1.16
9112024-07-22T22:32:08.411Z Downloaded keccak v0.1.5
9122024-07-22T22:32:08.413Z Downloaded structmeta-derive v0.3.0
9132024-07-22T22:32:08.413Z Downloaded num_enum v0.5.11
9142024-07-22T22:32:08.417Z Downloaded cobs v0.2.3
9152024-07-22T22:32:08.419Z Downloaded parse-display-derive v0.9.1
9162024-07-22T22:32:08.419Z Downloaded universal-hash v0.5.1
9172024-07-22T22:32:08.422Z Downloaded smf v0.2.3
9182024-07-22T22:32:08.422Z Downloaded newtype-uuid v1.1.0
9192024-07-22T22:32:08.424Z Downloaded sha1 v0.10.6
9202024-07-22T22:32:08.424Z Downloaded defmt-parser v0.3.4
9212024-07-22T22:32:08.428Z Downloaded colored v2.1.0
9222024-07-22T22:32:08.430Z Downloaded thiserror-no-std v2.0.2
9232024-07-22T22:32:08.433Z Downloaded hostname v0.4.0
9242024-07-22T22:32:08.436Z Downloaded chacha20 v0.9.1
9252024-07-22T22:32:08.438Z Downloaded secrecy v0.8.0
9262024-07-22T22:32:08.438Z Downloaded paste v1.0.15
9272024-07-22T22:32:08.441Z Downloaded parse-display v0.9.1
9282024-07-22T22:32:08.443Z Downloaded thiserror-impl-no-std v2.0.2
9292024-07-22T22:32:08.443Z Downloaded defmt v0.3.8
9302024-07-22T22:32:08.446Z Downloaded proc-macro-crate v1.3.1
9312024-07-22T22:32:08.449Z Downloaded num_enum_derive v0.5.11
9322024-07-22T22:32:08.449Z Downloaded embedded-io v0.4.0
9332024-07-22T22:32:08.451Z Downloaded foreign-types v0.5.0
9342024-07-22T22:32:08.451Z Downloaded atomic-waker v1.1.2
9352024-07-22T22:32:08.454Z Downloaded tabwriter v1.4.0
9362024-07-22T22:32:08.454Z Downloaded num-derive v0.4.2
9372024-07-22T22:32:08.456Z Downloaded structmeta v0.3.0
9382024-07-22T22:32:08.459Z Downloaded tempfile v3.10.1
9392024-07-22T22:32:08.461Z Downloaded rustls-pemfile v2.1.2
9402024-07-22T22:32:08.464Z Downloaded vsss-rs v3.3.4
9412024-07-22T22:32:08.467Z Downloaded serde_with_macros v3.8.3
9422024-07-22T22:32:08.467Z Downloaded darling v0.20.9
9432024-07-22T22:32:08.471Z Downloaded derive_more v0.99.18
9442024-07-22T22:32:08.475Z Downloaded multer v3.1.0
9452024-07-22T22:32:08.482Z Downloaded tokio-rustls v0.25.0
9462024-07-22T22:32:08.485Z Downloaded socket2 v0.4.10
9472024-07-22T22:32:08.488Z Downloaded poly1305 v0.8.0
9482024-07-22T22:32:08.491Z Downloaded indexmap v1.9.3
9492024-07-22T22:32:08.493Z Downloaded rustls-pki-types v1.7.0
9502024-07-22T22:32:08.496Z Downloaded ciborium v0.2.2
9512024-07-22T22:32:08.498Z Downloaded postcard v1.0.8
9522024-07-22T22:32:08.503Z Downloaded half v2.4.1
9532024-07-22T22:32:08.513Z Downloaded serde_yaml v0.9.34+deprecated
9542024-07-22T22:32:08.519Z Downloaded chacha20poly1305 v0.10.1
9552024-07-22T22:32:08.522Z Downloaded darling_core v0.20.9
9562024-07-22T22:32:08.525Z Downloaded base64 v0.22.1
9572024-07-22T22:32:08.529Z Downloaded unsafe-libyaml v0.2.11
9582024-07-22T22:32:08.534Z Downloaded hashbrown v0.12.3
9592024-07-22T22:32:08.545Z Downloaded http v1.1.0
9602024-07-22T22:32:08.572Z Downloaded serde_with v3.8.3
9612024-07-22T22:32:08.586Z Downloaded rustls-webpki v0.102.4
9622024-07-22T22:32:08.645Z Downloaded curve25519-dalek v4.1.3
9632024-07-22T22:32:08.653Z Downloaded regress v0.9.1
9642024-07-22T22:32:08.661Z Downloaded smoltcp v0.11.0
9652024-07-22T22:32:08.673Z Downloaded rustls v0.22.4
9662024-07-22T22:32:08.689Z Downloaded sha3 v0.10.8
9672024-07-22T22:32:08.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9682024-07-22T22:32:08.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9692024-07-22T22:32:08.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9702024-07-22T22:32:08.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
9712024-07-22T22:32:08.762Z
9722024-07-22T22:32:08.762Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/137)
9732024-07-22T22:32:09.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9742024-07-22T22:32:09.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9752024-07-22T22:32:09.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9762024-07-22T22:32:09.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
9772024-07-22T22:32:09.324Z
9782024-07-22T22:32:09.324Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/137)
9792024-07-22T22:32:09.780Z Downloading crates ...
9802024-07-22T22:32:09.889Z Downloaded quick-error v1.2.3
9812024-07-22T22:32:09.892Z Downloaded rusty-fork v0.3.0
9822024-07-22T22:32:09.898Z Downloaded unarray v0.1.4
9832024-07-22T22:32:09.901Z Downloaded structmeta-derive v0.2.0
9842024-07-22T22:32:09.901Z Downloaded rand_xorshift v0.3.0
9852024-07-22T22:32:09.906Z Downloaded proptest v1.4.0
9862024-07-22T22:32:09.915Z Downloaded wait-timeout v0.2.0
9872024-07-22T22:32:09.917Z Downloaded test-strategy v0.3.1
9882024-07-22T22:32:09.920Z Downloaded structmeta v0.2.0
9892024-07-22T22:32:09.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9902024-07-22T22:32:09.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9912024-07-22T22:32:09.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9922024-07-22T22:32:09.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
9932024-07-22T22:32:09.984Z
9942024-07-22T22:32:09.984Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/137)
9952024-07-22T22:32:10.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9962024-07-22T22:32:10.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9972024-07-22T22:32:10.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9982024-07-22T22:32:10.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
9992024-07-22T22:32:10.407Z
10002024-07-22T22:32:10.407Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/137)
10012024-07-22T22:32:10.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10022024-07-22T22:32:10.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10032024-07-22T22:32:10.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10042024-07-22T22:32:10.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
10052024-07-22T22:32:10.851Z
10062024-07-22T22:32:10.851Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/137)
10072024-07-22T22:32:11.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10082024-07-22T22:32:11.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10092024-07-22T22:32:11.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10102024-07-22T22:32:11.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
10112024-07-22T22:32:11.283Z
10122024-07-22T22:32:11.283Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/137)
10132024-07-22T22:32:11.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10142024-07-22T22:32:11.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10152024-07-22T22:32:11.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10162024-07-22T22:32:11.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
10172024-07-22T22:32:11.696Z
10182024-07-22T22:32:11.696Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/137)
10192024-07-22T22:32:12.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10202024-07-22T22:32:12.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10212024-07-22T22:32:12.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10222024-07-22T22:32:12.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
10232024-07-22T22:32:12.110Z
10242024-07-22T22:32:12.111Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/137)
10252024-07-22T22:32:12.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10262024-07-22T22:32:12.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10272024-07-22T22:32:12.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10282024-07-22T22:32:12.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
10292024-07-22T22:32:12.522Z
10302024-07-22T22:32:12.522Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/137)
10312024-07-22T22:32:12.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10322024-07-22T22:32:12.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10332024-07-22T22:32:12.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10342024-07-22T22:32:12.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
10352024-07-22T22:32:12.938Z
10362024-07-22T22:32:12.938Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/137)
10372024-07-22T22:32:13.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10382024-07-22T22:32:13.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10392024-07-22T22:32:13.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10402024-07-22T22:32:13.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
10412024-07-22T22:32:13.356Z
10422024-07-22T22:32:13.356Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/137)
10432024-07-22T22:32:13.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10442024-07-22T22:32:13.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10452024-07-22T22:32:13.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10462024-07-22T22:32:13.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
10472024-07-22T22:32:13.769Z
10482024-07-22T22:32:13.769Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/137)
10492024-07-22T22:32:14.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10502024-07-22T22:32:14.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10512024-07-22T22:32:14.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10522024-07-22T22:32:14.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
10532024-07-22T22:32:14.181Z
10542024-07-22T22:32:14.181Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/137)
10552024-07-22T22:32:14.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10562024-07-22T22:32:14.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10572024-07-22T22:32:14.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10582024-07-22T22:32:14.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
10592024-07-22T22:32:14.595Z
10602024-07-22T22:32:14.595Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/137)
10612024-07-22T22:32:14.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10622024-07-22T22:32:14.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10632024-07-22T22:32:14.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10642024-07-22T22:32:14.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
10652024-07-22T22:32:15.003Z
10662024-07-22T22:32:15.003Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/137)
10672024-07-22T22:32:15.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10682024-07-22T22:32:15.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10692024-07-22T22:32:15.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10702024-07-22T22:32:15.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
10712024-07-22T22:32:15.412Z
10722024-07-22T22:32:15.412Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/137)
10732024-07-22T22:32:15.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10742024-07-22T22:32:15.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10752024-07-22T22:32:15.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10762024-07-22T22:32:15.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
10772024-07-22T22:32:15.826Z
10782024-07-22T22:32:15.826Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/137)
10792024-07-22T22:32:16.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10802024-07-22T22:32:16.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10812024-07-22T22:32:16.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10822024-07-22T22:32:16.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
10832024-07-22T22:32:16.240Z
10842024-07-22T22:32:16.240Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/137)
10852024-07-22T22:32:16.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10862024-07-22T22:32:16.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10872024-07-22T22:32:16.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10882024-07-22T22:32:16.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
10892024-07-22T22:32:16.651Z
10902024-07-22T22:32:16.651Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/137)
10912024-07-22T22:32:17.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10922024-07-22T22:32:17.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10932024-07-22T22:32:17.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10942024-07-22T22:32:17.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
10952024-07-22T22:32:17.062Z
10962024-07-22T22:32:17.062Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/137)
10972024-07-22T22:32:17.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10982024-07-22T22:32:17.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10992024-07-22T22:32:17.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11002024-07-22T22:32:17.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
11012024-07-22T22:32:17.479Z
11022024-07-22T22:32:17.479Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/137)
11032024-07-22T22:32:17.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11042024-07-22T22:32:17.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11052024-07-22T22:32:17.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11062024-07-22T22:32:17.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
11072024-07-22T22:32:17.900Z
11082024-07-22T22:32:17.900Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/137)
11092024-07-22T22:32:18.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11102024-07-22T22:32:18.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11112024-07-22T22:32:18.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11122024-07-22T22:32:18.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
11132024-07-22T22:32:18.303Z
11142024-07-22T22:32:18.303Zinfo: running `cargo check --bins` on sled-hardware-types (25/137)
11152024-07-22T22:32:18.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11162024-07-22T22:32:18.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11172024-07-22T22:32:18.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11182024-07-22T22:32:18.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
11192024-07-22T22:32:18.864Z
11202024-07-22T22:32:18.864Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/137)
11212024-07-22T22:32:19.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11222024-07-22T22:32:19.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11232024-07-22T22:32:19.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11242024-07-22T22:32:19.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
11252024-07-22T22:32:19.426Z
11262024-07-22T22:32:19.426Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/137)
11272024-07-22T22:32:19.838Z Downloading crates ...
11282024-07-22T22:32:19.974Z Downloaded downcast v0.11.0
11292024-07-22T22:32:19.977Z Downloaded termtree v0.4.1
11302024-07-22T22:32:19.986Z Downloaded mockall_derive v0.12.1
11312024-07-22T22:32:19.988Z Downloaded fragile v2.0.0
11322024-07-22T22:32:19.991Z Downloaded predicates-tree v1.0.9
11332024-07-22T22:32:19.991Z Downloaded mockall v0.12.1
11342024-07-22T22:32:20.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11352024-07-22T22:32:20.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11362024-07-22T22:32:20.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11372024-07-22T22:32:20.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
11382024-07-22T22:32:20.058Z
11392024-07-22T22:32:20.059Zinfo: running `cargo check --bins` on oxlog (28/137)
11402024-07-22T22:32:20.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11412024-07-22T22:32:20.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11422024-07-22T22:32:20.616Z Compiling serde v1.0.204
11432024-07-22T22:32:20.616Z Checking cfg-if v1.0.0
11442024-07-22T22:32:20.619Z Checking libc v0.2.155
11452024-07-22T22:32:20.696Z Compiling syn v2.0.72
11462024-07-22T22:32:20.700Z Compiling getrandom v0.2.14
11472024-07-22T22:32:20.703Z Compiling generic-array v0.14.7
11482024-07-22T22:32:20.703Z Compiling scopeguard v1.2.0
11492024-07-22T22:32:20.747Z Compiling log v0.4.21
11502024-07-22T22:32:20.849Z Compiling lock_api v0.4.12
11512024-07-22T22:32:21.025Z Compiling libm v0.2.8
11522024-07-22T22:32:21.165Z Compiling num-traits v0.2.19
11532024-07-22T22:32:21.169Z Compiling ahash v0.8.11
11542024-07-22T22:32:21.200Z Compiling serde_json v1.0.120
11552024-07-22T22:32:21.264Z Checking memchr v2.7.2
11562024-07-22T22:32:21.345Z Checking byteorder v1.5.0
11572024-07-22T22:32:21.495Z Compiling smallvec v1.13.2
11582024-07-22T22:32:21.515Z Checking itoa v1.0.11
11592024-07-22T22:32:21.558Z Compiling rand_core v0.6.4
11602024-07-22T22:32:21.699Z Checking once_cell v1.19.0
11612024-07-22T22:32:21.730Z Compiling ring v0.17.8
11622024-07-22T22:32:21.877Z Compiling parking_lot_core v0.9.10
11632024-07-22T22:32:21.976Z Checking pin-project-lite v0.2.14
11642024-07-22T22:32:22.084Z Compiling spin v0.9.8
11652024-07-22T22:32:22.097Z Compiling mio v0.8.11
11662024-07-22T22:32:22.099Z Checking typenum v1.17.0
11672024-07-22T22:32:22.237Z Compiling parking_lot v0.12.2
11682024-07-22T22:32:22.485Z Checking signal-hook-registry v1.4.2
11692024-07-22T22:32:23.045Z Compiling subtle v2.5.0
11702024-07-22T22:32:23.076Z Compiling const-oid v0.9.6
11712024-07-22T22:32:23.187Z Compiling unicode-normalization v0.1.23
11722024-07-22T22:32:23.367Z Compiling allocator-api2 v0.2.18
11732024-07-22T22:32:23.380Z Checking futures-core v0.3.30
11742024-07-22T22:32:23.382Z Checking tinyvec_macros v0.1.1
11752024-07-22T22:32:23.462Z Compiling unicode-bidi v0.3.15
11762024-07-22T22:32:23.949Z Checking tinyvec v1.6.0
11772024-07-22T22:32:24.111Z Checking num_cpus v1.16.0
11782024-07-22T22:32:24.210Z Checking socket2 v0.5.7
11792024-07-22T22:32:24.960Z Checking ryu v1.0.18
11802024-07-22T22:32:25.173Z Compiling time-macros v0.2.18
11812024-07-22T22:32:25.906Z Compiling syn v1.0.109
11822024-07-22T22:32:25.973Z Checking futures-sink v0.3.30
11832024-07-22T22:32:26.110Z Checking equivalent v1.0.1
11842024-07-22T22:32:26.135Z Compiling rustls v0.21.12
11852024-07-22T22:32:26.204Z Checking futures-channel v0.3.30
11862024-07-22T22:32:26.239Z Checking slab v0.4.9
11872024-07-22T22:32:26.394Z Compiling ppv-lite86 v0.2.17
11882024-07-22T22:32:26.429Z Checking futures-task v0.3.30
11892024-07-22T22:32:26.468Z Checking pin-utils v0.1.0
11902024-07-22T22:32:26.526Z Checking futures-io v0.3.30
11912024-07-22T22:32:26.553Z Compiling cookie v0.17.0
11922024-07-22T22:32:26.642Z Compiling untrusted v0.9.0
11932024-07-22T22:32:26.687Z Compiling schemars v0.8.21
11942024-07-22T22:32:26.794Z Compiling signal-hook v0.3.17
11952024-07-22T22:32:26.864Z Compiling base64ct v1.6.0
11962024-07-22T22:32:27.034Z Compiling iana-time-zone v0.1.60
11972024-07-22T22:32:27.115Z Compiling rand_chacha v0.3.1
11982024-07-22T22:32:27.452Z Checking percent-encoding v2.3.1
11992024-07-22T22:32:27.454Z Compiling pem-rfc7468 v0.7.0
12002024-07-22T22:32:27.630Z Compiling rand v0.8.5
12012024-07-22T22:32:28.083Z Compiling serde_derive_internals v0.29.1
12022024-07-22T22:32:28.246Z Checking tracing-core v0.1.32
12032024-07-22T22:32:28.624Z Compiling backtrace v0.3.71
12042024-07-22T22:32:28.897Z Checking fnv v1.0.7
12052024-07-22T22:32:29.014Z Compiling smoltcp v0.9.1
12062024-07-22T22:32:29.046Z Compiling siphasher v0.3.11
12072024-07-22T22:32:29.421Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
12082024-07-22T22:32:29.435Z Compiling flagset v0.4.5
12092024-07-22T22:32:29.638Z Compiling crossbeam-utils v0.8.19
12102024-07-22T22:32:29.760Z Compiling time v0.3.36
12112024-07-22T22:32:30.271Z Compiling sct v0.7.1
12122024-07-22T22:32:30.282Z Compiling rustls-webpki v0.101.7
12132024-07-22T22:32:30.720Z Compiling idna v0.5.0
12142024-07-22T22:32:30.980Z Compiling lazy_static v1.5.0
12152024-07-22T22:32:31.099Z Compiling aho-corasick v1.1.3
12162024-07-22T22:32:31.855Z Checking powerfmt v0.2.0
12172024-07-22T22:32:32.133Z Compiling regex-syntax v0.8.3
12182024-07-22T22:32:32.260Z Checking foreign-types-shared v0.1.1
12192024-07-22T22:32:32.296Z Compiling finl_unicode v1.2.0
12202024-07-22T22:32:32.372Z Checking foreign-types v0.3.2
12212024-07-22T22:32:32.462Z Checking deranged v0.3.11
12222024-07-22T22:32:32.570Z Compiling url v2.5.2
12232024-07-22T22:32:32.837Z Compiling stringprep v0.1.4
12242024-07-22T22:32:34.206Z Compiling diesel_table_macro_syntax v0.1.0
12252024-07-22T22:32:34.502Z Checking form_urlencoded v1.2.1
12262024-07-22T22:32:34.596Z Compiling num-integer v0.1.46
12272024-07-22T22:32:34.691Z Compiling idna v0.3.0
12282024-07-22T22:32:35.185Z Checking openssl-sys v0.9.103
12292024-07-22T22:32:35.362Z Compiling serde_derive v1.0.204
12302024-07-22T22:32:35.406Z Compiling zeroize_derive v1.4.2
12312024-07-22T22:32:36.315Z Compiling zerocopy-derive v0.7.34
12322024-07-22T22:32:36.493Z Compiling tokio-macros v2.3.0
12332024-07-22T22:32:36.798Z Compiling futures-macro v0.3.30
12342024-07-22T22:32:37.078Z Compiling zeroize v1.7.0
12352024-07-22T22:32:37.450Z Compiling thiserror-impl v1.0.62
12362024-07-22T22:32:38.610Z Compiling zerocopy v0.7.34
12372024-07-22T22:32:39.975Z Compiling tracing-attributes v0.1.27
12382024-07-22T22:32:40.122Z Compiling scroll_derive v0.12.0
12392024-07-22T22:32:40.640Z Compiling crypto-common v0.1.6
12402024-07-22T22:32:40.830Z Compiling thiserror v1.0.62
12412024-07-22T22:32:40.873Z Compiling hashbrown v0.14.5
12422024-07-22T22:32:40.926Z Compiling openssl-macros v0.1.1
12432024-07-22T22:32:40.956Z Compiling pest v2.7.10
12442024-07-22T22:32:41.123Z Compiling der_derive v0.7.2
12452024-07-22T22:32:41.685Z Compiling block-buffer v0.10.4
12462024-07-22T22:32:41.936Z Compiling futures-util v0.3.30
12472024-07-22T22:32:42.232Z Compiling digest v0.10.7
12482024-07-22T22:32:42.828Z Compiling scroll v0.12.0
12492024-07-22T22:32:43.384Z Compiling pest_meta v2.7.10
12502024-07-22T22:32:43.581Z Compiling goblin v0.8.2
12512024-07-22T22:32:43.747Z Compiling schemars_derive v0.8.21
12522024-07-22T22:32:43.804Z Compiling hmac v0.12.1
12532024-07-22T22:32:44.041Z Compiling tracing v0.1.40
12542024-07-22T22:32:44.543Z Compiling pest_generator v2.7.10
12552024-07-22T22:32:46.673Z Compiling der v0.7.9
12562024-07-22T22:32:47.300Z Compiling hubpack_derive v0.1.1
12572024-07-22T22:32:48.220Z Compiling async-trait v0.1.81
12582024-07-22T22:32:48.279Z Compiling zerocopy-derive v0.6.6
12592024-07-22T22:32:48.492Z Compiling sha2 v0.10.8
12602024-07-22T22:32:48.778Z Compiling pest_derive v2.7.10
12612024-07-22T22:32:49.492Z Checking bytes v1.6.0
12622024-07-22T22:32:49.545Z Checking bitflags v2.5.0
12632024-07-22T22:32:50.484Z Checking tokio v1.38.1
12642024-07-22T22:32:50.759Z Compiling indexmap v2.2.6
12652024-07-22T22:32:51.452Z Compiling semver v1.0.23
12662024-07-22T22:32:51.962Z Compiling rustc_version v0.4.0
12672024-07-22T22:32:52.145Z Compiling http v0.2.12
12682024-07-22T22:32:52.197Z Compiling uuid v1.10.0
12692024-07-22T22:32:52.722Z Compiling heapless v0.7.17
12702024-07-22T22:32:52.735Z Compiling dof v0.3.0
12712024-07-22T22:32:53.197Z Compiling chrono v0.4.38
12722024-07-22T22:32:53.493Z Compiling dtrace-parser v0.2.0
12732024-07-22T22:32:53.735Z Compiling http-body v0.4.6
12742024-07-22T22:32:54.196Z Compiling usdt-impl v0.5.0
12752024-07-22T22:32:54.256Z Compiling openssl v0.10.66
12762024-07-22T22:32:55.085Z Compiling serde_tokenstream v0.2.1
12772024-07-22T22:32:55.703Z Compiling rustix v0.38.34
12782024-07-22T22:32:55.952Z Compiling toml_datetime v0.6.6
12792024-07-22T22:32:56.112Z Compiling serde_spanned v0.6.6
12802024-07-22T22:32:56.323Z Compiling spki v0.7.3
12812024-07-22T22:32:56.425Z Compiling md-5 v0.10.6
12822024-07-22T22:32:56.688Z Compiling regex-automata v0.4.6
12832024-07-22T22:32:56.691Z Compiling hash32 v0.2.1
12842024-07-22T22:32:57.029Z Compiling fs-err v2.11.0
12852024-07-22T22:32:57.268Z Checking num_threads v0.1.7
12862024-07-22T22:32:57.367Z Checking unicode-ident v1.0.12
12872024-07-22T22:32:57.370Z Compiling psl-types v2.0.11
12882024-07-22T22:32:57.393Z Checking tokio-util v0.7.11
12892024-07-22T22:32:57.524Z Compiling anyhow v1.0.86
12902024-07-22T22:32:57.549Z Checking num-conv v0.1.0
12912024-07-22T22:32:57.771Z Checking try-lock v0.2.5
12922024-07-22T22:32:58.076Z Compiling fallible-iterator v0.2.0
12932024-07-22T22:32:58.107Z Checking base64 v0.21.7
12942024-07-22T22:32:58.191Z Compiling stable_deref_trait v1.2.0
12952024-07-22T22:32:58.212Z Checking time-core v0.1.2
12962024-07-22T22:32:58.292Z Compiling slog v2.7.0
12972024-07-22T22:32:58.363Z Compiling dyn-clone v1.0.17
12982024-07-22T22:32:58.546Z Compiling gimli v0.28.1
12992024-07-22T22:32:58.698Z Compiling postgres-protocol v0.6.6
13002024-07-22T22:33:00.088Z Compiling h2 v0.3.26
13012024-07-22T22:33:00.212Z Compiling native-tls v0.2.11
13022024-07-22T22:33:00.880Z Compiling tokio-native-tls v0.3.1
13032024-07-22T22:33:01.138Z Compiling tokio-rustls v0.24.1
13042024-07-22T22:33:02.518Z Checking want v0.3.1
13052024-07-22T22:33:02.685Z Compiling addr2line v0.21.0
13062024-07-22T22:33:03.069Z Compiling terminal_size v0.3.0
13072024-07-22T22:33:03.278Z Checking proc-macro2 v1.0.86
13082024-07-22T22:33:03.337Z Compiling publicsuffix v2.2.3
13092024-07-22T22:33:03.472Z Compiling clap_derive v4.5.8
13102024-07-22T22:33:03.718Z Compiling pkcs8 v0.10.2
13112024-07-22T22:33:04.302Z Compiling usdt-macro v0.5.0
13122024-07-22T22:33:04.313Z Compiling usdt-attr-macro v0.5.0
13132024-07-22T22:33:05.941Z Compiling enum-as-inner v0.5.1
13142024-07-22T22:33:06.289Z Compiling block-padding v0.3.3
13152024-07-22T22:33:06.492Z Compiling serde_repr v0.1.19
13162024-07-22T22:33:06.538Z Compiling diesel_derives v2.1.4
13172024-07-22T22:33:06.929Z Compiling hyper v0.14.28
13182024-07-22T22:33:07.569Z Compiling strum_macros v0.25.3
13192024-07-22T22:33:08.880Z Compiling phf_shared v0.11.2
13202024-07-22T22:33:09.639Z Checking httparse v1.8.0
13212024-07-22T22:33:10.043Z Compiling ff v0.13.0
13222024-07-22T22:33:10.170Z Compiling scheduled-thread-pool v0.2.7
13232024-07-22T22:33:10.251Z Checking errno v0.3.9
13242024-07-22T22:33:10.314Z Compiling object v0.32.2
13252024-07-22T22:33:10.446Z Compiling base16ct v0.2.0
13262024-07-22T22:33:10.790Z Checking ucd-trie v0.1.6
13272024-07-22T22:33:10.821Z Compiling regex-automata v0.1.10
13282024-07-22T22:33:10.824Z Checking utf8parse v0.2.1
13292024-07-22T22:33:10.970Z Checking cpufeatures v0.2.12
13302024-07-22T22:33:10.983Z Compiling winnow v0.5.40
13312024-07-22T22:33:11.062Z Compiling either v1.12.0
13322024-07-22T22:33:11.457Z Checking anstyle v1.0.7
13332024-07-22T22:33:11.792Z Checking openssl-probe v0.1.5
13342024-07-22T22:33:11.844Z Compiling managed v0.8.0
13352024-07-22T22:33:11.857Z Checking httpdate v1.0.3
13362024-07-22T22:33:11.920Z Compiling bitflags v1.3.2
13372024-07-22T22:33:11.968Z Checking plain v0.2.3
13382024-07-22T22:33:12.017Z Compiling rustc-demangle v0.1.24
13392024-07-22T22:33:12.077Z Checking tower-service v0.3.2
13402024-07-22T22:33:12.109Z Checking adler v1.0.2
13412024-07-22T22:33:12.187Z Compiling matches v0.1.10
13422024-07-22T22:33:12.248Z Compiling bit-vec v0.6.3
13432024-07-22T22:33:12.279Z Compiling clap_builder v4.5.9
13442024-07-22T22:33:12.691Z Compiling idna v0.2.3
13452024-07-22T22:33:12.968Z Checking miniz_oxide v0.7.2
13462024-07-22T22:33:13.668Z Compiling hyper-tls v0.5.0
13472024-07-22T22:33:14.023Z Compiling hyper-rustls v0.24.2
13482024-07-22T22:33:14.381Z Compiling toml_edit v0.19.15
13492024-07-22T22:33:17.907Z Compiling bstr v0.2.17
13502024-07-22T22:33:19.946Z Checking anstyle-parse v0.2.4
13512024-07-22T22:33:20.001Z Compiling sec1 v0.7.3
13522024-07-22T22:33:20.589Z Compiling r2d2 v0.8.10
13532024-07-22T22:33:20.836Z Compiling group v0.13.0
13542024-07-22T22:33:20.945Z Compiling signal-hook-mio v0.2.3
13552024-07-22T22:33:21.143Z Compiling phf v0.11.2
13562024-07-22T22:33:21.301Z Compiling cookie_store v0.20.0
13572024-07-22T22:33:21.422Z Compiling inout v0.1.3
13582024-07-22T22:33:21.702Z Checking quote v1.0.36
13592024-07-22T22:33:21.816Z Compiling regex v1.10.5
13602024-07-22T22:33:22.015Z Compiling ipnetwork v0.20.0
13612024-07-22T22:33:22.085Z Compiling postgres-types v0.2.6
13622024-07-22T22:33:22.153Z Compiling zerocopy v0.6.6
13632024-07-22T22:33:22.222Z Compiling hubpack v0.1.2
13642024-07-22T22:33:22.680Z Compiling serde_urlencoded v0.7.1
13652024-07-22T22:33:22.894Z Compiling futures-executor v0.3.30
13662024-07-22T22:33:22.905Z Compiling hkdf v0.12.4
13672024-07-22T22:33:22.994Z Compiling crypto-bigint v0.5.5
13682024-07-22T22:33:23.031Z Compiling num-bigint v0.4.5
13692024-07-22T22:33:23.194Z Compiling phf_shared v0.10.0
13702024-07-22T22:33:23.561Z Compiling float-cmp v0.9.0
13712024-07-22T22:33:23.760Z Compiling difflib v0.4.0
13722024-07-22T22:33:23.910Z Checking is_terminal_polyfill v1.70.0
13732024-07-22T22:33:23.945Z Compiling data-encoding v2.6.0
13742024-07-22T22:33:24.022Z Compiling minimal-lexical v0.2.1
13752024-07-22T22:33:24.229Z Compiling predicates-core v1.0.6
13762024-07-22T22:33:24.258Z Checking pretty-hex v0.4.1
13772024-07-22T22:33:24.409Z Checking colorchoice v1.0.1
13782024-07-22T22:33:24.424Z Compiling unicode-segmentation v1.11.0
13792024-07-22T22:33:24.525Z Checking anstyle-query v1.0.3
13802024-07-22T22:33:24.649Z Compiling static_assertions v1.1.0
13812024-07-22T22:33:24.739Z Compiling normalize-line-endings v0.3.0
13822024-07-22T22:33:24.860Z Compiling whoami v1.5.1
13832024-07-22T22:33:24.880Z Compiling precomputed-hash v0.1.1
13842024-07-22T22:33:24.993Z Compiling new_debug_unreachable v1.0.6
13852024-07-22T22:33:25.084Z Compiling webpki-roots v0.25.4
13862024-07-22T22:33:25.111Z Compiling fixedbitset v0.4.2
13872024-07-22T22:33:25.324Z Compiling toml_edit v0.22.16
13882024-07-22T22:33:25.421Z Compiling petgraph v0.6.5
13892024-07-22T22:33:25.488Z Compiling console v0.15.8
13902024-07-22T22:33:26.425Z Compiling yasna v0.5.2
13912024-07-22T22:33:26.573Z Compiling elliptic-curve v0.13.8
13922024-07-22T22:33:27.060Z Compiling reqwest v0.11.27
13932024-07-22T22:33:27.389Z Compiling tokio-postgres v0.7.10
13942024-07-22T22:33:29.005Z Compiling string_cache v0.8.7
13952024-07-22T22:33:29.042Z Compiling similar v2.5.0
13962024-07-22T22:33:29.481Z Compiling predicates v3.1.0
13972024-07-22T22:33:29.793Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
13982024-07-22T22:33:30.981Z Checking anstream v0.6.14
13992024-07-22T22:33:31.302Z Compiling trust-dns-proto v0.22.0
14002024-07-22T22:33:31.644Z Compiling nom v7.1.3
14012024-07-22T22:33:32.315Z Compiling crossbeam-epoch v0.9.18
14022024-07-22T22:33:32.480Z Compiling usdt v0.5.0
14032024-07-22T22:33:33.005Z Compiling diesel v2.1.6
14042024-07-22T22:33:33.134Z Compiling futures v0.3.30
14052024-07-22T22:33:34.004Z Compiling cipher v0.4.4
14062024-07-22T22:33:34.043Z Compiling crossterm v0.27.0
14072024-07-22T22:33:35.393Z Compiling toml v0.7.8
14082024-07-22T22:33:35.694Z Compiling clap v4.5.9
14092024-07-22T22:33:35.821Z Compiling bit-set v0.5.3
14102024-07-22T22:33:36.091Z Compiling itertools v0.12.1
14112024-07-22T22:33:36.174Z Compiling itertools v0.10.5
14122024-07-22T22:33:37.722Z Compiling bstr v1.9.1
14132024-07-22T22:33:38.978Z Compiling tokio-stream v0.1.15
14142024-07-22T22:33:39.194Z Compiling openapiv3 v2.0.0
14152024-07-22T22:33:39.422Z Compiling hex v0.4.3
14162024-07-22T22:33:39.755Z Compiling num-iter v0.1.45
14172024-07-22T22:33:40.074Z Checking thread-id v4.2.1
14182024-07-22T22:33:40.125Z Checking ipnet v2.9.0
14192024-07-22T22:33:40.174Z Compiling lalrpop-util v0.19.12
14202024-07-22T22:33:40.267Z Checking clap_lex v0.7.0
14212024-07-22T22:33:40.512Z Compiling unicode-xid v0.2.4
14222024-07-22T22:33:40.525Z Compiling peg-runtime v0.8.3
14232024-07-22T22:33:41.177Z Checking strsim v0.11.1
14242024-07-22T22:33:44.165Z Checking rustls-pemfile v1.0.4
14252024-07-22T22:33:45.018Z Checking crc32fast v1.4.0
14262024-07-22T22:33:45.402Z Checking memmap v0.7.0
14272024-07-22T22:33:45.416Z Checking encoding_rs v0.8.34
14282024-07-22T22:33:45.649Z Checking winnow v0.6.8
14292024-07-22T22:33:46.009Z Checking unicode-width v0.1.13
14302024-07-22T22:33:46.185Z Checking sync_wrapper v0.1.2
14312024-07-22T22:33:46.298Z Checking mime v0.3.17
14322024-07-22T22:33:50.057Z Checking flate2 v1.0.30
14332024-07-22T22:33:53.494Z Checking camino v1.1.7
14342024-07-22T22:33:53.508Z Checking sigpipe v0.1.3
14352024-07-22T22:34:03.097Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14362024-07-22T22:34:10.330Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
14372024-07-22T22:34:10.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
14382024-07-22T22:34:10.727Z
14392024-07-22T22:34:10.727Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/137)
14402024-07-22T22:34:11.151Z Downloading crates ...
14412024-07-22T22:34:11.361Z Downloaded atomicwrites v0.4.3
14422024-07-22T22:34:11.364Z Downloaded arc-swap v1.7.1
14432024-07-22T22:34:11.367Z Downloaded atty v0.2.14
14442024-07-22T22:34:11.369Z Downloaded base64 v0.13.1
14452024-07-22T22:34:11.372Z Downloaded humantime v2.1.0
14462024-07-22T22:34:11.372Z Downloaded termcolor v1.4.1
14472024-07-22T22:34:11.375Z Downloaded walkdir v2.5.0
14482024-07-22T22:34:11.375Z Downloaded bitstruct_derive v0.1.0
14492024-07-22T22:34:11.375Z Downloaded headers-core v0.2.0
14502024-07-22T22:34:11.379Z Downloaded headers v0.3.9
14512024-07-22T22:34:11.381Z Downloaded bitstruct v0.1.1
14522024-07-22T22:34:11.386Z Downloaded tokio-tungstenite v0.20.1
14532024-07-22T22:34:11.388Z Downloaded serde_arrays v0.1.0
14542024-07-22T22:34:11.389Z Downloaded ron v0.7.1
14552024-07-22T22:34:11.391Z Downloaded zone_cfg_derive v0.1.2
14562024-07-22T22:34:11.391Z Downloaded tungstenite v0.20.1
14572024-07-22T22:34:11.395Z Downloaded slog-envlogger v2.2.0
14582024-07-22T22:34:11.398Z Downloaded tungstenite v0.21.0
14592024-07-22T22:34:11.400Z Downloaded ascii v1.1.0
14602024-07-22T22:34:11.403Z Downloaded tokio-tungstenite v0.21.0
14612024-07-22T22:34:11.403Z Downloaded utf-8 v0.7.6
14622024-07-22T22:34:11.407Z Downloaded heck v0.3.3
14632024-07-22T22:34:11.407Z Downloaded erased-serde v0.3.31
14642024-07-22T22:34:11.410Z Downloaded subprocess v0.2.9
14652024-07-22T22:34:11.410Z Downloaded portpicker v0.1.1
14662024-07-22T22:34:11.410Z Downloaded slog-stdlog v4.1.1
14672024-07-22T22:34:11.413Z Downloaded slog-scope v4.4.0
14682024-07-22T22:34:11.413Z Downloaded same-file v1.0.6
14692024-07-22T22:34:11.413Z Downloaded pem v3.0.4
14702024-07-22T22:34:11.416Z Downloaded zone v0.1.8
14712024-07-22T22:34:11.416Z Downloaded rcgen v0.12.1
14722024-07-22T22:34:11.419Z Downloaded env_logger v0.9.3
14732024-07-22T22:34:11.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14742024-07-22T22:34:11.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14752024-07-22T22:34:11.509Z Compiling regress v0.9.1
14762024-07-22T22:34:11.591Z Checking sha1 v0.10.6
14772024-07-22T22:34:11.594Z Compiling strum_macros v0.26.4
14782024-07-22T22:34:11.616Z Checking heck v0.5.0
14792024-07-22T22:34:11.627Z Compiling getopts v0.2.21
14802024-07-22T22:34:11.629Z Checking dirs-sys-next v0.1.2
14812024-07-22T22:34:11.636Z Compiling unsafe-libyaml v0.2.11
14822024-07-22T22:34:11.788Z Checking dirs-next v2.0.0
14832024-07-22T22:34:11.829Z Checking http v1.1.0
14842024-07-22T22:34:11.895Z Checking thread_local v1.1.8
14852024-07-22T22:34:12.064Z Checking rustls-pki-types v1.7.0
14862024-07-22T22:34:12.152Z Compiling ident_case v1.0.1
14872024-07-22T22:34:12.321Z Compiling darling_core v0.20.9
14882024-07-22T22:34:12.481Z Checking term v0.7.0
14892024-07-22T22:34:12.607Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14902024-07-22T22:34:12.874Z Checking crossbeam-channel v0.5.12
14912024-07-22T22:34:12.925Z Compiling serde_yaml v0.9.34+deprecated
14922024-07-22T22:34:13.196Z Checking is-terminal v0.4.12
14932024-07-22T22:34:13.305Z Checking atty v0.2.14
14942024-07-22T22:34:13.419Z Checking humantime v2.1.0
14952024-07-22T22:34:13.603Z Checking utf-8 v0.7.6
14962024-07-22T22:34:13.617Z Checking base64 v0.22.1
14972024-07-22T22:34:13.707Z Checking take_mut v0.2.2
14982024-07-22T22:34:13.790Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14992024-07-22T22:34:13.846Z Checking termcolor v1.4.1
15002024-07-22T22:34:14.086Z Compiling paste v1.0.15
15012024-07-22T22:34:14.101Z Compiling rustls v0.22.4
15022024-07-22T22:34:14.221Z Checking env_logger v0.9.3
15032024-07-22T22:34:14.391Z Checking slog-async v2.8.0
15042024-07-22T22:34:14.623Z Checking slog-term v2.9.1
15052024-07-22T22:34:14.649Z Checking rustls-webpki v0.102.4
15062024-07-22T22:34:14.663Z Compiling proc-macro-crate v1.3.1
15072024-07-22T22:34:14.915Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15082024-07-22T22:34:15.382Z Compiling bitstruct_derive v0.1.0
15092024-07-22T22:34:15.754Z Compiling structmeta-derive v0.3.0
15102024-07-22T22:34:16.782Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15112024-07-22T22:34:16.811Z Compiling multer v3.1.0
15122024-07-22T22:34:16.853Z Checking match_cfg v0.1.0
15132024-07-22T22:34:16.924Z Checking ascii v1.1.0
15142024-07-22T22:34:17.029Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15152024-07-22T22:34:17.110Z Checking strum v0.26.3
15162024-07-22T22:34:17.263Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15172024-07-22T22:34:17.263Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15182024-07-22T22:34:17.282Z Checking hostname v0.3.1
15192024-07-22T22:34:17.308Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
15202024-07-22T22:34:17.317Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15212024-07-22T22:34:17.410Z Checking bitstruct v0.1.1
15222024-07-22T22:34:17.456Z Compiling num_enum_derive v0.5.11
15232024-07-22T22:34:17.606Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15242024-07-22T22:34:17.835Z Checking slog-json v2.6.1
15252024-07-22T22:34:18.081Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15262024-07-22T22:34:18.156Z Checking erased-serde v0.3.31
15272024-07-22T22:34:18.328Z Checking serde_arrays v0.1.0
15282024-07-22T22:34:18.473Z Compiling foreign-types-macros v0.2.3
15292024-07-22T22:34:18.701Z Compiling async-stream-impl v0.3.5
15302024-07-22T22:34:18.811Z Compiling structmeta v0.3.0
15312024-07-22T22:34:19.235Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15322024-07-22T22:34:19.249Z Checking arc-swap v1.7.1
15332024-07-22T22:34:19.505Z Checking atomic-waker v1.1.2
15342024-07-22T22:34:19.632Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15352024-07-22T22:34:19.653Z Checking foreign-types-shared v0.3.1
15362024-07-22T22:34:19.734Z Compiling darling_macro v0.20.9
15372024-07-22T22:34:19.737Z Checking slog-scope v4.4.0
15382024-07-22T22:34:19.758Z Checking foreign-types v0.5.0
15392024-07-22T22:34:19.850Z Checking waitgroup v0.1.2
15402024-07-22T22:34:19.918Z Compiling parse-display-derive v0.9.1
15412024-07-22T22:34:19.955Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15422024-07-22T22:34:19.971Z Checking slog-bunyan v2.5.0
15432024-07-22T22:34:20.095Z Checking async-stream v0.3.5
15442024-07-22T22:34:20.120Z Compiling proc-macro-error v1.0.4
15452024-07-22T22:34:20.188Z Checking num_enum v0.5.11
15462024-07-22T22:34:20.442Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15472024-07-22T22:34:20.699Z Checking toml v0.8.15
15482024-07-22T22:34:20.723Z Checking rustls-pemfile v2.1.2
15492024-07-22T22:34:20.745Z Compiling darling v0.20.9
15502024-07-22T22:34:20.854Z Compiling serde_with_macros v3.8.3
15512024-07-22T22:34:20.868Z Checking tungstenite v0.20.1
15522024-07-22T22:34:20.936Z Compiling heck v0.3.3
15532024-07-22T22:34:21.080Z Checking tokio-rustls v0.25.0
15542024-07-22T22:34:21.346Z Checking newtype-uuid v1.1.0
15552024-07-22T22:34:21.403Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15562024-07-22T22:34:21.453Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15572024-07-22T22:34:21.571Z Checking serde_path_to_error v0.1.16
15582024-07-22T22:34:21.726Z Checking cstr-argument v0.1.2
15592024-07-22T22:34:21.893Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15602024-07-22T22:34:22.179Z Checking hostname v0.4.0
15612024-07-22T22:34:22.264Z Checking instant v0.1.12
15622024-07-22T22:34:22.306Z Checking debug-ignore v1.0.5
15632024-07-22T22:34:22.374Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
15642024-07-22T22:34:22.435Z Checking pretty-hex v0.2.1
15652024-07-22T22:34:22.596Z Checking fastrand v2.1.0
15662024-07-22T22:34:22.647Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15672024-07-22T22:34:22.650Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15682024-07-22T22:34:22.774Z Checking backoff v0.4.0
15692024-07-22T22:34:22.899Z Checking tempfile v3.10.1
15702024-07-22T22:34:23.040Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15712024-07-22T22:34:23.053Z Checking tokio-tungstenite v0.20.1
15722024-07-22T22:34:23.267Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15732024-07-22T22:34:23.345Z Compiling zone_cfg_derive v0.1.2
15742024-07-22T22:34:23.492Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15752024-07-22T22:34:23.509Z Checking slog-stdlog v4.1.1
15762024-07-22T22:34:23.660Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15772024-07-22T22:34:23.811Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15782024-07-22T22:34:24.048Z Checking serde_with v3.8.3
15792024-07-22T22:34:24.129Z Checking tungstenite v0.21.0
15802024-07-22T22:34:24.214Z Checking colored v2.1.0
15812024-07-22T22:34:24.505Z Checking macaddr v1.0.1
15822024-07-22T22:34:24.832Z Checking parse-display v0.9.1
15832024-07-22T22:34:24.845Z Checking socket2 v0.4.10
15842024-07-22T22:34:24.899Z Checking base64 v0.13.1
15852024-07-22T22:34:24.993Z Checking tokio-tungstenite v0.21.0
15862024-07-22T22:34:25.043Z Checking zone v0.1.8
15872024-07-22T22:34:25.266Z Checking ron v0.7.1
15882024-07-22T22:34:25.475Z Checking slog-envlogger v2.2.0
15892024-07-22T22:34:25.683Z Checking pem v3.0.4
15902024-07-22T22:34:25.706Z Checking tabwriter v1.4.0
15912024-07-22T22:34:25.939Z Checking xattr v1.3.1
15922024-07-22T22:34:25.953Z Checking portpicker v0.1.1
15932024-07-22T22:34:26.089Z Checking headers-core v0.2.0
15942024-07-22T22:34:26.119Z Checking smf v0.2.3
15952024-07-22T22:34:26.224Z Checking filetime v0.2.23
15962024-07-22T22:34:26.410Z Checking same-file v1.0.6
15972024-07-22T22:34:26.439Z Checking tar v0.4.41
15982024-07-22T22:34:26.564Z Checking headers v0.3.9
15992024-07-22T22:34:26.576Z Checking walkdir v2.5.0
16002024-07-22T22:34:26.833Z Checking rcgen v0.12.1
16012024-07-22T22:34:26.946Z Checking atomicwrites v0.4.3
16022024-07-22T22:34:27.123Z Checking camino-tempfile v1.1.1
16032024-07-22T22:34:27.184Z Checking subprocess v0.2.9
16042024-07-22T22:34:28.392Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16052024-07-22T22:34:28.660Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16062024-07-22T22:34:29.745Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16072024-07-22T22:34:31.688Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16082024-07-22T22:34:31.752Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16092024-07-22T22:34:34.887Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16102024-07-22T22:34:41.775Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16112024-07-22T22:34:41.898Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
16122024-07-22T22:34:41.901Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16132024-07-22T22:34:44.276Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
16142024-07-22T22:34:44.577Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16152024-07-22T22:34:49.766Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
16162024-07-22T22:34:51.084Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16172024-07-22T22:34:52.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.39s
16182024-07-22T22:34:52.245Z
16192024-07-22T22:34:52.245Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/137)
16202024-07-22T22:34:52.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-07-22T22:34:52.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-07-22T22:34:52.838Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16232024-07-22T22:34:54.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
16242024-07-22T22:34:54.134Z
16252024-07-22T22:34:54.134Zinfo: running `cargo check --bins` on nexus-config (31/137)
16262024-07-22T22:34:54.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-07-22T22:34:54.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-07-22T22:34:54.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292024-07-22T22:34:54.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16302024-07-22T22:34:54.699Z
16312024-07-22T22:34:54.699Zinfo: running `cargo check --bins` on omicron-rpaths (32/137)
16322024-07-22T22:34:55.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332024-07-22T22:34:55.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342024-07-22T22:34:55.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352024-07-22T22:34:55.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16362024-07-22T22:34:55.233Z
16372024-07-22T22:34:55.233Zinfo: running `cargo check --bins` on omicron-certificates (33/137)
16382024-07-22T22:34:55.650Z Downloading crates ...
16392024-07-22T22:34:55.763Z Downloaded display-error-chain v0.2.0
16402024-07-22T22:34:55.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-07-22T22:34:55.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-07-22T22:34:55.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-07-22T22:34:55.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16442024-07-22T22:34:55.830Z
16452024-07-22T22:34:55.830Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/137)
16462024-07-22T22:34:56.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-07-22T22:34:56.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-07-22T22:34:56.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-07-22T22:34:56.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16502024-07-22T22:34:56.412Z
16512024-07-22T22:34:56.412Zinfo: running `cargo check --bins` on cockroach-admin-client (35/137)
16522024-07-22T22:34:56.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-07-22T22:34:56.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-07-22T22:34:56.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-07-22T22:34:56.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16562024-07-22T22:34:56.951Z
16572024-07-22T22:34:56.951Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/137)
16582024-07-22T22:34:57.356Z Downloading crates ...
16592024-07-22T22:34:57.513Z Downloaded blake3 v1.5.1
16602024-07-22T22:34:57.520Z Downloaded rayon-core v1.12.1
16612024-07-22T22:34:57.523Z Downloaded memmap2 v0.9.4
16622024-07-22T22:34:57.526Z Downloaded crossbeam-deque v0.8.5
16632024-07-22T22:34:57.529Z Downloaded constant_time_eq v0.3.0
16642024-07-22T22:34:57.532Z Downloaded rayon v1.10.0
16652024-07-22T22:34:57.538Z Downloaded untrusted v0.7.1
16662024-07-22T22:34:57.541Z Downloaded topological-sort v0.2.2
16672024-07-22T22:34:57.541Z Downloaded toolchain_find v0.4.0
16682024-07-22T22:34:57.544Z Downloaded spin v0.5.2
16692024-07-22T22:34:57.544Z Downloaded rustfmt-wrapper v0.2.1
16702024-07-22T22:34:57.544Z Downloaded omicron-zone-package v0.11.0
16712024-07-22T22:34:57.546Z Downloaded home v0.5.9
16722024-07-22T22:34:57.549Z Downloaded arrayvec v0.7.4
16732024-07-22T22:34:57.552Z Downloaded arrayref v0.3.7
16742024-07-22T22:34:57.782Z Downloaded ring v0.16.20
16752024-07-22T22:34:57.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-07-22T22:34:57.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-07-22T22:34:57.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-07-22T22:34:57.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
16792024-07-22T22:34:57.934Z
16802024-07-22T22:34:57.934Zinfo: running `cargo check --bins` on dns-service-client (37/137)
16812024-07-22T22:34:58.353Z Downloading crates ...
16822024-07-22T22:34:58.464Z Downloaded newline-converter v0.3.0
16832024-07-22T22:34:58.467Z Downloaded expectorate v1.1.0
16842024-07-22T22:34:58.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-07-22T22:34:58.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-07-22T22:34:58.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-07-22T22:34:58.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16882024-07-22T22:34:58.529Z
16892024-07-22T22:34:58.529Zinfo: running `cargo check --bins` on dpd-client (38/137)
16902024-07-22T22:34:59.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-07-22T22:34:59.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-07-22T22:34:59.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-07-22T22:34:59.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16942024-07-22T22:34:59.075Z
16952024-07-22T22:34:59.075Zinfo: running `cargo check --bins` on gateway-client (39/137)
16962024-07-22T22:34:59.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-07-22T22:34:59.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-07-22T22:34:59.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-07-22T22:34:59.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17002024-07-22T22:34:59.622Z
17012024-07-22T22:34:59.622Zinfo: running `cargo check --bins` on installinator-client (40/137)
17022024-07-22T22:35:00.027Z Downloading crates ...
17032024-07-22T22:35:00.166Z Downloaded derive-where v1.2.7
17042024-07-22T22:35:00.169Z Downloaded owo-colors v4.0.0
17052024-07-22T22:35:00.172Z Downloaded libsw v3.3.1
17062024-07-22T22:35:00.175Z Downloaded linear-map v1.2.0
17072024-07-22T22:35:00.175Z Downloaded cancel-safe-futures v0.1.5
17082024-07-22T22:35:00.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-07-22T22:35:00.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-07-22T22:35:00.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112024-07-22T22:35:00.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17122024-07-22T22:35:00.246Z
17132024-07-22T22:35:00.246Zinfo: running `cargo check --bins` on installinator-common (41/137)
17142024-07-22T22:35:00.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-07-22T22:35:00.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-07-22T22:35:00.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-07-22T22:35:00.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17182024-07-22T22:35:00.830Z
17192024-07-22T22:35:00.830Zinfo: running `cargo check --bins` on update-engine (42/137)
17202024-07-22T22:35:01.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-07-22T22:35:01.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-07-22T22:35:01.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-07-22T22:35:01.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17242024-07-22T22:35:01.383Z
17252024-07-22T22:35:01.383Zinfo: running `cargo check --bins` on nexus-client (43/137)
17262024-07-22T22:35:01.786Z Downloading crates ...
17272024-07-22T22:35:01.927Z Downloaded blake2 v0.10.6
17282024-07-22T22:35:01.930Z Downloaded rustc_version v0.1.7
17292024-07-22T22:35:01.932Z Downloaded newtype_derive v0.1.6
17302024-07-22T22:35:01.933Z Downloaded password-hash v0.5.0
17312024-07-22T22:35:01.935Z Downloaded argon2 v0.5.3
17322024-07-22T22:35:01.935Z Downloaded steno v0.4.1
17332024-07-22T22:35:01.939Z Downloaded semver v0.1.20
17342024-07-22T22:35:01.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352024-07-22T22:35:01.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362024-07-22T22:35:01.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372024-07-22T22:35:01.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17382024-07-22T22:35:02.008Z
17392024-07-22T22:35:02.008Zinfo: running `cargo check --bins` on nexus-types (44/137)
17402024-07-22T22:35:02.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412024-07-22T22:35:02.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422024-07-22T22:35:02.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432024-07-22T22:35:02.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17442024-07-22T22:35:02.576Z
17452024-07-22T22:35:02.576Zinfo: running `cargo check --bins` on omicron-passwords (45/137)
17462024-07-22T22:35:03.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472024-07-22T22:35:03.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482024-07-22T22:35:03.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492024-07-22T22:35:03.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17502024-07-22T22:35:03.133Z
17512024-07-22T22:35:03.133Zinfo: running `cargo check --bins` on sled-agent-client (46/137)
17522024-07-22T22:35:03.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532024-07-22T22:35:03.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542024-07-22T22:35:03.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552024-07-22T22:35:03.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17562024-07-22T22:35:03.692Z
17572024-07-22T22:35:03.692Zinfo: running `cargo check --bins` on oxide-client (47/137)
17582024-07-22T22:35:04.131Z Downloading crates ...
17592024-07-22T22:35:04.218Z Downloaded lru-cache v0.1.2
17602024-07-22T22:35:04.221Z Downloaded resolv-conf v0.7.0
17612024-07-22T22:35:04.226Z Downloaded trust-dns-resolver v0.22.0
17622024-07-22T22:35:04.230Z Downloaded linked-hash-map v0.5.6
17632024-07-22T22:35:04.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-07-22T22:35:04.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-07-22T22:35:04.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-07-22T22:35:04.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17672024-07-22T22:35:04.298Z
17682024-07-22T22:35:04.298Zinfo: running `cargo check --bins` on oximeter-client (48/137)
17692024-07-22T22:35:04.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-07-22T22:35:04.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-07-22T22:35:04.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-07-22T22:35:04.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17732024-07-22T22:35:04.866Z
17742024-07-22T22:35:04.866Zinfo: running `cargo check --bins` on wicketd-client (49/137)
17752024-07-22T22:35:05.318Z Downloading crates ...
17762024-07-22T22:35:05.428Z Downloaded maplit v1.0.2
17772024-07-22T22:35:05.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782024-07-22T22:35:05.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792024-07-22T22:35:05.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802024-07-22T22:35:05.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17812024-07-22T22:35:05.503Z
17822024-07-22T22:35:05.503Zinfo: running `cargo check --bins` on wicket-common (50/137)
17832024-07-22T22:35:06.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842024-07-22T22:35:06.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852024-07-22T22:35:06.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862024-07-22T22:35:06.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17872024-07-22T22:35:06.082Z
17882024-07-22T22:35:06.082Zinfo: running `cargo check --bins` on omicron-cockroach-admin (51/137)
17892024-07-22T22:35:06.501Z Downloading crates ...
17902024-07-22T22:35:06.639Z Downloaded csv-core v0.1.11
17912024-07-22T22:35:06.656Z Downloaded slog-dtrace v0.3.0
17922024-07-22T22:35:06.709Z Downloaded csv v1.3.0
17932024-07-22T22:35:06.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942024-07-22T22:35:06.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952024-07-22T22:35:06.812Z Compiling heapless v0.8.0
17962024-07-22T22:35:06.815Z Checking hash32 v0.3.1
17972024-07-22T22:35:06.896Z Compiling smoltcp v0.11.0
17982024-07-22T22:35:06.907Z Checking embedded-io v0.4.0
17992024-07-22T22:35:06.907Z Checking cobs v0.2.3
18002024-07-22T22:35:06.926Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18012024-07-22T22:35:06.929Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18022024-07-22T22:35:06.948Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18032024-07-22T22:35:07.035Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18042024-07-22T22:35:07.062Z Compiling crucible-workspace-hack v0.1.0
18052024-07-22T22:35:07.078Z Checking csv-core v0.1.11
18062024-07-22T22:35:07.090Z Checking postcard v1.0.8
18072024-07-22T22:35:07.226Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18082024-07-22T22:35:07.374Z Checking csv v1.3.0
18092024-07-22T22:35:07.410Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18102024-07-22T22:35:07.421Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18112024-07-22T22:35:07.595Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18122024-07-22T22:35:07.730Z Compiling num-derive v0.4.2
18132024-07-22T22:35:07.775Z Compiling slog-dtrace v0.3.0
18142024-07-22T22:35:07.812Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18152024-07-22T22:35:07.895Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
18162024-07-22T22:35:08.166Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
18172024-07-22T22:35:08.606Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
18182024-07-22T22:35:08.688Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18192024-07-22T22:35:09.331Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
18202024-07-22T22:35:10.449Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18212024-07-22T22:35:11.261Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18222024-07-22T22:35:12.264Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18232024-07-22T22:35:12.429Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18242024-07-22T22:35:14.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.71s
18252024-07-22T22:35:14.917Z
18262024-07-22T22:35:14.917Zinfo: running `cargo check --bins` on cockroach-admin-api (52/137)
18272024-07-22T22:35:15.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282024-07-22T22:35:15.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292024-07-22T22:35:15.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302024-07-22T22:35:15.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18312024-07-22T22:35:15.481Z
18322024-07-22T22:35:15.481Zinfo: running `cargo check --bins` on cockroach-admin-types (53/137)
18332024-07-22T22:35:15.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342024-07-22T22:35:15.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352024-07-22T22:35:15.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362024-07-22T22:35:16.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18372024-07-22T22:35:16.054Z
18382024-07-22T22:35:16.054Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (54/137)
18392024-07-22T22:35:16.485Z Downloading crates ...
18402024-07-22T22:35:16.694Z Downloaded bitvec v1.0.1
18412024-07-22T22:35:16.709Z Downloaded num-complex v0.4.6
18422024-07-22T22:35:16.712Z Downloaded num v0.4.3
18432024-07-22T22:35:16.712Z Downloaded glob v0.3.1
18442024-07-22T22:35:16.715Z Downloaded funty v2.0.0
18452024-07-22T22:35:16.715Z Downloaded env_logger v0.10.2
18462024-07-22T22:35:16.718Z Downloaded bzip2 v0.4.4
18472024-07-22T22:35:16.721Z Downloaded bitfield v0.14.0
18482024-07-22T22:35:16.721Z Downloaded bcs v0.1.6
18492024-07-22T22:35:16.723Z Downloaded wyz v0.5.1
18502024-07-22T22:35:16.723Z Downloaded tap v1.0.1
18512024-07-22T22:35:16.723Z Downloaded radium v0.7.0
18522024-07-22T22:35:16.726Z Downloaded quick-xml v0.31.0
18532024-07-22T22:35:16.730Z Downloaded bb8 v0.8.5
18542024-07-22T22:35:16.733Z Downloaded crc-any v2.5.0
18552024-07-22T22:35:16.735Z Downloaded derive_builder v0.20.0
18562024-07-22T22:35:16.739Z Downloaded http-range v0.1.5
18572024-07-22T22:35:16.741Z Downloaded kstat-rs v0.2.4
18582024-07-22T22:35:16.741Z Downloaded impl-trait-for-tuples v0.2.2
18592024-07-22T22:35:16.744Z Downloaded hyper-staticfile v0.9.5
18602024-07-22T22:35:16.747Z Downloaded maybe-uninit v2.0.0
18612024-07-22T22:35:16.747Z Downloaded libxml v0.3.3
18622024-07-22T22:35:16.752Z Downloaded libefi-sys v0.1.0
18632024-07-22T22:35:16.754Z Downloaded highway v1.1.0
18642024-07-22T22:35:16.757Z Downloaded gethostname v0.4.3
18652024-07-22T22:35:16.757Z Downloaded nix v0.27.1
18662024-07-22T22:35:16.767Z Downloaded float-ord v0.3.2
18672024-07-22T22:35:16.769Z Downloaded nodrop v0.1.14
18682024-07-22T22:35:16.769Z Downloaded endian-type v0.1.2
18692024-07-22T22:35:16.769Z Downloaded clang-sys v1.7.0
18702024-07-22T22:35:16.772Z Downloaded bitfield-struct v0.6.1
18712024-07-22T22:35:16.772Z Downloaded async-recursion v1.1.1
18722024-07-22T22:35:16.776Z Downloaded array-init v0.0.4
18732024-07-22T22:35:16.778Z Downloaded indoc v1.0.9
18742024-07-22T22:35:16.781Z Downloaded fxhash v0.2.1
18752024-07-22T22:35:16.781Z Downloaded nanorand v0.7.0
18762024-07-22T22:35:16.784Z Downloaded lazycell v1.3.0
18772024-07-22T22:35:16.784Z Downloaded mime_guess v2.0.4
18782024-07-22T22:35:16.787Z Downloaded memoffset v0.9.1
18792024-07-22T22:35:16.787Z Downloaded derive_builder_core v0.20.0
18802024-07-22T22:35:16.789Z Downloaded diff v0.1.13
18812024-07-22T22:35:16.792Z Downloaded num-rational v0.4.2
18822024-07-22T22:35:16.792Z Downloaded const_format v0.2.32
18832024-07-22T22:35:16.796Z Downloaded ena v0.14.3
18842024-07-22T22:35:16.799Z Downloaded hashbrown v0.13.2
18852024-07-22T22:35:16.802Z Downloaded const_format_proc_macros v0.2.32
18862024-07-22T22:35:16.804Z Downloaded derive_builder_macro v0.20.0
18872024-07-22T22:35:16.807Z Downloaded crunchy v0.2.2
18882024-07-22T22:35:16.807Z Downloaded cexpr v0.6.0
18892024-07-22T22:35:16.810Z Downloaded ascii-canvas v3.0.0
18902024-07-22T22:35:16.855Z Downloaded tls_codec_derive v0.4.1
18912024-07-22T22:35:16.858Z Downloaded pkcs1 v0.7.5
18922024-07-22T22:35:16.861Z Downloaded path-slash v0.1.5
18932024-07-22T22:35:16.861Z Downloaded parking_lot_core v0.8.6
18942024-07-22T22:35:16.864Z Downloaded packed_struct_codegen v0.10.1
18952024-07-22T22:35:16.864Z Downloaded oso-derive v0.27.3
18962024-07-22T22:35:16.867Z Downloaded object v0.30.4
18972024-07-22T22:35:16.874Z Downloaded trust-dns-client v0.22.0
18982024-07-22T22:35:16.879Z Downloaded shlex v1.3.0
18992024-07-22T22:35:16.882Z Downloaded nibble_vec v0.1.0
19002024-07-22T22:35:16.882Z Downloaded signature v2.2.0
19012024-07-22T22:35:16.885Z Downloaded libloading v0.8.3
19022024-07-22T22:35:16.887Z Downloaded flume v0.11.0
19032024-07-22T22:35:16.890Z Downloaded rustc-hash v1.1.0
19042024-07-22T22:35:16.890Z Downloaded ref-cast-impl v1.0.23
19052024-07-22T22:35:16.894Z Downloaded ref-cast v1.0.23
19062024-07-22T22:35:16.894Z Downloaded strum_macros v0.24.3
19072024-07-22T22:35:16.905Z Downloaded tiny-keccak v2.0.2
19082024-07-22T22:35:16.905Z Downloaded which v4.4.2
19092024-07-22T22:35:16.905Z Downloaded unicase v2.7.0
19102024-07-22T22:35:16.917Z Downloaded parking_lot v0.11.2
19112024-07-22T22:35:16.917Z Downloaded rsa v0.9.6
19122024-07-22T22:35:16.917Z Downloaded prettyplease v0.2.20
19132024-07-22T22:35:16.917Z Downloaded toml v0.5.11
19142024-07-22T22:35:16.918Z Downloaded lalrpop v0.19.12
19152024-07-22T22:35:16.923Z Downloaded crc-catalog v2.4.0
19162024-07-22T22:35:16.926Z Downloaded bindgen v0.69.4
19172024-07-22T22:35:16.930Z Downloaded crc v3.2.1
19182024-07-22T22:35:16.933Z Downloaded cookie v0.18.1
19192024-07-22T22:35:16.936Z Downloaded tls_codec v0.4.1
19202024-07-22T22:35:16.936Z Downloaded smallvec v0.6.14
19212024-07-22T22:35:16.940Z Downloaded signal-hook-tokio v0.3.1
19222024-07-22T22:35:16.940Z Downloaded serde-hex v0.1.0
19232024-07-22T22:35:16.940Z Downloaded serde-big-array v0.5.1
19242024-07-22T22:35:16.944Z Downloaded samael v0.0.15
19252024-07-22T22:35:16.948Z Downloaded ron v0.8.1
19262024-07-22T22:35:16.960Z Downloaded radix_trie v0.2.1
19272024-07-22T22:35:16.965Z Downloaded packed_struct v0.10.1
19282024-07-22T22:35:16.968Z Downloaded zip v0.6.6
19292024-07-22T22:35:16.971Z Downloaded num-bigint-dig v0.8.4
19302024-07-22T22:35:16.975Z Downloaded regex-syntax v0.6.29
19312024-07-22T22:35:16.982Z Downloaded x509-cert v0.2.5
19322024-07-22T22:35:16.987Z Downloaded polar-core v0.27.3
19332024-07-22T22:35:16.994Z Downloaded bzip2-sys v0.1.11+1.0.8
19342024-07-22T22:35:17.005Z Downloaded trust-dns-server v0.22.1
19352024-07-22T22:35:17.009Z Downloaded sled v0.34.7
19362024-07-22T22:35:17.019Z Downloaded oso v0.27.3
19372024-07-22T22:35:17.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382024-07-22T22:35:17.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392024-07-22T22:35:17.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402024-07-22T22:35:17.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
19412024-07-22T22:35:17.107Z
19422024-07-22T22:35:17.107Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (55/137)
19432024-07-22T22:35:17.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442024-07-22T22:35:17.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452024-07-22T22:35:17.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462024-07-22T22:35:17.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19472024-07-22T22:35:17.785Z
19482024-07-22T22:35:17.785Zinfo: running `cargo check --bins` on dns-server (56/137)
19492024-07-22T22:35:18.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502024-07-22T22:35:18.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512024-07-22T22:35:18.356Z Compiling parking_lot_core v0.8.6
19522024-07-22T22:35:18.359Z Checking nibble_vec v0.1.0
19532024-07-22T22:35:18.438Z Checking endian-type v0.1.2
19542024-07-22T22:35:18.445Z Checking newline-converter v0.3.0
19552024-07-22T22:35:18.447Z Checking linked-hash-map v0.5.6
19562024-07-22T22:35:18.447Z Checking quick-error v1.2.3
19572024-07-22T22:35:18.452Z Checking fxhash v0.2.1
19582024-07-22T22:35:18.455Z Checking toml v0.5.11
19592024-07-22T22:35:18.563Z Checking expectorate v1.1.0
19602024-07-22T22:35:18.576Z Checking resolv-conf v0.7.0
19612024-07-22T22:35:18.588Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
19622024-07-22T22:35:18.611Z Checking radix_trie v0.2.1
19632024-07-22T22:35:18.690Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19642024-07-22T22:35:18.729Z Checking lru-cache v0.1.2
19652024-07-22T22:35:18.881Z Checking trust-dns-resolver v0.22.0
19662024-07-22T22:35:18.937Z Checking trust-dns-client v0.22.0
19672024-07-22T22:35:19.085Z Checking parking_lot v0.11.2
19682024-07-22T22:35:19.397Z Checking sled v0.34.7
19692024-07-22T22:35:19.788Z Checking trust-dns-server v0.22.1
19702024-07-22T22:35:21.361Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19712024-07-22T22:35:22.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
19722024-07-22T22:35:22.480Z
19732024-07-22T22:35:22.480Zinfo: running `cargo check --bins` on dns-server-api (57/137)
19742024-07-22T22:35:22.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752024-07-22T22:35:22.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762024-07-22T22:35:22.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772024-07-22T22:35:22.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19782024-07-22T22:35:23.035Z
19792024-07-22T22:35:23.035Zinfo: running `cargo check --bins` on gateway-test-utils (58/137)
19802024-07-22T22:35:23.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812024-07-22T22:35:23.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822024-07-22T22:35:23.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832024-07-22T22:35:23.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19842024-07-22T22:35:23.639Z
19852024-07-22T22:35:23.639Zinfo: running `cargo check --bins` on omicron-gateway (59/137)
19862024-07-22T22:35:24.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872024-07-22T22:35:24.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882024-07-22T22:35:24.253Z Compiling radium v0.7.0
19892024-07-22T22:35:24.332Z Compiling maybe-uninit v2.0.0
19902024-07-22T22:35:24.335Z Checking tap v1.0.1
19912024-07-22T22:35:24.350Z Compiling bzip2-sys v0.1.11+1.0.8
19922024-07-22T22:35:24.353Z Compiling packed_struct v0.10.1
19932024-07-22T22:35:24.359Z Compiling num-bigint-dig v0.8.4
19942024-07-22T22:35:24.363Z Checking funty v2.0.0
19952024-07-22T22:35:24.379Z Checking crc-catalog v2.4.0
19962024-07-22T22:35:24.463Z Checking wyz v0.5.1
19972024-07-22T22:35:24.511Z Checking crc v3.2.1
19982024-07-22T22:35:24.663Z Compiling packed_struct_codegen v0.10.1
19992024-07-22T22:35:24.790Z Compiling indexmap v1.9.3
20002024-07-22T22:35:24.826Z Checking nodrop v0.1.14
20012024-07-22T22:35:24.941Z Checking smallvec v0.6.14
20022024-07-22T22:35:24.941Z Checking array-init v0.0.4
20032024-07-22T22:35:25.070Z Checking pkcs1 v0.7.5
20042024-07-22T22:35:25.101Z Checking signature v2.2.0
20052024-07-22T22:35:25.243Z Checking bitvec v1.0.1
20062024-07-22T22:35:25.277Z Compiling memoffset v0.9.1
20072024-07-22T22:35:25.296Z Checking bitfield v0.14.0
20082024-07-22T22:35:25.445Z Checking hashbrown v0.12.3
20092024-07-22T22:35:25.570Z Checking env_logger v0.10.2
20102024-07-22T22:35:25.601Z Checking bzip2 v0.4.4
20112024-07-22T22:35:25.714Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20122024-07-22T22:35:25.868Z Checking x509-cert v0.2.5
20132024-07-22T22:35:25.906Z Checking serde-hex v0.1.0
20142024-07-22T22:35:25.947Z Checking ron v0.8.1
20152024-07-22T22:35:25.978Z Checking hashbrown v0.13.2
20162024-07-22T22:35:26.988Z Checking half v2.4.1
20172024-07-22T22:35:27.034Z Checking rsa v0.9.6
20182024-07-22T22:35:27.124Z Checking crc-any v2.5.0
20192024-07-22T22:35:27.138Z Checking ciborium-io v0.2.2
20202024-07-22T22:35:27.251Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20212024-07-22T22:35:27.440Z Checking ciborium-ll v0.2.2
20222024-07-22T22:35:27.461Z Checking object v0.30.4
20232024-07-22T22:35:27.488Z Checking zip v0.6.6
20242024-07-22T22:35:27.592Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
20252024-07-22T22:35:27.620Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20262024-07-22T22:35:27.715Z Checking path-slash v0.1.5
20272024-07-22T22:35:27.852Z Checking ciborium v0.2.2
20282024-07-22T22:35:27.894Z Checking nix v0.27.1
20292024-07-22T22:35:27.934Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20302024-07-22T22:35:28.013Z Checking serde-big-array v0.5.1
20312024-07-22T22:35:28.132Z Checking signal-hook-tokio v0.3.1
20322024-07-22T22:35:30.387Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20332024-07-22T22:35:36.709Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20342024-07-22T22:35:37.922Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20352024-07-22T22:35:39.492Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20362024-07-22T22:35:43.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.51s
20372024-07-22T22:35:43.291Z
20382024-07-22T22:35:43.291Zinfo: running `cargo check --bins` on ipcc (60/137)
20392024-07-22T22:35:43.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402024-07-22T22:35:43.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412024-07-22T22:35:43.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422024-07-22T22:35:43.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20432024-07-22T22:35:43.861Z
20442024-07-22T22:35:43.861Zinfo: running `cargo check --bins` on sp-sim (61/137)
20452024-07-22T22:35:44.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462024-07-22T22:35:44.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472024-07-22T22:35:44.483Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20482024-07-22T22:35:46.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
20492024-07-22T22:35:46.254Z
20502024-07-22T22:35:46.254Zinfo: running `cargo check --bins` on internal-dns (62/137)
20512024-07-22T22:35:46.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522024-07-22T22:35:46.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532024-07-22T22:35:46.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542024-07-22T22:35:46.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20552024-07-22T22:35:46.825Z
20562024-07-22T22:35:46.825Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (63/137)
20572024-07-22T22:35:47.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582024-07-22T22:35:47.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592024-07-22T22:35:47.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602024-07-22T22:35:47.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20612024-07-22T22:35:47.425Z
20622024-07-22T22:35:47.426Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (64/137)
20632024-07-22T22:35:47.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642024-07-22T22:35:47.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652024-07-22T22:35:47.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662024-07-22T22:35:47.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20672024-07-22T22:35:48.039Z
20682024-07-22T22:35:48.039Zinfo: running `cargo check --bins` on db-macros (65/137)
20692024-07-22T22:35:48.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702024-07-22T22:35:48.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712024-07-22T22:35:48.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722024-07-22T22:35:48.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20732024-07-22T22:35:48.585Z
20742024-07-22T22:35:48.585Zinfo: running `cargo check --bins` on nexus-macros-common (66/137)
20752024-07-22T22:35:49.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762024-07-22T22:35:49.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772024-07-22T22:35:49.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782024-07-22T22:35:49.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20792024-07-22T22:35:49.127Z
20802024-07-22T22:35:49.127Zinfo: running `cargo check --bins` on nexus-auth (67/137)
20812024-07-22T22:35:49.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822024-07-22T22:35:49.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832024-07-22T22:35:49.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842024-07-22T22:35:49.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852024-07-22T22:35:49.721Z
20862024-07-22T22:35:49.721Zinfo: running `cargo check --bins` on authz-macros (68/137)
20872024-07-22T22:35:50.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882024-07-22T22:35:50.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892024-07-22T22:35:50.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902024-07-22T22:35:50.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20912024-07-22T22:35:50.267Z
20922024-07-22T22:35:50.268Zinfo: running `cargo check --bins` on nexus-db-fixed-data (69/137)
20932024-07-22T22:35:50.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942024-07-22T22:35:50.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952024-07-22T22:35:50.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962024-07-22T22:35:50.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20972024-07-22T22:35:50.839Z
20982024-07-22T22:35:50.839Zinfo: running `cargo check --bins` on nexus-db-model (70/137)
20992024-07-22T22:35:51.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002024-07-22T22:35:51.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012024-07-22T22:35:51.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022024-07-22T22:35:51.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21032024-07-22T22:35:51.411Z
21042024-07-22T22:35:51.411Zinfo: running `cargo check --bins` on nexus-defaults (71/137)
21052024-07-22T22:35:51.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062024-07-22T22:35:51.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072024-07-22T22:35:51.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082024-07-22T22:35:51.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21092024-07-22T22:35:51.978Z
21102024-07-22T22:35:51.978Zinfo: running `cargo check --bins` on oximeter (72/137)
21112024-07-22T22:35:52.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122024-07-22T22:35:52.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132024-07-22T22:35:52.564Z Compiling rustls-pki-types v1.7.0
21142024-07-22T22:35:52.641Z Compiling prettyplease v0.2.20
21152024-07-22T22:35:52.648Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21162024-07-22T22:35:52.648Z Compiling crossbeam-channel v0.5.12
21172024-07-22T22:35:52.652Z Compiling slog-json v2.6.1
21182024-07-22T22:35:52.655Z Compiling http v1.1.0
21192024-07-22T22:35:52.669Z Compiling atomic-waker v1.1.2
21202024-07-22T22:35:52.682Z Compiling base64 v0.22.1
21212024-07-22T22:35:52.856Z Compiling waitgroup v0.1.2
21222024-07-22T22:35:52.893Z Compiling slog-bunyan v2.5.0
21232024-07-22T22:35:53.008Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21242024-07-22T22:35:53.068Z Compiling rustls-webpki v0.102.4
21252024-07-22T22:35:53.077Z Compiling slog-term v2.9.1
21262024-07-22T22:35:53.082Z Compiling async-stream v0.3.5
21272024-07-22T22:35:53.228Z Compiling rustls-pemfile v2.1.2
21282024-07-22T22:35:53.510Z Compiling slog-async v2.8.0
21292024-07-22T22:35:53.513Z Compiling camino v1.1.7
21302024-07-22T22:35:53.513Z Compiling toml v0.8.15
21312024-07-22T22:35:53.699Z Compiling sha1 v0.10.6
21322024-07-22T22:35:53.730Z Compiling newtype-uuid v1.1.0
21332024-07-22T22:35:54.020Z Compiling rustls v0.22.4
21342024-07-22T22:35:54.105Z Compiling serde_path_to_error v0.1.16
21352024-07-22T22:35:54.349Z Compiling multer v3.1.0
21362024-07-22T22:35:54.370Z Compiling hostname v0.4.0
21372024-07-22T22:35:54.633Z Compiling instant v0.1.12
21382024-07-22T22:35:54.649Z Compiling debug-ignore v1.0.5
21392024-07-22T22:35:54.771Z Compiling backoff v0.4.0
21402024-07-22T22:35:54.779Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21412024-07-22T22:35:54.922Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
21422024-07-22T22:35:55.082Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21432024-07-22T22:35:55.102Z Compiling strum v0.26.3
21442024-07-22T22:35:55.173Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21452024-07-22T22:35:58.576Z Compiling parse-display v0.9.1
21462024-07-22T22:35:58.577Z Compiling serde_with v3.8.3
21472024-07-22T22:35:58.577Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21482024-07-22T22:35:58.577Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21492024-07-22T22:35:58.577Z Compiling num-rational v0.4.2
21502024-07-22T22:35:58.577Z Compiling num-complex v0.4.6
21512024-07-22T22:35:58.577Z Compiling macaddr v1.0.1
21522024-07-22T22:35:58.577Z Compiling num v0.4.3
21532024-07-22T22:35:58.577Z Compiling float-ord v0.3.2
21542024-07-22T22:35:58.577Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
21552024-07-22T22:35:58.577Z Compiling tokio-rustls v0.25.0
21562024-07-22T22:35:58.577Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
21572024-07-22T22:36:01.587Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21582024-07-22T22:36:12.484Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21592024-07-22T22:36:15.641Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21602024-07-22T22:36:16.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.25s
21612024-07-22T22:36:16.347Z
21622024-07-22T22:36:16.347Zinfo: running `cargo check --bins` on oximeter-impl (73/137)
21632024-07-22T22:36:16.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642024-07-22T22:36:16.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652024-07-22T22:36:16.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662024-07-22T22:36:16.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672024-07-22T22:36:16.903Z
21682024-07-22T22:36:16.903Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/137)
21692024-07-22T22:36:17.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702024-07-22T22:36:17.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712024-07-22T22:36:17.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722024-07-22T22:36:17.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732024-07-22T22:36:17.458Z
21742024-07-22T22:36:17.458Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (75/137)
21752024-07-22T22:36:17.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762024-07-22T22:36:17.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772024-07-22T22:36:17.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782024-07-22T22:36:17.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21792024-07-22T22:36:18.030Z
21802024-07-22T22:36:18.030Zinfo: running `cargo check --bins` on nexus-inventory (76/137)
21812024-07-22T22:36:18.494Z Downloading crates ...
21822024-07-22T22:36:18.600Z Downloaded rand_seeder v0.2.3
21832024-07-22T22:36:18.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-07-22T22:36:18.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-07-22T22:36:18.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-07-22T22:36:18.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21872024-07-22T22:36:18.668Z
21882024-07-22T22:36:18.668Zinfo: running `cargo check --bins` on typed-rng (77/137)
21892024-07-22T22:36:19.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-07-22T22:36:19.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-07-22T22:36:19.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922024-07-22T22:36:19.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932024-07-22T22:36:19.215Z
21942024-07-22T22:36:19.215Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (78/137)
21952024-07-22T22:36:19.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962024-07-22T22:36:19.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972024-07-22T22:36:19.887Z Compiling semver v0.1.20
21982024-07-22T22:36:19.890Z Compiling rayon-core v1.12.1
21992024-07-22T22:36:19.890Z Compiling convert_case v0.4.0
22002024-07-22T22:36:19.976Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22012024-07-22T22:36:19.981Z Checking password-hash v0.5.0
22022024-07-22T22:36:19.984Z Compiling crossbeam-deque v0.8.5
22032024-07-22T22:36:19.984Z Checking blake2 v0.10.6
22042024-07-22T22:36:19.989Z Compiling derive-where v1.2.7
22052024-07-22T22:36:20.212Z Compiling unicase v2.7.0
22062024-07-22T22:36:20.325Z Compiling rustc_version v0.1.7
22072024-07-22T22:36:20.403Z Compiling fastrand v2.1.0
22082024-07-22T22:36:20.417Z Compiling same-file v1.0.6
22092024-07-22T22:36:20.590Z Compiling walkdir v2.5.0
22102024-07-22T22:36:20.621Z Checking argon2 v0.5.3
22112024-07-22T22:36:20.659Z Compiling curve25519-dalek v4.1.3
22122024-07-22T22:36:20.825Z Compiling newtype_derive v0.1.6
22132024-07-22T22:36:20.919Z Compiling derive_more v0.99.18
22142024-07-22T22:36:20.975Z Compiling tempfile v3.10.1
22152024-07-22T22:36:21.264Z Compiling ring v0.16.20
22162024-07-22T22:36:21.278Z Compiling blake3 v1.5.1
22172024-07-22T22:36:21.294Z Checking keccak v0.1.5
22182024-07-22T22:36:21.345Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22192024-07-22T22:36:21.610Z Checking sha3 v0.10.8
22202024-07-22T22:36:21.625Z Compiling rayon v1.10.0
22212024-07-22T22:36:21.864Z Checking steno v0.4.1
22222024-07-22T22:36:22.108Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22232024-07-22T22:36:22.231Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22242024-07-22T22:36:22.477Z Compiling xattr v1.3.1
22252024-07-22T22:36:22.755Z Checking universal-hash v0.5.1
22262024-07-22T22:36:22.923Z Compiling thiserror-impl-no-std v2.0.2
22272024-07-22T22:36:23.664Z Checking secrecy v0.8.0
22282024-07-22T22:36:23.869Z Compiling curve25519-dalek-derive v0.1.1
22292024-07-22T22:36:24.093Z Compiling memmap2 v0.9.4
22302024-07-22T22:36:24.536Z Compiling home v0.5.9
22312024-07-22T22:36:24.813Z Compiling constant_time_eq v0.3.0
22322024-07-22T22:36:24.917Z Compiling arrayvec v0.7.4
22332024-07-22T22:36:24.989Z Compiling untrusted v0.7.1
22342024-07-22T22:36:25.179Z Compiling spin v0.5.2
22352024-07-22T22:36:25.305Z Checking opaque-debug v0.3.1
22362024-07-22T22:36:25.415Z Compiling libefi-sys v0.1.0
22372024-07-22T22:36:25.431Z Compiling arrayref v0.3.7
22382024-07-22T22:36:25.524Z Checking poly1305 v0.8.0
22392024-07-22T22:36:26.261Z Checking thiserror-no-std v2.0.2
22402024-07-22T22:36:26.370Z Compiling toolchain_find v0.4.0
22412024-07-22T22:36:26.460Z Compiling tar v0.4.41
22422024-07-22T22:36:26.594Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22432024-07-22T22:36:26.874Z Compiling camino-tempfile v1.1.1
22442024-07-22T22:36:27.259Z Checking chacha20 v0.9.1
22452024-07-22T22:36:27.315Z Checking aead v0.5.2
22462024-07-22T22:36:27.405Z Compiling bitfield-struct v0.6.1
22472024-07-22T22:36:27.526Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22482024-07-22T22:36:27.585Z Compiling topological-sort v0.2.2
22492024-07-22T22:36:27.791Z Compiling cancel-safe-futures v0.1.5
22502024-07-22T22:36:27.807Z Compiling omicron-zone-package v0.11.0
22512024-07-22T22:36:27.983Z Checking chacha20poly1305 v0.10.1
22522024-07-22T22:36:28.151Z Compiling mime_guess v2.0.4
22532024-07-22T22:36:28.164Z Checking vsss-rs v3.3.4
22542024-07-22T22:36:28.593Z Compiling rustfmt-wrapper v0.2.1
22552024-07-22T22:36:28.840Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22562024-07-22T22:36:29.375Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22572024-07-22T22:36:29.390Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22582024-07-22T22:36:29.501Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22592024-07-22T22:36:29.546Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22602024-07-22T22:36:29.768Z Checking libsw v3.3.1
22612024-07-22T22:36:29.810Z Checking gethostname v0.4.3
22622024-07-22T22:36:29.865Z Checking swrite v0.1.0
22632024-07-22T22:36:29.894Z Checking owo-colors v4.0.0
22642024-07-22T22:36:29.928Z Checking linear-map v1.2.0
22652024-07-22T22:36:29.944Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22662024-07-22T22:36:30.008Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22672024-07-22T22:36:30.222Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22682024-07-22T22:36:30.611Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22692024-07-22T22:36:30.800Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22702024-07-22T22:36:30.826Z Checking kstat-rs v0.2.4
22712024-07-22T22:36:30.829Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22722024-07-22T22:36:31.052Z Checking nanorand v0.7.0
22732024-07-22T22:36:31.160Z Checking http-range v0.1.5
22742024-07-22T22:36:31.330Z Checking glob v0.3.1
22752024-07-22T22:36:31.382Z Checking hyper-staticfile v0.9.5
22762024-07-22T22:36:31.399Z Checking flume v0.11.0
22772024-07-22T22:36:31.613Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22782024-07-22T22:36:31.665Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22792024-07-22T22:36:31.694Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22802024-07-22T22:36:31.811Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22812024-07-22T22:36:31.851Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22822024-07-22T22:36:32.340Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22832024-07-22T22:36:33.207Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22842024-07-22T22:36:33.591Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
22852024-07-22T22:36:34.071Z Checking display-error-chain v0.2.0
22862024-07-22T22:36:34.417Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22872024-07-22T22:36:34.582Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22882024-07-22T22:36:41.454Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22892024-07-22T22:36:46.478Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22902024-07-22T22:36:46.488Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22912024-07-22T22:36:47.565Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
22922024-07-22T22:36:47.997Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22932024-07-22T22:37:01.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.15s
22942024-07-22T22:37:01.510Z
22952024-07-22T22:37:01.510Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (79/137)
22962024-07-22T22:37:02.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972024-07-22T22:37:02.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982024-07-22T22:37:02.192Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22992024-07-22T22:37:15.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
23002024-07-22T22:37:15.898Z
23012024-07-22T22:37:15.898Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (80/137)
23022024-07-22T22:37:16.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032024-07-22T22:37:16.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042024-07-22T22:37:16.567Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23052024-07-22T22:37:29.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
23062024-07-22T22:37:30.041Z
23072024-07-22T22:37:30.041Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (81/137)
23082024-07-22T22:37:30.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092024-07-22T22:37:30.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102024-07-22T22:37:30.708Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23112024-07-22T22:37:44.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s
23122024-07-22T22:37:44.197Z
23132024-07-22T22:37:44.197Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (82/137)
23142024-07-22T22:37:44.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152024-07-22T22:37:44.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162024-07-22T22:37:44.856Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23172024-07-22T22:37:58.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s
23182024-07-22T22:37:58.475Z
23192024-07-22T22:37:58.475Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (83/137)
23202024-07-22T22:37:59.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212024-07-22T22:37:59.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222024-07-22T22:37:59.126Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23232024-07-22T22:38:12.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
23242024-07-22T22:38:12.624Z
23252024-07-22T22:38:12.624Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (84/137)
23262024-07-22T22:38:13.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272024-07-22T22:38:13.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282024-07-22T22:38:13.300Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23292024-07-22T22:38:26.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s
23302024-07-22T22:38:27.022Z
23312024-07-22T22:38:27.022Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (85/137)
23322024-07-22T22:38:27.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332024-07-22T22:38:27.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342024-07-22T22:38:27.679Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23352024-07-22T22:38:41.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
23362024-07-22T22:38:41.139Z
23372024-07-22T22:38:41.139Zinfo: running `cargo check --bins` on bootstrap-agent-api (86/137)
23382024-07-22T22:38:41.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-07-22T22:38:41.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-07-22T22:38:41.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412024-07-22T22:38:41.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23422024-07-22T22:38:41.721Z
23432024-07-22T22:38:41.721Zinfo: running `cargo check --bins` on sled-agent-types (87/137)
23442024-07-22T22:38:42.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-07-22T22:38:42.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-07-22T22:38:42.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472024-07-22T22:38:42.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23482024-07-22T22:38:42.322Z
23492024-07-22T22:38:42.322Zinfo: running `cargo check --bins` on key-manager (88/137)
23502024-07-22T22:38:42.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-07-22T22:38:42.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-07-22T22:38:42.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532024-07-22T22:38:42.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23542024-07-22T22:38:42.893Z
23552024-07-22T22:38:42.893Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (89/137)
23562024-07-22T22:38:43.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572024-07-22T22:38:43.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582024-07-22T22:38:43.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592024-07-22T22:38:43.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23602024-07-22T22:38:43.444Z
23612024-07-22T22:38:43.444Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/137)
23622024-07-22T22:38:43.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-07-22T22:38:43.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-07-22T22:38:43.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652024-07-22T22:38:43.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23662024-07-22T22:38:44.014Z
23672024-07-22T22:38:44.014Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/137)
23682024-07-22T22:38:44.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-07-22T22:38:44.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-07-22T22:38:44.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712024-07-22T22:38:44.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23722024-07-22T22:38:44.587Z
23732024-07-22T22:38:44.587Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/137)
23742024-07-22T22:38:45.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-07-22T22:38:45.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-07-22T22:38:45.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-07-22T22:38:45.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23782024-07-22T22:38:45.159Z
23792024-07-22T22:38:45.159Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/137)
23802024-07-22T22:38:45.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-07-22T22:38:45.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-07-22T22:38:45.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-07-22T22:38:45.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23842024-07-22T22:38:45.723Z
23852024-07-22T22:38:45.723Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/137)
23862024-07-22T22:38:46.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-07-22T22:38:46.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-07-22T22:38:46.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-07-22T22:38:46.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23902024-07-22T22:38:46.286Z
23912024-07-22T22:38:46.286Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/137)
23922024-07-22T22:38:46.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-07-22T22:38:46.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-07-22T22:38:46.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-07-22T22:38:46.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23962024-07-22T22:38:46.849Z
23972024-07-22T22:38:46.849Zinfo: running `cargo check --bins` on oximeter-producer (96/137)
23982024-07-22T22:38:47.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-07-22T22:38:47.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-07-22T22:38:47.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-07-22T22:38:47.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24022024-07-22T22:38:47.425Z
24032024-07-22T22:38:47.425Zinfo: running `cargo check --bins` on sled-hardware (97/137)
24042024-07-22T22:38:47.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-07-22T22:38:47.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-07-22T22:38:47.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-07-22T22:38:47.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24082024-07-22T22:38:47.999Z
24092024-07-22T22:38:47.999Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/137)
24102024-07-22T22:38:48.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-07-22T22:38:48.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-07-22T22:38:48.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-07-22T22:38:48.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24142024-07-22T22:38:48.577Z
24152024-07-22T22:38:48.577Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/137)
24162024-07-22T22:38:49.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-07-22T22:38:49.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-07-22T22:38:49.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-07-22T22:38:49.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24202024-07-22T22:38:49.152Z
24212024-07-22T22:38:49.152Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/137)
24222024-07-22T22:38:49.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-07-22T22:38:49.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-07-22T22:38:49.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-07-22T22:38:49.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24262024-07-22T22:38:49.724Z
24272024-07-22T22:38:49.724Zinfo: running `cargo check --bins` on nexus-test-interface (101/137)
24282024-07-22T22:38:50.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-07-22T22:38:50.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-07-22T22:38:50.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-07-22T22:38:50.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24322024-07-22T22:38:50.290Z
24332024-07-22T22:38:50.290Zinfo: running `cargo check --bins` on oximeter-collector (102/137)
24342024-07-22T22:38:50.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-07-22T22:38:50.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-07-22T22:38:50.880Z Checking bcs v0.1.6
24372024-07-22T22:38:50.880Z Compiling async-recursion v1.1.1
24382024-07-22T22:38:50.880Z Checking highway v1.1.0
24392024-07-22T22:38:50.883Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24402024-07-22T22:38:51.839Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24412024-07-22T22:38:54.830Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24422024-07-22T22:38:56.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
24432024-07-22T22:38:56.577Z
24442024-07-22T22:38:56.577Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (103/137)
24452024-07-22T22:38:57.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-07-22T22:38:57.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-07-22T22:38:57.166Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24482024-07-22T22:38:57.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
24492024-07-22T22:38:57.830Z
24502024-07-22T22:38:57.830Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (104/137)
24512024-07-22T22:38:58.248Z Downloading crates ...
24522024-07-22T22:38:58.389Z Downloaded cfg_aliases v0.1.1
24532024-07-22T22:38:58.395Z Downloaded vte v0.11.1
24542024-07-22T22:38:58.400Z Downloaded sqlparser_derive v0.2.2
24552024-07-22T22:38:58.404Z Downloaded nu-ansi-term v0.50.0
24562024-07-22T22:38:58.411Z Downloaded vte_generate_state_changes v0.1.1
24572024-07-22T22:38:58.414Z Downloaded sqlformat v0.2.4
24582024-07-22T22:38:58.414Z Downloaded fd-lock v4.0.2
24592024-07-22T22:38:58.417Z Downloaded peg-macros v0.8.4
24602024-07-22T22:38:58.419Z Downloaded peg v0.8.4
24612024-07-22T22:38:58.422Z Downloaded strip-ansi-escapes v0.2.0
24622024-07-22T22:38:58.433Z Downloaded unicode_categories v0.1.1
24632024-07-22T22:38:58.440Z Downloaded rustyline v14.0.0
24642024-07-22T22:38:58.445Z Downloaded reedline v0.31.0
24652024-07-22T22:38:58.452Z Downloaded sqlparser v0.45.0
24662024-07-22T22:38:58.456Z Downloaded nix v0.28.0
24672024-07-22T22:38:58.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-07-22T22:38:58.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-07-22T22:38:58.554Z Compiling cfg_aliases v0.1.1
24702024-07-22T22:38:58.556Z Compiling vte_generate_state_changes v0.1.1
24712024-07-22T22:38:58.556Z Checking fd-lock v4.0.2
24722024-07-22T22:38:58.556Z Checking bytecount v0.6.8
24732024-07-22T22:38:58.632Z Compiling tabled_derive v0.7.0
24742024-07-22T22:38:58.635Z Compiling peg-macros v0.8.4
24752024-07-22T22:38:58.639Z Compiling sqlparser_derive v0.2.2
24762024-07-22T22:38:58.642Z Checking nu-ansi-term v0.50.0
24772024-07-22T22:38:58.705Z Compiling nix v0.28.0
24782024-07-22T22:38:58.736Z Checking papergrid v0.11.0
24792024-07-22T22:38:58.795Z Checking unicode_categories v0.1.1
24802024-07-22T22:38:59.036Z Checking home v0.5.9
24812024-07-22T22:38:59.068Z Checking sqlformat v0.2.4
24822024-07-22T22:38:59.245Z Checking vte v0.11.1
24832024-07-22T22:38:59.720Z Checking sqlparser v0.45.0
24842024-07-22T22:39:00.542Z Checking strip-ansi-escapes v0.2.0
24852024-07-22T22:39:00.687Z Checking reedline v0.31.0
24862024-07-22T22:39:00.723Z Checking tabled v0.15.0
24872024-07-22T22:39:01.394Z Checking peg v0.8.4
24882024-07-22T22:39:01.731Z Checking rustyline v14.0.0
24892024-07-22T22:39:05.852Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24902024-07-22T22:39:11.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.33s
24912024-07-22T22:39:11.287Z
24922024-07-22T22:39:11.287Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (105/137)
24932024-07-22T22:39:11.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-07-22T22:39:11.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-07-22T22:39:11.896Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24962024-07-22T22:39:17.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
24972024-07-22T22:39:17.452Z
24982024-07-22T22:39:17.452Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (106/137)
24992024-07-22T22:39:17.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-07-22T22:39:17.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-07-22T22:39:18.050Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25022024-07-22T22:39:23.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
25032024-07-22T22:39:23.327Z
25042024-07-22T22:39:23.327Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (107/137)
25052024-07-22T22:39:23.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-07-22T22:39:23.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-07-22T22:39:23.919Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25082024-07-22T22:39:27.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
25092024-07-22T22:39:27.898Z
25102024-07-22T22:39:27.898Zinfo: running `cargo check --bins` on crdb-seed (108/137)
25112024-07-22T22:39:28.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-07-22T22:39:28.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-07-22T22:39:28.501Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
25142024-07-22T22:39:28.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
25152024-07-22T22:39:28.925Z
25162024-07-22T22:39:28.925Zinfo: running `cargo check --bins` on omicron-omdb (109/137)
25172024-07-22T22:39:29.353Z Downloading crates ...
25182024-07-22T22:39:29.550Z Downloaded castaway v0.2.2
25192024-07-22T22:39:29.553Z Downloaded smawk v0.3.2
25202024-07-22T22:39:29.561Z Downloaded textwrap v0.16.1
25212024-07-22T22:39:29.568Z Downloaded number_prefix v0.4.0
25222024-07-22T22:39:29.571Z Downloaded stability v0.2.0
25232024-07-22T22:39:29.576Z Downloaded multimap v0.10.0
25242024-07-22T22:39:29.579Z Downloaded cassowary v0.3.0
25252024-07-22T22:39:29.583Z Downloaded unicode-linebreak v0.1.5
25262024-07-22T22:39:29.583Z Downloaded lru v0.12.3
25272024-07-22T22:39:29.586Z Downloaded unicode-truncate v1.0.0
25282024-07-22T22:39:29.595Z Downloaded compact_str v0.7.1
25292024-07-22T22:39:29.599Z Downloaded indicatif v0.17.8
25302024-07-22T22:39:29.602Z Downloaded portable-atomic v1.6.0
25312024-07-22T22:39:29.612Z Downloaded itertools v0.13.0
25322024-07-22T22:39:29.632Z Downloaded ratatui v0.27.0
25332024-07-22T22:39:29.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-07-22T22:39:29.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-07-22T22:39:29.799Z Compiling glob v0.3.1
25362024-07-22T22:39:29.799Z Compiling crunchy v0.2.2
25372024-07-22T22:39:29.806Z Compiling tiny-keccak v2.0.2
25382024-07-22T22:39:29.898Z Compiling ascii-canvas v3.0.0
25392024-07-22T22:39:29.907Z Compiling ena v0.14.3
25402024-07-22T22:39:29.911Z Compiling libloading v0.8.3
25412024-07-22T22:39:29.911Z Compiling diff v0.1.13
25422024-07-22T22:39:29.937Z Compiling regex-syntax v0.6.29
25432024-07-22T22:39:30.153Z Compiling bindgen v0.69.4
25442024-07-22T22:39:30.275Z Compiling which v4.4.2
25452024-07-22T22:39:30.332Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25462024-07-22T22:39:30.421Z Compiling cexpr v0.6.0
25472024-07-22T22:39:30.587Z Compiling rustc-hash v1.1.0
25482024-07-22T22:39:30.604Z Compiling shlex v1.3.0
25492024-07-22T22:39:30.740Z Compiling ref-cast v1.0.23
25502024-07-22T22:39:30.827Z Compiling clang-sys v1.7.0
25512024-07-22T22:39:30.842Z Compiling lazycell v1.3.0
25522024-07-22T22:39:30.914Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25532024-07-22T22:39:30.996Z Compiling derive_builder_core v0.20.0
25542024-07-22T22:39:31.011Z Compiling libxml v0.3.3
25552024-07-22T22:39:31.139Z Compiling ref-cast-impl v1.0.23
25562024-07-22T22:39:31.174Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25572024-07-22T22:39:31.320Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25582024-07-22T22:39:31.381Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25592024-07-22T22:39:31.661Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25602024-07-22T22:39:31.765Z Compiling strum_macros v0.24.3
25612024-07-22T22:39:31.932Z Compiling cookie v0.18.1
25622024-07-22T22:39:32.201Z Compiling indoc v1.0.9
25632024-07-22T22:39:32.459Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25642024-07-22T22:39:32.706Z Compiling oso-derive v0.27.3
25652024-07-22T22:39:33.215Z Compiling lalrpop v0.19.12
25662024-07-22T22:39:33.528Z Compiling derive_builder_macro v0.20.0
25672024-07-22T22:39:33.791Z Compiling impl-trait-for-tuples v0.2.2
25682024-07-22T22:39:34.201Z Checking quick-xml v0.31.0
25692024-07-22T22:39:34.377Z Checking derive_builder v0.20.0
25702024-07-22T22:39:34.514Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
25712024-07-22T22:39:34.774Z Checking maplit v1.0.2
25722024-07-22T22:39:35.882Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25732024-07-22T22:39:36.275Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25742024-07-22T22:39:36.298Z Checking bb8 v0.8.5
25752024-07-22T22:39:36.520Z Compiling const_format_proc_macros v0.2.32
25762024-07-22T22:39:36.739Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25772024-07-22T22:39:37.615Z Checking crossbeam-deque v0.8.5
25782024-07-22T22:39:37.719Z Compiling portable-atomic v1.6.0
25792024-07-22T22:39:37.945Z Checking rayon-core v1.12.1
25802024-07-22T22:39:38.587Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25812024-07-22T22:39:38.788Z Checking castaway v0.2.2
25822024-07-22T22:39:38.825Z Checking const_format v0.2.32
25832024-07-22T22:39:38.942Z Checking compact_str v0.7.1
25842024-07-22T22:39:39.306Z Checking rayon v1.10.0
25852024-07-22T22:39:39.654Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25862024-07-22T22:39:39.898Z Checking unicode-truncate v1.0.0
25872024-07-22T22:39:39.918Z Checking itertools v0.13.0
25882024-07-22T22:39:40.113Z Checking lru v0.12.3
25892024-07-22T22:39:40.388Z Compiling stability v0.2.0
25902024-07-22T22:39:41.503Z Checking cassowary v0.3.0
25912024-07-22T22:39:41.895Z Checking unicode-linebreak v0.1.5
25922024-07-22T22:39:42.307Z Checking smawk v0.3.2
25932024-07-22T22:39:42.511Z Checking number_prefix v0.4.0
25942024-07-22T22:39:42.543Z Checking ratatui v0.27.0
25952024-07-22T22:39:42.707Z Checking textwrap v0.16.1
25962024-07-22T22:39:43.110Z Checking indicatif v0.17.8
25972024-07-22T22:39:43.149Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25982024-07-22T22:39:43.843Z Checking multimap v0.10.0
25992024-07-22T22:40:07.043Z Compiling samael v0.0.15
26002024-07-22T22:40:17.697Z Compiling polar-core v0.27.3
26012024-07-22T22:40:24.757Z Checking oso v0.27.3
26022024-07-22T22:40:49.676Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26032024-07-22T22:40:53.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
26042024-07-22T22:40:53.911Z
26052024-07-22T22:40:53.911Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (110/137)
26062024-07-22T22:40:54.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-07-22T22:40:54.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-07-22T22:40:54.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-07-22T22:40:54.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26102024-07-22T22:40:54.510Z
26112024-07-22T22:40:54.510Zinfo: running `cargo check --bins` on nexus-saga-recovery (111/137)
26122024-07-22T22:40:55.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-07-22T22:40:55.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-07-22T22:40:55.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-07-22T22:40:55.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26162024-07-22T22:40:55.098Z
26172024-07-22T22:40:55.098Zinfo: running `cargo check --bins` on nexus-test-utils-macros (112/137)
26182024-07-22T22:40:55.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-07-22T22:40:55.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-07-22T22:40:55.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212024-07-22T22:40:55.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26222024-07-22T22:40:55.638Z
26232024-07-22T22:40:55.639Zinfo: running `cargo check --bins` on omicron-nexus (113/137)
26242024-07-22T22:40:56.054Z Downloading crates ...
26252024-07-22T22:40:56.283Z Downloaded assert_matches v1.5.0
26262024-07-22T22:40:56.293Z Downloaded pin-project v1.1.5
26272024-07-22T22:40:56.304Z Downloaded serde_plain v1.0.2
26282024-07-22T22:40:56.308Z Downloaded parse-size v1.0.0
26292024-07-22T22:40:56.308Z Downloaded olpc-cjson v0.1.3
26302024-07-22T22:40:56.308Z Downloaded globset v0.4.14
26312024-07-22T22:40:56.311Z Downloaded buf-list v1.0.3
26322024-07-22T22:40:56.315Z Downloaded pin-project-internal v1.1.5
26332024-07-22T22:40:56.315Z Downloaded snafu-derive v0.8.2
26342024-07-22T22:40:56.318Z Downloaded fatfs v0.3.6
26352024-07-22T22:40:56.322Z Downloaded snafu v0.8.2
26362024-07-22T22:40:56.325Z Downloaded typed-path v0.7.1
26372024-07-22T22:40:56.330Z Downloaded tough v0.17.1
26382024-07-22T22:40:56.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-07-22T22:40:56.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-07-22T22:40:56.488Z Compiling pin-project-internal v1.1.5
26412024-07-22T22:40:56.576Z Compiling snafu-derive v0.8.2
26422024-07-22T22:40:56.579Z Compiling buf-list v1.0.3
26432024-07-22T22:40:56.598Z Checking globset v0.4.14
26442024-07-22T22:40:56.601Z Checking olpc-cjson v0.1.3
26452024-07-22T22:40:56.601Z Checking rand_seeder v0.2.3
26462024-07-22T22:40:56.601Z Checking serde_plain v1.0.2
26472024-07-22T22:40:56.601Z Checking typed-path v0.7.1
26482024-07-22T22:40:56.941Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26492024-07-22T22:40:56.945Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26502024-07-22T22:40:56.945Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26512024-07-22T22:40:57.008Z Checking parse-size v1.0.0
26522024-07-22T22:40:57.055Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26532024-07-22T22:40:57.089Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26542024-07-22T22:40:57.148Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26552024-07-22T22:40:57.163Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26562024-07-22T22:40:57.509Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
26572024-07-22T22:40:57.892Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26582024-07-22T22:40:58.049Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26592024-07-22T22:40:58.236Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26602024-07-22T22:40:58.404Z Checking fatfs v0.3.6
26612024-07-22T22:40:58.453Z Checking assert_matches v1.5.0
26622024-07-22T22:40:59.516Z Checking pin-project v1.1.5
26632024-07-22T22:41:00.416Z Checking snafu v0.8.2
26642024-07-22T22:41:00.710Z Checking tough v0.17.1
26652024-07-22T22:41:03.455Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26662024-07-22T22:41:04.515Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26672024-07-22T22:41:39.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.00s
26682024-07-22T22:41:39.795Z
26692024-07-22T22:41:39.795Zinfo: running `cargo check --bins` on nexus-internal-api (114/137)
26702024-07-22T22:41:40.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-07-22T22:41:40.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-07-22T22:41:40.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-07-22T22:41:40.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26742024-07-22T22:41:40.368Z
26752024-07-22T22:41:40.368Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (115/137)
26762024-07-22T22:41:40.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-07-22T22:41:40.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-07-22T22:41:40.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-07-22T22:41:40.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26802024-07-22T22:41:40.966Z
26812024-07-22T22:41:40.966Zinfo: running `cargo check --bins` on nexus-networking (116/137)
26822024-07-22T22:41:41.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-07-22T22:41:41.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-07-22T22:41:41.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852024-07-22T22:41:41.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26862024-07-22T22:41:41.551Z
26872024-07-22T22:41:41.552Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (117/137)
26882024-07-22T22:41:42.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-07-22T22:41:42.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-07-22T22:41:42.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912024-07-22T22:41:42.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26922024-07-22T22:41:42.146Z
26932024-07-22T22:41:42.146Zinfo: running `cargo check --bins` on update-common (118/137)
26942024-07-22T22:41:42.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-07-22T22:41:42.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-07-22T22:41:42.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972024-07-22T22:41:42.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26982024-07-22T22:41:42.738Z
26992024-07-22T22:41:42.738Zinfo: running `cargo check --bins` on tufaceous-lib (119/137)
27002024-07-22T22:41:43.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-07-22T22:41:43.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-07-22T22:41:43.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032024-07-22T22:41:43.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27042024-07-22T22:41:43.323Z
27052024-07-22T22:41:43.323Zinfo: running `cargo check --bins` on tufaceous (120/137)
27062024-07-22T22:41:43.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-07-22T22:41:43.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-07-22T22:41:43.920Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
27092024-07-22T22:41:44.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
27102024-07-22T22:41:44.900Z
27112024-07-22T22:41:44.900Zinfo: running `cargo check --bins` on omicron-dev (121/137)
27122024-07-22T22:41:45.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-07-22T22:41:45.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-07-22T22:41:45.646Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27152024-07-22T22:41:45.646Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27162024-07-22T22:41:45.649Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
27172024-07-22T22:41:46.975Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27182024-07-22T22:41:49.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
27192024-07-22T22:41:49.533Z
27202024-07-22T22:41:49.533Zinfo: running `cargo check --bins` on openapi-manager (122/137)
27212024-07-22T22:41:49.997Z Downloading crates ...
27222024-07-22T22:41:50.129Z Downloaded indent_write v2.2.0
27232024-07-22T22:41:50.132Z Downloaded supports-color v3.0.0
27242024-07-22T22:41:50.134Z Downloaded is_ci v1.2.0
27252024-07-22T22:41:50.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-07-22T22:41:50.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-07-22T22:41:50.231Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27282024-07-22T22:41:50.231Z Checking is_ci v1.2.0
27292024-07-22T22:41:50.234Z Checking heck v0.4.1
27302024-07-22T22:41:50.234Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27312024-07-22T22:41:50.234Z Checking indent_write v2.2.0
27322024-07-22T22:41:50.393Z Checking supports-color v3.0.0
27332024-07-22T22:41:50.463Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
27342024-07-22T22:41:51.768Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27352024-07-22T22:41:52.568Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
27362024-07-22T22:41:53.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
27372024-07-22T22:41:53.613Z
27382024-07-22T22:41:53.613Zinfo: running `cargo check --bins` on installinator-api (123/137)
27392024-07-22T22:41:54.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-07-22T22:41:54.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-07-22T22:41:54.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422024-07-22T22:41:54.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27432024-07-22T22:41:54.192Z
27442024-07-22T22:41:54.192Zinfo: running `cargo check --bins` on wicketd-api (124/137)
27452024-07-22T22:41:54.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-07-22T22:41:54.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-07-22T22:41:54.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-07-22T22:41:54.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27492024-07-22T22:41:54.778Z
27502024-07-22T22:41:54.778Zinfo: running `cargo check --bins` on reconfigurator-cli (125/137)
27512024-07-22T22:41:55.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-07-22T22:41:55.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-07-22T22:41:55.416Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
27542024-07-22T22:41:56.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
27552024-07-22T22:41:56.599Z
27562024-07-22T22:41:56.599Zinfo: running `cargo check --bins` on omicron-releng (126/137)
27572024-07-22T22:41:57.086Z Downloading crates ...
27582024-07-22T22:41:57.190Z Downloaded shell-words v1.1.0
27592024-07-22T22:41:57.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-07-22T22:41:57.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-07-22T22:41:57.276Z Checking memmap2 v0.9.4
27622024-07-22T22:41:57.276Z Checking arrayvec v0.7.4
27632024-07-22T22:41:57.276Z Checking constant_time_eq v0.3.0
27642024-07-22T22:41:57.276Z Checking spin v0.5.2
27652024-07-22T22:41:57.279Z Checking untrusted v0.7.1
27662024-07-22T22:41:57.279Z Checking arrayref v0.3.7
27672024-07-22T22:41:57.279Z Checking cargo-platform v0.1.8
27682024-07-22T22:41:57.356Z Checking topological-sort v0.2.2
27692024-07-22T22:41:57.459Z Checking shell-words v1.1.0
27702024-07-22T22:41:57.541Z Checking ring v0.16.20
27712024-07-22T22:41:57.612Z Checking cargo_metadata v0.18.1
27722024-07-22T22:41:57.658Z Checking blake3 v1.5.1
27732024-07-22T22:41:58.649Z Checking omicron-zone-package v0.11.0
27742024-07-22T22:41:59.662Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
27752024-07-22T22:42:00.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
27762024-07-22T22:42:00.598Z
27772024-07-22T22:42:00.598Zinfo: running `cargo check --bins` on xtask (127/137)
27782024-07-22T22:42:01.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-07-22T22:42:01.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-07-22T22:42:01.077Z Checking bitflags v2.5.0
27812024-07-22T22:42:01.080Z Checking scopeguard v1.2.0
27822024-07-22T22:42:01.145Z Checking serde v1.0.204
27832024-07-22T22:42:01.153Z Checking smallvec v1.13.2
27842024-07-22T22:42:01.161Z Checking bytes v1.6.0
27852024-07-22T22:42:01.177Z Checking log v0.4.21
27862024-07-22T22:42:01.181Z Checking hashbrown v0.14.5
27872024-07-22T22:42:01.196Z Checking mio v0.8.11
27882024-07-22T22:42:01.246Z Checking lock_api v0.4.12
27892024-07-22T22:42:01.388Z Checking futures-util v0.3.30
27902024-07-22T22:42:01.408Z Checking thiserror v1.0.62
27912024-07-22T22:42:01.499Z Checking parking_lot_core v0.9.10
27922024-07-22T22:42:01.539Z Checking rustix v0.38.34
27932024-07-22T22:42:01.656Z Checking tracing v0.1.40
27942024-07-22T22:42:01.798Z Checking openssl v0.10.66
27952024-07-22T22:42:01.841Z Checking parking_lot v0.12.2
27962024-07-22T22:42:01.878Z Checking http v0.2.12
27972024-07-22T22:42:01.967Z Checking scroll v0.12.0
27982024-07-22T22:42:02.186Z Checking tokio v1.38.1
27992024-07-22T22:42:02.274Z Checking indexmap v2.2.6
28002024-07-22T22:42:02.400Z Checking generic-array v0.14.7
28012024-07-22T22:42:03.262Z Checking slog v2.7.0
28022024-07-22T22:42:03.433Z Checking goblin v0.8.2
28032024-07-22T22:42:03.472Z Checking zerocopy v0.7.34
28042024-07-22T22:42:03.554Z Checking time v0.3.36
28052024-07-22T22:42:03.692Z Checking pest v2.7.10
28062024-07-22T22:42:04.890Z Checking http-body v0.4.6
28072024-07-22T22:42:05.259Z Checking unicode-normalization v0.1.23
28082024-07-22T22:42:05.353Z Checking unicode-bidi v0.3.15
28092024-07-22T22:42:05.908Z Checking syn v2.0.72
28102024-07-22T22:42:06.098Z Checking idna v0.5.0
28112024-07-22T22:42:06.153Z Checking dtrace-parser v0.2.0
28122024-07-22T22:42:06.291Z Checking serde_json v1.0.120
28132024-07-22T22:42:06.473Z Checking serde_spanned v0.6.6
28142024-07-22T22:42:06.626Z Checking toml_datetime v0.6.6
28152024-07-22T22:42:06.652Z Checking crossbeam-utils v0.8.19
28162024-07-22T22:42:06.872Z Checking toml_edit v0.22.16
28172024-07-22T22:42:06.896Z Checking block-buffer v0.10.4
28182024-07-22T22:42:06.921Z Checking native-tls v0.2.11
28192024-07-22T22:42:07.084Z Checking crypto-common v0.1.6
28202024-07-22T22:42:07.221Z Checking terminal_size v0.3.0
28212024-07-22T22:42:07.249Z Checking digest v0.10.7
28222024-07-22T22:42:07.340Z Checking crossbeam-channel v0.5.12
28232024-07-22T22:42:07.371Z Checking clap_builder v4.5.9
28242024-07-22T22:42:07.563Z Checking url v2.5.2
28252024-07-22T22:42:07.733Z Checking slog-json v2.6.1
28262024-07-22T22:42:07.978Z Checking futures-executor v0.3.30
28272024-07-22T22:42:08.015Z Checking serde_urlencoded v0.7.1
28282024-07-22T22:42:08.201Z Checking camino v1.1.7
28292024-07-22T22:42:08.292Z Checking dof v0.3.0
28302024-07-22T22:42:08.307Z Checking cargo-platform v0.1.8
28312024-07-22T22:42:08.430Z Checking semver v1.0.23
28322024-07-22T22:42:08.595Z Checking xattr v1.3.1
28332024-07-22T22:42:08.754Z Checking slog-async v2.8.0
28342024-07-22T22:42:08.776Z Checking tar v0.4.41
28352024-07-22T22:42:08.805Z Checking cargo_metadata v0.18.1
28362024-07-22T22:42:08.881Z Checking sha2 v0.10.8
28372024-07-22T22:42:09.019Z Checking slog-term v2.9.1
28382024-07-22T22:42:09.196Z Checking tokio-util v0.7.11
28392024-07-22T22:42:09.279Z Checking tokio-native-tls v0.3.1
28402024-07-22T22:42:09.423Z Checking toml v0.8.15
28412024-07-22T22:42:09.462Z Checking futures v0.3.30
28422024-07-22T22:42:09.488Z Checking slog-bunyan v2.5.0
28432024-07-22T22:42:09.518Z Checking strum v0.26.3
28442024-07-22T22:42:09.578Z Checking fs-err v2.11.0
28452024-07-22T22:42:09.650Z Checking anyhow v1.0.86
28462024-07-22T22:42:09.673Z Checking tabled v0.15.0
28472024-07-22T22:42:09.857Z Checking macaddr v1.0.1
28482024-07-22T22:42:09.977Z Checking h2 v0.3.26
28492024-07-22T22:42:10.132Z Checking cargo_toml v0.20.4
28502024-07-22T22:42:10.220Z Checking clap v4.5.9
28512024-07-22T22:42:10.534Z Checking usdt-impl v0.5.0
28522024-07-22T22:42:10.905Z Checking usdt v0.5.0
28532024-07-22T22:42:12.608Z Checking hyper v0.14.28
28542024-07-22T22:42:14.527Z Checking hyper-tls v0.5.0
28552024-07-22T22:42:14.683Z Checking reqwest v0.11.27
28562024-07-22T22:42:15.351Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28572024-07-22T22:42:16.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.64s
28582024-07-22T22:42:16.333Z
28592024-07-22T22:42:16.333Zinfo: running `cargo check --bins` on end-to-end-tests (128/137)
28602024-07-22T22:42:16.745Z Downloading crates ...
28612024-07-22T22:42:16.929Z Downloaded bcrypt-pbkdf v0.10.0
28622024-07-22T22:42:16.935Z Downloaded rfc6979 v0.4.0
28632024-07-22T22:42:16.937Z Downloaded ctr v0.9.2
28642024-07-22T22:42:16.940Z Downloaded rand_chacha v0.2.2
28652024-07-22T22:42:16.940Z Downloaded blowfish v0.9.1
28662024-07-22T22:42:16.943Z Downloaded russh-cryptovec v0.7.2
28672024-07-22T22:42:16.943Z Downloaded option-ext v0.2.0
28682024-07-22T22:42:16.943Z Downloaded dhcproto-macros v0.1.0
28692024-07-22T22:42:16.949Z Downloaded ed25519 v2.2.3
28702024-07-22T22:42:16.953Z Downloaded md5 v0.7.0
28712024-07-22T22:42:16.956Z Downloaded dirs-sys v0.4.1
28722024-07-22T22:42:16.956Z Downloaded rand_core v0.5.1
28732024-07-22T22:42:16.959Z Downloaded hex-literal v0.4.1
28742024-07-22T22:42:16.959Z Downloaded primeorder v0.13.6
28752024-07-22T22:42:16.959Z Downloaded pbkdf2 v0.11.0
28762024-07-22T22:42:16.961Z Downloaded ghash v0.5.1
28772024-07-22T22:42:16.964Z Downloaded polyval v0.6.2
28782024-07-22T22:42:16.964Z Downloaded pbkdf2 v0.12.2
28792024-07-22T22:42:16.964Z Downloaded internet-checksum v0.2.1
28802024-07-22T22:42:16.967Z Downloaded password-hash v0.4.2
28812024-07-22T22:42:16.967Z Downloaded getrandom v0.1.16
28822024-07-22T22:42:16.969Z Downloaded cbc v0.1.2
28832024-07-22T22:42:16.972Z Downloaded russh-keys v0.43.0
28842024-07-22T22:42:16.972Z Downloaded ecdsa v0.16.9
28852024-07-22T22:42:16.975Z Downloaded dirs v5.0.1
28862024-07-22T22:42:16.977Z Downloaded dhcproto v0.11.0
28872024-07-22T22:42:16.980Z Downloaded p256 v0.13.2
28882024-07-22T22:42:16.990Z Downloaded ed25519-dalek v2.1.1
28892024-07-22T22:42:16.994Z Downloaded aes v0.8.4
28902024-07-22T22:42:16.997Z Downloaded russh v0.43.0
28912024-07-22T22:42:17.002Z Downloaded rand v0.7.3
28922024-07-22T22:42:17.006Z Downloaded p521 v0.13.3
28932024-07-22T22:42:17.009Z Downloaded aes-gcm v0.10.3
28942024-07-22T22:42:17.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-07-22T22:42:17.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-07-22T22:42:17.138Z Compiling getrandom v0.1.16
28972024-07-22T22:42:17.227Z Checking rfc6979 v0.4.0
28982024-07-22T22:42:17.237Z Checking primeorder v0.13.6
28992024-07-22T22:42:17.241Z Checking option-ext v0.2.0
29002024-07-22T22:42:17.255Z Checking ed25519 v2.2.3
29012024-07-22T22:42:17.258Z Checking polyval v0.6.2
29022024-07-22T22:42:17.258Z Checking blowfish v0.9.1
29032024-07-22T22:42:17.258Z Checking aes v0.8.4
29042024-07-22T22:42:17.348Z Checking dirs-sys v0.4.1
29052024-07-22T22:42:17.366Z Checking ecdsa v0.16.9
29062024-07-22T22:42:17.486Z Checking ctr v0.9.2
29072024-07-22T22:42:17.502Z Checking password-hash v0.4.2
29082024-07-22T22:42:17.515Z Checking pbkdf2 v0.12.2
29092024-07-22T22:42:17.531Z Checking dirs v5.0.1
29102024-07-22T22:42:17.650Z Checking ghash v0.5.1
29112024-07-22T22:42:17.666Z Checking ed25519-dalek v2.1.1
29122024-07-22T22:42:17.666Z Checking bcrypt-pbkdf v0.10.0
29132024-07-22T22:42:17.763Z Checking cbc v0.1.2
29142024-07-22T22:42:17.802Z Checking russh-cryptovec v0.7.2
29152024-07-22T22:42:17.902Z Checking md5 v0.7.0
29162024-07-22T22:42:17.930Z Checking pbkdf2 v0.11.0
29172024-07-22T22:42:17.959Z Checking hex-literal v0.4.1
29182024-07-22T22:42:17.986Z Compiling dhcproto-macros v0.1.0
29192024-07-22T22:42:17.989Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29202024-07-22T22:42:18.045Z Checking p256 v0.13.2
29212024-07-22T22:42:18.074Z Checking p521 v0.13.3
29222024-07-22T22:42:18.098Z Checking aes-gcm v0.10.3
29232024-07-22T22:42:18.159Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29242024-07-22T22:42:18.175Z Checking rand_core v0.5.1
29252024-07-22T22:42:18.190Z Checking internet-checksum v0.2.1
29262024-07-22T22:42:18.469Z Checking rand_chacha v0.2.2
29272024-07-22T22:42:18.689Z Checking rand v0.7.3
29282024-07-22T22:42:18.691Z Checking dhcproto v0.11.0
29292024-07-22T22:42:19.547Z Checking russh-keys v0.43.0
29302024-07-22T22:42:20.232Z Checking russh v0.43.0
29312024-07-22T22:42:35.819Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29322024-07-22T22:42:37.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.79s
29332024-07-22T22:42:37.276Z
29342024-07-22T22:42:37.276Zinfo: running `cargo check --bins` on gateway-cli (129/137)
29352024-07-22T22:42:37.755Z Downloading crates ...
29362024-07-22T22:42:37.820Z Downloaded termios v0.3.3
29372024-07-22T22:42:37.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382024-07-22T22:42:37.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392024-07-22T22:42:37.897Z Checking termios v0.3.3
29402024-07-22T22:42:38.084Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29412024-07-22T22:42:38.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
29422024-07-22T22:42:38.916Z
29432024-07-22T22:42:38.916Zinfo: running `cargo check --bins --no-default-features` on installinator (130/137)
29442024-07-22T22:42:39.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452024-07-22T22:42:39.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462024-07-22T22:42:39.554Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29472024-07-22T22:42:41.410Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29482024-07-22T22:42:43.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29492024-07-22T22:42:43.245Z
29502024-07-22T22:42:43.245Zinfo: running `cargo check --bins` on internal-dns-cli (131/137)
29512024-07-22T22:42:43.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522024-07-22T22:42:43.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532024-07-22T22:42:43.822Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29542024-07-22T22:42:44.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
29552024-07-22T22:42:44.347Z
29562024-07-22T22:42:44.347Zinfo: running `cargo check --bins` on omicron-package (132/137)
29572024-07-22T22:42:44.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582024-07-22T22:42:44.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592024-07-22T22:42:44.952Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29602024-07-22T22:42:46.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
29612024-07-22T22:42:46.191Z
29622024-07-22T22:42:46.191Zinfo: running `cargo check --bins` on wicket-dbg (133/137)
29632024-07-22T22:42:46.681Z Downloading crates ...
29642024-07-22T22:42:46.771Z Downloaded rpassword v7.3.1
29652024-07-22T22:42:46.774Z Downloaded rtoolbox v0.0.2
29662024-07-22T22:42:46.776Z Downloaded tui-tree-widget v0.21.0
29672024-07-22T22:42:46.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682024-07-22T22:42:46.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692024-07-22T22:42:46.872Z Checking rtoolbox v0.0.2
29702024-07-22T22:42:46.872Z Checking tui-tree-widget v0.21.0
29712024-07-22T22:42:46.875Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29722024-07-22T22:42:47.060Z Checking rpassword v7.3.1
29732024-07-22T22:42:50.721Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29742024-07-22T22:42:53.352Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29752024-07-22T22:42:54.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.17s
29762024-07-22T22:42:54.500Z
29772024-07-22T22:42:54.501Zinfo: running `cargo check --bins` on wicket (134/137)
29782024-07-22T22:42:55.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-07-22T22:42:55.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-07-22T22:42:55.138Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29812024-07-22T22:42:55.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
29822024-07-22T22:42:55.608Z
29832024-07-22T22:42:55.608Zinfo: running `cargo check --bins` on wicketd (135/137)
29842024-07-22T22:42:56.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-07-22T22:42:56.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-07-22T22:42:56.245Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29872024-07-22T22:42:59.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
29882024-07-22T22:42:59.623Z
29892024-07-22T22:42:59.623Zinfo: running `cargo check --bins` on omicron-workspace-hack (136/137)
29902024-07-22T22:43:00.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912024-07-22T22:43:00.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922024-07-22T22:43:00.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932024-07-22T22:43:00.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29942024-07-22T22:43:00.162Z
29952024-07-22T22:43:00.162Zinfo: running `cargo check --bins` on zone-setup (137/137)
29962024-07-22T22:43:00.704Z Downloading crates ...
29972024-07-22T22:43:00.781Z Downloaded uzers v0.11.3
29982024-07-22T22:43:00.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-07-22T22:43:00.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-07-22T22:43:00.897Z Checking uzers v0.11.3
30012024-07-22T22:43:01.169Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30022024-07-22T22:43:02.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
30032024-07-22T22:43:02.333Z
30042024-07-22T22:43:02.333Zreal 11:06.820922797
30052024-07-22T22:43:02.333Zuser 29:32.407107380
30062024-07-22T22:43:02.333Zsys 6:10.290391823
30072024-07-22T22:43:02.336Ztrap 0.733740610
30082024-07-22T22:43:02.336Ztflt 1.914129898
30092024-07-22T22:43:02.336Zdflt 2.558258166
30102024-07-22T22:43:02.336Zkflt 0.003874422
30112024-07-22T22:43:02.336Zlock 2:11:06.077505072
30122024-07-22T22:43:02.336Zslp 2:04:47.130413342
30132024-07-22T22:43:02.336Zlat 1:13.637652619
30142024-07-22T22:43:02.336Zstop 2:58.226982968
30152024-07-22T22:43:02.336Zprocess exited: duration 814014 ms, exit code 0
 
30162024-07-22T22:43:02.342Zfound 0 output files