[Pkg-rust-maintainers] Bug#1052820: cargo: FTBFS: make[1]: *** [debian/rules:48: override_dh_auto_test-arch] Error 101

Lucas Nussbaum lucas at debian.org
Tue Sep 26 14:16:39 BST 2023


Source: cargo
Version: 0.66.0+ds1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> CFG_DISABLE_CROSS_TESTS=1 /<<PKGBUILDDIR>>/debian/bin/cargo test 
> debian cargo wrapper: options, profiles, parallel: ['parallel=8'] [] ['-j8']
> debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, x86_64-linux-gnu
> debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config
> debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j8', '--target', 'x86_64-unknown-linux-gnu'],) {}
>        Fresh pkg-config v0.3.26
> warning: unreachable expression
>    --> /<<PKGBUILDDIR>>/vendor/pkg-config/src/lib.rs:408:9
>     |
> 404 |           return true;
>     |           ----------- any code following this expression is unreachable
> ...
> 408 | /         match self.targetted_env_var("PKG_CONFIG_ALLOW_CROSS") {
> 409 | |             // don't use pkg-config if explicitly disabled
> 410 | |             Some(ref val) if val == "0" => false,
> 411 | |             Some(_) => true,
> ...   |
> 417 | |             }
> 418 | |         }
>     | |_________^ unreachable expression
>     |
>     = note: `#[warn(unreachable_code)]` on by default
> 
>        Fresh autocfg v1.1.0
>        Fresh unicode-ident v1.0.6
> warning: `pkg-config` (lib) generated 1 warning
>        Fresh libc v0.2.139
> warning: unused import: `std::fs`
>  --> /<<PKGBUILDDIR>>/vendor/libz-sys/build.rs:2:5
>   |
> 2 | use std::fs;
>   |     ^^^^^^^
>   |
>   = note: `#[warn(unused_imports)]` on by default
> 
> warning: unused import: `std::path::PathBuf`
>  --> /<<PKGBUILDDIR>>/vendor/libz-sys/build.rs:3:5
>   |
> 3 | use std::path::PathBuf;
>   |     ^^^^^^^^^^^^^^^^^^
> 
> warning: unused import: `std::process::Command`
>  --> /<<PKGBUILDDIR>>/vendor/libz-sys/build.rs:4:5
>   |
> 4 | use std::process::Command;
>   |     ^^^^^^^^^^^^^^^^^^^^^
> 
> warning: `libz-sys` (build script) generated 3 warnings
>        Fresh proc-macro2 v1.0.49
>        Fresh cc v1.0.78
>        Fresh quote v1.0.23
>        Fresh memchr v2.5.0
>        Fresh version_check v0.9.4
>        Fresh syn v1.0.107
>        Fresh log v0.4.17
>        Fresh typenum v1.16.0
>        Fresh bitflags v1.3.2
> warning: unused import: `Path`
>  --> /<<PKGBUILDDIR>>/vendor/libssh2-sys/build.rs:9:17
>   |
> 9 | use std::path::{Path, PathBuf};
>   |                 ^^^^
>   |
>   = note: `#[warn(unused_imports)]` on by default
> 
> warning: `libssh2-sys` (build script) generated 1 warning
>        Fresh serde_derive v1.0.152
>        Fresh tinyvec_macros v0.1.0
>        Fresh once_cell v1.17.0
>        Fresh openssl-sys v0.9.80
>        Fresh serde v1.0.152
>        Fresh tinyvec v1.6.0
> warning: unreachable statement
>   --> /<<PKGBUILDDIR>>/vendor/libgit2-sys/build.rs:27:5
>    |
> 25 |     panic!("debian build must never use vendored libgit2!");
>    |     ------------------------------------------------------- any code following this expression is unreachable
> 26 |
> 27 |     println!("cargo:rustc-cfg=libgit2_vendored");
>    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
>    |
>    = note: `#[warn(unreachable_code)]` on by default
>    = note: this warning originates in the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: unused variable: `https`
>  --> /<<PKGBUILDDIR>>/vendor/libgit2-sys/build.rs:8:9
>   |
> 8 |     let https = env::var("CARGO_FEATURE_HTTPS").is_ok();
>   |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_https`
>   |
>   = note: `#[warn(unused_variables)]` on by default
> 
> warning: unused variable: `ssh`
>  --> /<<PKGBUILDDIR>>/vendor/libgit2-sys/build.rs:9:9
>   |
> 9 |     let ssh = env::var("CARGO_FEATURE_SSH").is_ok();
>   |         ^^^ help: if this is intentional, prefix it with an underscore: `_ssh`
> 
>        Fresh unicode-bidi v0.3.8
> warning: `libgit2-sys` (build script) generated 3 warnings
>        Fresh unicode-normalization v0.1.22
>        Fresh cfg-if v1.0.0
>        Fresh percent-encoding v2.2.0
>        Fresh generic-array v0.14.6
>        Fresh atty v0.2.14
> warning: `libz-sys` (build script) generated 3 warnings (3 duplicates)
>        Fresh form_urlencoded v1.1.0
>        Fresh idna v0.3.0
>        Fresh foreign-types-shared v0.1.1
>        Fresh same-file v1.0.6
>        Fresh openssl-probe v0.1.5
>        Fresh walkdir v2.3.2
>        Fresh anyhow v1.0.68
>        Fresh url v2.3.1
>        Fresh foreign-types v0.3.2
>        Fresh libssh2-sys v0.2.23
>        Fresh libnghttp2-sys v0.1.7+1.45.0
>        Fresh openssl-macros v0.1.0
>        Fresh aho-corasick v0.7.20
>        Fresh itoa v1.0.5
>        Fresh fastrand v1.8.0
>        Fresh remove_dir_all v0.5.3
>        Fresh lazy_static v1.4.0
>        Fresh hashbrown v0.12.3
>        Fresh ryu v1.0.12
>        Fresh regex-syntax v0.6.28
>        Fresh tempfile v3.3.0
>        Fresh regex v1.7.0
>        Fresh serde_json v1.0.91
>        Fresh indexmap v1.9.2
>        Fresh openssl v0.10.45
>        Fresh curl-sys v0.4.59+curl-7.86.0
>        Fresh libgit2-sys v0.14.1+1.5.0
>        Fresh libz-sys v1.1.8
>        Fresh filetime v0.2.19
>        Fresh crypto-common v0.1.6
>        Fresh block-buffer v0.10.3
>        Fresh socket2 v0.4.7
>        Fresh termcolor v1.1.3
>        Fresh either v1.8.0
>        Fresh hex v0.4.3
>        Fresh bytes v1.3.0
>        Fresh static_assertions v1.1.0
>        Fresh subtle v2.4.1
> warning: `#[inline]` is ignored on function prototypes
>    --> /usr/src/cargo-0.66.0+ds1/vendor/subtle/src/lib.rs:260:5
>     |
> 260 |     #[inline]
>     |     ^^^^^^^^^
>     |
>     = note: `#[warn(unused_attributes)]` on by default
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /usr/src/cargo-0.66.0+ds1/vendor/subtle/src/lib.rs:383:5
>     |
> 383 |     #[inline]
>     |     ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /usr/src/cargo-0.66.0+ds1/vendor/subtle/src/lib.rs:533:5
>     |
> 533 |     #[inline]
>     |     ^^^^^^^^^
> 
>        Fresh curl v0.4.44
>        Fresh crc32fast v1.3.2
>        Fresh itertools v0.10.5
> warning: `subtle` (lib) generated 3 warnings
>        Fresh digest v0.10.6
>        Fresh combine v4.6.6
>        Fresh kstring v2.0.0
>        Fresh crypto-hash v0.3.4
>        Fresh git2 v0.16.0
>        Fresh bitmaps v2.1.0
>        Fresh vte_generate_state_changes v0.1.1
>        Fresh bstr v1.1.0
>        Fresh jobserver v0.1.25
>        Fresh utf8parse v0.2.0
>        Fresh rand_core v0.6.4
>        Fresh os_str_bytes v6.4.1
>        Fresh fnv v1.0.7
>        Fresh arrayvec v0.5.2
>        Fresh regex-automata v0.1.10
>        Fresh shell-escape v0.1.5
> warning: `...` range patterns are deprecated
>   --> /usr/src/cargo-0.66.0+ds1/vendor/shell-escape/src/lib.rs:95:16
>    |
> 95 |             'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false,
>    |                ^^^ help: use `..=` for an inclusive range
>    |
>    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
>    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
>    = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
> 
> warning: `...` range patterns are deprecated
>   --> /usr/src/cargo-0.66.0+ds1/vendor/shell-escape/src/lib.rs:95:28
>    |
> 95 |             'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false,
>    |                            ^^^ help: use `..=` for an inclusive range
>    |
>    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
>    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
> 
> warning: `...` range patterns are deprecated
>   --> /usr/src/cargo-0.66.0+ds1/vendor/shell-escape/src/lib.rs:95:40
>    |
> 95 |             'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false,
>    |                                        ^^^ help: use `..=` for an inclusive range
>    |
>    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
>    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
> 
>        Fresh rand_xoshiro v0.6.0
>        Fresh clap_lex v0.2.4
>        Fresh globset v0.4.10
> warning: `shell-escape` (lib) generated 3 warnings
>        Fresh vte v0.10.1
>        Fresh cargo-util v0.2.2 (/<<PKGBUILDDIR>>/crates/cargo-util)
>        Fresh bstr v0.2.17
>        Fresh toml_edit v0.14.4
>        Fresh sized-chunks v0.6.5
>        Fresh flate2 v1.0.25
>        Fresh tar v0.4.38
>        Fresh thread_local v1.1.4
>        Fresh textwrap v0.16.0
>        Fresh glob v0.3.1
>        Fresh humantime v2.1.0
>    Compiling concolor-query v0.0.5
>        Fresh cpufeatures v0.2.5
>        Fresh strsim v0.10.0
>        Fresh sha1 v0.10.5
>        Fresh env_logger v0.9.3
>        Fresh clap v3.2.23
>        Fresh ignore v0.4.19
>        Fresh im-rc v15.1.0
>        Fresh opener v0.5.0
>        Fresh strip-ansi-escapes v0.1.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=concolor_query CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/vendor/concolor-query CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=concolor-query CARGO_PKG_REPOSITORY='https://github.com/rust-cli/concolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name concolor_query --edition=2018 /<<PKGBUILDDIR>>/vendor/concolor-query/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="windows"' -C metadata=3cff133b32f40e57 -C extra-filename=-3cff133b32f40e57 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1`
>        Fresh semver v1.0.16
>        Fresh hmac v0.12.1
>        Fresh git2-curl v0.17.0
>        Fresh crates-io v0.34.0 (/<<PKGBUILDDIR>>/crates/crates-io)
>        Fresh rustfix v0.6.1
>        Fresh cargo-platform v0.1.2 (/<<PKGBUILDDIR>>/crates/cargo-platform)
>        Fresh os_info v3.5.1
>        Fresh serde_ignored v0.1.7
>    Compiling content_inspector v0.2.4
>    Compiling similar v2.2.1
>    Compiling snapbox-macros v0.3.1
>        Fresh rustc-workspace-hack v1.0.0
>        Fresh base64 v0.13.1
>        Fresh bytesize v1.1.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=content_inspector CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/vendor/content_inspector CARGO_PKG_AUTHORS='David Peter <mail at david-peter.de>' CARGO_PKG_DESCRIPTION='Fast inspection of binary buffers to guess/determine the encoding' CARGO_PKG_HOMEPAGE='https://github.com/sharkdp/content_inspector' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=content_inspector CARGO_PKG_REPOSITORY='https://github.com/sharkdp/content_inspector' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name content_inspector /<<PKGBUILDDIR>>/vendor/content_inspector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=544aa0777c9fe5ba -C extra-filename=-544aa0777c9fe5ba --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-d39e2a3becd78c9e.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=similar CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/vendor/similar CARGO_PKG_AUTHORS='Armin Ronacher <armin.ronacher at active-4.com>:Pierre-Étienne Meunier <pe at pijul.org>:Brandon Williams <bwilliams.eng at gmail.com>' CARGO_PKG_DESCRIPTION='A diff library for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=similar CARGO_PKG_REPOSITORY='https://github.com/mitsuhiko/similar' CARGO_PKG_RUST_VERSION=1.41 CARGO_PKG_VERSION=2.2.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name similar --edition=2018 /<<PKGBUILDDIR>>/vendor/similar/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' -C metadata=0e3db03b37272057 -C extra-filename=-0e3db03b37272057 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=snapbox_macros CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/vendor/snapbox-macros CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Snapshot testing toolbox' CARGO_PKG_HOMEPAGE='https://github.com/assert-rs/trycmd/tree/main/crates/snapbox' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=snapbox-macros CARGO_PKG_REPOSITORY='https://github.com/assert-rs/trycmd/' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name snapbox_macros --edition=2021 /<<PKGBUILDDIR>>/vendor/snapbox-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=e784f1006823c48c -C extra-filename=-e784f1006823c48c --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1`
>        Fresh unicode-width v0.1.10
>    Compiling dunce v1.0.3
>        Fresh unicode-xid v0.2.4
>    Compiling yansi v0.5.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=dunce CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/vendor/dunce CARGO_PKG_AUTHORS='Kornel <kornel at geekhood.net>' CARGO_PKG_DESCRIPTION='Normalize Windows paths to the most compatible format, avoiding UNC where possible' CARGO_PKG_HOMEPAGE='https://lib.rs/crates/dunce' CARGO_PKG_LICENSE='CC0-1.0 OR MIT-0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dunce CARGO_PKG_REPOSITORY='https://gitlab.com/kornelski/dunce' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name dunce --edition=2018 /<<PKGBUILDDIR>>/vendor/dunce/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1b70561a533e6d30 -C extra-filename=-1b70561a533e6d30 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1`
>    Compiling cargo-test-support v0.1.0 (/<<PKGBUILDDIR>>/crates/cargo-test-support)
>        Fresh lazycell v1.3.0
> warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
>    --> /usr/src/cargo-0.66.0+ds1/vendor/lazycell/src/lib.rs:269:31
>     |
> 269 |         if NONE != self.state.compare_and_swap(NONE, LOCK, Ordering::Acquire) {
>     |                               ^^^^^^^^^^^^^^^^
>     |
>     = note: `#[warn(deprecated)]` on by default
> 
> warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
>    --> /usr/src/cargo-0.66.0+ds1/vendor/lazycell/src/lib.rs:275:31
>     |
> 275 |         if LOCK != self.state.compare_and_swap(LOCK, SOME, Ordering::Release) {
>     |                               ^^^^^^^^^^^^^^^^
> 
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=yansi CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/vendor/yansi CARGO_PKG_AUTHORS='Sergio Benitez <sb at sergio.bz>' CARGO_PKG_DESCRIPTION='A dead simple ANSI terminal color painting library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=yansi CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/yansi' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name yansi /<<PKGBUILDDIR>>/vendor/yansi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f90953039dfc0ec0 -C extra-filename=-f90953039dfc0ec0 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/crates/cargo-test-support CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-test-support CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2021 crates/cargo-test-support/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6ed9305a0e5c48a2 -C extra-filename=-6ed9305a0e5c48a2 --out-dir /<<PKGBUILDDIR>>/target/debug/build/cargo-test-support-6ed9305a0e5c48a2 -C incremental=/<<PKGBUILDDIR>>/target/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/debug/deps`
> warning: `lazycell` (lib) generated 2 warnings
>        Fresh pathdiff v0.2.1
>    Compiling normalize-line-endings v0.3.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=normalize_line_endings CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/vendor/normalize-line-endings CARGO_PKG_AUTHORS='Richard Dodd <richdodj at gmail.com>' CARGO_PKG_DESCRIPTION='Takes an iterator over chars and returns a new iterator with all line endings (\r, \n, or \r\n) as \n' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=normalize-line-endings CARGO_PKG_REPOSITORY='https://github.com/derekdreery/normalize-line-endings' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name normalize_line_endings /<<PKGBUILDDIR>>/vendor/normalize-line-endings/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e19b55426543df00 -C extra-filename=-e19b55426543df00 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1`
>        Fresh home v0.5.4
>    Compiling cargo-test-macro v0.1.0 (/<<PKGBUILDDIR>>/crates/cargo-test-macro)
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cargo_test_macro CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/crates/cargo-test-macro CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Helper proc-macro for Cargo'\''s testsuite.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cargo' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-test-macro CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name cargo_test_macro --edition=2021 crates/cargo-test-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=f90ffa8df11ab3ac -C extra-filename=-f90ffa8df11ab3ac --out-dir /<<PKGBUILDDIR>>/target/debug/deps -C incremental=/<<PKGBUILDDIR>>/target/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro`
>    Compiling concolor v0.0.8
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=concolor CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/vendor/concolor CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Control console coloring across all dependencies' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=concolor CARGO_PKG_REPOSITORY='https://github.com/rust-cli/concolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name concolor --edition=2018 /<<PKGBUILDDIR>>/vendor/concolor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atty"' --cfg 'feature="auto"' --cfg 'feature="bitflags"' --cfg 'feature="clicolor"' --cfg 'feature="concolor-query"' --cfg 'feature="core"' --cfg 'feature="interactive"' --cfg 'feature="no_color"' --cfg 'feature="std"' --cfg 'feature="term"' --cfg 'feature="windows"' -C metadata=51594a4fd77b8455 -C extra-filename=-51594a4fd77b8455 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern atty=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libatty-3b08b1ed4653aa9a.rmeta --extern bitflags=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbitflags-41d4599baecd1fc0.rmeta --extern concolor_query=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libconcolor_query-3cff133b32f40e57.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1`
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /usr/src/cargo-0.66.0+ds1/vendor/yansi/src/style.rs:184:52
>     |
> 184 | fn write_spliced<T: Display>(c: &mut bool, f: &mut fmt::Write, t: T) -> fmt::Result {
>     |                                                    ^^^^^^^^^^
>     |
>     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
>     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
>     = note: `#[warn(bare_trait_objects)]` on by default
> help: use `dyn`
>     |
> 184 | fn write_spliced<T: Display>(c: &mut bool, f: &mut dyn fmt::Write, t: T) -> fmt::Result {
>     |                                                    +++
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /usr/src/cargo-0.66.0+ds1/vendor/yansi/src/style.rs:411:38
>     |
> 411 |     pub fn fmt_prefix(&self, f: &mut fmt::Write) -> fmt::Result {
>     |                                      ^^^^^^^^^^
>     |
>     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
>     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
> help: use `dyn`
>     |
> 411 |     pub fn fmt_prefix(&self, f: &mut dyn fmt::Write) -> fmt::Result {
>     |                                      +++
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /usr/src/cargo-0.66.0+ds1/vendor/yansi/src/style.rs:473:38
>     |
> 473 |     pub fn fmt_suffix(&self, f: &mut fmt::Write) -> fmt::Result {
>     |                                      ^^^^^^^^^^
>     |
>     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
>     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
> help: use `dyn`
>     |
> 473 |     pub fn fmt_suffix(&self, f: &mut dyn fmt::Write) -> fmt::Result {
>     |                                      +++
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /usr/src/cargo-0.66.0+ds1/vendor/yansi/src/color.rs:73:44
>    |
> 73 |     pub(crate) fn ascii_fmt(&self, f: &mut fmt::Write) -> fmt::Result {
>    |                                            ^^^^^^^^^^
>    |
>    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
>    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
> help: use `dyn`
>    |
> 73 |     pub(crate) fn ascii_fmt(&self, f: &mut dyn fmt::Write) -> fmt::Result {
>    |                                            +++
> 
> warning: `yansi` (lib) generated 4 warnings
>      Running `/<<PKGBUILDDIR>>/target/debug/build/cargo-test-support-6ed9305a0e5c48a2/build-script-build`
> [cargo-test-support 0.1.0] cargo:rustc-env=NATIVE_ARCH=x86_64-unknown-linux-gnu
>    Compiling snapbox v0.3.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=snapbox CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/vendor/snapbox CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Snapshot testing toolbox' CARGO_PKG_HOMEPAGE='https://github.com/assert-rs/trycmd/tree/main/crates/snapbox' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=snapbox CARGO_PKG_REPOSITORY='https://github.com/assert-rs/trycmd/' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name snapbox --edition=2021 /<<PKGBUILDDIR>>/vendor/snapbox/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="color"' --cfg 'feature="color-auto"' --cfg 'feature="concolor"' --cfg 'feature="content_inspector"' --cfg 'feature="default"' --cfg 'feature="detect-encoding"' --cfg 'feature="diff"' --cfg 'feature="dunce"' --cfg 'feature="filetime"' --cfg 'feature="path"' --cfg 'feature="similar"' --cfg 'feature="tempfile"' --cfg 'feature="walkdir"' --cfg 'feature="yansi"' -C metadata=480331e26077014f -C extra-filename=-480331e26077014f --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern concolor=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libconcolor-51594a4fd77b8455.rmeta --extern content_inspector=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcontent_inspector-544aa0777c9fe5ba.rmeta --extern dunce=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libdunce-1b70561a533e6d30.rmeta --extern filetime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfiletime-8715ee712bc37dec.rmeta --extern normalize_line_endings=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libnormalize_line_endings-e19b55426543df00.rmeta --extern similar=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsimilar-0e3db03b37272057.rmeta --extern snapbox_macros=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsnapbox_macros-e784f1006823c48c.rmeta --extern tempfile=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtempfile-b12a559f078a32f3.rmeta --extern walkdir=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libwalkdir-0e1f06cf2998b3fe.rmeta --extern yansi=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libyansi-f90953039dfc0ec0.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cargo_test_support CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/crates/cargo-test-support CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo-test-support CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' NATIVE_ARCH=x86_64-unknown-linux-gnu OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/cargo-test-support-0cd95a316244aca4/out rustc --crate-name cargo_test_support --edition=2021 crates/cargo-test-support/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=048dbed4309e76e3 -C extra-filename=-048dbed4309e76e3 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-26f30223d9cdb55e.rmeta --extern cargo_test_macro=/<<PKGBUILDDIR>>/target/debug/deps/libcargo_test_macro-f90ffa8df11ab3ac.so --extern cargo_util=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_util-e0f4fb1b31fbb129.rmeta --extern filetime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfiletime-8715ee712bc37dec.rmeta --extern flate2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libflate2-e2cf910d8f09f335.rmeta --extern git2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgit2-b50f760d4814b07b.rmeta --extern glob=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libglob-53a2964fec6f6078.rmeta --extern itertools=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libitertools-a28268ffd9222e5c.rmeta --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-e3efb2b506471eb8.rmeta --extern remove_dir_all=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libremove_dir_all-df8c05a156c4e9ae.rmeta --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-67aa55330c9c17f6.rmeta --extern snapbox=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsnapbox-480331e26077014f.rmeta --extern tar=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtar-239506fa15343aab.rmeta --extern termcolor=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtermcolor-4a3c1aa745aa2aab.rmeta --extern toml_edit=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml_edit-5ffd2ab32e0e48c4.rmeta --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liburl-eca1e3d776ae7c18.rmeta -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1 -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu`
>    Compiling cargo v0.66.0 (/<<PKGBUILDDIR>>)
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_EXE_cargo=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/cargo CARGO_CRATE_NAME=testsuite CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo, a package manager for Rust.
> ' CARGO_PKG_HOMEPAGE='https://crates.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.66.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=66 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/cargo-e4edf56f93123c4d/out RUST_HOST_TARGET=x86_64-unknown-linux-gnu rustc --crate-name testsuite --edition=2021 tests/testsuite/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=94c6910ed17ee621 -C extra-filename=-94c6910ed17ee621 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-26f30223d9cdb55e.rlib --extern atty=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libatty-3b08b1ed4653aa9a.rlib --extern base64=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbase64-abbc6585d0a67238.rlib --extern bytesize=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbytesize-e9b6c64468c89809.rlib --extern cargo=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo-e6844210fd8709a0.rlib --extern cargo_platform=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_platform-4b1c3049acd14fa0.rlib --extern cargo_test_macro=/<<PKGBUILDDIR>>/target/debug/deps/libcargo_test_macro-f90ffa8df11ab3ac.so --extern cargo_test_support=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_test_support-048dbed4309e76e3.rlib --extern cargo_util=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_util-e0f4fb1b31fbb129.rlib --extern clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libclap-e8bbb3e13a880479.rlib --extern crates_io=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcrates_io-8e20e9ccdb1b5ea6.rlib --extern curl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcurl-5c552adee3f47ba3.rlib --extern curl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcurl_sys-3bd3a6a8a7ad0df8.rlib --extern env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libenv_logger-68498db880cc519f.rlib --extern filetime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfiletime-8715ee712bc37dec.rlib --extern flate2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libflate2-e2cf910d8f09f335.rlib --extern git2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgit2-b50f760d4814b07b.rlib --extern git2_curl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgit2_curl-13daf49b4eab103c.rlib --extern glob=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libglob-53a2964fec6f6078.rlib --extern hex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhex-6f501c80edad9fdc.rlib --extern hmac=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhmac-0699f583acc78d73.rlib --extern home=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhome-55ef2ed297fbb4fc.rlib --extern humantime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhumantime-10e0251475e2138b.rlib --extern ignore=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libignore-32c026e649f1aaa8.rlib --extern im_rc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libim_rc-e19ad4e6465f901d.rlib --extern indexmap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libindexmap-472e7b2016362891.rlib --extern itertools=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libitertools-a28268ffd9222e5c.rlib --extern jobserver=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libjobserver-9334d7eeff4aa3c3.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-e3efb2b506471eb8.rlib --extern lazycell=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazycell-1d1923b6127572ee.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-96ad12980796979a.rlib --extern libgit2_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibgit2_sys-a2dd8fd10e5903b4.rlib --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-4feb1d9d710419e4.rlib --extern memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-d39e2a3becd78c9e.rlib --extern opener=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopener-a221e6ce8a13cfb0.rlib --extern os_info=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libos_info-2d1467a72a95a4ac.rlib --extern pathdiff=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpathdiff-55c0f49169542755.rlib --extern percent_encoding=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpercent_encoding-56152a822bf0eb02.rlib --extern rustc_workspace_hack=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librustc_workspace_hack-5602ef866060aea7.rlib --extern rustfix=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librustfix-9fc625d04172fad5.rlib --extern semver=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsemver-67346db14e3ad794.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-7f08008bba601973.rlib --extern serde_ignored=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_ignored-c71c2144afd22be6.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-67aa55330c9c17f6.rlib --extern sha1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsha1-fa212207c744df66.rlib --extern shell_escape=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libshell_escape-d65f968be764a40a.rlib --extern snapbox=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsnapbox-480331e26077014f.rlib --extern strip_ansi_escapes=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libstrip_ansi_escapes-a95653cf69f1a34a.rlib --extern tar=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtar-239506fa15343aab.rlib --extern tempfile=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtempfile-b12a559f078a32f3.rlib --extern termcolor=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtermcolor-4a3c1aa745aa2aab.rlib --extern toml_edit=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml_edit-5ffd2ab32e0e48c4.rlib --extern unicode_width=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_width-09409bd96cd6c58a.rlib --extern unicode_xid=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_xid-17f0a9e59245be8a.rlib --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liburl-eca1e3d776ae7c18.rlib --extern walkdir=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libwalkdir-0e1f06cf2998b3fe.rlib -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1 -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu`
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_EXE_cargo=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/cargo CARGO_CRATE_NAME=build_std CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo, a package manager for Rust.
> ' CARGO_PKG_HOMEPAGE='https://crates.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.66.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=66 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/cargo-e4edf56f93123c4d/out RUST_HOST_TARGET=x86_64-unknown-linux-gnu rustc --crate-name build_std --edition=2021 tests/build-std/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=5728786a35332ace -C extra-filename=-5728786a35332ace --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-26f30223d9cdb55e.rlib --extern atty=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libatty-3b08b1ed4653aa9a.rlib --extern base64=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbase64-abbc6585d0a67238.rlib --extern bytesize=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbytesize-e9b6c64468c89809.rlib --extern cargo=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo-e6844210fd8709a0.rlib --extern cargo_platform=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_platform-4b1c3049acd14fa0.rlib --extern cargo_test_macro=/<<PKGBUILDDIR>>/target/debug/deps/libcargo_test_macro-f90ffa8df11ab3ac.so --extern cargo_test_support=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_test_support-048dbed4309e76e3.rlib --extern cargo_util=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_util-e0f4fb1b31fbb129.rlib --extern clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libclap-e8bbb3e13a880479.rlib --extern crates_io=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcrates_io-8e20e9ccdb1b5ea6.rlib --extern curl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcurl-5c552adee3f47ba3.rlib --extern curl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcurl_sys-3bd3a6a8a7ad0df8.rlib --extern env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libenv_logger-68498db880cc519f.rlib --extern filetime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfiletime-8715ee712bc37dec.rlib --extern flate2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libflate2-e2cf910d8f09f335.rlib --extern git2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgit2-b50f760d4814b07b.rlib --extern git2_curl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgit2_curl-13daf49b4eab103c.rlib --extern glob=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libglob-53a2964fec6f6078.rlib --extern hex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhex-6f501c80edad9fdc.rlib --extern hmac=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhmac-0699f583acc78d73.rlib --extern home=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhome-55ef2ed297fbb4fc.rlib --extern humantime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhumantime-10e0251475e2138b.rlib --extern ignore=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libignore-32c026e649f1aaa8.rlib --extern im_rc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libim_rc-e19ad4e6465f901d.rlib --extern indexmap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libindexmap-472e7b2016362891.rlib --extern itertools=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libitertools-a28268ffd9222e5c.rlib --extern jobserver=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libjobserver-9334d7eeff4aa3c3.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-e3efb2b506471eb8.rlib --extern lazycell=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazycell-1d1923b6127572ee.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-96ad12980796979a.rlib --extern libgit2_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibgit2_sys-a2dd8fd10e5903b4.rlib --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-4feb1d9d710419e4.rlib --extern memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-d39e2a3becd78c9e.rlib --extern opener=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopener-a221e6ce8a13cfb0.rlib --extern os_info=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libos_info-2d1467a72a95a4ac.rlib --extern pathdiff=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpathdiff-55c0f49169542755.rlib --extern percent_encoding=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpercent_encoding-56152a822bf0eb02.rlib --extern rustc_workspace_hack=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librustc_workspace_hack-5602ef866060aea7.rlib --extern rustfix=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librustfix-9fc625d04172fad5.rlib --extern semver=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsemver-67346db14e3ad794.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-7f08008bba601973.rlib --extern serde_ignored=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_ignored-c71c2144afd22be6.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-67aa55330c9c17f6.rlib --extern sha1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsha1-fa212207c744df66.rlib --extern shell_escape=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libshell_escape-d65f968be764a40a.rlib --extern snapbox=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsnapbox-480331e26077014f.rlib --extern strip_ansi_escapes=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libstrip_ansi_escapes-a95653cf69f1a34a.rlib --extern tar=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtar-239506fa15343aab.rlib --extern tempfile=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtempfile-b12a559f078a32f3.rlib --extern termcolor=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtermcolor-4a3c1aa745aa2aab.rlib --extern toml_edit=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml_edit-5ffd2ab32e0e48c4.rlib --extern unicode_width=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_width-09409bd96cd6c58a.rlib --extern unicode_xid=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_xid-17f0a9e59245be8a.rlib --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liburl-eca1e3d776ae7c18.rlib --extern walkdir=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libwalkdir-0e1f06cf2998b3fe.rlib -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1 -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu`
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_EXE_cargo=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/cargo CARGO_CRATE_NAME=internal CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo, a package manager for Rust.
> ' CARGO_PKG_HOMEPAGE='https://crates.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.66.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=66 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/cargo-e4edf56f93123c4d/out RUST_HOST_TARGET=x86_64-unknown-linux-gnu rustc --crate-name internal --edition=2021 tests/internal.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=7e2f4e8514680d98 -C extra-filename=-7e2f4e8514680d98 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-26f30223d9cdb55e.rlib --extern atty=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libatty-3b08b1ed4653aa9a.rlib --extern base64=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbase64-abbc6585d0a67238.rlib --extern bytesize=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbytesize-e9b6c64468c89809.rlib --extern cargo=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo-e6844210fd8709a0.rlib --extern cargo_platform=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_platform-4b1c3049acd14fa0.rlib --extern cargo_test_macro=/<<PKGBUILDDIR>>/target/debug/deps/libcargo_test_macro-f90ffa8df11ab3ac.so --extern cargo_test_support=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_test_support-048dbed4309e76e3.rlib --extern cargo_util=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_util-e0f4fb1b31fbb129.rlib --extern clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libclap-e8bbb3e13a880479.rlib --extern crates_io=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcrates_io-8e20e9ccdb1b5ea6.rlib --extern curl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcurl-5c552adee3f47ba3.rlib --extern curl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcurl_sys-3bd3a6a8a7ad0df8.rlib --extern env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libenv_logger-68498db880cc519f.rlib --extern filetime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfiletime-8715ee712bc37dec.rlib --extern flate2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libflate2-e2cf910d8f09f335.rlib --extern git2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgit2-b50f760d4814b07b.rlib --extern git2_curl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgit2_curl-13daf49b4eab103c.rlib --extern glob=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libglob-53a2964fec6f6078.rlib --extern hex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhex-6f501c80edad9fdc.rlib --extern hmac=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhmac-0699f583acc78d73.rlib --extern home=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhome-55ef2ed297fbb4fc.rlib --extern humantime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhumantime-10e0251475e2138b.rlib --extern ignore=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libignore-32c026e649f1aaa8.rlib --extern im_rc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libim_rc-e19ad4e6465f901d.rlib --extern indexmap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libindexmap-472e7b2016362891.rlib --extern itertools=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libitertools-a28268ffd9222e5c.rlib --extern jobserver=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libjobserver-9334d7eeff4aa3c3.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-e3efb2b506471eb8.rlib --extern lazycell=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazycell-1d1923b6127572ee.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-96ad12980796979a.rlib --extern libgit2_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibgit2_sys-a2dd8fd10e5903b4.rlib --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-4feb1d9d710419e4.rlib --extern memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-d39e2a3becd78c9e.rlib --extern opener=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopener-a221e6ce8a13cfb0.rlib --extern os_info=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libos_info-2d1467a72a95a4ac.rlib --extern pathdiff=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpathdiff-55c0f49169542755.rlib --extern percent_encoding=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpercent_encoding-56152a822bf0eb02.rlib --extern rustc_workspace_hack=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librustc_workspace_hack-5602ef866060aea7.rlib --extern rustfix=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librustfix-9fc625d04172fad5.rlib --extern semver=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsemver-67346db14e3ad794.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-7f08008bba601973.rlib --extern serde_ignored=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_ignored-c71c2144afd22be6.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-67aa55330c9c17f6.rlib --extern sha1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsha1-fa212207c744df66.rlib --extern shell_escape=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libshell_escape-d65f968be764a40a.rlib --extern snapbox=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsnapbox-480331e26077014f.rlib --extern strip_ansi_escapes=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libstrip_ansi_escapes-a95653cf69f1a34a.rlib --extern tar=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtar-239506fa15343aab.rlib --extern tempfile=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtempfile-b12a559f078a32f3.rlib --extern termcolor=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtermcolor-4a3c1aa745aa2aab.rlib --extern toml_edit=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml_edit-5ffd2ab32e0e48c4.rlib --extern unicode_width=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_width-09409bd96cd6c58a.rlib --extern unicode_xid=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_xid-17f0a9e59245be8a.rlib --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liburl-eca1e3d776ae7c18.rlib --extern walkdir=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libwalkdir-0e1f06cf2998b3fe.rlib -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1 -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Cargo, a package manager for Rust.
> ' CARGO_PKG_HOMEPAGE='https://crates.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cargo CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cargo' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.66.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=66 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/cargo-e4edf56f93123c4d/out RUST_HOST_TARGET=x86_64-unknown-linux-gnu rustc --crate-name cargo --edition=2021 src/cargo/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=5128a47c1841cc27 -C extra-filename=-5128a47c1841cc27 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-26f30223d9cdb55e.rlib --extern atty=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libatty-3b08b1ed4653aa9a.rlib --extern base64=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbase64-abbc6585d0a67238.rlib --extern bytesize=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbytesize-e9b6c64468c89809.rlib --extern cargo_platform=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_platform-4b1c3049acd14fa0.rlib --extern cargo_test_macro=/<<PKGBUILDDIR>>/target/debug/deps/libcargo_test_macro-f90ffa8df11ab3ac.so --extern cargo_test_support=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_test_support-048dbed4309e76e3.rlib --extern cargo_util=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_util-e0f4fb1b31fbb129.rlib --extern clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libclap-e8bbb3e13a880479.rlib --extern crates_io=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcrates_io-8e20e9ccdb1b5ea6.rlib --extern curl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcurl-5c552adee3f47ba3.rlib --extern curl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcurl_sys-3bd3a6a8a7ad0df8.rlib --extern env_logger=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libenv_logger-68498db880cc519f.rlib --extern filetime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfiletime-8715ee712bc37dec.rlib --extern flate2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libflate2-e2cf910d8f09f335.rlib --extern git2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgit2-b50f760d4814b07b.rlib --extern git2_curl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgit2_curl-13daf49b4eab103c.rlib --extern glob=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libglob-53a2964fec6f6078.rlib --extern hex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhex-6f501c80edad9fdc.rlib --extern hmac=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhmac-0699f583acc78d73.rlib --extern home=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhome-55ef2ed297fbb4fc.rlib --extern humantime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhumantime-10e0251475e2138b.rlib --extern ignore=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libignore-32c026e649f1aaa8.rlib --extern im_rc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libim_rc-e19ad4e6465f901d.rlib --extern indexmap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libindexmap-472e7b2016362891.rlib --extern itertools=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libitertools-a28268ffd9222e5c.rlib --extern jobserver=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libjobserver-9334d7eeff4aa3c3.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-e3efb2b506471eb8.rlib --extern lazycell=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazycell-1d1923b6127572ee.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-96ad12980796979a.rlib --extern libgit2_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibgit2_sys-a2dd8fd10e5903b4.rlib --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-4feb1d9d710419e4.rlib --extern memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-d39e2a3becd78c9e.rlib --extern opener=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopener-a221e6ce8a13cfb0.rlib --extern os_info=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libos_info-2d1467a72a95a4ac.rlib --extern pathdiff=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpathdiff-55c0f49169542755.rlib --extern percent_encoding=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpercent_encoding-56152a822bf0eb02.rlib --extern rustc_workspace_hack=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librustc_workspace_hack-5602ef866060aea7.rlib --extern rustfix=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librustfix-9fc625d04172fad5.rlib --extern semver=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsemver-67346db14e3ad794.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-7f08008bba601973.rlib --extern serde_ignored=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_ignored-c71c2144afd22be6.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-67aa55330c9c17f6.rlib --extern sha1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsha1-fa212207c744df66.rlib --extern shell_escape=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libshell_escape-d65f968be764a40a.rlib --extern snapbox=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsnapbox-480331e26077014f.rlib --extern strip_ansi_escapes=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libstrip_ansi_escapes-a95653cf69f1a34a.rlib --extern tar=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtar-239506fa15343aab.rlib --extern tempfile=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtempfile-b12a559f078a32f3.rlib --extern termcolor=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtermcolor-4a3c1aa745aa2aab.rlib --extern toml_edit=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtoml_edit-5ffd2ab32e0e48c4.rlib --extern unicode_width=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_width-09409bd96cd6c58a.rlib --extern unicode_xid=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_xid-17f0a9e59245be8a.rlib --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liburl-eca1e3d776ae7c18.rlib --extern walkdir=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libwalkdir-0e1f06cf2998b3fe.rlib -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix=/<<PKGBUILDDIR>>=/usr/src/cargo-0.66.0+ds1 -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu`
>     Finished test [unoptimized + debuginfo] target(s) in 32.13s
>      Running `/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/cargo-5128a47c1841cc27`
> 
> running 51 tests
> test core::package_id_spec::tests::bad_parsing ... ok
> test core::package_id::tests::invalid_version_handled_nicely ... ok
> test core::package_id::tests::display ... ok
> test core::package_id_spec::tests::matching ... ok
> test core::package_id::tests::debug ... ok
> test core::package_id_spec::tests::good_parsing ... ok
> test core::source::source_id::tests::github_sources_equal ... ok
> test ops::cargo_add::dependency::tests::paths_with_forward_slashes_are_left_as_is ... ok
> test ops::cargo_add::dependency::tests::to_toml_dep_from_alt_registry ... ok
> test ops::cargo_add::dependency::tests::to_toml_complex_dep ... ok
> test ops::cargo_add::dependency::tests::to_toml_dep_without_default_features ... ok
> test ops::cargo_add::dependency::tests::to_toml_dep_with_path_source ... ok
> test ops::cargo_add::dependency::tests::to_toml_dep_with_git_source ... ok
> test ops::cargo_add::dependency::tests::overwrite_with_workspace_source_fmt_key ... ok
> test ops::cargo_add::dependency::tests::to_toml_optional_dep ... ok
> test ops::cargo_add::dependency::tests::to_toml_renamed_dep ... ok
> test ops::cargo_add::dependency::tests::to_toml_simple_dep_with_version ... ok
> test ops::cargo_add::dependency::tests::to_toml_simple_dep ... ok
> test ops::fix::tests::get_fix_args_from_argfile ... ok
> test ops::fix::tests::get_fix_args_from_argfile_with_extra_arg ... ok
> test sources::git::source::test::test_canonicalize_idents_by_lowercasing_github_urls ... ok
> test core::resolver::version_prefs::test::test_prefer_package_id ... ok
> test core::resolver::version_prefs::test::test_prefer_dependency ... ok
> test core::source::source_id::test_cratesio_hash ... ok
> test core::resolver::version_prefs::test::test_prefer_both ... ok
> test sources::git::known_hosts::tests::known_hosts_parse ... ok
> test sources::git::source::test::test_canonicalize_idents_by_stripping_dot_git ... ok
> test sources::git::source::test::test_url_to_path_ident_with_path ... ok
> test sources::git::source::test::test_canonicalize_idents_by_stripping_trailing_url_slash ... ok
> test sources::git::known_hosts::tests::host_matches ... ok
> test sources::git::source::test::test_canonicalize_idents_different_protocols ... ok
> test sources::git::source::test::test_url_to_path_ident_without_path ... ok
> test sources::registry::index::no_hyphen ... ok
> test sources::registry::index::two_hyphen ... ok
> test sources::registry::tests::dep_prefix ... ok
> test sources::registry::escaped_char_in_json ... ok
> test util::counter::tests::counter ... ok
> test sources::registry::index::overflow_hyphen ... ok
> test util::into_url_with_base::tests::into_url_with_base ... ok
> test util::dependency_queue::test::deep_first_equal_cost ... ok
> test util::dependency_queue::test::sort_by_highest_cost ... ok
> test util::network::curle_http2_stream_is_spurious ... ok
> test util::progress::test_progress_status_percentage ... ok
> test util::progress::test_progress_status ... ok
> test util::progress::test_progress_status_too_short ... ok
> test util::semver_ext::tests::locked_has_the_same_with_exact ... ok
> test util::network::with_retry_repeats_the_call_then_works ... ok
> test sources::git::known_hosts::tests::check_match ... ok
> test util::network::with_retry_finds_nested_spurious_errors ... ok
> test util::counter::tests::counter_zero_slot - should panic ... ok
> test util::lev_distance::test_lev_distance ... ok
> 
> test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.99s
> 
>      Running `/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/build_std-5728786a35332ace`
> 
> running 3 tests
> test basic ... ignored, requires nightly, CARGO_RUN_BUILD_STD_TESTS must be set
> test cross_custom ... ignored, requires nightly, CARGO_RUN_BUILD_STD_TESTS must be set
> test custom_test_framework ... ignored, requires nightly, CARGO_RUN_BUILD_STD_TESTS must be set
> 
> test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
> 
>      Running `/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/internal-7e2f4e8514680d98`
> 
> running 2 tests
> 
> Skipping check_forbidden_code test, set CI=1 to enable
> test check_forbidden_code ... ok
> test line_has_print_works ... ok
> 
> test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
> 
>      Running `/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/testsuite-94c6910ed17ee621`
> 
> running 2606 tests
> test aaa_trigger_cross_compile_disabled_check ... ok
> test alt_registry::block_publish_due_to_no_token ... ok
> test alt_registry::both_index_and_registry ... ok
> test alt_registry::cannot_publish_to_crates_io_with_registry_dependency ... ok
> test alt_registry::bad_registry_name ... ok
> test alt_registry::alt_reg_metadata ... ok
> test alt_registry::passwords_in_registries_index_url_forbidden ... ok
> test advanced_env::source_config_env ... ok
> test alt_registry::patch_alt_reg ... ok
> test alt_registry::no_api ... ok
> test alt_registry::alt_registry_and_crates_io_deps ... ok
> test alt_registry::registries_index_relative_path_not_allowed ... ok
> test alt_registry::depend_on_alt_registry_depends_on_same_registry_no_index ... ok
> test alt_registry::depend_on_alt_registry_depends_on_same_registry ... ok
> test alt_registry::depend_on_alt_registry_depends_on_crates_io ... ok
> test alt_registry::registry_incompatible_with_git ... ok
> test alt_registry::publish_to_alt_registry ... ok
> test alt_registry::publish_with_crates_io_dep ... ok
> test alt_registry::publish_with_registry_dependency ... ok
> test alt_registry::registries_index_relative_url ... ok
> test artifact_dep::build_script_deps_adopt_do_not_allow_multiple_targets_under_different_name_and_same_version ... ok
> test artifact_dep::build_script_deps_adopt_specified_target_unconditionally ... ok
> test artifact_dep::build_script_deps_adopts_target_platform_if_target_equals_target ... ok
> test artifact_dep::build_script_features_for_shared_dependency ... ok
> test alt_registry::depend_on_alt_registry ... ok
> test alt_registry::registry_and_path_dep_works ... ok
> test artifact_dep::build_script_with_bin_artifact_and_lib_false ... ok
> test artifact_dep::build_without_nightly_aborts_with_error ... ok
> test artifact_dep::allow_artifact_and_non_artifact_dependency_to_same_crate ... ok
> test artifact_dep::check_target_equals_target_in_non_build_dependency_errors ... ok
> test alt_registry::unknown_registry ... ok
> test artifact_dep::check_with_invalid_artifact_dependency ... ok
> test artifact_dep::allow_artifact_and_no_artifact_dep_to_same_package_within_different_dep_categories ... ok
> test artifact_dep::check_with_invalid_target_triple ... ok
> test artifact_dep::allow_artifact_and_non_artifact_dependency_to_same_crate_if_these_are_not_the_same_dep_kind ... ok
> test artifact_dep::allow_dep_renames_with_multiple_versions ... ok
> test artifact_dep::build_script_with_bin_artifacts ... ok
> test artifact_dep::feature_resolution_works_for_cfg_target_specification ... ok
> test artifact_dep::features_are_not_unified_among_lib_and_bin_dep_of_different_target ... ok
> test artifact_dep::disallow_using_example_binaries_as_artifacts ... ok
> test artifact_dep::disallow_artifact_and_no_artifact_dep_to_same_package_within_the_same_dep_category ... ok
> test artifact_dep::build_script_with_selected_dashed_bin_artifact_and_lib_true ... ok
> test artifact_dep::no_cross_doctests_works_with_artifacts ... ok
> test artifact_dep::non_build_script_deps_adopt_specified_target_unconditionally ... ok
> test artifact_dep::check_missing_crate_type_in_package_fails ... ok
> test artifact_dep::dependencies_of_dependencies_work_in_artifacts ... ok
> test artifact_dep::prevent_no_lib_warning_with_artifact_dependencies ... ok
> test artifact_dep::normal_build_deps_are_picked_up_in_presence_of_an_artifact_build_dep_to_the_same_package ... ok
> test artifact_dep::lib_with_bin_artifact_and_lib_false ... ok
> test artifact_dep::publish_artifact_dep ... ok
> test artifact_dep::features_are_unified_among_lib_and_bin_dep_of_same_target ... ok
> test artifact_dep::targets_are_picked_up_from_non_workspace_artifact_deps ... ignored, broken, need artifact info in index
> test bad_config::ambiguous_git_reference ... ok
> test bad_config::bad1 ... ok
> test artifact_dep::doc_lib_true ... ok
> test bad_config::bad2 ... ok
> test artifact_dep::profile_override_basic ... ok
> test bad_config::bad3 ... ok
> test bad_config::bad4 ... ok
> test bad_config::bad6 ... ok
> test bad_config::bad_debuginfo ... ok
> test bad_config::bad_dependency ... ok
> test bad_config::bad_cargo_lock ... ok
> test artifact_dep::show_no_lib_warning_with_artifact_dependencies_that_have_no_lib_but_lib_true ... ok
> test bad_config::bad_opt_level ... ok
> test bad_config::bad_crate_type ... ok
> test artifact_dep::resolver_2_build_dep_without_lib ... ok
> test bad_config::bad_source_config1 ... ok
> test bad_config::bad_git_dependency ... ok
> test bad_config::bad_source_config2 ... ok
> test bad_config::bad_source_config3 ... ok
> test bad_config::bad_dependency_in_lockfile ... ok
> test bad_config::bad_source_config5 ... ok
> test bad_config::bad_source_config4 ... ok
> test bad_config::bad_source_config6 ... ok
> test bad_config::bad_source_config7 ... ok
> test bad_config::both_git_and_path_specified ... ok
> test bad_config::bad_source_config8 ... ok
> test bad_config::duplicate_bench_names ... ok
> test bad_config::duplicate_binary_names ... ok
> test bad_config::bad_target_cfg ... ok
> test bad_config::duplicate_deps ... ok
> test bad_config::bad_source_in_cargo_lock ... ok
> test bad_config::duplicate_deps_diff_sources ... ok
> test bad_config::duplicate_example_names ... ok
> test bad_config::ignored_git_revision ... ok
> test bad_config::invalid_global_config ... ok
> test bad_config::invalid_toml_historically_allowed_fails ... ok
> test bad_config::malformed_override ... ok
> test bad_config::fragment_in_git_url ... ok
> test bad_config::duplicate_packages_in_cargo_lock ... ok
> test bad_config::bad_target_links_overrides ... ok
> test artifact_dep::lib_with_selected_dashed_bin_artifact_and_lib_true ... ok
> test bad_manifest_path::bench_dir_containing_cargo_toml ... ok
> test bad_manifest_path::bench_dir_plus_file ... ok
> test bad_manifest_path::bench_dir_plus_path ... ok
> test artifact_dep::rustdoc_works_on_libs_with_artifacts_and_lib_false ... ok
> test bad_manifest_path::bench_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::build_dir_containing_cargo_toml ... ok
> test bad_manifest_path::build_dir_plus_file ... ok
> test bad_manifest_path::build_dir_plus_path ... ok
> test bad_manifest_path::build_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::clean_dir_plus_file ... ok
> test bad_manifest_path::clean_dir_containing_cargo_toml ... ok
> test bad_config::unused_keys_in_virtual_manifest ... ok
> test bad_config::redefined_sources ... ok
> test bad_manifest_path::clean_dir_plus_path ... ok
> test bad_manifest_path::doc_dir_containing_cargo_toml ... ok
> test bad_manifest_path::doc_dir_plus_file ... ok
> test bad_manifest_path::doc_dir_plus_path ... ok
> test bad_manifest_path::clean_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::fetch_dir_containing_cargo_toml ... ok
> test bad_manifest_path::doc_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::fetch_dir_plus_file ... ok
> test bad_manifest_path::fetch_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::fetch_dir_plus_path ... ok
> test bad_manifest_path::generate_lockfile_dir_containing_cargo_toml ... ok
> test bad_manifest_path::generate_lockfile_dir_plus_file ... ok
> test bad_manifest_path::generate_lockfile_dir_plus_path ... ok
> test bad_manifest_path::generate_lockfile_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::package_dir_plus_file ... ok
> test bad_config::warn_semver_metadata ... ok
> test bad_manifest_path::package_dir_containing_cargo_toml ... ok
> test bad_manifest_path::package_dir_plus_path ... ok
> test bad_manifest_path::package_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::pkgid_dir_plus_file ... ok
> test bad_manifest_path::pkgid_dir_containing_cargo_toml ... ok
> test bad_manifest_path::pkgid_dir_plus_path ... ok
> test bad_manifest_path::pkgid_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::publish_dir_plus_path ... ok
> test bad_manifest_path::publish_dir_containing_cargo_toml ... ok
> test bad_manifest_path::publish_dir_plus_file ... ok
> test bad_manifest_path::read_manifest_dir_containing_cargo_toml ... ok
> test bad_manifest_path::publish_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::read_manifest_dir_plus_file ... ok
> test bad_manifest_path::read_manifest_dir_plus_path ... ok
> test bad_manifest_path::run_dir_containing_cargo_toml ... ok
> test bad_manifest_path::run_dir_plus_file ... ok
> test bad_manifest_path::read_manifest_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::run_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::run_dir_plus_path ... ok
> test bad_manifest_path::rustc_dir_containing_cargo_toml ... ok
> test bad_manifest_path::rustc_dir_plus_path ... ok
> test bad_manifest_path::rustc_dir_plus_file ... ok
> test bad_manifest_path::test_dir_containing_cargo_toml ... ok
> test bad_manifest_path::rustc_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::test_dir_plus_file ... ok
> test bad_manifest_path::test_dir_plus_path ... ok
> test bad_manifest_path::test_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::update_dir_containing_cargo_toml ... ok
> test bad_manifest_path::update_dir_plus_file ... ok
> test bad_manifest_path::update_dir_plus_path ... ok
> test bad_manifest_path::verify_project_dir_containing_cargo_toml ... ok
> test bench::bench_all_exclude ... ignored, bench
> test bench::bench_all_exclude_glob ... ignored, bench
> test bench::bench_all_virtual_manifest ... ignored, bench
> test bench::bench_all_workspace ... ignored, bench
> test bench::bench_autodiscover_2015 ... ignored, bench
> test bench::bench_bench_implicit ... ignored, bench
> test bench::bench_bin_implicit ... ignored, bench
> test bench::bench_dylib ... ignored, bench
> test bench::bench_multiple_targets ... ignored, bench
> test bench::bench_tarname ... ignored, bench
> test bench::bench_twice_with_build_cmd ... ignored, bench
> test bench::bench_virtual_manifest_all_implied ... ignored, bench
> test bench::bench_virtual_manifest_glob ... ignored, bench
> test bench::bench_with_deep_lib_dep ... ignored, bench
> test bench::bench_with_examples ... ignored, bench
> test bench::bench_with_lib_dep ... ignored, bench
> test bench::cargo_bench_failing_test ... ignored, bench
> test bench::cargo_bench_simple ... ignored, bench
> test bench::cargo_bench_twice ... ignored, bench
> test bench::cargo_bench_verbose ... ignored, bench
> test bench::dont_run_examples ... ignored, bench
> test bench::external_bench_explicit ... ignored, bench
> test bench::external_bench_implicit ... ignored, bench
> test bench::json_artifact_includes_executable_for_benchmark ... ignored, bench
> test bench::legacy_bench_name ... ignored, bench
> test bench::lib_bin_same_name ... ignored, bench
> test bench::lib_with_standard_name ... ignored, bench
> test bench::lib_with_standard_name2 ... ignored, bench
> test bench::many_similar_names ... ignored, bench
> test bench::pass_through_command_line ... ignored, bench
> test bench::test_a_bench ... ignored, bench
> test bench::test_bench_multiple_packages ... ignored, bench
> test bench::test_bench_no_fail_fast ... ignored, bench
> test bench::test_bench_no_run ... ignored, bench
> test bench::test_bench_no_run_emit_json ... ignored, bench
> test bad_manifest_path::update_dir_to_nonexistent_cargo_toml ... ok
> test bad_manifest_path::verify_project_dir_plus_path ... ok
> test bad_manifest_path::verify_project_dir_plus_file ... ok
> test bad_manifest_path::verify_project_dir_to_nonexistent_cargo_toml ... ok
> test binary_name::gated ... ok
> test bad_config::empty_dependencies ... ok
> test bad_config::unused_keys ... ok
> test build::bad_cargo_config ... ok
> test artifact_dep::env_vars_and_build_products_for_various_build_targets ... ok
> test binary_name::check_msg_format_json ... ok
> test build::bad_platform_specific_dependency ... ok
> test binary_name::binary_name1 ... ok
> test build::all_targets_no_lib ... ok
> test build::build_all_exclude_broken_glob ... ok
> test build::avoid_dev_deps ... ok
> test build::bad_cargo_toml_in_target_dir ... ok
> test build::build_all_exclude ... ok
> test build::build_all_member_dependency_same_name ... ok
> test build::build_all_virtual_manifest ... ok
> test build::build_all_exclude_glob ... ok
> test binary_name::check_env_vars ... ok
> test build::build_all_exclude_glob_not_found ... ok
> test build::build_all_exclude_not_found ... ok
> test build::build_dependencies_conflicting_warning ... ok
> test build::build_lib_only ... ok
> test build::build_all_workspace ... ok
> test binary_name::binary_name2 ... ok
> test build::build_all_virtual_manifest_implicit_examples ... ok
> test build::build_all_workspace_implicit_examples ... ok
> test build::build_virtual_manifest_broken_glob ... ok
> test build::build_virtual_manifest_all_implied ... ok
> test build::build_virtual_manifest_glob_not_found ... ok
> test build::build_virtual_manifest_glob ... ok
> test build::build_script_o0_default ... ok
> test build::build_multiple_packages ... ok
> test build::cargo_build_empty_target ... ok
> test build::build_virtual_manifest_one_project ... ok
> test build::build_with_no_lib ... ok
> test build::building_a_dependent_crate_without_bin_should_fail ... ok
> test build::build_script_o0_default_even_with_release ... ok
> test build::build_with_fake_libc_not_loading ... ok
> test build::cargo_compile_with_bin_and_crate_type ... ok
> test build::build_with_relative_cargo_home_path ... ok
> test build::cargo_compile_with_bin_and_proc ... ok
> test build::cargo_compile_with_empty_package_name ... ok
> test build::cargo_compile_with_dep_name_mismatch ... ok
> test build::cargo_compile_with_forbidden_bin_target_name ... ok
> test build::cargo_compile_with_invalid_bin_target_name ... ok
> test build::cargo_compile_manifest_path ... ok
> test build::cargo_compile_simple ... ok
> test build::cargo_compile_with_invalid_dep_rename ... ok
> test build::cargo_compile_with_invalid_lib_target_name ... ok
> test build::cargo_compile_with_invalid_manifest ... ok
> test build::cargo_compile_api_exposes_artifact_paths ... ok
> test build::cargo_compile_with_invalid_manifest2 ... ok
> test build::cargo_compile_with_invalid_manifest3 ... ok
> test build::cargo_compile_with_invalid_non_numeric_dep_version ... ok
> test build::cargo_compile_with_invalid_version ... ok
> test build::cargo_compile_with_invalid_package_name ... ok
> test build::cargo_compile_with_lowercase_cargo_toml ... ok
> test build::cargo_compile_with_invalid_code ... ok
> test build::cargo_compile_with_invalid_code_in_deps ... ok
> test build::cargo_compile_duplicate_build_targets ... ok
> test build::cargo_compile_incremental ... ok
> test build::build_filter_infer_profile ... ok
> test build::cargo_compile_with_filename ... ok
> test build::cargo_compile_without_manifest ... ok
> test build::cargo_compile_with_workspace_excluded ... ok
> test build::cargo_compile_with_nested_deps_correct_bin ... ok
> test build::cargo_fail_with_no_stderr ... ok
> test build::cargo_compile_with_nested_deps_inferred ... ok
> test build::cargo_compile_with_nested_deps_shorthand ... ok
> test build::cargo_compile_with_nested_deps_longhand ... ok
> test build::cargo_compile_with_warnings_in_the_root_package ... ok
> test build::cargo_compile_with_warnings_in_a_dep_package ... ok
> test build::cargo_default_env_metadata_env_var ... ok
> test build::cdylib_final_outputs ... ok
> test build::commonly_wrong_path_binary ... ok
> test build::commonly_wrong_path_of_benchmark ... ok
> test build::cdylib_not_lifted ... ok
> test build::commonly_wrong_path_of_example ... ok
> test build::commonly_wrong_path_of_test ... ok
> test build::cargo_platform_specific_dependency_wrong_platform ... ok
> test build::commonly_wrong_path_subdir_binary ... ok
> test build::cargo_platform_specific_dependency_build_dependencies_conflicting_warning ... ok
> test build::compile_path_dep_then_change_version ... ok
> test build::cargo_platform_specific_dependency_dev_dependencies_conflicting_warning ... ok
> test build::compile_then_delete ... ok
> test build::close_output_during_drain ... ok
> test build::credentials_is_unreadable ... ok
> test build::cargo_platform_specific_dependency ... ok
> test build::compiler_json_error_format ... ok
> test build::dashes_in_crate_name_bad ... ok
> test build::cyclic_deps_rejected ... ok
> test build::crate_library_path_env_var ... ok
> test build::default_cargo_config_jobs ... ok
> test build::crate_authors_env_vars ... ok
> test build::dashes_to_underscores ... ok
> test build::dep_no_libs ... ok
> test build::dev_dependencies_conflicting_warning ... ok
> test build::deletion_causes_failure ... ok
> test build::crate_env_vars ... ok
> test build::example_as_lib ... ok
> test build::dotdir_root ... ok
> test build::deterministic_cfg_flags ... ok
> test build::example_as_rlib ... ok
> test build::example_as_dylib ... ok
> test build::examples_crate_types_conflicting_warning ... ok
> test build::example_bin_same_name ... ok
> test build::example_as_proc_macro ... ok
> test build::custom_target_dir_env ... ok
> test build::custom_target_dir_line_parameter ... ok
> test build::found_multiple_target_files ... ok
> test build::explicit_bins_without_paths ... ok
> test build::filtering ... ok
> test build::close_output ... ok
> test build::explicit_examples ... ok
> test build::good_cargo_config_jobs ... ok
> test build::filtering_implicit_bins ... ok
> test build::filtering_implicit_examples ... ok
> test build::ignore_bad_directories ... ok
> test build::forward_rustc_output ... ok
> test build::freshness_ignores_excluded ... ok
> test build::incompatible_dependencies ... ok
> test build::good_jobs ... ok
> test build::incompatible_dependencies_with_multi_semver ... ok
> test build::ignore_dotdirs ... ok
> test build::ignore_dotfile ... ok
> test build::ignores_carriage_return_in_lockfile ... ok
> test build::inferred_bins_duplicate_name ... ok
> test build::implicit_examples ... ok
> test build::ignore_broken_symlinks ... ok
> test build::inferred_bin_path ... ok
> test build::invalid_cargo_config_jobs ... ok
> test build::invalid_jobs ... ok
> test build::inferred_bins ... ok
> test build::inferred_benchmarks ... ok
> test build::inferred_examples ... ok
> test build::inferred_main_bin ... ok
> test build::invalid_spec ... ok
> test build::incremental_config ... ok
> test build::inferred_tests ... ok
> test build::manifest_with_bom_is_ok ... ok
> test build::lib_with_standard_name ... ok
> test build::missing_lib_and_bin ... ok
> test build::no_bin_in_src_with_lib ... ok
> test build::lib_crate_types_conflicting_warning ... ok
> test build::many_crate_types_correct ... ok
> test build::message_format_json_forward_stderr ... ok
> test build::incremental_profile ... ok
> test build::non_existing_benchmark ... ok
> test build::non_existing_binary ... ok
> test build::non_existing_example ... ok
> test build::non_existing_test ... ok
> test build::many_crate_types_old_style_lib_location ... ok
> test build::no_warn_about_package_metadata ... ok
> test build::no_warn_about_workspace_metadata ... ok
> test build::opt_out_of_bin ... ok
> test build::no_dep_info_collision_when_cdylib_and_bin_coexist ... ok
> test build::panic_abort_compiles_with_panic_abort ... ok
> test build::pipelining_works ... ok
> test build::pipelining_big_graph ... ok
> test build::no_linkable_target ... ok
> test build::legacy_binary_paths_warnings ... ok
> test build::recompile_space_in_name ... ok
> test build::predictable_filenames ... ok
> test build::release_build_ndebug ... ok
> test build::rebuild_preserves_out_dir ... ok
> test build::reduced_reproduction_8249 ... ok
> test build::run_proper_alias_binary_main_rs ... ok
> test build::rustc_env_var ... ok
> test build::run_proper_alias_binary_from_src ... ok
> test build::rustc_wrapper_from_path ... ok
> test build::primary_package_env_var ... ok
> test build::self_dependency ... ok
> test build::set_both_dylib_and_cdylib_crate_types ... ok
> test build::run_proper_binary ... ok
> test build::run_proper_binary_main_rs ... ok
> test build::run_proper_binary_main_rs_as_foo ... ok
> test build::simple_terminal_width ... ok
> test build::simple_staticlib ... ok
> test build::single_lib ... ok
> test build::signal_display ... ok
> test build::standard_build_no_ndebug ... ok
> test build::same_metadata_different_directory ... ok
> test build::target_directory_backup_exclusion ... ok
> test build::rustc_wrapper ... ok
> test build::target_edition ... ok
> test build::staticlib_rlib_and_bin ... ok
> test build::target_edition_override ... ok
> test build::target_filters_workspace_not_found ... ok
> test build::rustc_wrapper_relative ... ok
> test build::transitive_dependencies_not_available ... ok
> test build::tricky_pipelining ... ok
> test build::targets_selected_default ... ok
> test build::targets_selected_all ... ok
> test build::verbose_release_build ... ok
> test build::verbose_build ... ok
> test build::wrong_message_format_option ... ok
> test build::verbose_release_build_short ... ok
> test build::verbose_release_build_deps ... ok
> test build_plan::cargo_build_plan_build_script ... ok
> test build_plan::cargo_build_plan_simple ... ok
> test build_plan::build_plan_with_dev_dep ... ok
> test build::user_specific_cfgs_are_filtered_out ... ok
> test build::target_filters_workspace ... ok
> test build_plan::cargo_build_plan_single_dep ... ok
> test build_script::build_script_only ... ok
> test build::vv_prints_rustc_env_vars ... ok
> test build_script::adding_an_override_invalidates ... ok
> test build_script::build_deps_not_for_normal ... ok
> test build_script::build_deps_simple ... ok
> test build_script::build_script_with_lto ... ok
> test build_script::assume_build_script_when_build_rs_present ... ok
> test build_script::build_cmd_with_a_build_cmd ... ok
> test build_script::cfg_override ... ok
> test build_script::cfg_env_vars_available ... ok
> test build_script::cfg_feedback ... ok
> test build_script::changing_an_override_invalidates ... ok
> test build_script::build_script_with_dynamic_native_dependency ... ok
> test build_script::cfg_override_test ... ok
> test build_script::custom_build_env_var_rustc_linker ... ok
> test build_script::cfg_doc ... ok
> test build_script::custom_build_env_var_rustc_linker_cross_arch_host ... ok
> test build_script::cfg_override_doc ... ok
> test build_script::custom_build_env_var_rustc_linker_bad_host_target ... ok
> test build_script::custom_build_env_var_encoded_rustflags ... ok
> test build_script::cfg_test ... ok
> test build_script::custom_build_env_var_rustc_linker_host_target ... ok
> test build_script::custom_build_closes_stdin ... ok
> test build_script::custom_build_env_var_rustc_linker_host_target_env ... ok
> test build_script::custom_build_linker_bad_cross_arch_host ... ok
> test build_script::custom_build_invalid_host_config_feature_flag ... ok
> test build_script::code_generation ... ok
> test build_script::custom_build_env_var_rustc_wrapper ... ok
> test build_script::custom_build_linker_bad_host ... ok
> test build_script::custom_build_linker_bad_host_with_arch ... ok
> test build_script::custom_build_linker_host_target_with_bad_host_config ... ok
> test build_script::custom_build_script_failed ... ok
> test build_script::custom_build_env_var_rustc_workspace_wrapper ... ok
> test build_script::custom_build_env_vars ... ok
> test build_script::custom_build_script_wrong_rustc_flags ... ok
> test build_script::custom_build_env_var_rustflags ... ok
> test build_script::custom_build_script_rustc_flags_no_space ... ok
> test build_script::duplicate_script_with_extra_env ... ok
> test build_script::custom_build_script_rustc_flags ... ok
> test build_script::custom_target_dir ... ok
> test build_script::dev_dep_with_links ... ok
> test build_script::diamond_passes_args_only_once ... ok
> test build_script::deterministic_rustc_dependency_flags ... ok
> test build_script::fresh_builds_possible_with_link_libs ... ok
> test build_script::doctest_receives_build_link_args ... ok
> test build_script::env_build ... ok
> test build_script::fresh_builds_possible_with_multiple_metadata_overrides ... ok
> test build_script::links_duplicates ... ok
> test build_script::env_doc ... ok
> test build_script::links_duplicates_deep_dependency ... ok
> test build_script::links_duplicates_with_cycle ... ok
> test build_script::links_duplicates_old_registry ... ok
> test build_script::links_no_build_cmd ... ok
> test build_script::env_test ... ok
> test build_script::if_build_set_to_false_dont_treat_build_rs_as_build_script ... ok
> test build_script::links_with_dots ... ok
> test build_script::generate_good_d_files_for_external_tools ... ok
> test build_script::flags_go_into_tests ... ok
> test build_script::generate_good_d_files ... ok
> test build_script::links_passes_env_vars ... ok
> test build_script::links_interrupted_can_restart ... ok
> test build_script::non_utf8_output ... ok
> test build_script::only_rerun_build_script ... ok
> test build_script::output_separate_lines ... ok
> test build_script::output_separate_lines_new ... ok
> test build_script::output_shows_on_vv ... ok
> test build_script::overrides_and_links ... ok
> test build::lto_build ... ok
> test build_script::out_dir_is_preserved ... ok
> test build_script::please_respect_the_dag ... ok
> test build_script::optional_build_dep_and_required_normal_dep ... ok
> test build_script::optional_build_script_dep ... ok
> test build_script::profile_debug_0 ... ok
> test build_script::profile_and_opt_level_set_correctly ... ok
> test build_script::rename_with_link_search_path_cross ... ok
> test build_script::propagation_of_l_flags ... ok
> test build_script::propagation_of_l_flags_new ... ok
> test build_script::release_with_build_script ... ok
> test build_script::panic_abort_with_build_scripts ... ok
> test build_script::rebuild_continues_to_pass_env_vars ... ok
> test build_script::shared_dep_with_a_build_script ... ok
> test build_script::rustc_and_rustdoc_set_correctly ... ok
> test build_script::rename_with_link_search_path ... ok
> test build_script::rerun_if_directory ... ok
> test build_script::test_dev_dep_build_script ... ok
> test build_script::test_duplicate_deps ... ok
> test build_script::switch_features_rerun ... ok
> test build_script::test_a_lib_with_a_build_command ... ok
> test build_script::test_with_dep_metadata ... ok
> test build_script::unused_overrides ... ok
> test build_script::transitive_dep_host ... ok
> test build_script::using_rerun_if_changed_does_not_rebuild ... ok
> test build_script::warnings_emitted ... ok
> test build_script::warnings_emitted_when_build_script_panics ... ok
> test build_script::warnings_hidden_for_upstream ... ok
> test build_script::wrong_output ... ok
> test build_script::rebuild_only_on_explicit_paths ... ok
> test build_script::warnings_printed_on_vv ... ok
> test build_script_extra_link_arg::build_script_extra_link_arg ... ok
> test build_script::testing_and_such ... ok
> test build_script_extra_link_arg::build_script_extra_link_arg_bin ... ok
> test build_script_extra_link_arg::build_script_extra_link_arg_bin_single ... ok
> test build_script_extra_link_arg::build_script_extra_link_arg_benches ... ok
> test build_script_env::rustc_bootstrap ... ok
> test build_script_extra_link_arg::build_script_extra_link_arg_examples ... ok
> test build_script_extra_link_arg::cdylib_link_arg_transitive ... ok
> test build_script_env::rerun_if_env_changes ... ok
> test build_script_extra_link_arg::build_script_extra_link_arg_tests ... ok
> test cache_messages::cached_as_json ... ok
> test cache_messages::clears_cache_after_fix ... ok
> test build_script_extra_link_arg::link_arg_with_doctest ... ok
> test build_script_extra_link_arg::link_arg_transitive_not_allowed ... ok
> test cache_messages::color ... ok
> test build_script_env::rerun_if_env_or_file_changes ... ok
> test build_script_extra_link_arg::link_arg_missing_target ... ok
> test cache_messages::fix ... ok
> test cache_messages::caching_large_output ... ok
> test cache_messages::simple_short ... ok
> test cache_messages::simple ... ok
> test cache_messages::very_verbose ... ok
> test cargo_add::add_basic::add_basic ... ok
> test cargo_add::add_multiple::add_multiple ... ok
> test cache_messages::doesnt_create_extra_files ... ok
> test cache_messages::rustc_workspace_wrapper ... ok
> test cache_messages::replay_non_json ... ok
> test cache_messages::rustdoc ... ok
> test cargo_add::build_prefer_existing_version::build_prefer_existing_version ... ok
> test cargo_add::build::build ... ok
> test cargo_add::add_normalized_name_external::add_normalized_name_external ... ok
> test cargo_add::deprecated_default_features::deprecated_default_features ... ok
> test cargo_add::change_rename_target::change_rename_target ... ok
> test cargo_add::default_features::default_features ... ok
> test cargo_add::deprecated_section::deprecated_section ... ok
> test cargo_add::detect_workspace_inherit::detect_workspace_inherit ... ok
> test cache_messages::wacky_hashless_fingerprint ... ok
> test cargo_add::detect_workspace_inherit_features::detect_workspace_inherit_features ... ok
> test cargo_add::detect_workspace_inherit_optional::detect_workspace_inherit_optional ... ok
> test cargo_add::dev_build_conflict::dev_build_conflict ... ok
> test cargo_add::dev_prefer_existing_version::dev_prefer_existing_version ... ok
> test cargo_add::dev::dev ... ok
> test cargo_add::dry_run::dry_run ... ok
> test cargo_add::features::features ... ok
> test cargo_add::features_empty::features_empty ... ok
> test cargo_add::features_multiple_occurrences::features_multiple_occurrences ... ok
> test cargo_add::features_preserve::features_preserve ... ok
> test cargo_add::git::git ... ok
> test cargo_add::features_spaced_values::features_spaced_values ... ok
> test cargo_add::git_branch::git_branch ... ok
> test cargo_add::features_unknown::features_unknown ... ok
> test cargo_add::git_conflicts_namever::git_conflicts_namever ... ok
> test cargo_add::git_dev::git_dev ... ok
> test cargo_add::git_inferred_name::git_inferred_name ... ok
> test cargo_add::git_inferred_name_multiple::git_inferred_name_multiple ... ok
> test cargo_add::git_normalized_name::git_normalized_name ... ok
> test cargo_add::git_multiple_names::git_multiple_names ... ok
> test cargo_add::git_rev::git_rev ... ok
> test cargo_add::invalid_key_inherit_dependency::invalid_key_inherit_dependency ... ok
> test cargo_add::invalid_key_overwrite_inherit_dependency::invalid_key_overwrite_inherit_dependency ... ok
> test cargo_add::git_registry::git_registry ... ok
> test cargo_add::invalid_key_rename_inherit_dependency::invalid_key_rename_inherit_dependency ... ok
> test cargo_add::git_tag::git_tag ... ok
> test cargo_add::invalid_arg::invalid_arg ... ok
> test cargo_add::infer_prerelease::infer_prerelease ... ok
> test cargo_add::invalid_git_external::invalid_git_external ... ok
> test cargo_add::invalid_git_name::invalid_git_name ... ok
> test cargo_add::invalid_manifest::invalid_manifest ... ok
> test cargo_add::invalid_path::invalid_path ... ok
> test cargo_add::invalid_path_name::invalid_path_name ... ok
> test cargo_add::invalid_name_external::invalid_name_external ... ok
> test cargo_add::invalid_path_self::invalid_path_self ... ok
> test cargo_add::invalid_target_empty::invalid_target_empty ... ok
> test cargo_add::invalid_vers::invalid_vers ... ok
> test cargo_add::merge_activated_features::merge_activated_features ... ok
> test cargo_add::list_features::list_features ... ok
> test cargo_add::list_features_path::list_features_path ... ok
> test cargo_add::locked_changed::locked_changed ... ok
> test cargo_add::list_features_path_no_default::list_features_path_no_default ... ok
> test cargo_add::locked_unchanged::locked_unchanged ... ok
> test cargo_add::lockfile_updated::lockfile_updated ... ok
> test cargo_add::manifest_path_package::manifest_path_package ... ok
> test cargo_add::multiple_conflicts_with_features::multiple_conflicts_with_features ... ok
> test cargo_add::multiple_conflicts_with_rename::multiple_conflicts_with_rename ... ok
> test cargo_add::no_args::no_args ... ok
> test cargo_add::namever::namever ... ok
> test cargo_add::offline_empty_cache::offline_empty_cache ... ok
> test cargo_add::no_default_features::no_default_features ... ok
> test cargo_add::overwrite_inherit_features_noop::overwrite_inherit_features_noop ... ok
> test cargo_add::no_optional::no_optional ... ok
> test cargo_add::optional::optional ... ok
> test cargo_add::overwrite_default_features::overwrite_default_features ... ok
> test cargo_add::overwrite_default_features_with_no_default_features::overwrite_default_features_with_no_default_features ... ok
> test cargo_add::overwrite_features::overwrite_features ... ok
> test cargo_add::overwrite_git_with_path::overwrite_git_with_path ... ok
> test cargo_add::overwrite_inherit_optional_noop::overwrite_inherit_optional_noop ... ok
> test cargo_add::overwrite_inherit_noop::overwrite_inherit_noop ... ok
> test cargo_add::overwrite_name_dev_noop::overwrite_name_dev_noop ... ok
> test cargo_add::overwrite_inline_features::overwrite_inline_features ... ok
> test cargo_add::overwrite_name_noop::overwrite_name_noop ... ok
> test cargo_add::overwrite_no_default_features::overwrite_no_default_features ... ok
> test cargo_add::overwrite_no_default_features_with_default_features::overwrite_no_default_features_with_default_features ... ok
> test cargo_add::overwrite_no_optional::overwrite_no_optional ... ok
> test cargo_add::overwrite_optional::overwrite_optional ... ok
> test cargo_add::overwrite_no_optional_with_optional::overwrite_no_optional_with_optional ... ok
> test cargo_add::overwrite_path_noop::overwrite_path_noop ... ok
> test cargo_add::overwrite_optional_with_no_optional::overwrite_optional_with_no_optional ... ok
> test cargo_add::overwrite_path_with_version::overwrite_path_with_version ... ok
> test cargo_add::overwrite_preserves_inline_table::overwrite_preserves_inline_table ... ok
> test cargo_add::overwrite_rename_with_no_rename::overwrite_rename_with_no_rename ... ok
> test cargo_add::overwrite_rename_with_rename::overwrite_rename_with_rename ... ok
> test cargo_add::overwrite_rename_with_rename_noop::overwrite_rename_with_rename_noop ... ok
> test cargo_add::overwrite_version_with_git::overwrite_version_with_git ... ok
> test cargo_add::overwrite_version_with_path::overwrite_version_with_path ... ok
> test cargo_add::overwrite_workspace_dep::overwrite_workspace_dep ... ok
> test cargo_add::overwrite_with_rename::overwrite_with_rename ... ok
> test cargo_add::overwrite_workspace_dep_features::overwrite_workspace_dep_features ... ok
> test cargo_add::path::path ... ok
> test cargo_add::path_dev::path_dev ... ok
> test cargo_add::path_inferred_name::path_inferred_name ... ok
> test cargo_add::path_inferred_name_conflicts_full_feature::path_inferred_name_conflicts_full_feature ... ok
> test cargo_add::path_normalized_name::path_normalized_name ... ok
> test cargo_add::preserve_sorted::preserve_sorted ... ok
> test cargo_add::unknown_inherited_feature::unknown_inherited_feature ... ok
> test cargo_add::preserve_unsorted::preserve_unsorted ... ok
> test cargo_add::quiet::quiet ... ok
> test cargo_add::rename::rename ... ok
> test cargo_add::registry::registry ... ok
> test cargo_add::require_weak::require_weak ... ok
> test cargo_add::target::target ... ok
> test cargo_alias_config::alias_incorrect_config_type ... ok
> test cargo_add::target_cfg::target_cfg ... ok
> test cargo_add::workspace_name::workspace_name ... ok
> test cargo_add::vers::vers ... ok
> test cargo_alias_config::alias_config ... ok
> test cargo_alias_config::alias_cannot_shadow_builtin_command ... ok
> test cargo_add::workspace_path::workspace_path ... ok
> test cargo_alias_config::corecursive_alias ... ok
> test cargo_alias_config::alias_list_test ... ok
> test cargo_alias_config::alias_override_builtin_alias ... ok
> test cargo_add::workspace_path_dev::workspace_path_dev ... ok
> test cargo_alias_config::global_options_with_alias ... ok
> test cargo_alias_config::weird_check ... ok
> test cargo_alias_config::alias_with_flags_config ... ok
> test cargo_alias_config::dependent_alias ... ok
> test cargo_command::closed_output_ok ... ok
> test cargo_command::displays_subcommand_on_error ... ok
> test cargo_alias_config::builtin_alias_takes_options ... ok
> test cargo_command::explain ... ok
> test cargo_command::find_closest_alias ... ok
> test cargo_command::find_closest_capital_b_to_b ... ok
> test cargo_command::find_closest_capital_c_to_c ... ok
> test cargo_command::find_closest_dont_correct_nonsense ... ok
> test cargo_command::full_did_you_mean ... ok
> test cargo_command::list_builtin_aliases_with_descriptions ... ok
> test cargo_command::list_command_handles_known_external_commands ... ok
> test cargo_command::list_command_looks_at_path ... ok
> test cargo_command::list_command_resolves_symlinks ... ok
> test cargo_command::list_commands_with_descriptions ... ok
> test cargo_command::list_custom_aliases_with_descriptions ... ok
> test cargo_command::list_dedupe ... ok
> test cargo_command::cargo_cmd_bins_vs_explicit_path ... ok
> test cargo_command::subcommand_leading_plus_output_contains ... ok
> test cargo_config::gated ... ok
> test cargo_command::cargo_subcommand_args ... ok
> test cargo_alias_config::alias_shadowing_external_subcommand ... ok
> test cargo_command::override_cargo_home ... ok
> test cargo_config::show_origin_json ... ok
> test cargo_command::cargo_subcommand_env ... ok
> test cargo_command::cargo_subcommand_args ... ok
> test cargo_config::show_origin_toml_cli ... ok
> test cargo_config::show_origin_toml ... ok
> test cargo_config::get_json ... ok
> test cargo_config::unmerged_json ... ok
> test cargo_config::includes ... ok
> test cargo_config::unmerged_toml_cli ... ok
> test cargo_config::get_toml ... ok
> test cargo_config::unmerged_toml ... ok
> test cargo_features::allow_features ... ignored, -Zallow-features is unstable
> test cargo_features::allow_features_in_cfg ... ignored, -Zallow-features is unstable
> test cargo_features::allow_features_to_rustc ... ignored, -Zallow-features is unstable
> test cargo_env_config::env_invalid ... ok
> test cargo_alias_config::default_args_alias ... ok
> test cargo_features::feature_required ... ok
> test cargo_features::cant_publish ... ok
> test cargo_command::find_closest_biuld_to_build ... ok
> test cargo_features::nightly_feature_requires_nightly ... ok
> test cargo_env_config::env_force ... ok
> test cargo_features::unknown_feature ... ok
> test cargo_env_config::env_no_override ... ok
> test cargo_env_config::env_basic ... ok
> test cargo_features::wrong_position ... ok
> test cargo_features::feature_required_dependency ... ok
> test cargo_env_config::env_relative ... ok
> test cargo_features::stable_feature_warns ... ok
> test cargo_features::nightly_feature_requires_nightly_in_dep ... ok
> test cargo_features::publish_allowed ... ok
> test cfg::bad_target_spec ... ok
> test cfg::bad_target_spec2 ... ok
> test cargo_targets::warn_unmatched_target_filters ... ok
> test cargo_features::z_flags_rejected ... ok
> test cargo_features::z_stabilized ... ok
> test cargo_targets::reserved_windows_target_name ... ok
> test cfg::any_ok ... ok
> test cfg::cfg_easy ... ok
> test cfg::dont_include ... ok
> test cfg::multiple_match_ok ... ok
> test cfg::ignore_version_from_other_platform ... ok
> test check::check_all_exclude ... ok
> test cfg::cfg_looks_at_rustflags_for_target ... ok
> test cfg::works_through_the_registry ... ok
> test check::check_all ... ok
> test check::check_all_exclude_glob ... ok
> test check::check_fail ... ok
> test cfg::exclusive_dep_kinds ... ok
> test check::check_keep_going ... ok
> test check::build_check ... ok
> test cfg::bad_cfg_discovery ... ok
> test check::check_success ... ok
> test check::check_virtual_all_implied ... ok
> test check::check_unit_test_profile ... ok
> test check::check_build ... ok
> test check::check_virtual_manifest_glob ... ok
> test check::check_virtual_manifest_one_project ... ok
> test check::does_not_use_empty_rustc_workspace_wrapper ... ok
> test check::does_not_use_empty_rustc_wrapper ... ok
> test check::error_from_deep_recursion ... ok
> test check::exclude_warns_on_non_existing_package ... ok
> test check::issue_3418 ... ok
> test check::issue_3419 ... ok
> test check::check_filters ... ok
> test check::rustc_check_err ... ok
> test check::custom_derive ... ok
> test check::check_artifacts ... ok
> test check::rustc_workspace_wrapper_affects_all_workspace_members ... ok
> test check::dylib_check_preserves_build_cache ... ok
> test check::rustc_workspace_wrapper_includes_path_deps ... ok
> test check_cfg::build_script_doc ... ignored, --check-cfg is unstable
> test check_cfg::build_script_feedback ... ignored, --check-cfg is unstable
> test check_cfg::build_script_override ... ignored, --check-cfg is unstable
> test check_cfg::build_script_test ... ignored, --check-cfg is unstable
> test check_cfg::cli_all_options ... ignored, --check-cfg is unstable
> test check_cfg::config_invalid ... ignored, --check-cfg is unstable
> test check_cfg::config_valid ... ignored, --check-cfg is unstable
> test check_cfg::features ... ignored, --check-cfg is unstable
> test check_cfg::features_doc ... ignored, --check-cfg is unstable
> test check_cfg::features_doctest ... ignored, --check-cfg is unstable
> test check_cfg::features_test ... ignored, --check-cfg is unstable
> test check_cfg::features_with_cargo_check ... ignored, --check-cfg is unstable
> test check_cfg::features_with_deps ... ignored, --check-cfg is unstable
> test check_cfg::features_with_namespaced_features ... ignored, --check-cfg is unstable
> test check_cfg::features_with_opt_deps ... ignored, --check-cfg is unstable
> test check_cfg::well_known_names ... ignored, --check-cfg is unstable
> test check_cfg::well_known_names_doctest ... ignored, --check-cfg is unstable
> test check_cfg::well_known_names_test ... ignored, --check-cfg is unstable
> test check_cfg::well_known_names_with_check ... ignored, --check-cfg is unstable
> test check_cfg::well_known_values ... ignored, --check-cfg is unstable
> test check_cfg::well_known_values_doctest ... ignored, --check-cfg is unstable
> test check_cfg::well_known_values_test ... ignored, --check-cfg is unstable
> test check_cfg::well_known_values_with_check ... ignored, --check-cfg is unstable
> test check::rustc_workspace_wrapper_excludes_published_deps ... ok
> test check::rustc_workspace_wrapper_respects_primary_units ... ok
> test check::proc_macro ... ok
> test check::short_message_format ... ok
> test check::targets_selected_default ... ok
> test check::targets_selected_all ... ok
> test check::rustc_check ... ok
> test clean::cargo_clean_simple ... ok
> test clean::clean_remove_rlib_rmeta ... ok
> test clean::clean_multiple_packages ... ok
> test clean::clean_multiple_packages_in_glob_char_path ... ok
> test clean::clean_spec_multiple ... ok
> test clean::clean_git ... ok
> test clean::different_dir ... ok
> test clean::clean_doc ... ok
> test clean::build_script ... ok
> test clean::clean_release ... ok
> test clean::clean_verbose ... ok
> test clean::registry ... ok
> test collisions::collision_doc_target ... ok
> test clean::clean_spec_reserved ... ok
> test collisions::collision_doc ... ok
> test collisions::collision_doc_multiple_versions ... ok
> test collisions::collision_example ... ok
> test collisions::collision_doc_host_target_feature_split ... ok
> test collisions::collision_dylib ... ok
> test collisions::collision_export ... ok
> test collisions::collision_doc_sources ... ok
> test collisions::collision_doc_profile_split ... ok
> test concurrent::concurrent_installs ... ok
> test concurrent::git_same_repo_different_tags ... ok
> test concurrent::debug_release_ok ... ok
> test concurrent::multiple_installs ... ok
> test concurrent::multiple_registry_fetches ... ok
> test config::all_profile_options ... ok
> test config::cargo_target_empty_cfg ... ok
> test config::cargo_target_empty_env ... ok
> test config::config_ambiguous_filename ... ok
> test config::config_ambiguous_filename_symlink_doesnt_warn ... ok
> test config::config_bad_toml ... ok
> test config::config_deserialize_any ... ok
> test concurrent::killing_cargo_releases_the_lock ... ok
> test config::config_get_integers ... ok
> test config::config_get_list ... ok
> test config::config_get_option ... ok
> test config::config_get_ssl_version_both_forms_configured ... ok
> test config::config_get_other_types ... ok
> test config::config_get_ssl_version_missing ... ok
> test config::config_get_ssl_version_min_max ... ok
> test config::config_load_toml_profile ... ok
> test config::config_get_ssl_version_single ... ok
> test config::config_relative_path ... ok
> test config::config_toml_errors ... ok
> test config::config_works_with_extension ... ok
> test config::config_unused_fields ... ok
> test concurrent::git_same_branch_different_revs ... ok
> test config::get_config ... ok
> test config::load_nested ... ok
> test config::get_errors ... ok
> test config::overlapping_env_config ... ok
> test config::non_string_in_array ... ok
> test config::profile_env_var_prefix ... ok
> test config::parse_strip_with_string ... ok
> test config::string_list_advanced_env ... ok
> test config::overlapping_env_with_defaults_errors_out ... ok
> test config::string_list_tricky_env ... ok
> test config::struct_with_default_inner_struct ... ok
> test config::string_list_wrong_type ... ok
> test config::struct_with_opt_inner_struct ... ok
> test config::struct_with_overlapping_inner_struct_and_defaults ... ok
> test config::table_merge_failure ... ok
> test config::unstable_cli_precedence ... ok
> test config::unstable_flags_ignored_on_stable ... ok
> test config::unstable_dotted_notation ... ok
> test config::unstable_invalid_flag_ignored_on_stable ... ok
> test config::unstable_table_notation ... ok
> test config_cli::bad_cv_convert ... ok
> test config_cli::bad_parse ... ok
> test config::value_in_array ... ok
> test config_cli::basic ... ok
> test config_cli::cli_path ... ok
> test config_cli::cli_priority ... ok
> test config_cli::enforces_format ... ok
> test config_cli::fail_to_merge_multiple_args ... ok
> test config_cli::merges_array ... ok
> test concurrent::no_deadlock_with_git_dependencies ... ok
> test config_cli::merges_table ... ok
> test config_cli::no_array_of_tables_values ... ok
> test config_cli::no_comments ... ok
> test config_cli::no_disallowed_values ... ok
> test config_cli::rerooted_remains ... ok
> test config_cli::string_list_array ... ok
> test config_cli::too_many_values ... ok
> test config_cli::unused_key ... ok
> test config_cli::merge_array_mixed_def_paths ... ok
> test config_include::bad_format ... ok
> test config_include::cli_include ... ok
> test config_include::cli_include_failed ... ok
> test config_include::cycle ... ok
> test config_include::cli_merge_failed ... ok
> test config_include::gated ... ok
> test config_cli::no_inline_table_value ... ok
> test config_include::left_to_right ... ok
> test config_include::missing_file ... ok
> test config_include::simple ... ok
> test collisions::collision_with_root ... ok
> test concurrent::one_install_should_be_bad ... ok
> test credential_process::basic_unsupported ... ok
> test credential_process::gated ... ok
> test credential_process::libexec_path ... ok
> test concurrent::same_project ... ok
> test config_include::works_with_cli ... ok
> test config::read_env_vars_for_config ... ok
> test credential_process::invalid_token_output ... ok
> test corrupt_git::deleting_database_files ... ok
> test credential_process::warn_both_token_and_process ... ok
> test cross_compile::build_deps_for_the_right_arch ... ok
> test cross_compile::build_script_needed_for_host_and_target ... ok
> test cross_compile::build_script_only_host ... ok
> test cross_compile::build_script_with_platform_specific_dependencies ... ok
> test cross_compile::cross_test_dylib ... ok
> test cross_compile::cross_tests ... ok
> test cross_compile::cross_with_a_build_script ... ok
> test cross_compile::doctest_xcompile_linker ... ignored, -Zdoctest-xcompile is unstable
> test cross_compile::linker ... ok
> test cross_compile::no_cross_doctests ... ok
> test cross_compile::per_crate_default_target_gets_overridden ... ok
> test cross_compile::per_crate_default_target_is_default ... ok
> test cross_compile::per_crate_forced_target_does_not_get_overridden ... ok
> test cross_compile::per_crate_forced_target_is_default ... ok
> test cross_compile::platform_specific_dependencies_do_not_leak ... ok
> test cross_compile::platform_specific_variables_reflected_in_build_scripts ... ok
> test cross_compile::plugin_build_script_right_arch ... ok
> test cross_compile::plugin_with_extra_dylib_dep ... ignored, plugins are unstable
> test cross_compile::simple_cargo_run ... ok
> test cross_compile::simple_cross ... ok
> test cross_compile::simple_cross_config ... ok
> test cross_compile::simple_deps ... ok
> test cross_compile::workspace_with_multiple_targets ... ok
> test cross_publish::publish_with_target ... ok
> test cross_publish::simple_cross_package ... ok
> test custom_target::changing_spec_rebuilds ... ignored, requires features no_core, lang_items
> test custom_target::changing_spec_relearns_crate_types ... ignored, requires features no_core, lang_items
> test custom_target::custom_bin_target ... ignored, requires features no_core, lang_items
> test custom_target::custom_target_dependency ... ignored, requires features no_core, lang_items, auto_traits
> test custom_target::custom_target_ignores_filepath ... ignored, requires features no_core, lang_items
> test custom_target::custom_target_minimal ... ignored, requires features no_core, lang_items
> test credential_process::logout ... ok
> test credential_process::login ... ok
> test corrupt_git::deleting_checkout_files ... ok
> test credential_process::owner ... ok
> test credential_process::publish ... ok
> test dep_info::canonical_path ... ignored, -Z binary-dep-depinfo is unstable
> test dep_info::build_dep_info_rlib ... ok
> test credential_process::yank ... ok
> test dep_info::build_dep_info ... ok
> test death::ctrl_c_kills_everyone ... ok
> test dep_info::relative_depinfo_paths_no_ws ... ignored, -Z binary-dep-depinfo is unstable
> test dep_info::relative_depinfo_paths_ws ... ignored, -Z binary-dep-depinfo is unstable
> test dep_info::no_rewrite_if_no_change ... ok
> test directory::bad_file_checksum ... ok
> test dep_info::build_dep_info_lib ... ok
> test dep_info::reg_dep_source_not_tracked ... ok
> test dep_info::build_dep_info_dylib ... ok
> test dep_info::dep_path_inside_target_has_correct_path ... ok
> test directory::git_override_requires_lockfile ... ok
> test directory::crates_io_then_bad_checksum ... ok
> test directory::not_there ... ok
> test directory::crates_io_then_directory ... ok
> test directory::multiple ... ok
> test directory::git_lock_file_doesnt_change ... ok
> test directory::only_dot_files_ok ... ok
> test dep_info::non_local_build_script ... ok
> test directory::install_without_feature_dep ... ok
> test directory::simple_install_fail ... ok
> test directory::random_files_ok ... ok
> test directory::simple ... ok
> test directory::version_missing ... ok
> test directory::workspace_different_locations ... ok
> test directory::simple_install ... ok
> test clean::package_cleans_all_the_things ... ok
> test doc::bin_private_items ... ok
> test doc::crate_versions ... ok
> test doc::doc_all_exclude ... ok
> test doc::doc_all_exclude_glob ... ok
> test doc::bin_private_items_deps ... ok
> test doc::doc_all_virtual_manifest ... ok
> test doc::crate_versions_flag_is_overridden ... ok
> test doc::doc_all_member_dependency_same_name ... ok
> test doc::doc_extern_map_local ... ignored, -Zextern-html-root-url is unstable
> test doc::doc_all_workspace ... ok
> test doc::doc_dash_p ... ok
> test doc::doc_deps ... ok
> test doc::doc_example ... ok
> test doc::doc_edition ... ok
> test doc::doc_fingerprint_is_versioning_consistent ... ok
> test doc::doc_cap_lints ... ok
> test doc::doc_example_with_deps ... ok
> test doc::doc_fingerprint_respects_target_paths ... ok
> test doc::doc_json_artifacts ... ok
> test doc::doc_lib_bin_example_same_name_documents_examples_when_requested ... ok
> test doc::doc_lib_bin_example_same_name_documents_named_example_when_requested ... ok
> test doc::doc_lib_bin_same_name_documents_lib ... ok
> test doc::doc_lib_bin_same_name_documents_lib_when_requested ... ok
> test doc::doc_fingerprint_unusual_behavior ... ok
> test doc::doc_multiple_targets_same_name_bin ... ok
> test doc::doc_lib_false ... ok
> test doc::doc_lib_bin_same_name_documents_bins_when_requested ... ok
> test doc::doc_lib_false_dep ... ok
> test doc::doc_multiple_targets_same_name_lib ... ok
> test doc::doc_message_format ... ok
> test doc::doc_lib_bin_same_name_documents_named_bin_when_requested ... ok
> test doc::doc_no_libs ... ok
> test doc::doc_multiple_deps ... ok
> test doc::doc_multiple_targets_same_name ... ok
> test doc::doc_target ... ignored, no_core, lang_items requires nightly
> test doc::doc_multiple_targets_same_name_undoced ... ok
> test doc::doc_test_in_workspace ... ignored, -Zdoctest-in-workspace is unstable
> test doc::doc_no_deps ... ok
> test doc::doc_private_items ... ok
> test doc::doc_release ... ok
> test doc::doc_only_bin ... ok
> test doc::doc_private_ws ... ok
> test doc::doc_twice ... ok
> test doc::doc_virtual_manifest_glob ... ok
> test doc::doc_same_name ... ok
> test doc::doc_virtual_manifest_all_implied ... ok
> test doc::doc_target_edition ... ok
> test doc::doc_virtual_manifest_one_project ... ok
> test doc::doc_workspace_open_binary ... ok
> test doc::doc_workspace_open_different_library_and_package_names ... ok
> test doc::doc_workspace_open_help_message ... ok
> test doc::document_only_lib ... ok
> test doc::open_no_doc_crate ... ok
> test doc::doc_workspace_open_binary_and_library ... ok
> test doc::no_document_build_deps ... ok
> test doc::scrape_examples_avoid_build_script_cycle ... ignored, rustdoc scrape examples flags are unstable
> test doc::scrape_examples_basic ... ignored, rustdoc scrape examples flags are unstable
> test doc::scrape_examples_complex_reverse_dependencies ... ignored, broken, needs fixing
> test doc::scrape_examples_configure_profile ... ignored, rustdoc scrape examples flags are unstable
> test doc::scrape_examples_crate_with_dash ... ignored, rustdoc scrape examples flags are unstable
> test doc::scrape_examples_issue_10545 ... ignored, rustdoc scrape examples flags are unstable
> test doc::scrape_examples_missing_flag ... ignored, rustdoc scrape examples flags are unstable
> test doc::plugins_no_use_target ... ok
> test doc::issue_5345 ... ok
> test doc::lib_before_bin ... ok
> test doc::link_to_private_item ... ok
> test edition::edition_unstable ... ignored, fundamentally always nightly
> test edition::edition_unstable_gated ... ok
> test doc::output_not_captured ... ok
> test error::internal_error ... ok
> test doc::short_message_format ... ok
> test doc::rerun_when_dir_removed ... ok
> test features2::build_dep_activated ... ok
> test edition::edition_works_for_build_script ... ok
> test doc::target_specific_not_documented ... ok
> test doc::simple ... ok
> test features2::all_features_merges_with_features ... ok
> test doc::target_specific_documented ... ok
> test features2::decouple_host_deps ... ok
> test features2::decouple_host_deps_nested ... ok
> test doc::features ... ok
> test features2::all_feature_opts ... ok
> test features2::cyclical_dev_dep ... ok
> test features2::disabled_shared_host_dep ... ok
> test features2::edition_2021_default_2 ... ok
> test features2::decouple_dev_deps ... ok
> test features2::doc_optional ... ok
> test features2::itarget_proc_macro ... ok
> test features2::inactivate_targets ... ok
> test features2::has_dev_dep_for_test ... ok
> test features2::package_includes_resolve_behavior ... ok
> test features2::install_resolve_behavior ... ok
> test features2::proc_macro_ws ... ok
> test features2::required_features_inactive_dep ... ok
> test features2::resolver_bad_setting ... ok
> test features2::pm_with_int_shared ... ok
> test features2::doc_proc_macro ... ok
> test features2::resolver_not_both ... ok
> test features2::resolver_ws_member ... ok
> test features2::resolver_original ... ok
> test features2::resolver_ws_root_and_member ... ok
> test features2::required_features_host_dep ... ok
> test features2::tree_all ... ok
> test features2::build_script_runtime_features ... ok
> test features::activating_feature_activates_dep ... ok
> test features2::test_proc_macro ... ok
> test features2::shared_dep_same_but_dependencies ... ok
> test features::all_features_flag_enables_all_features ... ok
> test features::all_features_all_crates ... ok
> test features2::minimal_download ... ok
> test features::cyclic_feature ... ok
> test features2::resolver_enables_new_features ... ok
> test features::cli_parse_ok ... ok
> test features::default_features_conflicting_warning ... ok
> test features::cyclic_feature2 ... ok
> test features::everything_in_the_lockfile ... ok
> test features2::decouple_proc_macro ... ok
> test features::empty_features ... ok
> test features::invalid1 ... ok
> test features::all_features_virtual_ws ... ok
> test features::invalid3 ... ok
> test features::invalid10 ... ok
> test features::default_feature_pulled_in ... ok
> test features::invalid5 ... ok
> test features::invalid6 ... ok
> test features::features_option_given_twice ... ok
> test features::invalid8 ... ok
> test features::invalid7 ... ok
> test features::invalid_feature_names_error ... ok
> test features::dep_feature_in_cmd_line ... ok
> test features::invalid9 ... ok
> test features::invalid4 ... ok
> test features::invalid_feature_names_warning ... ok
> test features::groups_on_groups_on_groups ... ok
> test features::feature_off_dylib ... ok
> test features2::inactive_target_optional ... ok
> test features::many_cli_features ... ok
> test features::no_transitive_dep_feature_requirement ... ok
> test features::many_cli_features_comma_and_space_delimited ... ok
> test features::many_cli_features_comma_delimited ... ok
> test features::multi_multi_features ... ok
> test features::many_features_no_rebuilds ... ok
> test features::nonexistent_required_features ... ok
> test features::optional_and_dev_dep ... ok
> test features::no_rebuild_when_frobbing_default_feature ... ok
> test features::no_feature_for_non_optional_dep ... ok
> test features::same_name ... ok
> test features::only_dep_is_optional ... ok
> test features::slash_optional_enables ... ok
> test features::no_feature_doesnt_build ... ok
> test features_namespaced::crate_syntax_bad_name ... ok
> test features_namespaced::crate_syntax_cli ... ok
> test features_namespaced::crate_syntax_in_dep ... ok
> test features_namespaced::crate_required_features ... ok
> test features::registry_summary_order_doesnt_matter ... ok
> test features::unions_work_with_no_default_features ... ok
> test features_namespaced::json_exposed ... ok
> test features_namespaced::namespaced_implicit_non_optional ... ok
> test features_namespaced::namespaced_invalid_dependency ... ok
> test features_namespaced::namespaced_invalid_feature ... ok
> test features_namespaced::namespaced_non_optional_dependency ... ok
> test features_namespaced::crate_feature_with_explicit ... ok
> test features_namespaced::namespaced_shadowed_dep ... ok
> test features::transitive_features ... ok
> test features_namespaced::optional_explicit_without_crate ... ok
> test features::warn_if_default_features ... ok
> test features::union_features ... ok
> test features_namespaced::publish_no_implicit ... ok
> test features_namespaced::dependency_with_crate_syntax ... ok
> test fetch::fetch_all_platform_dependencies_when_no_target_is_given ... ok
> test fetch::fetch_platform_specific_dependencies ... ok
> test features_namespaced::namespaced_implicit_feature ... ok
> test features_namespaced::namespaced_shadowed_non_optional ... ok
> test features_namespaced::publish ... ok
> test fetch::fetch_warning ... ok
> test fetch::no_deps ... ok
> test features_namespaced::tree_no_implicit ... ok
> test features_namespaced::tree ... ok
> test fix::do_not_fix_broken_builds ... ok
> test fix::do_not_fix_non_relevant_deps ... ok
> test features_namespaced::namespaced_same_name ... ok
> test features_namespaced::no_implicit_feature ... ok
> test fix::does_not_warn_about_dirty_ignored_files ... ok
> test fix::abnormal_exit ... ok
> test fix::does_not_warn_about_clean_working_directory ... ok
> test fix::does_not_crash_with_rustc_wrapper ... ok
> test fix::fix_all_targets_by_default ... ok
> test fix::fix_broken_if_requested ... ok
> test fix::edition_v2_resolver_report ... ok
> test fix::doesnt_rebuild_dependencies ... ok
> test fix::fix_deny_warnings ... ok
> test fix::fix_deny_warnings_but_not_others ... ok
> test fix::fix_color_message ... ok
> test fix::fix_edition_2021 ... ok
> test fix::fix_idioms ... ok
> test fix::fix_in_dependency ... ok
> test fix::fix_overlapping ... ok
> test fix::broken_fixes_backed_out ... ok
> test fix::fix_features ... ok
> test fix::fix_path_deps ... ok
> test fix::fix_shared_cross_workspace ... ok
> test fix::fix_in_existing_repo_weird_ignore ... ok
> test fix::fix_two_files ... ok
> test fix::fixes_extra_mut ... ok
> test fix::fix_with_common ... ok
> test fix::fixes_two_missing_ampersands ... ok
> test fix::idioms_2015_ok ... ok
> test fix::local_paths ... ok
> test fix::no_changes_necessary ... ok
> test fix::prepare_for_already_on_latest_unstable ... ignored, fundamentally always nightly
> test fix::non_edition_lint_migration ... ok
> test fix::prepare_for_unstable ... ok
> test fix::prepare_for_already_on_latest_stable ... ok
> test fix::only_warn_for_relevant_crates ... ok
> test fix::prepare_for_2018 ... ok
> test fix::prepare_for_latest_stable ... ok
> test fix::preserve_line_endings ... ok
> test fix::rustfix_handles_multi_spans ... ok
> test fix::shows_warnings ... ok
> test fix::fix_to_broken_code ... ok
> test fix::shows_warnings_on_second_run_without_changes ... ok
> test fix::specify_rustflags ... ok
> test fix::tricky ... ok
> test fix::fix_with_run_cargo_in_proc_macros ... ok
> test fix::upgrade_extern_crate ... ok
> test fix::uses_workspace_wrapper_and_primary_wrapper_override ... ok
> test fix::warns_about_dirty_working_directory ... ok
> test fix::warns_if_no_vcs_detected ... ok
> test fix::warns_about_staged_working_directory ... ok
> test freshness::cargo_env_changes ... ok
> test freshness::bust_patched_dep ... ok
> test fix::shows_warnings_on_second_run_without_changes_on_multiple_targets ... ok
> test freshness::changing_lib_features_caches_targets ... ok
> test freshness::change_panic_mode ... ok
> test freshness::changing_linker ... ok
> test fix::fixes_missing_ampersand ... ok
> test freshness::changing_rustflags_is_cached ... ok
> test freshness::changing_bin_features_caches_targets ... ok
> test freshness::changing_profiles_caches_targets ... ok
> test freshness::edition_change_invalidates ... ok
> test freshness::fingerprint_cleaner_does_not_rebuild ... ok
> test freshness::lld_is_fresh ... ignored
> test freshness::dont_rebuild_based_on_plugins ... ok
> test freshness::env_build_script_no_rebuild ... ok
> test freshness::metadata_change_invalidates ... ok
> test freshness::modifying_and_moving ... ok
> test freshness::dirty_both_lib_and_test ... ok
> test freshness::move_target_directory_with_path_deps ... ok
> test freshness::changing_bin_paths_common_target_features_caches_targets ... ok
> test freshness::no_rebuild_if_build_artifacts_move_backwards_in_time ... ok
> test freshness::path_dev_dep_registry_updates ... ok
> test freshness::env_in_code_causes_rebuild ... ok
> test freshness::rebuild_if_build_artifacts_move_forward_in_time ... ok
> test freshness::no_rebuild_when_rename_dir ... ok
> test freshness::modify_only_some_files ... ok
> test freshness::no_rebuild_transitive_target_deps ... ok
> test freshness::rebuild_sub_package_then_while_package ... ok
> test freshness::rename_with_path_deps ... ok
> test freshness::rebuild_if_environment_changes ... ok
> test freshness::linking_interrupted ... ok
> test freshness::rerun_if_changed_in_dep ... ok
> test freshness::reuse_panic_pm ... ok
> test freshness::rerun_if_changes ... ok
> test freshness::reuse_shared_build_dep ... ok
> test freshness::rebuild_on_mid_build_file_modification ... ok
> test freshness::same_build_dir_cached_packages ... ok
> test freshness::reuse_workspace_lib ... ok
> test future_incompat_report::bad_ids ... ignored, -Zfuture-incompat-test requires nightly (permanently)
> test future_incompat_report::color ... ignored, -Zfuture-incompat-test requires nightly (permanently)
> test freshness::reuse_panic_build_dep_test ... ok
> test future_incompat_report::output_on_stable ... ignored, -Zfuture-incompat-test requires nightly (permanently)
> test future_incompat_report::suggestions_for_updates ... ignored, -Zfuture-incompat-test requires nightly (permanently)
> test future_incompat_report::test_multi_crate ... ignored, -Zfuture-incompat-test requires nightly (permanently)
> test future_incompat_report::test_single_crate ... ignored, -Zfuture-incompat-test requires nightly (permanently)
> test future_incompat_report::test_zero_future_incompat ... ignored, -Zfuture-incompat-test requires nightly (permanently)
> test generate_lockfile::adding_and_removing_packages ... ok
> test generate_lockfile::cargo_update_generate_lockfile ... ok
> test freshness::unused_optional_dep ... ok
> test freshness::update_dependency_mtime_does_not_rebuild ... ok
> test generate_lockfile::no_index_update ... ok
> test generate_lockfile::duplicate_entries_in_lockfile ... ok
> test generate_lockfile::preserve_line_endings_issue_2076 ... ok
> test freshness::channel_shares_filenames ... ok
> test future_incompat_report::no_gate_future_incompat_report ... ok
> test freshness::simulated_docker_deps_stay_cached ... ok
> test freshness::rebuild_tests_if_lib_changes ... ok
> test git::add_a_git_dep ... ok
> test freshness::script_fails_stay_dirty ... ok
> test generate_lockfile::preserve_metadata ... ok
> test git::cargo_compile_git_dep_branch ... ok
> test git::cargo_compile_with_short_ssh_git ... ok
> test git::ambiguous_published_deps ... ok
> test git::cargo_compile_git_dep_pull_request ... ok
> test git::cargo_compile_git_dep_tag ... ok
> test git::corrupted_checkout ... ok
> test git::cargo_compile_simple_git_dep ... ok
> test git::cargo_compile_with_malformed_nested_paths ... ok
> test git::corrupted_checkout_with_cli ... ok
> test git::default_not_master ... ok
> test git::cargo_compile_with_meta_package ... ok
> test git::dep_with_bad_submodule ... ok
> test git::cargo_compile_with_nested_paths ... ok
> test git::denied_lints_are_allowed ... ok
> test git::dep_with_submodule ... ok
> test git::dirty_submodule ... ok
> test git::failed_submodule_checkout ... ok
> test git::dep_with_skipped_submodule ... ok
> test git::fetch_downloads ... ok
> test git::dont_require_submodules_are_checked_out ... ok
> test git::git_fetch_cli_env_clean ... ok
> test git::doctest_same_name ... ok
> test git::git_name_not_always_needed ... ok
> test git::dev_deps_with_testing ... ok
> test git::historical_lockfile_works ... ok
> test git::historical_lockfile_works_with_vendor ... ok
> test git::git_build_cmd_freshness ... ok
> test git::invalid_git_dependency_manifest ... ok
> test git::git_with_cli_force ... ok
> test git::dep_with_changed_submodule ... ok
> test git::git_dep_build_cmd ... ok
> test git::lints_are_suppressed ... ok
> test git::metadata_master_consistency ... ok
> test git::include_overrides_gitignore ... ok
> test git::git_repo_changing_no_rebuild ... ok
> test git::two_at_rev_instead_of_tag ... ok
> test git::two_dep_forms ... ok
> test git::templatedir_doesnt_cause_problems ... ok
> test git::update_ambiguous ... ok
> test git::update_one_dep_in_repo_with_many_deps ... ok
> test git::switch_sources ... ok
> test git::switch_deps_does_not_update_transitive ... ok
> test git::two_deps_only_update_one ... ok
> test git::two_revs_same_deps ... ok
> test git::use_the_cli ... ok
> test git::recompilation ... ok
> test git::stale_cached_version ... ok
> test git_auth::ssh_something_happens ... ok
> test git::update_one_source_updates_all_packages_in_that_git_source ... ok
> test git::warnings_in_git_dep ... ok
> test git_auth::net_err_suggests_fetch_with_cli ... ok
> test git_auth::instead_of_url_printed ... ok
> test glob_targets::bench_bench ... ok
> test glob_targets::bench_bin ... ok
> test glob_targets::bench_example ... ok
> test git_gc::avoid_using_git ... ok
> test glob_targets::bench_test ... ok
> test glob_targets::check_bench ... ok
> test glob_targets::build_bin ... ok
> test git_gc::use_git_gc ... ok
> test glob_targets::build_example ... ok
> test glob_targets::build_bench ... ok
> test git::update_with_shared_deps ... ok
> test glob_targets::check_bin ... ok
> test glob_targets::check_example ... ok
> test glob_targets::check_test ... ok
> test glob_targets::build_test ... ok
> test glob_targets::fix_bench ... ok
> test glob_targets::fix_bin ... ok
> test git::git_with_force_push ... ok
> test glob_targets::run_example_and_bin ... ok
> test glob_targets::fix_example ... ok
> test glob_targets::fix_test ... ok
> test glob_targets::doc_bin ... ok
> test glob_targets::install_example ... ok
> test glob_targets::install_bin ... ok
> test glob_targets::rustc_example ... ok
> test glob_targets::rustc_bin ... ok
> test glob_targets::rustc_bench ... ok
> test glob_targets::rustc_test ... ok
> test glob_targets::rustdoc_bench ... ok
> test glob_targets::rustdoc_example ... ok
> test glob_targets::rustdoc_bin ... ok
> test glob_targets::test_bench ... ok
> test glob_targets::rustdoc_test ... ok
> test help::alias_z_flag_help ... ok
> test help::z_flags_help ... ok
> test inheritable_workspace_fields::deny_optional_dependencies ... ok
> test help::help_alias ... ok
> test inheritable_workspace_fields::error_inherit_unspecified_dependency ... ok
> test help::help ... ok
> test inheritable_workspace_fields::error_malformed_workspace_root ... ok
> test glob_targets::test_bin ... ok
> test inheritable_workspace_fields::error_no_root_workspace ... ok
> test glob_targets::test_example ... ok
> test inheritable_workspace_fields::error_workspace_false ... ok
> test inheritable_workspace_fields::error_workspace_dependency_looked_for_workspace_itself ... ok
> test glob_targets::test_test ... ok
> test inheritable_workspace_fields::inherit_from_own_undefined_field ... ok
> test inheritable_workspace_fields::inherit_dependency_features ... ok
> test inheritable_workspace_fields::inherit_dependency_override_optional ... ok
> test inheritable_workspace_fields::inherit_detailed_dependencies ... ok
> test help::help_external_subcommand ... ok
> test inheritable_workspace_fields::inherit_path_dependencies ... ok
> test inheritable_workspace_fields::inherit_target_dependencies ... ok
> test inheritable_workspace_fields::inherit_own_workspace_fields ... ok
> test inheritable_workspace_fields::inherit_dependencies ... ok
> test inheritable_workspace_fields::inherit_workspace_fields ... ok
> test init::bin_already_exists_explicit::bin_already_exists_explicit ... ok
> test init::bin_already_exists_explicit_nosrc::bin_already_exists_explicit_nosrc ... ok
> test init::bin_already_exists_implicit_namenosrc::bin_already_exists_implicit_namenosrc ... ok
> test init::auto_git::auto_git ... ok
> test init::bin_already_exists_implicit::bin_already_exists_implicit ... ok
> test init::bin_already_exists_implicit_namesrc::bin_already_exists_implicit_namesrc ... ok
> test init::bin_already_exists_implicit_nosrc::bin_already_exists_implicit_nosrc ... ok
> test inheritable_workspace_fields::inherit_own_dependencies ... ok
> test init::cant_create_library_when_both_binlib_present::cant_create_library_when_both_binlib_present ... ok
> test init::both_lib_and_bin::both_lib_and_bin ... ok
> test init::confused_by_multiple_lib_files::confused_by_multiple_lib_files ... ok
> test init::creates_binary_when_instructed_and_has_lib_file::creates_binary_when_instructed_and_has_lib_file ... ok
> test init::creates_binary_when_both_binlib_present::creates_binary_when_both_binlib_present ... ok
> test init::formats_source::formats_source ... ok
> test init::creates_library_when_instructed_and_has_bin_file::creates_library_when_instructed_and_has_bin_file ... ok
> test inheritable_workspace_fields::inherit_own_detailed_dependencies ... ok
> test init::fossil_autodetect::fossil_autodetect ... ok
> test init::explicit_bin_with_git::explicit_bin_with_git ... ok
> test init::git_autodetect::git_autodetect ... ok
> test init::ignores_failure_to_format_source::ignores_failure_to_format_source ... ok
> test init::git_ignore_exists_no_conflicting_entries::git_ignore_exists_no_conflicting_entries ... ok
> test init::lib_already_exists_nosrc::lib_already_exists_nosrc ... ok
> test init::invalid_dir_name::invalid_dir_name ... ok
> test init::inferred_bin_with_git::inferred_bin_with_git ... ok
> test init::no_filename::no_filename ... ok
> test init::multibin_project_name_clash::multibin_project_name_clash ... ok
> test init::lib_already_exists_src::lib_already_exists_src ... ok
> test init::mercurial_autodetect::mercurial_autodetect ... ok
> test init::inferred_lib_with_git::inferred_lib_with_git ... ok
> test init::pijul_autodetect::pijul_autodetect ... ok
> test init::simple_hg::simple_hg ... ignored, hg not installed
> test init::reserved_name::reserved_name ... ok
> test init::simple_hg_ignore_exists::simple_hg_ignore_exists ... ok
> test init::simple_git::simple_git ... ok
> test init::unknown_flags::unknown_flags ... ok
> test init::with_argument::with_argument ... ok
> test install::bad_paths ... ok
> test install::bad_version ... ok
> test help::help_man ... ok
> test init::simple_lib::simple_lib ... ok
> test init::simple_git_ignore_exists::simple_git_ignore_exists ... ok
> test inheritable_workspace_fields::permit_additional_workspace_fields ... ok
> test install::compile_failure ... ok
> test inheritable_workspace_fields::inherited_dependencies_union_features ... ok
> test install::git_install_reads_workspace_manifest ... ok
> test init::simple_bin::simple_bin ... ok
> test install::git_repo_with_lowercase_cargo_toml ... ok
> test install::do_not_rebuilds_on_local_install ... ok
> test install::inline_and_explicit_version ... ok
> test install::dev_dependencies_no_check ... ok
> test install::examples ... ok
> test install::inline_version_without_name ... ok
> test install::dev_dependencies_lock_file_untouched ... ok
> test install::install_empty_argument ... ok
> test install::git_repo ... ok
> test install::git_with_lockfile ... ok
> test install::custom_target_dir_for_git_source ... ok
> test install::inline_version_precise ... ok
> test install::git_repo_replace ... ok
> test install::install_global_cargo_config ... ok
> test install::install_cargo_package_in_a_patched_workspace ... ok
> test install::inline_version_multiple ... ok
> test install::install_force ... ok
> test install::install_ignores_local_cargo_config ... ok
> test install::install_force_bin ... ok
> test install::install_path_with_lowercase_cargo_toml ... ok
> test install::install_git_with_symlink_home ... ok
> test install::install_ignores_unstable_table_in_local_cargo_config ... ok
> test install::install_path_config ... ok
> test install::install_force_partial_overlap ... ok
> test install::install_target_foreign ... ok
> test install::install_path ... ok
> test install::install_relative_path_outside_current_ws ... ok
> test install::install_yanked_cargo_package ... ok
> test install::install_target_dir ... ok
> test install::install_path_respects_lock_file ... ok
> test install::installs_from_cwd_with_2018_warnings ... ok
> test install::install_respects_lock_file ... ok
> test install::install_target_native ... ok
> test install::installs_from_cwd_by_default ... ok
> test install::installs_beta_version_by_explicit_name_from_git ... ok
> test install::missing ... ok
> test install::missing_current_working_directory ... ok
> test install::list_error ... ok
> test install::lock_file_path_deps_ok ... ok
> test install::multiple_crates_error ... ok
> test install::locked_install_without_published_lockfile ... ok
> test install::multiple_crates_auto_binaries ... ok
> test install::install_location_precedence ... ok
> test install::list ... ok
> test install::install_semver_metadata ... ok
> test install::no_binaries_or_examples ... ok
> test install::not_both_vers_and_version ... ok
> test install::no_binaries ... ok
> test install::install_version_req ... ok
> test install::multiple_crates_auto_examples ... ok
> test install::multiple_crates_git_all ... ok
> test install::q_silences_warnings ... ok
> test install::pick_max_version ... ok
> test install::readonly_dir ... ok
> test install::reports_unsuccessful_subcommand_result ... ok
> test install::test_install_git_cannot_be_a_base_url ... ok
> test install::multiple_crates_select ... ok
> test install::uninstall_cwd_no_project ... ok
> test install::uninstall_cwd_not_installed ... ok
> test install::multiple_pkgs ... ok
> test install::uninstall_multiple_and_specifying_bin ... ok
> test install::simple_with_message_format ... ok
> test install::multiple_pkgs_path_set ... ok
> test install::uninstall_pkg_does_not_exist ... ok
> test install::uninstall_with_empty_package_option ... ok
> test install::simple ... ok
> test install::uninstall_cwd ... ok
> test install::subcommand_works_out_of_the_box ... ok
> test install::uninstall_bin_does_not_exist ... ok
> test install::uninstall_multiple_and_some_pkg_does_not_exist ... ok
> test install::uninstall_piecemeal ... ok
> test install_upgrade::ambiguous_version_no_longer_allowed ... ok
> test install::workspace_uses_workspace_target_dir ... ok
> test install::vers_precise ... ok
> test install::with_index ... ok
> test install_upgrade::change_target_rebuilds ... ok
> test install::version_precise ... ok
> test install::use_path_workspace ... ok
> test install_upgrade::fails_for_conflicts_unknown ... ok
> test install_upgrade::fails_for_conflicts_known ... ok
> test install_upgrade::already_installed_exact_does_not_update ... ok
> test install_upgrade::already_installed_updates_yank_status_on_upgrade ... ok
> test install_upgrade::change_profile_rebuilds ... ok
> test install_upgrade::no_track ... ok
> test install_upgrade::forwards_compatible ... ok
> test install_upgrade::deletes_orphaned ... ok
> test install_upgrade::change_bin_sets_rebuilds ... ok
> test install_upgrade::path_is_always_dirty ... ok
> test install_upgrade::uninstall ... ok
> test install_upgrade::partially_already_installed_does_one_update ... ok
> test install_upgrade::change_features_rebuilds ... ok
> test install_upgrade::upgrade_force ... ok
> test install_upgrade::supports_multiple_binary_names ... ok
> test install_upgrade::v1_already_installed_fresh ... ok
> test jobserver::jobserver_and_j ... ok
> test jobserver::external_subcommand_inherits_jobserver ... ok
> test install_upgrade::upgrade_git ... ok
> test install_upgrade::v1_already_installed_dirty ... ok
> test list_availables::bench_list_availables ... ok
> test list_availables::build_list_availables ... ok
> test list_availables::clean_list_availables ... ok
> test install_upgrade::switch_sources ... ok
> test list_availables::doc_list_availables ... ok
> test list_availables::check_list_availables ... ok
> test list_availables::pkgid_list_availables ... ok
> test list_availables::install_list_availables ... ok
> test install_upgrade::registry_upgrade ... ok
> test list_availables::fix_list_availables ... ok
> test jobserver::jobserver_exists ... ok
> test list_availables::run_list_availables ... ok
> test list_availables::tree_list_availables ... ok
> test list_availables::update_list_availables ... ok
> test list_availables::rustc_list_availables ... ok
> test list_availables::rustdoc_list_availables ... ok
> test list_availables::test_list_availables ... ok
> test install_upgrade::multiple_report ... ok
> test local_registry::invalid_dir_bad ... ok
> test local_registry::depend_on_yanked ... ok
> test local_registry::different_directory_replacing_the_registry_is_bad ... ok
> test local_registry::not_found ... ok
> test local_registry::interdependent ... ok
> test local_registry::multiple_names ... ok
> test locate_project::simple ... ok
> test locate_project::message_format ... ok
> test local_registry::multiple_versions ... ok
> test locate_project::workspace ... ok
> test jobserver::makes_jobserver_used ... ok
> test lockfile_compat::bad_data_in_lockfile_error_meg ... ok
> test local_registry::path_dep_rewritten ... ok
> test lockfile_compat::lock_from_the_future ... ok
> test lockfile_compat::listed_checksum_bad_if_we_cannot_compute ... ok
> test local_registry::crates_io_registry_url_is_optional ... ok
> test lockfile_compat::current_lockfile_format ... ok
> test lockfile_compat::locked_correct_error ... ok
> test lockfile_compat::frozen_flag_preserves_old_lockfile ... ok
> test lockfile_compat::unlisted_checksum_is_bad_if_we_calculate ... ok
> test lockfile_compat::lockfile_without_root ... ok
> test lockfile_compat::oldest_lockfile_still_works ... ok
> test lockfile_compat::preserve_old_format_if_no_update_needed ... ok
> test lockfile_compat::v2_format_preserved ... ok
> test lockfile_compat::totally_wild_checksums_works ... ok
> test local_registry::simple ... ok
> test logout::gated ... ok
> test lockfile_compat::same_name_version_different_sources ... ok
> test logout::default_registry ... ok
> test lockfile_compat::v3_and_git ... ok
> test lockfile_compat::v2_path_and_crates_io ... ok
> test login::registry_credentials ... ok
> test lockfile_compat::wrong_checksum_is_an_error ... ok
> test logout::other_registry ... ok
> test install_upgrade::v2_syncs ... ok
> test lto::between_builds ... ok
> test lto::build_dep_not_ltod ... ok
> test lto::dylib_rlib_bin ... ok
> test lto::off_in_manifest_works ... ok
> test lto::complicated ... ok
> test lto::test_profile ... ok
> test lto::shared_deps ... ok
> test member_discovery::bad_file_member_exclusion ... ok
> test member_errors::member_manifest_path_io_error ... ok
> test member_errors::member_manifest_version_error ... ok
> test member_errors::toml_deserialize_manifest_error ... ok
> test lto::doctest ... ok
> test message_format::cannot_specify_two ... ok
> test message_format::cargo_renders_ansi ... ok
> test message_format::cargo_renders ... ok
> test message_format::cargo_renders_short ... ok
> test message_format::cargo_renders_doctests ... ok
> test messages::deduplicate_errors ... ok
> test message_format::double_json_works ... ok
> test messages::deduplicate_messages_basic ... ok
> test lto::with_deps ... ok
> test metabuild::metabuild_basic ... ok
> test metabuild::metabuild_error_both ... ok
> test messages::deduplicate_messages_mismatched_warnings ... ok
> test metabuild::metabuild_build_plan ... ok
> test metabuild::metabuild_failed_build_json ... ok
> test metabuild::metabuild_gated ... ok
> test lto::fresh_swapping_commands ... ok
> test metabuild::metabuild_external_dependency ... ok
> test metabuild::metabuild_fresh ... ok
> test metabuild::metabuild_metadata ... ok
> test metabuild::metabuild_missing_dep ... ok
> test metabuild::metabuild_json_artifact ... ok
> test metabuild::metabuild_override ... ok
> test metabuild::metabuild_lib_name ... ok
> test metabuild::metabuild_links ... ok
> test metadata::cargo_metadata_bad_version ... ok
> test metadata::cargo_metadata_no_deps_cwd ... ok
> test metadata::cargo_metadata_no_deps_path_to_cargo_toml_absolute ... ok
> test metadata::cargo_metadata_no_deps_path_to_cargo_toml_parent_absolute ... ok
> test metadata::cargo_metadata_no_deps_path_to_cargo_toml_parent_relative ... ok
> test metadata::cargo_metadata_no_deps_path_to_cargo_toml_relative ... ok
> test lto::cdylib_and_rlib has been running for over 60 seconds
> test lto::dylib has been running for over 60 seconds
> test metadata::cargo_metadata_path_to_cargo_toml_project ... ok
> test metabuild::metabuild_two_versions ... ok
> test metabuild::metabuild_optional_dep ... ok
> test metadata::cargo_metadata_simple ... ok
> test metadata::cargo_metadata_with_invalid_authors_field ... ok
> test metadata::cargo_metadata_with_invalid_manifest ... ok
> test metabuild::metabuild_workspace ... ok
> test metadata::cargo_metadata_with_deps_and_version ... ok
> test metadata::dep_kinds ... ok
> test metadata::dep_kinds_workspace ... ok
> test metadata::cargo_metadata_warns_on_implicit_version ... ok
> test metadata::deps_with_bin_only ... ok
> test metadata::example ... ok
> test metadata::example_lib ... ok
> test metadata::library_with_features ... ok
> test metadata::library_with_several_crate_types ... ok
> test metadata::metadata_links ... ok
> test metadata::multiple_features ... ok
> test metadata::package_metadata ... ok
> test metadata::package_publish ... ok
> test metadata::package_edition_2018 ... ok
> test metadata::package_default_run ... ok
> test metadata::package_rust_version ... ok
> test metadata::rename_dependency ... ok
> test metadata::target_edition_2018 ... ok
> test metadata::workspace_metadata_with_dependencies_no_deps ... ok
> test metadata::workspace_metadata_with_dependencies_no_deps_artifact ... ok
> test metadata::workspace_metadata ... ok
> test multitarget::same_value_twice ... ok
> test multitarget::same_value_twice_with_config ... ok
> test minimal_versions::minimal_version_cli ... ok
> test multitarget::simple_build ... ok
> test multitarget::simple_build_with_config ... ok
> test multitarget::simple_doc ... ok
> test multitarget::simple_check ... ok
> test multitarget::simple_test ... ok
> test multitarget::works_with_config_in_both_string_or_list ... ok
> test multitarget::simple_run ... ok
> test new::both_lib_and_bin ... ok
> test new::existing ... ok
> test new::explicit_invalid_name_not_suggested ... ok
> test metadata::workspace_metadata_with_dependencies_and_resolve ... ok
> test new::explicit_project_name ... ok
> test new::git_prefers_command_line ... ok
> test new::invalid_characters ... ok
> test new::git_default_branch ... ok
> test metadata::filter_platform ... ok
> test new::keyword_name ... ok
> test new::new_with_bad_edition ... ok
> test new::new_default_edition ... ok
> test new::new_with_edition_2015 ... ok
> test new::new_with_edition_2018 ... ok
> test new::no_argument ... ok
> test new::new_with_reference_link ... ok
> test new::non_ascii_name ... ok
> test new::non_ascii_name_invalid ... ok
> test new::reserved_name ... ok
> test new::reserved_binary_name ... ok
> test new::restricted_windows_name ... ok
> test multitarget::works_with_env ... ok
> test new::simple_git ... ok
> test new::std_name ... ok
> test new::simple_lib ... ok
> test new::subpackage_git_with_gitignore ... ok
> test new::lockfile_constant_during_new ... ok
> test new::subpackage_git_with_vcs_arg ... ok
> test new::unknown_flags ... ok
> test new::subpackage_no_git ... ok
> test offline::cargo_compile_forbird_git_httpsrepo_offline ... ok
> test new::simple_bin ... ok
> test offline::cargo_compile_offline_not_try_update ... ok
> test offline::cargo_compile_path_with_offline ... ok
> test offline::compile_offline_while_transitive_dep_not_cached ... ok
> test offline::offline_and_frozen_and_no_lock ... ok
> test offline::cargo_compile_with_downloaded_dependency_with_offline ... ok
> test offline::offline_and_locked_and_no_frozen ... ok
> test offline::offline_resolve_optional_fail ... ok
> test offline::offline_missing_optional ... ok
> test offline::compile_offline_without_maxvers_cached ... ok
> test offline::offline_with_all_patched ... ok
> test offline::update_offline_not_cached ... ok
> test old_cargos::avoids_split_debuginfo_collision ... ignored, must be run manually, requires old cargo installations
> test old_cargos::index_cache_rebuild ... ignored, must be run manually, requires old cargo installations
> test old_cargos::new_features ... ignored, must be run manually, requires old cargo installations
> test offline::offline_unused_target_dep ... ok
> test offline::cargo_compile_offline_with_cached_git_dep ... ok
> test out_dir::binary_with_debug ... ok
> test out_dir::avoid_build_scripts ... ok
> test out_dir::cargo_build_out_dir ... ok
> test out_dir::dynamic_library_with_debug ... ok
> test out_dir::out_dir_is_a_file ... ok
> test out_dir::include_only_the_binary_from_the_current_package ... ok
> test offline::update_offline_cached ... ok
> test owner::simple_add ... ok
> test owner::simple_list ... ok
> test out_dir::rlib_with_debug ... ok
> test package::broken_but_excluded_symlink ... ok
> test owner::simple_remove ... ok
> test package::broken_symlink ... ok
> test out_dir::static_library_with_debug ... ok
> test package::dirty_ignored ... ok
> test package::do_not_package_if_repository_is_dirty ... ok
> test package::edition_with_metadata ... ok
> test package::exclude ... ok
> test package::exclude_dot_files_and_directories_by_default ... ok
> test out_dir::replaces_artifacts ... ok
> test package::finds_git_in_parent ... ok
> test package::generated_manifest ... ok
> test package::git_dependency_no_version ... ok
> test package::gitignore_negate ... ok
> test package::filesystem_loop ... ok
> test package::do_not_package_if_src_was_modified ... ok
> test package::deleted_git_working_tree ... ok
> test package::gitignore_symlink_dir ... ok
> test package::ignore_workspace_specifier ... ok
> test package::gitignore_symlink_dir_dirty ... ok
> test package::gitignore_patterns ... ok
> test package::include ... ok
> test package::include_cargo_toml_implicit ... ok
> test package::invalid_license_file_path ... ok
> test package::license_file_implicit_include ... ok
> test package::list_with_path_and_lock ... ok
> test lto::test_all has been running for over 60 seconds
> test lto::test_all_and_bench has been running for over 60 seconds
> test package::long_file_names ... ok
> test package::ignore_nested ... ok
> test package::orig_file_collision ... ok
> test package::in_workspace ... ok
> test package::package_include_ignore_only ... ok
> test package::package_git_submodule ... ok
> test package::package_no_default_features ... ok
> test package::no_duplicates_from_modified_tracked_files ... ok
> test package::package_restricted_windows ... ok
> test package::package_symlink_to_submodule ... ok
> test package::package_lib_with_bin ... ok
> test package::package_two_kinds_of_deps ... ok
> test package::package_symlink_to_dir ... ok
> test package::package_weird_characters ... ok
> test package::metadata_warning ... ok
> test package::package_with_resolver_and_metadata ... ok
> test lto::test_all ... ok
> test package::path_dependency_no_version ... ok
> test package::package_verbose ... ok
> test package::package_with_all_features ... ok
> test package::relative_license_include_collision ... ok
> test package::relative_license_included ... ok
> test package::package_with_select_features ... ok
> test package::test_edition ... ok
> test package::package_verification ... ok
> test package::test_edition_from_the_future ... ok
> test package::test_edition_malformed ... ok
> test package::reproducible_output ... ok
> test package::vcs_file_collision ... ok
> test package::workspace_overrides_resolver ... ok
> test lto::test_all_and_bench ... ok
> test package::repackage_on_source_change ... ok
> test package_features::feature_default_resolver ... ok
> test package::simple ... ok
> test package_features::non_member ... ok
> test package_features::non_member_feature ... ok
> test package_features::resolver1_member_features ... ok
> test package_features::virtual_features ... ok
> test package_features::virtual_typo_member_feature ... ok
> test package_features::virtual_with_specific ... ok
> test package_features::virtual_no_default_features ... ok
> test package_features::virtual_member_slash ... ok
> test patch::add_patch_with_features ... ok
> test patch::add_ignored_patch ... ok
> test patch::add_patch ... ok
> test patch::add_patch_from_config ... ok
> test patch::cycle ... ok
> test patch::add_patch_with_setting_default_features ... ok
> test package_features::other_member_from_current ... ok
> test patch::canonicalize_a_bunch ... ok
> test patch::from_config ... ok
> test patch::from_config_precedence ... ok
> test patch::mismatched_version ... ok
> test patch::from_config_relative ... ok
> test patch::can_update_with_alt_reg ... ok
> test patch::no_matches ... ok
> test patch::non_crates_io ... ok
> test patch::multipatch ... ok
> test patch::no_warn_ws_patch ... ok
> test patch::new_minor ... ok
> test patch::multipatch_select_big ... ok
> test patch::old_git_patch ... ok
> test patch::new_major ... ok
> test patch::nonexistent ... ok
> test patch::patch_depends_on_another_patch ... ok
> test patch::patch_git ... ok
> test patch::patch_in_virtual ... ok
> test patch::patch_same_version ... ok
> test patch::patch_older ... ok
> test patch::patch_to_git ... ok
> test patch::patch_walks_backwards_restricted ... ok
> test patch::prefer_patch_version ... ok
> test patch::patch_walks_backwards ... ok
> test patch::patch_update_doesnt_update_other_sources ... ok
> test patch::remove_patch ... ok
> test patch::replace_with_crates_io ... ok
> test patch::patched_dep_new_version ... ok
> test patch::replace ... ok
> test patch::too_many_matches ... ok
> test patch::shared_by_transitive ... ok
> test patch::replace_prerelease ... ok
> test patch::transitive_new_major ... ok
> test patch::transitive_new_minor ... ok
> test patch::two_semver_compatible ... ok
> test patch::unused ... ok
> test patch::unused_from_config ... ok
> test patch::unused_git ... ok
> test patch::unused_with_mismatch_source_being_patched ... ok
> test path::cargo_compile_with_root_dev_deps ... ok
> test path::catch_tricky_cycle ... ok
> test patch::update_unused_new_version ... ok
> test path::deep_path_error ... ok
> test path::custom_target_no_rebuild ... ok
> test path::cargo_compile_with_root_dev_deps_with_testing ... ok
> test path::cargo_compile_with_transitive_dev_deps ... ok
> test path::error_message_for_missing_manifest ... ok
> test path::missing_path_dependency ... ok
> test path::invalid_path_dep_in_workspace_with_lockfile ... ok
> test path::cargo_compile_with_nested_deps_shorthand ... ok
> test path::dev_deps_no_rebuild_lib ... ok
> test path::override_and_depend ... ok
> test path::override_path_dep ... ok
> test path::override_relative ... ok
> test path::no_rebuild_two_deps ... ok
> test path::workspace_produces_rlib ... ok
> test path::override_self ... ok
> test paths::broken_path_override_warns ... ok
> test path::nested_deps_recompile ... ok
> test paths::override_to_path_dep ... ok
> test pkgid::simple ... ok
> test path::no_rebuild_dependency ... ok
> test paths::paths_add_optional_bad ... ok
> test paths::paths_ok_with_optional ... ok
> test plugins::panic_abort_plugins ... ignored, requires rustc_private
> test pkgid::suggestion_bad_pkgid ... ok
> test plugins::plugin_to_the_max ... ignored, plugins are unstable
> test plugins::plugin_with_dynamic_native_dependency ... ignored, plugins are unstable
> test plugins::shared_panic_abort_plugins ... ignored, requires rustc_private
> test plugins::native_plugin_dependency_with_custom_linker ... ok
> test plugins::doctest_a_plugin ... ok
> test proc_macro::plugin_and_proc_macro ... ignored, plugins are unstable
> test path::path_dep_build_cmd ... ok
> test plugins::plugin_integration ... ok
> test proc_macro::impl_and_derive ... ok
> test proc_macro::noop ... ok
> test proc_macro::proc_macro_crate_type_multiple ... ok
> test proc_macro::proc_macro_conflicting_warning ... ok
> test proc_macro::probe_cfg_before_crate_type_discovery ... ok
> test proc_macro::proc_macro_built_once ... ok
> test path::deep_dependencies_trigger_rebuild ... ok
> test profile_config::named_config_profile ... ok
> test proc_macro::proc_macro_crate_type_warning_plugin ... ok
> test proc_macro::proc_macro_crate_type_warning ... ok
> test profile_config::profile_config_error_paths ... ok
> test profile_config::named_env_profile ... ok
> test profile_config::profile_config_mixed_types ... ok
> test profile_config::profile_config_no_warn_unknown_override ... ok
> test profile_config::profile_config_override_spec_multiple ... ok
> test proc_macro::proc_macro_doctest ... ok
> test profile_config::profile_config_override_precedence ... ok
> test profile_config::profile_config_syntax_errors ... ok
> test profile_config::profile_config_validate_errors ... ok
> test proc_macro::proc_macro_crate_type ... ok
> test profile_config::profile_config_validate_warnings ... ok
> test profile_custom::dir_name_disabled ... ok
> test proc_macro::proc_macro_extern_prelude ... ok
> test profile_custom::inherits_loop ... ok
> test profile_custom::invalid_dir_name ... ignored, dir-name is disabled
> test profile_custom::inherits_on_release ... ok
> test profile_custom::invalid_profile_name ... ok
> test profile_custom::invalid_inherits ... ok
> test profile_config::test_with_dev_profile ... ok
> test profile_custom::missing_inherits ... ok
> test profile_custom::legacy_rustc ... ok
> test profile_custom::non_existent_inherits ... ok
> test profile_custom::overrides_with_custom ... ok
> test profile_custom::reserved_profile_names ... ok
> test profile_custom::conflicting_usage ... ok
> test profile_custom::legacy_commands_support_custom ... ok
> test profile_custom::self_inherits ... ok
> test profile_custom::unknown_profile ... ok
> test profile_overrides::profile_override_bad_settings ... ok
> test profile_overrides::no_warning_ws ... ok
> test profile_custom::clean_custom_dirname ... ok
> test profile_overrides::profile_override_basic ... ok
> test profile_overrides::profile_override_spec ... ok
> test profile_overrides::profile_override_spec_multiple ... ok
> test profile_overrides::profile_override_warnings ... ok
> test profile_overrides::override_proc_macro ... ok
> test profile_overrides::profile_override_hierarchy ... ok
> test profile_overrides::build_override_shared ... ok
> test profile_targets::profile_selection_bench ... ok
> test profile_targets::profile_selection_build ... ok
> test profile_targets::profile_selection_build_release ... ok
> test profile_targets::profile_selection_build_all_targets ... ok
> test profile_targets::profile_selection_build_all_targets_release ... ok
> test lto::dylib ... ok
> test profile_targets::profile_selection_check_all_targets ... ok
> test profile_targets::profile_selection_check_all_targets_release ... ok
> test profiles::debug_0_report ... ok
> test profiles::debug_override_1 ... ok
> test profile_targets::profile_selection_check_all_targets_test ... ok
> test profiles::opt_level_override_0 ... ok
> test profiles::profile_doc_deprecated ... ok
> test profile_targets::profile_selection_doc ... ok
> test profile_targets::profile_selection_test ... ok
> test profiles::profile_lto_string_bool_dev ... ok
> test profile_targets::profile_selection_test_release ... ok
> test profiles::panic_unwind_does_not_build_twice ... ok
> test profiles::rustflags_requires_cargo_feature ... ok
> test profiles::profile_overrides ... ok
> test profiles::profile_in_non_root_manifest_triggers_a_warning ... ok
> test profiles::profile_panic_test_bench ... ok
> test profiles::profile_in_virtual_manifest_works ... ok
> test profiles::strip_passes_unknown_option_to_rustc ... ok
> test profiles::opt_level_overrides ... ok
> test profiles::rustflags_works ... ok
> test profiles::strip_accepts_true_to_strip_symbols ... ok
> test profiles::rustflags_works_with_env ... ok
> test profiles::strip_accepts_false_to_disable_strip ... ok
> test progress::bad_progress_config_missing_when ... ok
> test profile_config::profile_config_all_options ... ok
> test progress::bad_progress_config_missing_width ... ok
> test pub_priv::exported_priv_warning ... ignored, exported_private_dependencies lint is unstable
> test pub_priv::exported_pub_dep ... ignored, exported_private_dependencies lint is unstable
> test progress::bad_progress_config_unknown_when ... ok
> test pub_priv::pub_dev_dependency ... ok
> test pub_priv::requires_nightly_cargo ... ok
> test pub_priv::requires_feature ... ok
> test profiles::strip_works ... ok
> test publish::api_error_code ... ok
> test profiles::top_level_overrides_deps ... ok
> test publish::api_error_json ... ok
> test publish::block_publish_no_registry ... ok
> test publish::api_error_200 ... FAILED
> test publish::api_other_error ... FAILED
> test publish::credentials_ambiguous_filename ... ok
> test publish::dont_publish_dirty ... ok
> test publish::git_deps ... ok
> test progress::always_shows_progress ... ok
> test publish::in_package_workspace ... ok
> test publish::in_package_workspace_not_found ... ok
> test publish::in_package_workspace_found_multiple ... ok
> test publish::in_package_workspace_with_members_with_features_old ... ok
> test publish::in_virtual_workspace ... ok
> test publish::in_virtual_workspace_with_p ... ok
> test publish::index_requires_token ... ok
> test progress::never_progress ... ok
> test publish::new_crate_rejected ... ok
> test publish::path_dependency_no_version ... ok
> test publish::old_token_location ... ok
> test publish::publish_dev_dep_no_version ... ok
> test publish::publish_empty_list ... ok
> test publish::publish_fail_with_no_registry_specified ... ok
> test publish::dry_run ... ok
> test publish::ignore_when_crate_ignored ... ok
> test publish::publish_checks_for_token_before_verify ... ok
> test publish::publish_path_dependency_without_workspace ... ok
> test publish::publish_allowed_registry ... ok
> test publish::publish_clean ... ok
> test publish::publish_implicitly_to_only_allowed_registry ... ok
> test publish::publish_with_bad_source ... ok
> test publish::publish_with_missing_readme ... ok
> test publish::publish_git_with_version ... ok
> test publish::publish_in_sub_repo ... ok
> test publish::publish_with_no_default_features ... ok
> test publish::registry_not_in_publish_list ... ok
> test publish::publish_when_ignored ... ok
> test publish::registry_token_with_source_replacement ... ok
> test publish::publish_with_all_features ... ok
> test publish::simple ... ok
> test publish::simple_with_index ... ok
> test publish::unpublishable_crate ... ok
> test publish::with_duplicate_spec_in_members ... ok
> test publish::publish_with_crates_io_explicit ... ok
> test publish_lockfile::ignore_lockfile_inner ... ok
> test publish_lockfile::no_warn_workspace_extras ... ok
> test publish::publish_with_select_features ... ok
> test publish_lockfile::note_resolve_changes ... ok
> test publish_lockfile::outdated_lock_version_change_does_not_warn ... ok
> test publish_lockfile::no_lock_file_with_library ... ok
> test publish_lockfile::removed ... ok
> test publish_lockfile::lock_file_and_workspace ... ok
> test publish_lockfile::ignore_lockfile ... ok
> test publish_lockfile::warn_package_with_yanked ... ok
> test read_manifest::cargo_read_manifest_cwd ... ok
> test read_manifest::cargo_read_manifest_defaults_readme_if_true ... ok
> test read_manifest::cargo_read_manifest_default_readme ... ok
> test read_manifest::cargo_read_manifest_path_to_cargo_toml_absolute ... ok
> test read_manifest::cargo_read_manifest_path_to_cargo_toml_parent_absolute ... ok
> test read_manifest::cargo_read_manifest_path_to_cargo_toml_parent_relative ... ok
> test read_manifest::cargo_read_manifest_path_to_cargo_toml_relative ... ok
> test read_manifest::cargo_read_manifest_suppress_default_readme ... ok
> test read_manifest::cargo_read_manifest_with_specified_readme ... ok
> test publish_lockfile::package_lockfile_git_repo ... ok
> test registry::bad_and_or_malicious_packages_rejected_git ... ok
> test profiles::thin_lto_works ... ok
> test registry::bad_and_or_malicious_packages_rejected_http ... ok
> test publish::publish_with_patch ... ok
> test registry::bad_cksum_git ... ok
> test registry::bad_cksum_http ... ok
> test publish_lockfile::package_lockfile ... ok
> test registry::add_dep_dont_update_registry_http ... ok
> test publish_lockfile::warn_install_with_yanked ... ok
> test registry::add_dep_dont_update_registry_git ... ok
> test registry::bad_license_file_git ... ok
> test registry::bad_license_file_http ... ok
> test registry::bundled_crate_in_registry_git ... ok
> test registry::bundled_crate_in_registry_http ... ok
> test registry::bump_version_dont_update_registry_git ... ok
> test registry::bump_version_dont_update_registry_http ... ok
> test registry::deps_git ... ok
> test registry::dev_dependency_not_used_git ... ok
> test registry::disallow_network_git ... ok
> test registry::disallow_network_http ... ok
> test registry::fetch_downloads_git ... ok
> test registry::fetch_downloads_http ... ok
> test registry::http_requires_trailing_slash ... ok
> test registry::deps_http ... ok
> test registry::http_requires_z_flag ... ok
> test registry::ignore_invalid_json_lines_git ... ok
> test registry::dev_dependency_not_used_http ... ok
> test registry::ignore_invalid_json_lines_http ... ok
> test registry::ignores_unknown_index_version_git ... ok
> test registry::ignores_unknown_index_version_http ... ok
> test registry::git_and_registry_dep_git ... ok
> test registry::git_and_registry_dep_http ... ok
> test registry::login_with_differently_sized_token ... ok
> test registry::login_with_no_cargo_dir ... ok
> test registry::git_init_templatedir_missing_http ... ok
> test registry::git_init_templatedir_missing_git ... ok
> test registry::login_with_token_on_stdin ... ok
> test registry::mis_hyphenated_git ... ok
> test registry::mis_hyphenated_http ... ok
> test registry::nonexistent_git ... ok
> test registry::nonexistent_http ... ok
> test registry::lockfile_locks_git ... ok
> test registry::lockfile_locks_http ... ok
> test registry::lockfile_locks_transitively_git ... ok
> test registry::lockfile_locks_transitively_http ... ok
> test registry::only_download_relevant_git ... ok
> test registry::only_download_relevant_http ... ok
> test registry::registry_index_rejected_git ... ok
> test registry::registry_index_rejected_http ... ok
> test registry::package_lock_inside_package_is_overwritten ... ok
> test registry::readonly_registry_still_works_git ... ok
> test registry::relying_on_a_yank_is_bad_git ... ok
> test registry::relying_on_a_yank_is_bad_http ... ok
> test registry::readonly_registry_still_works_http ... ok
> test registry::package_with_path_deps_http ... ok
> test registry::package_with_path_deps_git ... ok
> test registry::resolve_and_backtracking_http ... ok
> test registry::resolve_and_backtracking_git ... ok
> test registry::update_backtracking_ok_git ... ok
> test registry::toml_lies_but_index_is_truth_git ... ok
> test registry::update_backtracking_ok_http ... ok
> test registry::simple_git ... ok
> test registry::simple_http ... ok
> test registry::toml_lies_but_index_is_truth_http ... ok
> test registry::rename_deps_and_features_git ... ok
> test registry::rename_deps_and_features_http ... ok
> test registry::update_multiple_packages_git ... ok
> test registry::update_multiple_packages_http ... ok
> test registry::update_same_prefix_oh_my_how_was_this_a_bug_git ... ok
> test registry::update_registry_git ... ok
> test registry::update_same_prefix_oh_my_how_was_this_a_bug_http ... ok
> test registry::update_lockfile_http ... ok
> test registry::update_lockfile_git ... ok
> test lto::cdylib_and_rlib ... ok
> test registry::update_registry_http ... ok
> test registry::update_publish_then_update_git ... ok
> test registry::update_with_lockfile_if_packages_missing_http ... ok
> test registry::update_with_lockfile_if_packages_missing_git ... ok
> test registry::update_transitive_dependency_git ... ok
> test registry::update_publish_then_update_http ... ok
> test registry::update_transitive_dependency_http ... ok
> test registry::use_semver_package_incorrectly_git ... ok
> test registry::use_semver_package_incorrectly_http ... ok
> test registry::upstream_warnings_on_extra_verbose_git ... ok
> test registry::use_semver_http ... ok
> test registry::upstream_warnings_on_extra_verbose_http ... ok
> test registry::use_semver_git ... ok
> test registry::wrong_case_git ... ok
> test registry::wrong_case_http ... ok
> test registry::vv_prints_warnings_git ... ok
> test registry::vv_prints_warnings_http ... ok
> test registry::wrong_version_git ... ok
> test registry::updating_a_dep_git ... ok
> test registry::updating_a_dep_http ... ok
> test registry::wrong_version_http ... ok
> test registry::yanks_are_not_used_git ... ok
> test registry::yanks_are_not_used_http ... ok
> test rename_deps::features_not_working ... ok
> test registry::yanks_in_lockfiles_are_ok_for_other_update_git ... ok
> test registry::yanks_in_lockfiles_are_ok_git ... ok
> test registry::yanks_in_lockfiles_are_ok_http ... ok
> test registry::yanks_in_lockfiles_are_ok_for_other_update_http ... ok
> test rename_deps::features_still_work ... ok
> test rename_deps::rename_dependency ... ok
> test rename_deps::rename_and_patch ... ok
> test rename_deps::lots_of_names ... ok
> test rename_deps::rename_affects_fingerprint ... ok
> test rename_deps::rename_twice ... ok
> test replace::invalid_semver_version ... ok
> test registry::yanks_in_lockfiles_are_ok_with_new_dep_git ... ok
> test replace::different_version ... ok
> test replace::missing_version ... ok
> test registry::yanks_in_lockfiles_are_ok_with_new_dep_http ... ok
> test rename_deps::rename_with_different_names ... ok
> test rename_deps::rename_with_dash ... ok
> test replace::multiple_specs ... ok
> test rename_deps::can_run_doc_tests ... ok
> test replace::override_plus_dep ... ok
> test replace::no_override_self ... ok
> test replace::locked_means_locked_yes_no_seriously_i_mean_locked ... ok
> test replace::no_warnings_when_replace_is_used_in_another_workspace_member ... ok
> test replace::override_an_override ... ok
> test replace::override_with_nothing ... ok
> test replace::override_simple ... ok
> test replace::override_wrong_version ... ok
> test replace::override_wrong_name ... ok
> test replace::override_adds_some_deps ... ok
> test replace::override_with_features ... ok
> test replace::override_with_setting_default_features ... ok
> test replace::test_override_dep ... ok
> test replace::update ... ok
> test required_features::bench_arg_features ... ignored, bench
> test required_features::bench_default_features ... ignored, bench
> test required_features::bench_multiple_required_features ... ignored, bench
> test replace::replace_registry_with_path ... ok
> test replace::persists_across_rebuilds ... ok
> test replace::override_with_default_feature ... ok
> test replace::overriding_nonexistent_no_spurious ... ok
> test replace::replace_to_path_dep ... ok
> test replace::transitive ... ok
> test replace::use_a_spec_to_select ... ok
> test required_features::build_bin_arg_features ... ok
> test required_features::build_example_arg_features ... ok
> test required_features::build_example_default_features ... ok
> test required_features::build_bin_default_features ... ok
> test required_features::build_bin_multiple_required_features ... ok
> test required_features::install_arg_features ... ok
> test required_features::run_default_multiple_required_features ... ok
> test required_features::build_example_multiple_required_features ... ok
> test required_features::run_default ... ok
> test required_features::test_arg_features ... ok
> test required_features::install_default_features ... ok
> test run::autobins_disables ... ok
> test required_features::renamed_required_features ... ok
> test run::bogus_default_run ... ok
> test required_features::dep_feature_in_toml ... ok
> test required_features::test_default_features ... ok
> test run::either_name_or_example ... ok
> test run::default_run_workspace ... ok
> test run::dashes_are_forwarded ... ok
> test required_features::dep_feature_in_cmd_line ... ok
> test run::exit_code ... ok
> test required_features::test_multiple_required_features ... ok
> test required_features::install_multiple_required_features ... ok
> test run::no_main_file ... ok
> test run::exit_code_verbose ... ok
> test run::quiet_arg_and_verbose_arg ... ok
> test required_features::test_skips_compiling_bin_with_missing_required_features ... ok
> test run::fail_no_extra_verbose ... ok
> test run::quiet_config_and_verbose_config ... ok
> test run::explicit_bin_with_args ... ok
> test run::example_with_release_flag ... ok
> test run::one_bin_multiple_examples ... ok
> test run::quiet_arg ... ok
> test run::run_bins ... ok
> test run::quiet_arg_and_verbose_config ... ok
> test run::quiet_config_alone ... ok
> test run::release_short_works ... ok
> test run::release_works ... ok
> test run::run_example_autodiscover_2015 ... ok
> test run::run_example_autodiscover_2015_with_autoexamples_disabled ... ok
> test run::library_paths_sorted_alphabetically ... ok
> test run::run_library_example ... ok
> test run::run_dylib_dep ... ok
> test run::run_bin_example ... ok
> test run::run_bin_different_name ... ok
> test run::run_example ... ok
> test run::run_example_autodiscover_2015_with_autoexamples_enabled ... ok
> test run::run_example_autodiscover_2018 ... ok
> test run::run_from_executable_folder ... ok
> test run::run_with_bin_dep ... ok
> test run::run_with_bin_deps ... ok
> test run::run_with_bin_dep_in_workspace ... ok
> test run::run_with_filename ... ok
> test run::run_workspace ... ok
> test run::simple ... ok
> test run::too_many_bins ... ok
> test run::simple_with_args ... ok
> test rust_version::rust_version_bad_caret ... ok
> test rust_version::rust_version_bad_nonsense ... ok
> test run::simple_with_non_utf8_args ... ok
> test rust_version::rust_version_bad_pre_release ... ok
> test rust_version::rust_version_older_than_edition ... ok
> test run::run_with_library_paths ... ok
> test run::run_multiple_packages ... ok
> test run::verbose_config_alone ... ok
> test run::verbose_arg_and_quiet_config ... ok
> test run::specify_default_run ... ok
> test rustc::build_lib_for_foo ... ok
> test rust_version::rust_version_satisfied ... ok
> test rustc::build_only_bar_dependency ... ok
> test run::specify_name ... ok
> test rust_version::rust_version_too_high ... ok
> test rust_version::rust_version_dependency_fails ... ok
> test rustc::build_foo_with_bar_dependency ... ok
> test rustc::build_main_and_allow_unstable_options ... ok
> test rustc::build_with_crate_type_for_foo ... ok
> test rustc::fail_with_glob ... ok
> test rustc::build_with_args_to_one_of_multiple_binaries ... ok
> test rustc::fail_with_multiple_packages ... ok
> test rustc::build_with_crate_type_for_foo_with_deps ... ok
> test rustc::build_with_crate_type_to_example ... ok
> test rustc::build_with_crate_types_for_foo ... ok
> test rustc::build_with_args_to_one_of_multiple_tests ... ok
> test rustc::fails_with_args_to_all_binaries ... ok
> test rustc::fails_when_trying_to_build_main_and_lib_with_args ... ok
> test rustc::build_with_crate_types_to_example ... ok
> test rustc::fails_with_crate_type_to_binary ... ok
> test rustc::fails_with_crate_type_to_multi_binaries ... ok
> test rustc::fails_with_crate_type_to_multi_examples ... ok
> test rustc::build_with_crate_types_to_one_of_multi_examples ... ok
> test rustc::rustc_with_print_cfg_config_toml ... ok
> test rustc::lib ... ok
> test rustc::rustc_with_print_cfg_rustflags_env_var ... ok
> test rustc::rustc_with_print_cfg_single_target ... ok
> test rustc::rustc_with_print_cfg_multiple_targets ... ok
> test rustdoc::fail_with_glob ... ok
> test rustc::rustc_fingerprint ... ok
> test rustc::rustc_test_with_implicit_bin ... ok
> test rustc::rustc_with_other_profile ... ok
> test rustc::targets_selected_default ... ok
> test rustc::targets_selected_all ... ok
> test rustdoc::features ... ok
> test rustdoc::proc_macro_crate_type ... ok
> test rustdoc::rustdoc_args ... ok
> test rustdoc::rustdoc_target ... ok
> test rustdoc_extern_html::alt_registry ... ignored, --extern-html-root-url is unstable
> test rustdoc::rustdoc_binary_args_passed ... ok
> test rustdoc_extern_html::lib_name ... ignored, --extern-html-root-url is unstable
> test rustdoc_extern_html::multiple_versions ... ignored, --extern-html-root-url is unstable
> test rustdoc_extern_html::rebuilds_when_changing ... ignored, --extern-html-root-url is unstable
> test rustdoc_extern_html::renamed_dep ... ignored, --extern-html-root-url is unstable
> test rustdoc_extern_html::simple ... ignored, --extern-html-root-url is unstable
> test rustdoc_extern_html::std_docs ... ignored, Broken, temporarily disabled until https://github.com/rust-lang/rust/pull/82776 is resolved.
> test rustdoc::rustdoc_foo_with_bar_dependency ... ok
> test rustdoc::rustdoc_only_bar_dependency ... ok
> test rustdocflags::bad_flags ... ok
> test rustdoc::rustdoc_same_name_documents_lib ... ok
> test rustdoc::rustdoc_simple ... ok
> test rustc_info_cache::rustc_info_cache ... ok
> test rustdocflags::parses_env ... ok
> test rustdocflags::parses_config ... ok
> test rustdoc_extern_html::ignores_on_stable ... ok
> test rustdocflags::rustdocflags_passed_to_rustdoc_through_cargo_test_only_once ... ok
> test rustdocflags::rustdocflags_passed_to_rustdoc_through_cargo_test ... ok
> test rustdocflags::rustdocflags_misspelled ... ok
> test rustflags::build_rustflags_build_script ... ok
> test rustflags::build_rustflags_build_script_dep ... ok
> test rustflags::build_rustflags_build_script_with_target ... ok
> test rustflags::build_rustflags_build_script_dep_with_target ... ok
> test rustdocflags::whitespace ... ok
> test rustflags::build_rustflags_no_recompile ... ok
> test rustdocflags::rerun ... ok
> test rustflags::build_rustflags_plugin ... ok
> test rustflags::build_rustflags_plugin_dep ... ok
> test rustflags::build_rustflags_normal_source ... ok
> test rustflags::build_rustflags_plugin_dep_with_target ... ok
> test rustflags::build_rustflags_plugin_with_target ... ok
> test rustflags::build_rustflags_recompile ... ok
> test rustflags::build_rustflags_with_home_config ... ok
> test rustflags::build_rustflags_recompile2 ... ok
> test rustc_info_cache::rustc_info_cache_with_wrappers ... ok
> test rustflags::build_rustflags_normal_source_with_target ... ok
> test rustflags::env_rustflags_build_script ... ok
> test rustflags::env_rustflags_build_script_dep ... ok
> test rustflags::env_rustflags_build_script_dep_with_target ... ok
> test rustflags::build_rustflags_for_build_scripts ... ok
> test rustflags::env_rustflags_build_script_with_target ... ok
> test rustflags::env_rustflags_build_script_with_target_doesnt_apply_to_host_kind ... ok
> test rustflags::env_rustflags_no_recompile ... ok
> test rustflags::env_rustflags_plugin ... ok
> test rustflags::env_rustflags_misspelled_build_script ... ok
> test rustflags::env_rustflags_plugin_dep ... ok
> test rustflags::env_rustflags_normal_source ... ok
> test rustflags::env_rustflags_plugin_with_target ... ok
> test rustflags::env_rustflags_plugin_dep_with_target ... ok
> test rustflags::cfg_rustflags_precedence ... ok
> test rustflags::env_rustflags_recompile ... ok
> test rustflags::env_rustflags_recompile2 ... ok
> test rustflags::cfg_rustflags_normal_source ... ok
> test rustflags::host_config_rustflags_with_target ... ok
> test rustflags::env_rustflags_normal_source_with_target ... ok
> test rustflags::env_rustflags_misspelled ... ok
> test rustflags::target_rustflags_also_for_build_scripts ... ok
> test rustflags::host_rustflags_for_build_scripts ... ok
> test rustflags::remap_path_prefix_ignored ... ok
> test rustflags::target_rustflags_precedence ... ok
> test rustflags::target_rustflags_normal_source ... ok
> test rustflags::remap_path_prefix_works ... ok
> test rustflags::target_rustflags_string_and_array_form1 ... ok
> test search::colored_results ... ok
> test search::multiple_query_params ... ok
> test search::ignore_quiet ... ok
> test standard_lib::basic ... ignored, requires nightly
> test standard_lib::bench ... ignored, requires nightly
> test standard_lib::cargo_config_injects_compiler_builtins ... ignored, requires nightly
> test standard_lib::check_core ... ignored, requires nightly
> test standard_lib::check_std ... ignored, requires nightly
> test standard_lib::depend_same_as_std ... ignored, requires nightly
> test standard_lib::different_features ... ignored, requires nightly
> test standard_lib::doc ... ignored, requires nightly
> test standard_lib::doctest ... ignored, requires nightly
> test standard_lib::fetch ... ignored, requires nightly
> test standard_lib::ignores_incremental ... ignored, requires nightly
> test standard_lib::lib_nostd ... ignored, requires nightly
> test standard_lib::macro_expanded_shadow ... ignored, requires nightly
> test standard_lib::no_implicit_alloc ... ignored, requires nightly
> test standard_lib::no_roots ... ignored, requires nightly
> test standard_lib::proc_macro_only ... ignored, requires nightly
> test standard_lib::simple_bin_std ... ignored, requires nightly
> test standard_lib::simple_lib_std ... ignored, requires nightly
> test standard_lib::target_proc_macro ... ignored, requires nightly
> test standard_lib::test ... ignored, requires nightly
> test search::replace_default ... ok
> test search::not_update ... ok
> test test::bench_without_name ... ok
> test search::simple ... ok
> test rustflags::target_rustflags_not_for_build_scripts_with_target ... ok
> test shell_quoting::features_are_quoted ... ok
> test rustflags::target_rustflags_string_and_array_form2 ... ok
> test test::bin_without_name ... ok
> test rustflags::two_matching_in_config ... ok
> test test::bad_example ... ok
> test test::can_not_no_run_doc_tests ... ok
> test test::bin_env_for_test ... ok
> test test::cargo_test_doctest_xcompile ... ignored, -Zdoctest-xcompile is unstable
> test test::cargo_test_doctest_xcompile_ignores ... ignored, -Zdoctest-xcompile is unstable
> test test::cargo_test_doctest_xcompile_no_runner ... ignored, -Zdoctest-xcompile is unstable
> test test::cargo_test_doctest_xcompile_runner ... ignored, -Zdoctest-xcompile is unstable
> test test::almost_cyclic_but_not_quite ... ok
> test test::bin_there_for_integration ... ok
> test test::bin_is_preserved ... ok
> test test::cargo_doc_test_quiet ... ok
> test test::cargo_test_env ... ok
> test test::build_then_selective_test ... ok
> test test::cargo_test_failing_test_in_lib ... ok
> test test::can_not_mix_doc_tests_and_regular_tests ... ok
> test test::cargo_test_failing_test_in_bin ... ok
> test test::bin_does_not_rebuild_tests ... ok
> test test::cargo_test_overflow_checks ... ok
> test test::cargo_test_quiet_no_harness ... ok
> test test::cargo_test_quiet_with_harness ... ok
> test test::cargo_test_failing_test_in_test ... ok
> test test::cargo_test_release ... ok
> test test::cfg_test_even_with_no_harness ... ok
> test test::cargo_test_verbose ... ok
> test test::cargo_test_twice ... ok
> test test::cyclic_dev ... ok
> test test::cargo_test_simple ... ok
> test test::dashes_to_underscores ... ok
> test test::cyclic_dev_dep_doc_test ... ok
> test test::doctest_only_with_dev_dep ... ok
> test test::dev_dep_with_build_script ... ok
> test test::dylib_doctest2 ... ok
> test test::doctest_skip_staticlib ... ok
> test test::doctest_feature ... ok
> test test::example_without_name ... ok
> test test::doctest_dev_dep ... ok
> test test::doctest_and_registry ... ok
> test test::dont_run_examples ... ok
> test test::example_with_dev_dep ... ok
> test test::dylib_doctest ... ok
> test test::execution_error ... ok
> test test::example_bin_same_name ... ok
> test test::external_test_implicit ... ok
> test test::external_test_explicit ... ok
> test test::external_test_named_test ... ok
> test test::example_dev_dep ... ok
> test test::filter_no_doc_tests ... ok
> test test::json_artifact_includes_executable_for_integration_tests ... ok
> test test::json_artifact_includes_executable_for_library_tests ... ok
> test test::json_artifact_includes_test_flag ... ok
> test test::lib_bin_same_name ... ok
> test test::lib_with_standard_name2 ... ok
> test test::lib_with_standard_name ... ok
> test test::panic_abort_only_test ... ignored, -Zpanic-abort-tests in rustc is unstable
> test test::panic_abort_test_profile_inherits ... ignored, -Zpanic-abort-tests in rustc is unstable
> test test::panic_abort_tests ... ignored, -Zpanic-abort-tests in rustc is unstable
> test test::find_dependency_of_proc_macro_dependency_with_target ... ok
> test test::lib_without_name ... ok
> test test::many_similar_names ... ok
> test test::only_test_docs ... ok
> test test::panic_abort_multiple ... ok
> test test::nonzero_exit_status ... ok
> test test::no_fail_fast ... ok
> test test::pass_through_command_line ... ok
> test test::selective_test_optional_dep ... ok
> test test::test_all_exclude_broken_glob ... ok
> test test::selective_test_wonky_profile ... ok
> test test::pass_correct_cfgs_flags_to_rustdoc ... ok
> test test::selective_testing_with_docs ... ok
> test test::test_all_exclude ... ok
> test test::publish_a_crate_without_tests ... ok
> test test::test_all_exclude_glob_not_found ... ok
> test test::test_all_exclude_glob ... ok
> test test::test_all_exclude_not_found ... ok
> test test::test_dep_with_dev ... ok
> test test::test_all_targets_lib ... ok
> test test::test_all_member_dependency_same_name ... ok
> test test::test_build_script_links ... ok
> test test::test_all_virtual_manifest ... ok
> test test::test_dylib ... ok
> test test::test_all_workspace ... ok
> test test::selective_testing ... ok
> test test::test_filtered_excludes_compiling_examples ... ok
> test test::test_hint_workspace_nonvirtual ... ok
> test test::test_multiple_packages ... ok
> test test::test_no_harness ... ok
> test test::test_hint_not_masked_by_doctest ... ok
> test test::test_many_with_features ... ok
> test test::test_no_run ... ok
> test test::test_many_targets ... ok
> test test::test_no_run_emit_json ... ok
> test test::test_panic_abort_with_dep ... ok
> test test::test_order ... ok
> test test::test_run_implicit_bench_target ... ok
> test test::test_run_implicit_bin_target ... ok
> test test::test_run_implicit_test_target ... ok
> test test::test_release_ignore_panic ... ok
> test test::test_run_specific_bin_target ... ok
> test test::test_run_specific_test_target ... ok
> test test::test_virtual_manifest_broken_glob ... ok
> test test::test_hint_workspace_virtual ... ok
> test test::test_virtual_manifest_glob_not_found ... ok
> test test::test_then_build ... ok
> test test::test_virtual_manifest_all_implied ... ok
> test test::test_without_name ... ok
> test test::test_virtual_manifest_glob ... ok
> test test::test_twice_with_build_cmd ... ok
> test test::test_virtual_manifest_one_project ... ok
> test test::test_with_example_twice ... ok
> test test::test_run_implicit_example_target ... ok
> test tool_paths::absolute_tools ... ok
> test tool_paths::cfg_ignored_fields ... ok
> test tool_paths::custom_linker_env ... ok
> test test::test_with_deep_lib_dep ... ok
> test tool_paths::custom_runner_cfg_collision ... ok
> test tool_paths::custom_runner_cfg ... ok
> test test::test_with_lib_dep ... ok
> test tool_paths::custom_runner_env ... ok
> test tool_paths::pathless_tools ... ok
> test tool_paths::custom_runner_cfg_precedence ... ok
> test tool_paths::custom_runner_env_overrides_config ... ok
> test tool_paths::relative_tools ... ok
> test tool_paths::custom_runner_env_true ... ok
> test tree::ambiguous_name ... ok
> test tree::charset ... ok
> test tree::dedupe_edges ... ok
> test tree::cyclic_dev_dep ... ok
> test tool_paths::target_in_environment_contains_lower_case ... ok
> test tree::cyclic_features ... ok
> test tree::dev_dep_cycle_with_feature ... ok
> test tool_paths::custom_runner ... ok
> test tree::duplicates_with_target ... ok
> test tree::dev_dep_cycle_with_feature_nested ... ok
> test tree::filters_target ... ok
> test tree::dev_dep_feature ... ok
> test tree::dep_kinds ... ok
> test tree::duplicates ... ok
> test tree::depth_limit ... ok
> test tree::features ... ok
> test tree::invert ... ok
> test tree::mixed_no_edge_kinds ... ok
> test tree::invert_with_build_dep ... ok
> test tree::no_dedupe ... ok
> test tree::itarget_opt_dep ... ok
> test tree::no_dedupe_cycle ... ok
> test tree::format ... ok
> test tree::no_indent ... ok
> test tree::prefix_depth ... ok
> test tree::host_dep_feature ... ok
> test tree::unknown_edge_kind ... ok
> test tree::renamed_deps ... ok
> test timings::timings_works ... ok
> test tree::source_kinds ... ok
> test tree::simple ... ok
> test tree_graph_features::dep_feature_various ... ok
> test tree::workspace_features_are_local ... ok
> test tree::prune ... ok
> test tree_graph_features::graph_features_ws_interdependent ... ok
> test unit_graph::gated ... ok
> test tree_graph_features::features_enables_inactive_target ... ok
> test unit_graph::simple ... ok
> test update::change_package_version ... ok
> test tree::virtual_workspace ... ok
> test update::add_dep_deep_new_requirement ... ok
> test tree::proc_macro_features ... ok
> test update::dry_run_update ... ok
> test update::preserve_top_comment ... ok
> test update::conservative ... ok
> test update::minor_update_two_places ... ok
> test update::everything_real_deep ... ok
> test update::precise_with_build_metadata ... ok
> test tree_graph_features::slash_feature_name ... ok
> test update::update_aggressive_without_package ... ok
> test update::update_precise_first_run ... ok
> test update::update_aggressive ... ok
> test update::update_precise ... ok
> test update::transitive_minor_update ... ok
> test update::workspace_only ... ok
> test update::update_precise_do_not_force_update_deps ... ok
> test update::update_precise_without_package ... ok
> test vendor::dependent_crates_in_crates ... ok
> test vendor::depend_on_vendor_dir_not_deleted ... ok
> test vendor::delete_old_crates ... ok
> test vendor::help ... ok
> test vendor::git_crlf_preservation ... ok
> test vendor::git_simple ... ok
> test vendor::ignore_files ... ok
> test vendor::no_remote_dependency_no_vendor ... ok
> test vendor::git_duplicate ... ok
> test vendor::included_files_only ... ok
> test vendor::ignore_hidden ... ok
> test vendor::package_exclude ... ok
> test update::update_via_new_member ... ok
> test update::update_via_new_dep ... ok
> test vendor::test_sync_argument ... ok
> test vendor::config_instructions_works ... ok
> test vendor::vendor_path_specified ... ok
> test vendor::update_versions ... ok
> test vendor::vendor_preserves_permissions ... ok
> test verify_project::cargo_verify_project_cwd ... ok
> test vendor::vendor_sample_config ... ok
> test verify_project::cargo_verify_project_path_to_cargo_toml_absolute ... ok
> test verify_project::cargo_verify_project_honours_unstable_features ... ok
> test verify_project::cargo_verify_project_path_to_cargo_toml_relative ... ok
> test vendor::two_explicit_versions ... ok
> test version::simple ... ok
> test version::verbose ... ok
> test version::version_works_with_bad_config ... ok
> test version::version_works_with_bad_target_dir ... ok
> test version::version_works_without_rustc ... ok
> test vendor::two_versions ... ok
> test vendor::vendor_simple ... ok
> test weak_dep_features::not_optional_dep ... ok
> test vendor::two_lockfiles ... ok
> test vendor::vendoring_git_crates ... ok
> test weak_dep_features::required_features ... ok
> test weak_dep_features::deferred ... ok
> test warn_on_failure::warning_on_lib_failure ... ok
> test weak_dep_features::publish ... ok
> test warn_on_failure::no_warning_on_bin_failure ... ok
> test weak_dep_features::optional_cli_syntax ... ok
> test warn_on_failure::no_warning_on_success ... ok
> test weak_dep_features::simple ... ok
> test workspaces::cycle ... ok
> test workspaces::dangling_member ... ok
> test weak_dep_features::weak_namespaced ... ok
> test workspaces::bare_workspace_ok ... ok
> test workspaces::error_if_parent_cargo_toml_is_invalid ... ok
> test workspaces::cargo_home_at_root_works ... ok
> test workspaces::ensure_correct_workspace_when_nested ... ok
> test weak_dep_features::tree ... ok
> test weak_dep_features::weak_with_host_decouple ... ok
> test workspaces::excluded_default_members_still_must_be_members ... ok
> test workspaces::exclude_members_preferred ... ok
> test workspaces::exclude_but_also_depend ... ok
> test workspaces::dont_recurse_out_of_cargo_home ... ok
> test workspaces::excluded_simple ... ok
> test workspaces::glob_syntax_invalid_members ... ok
> test workspaces::include_virtual ... ok
> test workspaces::fetch_fetches_all ... ok
> test workspaces::dep_used_with_separate_features ... ok
> test workspaces::invalid_members ... ok
> test workspaces::explicit_package_argument_works_with_virtual_manifest ... ok
> test workspaces::invalid_parent_pointer ... ok
> test workspaces::invalid_missing ... ok
> test workspaces::excluded_default_members_not_crate_glob ... ok
> test test::test_workspaces_cwd ... ok
> test workspaces::member_dep_missing ... ok
> test workspaces::lock_doesnt_change_depending_on_crate ... ok
> test workspaces::excluded_default_members_crate_glob ... ok
> test workspaces::new_warns_you_this_will_not_work ... ok
> test workspaces::new_warning_with_corrupt_ws ... ok
> test workspaces::lockfile_can_specify_nonexistent_members ... ok
> test workspaces::parent_doesnt_point_to_child ... ok
> test workspaces::inferred_root ... ok
> test workspaces::inferred_path_dep ... ok
> test workspaces::non_virtual_default_members_build_other_member ... ok
> test workspaces::members_include_path_deps ... ok
> test workspaces::path_dep_outside_workspace_is_not_member ... ok
> test workspaces::non_virtual_default_members_build_root_project ... ok
> test workspaces::same_names_in_workspace ... ok
> test workspaces::lock_works_for_everyone ... ok
> test workspaces::glob_syntax ... ok
> test workspaces::relative_path_for_root_works ... ok
> test workspaces::relative_path_for_member_works ... ok
> test workspaces::parent_pointer_works ... ok
> test workspaces::share_dependencies ... ok
> test workspaces::relative_rustc ... ok
> test workspaces::simple_explicit_default_members ... ok
> test workspaces::two_roots ... ok
> test workspaces::test_path_dependency_under_member ... ok
> test workspaces::simple_explicit ... ok
> test workspaces::virtual_default_member_is_not_a_member ... ok
> test workspaces::virtual_build_no_members ... ok
> test workspaces::virtual_misconfigure ... ok
> test workspaces::test_in_and_out_of_workspace ... ok
> test workspaces::virtual_default_members_build_other_member ... ok
> test workspaces::virtual_build_all_implied ... ok
> test workspaces::workspace_in_git ... ok
> test workspaces::workspace_isnt_root ... ok
> test workspaces::virtual_default_members ... ok
> test workspaces::rebuild_please ... ok
> test workspaces::virtual_works ... ok
> test workspaces::ws_err_unused ... ok
> test workspaces::ws_warn_path ... ok
> test workspaces::you_cannot_generate_lockfile_for_empty_workspaces ... ok
> test workspaces::ws_rustc_err ... ok
> test yank::inline_and_explicit_version ... ok
> test yank::explicit_version ... ok
> test yank::inline_version_without_name ... ok
> test yank::version_required ... ok
> test yank::inline_version ... ok
> test workspaces::transitive_path_dep ... ok
> test workspaces::ws_warn_unused ... ok
> test workspaces::workspace_with_transitive_dev_deps ... ok
> test workspaces::virtual_primary_package_env_var ... ok
> test workspaces::simple_primary_package_env_var ... ok
> 
> failures:
> 
> ---- publish::api_error_200 stdout ----
> running `/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/cargo publish --no-verify --registry alternative`
> req: Request {
>     url: Url {
>         scheme: "http",
>         cannot_be_a_base: false,
>         username: "",
>         password: None,
>         host: Some(
>             Ipv4(
>                 127.0.0.1,
>             ),
>         ),
>         port: Some(
>             38339,
>         ),
>         path: "/api/v1/crates/new",
>         query: None,
>         fragment: None,
>     },
>     method: "put",
>     authorization: Some(
>         "api-token",
>     ),
>     if_modified_since: None,
>     if_none_match: None,
> }
> thread 'publish::api_error_200' panicked at '
> test failed running `/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/cargo publish --no-verify --registry alternative`
> error: stderr did not match:
> 1   1         Updating [..]
> 2   2        Packaging foo v0.0.1 [..]
> 3   3        Uploading foo v0.0.1 [..]
> 4   4     error: failed to publish to registry at http://127.0.0.1:[..]/
> 5   5     
> 6   6     Caused by:
> 7        -  the remote server responded with an error: max upload size is 123
>     7    +  [55] Failed sending data to the peer (Send failure: Broken pipe)
> 
> 
> other output:
> 
> ', tests/testsuite/publish.rs:1531:10
> stack backtrace:
>    0: rust_begin_unwind
>              at /usr/src/rustc-1.70.0/library/std/src/panicking.rs:578:5
>    1: core::panicking::panic_fmt
>              at /usr/src/rustc-1.70.0/library/core/src/panicking.rs:67:14
>    2: cargo_test_support::panic_error::pe
>              at /usr/src/cargo-0.66.0+ds1/crates/cargo-test-support/src/lib.rs:66:9
>    3: cargo_test_support::panic_error
>              at /usr/src/cargo-0.66.0+ds1/crates/cargo-test-support/src/lib.rs:58:5
>    4: cargo_test_support::Execs::run
>              at /usr/src/cargo-0.66.0+ds1/crates/cargo-test-support/src/lib.rs:839:13
>    5: testsuite::publish::api_error_200
>              at /usr/src/cargo-0.66.0+ds1/tests/testsuite/publish.rs:1518:5
>    6: testsuite::publish::api_error_200::{{closure}}
>              at /usr/src/cargo-0.66.0+ds1/tests/testsuite/publish.rs:1487:1
>    7: core::ops::function::FnOnce::call_once
>              at /usr/src/rustc-1.70.0/library/core/src/ops/function.rs:250:5
>    8: core::ops::function::FnOnce::call_once
>              at /usr/src/rustc-1.70.0/library/core/src/ops/function.rs:250:5
> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
> 
> ---- publish::api_other_error stdout ----
> running `/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/cargo publish --no-verify --registry alternative`
> req: Request {
>     url: Url {
>         scheme: "http",
>         cannot_be_a_base: false,
>         username: "",
>         password: None,
>         host: Some(
>             Ipv4(
>                 127.0.0.1,
>             ),
>         ),
>         port: Some(
>             36337,
>         ),
>         path: "/api/v1/crates/new",
>         query: None,
>         fragment: None,
>     },
>     method: "put",
>     authorization: Some(
>         "api-token",
>     ),
>     if_modified_since: None,
>     if_none_match: None,
> }
> thread 'publish::api_other_error' panicked at '
> test failed running `/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/cargo publish --no-verify --registry alternative`
> error: stderr did not match:
> 1   1         Updating [..]
> 2   2        Packaging foo v0.0.1 [..]
> 3   3        Uploading foo v0.0.1 [..]
> 4   4     error: failed to publish to registry at http://127.0.0.1:[..]/
> 5   5     
> 6   6     Caused by:
> 7        -  invalid response from server
> 8        -
> 9        -Caused by:
> 10       -  response body was not valid utf-8
>     7    +  [55] Failed sending data to the peer (Send failure: Broken pipe)
> 
> 
> other output:
> 
> ', tests/testsuite/publish.rs:1683:10
> stack backtrace:
>    0: rust_begin_unwind
>              at /usr/src/rustc-1.70.0/library/std/src/panicking.rs:578:5
>    1: core::panicking::panic_fmt
>              at /usr/src/rustc-1.70.0/library/core/src/panicking.rs:67:14
>    2: cargo_test_support::panic_error::pe
>              at /usr/src/cargo-0.66.0+ds1/crates/cargo-test-support/src/lib.rs:66:9
>    3: cargo_test_support::panic_error
>              at /usr/src/cargo-0.66.0+ds1/crates/cargo-test-support/src/lib.rs:58:5
>    4: cargo_test_support::Execs::run
>              at /usr/src/cargo-0.66.0+ds1/crates/cargo-test-support/src/lib.rs:839:13
>    5: testsuite::publish::api_other_error
>              at /usr/src/cargo-0.66.0+ds1/tests/testsuite/publish.rs:1667:5
>    6: testsuite::publish::api_other_error::{{closure}}
>              at /usr/src/cargo-0.66.0+ds1/tests/testsuite/publish.rs:1636:1
>    7: core::ops::function::FnOnce::call_once
>              at /usr/src/rustc-1.70.0/library/core/src/ops/function.rs:250:5
>    8: core::ops::function::FnOnce::call_once
>              at /usr/src/rustc-1.70.0/library/core/src/ops/function.rs:250:5
> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
> 
> 
> failures:
>     publish::api_error_200
>     publish::api_other_error
> 
> test result: FAILED. 2462 passed; 2 failed; 142 ignored; 0 measured; 0 filtered out; finished in 333.96s
> 
> error: test failed, to rerun pass `--test testsuite`
> make[1]: *** [debian/rules:48: override_dh_auto_test-arch] Error 101


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/cargo_0.66.0+ds1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the Pkg-rust-maintainers mailing list