[Pkg-rust-maintainers] Bug#1026663: rust-sequoia-openpgp-mt: FTBFS: [nettle-sys 2.1.0] Failed to run rustfmt: No such file or directory (os error 2) (non-fatal, continuing)

Lucas Nussbaum lucas at debian.org
Tue Dec 20 17:42:14 GMT 2022


Source: rust-sequoia-openpgp-mt
Version: 0.1.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test -- test --all
> 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: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j8', '--target', 'x86_64-unknown-linux-gnu', '--all'],) {}
>    Compiling libc v0.2.138
>    Compiling cfg-if v1.0.0
>    Compiling version_check v0.9.4
>    Compiling memchr v2.5.0
>    Compiling proc-macro2 v1.0.47
>    Compiling unicode-ident v1.0.0
>    Compiling regex-syntax v0.6.27
>    Compiling quote v1.0.21
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.138 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_VERSION=0.2.138 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=138 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.138/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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d7a7efa806f398aa -C extra-filename=-d7a7efa806f398aa --out-dir /<<PKGBUILDDIR>>/target/debug/build/libc-d7a7efa806f398aa -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/version_check-0.9.4 CARGO_PKG_AUTHORS='Sergio Benitez <sb at sergio.bz>' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name version_check /<<PKGBUILDDIR>>/debian/cargo_registry/version_check-0.9.4/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=399d5d58b4b98c59 -C extra-filename=-399d5d58b4b98c59 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-1.0.0 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
> parameters. Structured like an if-else chain, the first matching branch is the
> item that gets emitted.
> ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name cfg_if --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-1.0.0/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=2ae3d82dad518aad -C extra-filename=-2ae3d82dad518aad --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 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=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.5.0/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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=56994d130e8b8267 -C extra-filename=-56994d130e8b8267 --out-dir /<<PKGBUILDDIR>>/target/debug/build/memchr-56994d130e8b8267 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.47 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>:Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_VERSION=1.0.47 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=47 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.47/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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=606107f777a4798b -C extra-filename=-606107f777a4798b --out-dir /<<PKGBUILDDIR>>/target/debug/build/proc-macro2-606107f777a4798b -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-ident-1.0.0 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name unicode_ident --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-ident-1.0.0/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=b18be38a27a886f6 -C extra-filename=-b18be38a27a886f6 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-syntax-0.6.27 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_VERSION=0.6.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name regex_syntax --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/regex-syntax-0.6.27/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="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=016db135b87ab253 -C extra-filename=-016db135b87ab253 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.21 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_VERSION=1.0.21 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.21/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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=db0533f9487f1b1c -C extra-filename=-db0533f9487f1b1c --out-dir /<<PKGBUILDDIR>>/target/debug/build/quote-db0533f9487f1b1c -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling once_cell v1.16.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/once_cell-1.16.0 CARGO_PKG_AUTHORS='Aleksey Kladov <aleksey.kladov at gmail.com>' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_VERSION=1.16.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name once_cell --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/once_cell-1.16.0/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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=600fbef92a6985ae -C extra-filename=-600fbef92a6985ae --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling autocfg v1.1.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/autocfg-1.1.0 CARGO_PKG_AUTHORS='Josh Stone <cuviper at gmail.com>' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 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 autocfg /<<PKGBUILDDIR>>/debian/cargo_registry/autocfg-1.1.0/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=323e1d607792af51 -C extra-filename=-323e1d607792af51 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling syn v1.0.103
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/syn-1.0.103 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_VERSION=1.0.103 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=103 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/syn-1.0.103/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=1349fcc052cc0b76 -C extra-filename=-1349fcc052cc0b76 --out-dir /<<PKGBUILDDIR>>/target/debug/build/syn-1349fcc052cc0b76 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling pkg-config v0.3.25
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/pkg-config-0.3.25 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in
> Cargo build scripts.
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name pkg_config /<<PKGBUILDDIR>>/debian/cargo_registry/pkg-config-0.3.25/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=0df47a0cca959e79 -C extra-filename=-0df47a0cca959e79 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: unreachable expression
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/pkg-config-0.3.25/src/lib.rs:401:9
>     |
> 397 |           return true;
>     |           ----------- any code following this expression is unreachable
> ...
> 401 | /         match self.targetted_env_var("PKG_CONFIG_ALLOW_CROSS") {
> 402 | |             // don't use pkg-config if explicitly disabled
> 403 | |             Some(ref val) if val == "0" => false,
> 404 | |             Some(_) => true,
> ...   |
> 410 | |             }
> 411 | |         }
>     | |_________^ unreachable expression
>     |
>     = note: `#[warn(unreachable_code)]` on by default
> 
>    Compiling glob v0.3.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=glob CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.3.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Support for matching file paths against Unix shell style patterns.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/glob' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glob CARGO_PKG_REPOSITORY='https://github.com/rust-lang/glob' 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 glob /<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.3.0/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=58c1449943e69da9 -C extra-filename=-58c1449943e69da9 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.3.0/src/lib.rs:294:32
>     |
> 294 |     fn cause(&self) -> Option<&Error> {
>     |                                ^^^^^
>     |
>     = note: `#[warn(bare_trait_objects)]` on by default
>     = 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`
>     |
> 294 -     fn cause(&self) -> Option<&Error> {
> 294 +     fn cause(&self) -> Option<&dyn Error> {
>     |
> 
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.3.0/src/lib.rs:291:20
>     |
> 291 |         self.error.description()
>     |                    ^^^^^^^^^^^
>     |
>     = note: `#[warn(deprecated)]` on by default
> 
>    Compiling cc v1.0.73
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cc-1.0.73 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native
> C compiler to compile native C code into a static archive to be linked into Rust
> code.
> ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cc-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cc-rs' CARGO_PKG_VERSION=1.0.73 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=73 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name cc --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/cc-1.0.73/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=b6ca34f0997c1e37 -C extra-filename=-b6ca34f0997c1e37 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling minimal-lexical v0.2.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/minimal-lexical-0.2.1 CARGO_PKG_AUTHORS='Alex Huszagh <ahuszagh at gmail.com>' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 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 minimal_lexical --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/minimal-lexical-0.2.1/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="std"' -C metadata=3c3179cfdeffd4d7 -C extra-filename=-3c3179cfdeffd4d7 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling parking_lot_core v0.9.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/parking_lot_core-0.9.3 CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu at gmail.com>' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/parking_lot_core-0.9.3/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=0204a3f02a792a4b -C extra-filename=-0204a3f02a792a4b --out-dir /<<PKGBUILDDIR>>/target/debug/build/parking_lot_core-0204a3f02a792a4b -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling crunchy v0.2.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/crunchy-0.2.2 CARGO_PKG_AUTHORS='Vurich <jackefransham at hotmail.co.uk>' CARGO_PKG_DESCRIPTION='Crunchy unroller: deterministically unroll constant loops' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crunchy CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/crunchy-0.2.2/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 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=4519e1d89d6ea6a1 -C extra-filename=-4519e1d89d6ea6a1 --out-dir /<<PKGBUILDDIR>>/target/debug/build/crunchy-4519e1d89d6ea6a1 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling bindgen v0.60.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.60.1 CARGO_PKG_AUTHORS='Jyun-Yan You <jyyou.tw at gmail.com>:Emilio Cobos Álvarez <emilio at crisal.io>:Nick Fitzgerald <fitzgen at gmail.com>:The Servo project developers' CARGO_PKG_DESCRIPTION='Automatically generates Rust FFI bindings to C and C++ libraries.' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/rust-bindgen/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bindgen CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-bindgen' CARGO_PKG_VERSION=0.60.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=60 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.60.1/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 --cfg 'feature="runtime"' -C metadata=cfbef65c1891d685 -C extra-filename=-cfbef65c1891d685 --out-dir /<<PKGBUILDDIR>>/target/debug/build/bindgen-cfbef65c1891d685 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling scopeguard v1.1.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/scopeguard-1.1.0 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope,
> even if the code between panics (assuming unwinding panic).
> 
> Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as
> shorthands for guards with one of the implemented strategies.
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 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 scopeguard /<<PKGBUILDDIR>>/debian/cargo_registry/scopeguard-1.1.0/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=8d7fef13415ab024 -C extra-filename=-8d7fef13415ab024 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling smallvec v1.9.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/smallvec-1.9.0 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_VERSION=1.9.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name smallvec --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/smallvec-1.9.0/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=23e1927bd285a17f -C extra-filename=-23e1927bd285a17f --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling log v0.4.17
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_VERSION=0.4.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.17/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=038473f96cd13392 -C extra-filename=-038473f96cd13392 --out-dir /<<PKGBUILDDIR>>/target/debug/build/log-038473f96cd13392 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-1.0.0 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
> parameters. Structured like an if-else chain, the first matching branch is the
> item that gets emitted.
> ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name cfg_if --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-1.0.0/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=e2b1451347d55021 -C extra-filename=-e2b1451347d55021 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling byteorder v1.4.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/byteorder-1.4.3 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_VERSION=1.4.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name byteorder --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/byteorder-1.4.3/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="std"' -C metadata=17197cd3cc74711b -C extra-filename=-17197cd3cc74711b --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling lazy_static v1.4.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lazy_static-1.4.0 CARGO_PKG_AUTHORS='Marvin Löbel <loebel.marvin at gmail.com>' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name lazy_static /<<PKGBUILDDIR>>/debian/cargo_registry/lazy_static-1.4.0/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=aaa8df54caa201ce -C extra-filename=-aaa8df54caa201ce --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling lazycell v1.3.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lazycell CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lazycell-1.3.0 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>:Nikita Pekin <contact at nikitapek.in>' CARGO_PKG_DESCRIPTION='A library providing a lazily filled Cell struct' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazycell CARGO_PKG_REPOSITORY='https://github.com/indiv0/lazycell' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 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 lazycell /<<PKGBUILDDIR>>/debian/cargo_registry/lazycell-1.3.0/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=75c4ac645f21c29e -C extra-filename=-75c4ac645f21c29e --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lazycell-1.3.0/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 associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lazycell-1.3.0/src/lib.rs:275:31
>     |
> 275 |         if LOCK != self.state.compare_and_swap(LOCK, SOME, Ordering::Release) {
>     |                               ^^^^^^^^^^^^^^^^
> 
> warning: `lazycell` (lib) generated 2 warnings
>    Compiling siphasher v0.3.10
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/siphasher-0.3.10 CARGO_PKG_AUTHORS='Frank Denis <github at pureftpd.org>' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_VERSION=0.3.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name siphasher --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/siphasher-0.3.10/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="std"' -C metadata=620793646199b409 -C extra-filename=-620793646199b409 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling fastrand v1.8.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/fastrand-1.8.0 CARGO_PKG_AUTHORS='Stjepan Glavina <stjepang at gmail.com>' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name fastrand --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/fastrand-1.8.0/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=f0e3349514e54c25 -C extra-filename=-f0e3349514e54c25 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: `glob` (lib) generated 2 warnings
>    Compiling peeking_take_while v0.1.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=peeking_take_while CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/peeking_take_while-0.1.2 CARGO_PKG_AUTHORS='Nick Fitzgerald <fitzgen at gmail.com>' CARGO_PKG_DESCRIPTION='Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=peeking_take_while CARGO_PKG_REPOSITORY='https://github.com/fitzgen/peeking_take_while' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name peeking_take_while /<<PKGBUILDDIR>>/debian/cargo_registry/peeking_take_while-0.1.2/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=0e174849b48c265f -C extra-filename=-0e174849b48c265f --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling rustc-hash v1.1.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/rustc-hash-1.1.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 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 rustc_hash /<<PKGBUILDDIR>>/debian/cargo_registry/rustc-hash-1.1.0/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="std"' -C metadata=75f0f6d5e3e00828 -C extra-filename=-75f0f6d5e3e00828 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling tiny-keccak v2.0.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/tiny-keccak-2.0.2 CARGO_PKG_AUTHORS='debris <marek.kotewicz at gmail.com>' CARGO_PKG_DESCRIPTION='An implementation of Keccak derived functions.' CARGO_PKG_HOMEPAGE='https://github.com/debris/tiny-keccak' CARGO_PKG_LICENSE=CC0-1.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-keccak CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=2.0.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/tiny-keccak-2.0.2/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 --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=fbfe6debbc78b9e1 -C extra-filename=-fbfe6debbc78b9e1 --out-dir /<<PKGBUILDDIR>>/target/debug/build/tiny-keccak-fbfe6debbc78b9e1 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling shlex v1.1.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/shlex-1.1.0 CARGO_PKG_AUTHORS='comex <comexk at gmail.com>:Fenhl <fenhl at fenhl.net>' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 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 shlex /<<PKGBUILDDIR>>/debian/cargo_registry/shlex-1.1.0/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="std"' -C metadata=1bd1c9250b32f37e -C extra-filename=-1bd1c9250b32f37e --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling bitflags v1.3.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.3.2 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
> ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name bitflags --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.3.2/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=20d48c240ddba57d -C extra-filename=-20d48c240ddba57d --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: `pkg-config` (lib) generated 1 warning
>    Compiling new_debug_unreachable v1.0.4
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=debug_unreachable CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/new_debug_unreachable-1.0.4 CARGO_PKG_AUTHORS='Matt Brubeck <mbrubeck at limpet.net>:Jonathan Reem <jonathan.reem at gmail.com>' CARGO_PKG_DESCRIPTION='panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=new_debug_unreachable CARGO_PKG_REPOSITORY='https://github.com/mbrubeck/rust-debug-unreachable' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name debug_unreachable --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/new_debug_unreachable-1.0.4/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=faa901e791173797 -C extra-filename=-faa901e791173797 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling either v1.6.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/either-1.6.1 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_REPOSITORY='https://github.com/bluss/either' CARGO_PKG_VERSION=1.6.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name either /<<PKGBUILDDIR>>/debian/cargo_registry/either-1.6.1/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=5c11ce87d61744a2 -C extra-filename=-5c11ce87d61744a2 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling crc32fast v1.3.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/crc32fast-1.3.2 CARGO_PKG_AUTHORS='Sam Rijs <srijs at airpost.net>:Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/crc32fast-1.3.2/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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=184faebdae288575 -C extra-filename=-184faebdae288575 --out-dir /<<PKGBUILDDIR>>/target/debug/build/crc32fast-184faebdae288575 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling bit-vec v0.6.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bit_vec CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bit-vec-0.6.3 CARGO_PKG_AUTHORS='Alexis Beingessner <a.beingessner at gmail.com>' CARGO_PKG_DESCRIPTION='A vector of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-vec' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-vec CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-vec' CARGO_PKG_VERSION=0.6.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name bit_vec /<<PKGBUILDDIR>>/debian/cargo_registry/bit-vec-0.6.3/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=2653eeebb058db87 -C extra-filename=-2653eeebb058db87 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling typenum v1.15.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/typenum-1.15.0 CARGO_PKG_AUTHORS='Paho Lurie-Gregg <paho at paholg.com>:Andre Bogus <bogusandre at gmail.com>' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at
>     compile time. It currently supports bits, unsigned integers, and signed
>     integers. It also provides a type-level array of type-level numbers, but its
>     implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_VERSION=1.15.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_main --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/typenum-1.15.0/build/main.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=25c4aae085a7606e -C extra-filename=-25c4aae085a7606e --out-dir /<<PKGBUILDDIR>>/target/debug/build/typenum-25c4aae085a7606e -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling smawk v0.3.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=smawk CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/smawk-0.3.1 CARGO_PKG_AUTHORS='Martin Geisler <martin at geisler.net>' CARGO_PKG_DESCRIPTION='Functions for finding row-minima in a totally monotone matrix.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smawk CARGO_PKG_REPOSITORY='https://github.com/mgeisler/smawk' 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 smawk --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/smawk-0.3.1/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=bf0213725514f692 -C extra-filename=-bf0213725514f692 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling precomputed-hash v0.1.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=precomputed_hash CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/precomputed-hash-0.1.1 CARGO_PKG_AUTHORS='Emilio Cobos Álvarez <emilio at crisal.io>' CARGO_PKG_DESCRIPTION='A library intending to be a base dependency to expose a precomputed hash' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=precomputed-hash CARGO_PKG_REPOSITORY='https://github.com/emilio/precomputed-hash' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name precomputed_hash /<<PKGBUILDDIR>>/debian/cargo_registry/precomputed-hash-0.1.1/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=69df31e133cbc3c1 -C extra-filename=-69df31e133cbc3c1 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling unicode-width v0.1.10
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-width-0.1.10 CARGO_PKG_AUTHORS='kwantam <kwantam at gmail.com>:Manish Goregaokar <manishsmail at gmail.com>' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types
> according to Unicode Standard Annex #11 rules.
> ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name unicode_width /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-width-0.1.10/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=cc931ca36b524ab3 -C extra-filename=-cc931ca36b524ab3 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling fixedbitset v0.4.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=fixedbitset CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/fixedbitset-0.4.2 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='FixedBitSet is a simple bitset collection' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fixedbitset CARGO_PKG_REPOSITORY='https://github.com/petgraph/fixedbitset' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name fixedbitset /<<PKGBUILDDIR>>/debian/cargo_registry/fixedbitset-0.4.2/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=be0193ccde17bb13 -C extra-filename=-be0193ccde17bb13 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling unicode-xid v0.2.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_xid CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-xid-0.2.0 CARGO_PKG_AUTHORS='erick.tryzelaar <erick.tryzelaar at gmail.com>:kwantam <kwantam at gmail.com>' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start
> or XID_Continue properties according to
> Unicode Standard Annex #31.
> ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-xid CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name unicode_xid /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-xid-0.2.0/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=6c0966754ec8abe2 -C extra-filename=-6c0966754ec8abe2 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling heck v0.4.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/heck-0.4.0 CARGO_PKG_AUTHORS='Without Boats <woboats at gmail.com>' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name heck --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/heck-0.4.0/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=f7dcd24c67f09336 -C extra-filename=-f7dcd24c67f09336 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling strsim v0.10.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/strsim-0.10.0 CARGO_PKG_AUTHORS='Danny Guo <danny at dannyguo.com>' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein,
> OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
> ' CARGO_PKG_HOMEPAGE='https://github.com/dguo/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_REPOSITORY='https://github.com/dguo/strsim-rs' CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name strsim /<<PKGBUILDDIR>>/debian/cargo_registry/strsim-0.10.0/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=37a7d7ff03eb89c5 -C extra-filename=-37a7d7ff03eb89c5 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling thiserror v1.0.37
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/thiserror-1.0.37 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/thiserror-1.0.37/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=f9232e140787aae4 -C extra-filename=-f9232e140787aae4 --out-dir /<<PKGBUILDDIR>>/target/debug/build/thiserror-f9232e140787aae4 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling diff v0.1.12
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=diff CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/diff-0.1.12 CARGO_PKG_AUTHORS='Utkarsh Kukreti <utkarshkukreti at gmail.com>' CARGO_PKG_DESCRIPTION='An LCS based slice and string diffing implementation.' CARGO_PKG_HOMEPAGE='https://github.com/utkarshkukreti/diff.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=diff CARGO_PKG_REPOSITORY='https://github.com/utkarshkukreti/diff.rs' CARGO_PKG_VERSION=0.1.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name diff /<<PKGBUILDDIR>>/debian/cargo_registry/diff-0.1.12/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=59e2bf5a77811072 -C extra-filename=-59e2bf5a77811072 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling lalrpop-util v0.19.8
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lalrpop_util CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-util-0.19.8 CARGO_PKG_AUTHORS='Niko Matsakis <niko at alum.mit.edu>' CARGO_PKG_DESCRIPTION='Runtime library for parsers generated by LALRPOP' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lalrpop-util CARGO_PKG_REPOSITORY='https://github.com/lalrpop/lalrpop' CARGO_PKG_VERSION=0.19.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name lalrpop_util --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-util-0.19.8/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="std"' -C metadata=e78f56122af493ba -C extra-filename=-e78f56122af493ba --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.3.2 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
> ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name bitflags --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.3.2/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=f240880b4efa574f -C extra-filename=-f240880b4efa574f --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling ansi_term v0.12.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=ansi_term CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1 CARGO_PKG_AUTHORS='ogham at bsago.me:Ryan Scheel (Havvy) <ryan.havvy at gmail.com>:Josh Triplett <josh at joshtriplett.org>' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colours and styles (bold, underline)' CARGO_PKG_HOMEPAGE='https://github.com/ogham/rust-ansi-term' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ansi_term CARGO_PKG_REPOSITORY='https://github.com/ogham/rust-ansi-term' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name ansi_term /<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1/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=a1f5f1d2868a627e -C extra-filename=-a1f5f1d2868a627e --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> warning: associated type `wstr` should have an upper camel case name
>  --> /usr/share/cargo/registry/ansi_term-0.12.1/src/write.rs:6:10
>   |
> 6 |     type wstr: ?Sized;
>   |          ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Wstr`
>   |
>   = note: `#[warn(non_camel_case_types)]` on by default
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /usr/share/cargo/registry/ansi_term-0.12.1/src/write.rs:15:23
>    |
> 15 | impl<'a> AnyWrite for fmt::Write + 'a {
>    |                       ^^^^^^^^^^^^^^^
>    |
>    = note: `#[warn(bare_trait_objects)]` on by default
>    = 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`
>    |
> 15 - impl<'a> AnyWrite for fmt::Write + 'a {
> 15 + impl<'a> AnyWrite for dyn fmt::Write + 'a {
>    |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /usr/share/cargo/registry/ansi_term-0.12.1/src/write.rs:29:23
>    |
> 29 | impl<'a> AnyWrite for io::Write + 'a {
>    |                       ^^^^^^^^^^^^^^
>    |
>    = 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`
>    |
> 29 - impl<'a> AnyWrite for io::Write + 'a {
> 29 + impl<'a> AnyWrite for dyn io::Write + 'a {
>    |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /usr/share/cargo/registry/ansi_term-0.12.1/src/ansi.rs:279:21
>     |
> 279 |         let f: &mut fmt::Write = f;
>     |                     ^^^^^^^^^^
>     |
>     = 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`
>     |
> 279 -         let f: &mut fmt::Write = f;
> 279 +         let f: &mut dyn fmt::Write = f;
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /usr/share/cargo/registry/ansi_term-0.12.1/src/ansi.rs:291:29
>     |
> 291 |                 let f: &mut fmt::Write = f;
>     |                             ^^^^^^^^^^
>     |
>     = 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`
>     |
> 291 -                 let f: &mut fmt::Write = f;
> 291 +                 let f: &mut dyn fmt::Write = f;
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /usr/share/cargo/registry/ansi_term-0.12.1/src/ansi.rs:295:29
>     |
> 295 |                 let f: &mut fmt::Write = f;
>     |                             ^^^^^^^^^^
>     |
>     = 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`
>     |
> 295 -                 let f: &mut fmt::Write = f;
> 295 +                 let f: &mut dyn fmt::Write = f;
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /usr/share/cargo/registry/ansi_term-0.12.1/src/ansi.rs:308:21
>     |
> 308 |         let f: &mut fmt::Write = f;
>     |                     ^^^^^^^^^^
>     |
>     = 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`
>     |
> 308 -         let f: &mut fmt::Write = f;
> 308 +         let f: &mut dyn fmt::Write = f;
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /usr/share/cargo/registry/ansi_term-0.12.1/src/display.rs:201:21
>     |
> 201 |         let w: &mut fmt::Write = f;
>     |                     ^^^^^^^^^^
>     |
>     = 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`
>     |
> 201 -         let w: &mut fmt::Write = f;
> 201 +         let w: &mut dyn fmt::Write = f;
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /usr/share/cargo/registry/ansi_term-0.12.1/src/display.rs:210:21
>     |
> 210 |         let w: &mut io::Write = w;
>     |                     ^^^^^^^^^
>     |
>     = 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`
>     |
> 210 -         let w: &mut io::Write = w;
> 210 +         let w: &mut dyn io::Write = w;
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /usr/share/cargo/registry/ansi_term-0.12.1/src/display.rs:229:21
>     |
> 229 |         let f: &mut fmt::Write = f;
>     |                     ^^^^^^^^^^
>     |
>     = 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`
>     |
> 229 -         let f: &mut fmt::Write = f;
> 229 +         let f: &mut dyn fmt::Write = f;
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /usr/share/cargo/registry/ansi_term-0.12.1/src/display.rs:239:21
>     |
> 239 |         let w: &mut io::Write = w;
>     |                     ^^^^^^^^^
>     |
>     = 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`
>     |
> 239 -         let w: &mut io::Write = w;
> 239 +         let w: &mut dyn io::Write = w;
>     |
> 
>    Compiling adler v1.0.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/adler-1.0.2 CARGO_PKG_AUTHORS='Jonas Schievink <jonasschievink at gmail.com>' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name adler /<<PKGBUILDDIR>>/debian/cargo_registry/adler-1.0.2/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=c61b16d20a9d4c1b -C extra-filename=-c61b16d20a9d4c1b --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling vec_map v0.8.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=vec_map CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/vec_map-0.8.1 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>:Jorge Aparicio <japaricious at gmail.com>:Alexis Beingessner <a.beingessner at gmail.com>:Brian Anderson <>:tbu- <>:Manish Goregaokar <>:Aaron Turon <aturon at mozilla.com>:Adolfo Ochagavía <>:Niko Matsakis <>:Steven Fackler <>:Chase Southwood <csouth3 at illinois.edu>:Eduard Burtescu <>:Florian Wilkens <>:Félix Raimundo <>:Tibor Benke <>:Markus Siemens <markus at m-siemens.de>:Josh Branchaud <jbranchaud at gmail.com>:Huon Wilson <dbau.pp at gmail.com>:Corey Farwell <coref at rwell.org>:Aaron Liblong <>:Nick Cameron <nrc at ncameron.org>:Patrick Walton <pcwalton at mimiga.net>:Felix S Klock II <>:Andrew Paseltiner <apaseltiner at gmail.com>:Sean McArthur <sean.monstar at gmail.com>:Vadim Petrochenkov <>' CARGO_PKG_DESCRIPTION='A simple map based on a vector for small integer keys' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/vec-map' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vec_map CARGO_PKG_REPOSITORY='https://github.com/contain-rs/vec-map' CARGO_PKG_VERSION=0.8.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name vec_map /<<PKGBUILDDIR>>/debian/cargo_registry/vec_map-0.8.1/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=79210ab0f5bd9852 -C extra-filename=-79210ab0f5bd9852 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unnecessary parentheses around type
>     --> /usr/share/cargo/registry/vec_map-0.8.1/src/lib.rs:1010:34
>      |
> 1010 |     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
>      |                                  ^     ^
>      |
>      = note: `#[warn(unused_parens)]` on by default
> help: remove these parentheses
>      |
> 1010 -     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
> 1010 +     fn next(&mut self) -> Option<&'a V> { self.iter.next().map(|e| e.1) }
>      |
> 
> warning: unnecessary parentheses around type
>     --> /usr/share/cargo/registry/vec_map-0.8.1/src/lib.rs:1017:39
>      |
> 1017 |     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
>      |                                       ^     ^
>      |
> help: remove these parentheses
>      |
> 1017 -     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
> 1017 +     fn next_back(&mut self) -> Option<&'a V> { self.iter.next_back().map(|e| e.1) }
>      |
> 
> warning: unnecessary parentheses around type
>     --> /usr/share/cargo/registry/vec_map-0.8.1/src/lib.rs:1023:34
>      |
> 1023 |     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
>      |                                  ^         ^
>      |
> help: remove these parentheses
>      |
> 1023 -     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
> 1023 +     fn next(&mut self) -> Option<&'a mut V> { self.iter_mut.next().map(|e| e.1) }
>      |
> 
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lazy_static-1.4.0 CARGO_PKG_AUTHORS='Marvin Löbel <loebel.marvin at gmail.com>' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name lazy_static /<<PKGBUILDDIR>>/debian/cargo_registry/lazy_static-1.4.0/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=c24a4f31426bed39 -C extra-filename=-c24a4f31426bed39 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling memsec v0.5.7
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memsec-0.5.7 CARGO_PKG_AUTHORS='quininer kel <quininer at live.com>' CARGO_PKG_DESCRIPTION='Rust implementation `libsodium/utils`.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memsec CARGO_PKG_REPOSITORY='https://github.com/quininer/memsec' CARGO_PKG_VERSION=0.5.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/memsec-0.5.7/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=e8d1bbb903496fdc -C extra-filename=-e8d1bbb903496fdc --out-dir /<<PKGBUILDDIR>>/target/debug/build/memsec-e8d1bbb903496fdc -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling anyhow v1.0.66
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/anyhow-1.0.66 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/anyhow-1.0.66/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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bcfe5c1b67f464fc -C extra-filename=-bcfe5c1b67f464fc --out-dir /<<PKGBUILDDIR>>/target/debug/build/anyhow-bcfe5c1b67f464fc -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: `vec_map` (lib) generated 3 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/smallvec-1.9.0 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_VERSION=1.9.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name smallvec --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/smallvec-1.9.0/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=d5b09a34935f6def -C extra-filename=-d5b09a34935f6def --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `ansi_term` (lib) generated 11 warnings
>    Compiling unicode-bidi v0.3.8
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-bidi-0.3.8 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name unicode_bidi --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-bidi-0.3.8/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="hardcoded-data"' --cfg 'feature="std"' -C metadata=fa15b8bed4c28dc4 -C extra-filename=-fa15b8bed4c28dc4 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-syntax-0.6.27 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_VERSION=0.6.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name regex_syntax --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/regex-syntax-0.6.27/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="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=808327d19d04e2c6 -C extra-filename=-808327d19d04e2c6 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling xxhash-rust v0.8.5
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=xxhash_rust CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/xxhash-rust-0.8.5 CARGO_PKG_AUTHORS='Douman <douman at gmx.se>' CARGO_PKG_DESCRIPTION='Implementation of xxhash' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSL-1.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xxhash-rust CARGO_PKG_REPOSITORY='https://github.com/DoumanAsh/xxhash-rust' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name xxhash_rust --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/xxhash-rust-0.8.5/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="xxh3"' -C metadata=239c5ab198c06bd9 -C extra-filename=-239c5ab198c06bd9 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling dyn-clone v1.0.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=dyn_clone CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/dyn-clone-1.0.2 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Clone trait that is object-safe' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dyn-clone CARGO_PKG_REPOSITORY='https://github.com/dtolnay/dyn-clone' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name dyn_clone --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/dyn-clone-1.0.2/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=533263f9b8d5d6cc -C extra-filename=-533263f9b8d5d6cc --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling base64 v0.13.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=base64 CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/base64-0.13.0 CARGO_PKG_AUTHORS='Alice Maz <alice at alicemaz.com>:Marshall Pierce <marshall at mpierce.org>' CARGO_PKG_DESCRIPTION='encodes and decodes base64 as bytes or utf8' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64 CARGO_PKG_REPOSITORY='https://github.com/marshallpierce/rust-base64' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name base64 --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/base64-0.13.0/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="std"' -C metadata=14994adbd177b1b1 -C extra-filename=-14994adbd177b1b1 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lalrpop_util CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-util-0.19.8 CARGO_PKG_AUTHORS='Niko Matsakis <niko at alum.mit.edu>' CARGO_PKG_DESCRIPTION='Runtime library for parsers generated by LALRPOP' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lalrpop-util CARGO_PKG_REPOSITORY='https://github.com/lalrpop/lalrpop' CARGO_PKG_VERSION=0.19.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name lalrpop_util --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-util-0.19.8/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="std"' -C metadata=dbb63bf957415972 -C extra-filename=-dbb63bf957415972 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling libloading v0.7.4
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libloading CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libloading-0.7.4 CARGO_PKG_AUTHORS='Simonas Kazlauskas <libloading at kazlauskas.me>' CARGO_PKG_DESCRIPTION='Bindings around the platform'\''s dynamic library loading primitives with greatly improved memory safety.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=ISC CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libloading CARGO_PKG_REPOSITORY='https://github.com/nagisa/rust_libloading/' CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name libloading /<<PKGBUILDDIR>>/debian/cargo_registry/libloading-0.7.4/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=fd60d6749f2b3762 -C extra-filename=-fd60d6749f2b3762 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/debug/deps/libcfg_if-2ae3d82dad518aad.rmeta --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/memchr-56994d130e8b8267/build-script-build`
> [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_simd
> [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse2
> [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse42
> [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_avx
>      Running `/<<PKGBUILDDIR>>/target/debug/build/memchr-56994d130e8b8267/build-script-build`
> [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_simd
> [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse2
> [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse42
> [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_avx
>      Running `/<<PKGBUILDDIR>>/target/debug/build/quote-db0533f9487f1b1c/build-script-build`
> [quote 1.0.21] cargo:rerun-if-changed=build.rs
>      Running `/<<PKGBUILDDIR>>/target/debug/build/proc-macro2-606107f777a4798b/build-script-build`
> [proc-macro2 1.0.47] cargo:rerun-if-changed=build.rs
>    Compiling ahash v0.7.6
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/ahash-0.7.6 CARGO_PKG_AUTHORS='Tom Kaitchuck <Tom.Kaitchuck at gmail.com>' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/ahash-0.7.6/./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=12038de11bea96ce -C extra-filename=-12038de11bea96ce --out-dir /<<PKGBUILDDIR>>/target/debug/build/ahash-12038de11bea96ce -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern version_check=/<<PKGBUILDDIR>>/target/debug/deps/libversion_check-399d5d58b4b98c59.rlib --cap-lints warn`
>    Compiling proc-macro-error-attr v1.0.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro-error-attr-1.0.3 CARGO_PKG_AUTHORS='CreepySkeleton <creepy-skeleton at yandex.ru>' CARGO_PKG_DESCRIPTION='Attribute macro for proc-macro-error crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-error-attr CARGO_PKG_REPOSITORY='https://gitlab.com/CreepySkeleton/proc-macro-error' 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 build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro-error-attr-1.0.3/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=447ebe10a60c1b40 -C extra-filename=-447ebe10a60c1b40 --out-dir /<<PKGBUILDDIR>>/target/debug/build/proc-macro-error-attr-447ebe10a60c1b40 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern version_check=/<<PKGBUILDDIR>>/target/debug/deps/libversion_check-399d5d58b4b98c59.rlib --cap-lints warn`
> [proc-macro2 1.0.47] cargo:rustc-cfg=use_proc_macro
> [proc-macro2 1.0.47] cargo:rustc-cfg=wrap_proc_macro
>    Compiling proc-macro-error v1.0.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro-error-1.0.3 CARGO_PKG_AUTHORS='CreepySkeleton <creepy-skeleton at yandex.ru>' CARGO_PKG_DESCRIPTION='Almost drop-in replacement to panics in proc-macros' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-error CARGO_PKG_REPOSITORY='https://gitlab.com/CreepySkeleton/proc-macro-error' 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 build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro-error-1.0.3/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=2e47f3ba6168d8a8 -C extra-filename=-2e47f3ba6168d8a8 --out-dir /<<PKGBUILDDIR>>/target/debug/build/proc-macro-error-2e47f3ba6168d8a8 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern version_check=/<<PKGBUILDDIR>>/target/debug/deps/libversion_check-399d5d58b4b98c59.rlib --cap-lints warn`
>    Compiling generic-array v0.14.4
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/generic-array-0.14.4 CARGO_PKG_AUTHORS='Bartłomiej Kamiński <fizyk20 at gmail.com>:Aaron Trent <novacrazy at gmail.com>' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_VERSION=0.14.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/generic-array-0.14.4/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=2f33a28e188af957 -C extra-filename=-2f33a28e188af957 --out-dir /<<PKGBUILDDIR>>/target/debug/build/generic-array-2f33a28e188af957 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern version_check=/<<PKGBUILDDIR>>/target/debug/deps/libversion_check-399d5d58b4b98c59.rlib --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libc-d7a7efa806f398aa/build-script-build`
> [libc 0.2.138] cargo:rerun-if-changed=build.rs
> [libc 0.2.138] cargo:rustc-cfg=freebsd11
> [libc 0.2.138] cargo:rustc-cfg=libc_priv_mod_use
> [libc 0.2.138] cargo:rustc-cfg=libc_union
> [libc 0.2.138] cargo:rustc-cfg=libc_const_size_of
> [libc 0.2.138] cargo:rustc-cfg=libc_align
> [libc 0.2.138] cargo:rustc-cfg=libc_int128
> [libc 0.2.138] cargo:rustc-cfg=libc_core_cvoid
> [libc 0.2.138] cargo:rustc-cfg=libc_packedN
> [libc 0.2.138] cargo:rustc-cfg=libc_cfg_target_vendor
> [libc 0.2.138] cargo:rustc-cfg=libc_non_exhaustive
> [libc 0.2.138] cargo:rustc-cfg=libc_ptr_addr_of
> [libc 0.2.138] cargo:rustc-cfg=libc_underscore_const_names
> [libc 0.2.138] cargo:rustc-cfg=libc_const_extern_fn
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libc-d7a7efa806f398aa/build-script-build`
> [libc 0.2.138] cargo:rerun-if-changed=build.rs
> [libc 0.2.138] cargo:rustc-cfg=freebsd11
> [libc 0.2.138] cargo:rustc-cfg=libc_priv_mod_use
> [libc 0.2.138] cargo:rustc-cfg=libc_union
> [libc 0.2.138] cargo:rustc-cfg=libc_const_size_of
> [libc 0.2.138] cargo:rustc-cfg=libc_align
> [libc 0.2.138] cargo:rustc-cfg=libc_int128
> [libc 0.2.138] cargo:rustc-cfg=libc_core_cvoid
> [libc 0.2.138] cargo:rustc-cfg=libc_packedN
> [libc 0.2.138] cargo:rustc-cfg=libc_cfg_target_vendor
> [libc 0.2.138] cargo:rustc-cfg=libc_non_exhaustive
> [libc 0.2.138] cargo:rustc-cfg=libc_ptr_addr_of
> [libc 0.2.138] cargo:rustc-cfg=libc_underscore_const_names
> [libc 0.2.138] cargo:rustc-cfg=libc_const_extern_fn
>    Compiling lock_api v0.4.9
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lock_api-0.4.9 CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu at gmail.com>' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/lock_api-0.4.9/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=a86dae8f23d688fe -C extra-filename=-a86dae8f23d688fe --out-dir /<<PKGBUILDDIR>>/target/debug/build/lock_api-a86dae8f23d688fe -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern autocfg=/<<PKGBUILDDIR>>/target/debug/deps/libautocfg-323e1d607792af51.rlib --cap-lints warn`
>    Compiling indexmap v1.9.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/indexmap-1.9.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_REPOSITORY='https://github.com/bluss/indexmap' CARGO_PKG_VERSION=1.9.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/indexmap-1.9.2/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=ca2f5cecff648144 -C extra-filename=-ca2f5cecff648144 --out-dir /<<PKGBUILDDIR>>/target/debug/build/indexmap-ca2f5cecff648144 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern autocfg=/<<PKGBUILDDIR>>/target/debug/deps/libautocfg-323e1d607792af51.rlib --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/syn-1349fcc052cc0b76/build-script-build`
> [syn 1.0.103] cargo:rustc-cfg=syn_disable_nightly_tests
>      Running `/<<PKGBUILDDIR>>/target/debug/build/parking_lot_core-0204a3f02a792a4b/build-script-build`
> [parking_lot_core 0.9.3] cargo:rerun-if-changed=build.rs
>      Running `/<<PKGBUILDDIR>>/target/debug/build/crunchy-4519e1d89d6ea6a1/build-script-build`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/log-038473f96cd13392/build-script-build`
> [log 0.4.17] cargo:rustc-cfg=atomic_cas
> [log 0.4.17] cargo:rustc-cfg=has_atomics
> [log 0.4.17] cargo:rerun-if-changed=build.rs
>    Compiling clang-sys v1.3.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-1.3.0 CARGO_PKG_AUTHORS='Kyle Mayes <kyle at mayeses.com>' CARGO_PKG_DESCRIPTION='Rust bindings for libclang.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clang-sys CARGO_PKG_REPOSITORY='https://github.com/KyleMayes/clang-sys' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 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 build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-1.3.0/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 --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=acc77cac56996062 -C extra-filename=-acc77cac56996062 --out-dir /<<PKGBUILDDIR>>/target/debug/build/clang-sys-acc77cac56996062 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern glob=/<<PKGBUILDDIR>>/target/debug/deps/libglob-58c1449943e69da9.rlib --cap-lints warn`
>    Compiling phf_shared v0.10.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/phf_shared-0.10.0 CARGO_PKG_AUTHORS='Steven Fackler <sfackler at gmail.com>' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-phf' CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name phf_shared --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/phf_shared-0.10.0/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="std"' -C metadata=bb019801b37e6068 -C extra-filename=-bb019801b37e6068 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern siphasher=/<<PKGBUILDDIR>>/target/debug/deps/libsiphasher-620793646199b409.rmeta --cap-lints warn`
>    Compiling itertools v0.10.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name itertools --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/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="use_alloc"' --cfg 'feature="use_std"' -C metadata=1b799e0263958703 -C extra-filename=-1b799e0263958703 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern either=/<<PKGBUILDDIR>>/target/debug/deps/libeither-5c11ce87d61744a2.rmeta --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/tiny-keccak-fbfe6debbc78b9e1/build-script-build`
>    Compiling bit-set v0.5.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bit_set CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bit-set-0.5.2 CARGO_PKG_AUTHORS='Alexis Beingessner <a.beingessner at gmail.com>' CARGO_PKG_DESCRIPTION='A set of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-set' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-set CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-set' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name bit_set /<<PKGBUILDDIR>>/debian/cargo_registry/bit-set-0.5.2/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=6623a9b000830771 -C extra-filename=-6623a9b000830771 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bit_vec=/<<PKGBUILDDIR>>/target/debug/deps/libbit_vec-2653eeebb058db87.rmeta --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/crc32fast-184faebdae288575/build-script-build`
> [crc32fast 1.3.2] cargo:rerun-if-changed=build.rs
>    Compiling miniz_oxide v0.5.4
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/miniz_oxide-0.5.4 CARGO_PKG_AUTHORS='Frommi <daniil.liferenko at gmail.com>:oyvindln <oyvindln at users.noreply.github.com>' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_VERSION=0.5.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name miniz_oxide --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/miniz_oxide-0.5.4/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=1e7fde17ac8751b3 -C extra-filename=-1e7fde17ac8751b3 --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 adler=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libadler-c61b16d20a9d4c1b.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> [crc32fast 1.3.2] cargo:rustc-cfg=crc32fast_stdarchx86
>      Running `/<<PKGBUILDDIR>>/target/debug/build/thiserror-f9232e140787aae4/build-script-build`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/typenum-25c4aae085a7606e/build-script-main`
> [typenum 1.15.0] cargo:rustc-env=TYPENUM_BUILD_CONSTS=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/typenum-fd85bd5cd5571514/out/consts.rs
> warning: unused attribute `inline`
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/flatten_ok.rs:141:5
>     |
> 141 |     #[inline]
>     |     ^^^^^^^^^
>     |
>     = note: `#[warn(unused_attributes)]` on by default
> note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `clone_fields`
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/flatten_ok.rs:142:5
>     |
> 142 |     clone_fields!(iter, inner_front, inner_back);
>     |     ^^^^^^^^^^^^
> 
> warning: unused attribute `inline`
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/rciter_impl.rs:54:5
>    |
> 54 |     #[inline]
>    |     ^^^^^^^^^
>    |
> note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `clone_fields`
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/rciter_impl.rs:55:5
>    |
> 55 |     clone_fields!(rciter);
>    |     ^^^^^^^^^^^^
> 
>    Compiling unicode-normalization v0.1.22
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-normalization-0.1.22 CARGO_PKG_AUTHORS='kwantam <kwantam at gmail.com>:Manish Goregaokar <manishsmail at gmail.com>' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of
> Unicode strings, including Canonical and Compatible
> Decomposition and Recomposition, as described in
> Unicode Standard Annex #15.
> ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_VERSION=0.1.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name unicode_normalization --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-normalization-0.1.22/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="std"' -C metadata=1242fffab11d1d38 -C extra-filename=-1242fffab11d1d38 --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 smallvec=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsmallvec-d5b09a34935f6def.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/memsec-e8d1bbb903496fdc/build-script-build`
>    Compiling bzip2-sys v0.1.9+1.0.8
> [typenum 1.15.0] cargo:rustc-env=TYPENUM_BUILD_OP=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/typenum-fd85bd5cd5571514/out/op.rs
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bzip2-sys-0.1.9 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='Bindings to libbzip2 for bzip2 compression and decompression exposed as
> Reader/Writer streams.
> ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/bzip2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bzip2-sys CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/bzip2-rs' CARGO_PKG_VERSION=0.1.9+1.0.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/bzip2-sys-0.1.9/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=551476aae259e6a3 -C extra-filename=-551476aae259e6a3 --out-dir /<<PKGBUILDDIR>>/target/debug/build/bzip2-sys-551476aae259e6a3 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cc=/<<PKGBUILDDIR>>/target/debug/deps/libcc-b6ca34f0997c1e37.rlib --extern pkg_config=/<<PKGBUILDDIR>>/target/debug/deps/libpkg_config-0df47a0cca959e79.rlib --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/memchr-6e540f03331e8f67/out rustc --crate-name memchr --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.5.0/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="std"' -C metadata=5c89e3e31e0e8720 -C extra-filename=-5c89e3e31e0e8720 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
> warning: `#[must_use]` has no effect when applied to a type alias
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/adaptors/mod.rs:495:1
>     |
> 495 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
>     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> warning: `#[must_use]` has no effect when applied to a type alias
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/adaptors/coalesce.rs:89:1
>    |
> 89 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
>    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> warning: `#[must_use]` has no effect when applied to a type alias
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/adaptors/coalesce.rs:116:1
>     |
> 116 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
>     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> warning: `#[must_use]` has no effect when applied to a type alias
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/adaptors/coalesce.rs:189:1
>     |
> 189 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
>     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> warning: `#[must_use]` has no effect when applied to a type alias
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/grouping_map.rs:42:1
>    |
> 42 | #[must_use = "GroupingMapBy is lazy and do nothing unless consumed"]
>    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> warning: `#[must_use]` has no effect when applied to a type alias
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/kmerge_impl.rs:107:1
>     |
> 107 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
>     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> warning: `#[must_use]` has no effect when applied to a type alias
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/duplicates_impl.rs:191:1
>     |
> 191 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
>     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/memchr-e0ed84d5dfd29927/out rustc --crate-name memchr --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.5.0/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="std"' -C metadata=f975a13af2204292 -C extra-filename=-f975a13af2204292 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/anyhow-bcfe5c1b67f464fc/build-script-build`
> warning: use of deprecated associated function `Itertools::fold1`: Use `Iterator::reduce` instead
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/concat_impl.rs:21:26
>    |
> 21 |     iterable.into_iter().fold1(|mut a, b| { a.extend(b); a }).unwrap_or_else(<_>::default)
>    |                          ^^^^^
>    |
>    = note: `#[warn(deprecated)]` on by default
> 
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.47 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>:Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_VERSION=1.0.47 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=47 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/proc-macro2-9cccbb8dcf1ff8a7/out rustc --crate-name proc_macro2 --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.47/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="proc-macro"' -C metadata=aa8ae3518bc48afa -C extra-filename=-aa8ae3518bc48afa --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern unicode_ident=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_ident-b18be38a27a886f6.rmeta --cap-lints warn --cfg use_proc_macro --cfg wrap_proc_macro`
> warning: use of deprecated associated function `Itertools::fold1`: Use `Iterator::reduce` instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/itertools-0.10.3/src/kmerge_impl.rs:219:19
>     |
> 219 |                  .fold1(size_hint::add)
>     |                   ^^^^^
> 
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.138 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_VERSION=0.2.138 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=138 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/libc-0e410537c1c82a08/out rustc --crate-name libc /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.138/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="std"' -C metadata=3fdb4defbc84f0e0 -C extra-filename=-3fdb4defbc84f0e0 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.138 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_VERSION=0.2.138 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=138 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/libc-9f78b5c004a39eff/out rustc --crate-name libc /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.138/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="std"' -C metadata=4658f0a8529c363e -C extra-filename=-4658f0a8529c363e --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/proc-macro-error-attr-447ebe10a60c1b40/build-script-build`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/proc-macro-error-2e47f3ba6168d8a8/build-script-build`
> [proc-macro-error 1.0.3] cargo:rustc-cfg=use_fallback
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=crunchy CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/crunchy-0.2.2 CARGO_PKG_AUTHORS='Vurich <jackefransham at hotmail.co.uk>' CARGO_PKG_DESCRIPTION='Crunchy unroller: deterministically unroll constant loops' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crunchy CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/crunchy-a29ea9dfe31cda77/out rustc --crate-name crunchy /<<PKGBUILDDIR>>/debian/cargo_registry/crunchy-0.2.2/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="limit_128"' -C metadata=83af2a21864cef4e -C extra-filename=-83af2a21864cef4e --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_VERSION=0.4.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/log-7e44a787a34d768b/out rustc --crate-name log /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.17/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=ca51e79fb6906ec5 -C extra-filename=-ca51e79fb6906ec5 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/debug/deps/libcfg_if-2ae3d82dad518aad.rmeta --cap-lints warn --cfg atomic_cas --cfg has_atomics`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/ahash-12038de11bea96ce/build-script-build`
> [ahash 0.7.6] cargo:rerun-if-changed=build.rs
> [ahash 0.7.6] cargo:rustc-cfg=feature="runtime-rng"
> [ahash 0.7.6] cargo:rustc-cfg=feature="folded_multiply"
>      Running `/<<PKGBUILDDIR>>/target/debug/build/generic-array-2f33a28e188af957/build-script-build`
> [generic-array 0.14.4] cargo:rustc-cfg=relaxed_coherence
>      Running `/<<PKGBUILDDIR>>/target/debug/build/lock_api-a86dae8f23d688fe/build-script-build`
> [lock_api 0.4.9] cargo:rustc-cfg=has_const_fn_trait_bound
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/crc32fast-1.3.2 CARGO_PKG_AUTHORS='Sam Rijs <srijs at airpost.net>:Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/crc32fast-c9109d8b0c4bea3a/out rustc --crate-name crc32fast /<<PKGBUILDDIR>>/debian/cargo_registry/crc32fast-1.3.2/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="std"' -C metadata=a209916bf91c1cf7 -C extra-filename=-a209916bf91c1cf7 --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 cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-e2b1451347d55021.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry --cfg crc32fast_stdarchx86`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/indexmap-ca2f5cecff648144/build-script-build`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=memsec CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memsec-0.5.7 CARGO_PKG_AUTHORS='quininer kel <quininer at live.com>' CARGO_PKG_DESCRIPTION='Rust implementation `libsodium/utils`.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memsec CARGO_PKG_REPOSITORY='https://github.com/quininer/memsec' CARGO_PKG_VERSION=0.5.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/memsec-01599cbe6fcc60e3/out rustc --crate-name memsec /<<PKGBUILDDIR>>/debian/cargo_registry/memsec-0.5.7/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=9d7fa4a73c4c5283 -C extra-filename=-9d7fa4a73c4c5283 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> [indexmap 1.9.2] cargo:rustc-cfg=has_std
> [indexmap 1.9.2] cargo:rerun-if-changed=build.rs
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/typenum-1.15.0 CARGO_PKG_AUTHORS='Paho Lurie-Gregg <paho at paholg.com>:Andre Bogus <bogusandre at gmail.com>' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at
>     compile time. It currently supports bits, unsigned integers, and signed
>     integers. It also provides a type-level array of type-level numbers, but its
>     implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_VERSION=1.15.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/typenum-fd85bd5cd5571514/out TYPENUM_BUILD_CONSTS=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/typenum-fd85bd5cd5571514/out/consts.rs TYPENUM_BUILD_OP=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/typenum-fd85bd5cd5571514/out/op.rs rustc --crate-name typenum --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/typenum-1.15.0/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=153607fc0a932aa8 -C extra-filename=-153607fc0a932aa8 --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/clang-sys-acc77cac56996062/build-script-build`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/bzip2-sys-551476aae259e6a3/build-script-build`
> [bzip2-sys 0.1.9+1.0.8] cargo:rustc-link-lib=bz2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/anyhow-1.0.66 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/anyhow-14a60b2b82d0b1bd/out rustc --crate-name anyhow --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/anyhow-1.0.66/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="std"' -C metadata=7cf15d874bdbd95e -C extra-filename=-7cf15d874bdbd95e --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling aho-corasick v0.7.19
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/aho-corasick-0.7.19 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_VERSION=0.7.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name aho_corasick --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/aho-corasick-0.7.19/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="std"' -C metadata=9737c6be33b006b3 -C extra-filename=-9737c6be33b006b3 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern memchr=/<<PKGBUILDDIR>>/target/debug/deps/libmemchr-5c89e3e31e0e8720.rmeta --cap-lints warn`
>    Compiling nom v7.1.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/nom-7.1.1 CARGO_PKG_AUTHORS='contact at geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_VERSION=7.1.1 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name nom --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/nom-7.1.1/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="alloc"' --cfg 'feature="std"' -C metadata=63497241c05466df -C extra-filename=-63497241c05466df --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern memchr=/<<PKGBUILDDIR>>/target/debug/deps/libmemchr-5c89e3e31e0e8720.rmeta --extern minimal_lexical=/<<PKGBUILDDIR>>/target/debug/deps/libminimal_lexical-3c3179cfdeffd4d7.rmeta --cap-lints warn`
>    Compiling idna v0.3.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/idna-0.3.0 CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' 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 idna --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/idna-0.3.0/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=2e6504dc9e5b86fc -C extra-filename=-2e6504dc9e5b86fc --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 unicode_bidi=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_bidi-fa15b8bed4c28dc4.rmeta --extern unicode_normalization=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_normalization-1242fffab11d1d38.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `itertools` (lib) generated 11 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/aho-corasick-0.7.19 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_VERSION=0.7.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name aho_corasick --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/aho-corasick-0.7.19/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="std"' -C metadata=34caabdaa81f8009 -C extra-filename=-34caabdaa81f8009 --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-f975a13af2204292.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.21 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_VERSION=1.0.21 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/quote-2d7ca8ee408d38a6/out rustc --crate-name quote --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.21/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="proc-macro"' -C metadata=480a68ab7e77f79c -C extra-filename=-480a68ab7e77f79c --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-aa8ae3518bc48afa.rmeta --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=tiny_keccak CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/tiny-keccak-2.0.2 CARGO_PKG_AUTHORS='debris <marek.kotewicz at gmail.com>' CARGO_PKG_DESCRIPTION='An implementation of Keccak derived functions.' CARGO_PKG_HOMEPAGE='https://github.com/debris/tiny-keccak' CARGO_PKG_LICENSE=CC0-1.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-keccak CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=2.0.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/tiny-keccak-22be445bef41b6f1/out rustc --crate-name tiny_keccak --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/tiny-keccak-2.0.2/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="sha3"' -C metadata=ea2470b0e9c99a93 -C extra-filename=-ea2470b0e9c99a93 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern crunchy=/<<PKGBUILDDIR>>/target/debug/deps/libcrunchy-83af2a21864cef4e.rmeta --cap-lints warn`
> warning: struct `EncodedLen` is never constructed
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/tiny-keccak-2.0.2/src/lib.rs:269:8
>     |
> 269 | struct EncodedLen {
>     |        ^^^^^^^^^^
>     |
>     = note: `#[warn(dead_code)]` on by default
> 
> warning: associated function `value` is never used
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/tiny-keccak-2.0.2/src/lib.rs:275:8
>     |
> 275 |     fn value(&self) -> &[u8] {
>     |        ^^^^^
> 
> warning: function `left_encode` is never used
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/tiny-keccak-2.0.2/src/lib.rs:280:4
>     |
> 280 | fn left_encode(len: usize) -> EncodedLen {
>     |    ^^^^^^^^^^^
> 
> warning: function `right_encode` is never used
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/tiny-keccak-2.0.2/src/lib.rs:292:4
>     |
> 292 | fn right_encode(len: usize) -> EncodedLen {
>     |    ^^^^^^^^^^^^
> 
> warning: associated function `reset` is never used
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/tiny-keccak-2.0.2/src/lib.rs:469:8
>     |
> 469 |     fn reset(&mut self) {
>     |        ^^^^^
> 
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lock_api-0.4.9 CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu at gmail.com>' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/lock_api-acebf3047994af3f/out rustc --crate-name lock_api --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/lock_api-0.4.9/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=7a9b7fe59ecd5598 -C extra-filename=-7a9b7fe59ecd5598 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern scopeguard=/<<PKGBUILDDIR>>/target/debug/deps/libscopeguard-8d7fef13415ab024.rmeta --cap-lints warn --cfg has_const_fn_trait_bound`
> warning: `tiny-keccak` (lib) generated 5 warnings
>    Compiling ena v0.14.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=ena CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/ena-0.14.0 CARGO_PKG_AUTHORS='Niko Matsakis <niko at alum.mit.edu>' CARGO_PKG_DESCRIPTION='Union-find, congruence closure, and other unification code. Based on code from rustc.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/ena' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ena CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/ena' CARGO_PKG_VERSION=0.14.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name ena /<<PKGBUILDDIR>>/debian/cargo_registry/ena-0.14.0/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=d4f6e5b0b2332910 -C extra-filename=-d4f6e5b0b2332910 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern log=/<<PKGBUILDDIR>>/target/debug/deps/liblog-ca51e79fb6906ec5.rmeta --cap-lints warn`
>    Compiling flate2 v1.0.24
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/flate2-1.0.24 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>:Josh Triplett <josh at joshtriplett.org>' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
> Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
> and raw deflate streams.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_VERSION=1.0.24 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name flate2 --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/flate2-1.0.24/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="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=762f2021ff62c53a -C extra-filename=-762f2021ff62c53a --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 crc32fast=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcrc32fast-a209916bf91c1cf7.rmeta --extern miniz_oxide=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libminiz_oxide-1e7fde17ac8751b3.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling getrandom v0.2.8
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/getrandom-0.2.8 CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_VERSION=0.2.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name getrandom --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/getrandom-0.2.8/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=ab61ca838302a0ba -C extra-filename=-ab61ca838302a0ba --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/debug/deps/libcfg_if-2ae3d82dad518aad.rmeta --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-3fdb4defbc84f0e0.rmeta --cap-lints warn`
>    Compiling dirs-sys v0.3.7
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=dirs_sys CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/dirs-sys-0.3.7 CARGO_PKG_AUTHORS='Simon Ochsenreither <simon at ochsenreither.de>' CARGO_PKG_DESCRIPTION='System-level helper functions for the dirs and directories crates.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys CARGO_PKG_REPOSITORY='https://github.com/dirs-dev/dirs-sys-rs' CARGO_PKG_VERSION=0.3.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name dirs_sys /<<PKGBUILDDIR>>/debian/cargo_registry/dirs-sys-0.3.7/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=446f9c14d68516b1 -C extra-filename=-446f9c14d68516b1 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-3fdb4defbc84f0e0.rmeta --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/parking_lot_core-0.9.3 CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu at gmail.com>' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/parking_lot_core-b8cc3346569f0f6e/out rustc --crate-name parking_lot_core --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/parking_lot_core-0.9.3/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=759741df54da32da -C extra-filename=-759741df54da32da --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/debug/deps/libcfg_if-2ae3d82dad518aad.rmeta --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-3fdb4defbc84f0e0.rmeta --extern smallvec=/<<PKGBUILDDIR>>/target/debug/deps/libsmallvec-23e1927bd285a17f.rmeta --cap-lints warn`
>    Compiling remove_dir_all v0.7.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=remove_dir_all CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/remove_dir_all-0.7.0 CARGO_PKG_AUTHORS='Erin P. <xampprocky at gmail.com>:Robert C. <robertc at robertcollins.net>' CARGO_PKG_DESCRIPTION='A safe, reliable implementation of remove_dir_all for Windows' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=remove_dir_all CARGO_PKG_REPOSITORY='https://github.com/XAMPPRocky/remove_dir_all.git' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name remove_dir_all --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/remove_dir_all-0.7.0/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=74bb64890647054b -C extra-filename=-74bb64890647054b --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-3fdb4defbc84f0e0.rmeta --cap-lints warn`
>    Compiling atty v0.2.14
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=atty CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/atty-0.2.14 CARGO_PKG_AUTHORS='softprops <d.tangren at gmail.com>' CARGO_PKG_DESCRIPTION='A simple interface for querying atty' CARGO_PKG_HOMEPAGE='https://github.com/softprops/atty' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atty CARGO_PKG_REPOSITORY='https://github.com/softprops/atty' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name atty /<<PKGBUILDDIR>>/debian/cargo_registry/atty-0.2.14/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=f49f5a35465494d4 -C extra-filename=-f49f5a35465494d4 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-3fdb4defbc84f0e0.rmeta --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/bindgen-cfbef65c1891d685/build-script-build`
> [bindgen 0.60.1] cargo:rerun-if-env-changed=LLVM_CONFIG_PATH
> [bindgen 0.60.1] cargo:rerun-if-env-changed=LIBCLANG_PATH
> [bindgen 0.60.1] cargo:rerun-if-env-changed=LIBCLANG_STATIC_PATH
> [bindgen 0.60.1] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS
> [bindgen 0.60.1] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS_x86_64-unknown-linux-gnu
> [bindgen 0.60.1] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS_x86_64_unknown_linux_gnu
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=clang_sys CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-1.3.0 CARGO_PKG_AUTHORS='Kyle Mayes <kyle at mayeses.com>' CARGO_PKG_DESCRIPTION='Rust bindings for libclang.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clang-sys CARGO_PKG_REPOSITORY='https://github.com/KyleMayes/clang-sys' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/clang-sys-d67021f4e3b96045/out rustc --crate-name clang_sys /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-1.3.0/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="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=ca82f41829a17e05 -C extra-filename=-ca82f41829a17e05 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern glob=/<<PKGBUILDDIR>>/target/debug/deps/libglob-58c1449943e69da9.rmeta --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-3fdb4defbc84f0e0.rmeta --extern libloading=/<<PKGBUILDDIR>>/target/debug/deps/liblibloading-fd60d6749f2b3762.rmeta --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=atty CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/atty-0.2.14 CARGO_PKG_AUTHORS='softprops <d.tangren at gmail.com>' CARGO_PKG_DESCRIPTION='A simple interface for querying atty' CARGO_PKG_HOMEPAGE='https://github.com/softprops/atty' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atty CARGO_PKG_REPOSITORY='https://github.com/softprops/atty' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name atty /<<PKGBUILDDIR>>/debian/cargo_registry/atty-0.2.14/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=953ca321d570f6de -C extra-filename=-953ca321d570f6de --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 libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-4658f0a8529c363e.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bzip2_sys CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bzip2-sys-0.1.9 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='Bindings to libbzip2 for bzip2 compression and decompression exposed as
> Reader/Writer streams.
> ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/bzip2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bzip2-sys CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/bzip2-rs' CARGO_PKG_VERSION=0.1.9+1.0.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/bzip2-sys-f0455da774bfe86a/out rustc --crate-name bzip2_sys /<<PKGBUILDDIR>>/debian/cargo_registry/bzip2-sys-0.1.9/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=b83ec61ba9204a57 -C extra-filename=-b83ec61ba9204a57 --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 libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-4658f0a8529c363e.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -l bz2`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/getrandom-0.2.8 CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_VERSION=0.2.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name getrandom --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/getrandom-0.2.8/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=c58eabdebe79b97c -C extra-filename=-c58eabdebe79b97c --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 cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-e2b1451347d55021.rmeta --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-4658f0a8529c363e.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling num_cpus v1.14.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/num_cpus-1.14.0 CARGO_PKG_AUTHORS='Sean McArthur <sean at seanmonstar.com>' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_VERSION=1.14.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name num_cpus /<<PKGBUILDDIR>>/debian/cargo_registry/num_cpus-1.14.0/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=f24732ba9e9ada3c -C extra-filename=-f24732ba9e9ada3c --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 libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-4658f0a8529c363e.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/syn-1.0.103 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_VERSION=1.0.103 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=103 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/syn-c051dca8245e6096/out rustc --crate-name syn --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/syn-1.0.103/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=538ca7afe7cb9f0f -C extra-filename=-538ca7afe7cb9f0f --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-aa8ae3518bc48afa.rmeta --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-480a68ab7e77f79c.rmeta --extern unicode_ident=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_ident-b18be38a27a886f6.rmeta --cap-lints warn --cfg syn_disable_nightly_tests`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=generic_array CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/generic-array-0.14.4 CARGO_PKG_AUTHORS='Bartłomiej Kamiński <fizyk20 at gmail.com>:Aaron Trent <novacrazy at gmail.com>' CARGO_PKG_DESCRIPTION='Generic types implementing functionality of arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=generic-array CARGO_PKG_REPOSITORY='https://github.com/fizyk20/generic-array.git' CARGO_PKG_VERSION=0.14.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/generic-array-83c608804336e816/out rustc --crate-name generic_array /<<PKGBUILDDIR>>/debian/cargo_registry/generic-array-0.14.4/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=a12dce1de9fa246a -C extra-filename=-a12dce1de9fa246a --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 typenum=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtypenum-153607fc0a932aa8.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry --cfg relaxed_coherence`
>    Compiling regex v1.7.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.7.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses
> finite automata and guarantees linear time matching on all inputs.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name regex --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.7.0/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="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=3545d6eb10669f09 -C extra-filename=-3545d6eb10669f09 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern aho_corasick=/<<PKGBUILDDIR>>/target/debug/deps/libaho_corasick-9737c6be33b006b3.rmeta --extern memchr=/<<PKGBUILDDIR>>/target/debug/deps/libmemchr-5c89e3e31e0e8720.rmeta --extern regex_syntax=/<<PKGBUILDDIR>>/target/debug/deps/libregex_syntax-016db135b87ab253.rmeta --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=ahash CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/ahash-0.7.6 CARGO_PKG_AUTHORS='Tom Kaitchuck <Tom.Kaitchuck at gmail.com>' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/ahash-519bc7bcffe3e379/out rustc --crate-name ahash --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/ahash-0.7.6/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=6034be34b98cfd63 -C extra-filename=-6034be34b98cfd63 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern getrandom=/<<PKGBUILDDIR>>/target/debug/deps/libgetrandom-ab61ca838302a0ba.rmeta --extern once_cell=/<<PKGBUILDDIR>>/target/debug/deps/libonce_cell-600fbef92a6985ae.rmeta --cap-lints warn --cfg 'feature="runtime-rng"' --cfg 'feature="folded_multiply"'`
> warning: unused import: `crate::fallback_hash::*`
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ahash-0.7.6/src/random_state.rs:46:5
>    |
> 46 | use crate::fallback_hash::*;
>    |     ^^^^^^^^^^^^^^^^^^^^^^^
>    |
>    = note: `#[warn(unused_imports)]` on by default
> 
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.7.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses
> finite automata and guarantees linear time matching on all inputs.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name regex --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.7.0/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="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=b698b0d2affb2dfc -C extra-filename=-b698b0d2affb2dfc --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 aho_corasick=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libaho_corasick-34caabdaa81f8009.rmeta --extern memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-f975a13af2204292.rmeta --extern regex_syntax=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex_syntax-808327d19d04e2c6.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling dirs v4.0.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=dirs CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/dirs-4.0.0 CARGO_PKG_AUTHORS='Simon Ochsenreither <simon at ochsenreither.de>' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs CARGO_PKG_REPOSITORY='https://github.com/soc/dirs-rs' CARGO_PKG_VERSION=4.0.0 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name dirs /<<PKGBUILDDIR>>/debian/cargo_registry/dirs-4.0.0/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=12a3e89d861d749a -C extra-filename=-12a3e89d861d749a --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern dirs_sys=/<<PKGBUILDDIR>>/target/debug/deps/libdirs_sys-446f9c14d68516b1.rmeta --cap-lints warn`
> warning: associated function `default` is never used
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ahash-0.7.6/src/random_state.rs:86:14
>    |
> 86 |     const fn default() -> DefaultRandomSource {
>    |              ^^^^^^^
>    |
>    = note: `#[warn(dead_code)]` on by default
> 
>    Compiling tempfile v3.3.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/tempfile-3.3.0 CARGO_PKG_AUTHORS='Steven Allen <steven at stebalien.com>:The Rust Project Developers:Ashley Mannix <ashleymannix at live.com.au>:Jason White <jasonaw0 at gmail.com>' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='http://stebalien.com/projects/tempfile-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_VERSION=3.3.0 CARGO_PKG_VERSION_MAJOR=3 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 tempfile --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/tempfile-3.3.0/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=e4371225f270d1e5 -C extra-filename=-e4371225f270d1e5 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/debug/deps/libcfg_if-2ae3d82dad518aad.rmeta --extern fastrand=/<<PKGBUILDDIR>>/target/debug/deps/libfastrand-f0e3349514e54c25.rmeta --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-3fdb4defbc84f0e0.rmeta --extern remove_dir_all=/<<PKGBUILDDIR>>/target/debug/deps/libremove_dir_all-74bb64890647054b.rmeta --cap-lints warn`
> warning: `ahash` (lib) generated 2 warnings
>    Compiling parking_lot v0.12.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/parking_lot-0.12.1 CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu at gmail.com>' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name parking_lot --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/parking_lot-0.12.1/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=3365c7153988574c -C extra-filename=-3365c7153988574c --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern lock_api=/<<PKGBUILDDIR>>/target/debug/deps/liblock_api-7a9b7fe59ecd5598.rmeta --extern parking_lot_core=/<<PKGBUILDDIR>>/target/debug/deps/libparking_lot_core-759741df54da32da.rmeta --cap-lints warn`
>    Compiling bzip2 v0.4.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bzip2 CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bzip2-0.4.1 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='Bindings to libbzip2 for bzip2 compression and decompression exposed as
> Reader/Writer streams.
> ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/bzip2-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bzip2 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/bzip2-rs' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name bzip2 /<<PKGBUILDDIR>>/debian/cargo_registry/bzip2-0.4.1/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=69aa6b5302b6f94f -C extra-filename=-69aa6b5302b6f94f --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 bzip2_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbzip2_sys-b83ec61ba9204a57.rmeta --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-4658f0a8529c363e.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> warning: use of deprecated macro `try`: use the `?` operator instead
>   --> /usr/share/cargo/registry/bzip2-0.4.1/src/bufread.rs:93:29
>    |
> 93 |                 let input = try!(self.obj.fill_buf());
>    |                             ^^^
>    |
>    = note: `#[warn(deprecated)]` on by default
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /usr/share/cargo/registry/bzip2-0.4.1/src/bufread.rs:201:29
>     |
> 201 |                 let input = try!(self.obj.fill_buf());
>     |                             ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /usr/share/cargo/registry/bzip2-0.4.1/src/bufread.rs:211:23
>     |
> 211 |             let ret = try!(ret.map_err(|e| { io::Error::new(io::ErrorKind::InvalidInput, e) }));
>     |                       ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>   --> /usr/share/cargo/registry/bzip2-0.4.1/src/write.rs:80:13
>    |
> 80 |             try!(self.dump());
>    |             ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /usr/share/cargo/registry/bzip2-0.4.1/src/write.rs:101:9
>     |
> 101 |         try!(self.try_finish());
>     |         ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /usr/share/cargo/registry/bzip2-0.4.1/src/write.rs:124:13
>     |
> 124 |             try!(self.dump());
>     |             ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /usr/share/cargo/registry/bzip2-0.4.1/src/write.rs:140:13
>     |
> 140 |             try!(self.dump());
>     |             ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /usr/share/cargo/registry/bzip2-0.4.1/src/write.rs:228:13
>     |
> 228 |             try!(self.write(&[]));
>     |             ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /usr/share/cargo/registry/bzip2-0.4.1/src/write.rs:241:9
>     |
> 241 |         try!(self.try_finish());
>     |         ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /usr/share/cargo/registry/bzip2-0.4.1/src/write.rs:267:13
>     |
> 267 |             try!(self.dump());
>     |             ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /usr/share/cargo/registry/bzip2-0.4.1/src/write.rs:273:23
>     |
> 273 |             let res = try!(res.map_err(|e| { io::Error::new(io::ErrorKind::InvalidInput, e) }));
>     |                       ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /usr/share/cargo/registry/bzip2-0.4.1/src/write.rs:285:9
>     |
> 285 |         try!(self.dump());
>     |         ^^^
> 
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /usr/share/cargo/registry/bzip2-0.4.1/src/mem.rs:300:23
>     |
> 300 |         error::Error::description(self).fmt(f)
>     |                       ^^^^^^^^^^^
> 
>    Compiling cexpr v0.6.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cexpr CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.6.0 CARGO_PKG_AUTHORS='Jethro Beekman <jethro at jbeekman.nl>' CARGO_PKG_DESCRIPTION='A C expression parser and evaluator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cexpr CARGO_PKG_REPOSITORY='https://github.com/jethrogb/rust-cexpr' CARGO_PKG_VERSION=0.6.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name cexpr --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.6.0/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=7a9483df40f9a6bd -C extra-filename=-7a9483df40f9a6bd --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern nom=/<<PKGBUILDDIR>>/target/debug/deps/libnom-63497241c05466df.rmeta --cap-lints warn`
> warning: associated function `discard` is never used
>    --> /<<PKGBUILDDIR>>/target/debug/build/clang-sys-d67021f4e3b96045/out/common.rs:122:12
>     |
> 122 |     pub fn discard(mut self) {
>     |            ^^^^^^^
>     |
>     = note: `#[warn(dead_code)]` on by default
> 
> warning: `bzip2` (lib) generated 13 warnings
>    Compiling term v0.5.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=term CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2 CARGO_PKG_AUTHORS='The Rust Project Developers:Steven Allen' CARGO_PKG_DESCRIPTION='A terminal formatting library
> ' CARGO_PKG_HOMEPAGE='https://github.com/Stebalien/term' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=term CARGO_PKG_REPOSITORY='https://github.com/Stebalien/term' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name term /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/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=949cf76f3f99f58d -C extra-filename=-949cf76f3f99f58d --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern byteorder=/<<PKGBUILDDIR>>/target/debug/deps/libbyteorder-17197cd3cc74711b.rmeta --extern dirs=/<<PKGBUILDDIR>>/target/debug/deps/libdirs-12a3e89d861d749a.rmeta --cap-lints warn`
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/parm.rs:267:48
>     |
> 267 |                     ':' | '#' | ' ' | '.' | '0'...'9' => {
>     |                                                ^^^ help: use `..=` for an inclusive range
>     |
>     = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
>     = 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
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/parm.rs:275:32
>     |
> 275 | ...                   '0'...'9' => {
>     |                          ^^^ 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
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/parm.rs:387:45
>     |
> 387 |                     (FormatState::Flags, '0'...'9') => {
>     |                                             ^^^ 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
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/parm.rs:391:45
>     |
> 391 |                     (FormatState::Width, '0'...'9') => {
>     |                                             ^^^ 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
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/parm.rs:404:49
>     |
> 404 |                     (FormatState::Precision, '0'...'9') => {
>     |                                                 ^^^ 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: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/lib.rs:85:27
>    |
> 85 | pub type StdoutTerminal = Terminal<Output = Stdout> + Send;
>    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>    |
>    = note: `#[warn(bare_trait_objects)]` on by default
>    = 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`
>    |
> 85 - pub type StdoutTerminal = Terminal<Output = Stdout> + Send;
> 85 + pub type StdoutTerminal = dyn Terminal<Output = Stdout> + Send;
>    |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/lib.rs:87:27
>    |
> 87 | pub type StderrTerminal = Terminal<Output = Stderr> + Send;
>    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>    |
>    = 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`
>    |
> 87 - pub type StderrTerminal = Terminal<Output = Stderr> + Send;
> 87 + pub type StderrTerminal = dyn Terminal<Output = Stderr> + Send;
>    |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/lib.rs:283:32
>     |
> 283 |     fn cause(&self) -> Option<&std::error::Error> {
>     |                                ^^^^^^^^^^^^^^^^^
>     |
>     = 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`
>     |
> 283 -     fn cause(&self) -> Option<&std::error::Error> {
> 283 +     fn cause(&self) -> Option<&dyn std::error::Error> {
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/mod.rs:142:68
>     |
> 142 |     pub fn apply_cap(&self, cmd: &str, params: &[Param], out: &mut io::Write) -> 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`
>     |
> 142 -     pub fn apply_cap(&self, cmd: &str, params: &[Param], out: &mut io::Write) -> Result<()> {
> 142 +     pub fn apply_cap(&self, cmd: &str, params: &[Param], out: &mut dyn io::Write) -> Result<()> {
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/mod.rs:156:35
>     |
> 156 |     pub fn reset(&self, out: &mut io::Write) -> 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`
>     |
> 156 -     pub fn reset(&self, out: &mut io::Write) -> Result<()> {
> 156 +     pub fn reset(&self, out: &mut dyn io::Write) -> Result<()> {
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/mod.rs:239:32
>     |
> 239 |     fn cause(&self) -> Option<&::std::error::Error> {
>     |                                ^^^^^^^^^^^^^^^^^^^
>     |
>     = 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`
>     |
> 239 |     fn cause(&self) -> Option<&dyn (::std::error::Error)> {
>     |                                +++++                   +
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/parser/compiled.rs:28:24
>    |
> 28 | fn read_le_u16(r: &mut io::Read) -> io::Result<u32> {
>    |                        ^^^^^^^^
>    |
>    = 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`
>    |
> 28 - fn read_le_u16(r: &mut io::Read) -> io::Result<u32> {
> 28 + fn read_le_u16(r: &mut dyn io::Read) -> io::Result<u32> {
>    |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/parser/compiled.rs:32:24
>    |
> 32 | fn read_le_u32(r: &mut io::Read) -> io::Result<u32> {
>    |                        ^^^^^^^^
>    |
>    = 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`
>    |
> 32 - fn read_le_u32(r: &mut io::Read) -> io::Result<u32> {
> 32 + fn read_le_u32(r: &mut dyn io::Read) -> io::Result<u32> {
>    |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/parser/compiled.rs:36:22
>    |
> 36 | fn read_byte(r: &mut io::Read) -> io::Result<u8> {
>    |                      ^^^^^^^^
>    |
>    = 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`
>    |
> 36 - fn read_byte(r: &mut io::Read) -> io::Result<u8> {
> 36 + fn read_byte(r: &mut dyn io::Read) -> io::Result<u8> {
>    |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/parser/compiled.rs:45:25
>    |
> 45 | pub fn parse(file: &mut io::Read, longnames: bool) -> Result<TermInfo> {
>    |                         ^^^^^^^^
>    |
>    = 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`
>    |
> 45 - pub fn parse(file: &mut io::Read, longnames: bool) -> Result<TermInfo> {
> 45 + pub fn parse(file: &mut dyn io::Read, longnames: bool) -> Result<TermInfo> {
>    |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/parm.rs:107:32
>     |
> 107 |     fn cause(&self) -> Option<&::std::error::Error> {
>     |                                ^^^^^^^^^^^^^^^^^^^
>     |
>     = 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`
>     |
> 107 |     fn cause(&self) -> Option<&dyn (::std::error::Error)> {
>     |                                +++++                   +
> 
>    Compiling hashbrown v0.12.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/hashbrown-0.12.3 CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu at gmail.com>' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_VERSION=0.12.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name hashbrown --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/hashbrown-0.12.3/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="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=9cea8d37fb24644d -C extra-filename=-9cea8d37fb24644d --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern ahash=/<<PKGBUILDDIR>>/target/debug/deps/libahash-6034be34b98cfd63.rmeta --cap-lints warn`
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/mod.rs:213:35
>     |
> 213 |             _ => f.write_str(self.description()),
>     |                                   ^^^^^^^^^^^
>     |
>     = note: `#[warn(deprecated)]` on by default
> 
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/mod.rs:233:33
>     |
> 233 |             NotUtf8(ref e) => e.description(),
>     |                                 ^^^^^^^^^^^
> 
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/terminfo/parm.rs:86:26
>    |
> 86 |         f.write_str(self.description())
>    |                          ^^^^^^^^^^^
> 
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/lib.rs:262:30
>     |
> 262 |             f.write_str(self.description())
>     |                              ^^^^^^^^^^^
> 
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/lib.rs:271:30
>     |
> 271 |             Io(ref io) => io.description(),
>     |                              ^^^^^^^^^^^
> 
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/lib.rs:272:41
>     |
> 272 |             TerminfoParsing(ref e) => e.description(),
>     |                                         ^^^^^^^^^^^
> 
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/term-0.5.2/src/lib.rs:273:48
>     |
> 273 |             ParameterizedExpansion(ref e) => e.description(),
>     |                                                ^^^^^^^^^^^
> 
>    Compiling string_cache v0.8.4
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=string_cache CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/string_cache-0.8.4 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='A string interning library for Rust, developed as part of the Servo project.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT / Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=string_cache CARGO_PKG_REPOSITORY='https://github.com/servo/string-cache' CARGO_PKG_VERSION=0.8.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name string_cache --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/string_cache-0.8.4/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=a439da540cbd0a55 -C extra-filename=-a439da540cbd0a55 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern debug_unreachable=/<<PKGBUILDDIR>>/target/debug/deps/libdebug_unreachable-faa901e791173797.rmeta --extern once_cell=/<<PKGBUILDDIR>>/target/debug/deps/libonce_cell-600fbef92a6985ae.rmeta --extern parking_lot=/<<PKGBUILDDIR>>/target/debug/deps/libparking_lot-3365c7153988574c.rmeta --extern phf_shared=/<<PKGBUILDDIR>>/target/debug/deps/libphf_shared-bb019801b37e6068.rmeta --extern precomputed_hash=/<<PKGBUILDDIR>>/target/debug/deps/libprecomputed_hash-69df31e133cbc3c1.rmeta --cap-lints warn`
>    Compiling buffered-reader v1.1.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=buffered_reader CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/buffered-reader-1.1.3 CARGO_PKG_AUTHORS='Justus Winter <justus at sequoia-pgp.org>:Kai Michaelis <kai at sequoia-pgp.org>:Neal H. Walfield <neal at sequoia-pgp.org>' CARGO_PKG_DESCRIPTION='A super-powered Reader' CARGO_PKG_HOMEPAGE='https://sequoia-pgp.org/' CARGO_PKG_LICENSE=LGPL-2.0-or-later CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=buffered-reader CARGO_PKG_REPOSITORY='https://gitlab.com/sequoia-pgp/sequoia' CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name buffered_reader --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/buffered-reader-1.1.3/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="bzip2"' --cfg 'feature="compression"' --cfg 'feature="compression-bzip2"' --cfg 'feature="compression-deflate"' --cfg 'feature="default"' --cfg 'feature="flate2"' -C metadata=f770bd61d850fa9c -C extra-filename=-f770bd61d850fa9c --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 bzip2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbzip2-69aa6b5302b6f94f.rmeta --extern flate2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libflate2-762f2021ff62c53a.rmeta --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-4658f0a8529c363e.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling ascii-canvas v2.0.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=ascii_canvas CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0 CARGO_PKG_AUTHORS='Niko Matsakis <niko at alum.mit.edu>' CARGO_PKG_DESCRIPTION='simple canvas for drawing lines and styled text and emitting to the terminal' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ascii-canvas CARGO_PKG_REPOSITORY='https://github.com/nikomatsakis/ascii-canvas' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name ascii_canvas /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/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=0ee45432db866ee6 -C extra-filename=-0ee45432db866ee6 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern term=/<<PKGBUILDDIR>>/target/debug/deps/libterm-949cf76f3f99f58d.rmeta --cap-lints warn`
> warning: use of deprecated macro `try`: use the `?` operator instead
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/row.rs:20:26
>    |
> 20 |         let mut cursor = try!(StyleCursor::new(term));
>    |                          ^^^
>    |
>    = note: `#[warn(deprecated)]` on by default
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/row.rs:24:13
>    |
> 24 |             try!(cursor.set_style(style));
>    |             ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/row.rs:25:13
>    |
> 25 |             try!(write!(cursor.term(), "{}", character));
>    |             ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/row.rs:42:9
>    |
> 42 |         try!(write!(fmt, "\""));
>    |         ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/row.rs:43:9
>    |
> 43 |         try!(Display::fmt(self.text.trim_right(), fmt));
>    |         ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:95:9
>    |
> 95 |         try!(term.reset());
>    |         ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 107 |         fg_color!(FG_BLACK, BLACK);
>     |         -------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 108 |         fg_color!(FG_BLUE, BLUE);
>     |         ------------------------ in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 109 |         fg_color!(FG_BRIGHT_BLACK, BRIGHT_BLACK);
>     |         ---------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 110 |         fg_color!(FG_BRIGHT_BLUE, BRIGHT_BLUE);
>     |         -------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 111 |         fg_color!(FG_BRIGHT_CYAN, BRIGHT_CYAN);
>     |         -------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 112 |         fg_color!(FG_BRIGHT_GREEN, BRIGHT_GREEN);
>     |         ---------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 113 |         fg_color!(FG_BRIGHT_MAGENTA, BRIGHT_MAGENTA);
>     |         -------------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 114 |         fg_color!(FG_BRIGHT_RED, BRIGHT_RED);
>     |         ------------------------------------ in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 115 |         fg_color!(FG_BRIGHT_WHITE, BRIGHT_WHITE);
>     |         ---------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 116 |         fg_color!(FG_BRIGHT_YELLOW, BRIGHT_YELLOW);
>     |         ------------------------------------------ in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 117 |         fg_color!(FG_CYAN, CYAN);
>     |         ------------------------ in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 118 |         fg_color!(FG_GREEN, GREEN);
>     |         -------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 119 |         fg_color!(FG_MAGENTA, MAGENTA);
>     |         ------------------------------ in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 120 |         fg_color!(FG_RED, RED);
>     |         ---------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 121 |         fg_color!(FG_WHITE, WHITE);
>     |         -------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:101:25
>     |
> 101 |                         try!(term.fg(term::color::$term_color));
>     |                         ^^^
> ...
> 122 |         fg_color!(FG_YELLOW, YELLOW);
>     |         ---------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `fg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 134 |         bg_color!(BG_BLACK, BLACK);
>     |         -------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 135 |         bg_color!(BG_BLUE, BLUE);
>     |         ------------------------ in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 136 |         bg_color!(BG_BRIGHT_BLACK, BRIGHT_BLACK);
>     |         ---------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 137 |         bg_color!(BG_BRIGHT_BLUE, BRIGHT_BLUE);
>     |         -------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 138 |         bg_color!(BG_BRIGHT_CYAN, BRIGHT_CYAN);
>     |         -------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 139 |         bg_color!(BG_BRIGHT_GREEN, BRIGHT_GREEN);
>     |         ---------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 140 |         bg_color!(BG_BRIGHT_MAGENTA, BRIGHT_MAGENTA);
>     |         -------------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 141 |         bg_color!(BG_BRIGHT_RED, BRIGHT_RED);
>     |         ------------------------------------ in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 142 |         bg_color!(BG_BRIGHT_WHITE, BRIGHT_WHITE);
>     |         ---------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 143 |         bg_color!(BG_BRIGHT_YELLOW, BRIGHT_YELLOW);
>     |         ------------------------------------------ in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 144 |         bg_color!(BG_CYAN, CYAN);
>     |         ------------------------ in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 145 |         bg_color!(BG_GREEN, GREEN);
>     |         -------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 146 |         bg_color!(BG_MAGENTA, MAGENTA);
>     |         ------------------------------ in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 147 |         bg_color!(BG_RED, RED);
>     |         ---------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 148 |         bg_color!(BG_WHITE, WHITE);
>     |         -------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:128:25
>     |
> 128 |                         try!(term.bg(term::color::$term_color));
>     |                         ^^^
> ...
> 149 |         bg_color!(BG_YELLOW, YELLOW);
>     |         ---------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `bg_color` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:156:25
>     |
> 156 |                         try!(term.attr(attr));
>     |                         ^^^
> ...
> 162 |         attr!(BOLD, term::Attr::Bold);
>     |         ----------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:156:25
>     |
> 156 |                         try!(term.attr(attr));
>     |                         ^^^
> ...
> 163 |         attr!(DIM, term::Attr::Dim);
>     |         --------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:156:25
>     |
> 156 |                         try!(term.attr(attr));
>     |                         ^^^
> ...
> 164 |         attr!(ITALIC, term::Attr::Italic(true));
>     |         --------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:156:25
>     |
> 156 |                         try!(term.attr(attr));
>     |                         ^^^
> ...
> 165 |         attr!(UNDERLINE, term::Attr::Underline(true));
>     |         --------------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:156:25
>     |
> 156 |                         try!(term.attr(attr));
>     |                         ^^^
> ...
> 166 |         attr!(BLINK, term::Attr::Blink);
>     |         ------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:156:25
>     |
> 156 |                         try!(term.attr(attr));
>     |                         ^^^
> ...
> 167 |         attr!(STANDOUT, term::Attr::Standout(true));
>     |         ------------------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:156:25
>     |
> 156 |                         try!(term.attr(attr));
>     |                         ^^^
> ...
> 168 |         attr!(REVERSE, term::Attr::Reverse);
>     |         ----------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:156:25
>     |
> 156 |                         try!(term.attr(attr));
>     |                         ^^^
> ...
> 169 |         attr!(SECURE, term::Attr::Secure);
>     |         --------------------------------- in this macro invocation
>     |
>     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:185:9
>     |
> 185 |         try!(current_style.apply(term));
>     |         ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/style.rs:198:13
>     |
> 198 |             try!(style.apply(self.term));
>     |             ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/lib.rs:159:13
>     |
> 159 |             try!(row.write_to(term));
>     |             ^^^
> 
> warning: use of deprecated macro `try`: use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/lib.rs:160:13
>     |
> 160 |             try!(writeln!(term, ""));
>     |             ^^^
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/lib.rs:33:10
>    |
> 33 | impl<'a> AsciiView+'a {
>    |          ^^^^^^^^^^^^
>    |
>    = note: `#[warn(bare_trait_objects)]` on by default
>    = 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`
>    |
> 33 - impl<'a> AsciiView+'a {
> 33 + impl<'a> dyn AsciiView+'a {
>    |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/lib.rs:217:24
>     |
> 217 |     base: &'canvas mut AsciiView,
>     |                        ^^^^^^^^^
>     |
>     = 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`
>     |
> 217 -     base: &'canvas mut AsciiView,
> 217 +     base: &'canvas mut dyn AsciiView,
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/lib.rs:284:24
>     |
> 284 |     base: &'canvas mut AsciiView,
>     |                        ^^^^^^^^^
>     |
>     = 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`
>     |
> 284 -     base: &'canvas mut AsciiView,
> 284 +     base: &'canvas mut dyn AsciiView,
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/lib.rs:228:31
>     |
> 228 |     fn new(base: &'canvas mut AsciiView,
>     |                               ^^^^^^^^^
>     |
>     = 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`
>     |
> 228 -     fn new(base: &'canvas mut AsciiView,
> 228 +     fn new(base: &'canvas mut dyn AsciiView,
>     |
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/lib.rs:289:31
>     |
> 289 |     fn new(base: &'canvas mut AsciiView, style: Style) -> Self {
>     |                               ^^^^^^^^^
>     |
>     = 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`
>     |
> 289 -     fn new(base: &'canvas mut AsciiView, style: Style) -> Self {
> 289 +     fn new(base: &'canvas mut dyn AsciiView, style: Style) -> Self {
>     |
> 
> warning: use of deprecated associated function `core::str::<impl str>::trim_right`: superseded by `trim_end`
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/row.rs:21:46
>    |
> 21 |         for (character, &style) in self.text.trim_right().chars()
>    |                                              ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end`
> 
> warning: use of deprecated associated function `core::str::<impl str>::trim_right`: superseded by `trim_end`
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/row.rs:35:32
>    |
> 35 |         Display::fmt(self.text.trim_right(), fmt)
>    |                                ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end`
> 
> warning: use of deprecated associated function `core::str::<impl str>::trim_right`: superseded by `trim_end`
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ascii-canvas-2.0.0/src/row.rs:43:37
>    |
> 43 |         try!(Display::fmt(self.text.trim_right(), fmt));
>    |                                     ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end`
> 
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bindgen CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.60.1 CARGO_PKG_AUTHORS='Jyun-Yan You <jyyou.tw at gmail.com>:Emilio Cobos Álvarez <emilio at crisal.io>:Nick Fitzgerald <fitzgen at gmail.com>:The Servo project developers' CARGO_PKG_DESCRIPTION='Automatically generates Rust FFI bindings to C and C++ libraries.' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/rust-bindgen/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bindgen CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-bindgen' CARGO_PKG_VERSION=0.60.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=60 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/bindgen-4a77f90a1210a988/out rustc --crate-name bindgen --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.60.1/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="runtime"' -C metadata=f9f1c73f7f214154 -C extra-filename=-f9f1c73f7f214154 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bitflags=/<<PKGBUILDDIR>>/target/debug/deps/libbitflags-20d48c240ddba57d.rmeta --extern cexpr=/<<PKGBUILDDIR>>/target/debug/deps/libcexpr-7a9483df40f9a6bd.rmeta --extern clang_sys=/<<PKGBUILDDIR>>/target/debug/deps/libclang_sys-ca82f41829a17e05.rmeta --extern lazy_static=/<<PKGBUILDDIR>>/target/debug/deps/liblazy_static-aaa8df54caa201ce.rmeta --extern lazycell=/<<PKGBUILDDIR>>/target/debug/deps/liblazycell-75c4ac645f21c29e.rmeta --extern peeking_take_while=/<<PKGBUILDDIR>>/target/debug/deps/libpeeking_take_while-0e174849b48c265f.rmeta --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-aa8ae3518bc48afa.rmeta --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-480a68ab7e77f79c.rmeta --extern regex=/<<PKGBUILDDIR>>/target/debug/deps/libregex-3545d6eb10669f09.rmeta --extern rustc_hash=/<<PKGBUILDDIR>>/target/debug/deps/librustc_hash-75f0f6d5e3e00828.rmeta --extern shlex=/<<PKGBUILDDIR>>/target/debug/deps/libshlex-1bd1c9250b32f37e.rmeta --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/indexmap-1.9.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_REPOSITORY='https://github.com/bluss/indexmap' CARGO_PKG_VERSION=1.9.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/indexmap-d4846397a5e6a459/out rustc --crate-name indexmap --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/indexmap-1.9.2/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=ca3122234b94184c -C extra-filename=-ca3122234b94184c --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern hashbrown=/<<PKGBUILDDIR>>/target/debug/deps/libhashbrown-9cea8d37fb24644d.rmeta --cap-lints warn --cfg has_std`
> warning: `ascii-canvas` (lib) generated 58 warnings
> warning: `term` (lib) generated 23 warnings
>    Compiling petgraph v0.6.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=petgraph CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/petgraph-0.6.2 CARGO_PKG_AUTHORS='bluss:mitchmindtree' CARGO_PKG_DESCRIPTION='Graph data structure library. Provides graph types and graph algorithms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=petgraph CARGO_PKG_REPOSITORY='https://github.com/petgraph/petgraph' CARGO_PKG_VERSION=0.6.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name petgraph --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/petgraph-0.6.2/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=a1011af992d1f171 -C extra-filename=-a1011af992d1f171 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern fixedbitset=/<<PKGBUILDDIR>>/target/debug/deps/libfixedbitset-be0193ccde17bb13.rmeta --extern indexmap=/<<PKGBUILDDIR>>/target/debug/deps/libindexmap-ca3122234b94184c.rmeta --cap-lints warn`
>    Compiling syn-mid v0.5.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=syn_mid CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/syn-mid-0.5.0 CARGO_PKG_AUTHORS='Taiki Endo <te316e89 at gmail.com>' CARGO_PKG_DESCRIPTION='Providing the features between "full" and "derive" of syn.
> ' CARGO_PKG_HOMEPAGE='https://github.com/taiki-e/syn-mid' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn-mid CARGO_PKG_REPOSITORY='https://github.com/taiki-e/syn-mid' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name syn_mid --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/syn-mid-0.5.0/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=f91ba007d5444193 -C extra-filename=-f91ba007d5444193 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-aa8ae3518bc48afa.rmeta --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-480a68ab7e77f79c.rmeta --extern syn=/<<PKGBUILDDIR>>/target/debug/deps/libsyn-538ca7afe7cb9f0f.rmeta --cap-lints warn`
> warning: field `first_error` is never read
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/petgraph-0.6.2/src/csr.rs:134:5
>     |
> 133 | pub struct EdgesNotSorted {
>     |            -------------- field in this struct
> 134 |     first_error: (usize, usize),
>     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     |
>     = note: `#[warn(dead_code)]` on by default
>     = note: `EdgesNotSorted` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
> 
>    Compiling lalrpop v0.19.8
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lalrpop CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8 CARGO_PKG_AUTHORS='Niko Matsakis <niko at alum.mit.edu>' CARGO_PKG_DESCRIPTION='convenient LR(1) parser generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lalrpop CARGO_PKG_REPOSITORY='https://github.com/lalrpop/lalrpop' CARGO_PKG_VERSION=0.19.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=19 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name lalrpop /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/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=7b97f2043e58efb3 -C extra-filename=-7b97f2043e58efb3 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern ascii_canvas=/<<PKGBUILDDIR>>/target/debug/deps/libascii_canvas-0ee45432db866ee6.rmeta --extern atty=/<<PKGBUILDDIR>>/target/debug/deps/libatty-f49f5a35465494d4.rmeta --extern bit_set=/<<PKGBUILDDIR>>/target/debug/deps/libbit_set-6623a9b000830771.rmeta --extern diff=/<<PKGBUILDDIR>>/target/debug/deps/libdiff-59e2bf5a77811072.rmeta --extern ena=/<<PKGBUILDDIR>>/target/debug/deps/libena-d4f6e5b0b2332910.rmeta --extern itertools=/<<PKGBUILDDIR>>/target/debug/deps/libitertools-1b799e0263958703.rmeta --extern lalrpop_util=/<<PKGBUILDDIR>>/target/debug/deps/liblalrpop_util-e78f56122af493ba.rmeta --extern petgraph=/<<PKGBUILDDIR>>/target/debug/deps/libpetgraph-a1011af992d1f171.rmeta --extern regex=/<<PKGBUILDDIR>>/target/debug/deps/libregex-3545d6eb10669f09.rmeta --extern regex_syntax=/<<PKGBUILDDIR>>/target/debug/deps/libregex_syntax-016db135b87ab253.rmeta --extern string_cache=/<<PKGBUILDDIR>>/target/debug/deps/libstring_cache-a439da540cbd0a55.rmeta --extern term=/<<PKGBUILDDIR>>/target/debug/deps/libterm-949cf76f3f99f58d.rmeta --extern tiny_keccak=/<<PKGBUILDDIR>>/target/debug/deps/libtiny_keccak-ea2470b0e9c99a93.rmeta --extern unicode_xid=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_xid-6c0966754ec8abe2.rmeta --cap-lints warn`
> warning: `petgraph` (lib) generated 1 warning
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |           });
>     |             ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/prevalidate/mod.rs:158:42
>     |
> 158 |   ...                   _ => return_err!(
>     |  ____________________________-
> 159 | | ...                       annotation.id_span,
> 160 | | ...                       r#"`cfg` annotations must have a `feature = "my_feature" argument"#
> 161 | | ...                   ),
>     | |_______________________- in this macro invocation
>     |
>     = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |         });
>     |           ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/prevalidate/mod.rs:241:40
>     |
> 241 | ...) => return_err!(ann_prec.id_span, "invalid argument `{}` for precedence annotation, expected `{}`", name, precedence::LVL_ARG),
>     |         -------------------------------------------------------------------------------------------------------------------------- in this macro invocation
>     |
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |         });
>     |           ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/prevalidate/mod.rs:242:29
>     |
> 242 |                     None => return_err!(ann_prec.id_span, "missing argument for precedence annotation, expected `{}`", precedence::LVL_ARG),
>     |                             --------------------------------------------------------------------------------------------------------------- in this macro invocation
>     |
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |         });
>     |           ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/prevalidate/mod.rs:253:40
>     |
> 253 | ...=> return_err!(ann_assoc.id_span, "invalid argument `{}` for associativity annotation, expected `{}`", name, precedence::SIDE_ARG),
>     |       ------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
>     |
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |         });
>     |           ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/prevalidate/mod.rs:254:29
>     |
> 254 | ...one => return_err!(ann_assoc.id_span, "missing argument for associativity annotation, expected `{}`", precedence::SIDE_ARG),
>     |           -------------------------------------------------------------------------------------------------------------------- in this macro invocation
>     |
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |           });
>     |             ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/resolve/mod.rs:228:76
>     |
> 228 |                       Def::Nonterminal(0) | Def::Terminal | Def::MacroArg => return_err!(
>     |  ____________________________________________________________________________-
> 229 | |                         symbol.span,
> 230 | |                         "`{}` is a {}, not a macro",
> 231 | |                         msym.name,
> 232 | |                         def.description()
> 233 | |                     ),
>     | |_____________________- in this macro invocation
>     |
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |         });
>     |           ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/resolve/mod.rs:273:36
>     |
> 273 |             Def::Nonterminal(_) => return_err!(symbol.span, "`{}` is a macro", id),
>     |                                    ----------------------------------------------- in this macro invocation
>     |
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |         });
>     |           ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/resolve/mod.rs:281:21
>     |
> 281 |             None => return_err!(span, "no definition found for `{}`", id),
>     |                     ----------------------------------------------------- in this macro invocation
>     |
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |         });
>     |           ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/macro_expand/mod.rs:167:21
>     |
> 167 |             None => return_err!(span, "no macro definition found for `{}`", msym.name),
>     |                     ------------------------------------------------------------------ in this macro invocation
>     |
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |         });
>     |           ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/macro_expand/mod.rs:320:25
>     |
> 320 |             Err(err) => return_err!(span, "invalid regular expression `{}`: {}", regex, err),
>     |                         -------------------------------------------------------------------- in this macro invocation
>     |
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |           });
>     |             ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/macro_expand/mod.rs:398:21
>     |
> 398 | /                     return_err!(
> 399 | |                     span,
> 400 | |                     "named symbols like `{}:{}` are only allowed at the top-level of a nonterminal",
> 401 | |                     ex_id, ex_sym)
>     | |__________________________________- in this macro invocation
>     |
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: macro invocations at the end of a block are treated as expressions
>     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `return_err`
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |           });
>     |             ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/token_check/mod.rs:366:13
>     |
> 366 | /             return_err!(
> 367 | |                 spans[literal],
> 368 | |                 "{} are not supported in regular expressions",
> 369 | |                 feature
> 370 | |             )
>     | |_____________- in this macro invocation
>     |
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: macro invocations at the end of a block are treated as expressions
>     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `return_err`
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trailing semicolon in macro used in expression position
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/mod.rs:22:11
>     |
> 22  |           });
>     |             ^
>     |
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/lalrpop-0.19.8/src/normalize/token_check/mod.rs:376:13
>     |
> 376 | /             return_err!(
> 377 | |                 spans[literal0],
> 378 | |                 "ambiguity detected between the terminal `{}` and the terminal `{}`",
> 379 | |                 literal0,
> 380 | |                 literal1
> 381 | |             )
>     | |_____________- in this macro invocation
>     |
>     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
>     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
>     = note: macro invocations at the end of a block are treated as expressions
>     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `return_err`
>     = note: this warning originates in the macro `return_err` (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: `clang-sys` (lib) generated 1 warning
>    Compiling unicode-linebreak v0.1.4
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-linebreak-0.1.4 CARGO_PKG_AUTHORS='Axel Forsman <axelsfor at gmail.com>' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Line Breaking Algorithm' CARGO_PKG_HOMEPAGE='https://github.com/axelf4/unicode-linebreak' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-linebreak CARGO_PKG_REPOSITORY='https://github.com/axelf4/unicode-linebreak' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-linebreak-0.1.4/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=90a2fc1b5724f0c7 -C extra-filename=-90a2fc1b5724f0c7 --out-dir /<<PKGBUILDDIR>>/target/debug/build/unicode-linebreak-90a2fc1b5724f0c7 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern hashbrown=/<<PKGBUILDDIR>>/target/debug/deps/libhashbrown-9cea8d37fb24644d.rlib --extern regex=/<<PKGBUILDDIR>>/target/debug/deps/libregex-3545d6eb10669f09.rlib --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=proc_macro_error_attr CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro-error-attr-1.0.3 CARGO_PKG_AUTHORS='CreepySkeleton <creepy-skeleton at yandex.ru>' CARGO_PKG_DESCRIPTION='Attribute macro for proc-macro-error crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-error-attr CARGO_PKG_REPOSITORY='https://gitlab.com/CreepySkeleton/proc-macro-error' 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' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/proc-macro-error-attr-50c289284812738a/out rustc --crate-name proc_macro_error_attr --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro-error-attr-1.0.3/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=af080ac10bd46921 -C extra-filename=-af080ac10bd46921 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-aa8ae3518bc48afa.rlib --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-480a68ab7e77f79c.rlib --extern syn=/<<PKGBUILDDIR>>/target/debug/deps/libsyn-538ca7afe7cb9f0f.rlib --extern syn_mid=/<<PKGBUILDDIR>>/target/debug/deps/libsyn_mid-f91ba007d5444193.rlib --extern proc_macro --cap-lints warn`
>    Compiling thiserror-impl v1.0.37
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/thiserror-impl-1.0.37 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name thiserror_impl --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/thiserror-impl-1.0.37/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=d7ea214693236f98 -C extra-filename=-d7ea214693236f98 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-aa8ae3518bc48afa.rlib --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-480a68ab7e77f79c.rlib --extern syn=/<<PKGBUILDDIR>>/target/debug/deps/libsyn-538ca7afe7cb9f0f.rlib --extern proc_macro --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=proc_macro_error CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro-error-1.0.3 CARGO_PKG_AUTHORS='CreepySkeleton <creepy-skeleton at yandex.ru>' CARGO_PKG_DESCRIPTION='Almost drop-in replacement to panics in proc-macros' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-error CARGO_PKG_REPOSITORY='https://gitlab.com/CreepySkeleton/proc-macro-error' 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' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/proc-macro-error-54d5088e5e4dd7a0/out rustc --crate-name proc_macro_error --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro-error-1.0.3/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=5511e18aca3d7efc -C extra-filename=-5511e18aca3d7efc --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro_error_attr=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro_error_attr-af080ac10bd46921.so --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-aa8ae3518bc48afa.rmeta --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-480a68ab7e77f79c.rmeta --extern syn=/<<PKGBUILDDIR>>/target/debug/deps/libsyn-538ca7afe7cb9f0f.rmeta --cap-lints warn --cfg use_fallback`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/unicode-linebreak-90a2fc1b5724f0c7/build-script-build`
> [unicode-linebreak 0.1.4] cargo:rerun-if-changed=LineBreak.txt
> warning: panic message is not a string literal
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro-error-1.0.3/src/lib.rs:397:12
>     |
> 397 |     panic!(AbortNow)
>     |     ------ ^^^^^^^^
>     |     |
>     |     help: use std::panic::panic_any instead: `std::panic::panic_any`
>     |
>     = note: `#[warn(non_fmt_panics)]` on by default
>     = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021
>     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
> 
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_linebreak CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-linebreak-0.1.4 CARGO_PKG_AUTHORS='Axel Forsman <axelsfor at gmail.com>' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Line Breaking Algorithm' CARGO_PKG_HOMEPAGE='https://github.com/axelf4/unicode-linebreak' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-linebreak CARGO_PKG_REPOSITORY='https://github.com/axelf4/unicode-linebreak' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/unicode-linebreak-9d4faaa8d201359d/out rustc --crate-name unicode_linebreak --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-linebreak-0.1.4/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=35ea2888ea54807a -C extra-filename=-35ea2888ea54807a --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `proc-macro-error` (lib) generated 1 warning
>    Compiling structopt-derive v0.4.18
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=structopt_derive CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/structopt-derive-0.4.18 CARGO_PKG_AUTHORS='Guillaume Pinot <texitoi at texitoi.eu>' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=structopt-derive CARGO_PKG_REPOSITORY='https://github.com/TeXitoi/structopt' CARGO_PKG_VERSION=0.4.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name structopt_derive --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/structopt-derive-0.4.18/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=3c991f9f326aa2da -C extra-filename=-3c991f9f326aa2da --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern heck=/<<PKGBUILDDIR>>/target/debug/deps/libheck-f7dcd24c67f09336.rlib --extern proc_macro_error=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro_error-5511e18aca3d7efc.rlib --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-aa8ae3518bc48afa.rlib --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-480a68ab7e77f79c.rlib --extern syn=/<<PKGBUILDDIR>>/target/debug/deps/libsyn-538ca7afe7cb9f0f.rlib --extern proc_macro --cap-lints warn`
>    Compiling textwrap v0.16.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=textwrap CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/textwrap-0.16.0 CARGO_PKG_AUTHORS='Martin Geisler <martin at geisler.net>' CARGO_PKG_DESCRIPTION='Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=textwrap CARGO_PKG_REPOSITORY='https://github.com/mgeisler/textwrap' CARGO_PKG_VERSION=0.16.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name textwrap --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/textwrap-0.16.0/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="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=9c19834c94484b65 -C extra-filename=-9c19834c94484b65 --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 smawk=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsmawk-bf0213725514f692.rmeta --extern unicode_linebreak=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_linebreak-35ea2888ea54807a.rmeta --extern unicode_width=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_width-cc931ca36b524ab3.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling clap v2.34.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.34.0 CARGO_PKG_AUTHORS='Kevin K. <kbknapp at gmail.com>' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser
> ' CARGO_PKG_HOMEPAGE='https://clap.rs/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_VERSION=2.34.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=34 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name clap --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.34.0/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="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=c39ba5bb582d5797 -C extra-filename=-c39ba5bb582d5797 --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 ansi_term=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libansi_term-a1f5f1d2868a627e.rmeta --extern atty=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libatty-953ca321d570f6de.rmeta --extern bitflags=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbitflags-f240880b4efa574f.rmeta --extern strsim=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libstrsim-37a7d7ff03eb89c5.rmeta --extern textwrap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtextwrap-9c19834c94484b65.rmeta --extern unicode_width=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_width-cc931ca36b524ab3.rmeta --extern vec_map=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libvec_map-79210ab0f5bd9852.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling nettle-sys v2.1.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/nettle-sys-2.1.0 CARGO_PKG_AUTHORS='Justus Winter <justus at sequoia-pgp.org>:Kai Michaelis <kai at sequoia-pgp.org>' CARGO_PKG_DESCRIPTION='Low-level Rust bindings for the Nettle cryptographic library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='LGPL-3.0 OR GPL-2.0 OR GPL-3.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nettle-sys CARGO_PKG_REPOSITORY='https://gitlab.com/sequoia-pgp/nettle-sys' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 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=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/nettle-sys-2.1.0/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=09587ba01262e121 -C extra-filename=-09587ba01262e121 --out-dir /<<PKGBUILDDIR>>/target/debug/build/nettle-sys-09587ba01262e121 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bindgen=/<<PKGBUILDDIR>>/target/debug/deps/libbindgen-f9f1c73f7f214154.rlib --extern cc=/<<PKGBUILDDIR>>/target/debug/deps/libcc-b6ca34f0997c1e37.rlib --extern pkg_config=/<<PKGBUILDDIR>>/target/debug/deps/libpkg_config-0df47a0cca959e79.rlib --extern tempfile=/<<PKGBUILDDIR>>/target/debug/deps/libtempfile-e4371225f270d1e5.rlib --cap-lints warn`
> warning: use of deprecated associated function `bindgen::Builder::blacklist_type`: Use blocklist_type instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nettle-sys-2.1.0/build.rs:167:10
>     |
> 167 |         .blacklist_type("max_align_t")
>     |          ^^^^^^^^^^^^^^
>     |
>     = note: `#[warn(deprecated)]` on by default
> 
> warning: use of deprecated associated function `bindgen::Builder::blacklist_function`: Use blocklist_function instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nettle-sys-2.1.0/build.rs:168:10
>     |
> 168 |         .blacklist_function("strtold")
>     |          ^^^^^^^^^^^^^^^^^^
> 
> warning: use of deprecated associated function `bindgen::Builder::blacklist_function`: Use blocklist_function instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nettle-sys-2.1.0/build.rs:169:10
>     |
> 169 |         .blacklist_function("qecvt")
>     |          ^^^^^^^^^^^^^^^^^^
> 
> warning: use of deprecated associated function `bindgen::Builder::blacklist_function`: Use blocklist_function instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nettle-sys-2.1.0/build.rs:170:10
>     |
> 170 |         .blacklist_function("qfcvt")
>     |          ^^^^^^^^^^^^^^^^^^
> 
> warning: use of deprecated associated function `bindgen::Builder::blacklist_function`: Use blocklist_function instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nettle-sys-2.1.0/build.rs:171:10
>     |
> 171 |         .blacklist_function("qgcvt")
>     |          ^^^^^^^^^^^^^^^^^^
> 
> warning: use of deprecated associated function `bindgen::Builder::blacklist_function`: Use blocklist_function instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nettle-sys-2.1.0/build.rs:172:10
>     |
> 172 |         .blacklist_function("qecvt_r")
>     |          ^^^^^^^^^^^^^^^^^^
> 
> warning: use of deprecated associated function `bindgen::Builder::blacklist_function`: Use blocklist_function instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nettle-sys-2.1.0/build.rs:173:10
>     |
> 173 |         .blacklist_function("qfcvt_r")
>     |          ^^^^^^^^^^^^^^^^^^
> 
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/thiserror-1.0.37 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/thiserror-c5d6570ef482ef67/out rustc --crate-name thiserror --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/thiserror-1.0.37/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=a258162928030199 -C extra-filename=-a258162928030199 --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 thiserror_impl=/<<PKGBUILDDIR>>/target/debug/deps/libthiserror_impl-d7ea214693236f98.so --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `nettle-sys` (build script) generated 7 warnings
>      Running `/<<PKGBUILDDIR>>/target/debug/build/nettle-sys-09587ba01262e121/build-script-build`
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=NETTLE_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=NETTLE_PREGENERATED_BINDINGS
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=NETTLE HOGWEED_NO_PKG_CONFIG
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=NETTLE HOGWEED_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=NETTLE HOGWEED_DYNAMIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=SYSROOT
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=NETTLE HOGWEED_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=NETTLE HOGWEED_DYNAMIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
> [nettle-sys 2.1.0] cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
> [nettle-sys 2.1.0] cargo:rustc-link-lib=nettle
> [nettle-sys 2.1.0] cargo:rustc-link-lib=hogweed
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=NETTLE HOGWEED_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=NETTLE HOGWEED_DYNAMIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
> [nettle-sys 2.1.0] cargo:include=/usr/include
> [nettle-sys 2.1.0] cargo:rustc-link-lib=dylib=nettle
> [nettle-sys 2.1.0] cargo:rustc-link-lib=dylib=hogweed
> [nettle-sys 2.1.0] cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=GMP_NO_PKG_CONFIG
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=GMP_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=GMP_DYNAMIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=SYSROOT
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=GMP_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=GMP_DYNAMIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
> [nettle-sys 2.1.0] cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
> [nettle-sys 2.1.0] cargo:rustc-link-lib=gmp
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=GMP_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=GMP_DYNAMIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
> [nettle-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
> [nettle-sys 2.1.0] cargo:include=/usr/include
> [nettle-sys 2.1.0] cargo:rustc-link-lib=dylib=gmp
> [nettle-sys 2.1.0] cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
> [nettle-sys 2.1.0] OPT_LEVEL = Some("0")
> [nettle-sys 2.1.0] TARGET = Some("x86_64-unknown-linux-gnu")
> [nettle-sys 2.1.0] HOST = Some("x86_64-unknown-linux-gnu")
> [nettle-sys 2.1.0] CC_x86_64-unknown-linux-gnu = None
> [nettle-sys 2.1.0] CC_x86_64_unknown_linux_gnu = None
> [nettle-sys 2.1.0] HOST_CC = None
> [nettle-sys 2.1.0] CC = None
> [nettle-sys 2.1.0] CFLAGS_x86_64-unknown-linux-gnu = None
> [nettle-sys 2.1.0] CFLAGS_x86_64_unknown_linux_gnu = None
> [nettle-sys 2.1.0] HOST_CFLAGS = None
> [nettle-sys 2.1.0] CFLAGS = Some("-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security")
> [nettle-sys 2.1.0] CRATE_CC_NO_DEFAULTS = None
> [nettle-sys 2.1.0] DEBUG = Some("true")
> [nettle-sys 2.1.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
>    Compiling structopt v0.3.26
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=structopt CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/structopt-0.3.26 CARGO_PKG_AUTHORS='Guillaume Pinot <texitoi at texitoi.eu>:others' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=structopt CARGO_PKG_REPOSITORY='https://github.com/TeXitoi/structopt' CARGO_PKG_VERSION=0.3.26 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=26 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name structopt --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/structopt-0.3.26/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=ed26f623416acbe1 -C extra-filename=-ed26f623416acbe1 --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 clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libclap-c39ba5bb582d5797.rmeta --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-c24a4f31426bed39.rmeta --extern structopt_derive=/<<PKGBUILDDIR>>/target/debug/deps/libstructopt_derive-3c991f9f326aa2da.so --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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling sha1collisiondetection v0.2.6
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sha1collisiondetection CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/sha1collisiondetection-0.2.6 CARGO_PKG_AUTHORS='Marc Stevens <marc at marc-stevens.nl>:Dan Shumow <danshu at microsoft.com>:Justus Winter <justus at sequoia-pgp.org>' CARGO_PKG_DESCRIPTION='SHA-1 hash function with collision detection and mitigation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sha1collisiondetection CARGO_PKG_REPOSITORY='https://gitlab.com/sequoia-pgp/sha1collisiondetection' CARGO_PKG_VERSION=0.2.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name sha1collisiondetection --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/sha1collisiondetection-0.2.6/lib/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="std"' -C metadata=d93d864c357cc362 -C extra-filename=-d93d864c357cc362 --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 generic_array=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgeneric_array-a12dce1de9fa246a.rmeta --extern structopt=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libstructopt-ed26f623416acbe1.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> [nettle-sys 2.1.0] Failed to run rustfmt: No such file or directory (os error 2) (non-fatal, continuing)
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=nettle_sys CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/nettle-sys-2.1.0 CARGO_PKG_AUTHORS='Justus Winter <justus at sequoia-pgp.org>:Kai Michaelis <kai at sequoia-pgp.org>' CARGO_PKG_DESCRIPTION='Low-level Rust bindings for the Nettle cryptographic library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='LGPL-3.0 OR GPL-2.0 OR GPL-3.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nettle-sys CARGO_PKG_REPOSITORY='https://gitlab.com/sequoia-pgp/nettle-sys' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/nettle-sys-574452e39104c0cc/out rustc --crate-name nettle_sys --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/nettle-sys-2.1.0/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=36be675f1bb5d195 -C extra-filename=-36be675f1bb5d195 --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 libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-4658f0a8529c363e.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -l nettle -l hogweed -l dylib=nettle -l dylib=hogweed -l gmp -l dylib=gmp`
>    Compiling nettle v7.1.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=nettle CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/nettle-7.1.0 CARGO_PKG_AUTHORS='Kai Michaelis <kai at sequoia-pgp.org>:Justus Winter <justus at sequoia-pgp.org>' CARGO_PKG_DESCRIPTION='Rust bindings for the Nettle cryptographic library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='LGPL-3.0 OR GPL-2.0 OR GPL-3.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nettle CARGO_PKG_REPOSITORY='https://gitlab.com/sequoia-pgp/nettle-rs' CARGO_PKG_VERSION=7.1.0 CARGO_PKG_VERSION_MAJOR=7 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 nettle --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/nettle-7.1.0/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=199fe86c89780fad -C extra-filename=-199fe86c89780fad --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 getrandom=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgetrandom-c58eabdebe79b97c.rmeta --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-4658f0a8529c363e.rmeta --extern nettle_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libnettle_sys-36be675f1bb5d195.rmeta --extern thiserror=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libthiserror-a258162928030199.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu`
> warning: `lalrpop` (lib) generated 13 warnings
>    Compiling sequoia-openpgp v1.10.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/sequoia-openpgp-1.10.0 CARGO_PKG_AUTHORS='Igor Matuszewski <igor at sequoia-pgp.org>:Justus Winter <justus at sequoia-pgp.org>:Kai Michaelis <kai at sequoia-pgp.org>:Neal H. Walfield <neal at sequoia-pgp.org>:Nora Widdecke <nora at sequoia-pgp.org>:Wiktor Kwapisiewicz <wiktor at sequoia-pgp.org>' CARGO_PKG_DESCRIPTION='OpenPGP data types and associated machinery' CARGO_PKG_HOMEPAGE='https://sequoia-pgp.org/' CARGO_PKG_LICENSE=LGPL-2.0-or-later CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sequoia-openpgp CARGO_PKG_REPOSITORY='https://gitlab.com/sequoia-pgp/sequoia' CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 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=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/sequoia-openpgp-1.10.0/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 --cfg 'feature="bzip2"' --cfg 'feature="compression"' --cfg 'feature="compression-bzip2"' --cfg 'feature="compression-deflate"' --cfg 'feature="crypto-nettle"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="nettle"' -C metadata=2cda3fe5936f69ab -C extra-filename=-2cda3fe5936f69ab --out-dir /<<PKGBUILDDIR>>/target/debug/build/sequoia-openpgp-2cda3fe5936f69ab -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern lalrpop=/<<PKGBUILDDIR>>/target/debug/deps/liblalrpop-7b97f2043e58efb3.rlib --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/sequoia-openpgp-2cda3fe5936f69ab/build-script-build`
> [sequoia-openpgp 1.10.0] Selected cryptographic backend: Nettle
> [sequoia-openpgp 1.10.0] processing file `/usr/share/cargo/registry/sequoia-openpgp-1.10.0/src/message/grammar.lalrpop`
> [sequoia-openpgp 1.10.0] processing file `/usr/share/cargo/registry/sequoia-openpgp-1.10.0/src/regex/grammar.lalrpop`
> [sequoia-openpgp 1.10.0] processing file `/usr/share/cargo/registry/sequoia-openpgp-1.10.0/src/cert/parser/low_level/grammar.lalrpop`
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/contrib
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/contrib/pep
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/contrib/gnupg
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/contrib/gnupg/keys
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/keys
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/keys/hash-algos
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/keys/subpackets
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/messages
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/messages/encrypted
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/messages/s2k
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/messages/seip
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/messages/aed
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/edge-cases
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/armor
> [sequoia-openpgp 1.10.0] rerun-if-changed=tests/data/raw
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sequoia_openpgp CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/sequoia-openpgp-1.10.0 CARGO_PKG_AUTHORS='Igor Matuszewski <igor at sequoia-pgp.org>:Justus Winter <justus at sequoia-pgp.org>:Kai Michaelis <kai at sequoia-pgp.org>:Neal H. Walfield <neal at sequoia-pgp.org>:Nora Widdecke <nora at sequoia-pgp.org>:Wiktor Kwapisiewicz <wiktor at sequoia-pgp.org>' CARGO_PKG_DESCRIPTION='OpenPGP data types and associated machinery' CARGO_PKG_HOMEPAGE='https://sequoia-pgp.org/' CARGO_PKG_LICENSE=LGPL-2.0-or-later CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sequoia-openpgp CARGO_PKG_REPOSITORY='https://gitlab.com/sequoia-pgp/sequoia' CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/sequoia-openpgp-cf0da56510c38c27/out rustc --crate-name sequoia_openpgp --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/sequoia-openpgp-1.10.0/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="bzip2"' --cfg 'feature="compression"' --cfg 'feature="compression-bzip2"' --cfg 'feature="compression-deflate"' --cfg 'feature="crypto-nettle"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="nettle"' -C metadata=38d1070b7e894ceb -C extra-filename=-38d1070b7e894ceb --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 anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-7cf15d874bdbd95e.rmeta --extern base64=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbase64-14994adbd177b1b1.rmeta --extern buffered_reader=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbuffered_reader-f770bd61d850fa9c.rmeta --extern bzip2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbzip2-69aa6b5302b6f94f.rmeta --extern dyn_clone=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libdyn_clone-533263f9b8d5d6cc.rmeta --extern flate2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libflate2-762f2021ff62c53a.rmeta --extern idna=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libidna-2e6504dc9e5b86fc.rmeta --extern lalrpop_util=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblalrpop_util-dbb63bf957415972.rmeta --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-c24a4f31426bed39.rmeta --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-4658f0a8529c363e.rmeta --extern memsec=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemsec-9d7fa4a73c4c5283.rmeta --extern nettle=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libnettle-199fe86c89780fad.rmeta --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex-b698b0d2affb2dfc.rmeta --extern regex_syntax=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex_syntax-808327d19d04e2c6.rmeta --extern sha1collisiondetection=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsha1collisiondetection-d93d864c357cc362.rmeta --extern thiserror=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libthiserror-a258162928030199.rmeta --extern xxhash_rust=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libxxhash_rust-239c5ab198c06bd9.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu`
>    Compiling sequoia-openpgp-mt v0.1.0 (/<<PKGBUILDDIR>>)
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sequoia_openpgp_mt CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Neal H. Walfield <neal at sequoia-pgp.org>' CARGO_PKG_DESCRIPTION='Multi-threaded parsing of OpenPGP data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=LGPL-2.0-or-later CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sequoia-openpgp-mt CARGO_PKG_REPOSITORY='' 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='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name sequoia_openpgp_mt --edition=2021 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=863afdcd11942a74 -C extra-filename=-863afdcd11942a74 --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-7cf15d874bdbd95e.rmeta --extern buffered_reader=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbuffered_reader-f770bd61d850fa9c.rmeta --extern num_cpus=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libnum_cpus-f24732ba9e9ada3c.rmeta --extern sequoia_openpgp=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsequoia_openpgp-38d1070b7e894ceb.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu -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=dsa_statistics CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Neal H. Walfield <neal at sequoia-pgp.org>' CARGO_PKG_DESCRIPTION='Multi-threaded parsing of OpenPGP data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=LGPL-2.0-or-later CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sequoia-openpgp-mt CARGO_PKG_REPOSITORY='' 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='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name dsa_statistics --edition=2021 examples/dsa-statistics.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=16e74503e5c46bf8 -C extra-filename=-16e74503e5c46bf8 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/examples --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-7cf15d874bdbd95e.rlib --extern buffered_reader=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbuffered_reader-f770bd61d850fa9c.rlib --extern num_cpus=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libnum_cpus-f24732ba9e9ada3c.rlib --extern sequoia_openpgp=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsequoia_openpgp-38d1070b7e894ceb.rlib --extern sequoia_openpgp_mt=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsequoia_openpgp_mt-863afdcd11942a74.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu -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=sequoia_openpgp_mt CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Neal H. Walfield <neal at sequoia-pgp.org>' CARGO_PKG_DESCRIPTION='Multi-threaded parsing of OpenPGP data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=LGPL-2.0-or-later CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sequoia-openpgp-mt CARGO_PKG_REPOSITORY='' 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='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name sequoia_openpgp_mt --edition=2021 src/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=1433aea432c8ea1d -C extra-filename=-1433aea432c8ea1d --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-7cf15d874bdbd95e.rlib --extern buffered_reader=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbuffered_reader-f770bd61d850fa9c.rlib --extern num_cpus=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libnum_cpus-f24732ba9e9ada3c.rlib --extern sequoia_openpgp=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsequoia_openpgp-38d1070b7e894ceb.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/share/cargo/registry/sequoia-openpgp-mt-0.1.0 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu -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 59.65s
>      Running `/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/sequoia_openpgp_mt-1433aea432c8ea1d`
> 
> running 7 tests
> test keyring::tests::parse_keyring_interleaved_literal_and_small_junk ... ok
> test keyring::tests::parse_keyring_interleaved_literal_and_unrecoverable_junk ... ok
> test keyring::tests::parse_keyring_interleaved_small_junk ... ok
> test keyring::tests::parse_keyring_interleaved_unrecoverable_junk ... ok
> test keyring::tests::parse_keyring_no_public_key ... ok
> test keyring::tests::parse_keyring_simple ... ok
> test keyring::tests::parse_keyring_interleaved_literals ... ok
> 
> test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.64s
> 
>    Doc-tests sequoia-openpgp-mt
>      Running `rustdoc --edition=2021 --crate-type lib --crate-name sequoia_openpgp_mt --test /<<PKGBUILDDIR>>/src/lib.rs --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps -L native=/usr/lib/x86_64-linux-gnu --extern anyhow=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-7cf15d874bdbd95e.rlib --extern buffered_reader=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbuffered_reader-f770bd61d850fa9c.rlib --extern num_cpus=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libnum_cpus-f24732ba9e9ada3c.rlib --extern sequoia_openpgp=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsequoia_openpgp-38d1070b7e894ceb.rlib --extern sequoia_openpgp_mt=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsequoia_openpgp_mt-863afdcd11942a74.rlib -C embed-bitcode=no --error-format human`
> 
> running 1 test
> test src/macros.rs - macros::time_it (line 69) ... FAILED
> 
> failures:
> 
> ---- src/macros.rs - macros::time_it (line 69) stdout ----
> error: cannot find macro `time_it` in this scope
>  --> src/macros.rs:70:14
>   |
> 3 | let result = time_it!("Some code", 10, {
>   |              ^^^^^^^
> 
> error: aborting due to previous error
> 
> Couldn't compile the test.
> 
> failures:
>     src/macros.rs - macros::time_it (line 69)
> 
> test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
> 
> error: test failed, to rerun pass '--doc'
> dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 101


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/rust-sequoia-openpgp-mt_0.1.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&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