[Pkg-rust-maintainers] Bug#966987: rust-sleef-sys: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 101

Lucas Nussbaum lucas at debian.org
Mon Aug 3 10:06:22 BST 2020


Source: rust-sleef-sys
Version: 0.1.2-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> export RUSTC_BOOTSTRAP=1; \
> case x86_64-unknown-linux-gnu in \
> aarch64-*|x86_64-*|powerpc64le-*) \
>   dh_auto_test -- test --all;; \
> *) \
>   dh_auto_test -- test --all || true;; \
> esac
> debian cargo wrapper: options, profiles, parallel: ['parallel=4'] [] ['-j4']
> 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', '-j4', '--target', 'x86_64-unknown-linux-gnu', '--all'],) {}
>    Compiling libc v0.2.73
>    Compiling memchr v2.2.1
>    Compiling version_check v0.9.1
>    Compiling cc v1.0.50
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.2.1 CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_NAME=memchr CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION=2.2.1 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>:bluss' CARGO_PKG_VERSION_PRE= rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=02ba261a55ecf363 -C extra-filename=-02ba261a55ecf363 --out-dir /<<PKGBUILDDIR>>/target/debug/build/memchr-02ba261a55ecf363 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.73 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_NAME=libc CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_VERSION_PATCH=73 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.2.73 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PRE= rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.73/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=88e98c7b1d74e5fd -C extra-filename=-88e98c7b1d74e5fd --out-dir /<<PKGBUILDDIR>>/target/debug/build/libc-88e98c7b1d74e5fd -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/version_check-0.9.1 CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_NAME=version_check CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.9.1 CARGO_PKG_AUTHORS='Sergio Benitez <sb at sergio.bz>' CARGO_PKG_VERSION_PRE= rustc --crate-name version_check /<<PKGBUILDDIR>>/debian/cargo_registry/version_check-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=73e97f96a0b2992a -C extra-filename=-73e97f96a0b2992a --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cc-1.0.50 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cc-rs' CARGO_PKG_NAME=cc CARGO_PKG_VERSION_MINOR=0 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_VERSION_PATCH=50 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.0.50 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name cc --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/cc-1.0.50/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=67bf5fa8aeb99296 -C extra-filename=-67bf5fa8aeb99296 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling glob v0.3.0
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.3.0 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/glob' CARGO_PKG_NAME=glob CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_DESCRIPTION='Support for matching file paths against Unix shell style patterns.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/glob' CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.3.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PRE= rustc --crate-name glob /<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=d240d0fb2b8dd71b -C extra-filename=-d240d0fb2b8dd71b --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> {
>     |                                ^^^^^ help: use `dyn`: `dyn Error`
>     |
>     = note: `#[warn(bare_trait_objects)]` on by default
> 
> warning: use of deprecated item '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 byteorder v1.3.4
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/byteorder-1.3.4 CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_NAME=byteorder CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.3.4 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/byteorder-1.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=13c25627171eb1e4 -C extra-filename=-13c25627171eb1e4 --out-dir /<<PKGBUILDDIR>>/target/debug/build/byteorder-13c25627171eb1e4 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling log v0.4.8
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.8 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_NAME=log CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
> ' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.4.8 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PRE= rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' -C metadata=4f7d63a9dc4169eb -C extra-filename=-4f7d63a9dc4169eb --out-dir /<<PKGBUILDDIR>>/target/debug/build/log-4f7d63a9dc4169eb -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling bitflags v1.2.1
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.2.1 CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_NAME=bitflags CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
> ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.2.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PRE= rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=9046ff8044d43b30 -C extra-filename=-9046ff8044d43b30 --out-dir /<<PKGBUILDDIR>>/target/debug/build/bitflags-9046ff8044d43b30 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling lazy_static v1.4.0
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lazy_static-1.4.0 CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_NAME=lazy_static CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_AUTHORS='Marvin Löbel <loebel.marvin at gmail.com>' CARGO_PKG_VERSION_PRE= 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 --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=25223e28b5a5c827 -C extra-filename=-25223e28b5a5c827 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling proc-macro2 v1.0.18
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.18 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_VERSION_MINOR=0 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_VERSION_PATCH=18 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.0.18 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>:David Tolnay <dtolnay at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=4c3b93ebd7c8a0c2 -C extra-filename=-4c3b93ebd7c8a0c2 --out-dir /<<PKGBUILDDIR>>/target/debug/build/proc-macro2-4c3b93ebd7c8a0c2 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling unicode-xid v0.2.0
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-xid-0.2.0 CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_NAME=unicode-xid CARGO_PKG_VERSION_MINOR=2 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_VERSION_PATCH=0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_AUTHORS='erick.tryzelaar <erick.tryzelaar at gmail.com>:kwantam <kwantam at gmail.com>' CARGO_PKG_VERSION_PRE= 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 --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=7153c88fd688a1ba -C extra-filename=-7153c88fd688a1ba --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling regex-syntax v0.6.17
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-syntax-0.6.17 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_NAME=regex-syntax CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.6.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PRE= rustc --crate-name regex_syntax /<<PKGBUILDDIR>>/debian/cargo_registry/regex-syntax-0.6.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -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=5f1032c402c41530 -C extra-filename=-5f1032c402c41530 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: 2 warnings emitted
> 
>    Compiling cfg-if v0.1.10
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-0.1.10 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_NAME=cfg-if CARGO_PKG_VERSION_MINOR=1 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_VERSION_PATCH=10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.1.10 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name cfg_if --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=ca49f2e4ce3f1d09 -C extra-filename=-ca49f2e4ce3f1d09 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling unicode-width v0.1.7
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-width-0.1.7 CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_NAME=unicode-width CARGO_PKG_VERSION_MINOR=1 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_VERSION_PATCH=7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.1.7 CARGO_PKG_AUTHORS='kwantam <kwantam at gmail.com>:Manish Goregaokar <manishsmail at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name unicode_width /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-width-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=06147266ec052b44 -C extra-filename=-06147266ec052b44 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling ansi_term v0.12.1
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1 CARGO_PKG_REPOSITORY='https://github.com/ogham/rust-ansi-term' CARGO_PKG_NAME=ansi_term CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_DESCRIPTION='Library for ANSI terminal colours and styles (bold, underline)' CARGO_PKG_HOMEPAGE='https://github.com/ogham/rust-ansi-term' CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=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_VERSION_PRE= 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 --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=a9ec225712220164 -C extra-filename=-a9ec225712220164 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling termcolor v1.1.0
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/termcolor-1.1.0 CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_NAME=termcolor CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.
> ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.1.0 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name termcolor --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/termcolor-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=3404b27acdd4a0b4 -C extra-filename=-3404b27acdd4a0b4 --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/ansi_term-0.12.1/src/ansi.rs:279:21
>     |
> 279 |         let f: &mut fmt::Write = f;
>     |                     ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write`
>     |
>     = note: `#[warn(bare_trait_objects)]` on by default
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1/src/ansi.rs:291:29
>     |
> 291 |                 let f: &mut fmt::Write = f;
>     |                             ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1/src/ansi.rs:295:29
>     |
> 295 |                 let f: &mut fmt::Write = f;
>     |                             ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1/src/ansi.rs:308:21
>     |
> 308 |         let f: &mut fmt::Write = f;
>     |                     ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1/src/display.rs:201:21
>     |
> 201 |         let w: &mut fmt::Write = f;
>     |                     ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1/src/display.rs:210:21
>     |
> 210 |         let w: &mut io::Write = w;
>     |                     ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1/src/display.rs:229:21
>     |
> 229 |         let f: &mut fmt::Write = f;
>     |                     ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1/src/display.rs:239:21
>     |
> 239 |         let w: &mut io::Write = w;
>     |                     ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
> 
> warning: associated type `wstr` should have an upper camel case name
>  --> /<<PKGBUILDDIR>>/debian/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
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1/src/write.rs:15:23
>    |
> 15 | impl<'a> AnyWrite for fmt::Write + 'a {
>    |                       ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write + 'a`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1/src/write.rs:29:23
>    |
> 29 | impl<'a> AnyWrite for io::Write + 'a {
>    |                       ^^^^^^^^^^^^^^ help: use `dyn`: `dyn io::Write + 'a`
> 
> warning: 11 warnings emitted
> 
>    Compiling humantime v2.0.0
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/humantime-2.0.0 CARGO_PKG_REPOSITORY= CARGO_PKG_NAME=humantime CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION='    A parser and formatter for std::time::{Duration, SystemTime}
> ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION=2.0.0 CARGO_PKG_AUTHORS='Paul Colomiets <paul at colomiets.name>' CARGO_PKG_VERSION_PRE= rustc --crate-name humantime --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/humantime-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=7a68e6d0b3885c16 -C extra-filename=-7a68e6d0b3885c16 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling bindgen v0.51.1
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.51.1 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-bindgen' CARGO_PKG_NAME=bindgen CARGO_PKG_VERSION_MINOR=51 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_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.51.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_VERSION_PRE= rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.51.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=942dddcccce02737 -C extra-filename=-942dddcccce02737 --out-dir /<<PKGBUILDDIR>>/target/debug/build/bindgen-942dddcccce02737 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling strsim v0.9.3
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/strsim-0.9.3 CARGO_PKG_REPOSITORY='https://github.com/dguo/strsim-rs' CARGO_PKG_NAME=strsim CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics.
> Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.
> ' CARGO_PKG_HOMEPAGE='https://github.com/dguo/strsim-rs' CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.9.3 CARGO_PKG_AUTHORS='Danny Guo <dannyguo91 at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name strsim /<<PKGBUILDDIR>>/debian/cargo_registry/strsim-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=af14b853b9d54733 -C extra-filename=-af14b853b9d54733 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling vec_map v0.8.1
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/vec_map-0.8.1 CARGO_PKG_REPOSITORY='https://github.com/contain-rs/vec-map' CARGO_PKG_NAME=vec_map CARGO_PKG_VERSION_MINOR=8 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_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=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_VERSION_PRE= 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 --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=2b4a60a026195621 -C extra-filename=-2b4a60a026195621 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: unnecessary parentheses around type
>     --> /<<PKGBUILDDIR>>/debian/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) }
>      |                                  ^^^^^^^ help: remove these parentheses
>      |
>      = note: `#[warn(unused_parens)]` on by default
> 
> warning: unnecessary parentheses around type
>     --> /<<PKGBUILDDIR>>/debian/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
> 
> warning: unnecessary parentheses around type
>     --> /<<PKGBUILDDIR>>/debian/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
> 
> warning: 3 warnings emitted
> 
>    Compiling peeking_take_while v0.1.2
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/peeking_take_while-0.1.2 CARGO_PKG_REPOSITORY='https://github.com/fitzgen/peeking_take_while' CARGO_PKG_NAME=peeking_take_while CARGO_PKG_VERSION_MINOR=1 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_VERSION_PATCH=2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_AUTHORS='Nick Fitzgerald <fitzgen at gmail.com>' CARGO_PKG_VERSION_PRE= 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 --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=d6f32303d943935d -C extra-filename=-d6f32303d943935d --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling shlex v0.1.1
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/shlex-0.1.1 CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_NAME=shlex CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.
> ' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.1.1 CARGO_PKG_AUTHORS='comex <comexk at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name shlex /<<PKGBUILDDIR>>/debian/cargo_registry/shlex-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=ceb70266fbf97e54 -C extra-filename=-ceb70266fbf97e54 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-0.1.10 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_NAME=cfg-if CARGO_PKG_VERSION_MINOR=1 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_VERSION_PATCH=10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.1.10 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name cfg_if --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=3eb174352306b501 -C extra-filename=-3eb174352306b501 --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/sleef-sys-0.1.2`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libc-88e98c7b1d74e5fd/build-script-build`
> [libc 0.2.73] cargo:rustc-cfg=freebsd11
> [libc 0.2.73] cargo:rustc-cfg=libc_priv_mod_use
> [libc 0.2.73] cargo:rustc-cfg=libc_union
> [libc 0.2.73] cargo:rustc-cfg=libc_const_size_of
> [libc 0.2.73] cargo:rustc-cfg=libc_align
> [libc 0.2.73] cargo:rustc-cfg=libc_core_cvoid
> [libc 0.2.73] cargo:rustc-cfg=libc_packedN
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libc-88e98c7b1d74e5fd/build-script-build`
> [libc 0.2.73] cargo:rustc-cfg=freebsd11
> [libc 0.2.73] cargo:rustc-cfg=libc_priv_mod_use
> [libc 0.2.73] cargo:rustc-cfg=libc_union
> [libc 0.2.73] cargo:rustc-cfg=libc_const_size_of
> [libc 0.2.73] cargo:rustc-cfg=libc_align
> [libc 0.2.73] cargo:rustc-cfg=libc_core_cvoid
> [libc 0.2.73] cargo:rustc-cfg=libc_packedN
>      Running `/<<PKGBUILDDIR>>/target/debug/build/memchr-02ba261a55ecf363/build-script-build`
> [memchr 2.2.1] cargo:rustc-cfg=memchr_runtime_simd
> [memchr 2.2.1] cargo:rustc-cfg=memchr_runtime_sse2
> [memchr 2.2.1] cargo:rustc-cfg=memchr_runtime_sse42
> [memchr 2.2.1] cargo:rustc-cfg=memchr_runtime_avx
>    Compiling nom v4.2.3
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3 CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_NAME=nom CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION=4.2.3 CARGO_PKG_AUTHORS='contact at geoffroycouprie.com' CARGO_PKG_VERSION_PRE= rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="verbose-errors"' -C metadata=eeba2aa46c325742 -C extra-filename=-eeba2aa46c325742 --out-dir /<<PKGBUILDDIR>>/target/debug/build/nom-eeba2aa46c325742 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern version_check=/<<PKGBUILDDIR>>/target/debug/deps/libversion_check-73e97f96a0b2992a.rlib --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/log-4f7d63a9dc4169eb/build-script-build`
> [log 0.4.8] cargo:rustc-cfg=atomic_cas
> [log 0.4.8] cargo:rerun-if-changed=build.rs
>      Running `/<<PKGBUILDDIR>>/target/debug/build/byteorder-13c25627171eb1e4/build-script-build`
> [byteorder 1.3.4] cargo:rustc-cfg=byteorder_i128
>    Compiling thread_local v1.0.1
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/thread_local-1.0.1 CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_NAME=thread_local CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name thread_local /<<PKGBUILDDIR>>/debian/cargo_registry/thread_local-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=b9c4810aaa3cbb92 -C extra-filename=-b9c4810aaa3cbb92 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern lazy_static=/<<PKGBUILDDIR>>/target/debug/deps/liblazy_static-25223e28b5a5c827.rmeta --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/bitflags-9046ff8044d43b30/build-script-build`
> [bitflags 1.2.1] cargo:rustc-cfg=bitflags_const_fn
>    Compiling clang-sys v0.28.1
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1 CARGO_PKG_REPOSITORY='https://github.com/KyleMayes/clang-sys' CARGO_PKG_NAME=clang-sys CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_DESCRIPTION='Rust bindings for libclang.' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.28.1 CARGO_PKG_AUTHORS='Kyle Mayes <kyle at mayeses.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="clang_6_0"' --cfg 'feature="gte_clang_3_6"' --cfg 'feature="gte_clang_3_7"' --cfg 'feature="gte_clang_3_8"' --cfg 'feature="gte_clang_3_9"' --cfg 'feature="gte_clang_4_0"' --cfg 'feature="gte_clang_5_0"' --cfg 'feature="gte_clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=8226444784e3d34a -C extra-filename=-8226444784e3d34a --out-dir /<<PKGBUILDDIR>>/target/debug/build/clang-sys-8226444784e3d34a -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern glob=/<<PKGBUILDDIR>>/target/debug/deps/libglob-d240d0fb2b8dd71b.rlib --cap-lints warn`
>    Compiling textwrap v0.11.0
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/textwrap-0.11.0 CARGO_PKG_REPOSITORY='https://github.com/mgeisler/textwrap' CARGO_PKG_NAME=textwrap CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_DESCRIPTION='Textwrap is a small library for word wrapping, indenting, and
> dedenting strings.
> 
> You can use it to format strings (such as help and error messages) for
> display in commandline applications. It is designed to be efficient
> and handle Unicode characters correctly.
> ' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.11.0 CARGO_PKG_AUTHORS='Martin Geisler <martin at geisler.net>' CARGO_PKG_VERSION_PRE= rustc --crate-name textwrap /<<PKGBUILDDIR>>/debian/cargo_registry/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=da1e02abe7cccb4d -C extra-filename=-da1e02abe7cccb4d --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern unicode_width=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_width-06147266ec052b44.rmeta --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/proc-macro2-4c3b93ebd7c8a0c2/build-script-build`
> [proc-macro2 1.0.18] cargo:rerun-if-changed=build.rs
>    Compiling libloading v0.5.0
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libloading-0.5.0 CARGO_PKG_REPOSITORY='https://github.com/nagisa/rust_libloading/' CARGO_PKG_NAME=libloading CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_DESCRIPTION='A safer binding to platform’s dynamic library loading utilities' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_AUTHORS='Simonas Kazlauskas <libloading at kazlauskas.me>' CARGO_PKG_VERSION_PRE= rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/libloading-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=ee3813845b3c8904 -C extra-filename=-ee3813845b3c8904 --out-dir /<<PKGBUILDDIR>>/target/debug/build/libloading-ee3813845b3c8904 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cc=/<<PKGBUILDDIR>>/target/debug/deps/libcc-67bf5fa8aeb99296.rlib --cap-lints warn`
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.73 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/libc-f3eeff229c71a7fe/out CARGO_PKG_NAME=libc CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_VERSION_PATCH=73 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.2.73 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PRE= rustc --crate-name libc /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=51bd172cc988598d -C extra-filename=-51bd172cc988598d --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_core_cvoid --cfg libc_packedN`
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.73 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/libc-b71ce1b0083aba45/out CARGO_PKG_NAME=libc CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_VERSION_PATCH=73 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.2.73 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PRE= rustc --crate-name libc /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=537c57d045368362 -C extra-filename=-537c57d045368362 --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/sleef-sys-0.1.2 --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN`
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.2.1 CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-memchr' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/memchr-b8140a9fbb8ded0d/out CARGO_PKG_NAME=memchr CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION=2.2.1 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>:bluss' CARGO_PKG_VERSION_PRE= rustc --crate-name memchr /<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=94e0ad0d3641d4d2 -C extra-filename=-94e0ad0d3641d4d2 --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`
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.8 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/log-07b83a1c002a5a59/out CARGO_PKG_NAME=log CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
> ' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.4.8 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PRE= rustc --crate-name log /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="std"' -C metadata=820630c8694d72d8 -C extra-filename=-820630c8694d72d8 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/debug/deps/libcfg_if-ca49f2e4ce3f1d09.rmeta --cap-lints warn --cfg atomic_cas`
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/byteorder-1.3.4 CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/byteorder-1709b12bc435be83/out CARGO_PKG_NAME=byteorder CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.3.4 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name byteorder /<<PKGBUILDDIR>>/debian/cargo_registry/byteorder-1.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d32177d1c68cb213 -C extra-filename=-d32177d1c68cb213 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn --cfg byteorder_i128`
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.8/src/lib.rs:309:29
>     |
> 309 | static mut LOGGER: &'static Log = &NopLogger;
>     |                             ^^^ help: use `dyn`: `dyn Log`
>     |
>     = note: `#[warn(bare_trait_objects)]` on by default
> 
> warning: trait objects without an explicit `dyn` are deprecated
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.8/src/lib.rs:1213:37
>      |
> 1213 | pub fn set_boxed_logger(logger: Box<Log>) -> Result<(), SetLoggerError> {
>      |                                     ^^^ help: use `dyn`: `dyn Log`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.8/src/lib.rs:1271:36
>      |
> 1271 | pub fn set_logger(logger: &'static Log) -> Result<(), SetLoggerError> {
>      |                                    ^^^ help: use `dyn`: `dyn Log`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.8/src/lib.rs:1278:29
>      |
> 1278 |     F: FnOnce() -> &'static Log,
>      |                             ^^^ help: use `dyn`: `dyn Log`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.8/src/lib.rs:1315:48
>      |
> 1315 | pub unsafe fn set_logger_racy(logger: &'static Log) -> Result<(), SetLoggerError> {
>      |                                                ^^^ help: use `dyn`: `dyn Log`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.8/src/lib.rs:1375:29
>      |
> 1375 | pub fn logger() -> &'static Log {
>      |                             ^^^ help: use `dyn`: `dyn Log`
> 
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.2.1 CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/bitflags-e16943209aaf7b1d/out CARGO_PKG_NAME=bitflags CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
> ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.2.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PRE= rustc --crate-name bitflags /<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=ef4e084f18e5e8b8 -C extra-filename=-ef4e084f18e5e8b8 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn --cfg bitflags_const_fn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/nom-eeba2aa46c325742/build-script-build`
> [nom 4.2.3] cargo:rustc-cfg=stable_i128
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.18 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/proc-macro2' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/proc-macro2-f5780c5b27ba56ac/out CARGO_PKG_NAME=proc-macro2 CARGO_PKG_VERSION_MINOR=0 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_VERSION_PATCH=18 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.0.18 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>:David Tolnay <dtolnay at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name proc_macro2 --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=37915b28afb38dab -C extra-filename=-37915b28afb38dab --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern unicode_xid=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_xid-7153c88fd688a1ba.rmeta --cap-lints warn`
> warning: 6 warnings emitted
> 
>      Running `/<<PKGBUILDDIR>>/target/debug/build/clang-sys-8226444784e3d34a/build-script-build`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libloading-ee3813845b3c8904/build-script-build`
> [libloading 0.5.0] cargo:rustc-link-lib=dl
> [libloading 0.5.0] TARGET = Some("x86_64-unknown-linux-gnu")
> [libloading 0.5.0] OPT_LEVEL = Some("0")
> [libloading 0.5.0] HOST = Some("x86_64-unknown-linux-gnu")
> [libloading 0.5.0] CC_x86_64-unknown-linux-gnu = None
> [libloading 0.5.0] CC_x86_64_unknown_linux_gnu = None
> [libloading 0.5.0] HOST_CC = None
> [libloading 0.5.0] CC = None
> [libloading 0.5.0] CFLAGS_x86_64-unknown-linux-gnu = None
> [libloading 0.5.0] CFLAGS_x86_64_unknown_linux_gnu = None
> [libloading 0.5.0] HOST_CFLAGS = None
> [libloading 0.5.0] CFLAGS = Some("-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security")
> [libloading 0.5.0] CRATE_CC_NO_DEFAULTS = None
> [libloading 0.5.0] DEBUG = Some("true")
> [libloading 0.5.0] CARGO_CFG_TARGET_FEATURE = Some("fxsr,mmx,sse,sse2")
> [libloading 0.5.0] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-g" "-O2" "-fdebug-prefix-map=/<<PKGBUILDDIR>>=." "-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-o" "/<<PKGBUILDDIR>>/target/debug/build/libloading-e8a4d44a01b28e52/out/src/os/unix/global_static.o" "-c" "src/os/unix/global_static.c"
>    Compiling aho-corasick v0.7.10
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/aho-corasick-0.7.10 CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_NAME=aho-corasick CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.7.10 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name aho_corasick /<<PKGBUILDDIR>>/debian/cargo_registry/aho-corasick-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=68fbf08c548ae27c -C extra-filename=-68fbf08c548ae27c --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern memchr=/<<PKGBUILDDIR>>/target/debug/deps/libmemchr-94e0ad0d3641d4d2.rmeta --cap-lints warn`
> [libloading 0.5.0] exit code: 0
> [libloading 0.5.0] AR_x86_64-unknown-linux-gnu = None
> [libloading 0.5.0] AR_x86_64_unknown_linux_gnu = None
> [libloading 0.5.0] HOST_AR = None
> [libloading 0.5.0] AR = None
> [libloading 0.5.0] running: "ar" "crs" "/<<PKGBUILDDIR>>/target/debug/build/libloading-e8a4d44a01b28e52/out/libglobal_static.a" "/<<PKGBUILDDIR>>/target/debug/build/libloading-e8a4d44a01b28e52/out/src/os/unix/global_static.o"
> [libloading 0.5.0] exit code: 0
> [libloading 0.5.0] cargo:rustc-link-lib=static=global_static
> [libloading 0.5.0] cargo:rustc-link-search=native=/<<PKGBUILDDIR>>/target/debug/build/libloading-e8a4d44a01b28e52/out
> [libloading 0.5.0] dh-cargo:deb-built-using=global_static=0=/<<PKGBUILDDIR>>/debian/cargo_registry/libloading-0.5.0
>    Compiling atty v0.2.14
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/atty-0.2.14 CARGO_PKG_REPOSITORY='https://github.com/softprops/atty' CARGO_PKG_NAME=atty CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='A simple interface for querying atty' CARGO_PKG_HOMEPAGE='https://github.com/softprops/atty' CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.2.14 CARGO_PKG_AUTHORS='softprops <d.tangren at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name atty /<<PKGBUILDDIR>>/debian/cargo_registry/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=7c19af36f04b792a -C extra-filename=-7c19af36f04b792a --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-51bd172cc988598d.rmeta --cap-lints warn`
>    Compiling which v3.0.0
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/which-3.0.0 CARGO_PKG_REPOSITORY='https://github.com/harryfei/which-rs.git' CARGO_PKG_NAME=which CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION='A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION=3.0.0 CARGO_PKG_AUTHORS='Harry Fei <tiziyuanfang at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name which /<<PKGBUILDDIR>>/debian/cargo_registry/which-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=c4ae7694cff2b0db -C extra-filename=-c4ae7694cff2b0db --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-51bd172cc988598d.rmeta --cap-lints warn`
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3 CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/nom-38db7d444262e2fd/out CARGO_PKG_NAME=nom CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION=4.2.3 CARGO_PKG_AUTHORS='contact at geoffroycouprie.com' CARGO_PKG_VERSION_PRE= rustc --crate-name nom /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="verbose-errors"' -C metadata=671977ff997f9ce4 -C extra-filename=-671977ff997f9ce4 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern memchr=/<<PKGBUILDDIR>>/target/debug/deps/libmemchr-94e0ad0d3641d4d2.rmeta --cap-lints warn --cfg stable_i128`
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/internal.rs:115:30
>     |
> 115 |   fn cause(&self) -> Option<&Error> {
>     |                              ^^^^^ help: use `dyn`: `dyn Error`
>     |
>     = note: `#[warn(bare_trait_objects)]` on by default
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:714:9
>     |
> 714 |       (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b,
>     |         ^^^ help: use `..=` for an inclusive range
>     |
>     = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:714:17
>     |
> 714 |       (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b,
>     |                 ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:714:29
>     |
> 714 |       (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b,
>     |                             ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:714:38
>     |
> 714 |       (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b,
>     |                                      ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:714:51
>     |
> 714 |       (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b,
>     |                                                   ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:714:62
>     |
> 714 |       (0...64, 0...64) | (91...96, 91...96) | (123...255, 123...255) => a == b,
>     |                                                              ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:715:10
>     |
> 715 |       (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122) | (97...122, 65...90) => *a | 0b00_10_00_00 == *b | 0b00_10_00_00,
>     |          ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:715:19
>     |
> 715 |       (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122) | (97...122, 65...90) => *a | 0b00_10_00_00 == *b | 0b00_10_00_00,
>     |                   ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:715:31
>     |
> 715 |       (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122) | (97...122, 65...90) => *a | 0b00_10_00_00 == *b | 0b00_10_00_00,
>     |                               ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:715:41
>     |
> 715 |       (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122) | (97...122, 65...90) => *a | 0b00_10_00_00 == *b | 0b00_10_00_00,
>     |                                         ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:715:54
>     |
> 715 |       (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122) | (97...122, 65...90) => *a | 0b00_10_00_00 == *b | 0b00_10_00_00,
>     |                                                      ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:715:63
>     |
> 715 |       (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122) | (97...122, 65...90) => *a | 0b00_10_00_00 == *b | 0b00_10_00_00,
>     |                                                               ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:715:76
>     |
> 715 |       (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122) | (97...122, 65...90) => *a | 0b00_10_00_00 == *b | 0b00_10_00_00,
>     |                                                                            ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:715:86
>     |
> 715 |       (65...90, 65...90) | (97...122, 97...122) | (65...90, 97...122) | (97...122, 65...90) => *a | 0b00_10_00_00 == *b | 0b00_10_00_00,
>     |                                                                                      ^^^ help: use `..=` for an inclusive range
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/nom.rs:25:45
>    |
> 25 | pub fn tag_cl<'a, 'b>(rec: &'a [u8]) -> Box<Fn(&'b [u8]) -> IResult<&'b [u8], &'b [u8]> + 'a> {
>    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&'b [u8]) -> IResult<&'b [u8], &'b [u8]> + 'a`
> 
> warning: `#[inline]` is ignored on function prototypes
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:31:3
>    |
> 31 |   #[inline]
>    |   ^^^^^^^^^
>    |
>    = note: `#[warn(unused_attributes)]` on by default
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:163:3
>     |
> 163 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:170:3
>     |
> 170 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:175:3
>     |
> 175 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:178:3
>     |
> 178 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:181:3
>     |
> 181 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:184:3
>     |
> 184 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:187:3
>     |
> 187 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:907:3
>     |
> 907 |   #[inline(always)]
>     |   ^^^^^^^^^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:1069:3
>      |
> 1069 |   #[inline]
>      |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-4.2.3/src/traits.rs:1072:3
>      |
> 1072 |   #[inline]
>      |   ^^^^^^^^^
> 
>    Compiling rustc-hash v1.0.1
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/rustc-hash-1.0.1 CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_NAME=rustc-hash CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PRE= rustc --crate-name rustc_hash /<<PKGBUILDDIR>>/debian/cargo_registry/rustc-hash-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=6c49591aa27a13e4 -C extra-filename=-6c49591aa27a13e4 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern byteorder=/<<PKGBUILDDIR>>/target/debug/deps/libbyteorder-d32177d1c68cb213.rmeta --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/bindgen-942dddcccce02737/build-script-build`
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libloading-0.5.0 CARGO_PKG_REPOSITORY='https://github.com/nagisa/rust_libloading/' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/libloading-e8a4d44a01b28e52/out CARGO_PKG_NAME=libloading CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_DESCRIPTION='A safer binding to platform’s dynamic library loading utilities' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_AUTHORS='Simonas Kazlauskas <libloading at kazlauskas.me>' CARGO_PKG_VERSION_PRE= rustc --crate-name libloading /<<PKGBUILDDIR>>/debian/cargo_registry/libloading-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=f43e9ae97a967d98 -C extra-filename=-f43e9ae97a967d98 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn -L native=/<<PKGBUILDDIR>>/target/debug/build/libloading-e8a4d44a01b28e52/out -l dl -l static=global_static`
> warning: use of deprecated item 'try': use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/libloading-0.5.0/src/os/unix/mod.rs:127:33
>     |
> 127 |             Some(ref f) => Some(try!(cstr_cow_from_bytes(f.as_ref().as_bytes()))),
>     |                                 ^^^
>     |
>     = note: `#[warn(deprecated)]` on by default
> 
> warning: use of deprecated item 'try': use the `?` operator instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/libloading-0.5.0/src/os/unix/mod.rs:170:22
>     |
> 170 |         let symbol = try!(cstr_cow_from_bytes(symbol));
>     |                      ^^^
> 
> warning: use of deprecated item 'try': use the `?` operator instead
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/libloading-0.5.0/src/util.rs:45:35
>    |
> 45 |         Some(&0) => Cow::Borrowed(try!(CStr::from_bytes_with_nul(slice))),
>    |                                   ^^^
> 
> warning: use of deprecated item 'try': use the `?` operator instead
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/libloading-0.5.0/src/util.rs:47:31
>    |
> 47 |         Some(_) => Cow::Owned(try!(CString::new(slice))),
>    |                               ^^^
> 
> warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/libloading-0.5.0/src/os/unix/mod.rs:260:36
>     |
> 260 |             let mut info: DlInfo = mem::uninitialized();
>     |                                    ^^^^^^^^^^^^^^^^^^
> 
> warning: 5 warnings emitted
> 
>    Compiling clap v2.33.0
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0 CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_NAME=clap CARGO_PKG_VERSION_MINOR=33 CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser
> ' CARGO_PKG_HOMEPAGE='https://clap.rs/' CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION=2.33.0 CARGO_PKG_AUTHORS='Kevin K. <kbknapp at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name clap /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -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=ef8cc6d4c56bbd8b -C extra-filename=-ef8cc6d4c56bbd8b --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern ansi_term=/<<PKGBUILDDIR>>/target/debug/deps/libansi_term-a9ec225712220164.rmeta --extern atty=/<<PKGBUILDDIR>>/target/debug/deps/libatty-7c19af36f04b792a.rmeta --extern bitflags=/<<PKGBUILDDIR>>/target/debug/deps/libbitflags-ef4e084f18e5e8b8.rmeta --extern strsim=/<<PKGBUILDDIR>>/target/debug/deps/libstrsim-af14b853b9d54733.rmeta --extern textwrap=/<<PKGBUILDDIR>>/target/debug/deps/libtextwrap-da1e02abe7cccb4d.rmeta --extern unicode_width=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_width-06147266ec052b44.rmeta --extern vec_map=/<<PKGBUILDDIR>>/target/debug/deps/libvec_map-2b4a60a026195621.rmeta --cap-lints warn`
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:142:17
>     |
> 142 | /                 (self.flags.iter().any(|f| &f.b.name == arg)
> 143 | |                     || self.opts.iter().any(|o| &o.b.name == arg)
> 144 | |                     || self.positionals.values().any(|p| &p.b.name == arg)
> 145 | |                     || self.groups.iter().any(|g| &g.name == arg))
>     | |__________________________________________________________________^
>     |
>     = note: `#[warn(unused_parens)]` on by default
> help: remove these parentheses
>     |
> 142 |                 self.flags.iter().any(|f| &f.b.name == arg)
> 143 |                     || self.opts.iter().any(|o| &o.b.name == arg)
> 144 |                     || self.positionals.values().any(|p| &p.b.name == arg)
> 145 |                     || self.groups.iter().any(|g| &g.name == arg)
>     |
> 
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:193:13
>     |
> 193 |             (self.positionals.len() + 1)
>     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
> 
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:301:17
>     |
> 301 |                 (self.positionals.len() + 1)
>     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
> 
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:326:17
>     |
> 326 |                 (self.positionals.len() + 1)
>     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
> 
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:803:17
>     |
> 803 |                 (o.is_set(ArgSettings::AllowLeadingHyphen) || app_wide_settings)
>     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
> 
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:810:17
>     |
> 810 |                 (p.is_set(ArgSettings::AllowLeadingHyphen) || app_wide_settings)
>     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/macros.rs:958:67
>     |
> 958 |             fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> { x }
>     |                                                                   ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
>     | 
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:922:39
>     |
> 922 |                         let any_arg = find_any_by_name!(self, self.cache.unwrap_or(""));
>     |                                       ------------------------------------------------- in this macro invocation
>     |
>     = note: `#[warn(bare_trait_objects)]` on by default
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trait objects without an explicit `dyn` are deprecated
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/macros.rs:958:67
>      |
> 958  |             fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> { x }
>      |                                                                   ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
>      | 
>     ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:1065:39
>      |
> 1065 |                         let any_arg = find_any_by_name!(self, self.cache.unwrap_or(""));
>      |                                       ------------------------------------------------- in this macro invocation
>      |
>      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trait objects without an explicit `dyn` are deprecated
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/macros.rs:958:67
>      |
> 958  |             fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> { x }
>      |                                                                   ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
>      | 
>     ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:1192:27
>      |
> 1192 |             let any_arg = find_any_by_name!(self, self.cache.unwrap_or(""));
>      |                           ------------------------------------------------- in this macro invocation
>      |
>      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trait objects without an explicit `dyn` are deprecated
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:2098:55
>      |
> 2098 |     pub fn find_any_arg(&self, name: &str) -> Option<&AnyArg<'a, 'b>> {
>      |                                                       ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:47:27
>    |
> 47 |     fn as_base(&self) -> &ArgWithDisplay<'b, 'c>;
>    |                           ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithDisplay<'b, 'c>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:53:27
>    |
> 53 |     fn as_base(&self) -> &ArgWithDisplay<'b, 'c> {
>    |                           ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithDisplay<'b, 'c>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:58:61
>    |
> 58 | fn as_arg_trait<'a, 'b, T: ArgWithOrder<'a, 'b>>(x: &T) -> &ArgWithOrder<'a, 'b> {
>    |                                                             ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithOrder<'a, 'b>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:89:21
>    |
> 89 |     writer: &'a mut Write,
>    |                     ^^^^^ help: use `dyn`: `dyn Write`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:105:20
>     |
> 105 |         w: &'a mut Write,
>     |                    ^^^^^ help: use `dyn`: `dyn Write`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:143:38
>     |
> 143 |     pub fn write_app_help(w: &'a mut Write, app: &App, use_long: bool) -> ClapResult<()> {
>     |                                      ^^^^^ help: use `dyn`: `dyn Write`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:150:41
>     |
> 150 |     pub fn write_parser_help(w: &'a mut Write, parser: &Parser, use_long: bool) -> ClapResult<()> {
>     |                                         ^^^^^ help: use `dyn`: `dyn Write`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:158:51
>     |
> 158 |     pub fn write_parser_help_to_stderr(w: &'a mut Write, parser: &Parser) -> ClapResult<()> {
>     |                                                   ^^^^^ help: use `dyn`: `dyn Write`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:165:20
>     |
> 165 |         w: &'a mut Write,
>     |                    ^^^^^ help: use `dyn`: `dyn Write`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:209:32
>     |
> 209 |         I: Iterator<Item = &'d ArgWithOrder<'b, 'c>>,
>     |                                ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithOrder<'b, 'c>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:237:32
>     |
> 237 |         I: Iterator<Item = &'d ArgWithOrder<'b, 'c>>,
>     |                                ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithOrder<'b, 'c>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:274:43
>     |
> 274 |     fn write_arg<'b, 'c>(&mut self, arg: &ArgWithDisplay<'b, 'c>) -> io::Result<()> {
>     |                                           ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithDisplay<'b, 'c>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:284:39
>     |
> 284 |     fn short<'b, 'c>(&mut self, arg: &ArgWithDisplay<'b, 'c>) -> io::Result<()> {
>     |                                       ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithDisplay<'b, 'c>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:297:38
>     |
> 297 |     fn long<'b, 'c>(&mut self, arg: &ArgWithDisplay<'b, 'c>) -> io::Result<()> {
>     |                                      ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithDisplay<'b, 'c>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:326:37
>     |
> 326 |     fn val<'b, 'c>(&mut self, arg: &ArgWithDisplay<'b, 'c>) -> Result<String, io::Error> {
>     |                                     ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithDisplay<'b, 'c>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:453:38
>     |
> 453 |     fn help<'b, 'c>(&mut self, arg: &ArgWithDisplay<'b, 'c>, spec_vals: &str) -> io::Result<()> {
>     |                                      ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithDisplay<'b, 'c>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:509:29
>     |
> 509 |     fn spec_vals(&self, a: &ArgWithDisplay) -> String {
>     |                             ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithDisplay`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/help.rs:577:42
>     |
> 577 | fn should_show_arg(use_long: bool, arg: &ArgWithOrder) -> bool {
>     |                                          ^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithOrder`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/macros.rs:958:67
>     |
> 958 |             fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> { x }
>     |                                                                   ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
>     | 
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/validator.rs:210:32
>     |
> 210 |             if let Some(arg) = find_any_by_name!(self.0, name) {
>     |                                ------------------------------- in this macro invocation
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/macros.rs:958:67
>     |
> 958 |             fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> { x }
>     |                                                                   ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
>     | 
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/validator.rs:223:39
>     |
> 223 |                     if let Some(bl) = find_any_by_name!(self.0, *arg).unwrap().blacklist() {
>     |                                       ------------------------------- in this macro invocation
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/validator.rs:355:25
>     |
> 355 |                         (ma.vals.len() % num as usize)
>     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/macros.rs:958:67
>     |
> 958 |             fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> { x }
>     |                                                                   ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
>     | 
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/validator.rs:458:37
>     |
> 458 |             } else if let Some(a) = find_any_by_name!(self.0, *name) {
>     |                                     -------------------------------- in this macro invocation
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/validator.rs:499:42
>     |
> 499 |     fn validate_arg_conflicts(&self, a: &AnyArg, matcher: &ArgMatcher) -> Option<bool> {
>     |                                          ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/validator.rs:513:44
>     |
> 513 |     fn validate_required_unless(&self, a: &AnyArg, matcher: &ArgMatcher) -> Option<bool> {
>     |                                            ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/validator.rs:568:42
>     |
> 568 |     fn is_missing_required_ok(&self, a: &AnyArg, matcher: &ArgMatcher) -> bool {
>     |                                          ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/mod.rs:1805:39
>      |
> 1805 |     fn validator(&self) -> Option<&Rc<Fn(String) -> StdResult<(), String>>> { None }
>      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(String) -> StdResult<(), String>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/mod.rs:1806:42
>      |
> 1806 |     fn validator_os(&self) -> Option<&Rc<Fn(&OsStr) -> StdResult<(), OsString>>> { None }
>      |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&OsStr) -> StdResult<(), OsString>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/any_arg.rs:26:39
>    |
> 26 |     fn validator(&self) -> Option<&Rc<Fn(String) -> Result<(), String>>>;
>    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(String) -> Result<(), String>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/any_arg.rs:27:42
>    |
> 27 |     fn validator_os(&self) -> Option<&Rc<Fn(&OsStr) -> Result<(), OsString>>>;
>    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&OsStr) -> Result<(), OsString>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/any_arg.rs:60:39
>    |
> 60 |     fn validator(&self) -> Option<&Rc<Fn(String) -> Result<(), String>>> { (*self).validator() }
>    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(String) -> Result<(), String>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/any_arg.rs:61:42
>    |
> 61 |     fn validator_os(&self) -> Option<&Rc<Fn(&OsStr) -> Result<(), OsString>>> { (*self).validator_os() }
>    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&OsStr) -> Result<(), OsString>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/arg_matcher.rs:24:60
>    |
> 24 |     pub fn process_arg_overrides<'b>(&mut self, a: Option<&AnyArg<'a, 'b>>, overrides: &mut Vec<(&'b str, &'a str)>, required: &mut Vec<&'a str>, check_all: bool) {
>    |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/arg_matcher.rs:56:60
>    |
> 56 |     pub fn handle_self_overrides<'b>(&mut self, a: Option<&AnyArg<'a, 'b>>) {
>    |                                                            ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/arg_builder/flag.rs:79:39
>    |
> 79 |     fn validator(&self) -> Option<&Rc<Fn(String) -> StdResult<(), String>>> { None }
>    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(String) -> StdResult<(), String>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/arg_builder/flag.rs:80:42
>    |
> 80 |     fn validator_os(&self) -> Option<&Rc<Fn(&OsStr) -> StdResult<(), OsString>>> { None }
>    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&OsStr) -> StdResult<(), OsString>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/arg_builder/positional.rs:150:39
>     |
> 150 |     fn validator(&self) -> Option<&Rc<Fn(String) -> StdResult<(), String>>> {
>     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(String) -> StdResult<(), String>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/arg_builder/positional.rs:153:42
>     |
> 153 |     fn validator_os(&self) -> Option<&Rc<Fn(&OsStr) -> StdResult<(), OsString>>> {
>     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&OsStr) -> StdResult<(), OsString>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/arg_builder/option.rs:132:39
>     |
> 132 |     fn validator(&self) -> Option<&Rc<Fn(String) -> StdResult<(), String>>> {
>     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(String) -> StdResult<(), String>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/arg_builder/option.rs:135:42
>     |
> 135 |     fn validator_os(&self) -> Option<&Rc<Fn(&OsStr) -> StdResult<(), OsString>>> {
>     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&OsStr) -> StdResult<(), OsString>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/arg_builder/valued.rs:19:30
>    |
> 19 |     pub validator: Option<Rc<Fn(String) -> Result<(), String>>>,
>    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(String) -> Result<(), String>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/arg_builder/valued.rs:20:33
>    |
> 20 |     pub validator_os: Option<Rc<Fn(&OsStr) -> Result<(), OsString>>>,
>    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&OsStr) -> Result<(), OsString>`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/errors.rs:410:15
>     |
> 410 |         arg: &AnyArg,
>     |               ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/errors.rs:448:33
>     |
> 448 |     pub fn empty_value<U>(arg: &AnyArg, usage: U, color: ColorWhen) -> Self
>     |                                 ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/errors.rs:476:15
>     |
> 476 |         arg: &AnyArg,
>     |               ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/errors.rs:662:48
>     |
> 662 |     pub fn too_many_values<V, U>(val: V, arg: &AnyArg, usage: U, color: ColorWhen) -> Self
>     |                                                ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/errors.rs:691:15
>     |
> 691 |         arg: &AnyArg,
>     |               ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/errors.rs:724:42
>     |
> 724 |     pub fn value_validation(arg: Option<&AnyArg>, err: String, color: ColorWhen) -> Self
>     |                                          ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/errors.rs:748:24
>     |
> 748 |         let n: Option<&AnyArg> = None;
>     |                        ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/errors.rs:754:15
>     |
> 754 |         arg: &AnyArg,
>     |               ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/errors.rs:789:47
>     |
> 789 |     pub fn unexpected_multiple_usage<U>(arg: &AnyArg, usage: U, color: ColorWhen) -> Self
>     |                                               ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: 27 warnings emitted
> 
>    Compiling quote v1.0.7
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.7 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_NAME=quote CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.0.7 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name quote --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=c05fd8cc97724853 -C extra-filename=-c05fd8cc97724853 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-37915b28afb38dab.rmeta --cap-lints warn`
> warning: use of deprecated item 'bitflags::core::str::<impl str>::trim_left_matches': superseded by `trim_start_matches`
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:90:19
>    |
> 90 |         let c = s.trim_left_matches(|c| c == '-')
>    |                   ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches`
>    |
>    = note: `#[warn(deprecated)]` on by default
> 
> warning: use of deprecated item 'bitflags::core::str::<impl str>::trim_left_matches': superseded by `trim_start_matches`
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:98:19
>    |
> 98 |         let c = s.trim_left_matches(|c| c == '-')
>    |                   ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches`
> 
> warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/app/parser.rs:131:75
>     |
> 131 |             Err(why) => panic!("couldn't create completion file: {}", why.description()),
>     |                                                                           ^^^^^^^^^^^
> 
>    Compiling regex v1.3.7
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.3.7 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_NAME=regex CARGO_PKG_VERSION_MINOR=3 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_VERSION_PATCH=7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION=1.3.7 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PRE= rustc --crate-name regex /<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -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="thread_local"' --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=6dd28c0c8a9a1e8b -C extra-filename=-6dd28c0c8a9a1e8b --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern aho_corasick=/<<PKGBUILDDIR>>/target/debug/deps/libaho_corasick-68fbf08c548ae27c.rmeta --extern memchr=/<<PKGBUILDDIR>>/target/debug/deps/libmemchr-94e0ad0d3641d4d2.rmeta --extern regex_syntax=/<<PKGBUILDDIR>>/target/debug/deps/libregex_syntax-5f1032c402c41530.rmeta --extern thread_local=/<<PKGBUILDDIR>>/target/debug/deps/libthread_local-b9c4810aaa3cbb92.rmeta --cap-lints warn`
> warning: use of deprecated item 'bitflags::core::str::<impl str>::trim_left_matches': superseded by `trim_start_matches`
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/arg.rs:332:35
>     |
> 332 |         self.s.short = s.as_ref().trim_left_matches(|c| c == '-').chars().nth(0);
>     |                                   ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches`
> 
> warning: use of deprecated item 'bitflags::core::str::<impl str>::trim_left_matches': superseded by `trim_start_matches`
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/args/arg.rs:372:30
>     |
> 372 |         self.s.long = Some(l.trim_left_matches(|c| c == '-'));
>     |                              ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches`
> 
> warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/errors.rs:852:60
>     |
> 852 |             message: format!("{} {}", c.error("error:"), e.description()),
>     |                                                            ^^^^^^^^^^^
> 
> warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/errors.rs:905:63
>     |
> 905 |     fn from(e: io::Error) -> Self { Error::with_description(e.description(), ErrorKind::Io) }
>     |                                                               ^^^^^^^^^^^
> 
> warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.0/src/errors.rs:910:35
>     |
> 910 |         Error::with_description(e.description(), ErrorKind::Format)
>     |                                   ^^^^^^^^^^^
> 
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1 CARGO_PKG_REPOSITORY='https://github.com/KyleMayes/clang-sys' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/clang-sys-5ad21067299d73ba/out CARGO_PKG_NAME=clang-sys CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_DESCRIPTION='Rust bindings for libclang.' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.28.1 CARGO_PKG_AUTHORS='Kyle Mayes <kyle at mayeses.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name clang_sys /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="clang_6_0"' --cfg 'feature="gte_clang_3_6"' --cfg 'feature="gte_clang_3_7"' --cfg 'feature="gte_clang_3_8"' --cfg 'feature="gte_clang_3_9"' --cfg 'feature="gte_clang_4_0"' --cfg 'feature="gte_clang_5_0"' --cfg 'feature="gte_clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=46c83a1a9cb840da -C extra-filename=-46c83a1a9cb840da --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern glob=/<<PKGBUILDDIR>>/target/debug/deps/libglob-d240d0fb2b8dd71b.rmeta --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-51bd172cc988598d.rmeta --extern libloading=/<<PKGBUILDDIR>>/target/debug/deps/liblibloading-f43e9ae97a967d98.rmeta --cap-lints warn -L native=/<<PKGBUILDDIR>>/target/debug/build/libloading-e8a4d44a01b28e52/out`
> warning: use of deprecated item 'try': use the `?` operator instead
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1/src/link.rs:124:41
>      |
> 124  |               let (directory, filename) = try!(build::dynamic::find(true));
>      |                                           ^^^
>      | 
>     ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1/src/lib.rs:1618:1
>      |
> 1618 | / link! {
> 1619 | |     pub fn clang_CXCursorSet_contains(set: CXCursorSet, cursor: CXCursor) -> c_uint;
> 1620 | |     pub fn clang_CXCursorSet_insert(set: CXCursorSet, cursor: CXCursor) -> c_uint;
> 1621 | |     pub fn clang_CXIndex_getGlobalOptions(index: CXIndex) -> CXGlobalOptFlags;
> ...    |
> 2061 | |     pub fn clang_VerbatimLineComment_getText(comment: CXComment) -> CXString;
> 2062 | | }
>      | |_- in this macro invocation
>      |
>      = note: `#[warn(deprecated)]` on by default
>      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'try': use the `?` operator instead
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1/src/link.rs:135:50
>      |
> 135  |               let mut library = SharedLibrary::new(try!(library), path);
>      |                                                    ^^^
>      | 
>     ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1/src/lib.rs:1618:1
>      |
> 1618 | / link! {
> 1619 | |     pub fn clang_CXCursorSet_contains(set: CXCursorSet, cursor: CXCursor) -> c_uint;
> 1620 | |     pub fn clang_CXCursorSet_insert(set: CXCursorSet, cursor: CXCursor) -> c_uint;
> 1621 | |     pub fn clang_CXIndex_getGlobalOptions(index: CXIndex) -> CXGlobalOptFlags;
> ...    |
> 2061 | |     pub fn clang_VerbatimLineComment_getText(comment: CXComment) -> CXString;
> 2062 | | }
>      | |_- in this macro invocation
>      |
>      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'try': use the `?` operator instead
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1/src/link.rs:153:36
>      |
> 153  |               let library = Arc::new(try!(load_manually()));
>      |                                      ^^^
>      | 
>     ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1/src/lib.rs:1618:1
>      |
> 1618 | / link! {
> 1619 | |     pub fn clang_CXCursorSet_contains(set: CXCursorSet, cursor: CXCursor) -> c_uint;
> 1620 | |     pub fn clang_CXCursorSet_insert(set: CXCursorSet, cursor: CXCursor) -> c_uint;
> 1621 | |     pub fn clang_CXIndex_getGlobalOptions(index: CXIndex) -> CXGlobalOptFlags;
> ...    |
> 2061 | |     pub fn clang_VerbatimLineComment_getText(comment: CXComment) -> CXString;
> 2062 | | }
>      | |_- in this macro invocation
>      |
>      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
>    Compiling cexpr v0.3.3
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3 CARGO_PKG_REPOSITORY='https://github.com/jethrogb/rust-cexpr' CARGO_PKG_NAME=cexpr CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_DESCRIPTION='A C expression parser and evaluator' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.3.3 CARGO_PKG_AUTHORS='Jethro Beekman <jethro at jbeekman.nl>' CARGO_PKG_VERSION_PRE= rustc --crate-name cexpr /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=06651751411416e1 -C extra-filename=-06651751411416e1 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern nom=/<<PKGBUILDDIR>>/target/debug/deps/libnom-671977ff997f9ce4.rmeta --cap-lints warn`
> warning: use of deprecated item 'method': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:302:2
>     |
> 302 |     method!(unary<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |     ^^^^^^
>     |
>     = note: `#[warn(deprecated)]` on by default
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:302:2
>     |
> 302 |       method!(unary<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 303 | |         alt!(
> 304 | |             delimited!(p!("("),call_m!(self.numeric_expr),p!(")")) |
> 305 | |             numeric!(call_m!(self.literal)) |
> ...   |
> 308 | |         )
> 309 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:302:2
>     |
> 302 |       method!(unary<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 303 | |         alt!(
> 304 | |             delimited!(p!("("),call_m!(self.numeric_expr),p!(")")) |
> 305 | |             numeric!(call_m!(self.literal)) |
> ...   |
> 308 | |         )
> 309 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:302:2
>     |
> 302 |       method!(unary<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 303 | |         alt!(
> 304 | |             delimited!(p!("("),call_m!(self.numeric_expr),p!(")")) |
> 305 | |             numeric!(call_m!(self.literal)) |
> ...   |
> 308 | |         )
> 309 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:302:2
>     |
> 302 |       method!(unary<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 303 | |         alt!(
> 304 | |             delimited!(p!("("),call_m!(self.numeric_expr),p!(")")) |
> 305 | |             numeric!(call_m!(self.literal)) |
> ...   |
> 308 | |         )
> 309 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'method': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:311:2
>     |
> 311 |     method!(mul_div_rem<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |     ^^^^^^
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:311:2
>     |
> 311 |       method!(mul_div_rem<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 312 | |         do_parse!(
> 313 | |             acc: call_m!(self.unary) >>
> 314 | |             res: fold_many0!(
> ...   |
> 327 | |         )
> 328 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:311:2
>     |
> 311 |       method!(mul_div_rem<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 312 | |         do_parse!(
> 313 | |             acc: call_m!(self.unary) >>
> 314 | |             res: fold_many0!(
> ...   |
> 327 | |         )
> 328 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'method': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:330:2
>     |
> 330 |     method!(add_sub<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |     ^^^^^^
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:330:2
>     |
> 330 |       method!(add_sub<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 331 | |         do_parse!(
> 332 | |             acc: call_m!(self.mul_div_rem) >>
> 333 | |             res: fold_many0!(
> ...   |
> 345 | |         )
> 346 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:330:2
>     |
> 330 |       method!(add_sub<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 331 | |         do_parse!(
> 332 | |             acc: call_m!(self.mul_div_rem) >>
> 333 | |             res: fold_many0!(
> ...   |
> 345 | |         )
> 346 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'method': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:348:2
>     |
> 348 |     method!(shl_shr<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |     ^^^^^^
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:348:2
>     |
> 348 |       method!(shl_shr<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 349 | |         numeric!(do_parse!(
> 350 | |             acc: call_m!(self.add_sub) >>
> 351 | |             res: fold_many0!(
> ...   |
> 363 | |         ))
> 364 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:348:2
>     |
> 348 |       method!(shl_shr<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 349 | |         numeric!(do_parse!(
> 350 | |             acc: call_m!(self.add_sub) >>
> 351 | |             res: fold_many0!(
> ...   |
> 363 | |         ))
> 364 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'method': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:366:2
>     |
> 366 |     method!(and<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |     ^^^^^^
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:366:2
>     |
> 366 |       method!(and<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 367 | |         numeric!(do_parse!(
> 368 | |             acc: call_m!(self.shl_shr) >>
> 369 | |             res: fold_many0!(
> ...   |
> 377 | |         ))
> 378 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:366:2
>     |
> 366 |       method!(and<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 367 | |         numeric!(do_parse!(
> 368 | |             acc: call_m!(self.shl_shr) >>
> 369 | |             res: fold_many0!(
> ...   |
> 377 | |         ))
> 378 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'method': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:380:2
>     |
> 380 |     method!(xor<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |     ^^^^^^
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:380:2
>     |
> 380 |       method!(xor<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 381 | |         numeric!(do_parse!(
> 382 | |             acc: call_m!(self.and) >>
> 383 | |             res: fold_many0!(
> ...   |
> 391 | |         ))
> 392 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:380:2
>     |
> 380 |       method!(xor<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 381 | |         numeric!(do_parse!(
> 382 | |             acc: call_m!(self.and) >>
> 383 | |             res: fold_many0!(
> ...   |
> 391 | |         ))
> 392 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'method': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:394:2
>     |
> 394 |     method!(or<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |     ^^^^^^
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:394:2
>     |
> 394 |       method!(or<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 395 | |         numeric!(do_parse!(
> 396 | |             acc: call_m!(self.xor) >>
> 397 | |             res: fold_many0!(
> ...   |
> 405 | |         ))
> 406 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:394:2
>     |
> 394 |       method!(or<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 395 | |         numeric!(do_parse!(
> 396 | |             acc: call_m!(self.xor) >>
> 397 | |             res: fold_many0!(
> ...   |
> 405 | |         ))
> 406 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'method': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:451:2
>     |
> 451 |     method!(string<PRef<'a>,&[Token],Vec<u8>,::Error>, mut self,
>     |     ^^^^^^
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:451:2
>     |
> 451 |       method!(string<PRef<'a>,&[Token],Vec<u8>,::Error>, mut self,
>     |  _____^
> 452 | |         alt!(
> 453 | |             map_opt!(call_m!(self.literal),EvalResult::as_str) |
> 454 | |             map_opt!(call_m!(self.identifier),EvalResult::as_str)
> 455 | |         )
> 456 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:451:2
>     |
> 451 |       method!(string<PRef<'a>,&[Token],Vec<u8>,::Error>, mut self,
>     |  _____^
> 452 | |         alt!(
> 453 | |             map_opt!(call_m!(self.literal),EvalResult::as_str) |
> 454 | |             map_opt!(call_m!(self.identifier),EvalResult::as_str)
> 455 | |         )
> 456 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'method': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:459:2
>     |
> 459 |     method!(concat_str<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |     ^^^^^^
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:459:2
>     |
> 459 |       method!(concat_str<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 460 | |         map!(
> 461 | |             pair!(call_m!(self.string),many0!(comp!(call_m!(self.string)))),
> 462 | |             |(first,v)| Vec::into_iter(v).fold(first,|mut s,elem|{Vec::extend_from_slice(&mut s,Vec::<u8>::as_slice(&elem));s}).into()
> 463 | |         )
> 464 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:159:10
>     |
> 159 |               match $submac!(i_, $($args)*) {
>     |                     ^^^^^^^
> ...
> 459 |       method!(concat_str<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____-
> 460 | |         map!(
> 461 | |             pair!(call_m!(self.string),many0!(comp!(call_m!(self.string)))),
> 462 | |             |(first,v)| Vec::into_iter(v).fold(first,|mut s,elem|{Vec::extend_from_slice(&mut s,Vec::<u8>::as_slice(&elem));s}).into()
> 463 | |         )
> 464 | |     );
>     | |______- in this macro invocation
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'method': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:466:2
>     |
> 466 |     method!(expr<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |     ^^^^^^
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:466:2
>     |
> 466 |       method!(expr<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 467 | |         alt!(
> 468 | |             call_m!(self.numeric_expr) |
> 469 | |             delimited!(p!("("),call_m!(self.expr),p!(")")) |
> ...   |
> 473 | |         )
> 474 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:466:2
>     |
> 466 |       method!(expr<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 467 | |         alt!(
> 468 | |             call_m!(self.numeric_expr) |
> 469 | |             delimited!(p!("("),call_m!(self.expr),p!(")")) |
> ...   |
> 473 | |         )
> 474 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:466:2
>     |
> 466 |       method!(expr<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 467 | |         alt!(
> 468 | |             call_m!(self.numeric_expr) |
> 469 | |             delimited!(p!("("),call_m!(self.expr),p!(")")) |
> ...   |
> 473 | |         )
> 474 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:466:2
>     |
> 466 |       method!(expr<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 467 | |         alt!(
> 468 | |             call_m!(self.numeric_expr) |
> 469 | |             delimited!(p!("("),call_m!(self.expr),p!(")")) |
> ...   |
> 473 | |         )
> 474 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:466:2
>     |
> 466 |       method!(expr<PRef<'a>,&[Token],EvalResult,::Error>, mut self,
>     |  _____^
> 467 | |         alt!(
> 468 | |             call_m!(self.numeric_expr) |
> 469 | |             delimited!(p!("("),call_m!(self.expr),p!(")")) |
> ...   |
> 473 | |         )
> 474 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: use of deprecated item 'method': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:476:2
>     |
> 476 |     method!(macro_definition<PRef<'a>,&[Token],(&[u8],EvalResult),::Error>, mut self,
>     |     ^^^^^^
> 
> warning: use of deprecated item 'call_m': Please use the nom-methods crate instead
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/expr.rs:476:2
>     |
> 476 |       method!(macro_definition<PRef<'a>,&[Token],(&[u8],EvalResult),::Error>, mut self,
>     |  _____^
> 477 | |         pair!(typed_token!(Identifier),call_m!(self.expr))
> 478 | |     );
>     | |______^
>     |
>     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: `...` range patterns are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/literal.rs:58:6
>    |
> 58 |             0 ... 0x7f => CChar::Char(i as u8 as char),
>    |               ^^^ help: use `..=` for an inclusive range
>    |
>    = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/literal.rs:127:30
>     |
> 127 | named!(binary<u8>,byte!(b'0' ... b'1'));
>     |                              ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/literal.rs:128:29
>     |
> 128 | named!(octal<u8>,byte!(b'0' ... b'7'));
>     |                             ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/literal.rs:129:31
>     |
> 129 | named!(decimal<u8>,byte!(b'0' ... b'9'));
>     |                               ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/literal.rs:130:35
>     |
> 130 | named!(hexadecimal<u8>,byte!(b'0' ... b'9' | b'a' ... b'f' | b'A' ... b'F'));
>     |                                   ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/literal.rs:130:51
>     |
> 130 | named!(hexadecimal<u8>,byte!(b'0' ... b'9' | b'a' ... b'f' | b'A' ... b'F'));
>     |                                                   ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/literal.rs:130:67
>     |
> 130 | named!(hexadecimal<u8>,byte!(b'0' ... b'9' | b'a' ... b'f' | b'A' ... b'F'));
>     |                                                                   ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/literal.rs:154:6
>     |
> 154 |             0 ... 0x7f => CChar::Char(i as u8 as char),
>     |               ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/literal.rs:189:37
>     |
> 189 |         alt!( escaped_char | map!(byte!(0 ... 91 /* \=92 */ | 93 ... 255),CChar::from) ),
>     |                                           ^^^ help: use `..=` for an inclusive range
> 
> warning: `...` range patterns are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/literal.rs:189:60
>     |
> 189 |         alt!( escaped_char | map!(byte!(0 ... 91 /* \=92 */ | 93 ... 255),CChar::from) ),
>     |                                                                  ^^^ help: use `..=` for an inclusive range
> 
> warning: the item `InputTakeAtPosition` is imported redundantly
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.3.3/src/literal.rs:216:6
>     |
> 42  | use nom_crate::*;
>     |     ------------ the item `InputTakeAtPosition` is already imported here
> ...
> 216 |     use ::nom_crate::InputTakeAtPosition;
>     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     |
>     = note: `#[warn(unused_imports)]` on by default
> 
> warning: the type `CXCursorAndRangeVisitor` does not permit zero-initialization
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1/src/lib.rs:88:26
>      |
> 88   |                 unsafe { mem::zeroed() }
>      |                          ^^^^^^^^^^^^^
>      |                          |
>      |                          this code causes undefined behavior when executed
>      |                          help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
> ...
> 1278 | default!(CXCursorAndRangeVisitor);
>      | ---------------------------------- in this macro invocation
>      |
>      = note: `#[warn(invalid_value)]` on by default
> note: function pointers must be non-null (in this struct field)
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1/src/lib.rs:1275:5
>      |
> 1275 |     pub visit: extern "C" fn(*mut c_void, CXCursor, CXSourceRange) -> CXVisitorResult,
>      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: the type `IndexerCallbacks` does not permit zero-initialization
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1/src/lib.rs:88:26
>      |
> 88   |                 unsafe { mem::zeroed() }
>      |                          ^^^^^^^^^^^^^
>      |                          |
>      |                          this code causes undefined behavior when executed
>      |                          help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
> ...
> 1612 | default!(IndexerCallbacks);
>      | --------------------------- in this macro invocation
>      |
> note: function pointers must be non-null (in this struct field)
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-0.28.1/src/lib.rs:1602:5
>      |
> 1602 |     pub abortQuery: extern "C" fn(CXClientData, *mut c_void) -> c_int,
>      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
> 
> warning: 48 warnings emitted
> 
>    Compiling env_logger v0.7.1
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/env_logger-0.7.1 CARGO_PKG_REPOSITORY='https://github.com/sebasmagri/env_logger/' CARGO_PKG_NAME=env_logger CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment
> variable.
> ' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.7.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PRE= rustc --crate-name env_logger --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/env_logger-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=c53972cb94e2b2af -C extra-filename=-c53972cb94e2b2af --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern atty=/<<PKGBUILDDIR>>/target/debug/deps/libatty-7c19af36f04b792a.rmeta --extern humantime=/<<PKGBUILDDIR>>/target/debug/deps/libhumantime-7a68e6d0b3885c16.rmeta --extern log=/<<PKGBUILDDIR>>/target/debug/deps/liblog-820630c8694d72d8.rmeta --extern regex=/<<PKGBUILDDIR>>/target/debug/deps/libregex-6dd28c0c8a9a1e8b.rmeta --extern termcolor=/<<PKGBUILDDIR>>/target/debug/deps/libtermcolor-3404b27acdd4a0b4.rmeta --cap-lints warn`
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.51.1 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-bindgen' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/bindgen-022dc9667356b666/out CARGO_PKG_NAME=bindgen CARGO_PKG_VERSION_MINOR=51 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_VERSION_PATCH=1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.51.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_VERSION_PRE= rustc --crate-name bindgen /<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.51.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=2eddd3dc4337cb62 -C extra-filename=-2eddd3dc4337cb62 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bitflags=/<<PKGBUILDDIR>>/target/debug/deps/libbitflags-ef4e084f18e5e8b8.rmeta --extern cexpr=/<<PKGBUILDDIR>>/target/debug/deps/libcexpr-06651751411416e1.rmeta --extern cfg_if=/<<PKGBUILDDIR>>/target/debug/deps/libcfg_if-ca49f2e4ce3f1d09.rmeta --extern clang_sys=/<<PKGBUILDDIR>>/target/debug/deps/libclang_sys-46c83a1a9cb840da.rmeta --extern clap=/<<PKGBUILDDIR>>/target/debug/deps/libclap-ef8cc6d4c56bbd8b.rmeta --extern env_logger=/<<PKGBUILDDIR>>/target/debug/deps/libenv_logger-c53972cb94e2b2af.rmeta --extern lazy_static=/<<PKGBUILDDIR>>/target/debug/deps/liblazy_static-25223e28b5a5c827.rmeta --extern log=/<<PKGBUILDDIR>>/target/debug/deps/liblog-820630c8694d72d8.rmeta --extern peeking_take_while=/<<PKGBUILDDIR>>/target/debug/deps/libpeeking_take_while-d6f32303d943935d.rmeta --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-37915b28afb38dab.rmeta --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-c05fd8cc97724853.rmeta --extern regex=/<<PKGBUILDDIR>>/target/debug/deps/libregex-6dd28c0c8a9a1e8b.rmeta --extern rustc_hash=/<<PKGBUILDDIR>>/target/debug/deps/librustc_hash-6c49591aa27a13e4.rmeta --extern shlex=/<<PKGBUILDDIR>>/target/debug/deps/libshlex-ceb70266fbf97e54.rmeta --extern which=/<<PKGBUILDDIR>>/target/debug/deps/libwhich-c4ae7694cff2b0db.rmeta --cap-lints warn -L native=/<<PKGBUILDDIR>>/target/debug/build/libloading-e8a4d44a01b28e52/out`
> warning: unnecessary braces around method argument
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.51.1/src/codegen/mod.rs:3564:39
>      |
> 3564 |             self.methods().iter().map({ |m| m.rust_name() }).collect();
>      |                                       ^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
>      |
> note: the lint level is defined here
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.51.1/src/lib.rs:11:9
>      |
> 11   | #![deny(warnings)]
>      |         ^^^^^^^^
>      = note: `#[warn(unused_braces)]` implied by `#[warn(warnings)]`
> 
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.51.1/src/ir/comp.rs:359:17
>     |
> 359 |                 ((1u64 << self.width()) - 1u64)
>     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
>     |
> note: the lint level is defined here
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.51.1/src/lib.rs:11:9
>     |
> 11  | #![deny(warnings)]
>     |         ^^^^^^^^
>     = note: `#[warn(unused_parens)]` implied by `#[warn(warnings)]`
> 
> warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.51.1/src/codegen/error.rs:18:25
>    |
> 18 |         write!(f, "{}", error::Error::description(self))
>    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^
>    |
> note: the lint level is defined here
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.51.1/src/lib.rs:11:9
>    |
> 11 | #![deny(warnings)]
>    |         ^^^^^^^^
>    = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`
> 
> warning: 68 warnings emitted
> 
> warning: 5 warnings emitted
> 
> warning: 3 warnings emitted
> 
>    Compiling sleef-sys v0.1.2 (/<<PKGBUILDDIR>>)
>      Running `LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_REPOSITORY='https://github.com/gnzlbg/sleef-sys' CARGO_PKG_NAME=sleef-sys CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_DESCRIPTION='Rust FFI bindings to the SLEEF Vectorized Math Library
> ' CARGO_PKG_HOMEPAGE='https://github.com/gnzlbg/sleef-sys' CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_AUTHORS='gnzlbg <gonzalobg88 at gmail.com>' CARGO_PKG_VERSION_PRE= rustc --crate-name build_script_build build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=81f07659383d480e -C extra-filename=-81f07659383d480e --out-dir /<<PKGBUILDDIR>>/target/debug/build/sleef-sys-81f07659383d480e -C incremental=/<<PKGBUILDDIR>>/target/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bindgen=/<<PKGBUILDDIR>>/target/debug/deps/libbindgen-2eddd3dc4337cb62.rlib --extern env_logger=/<<PKGBUILDDIR>>/target/debug/deps/libenv_logger-c53972cb94e2b2af.rlib -L native=/<<PKGBUILDDIR>>/target/debug/build/libloading-e8a4d44a01b28e52/out`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/sleef-sys-81f07659383d480e/build-script-build`
> [sleef-sys 0.1.2] cargo:rustc-link-lib=sleef
> [sleef-sys 0.1.2] error: header '/usr/include/sleef.h' does not exist.
> [sleef-sys 0.1.2] thread 'main' panicked at 'Unable to generate bindings: ()', build.rs:98:20
> [sleef-sys 0.1.2] stack backtrace:
> [sleef-sys 0.1.2]    0: <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt
> [sleef-sys 0.1.2]    1: core::fmt::write
> [sleef-sys 0.1.2]    2: std::io::Write::write_fmt
> [sleef-sys 0.1.2]    3: std::panicking::default_hook::{{closure}}
> [sleef-sys 0.1.2]    4: std::panicking::default_hook
> [sleef-sys 0.1.2]    5: std::panicking::rust_panic_with_hook
> [sleef-sys 0.1.2]    6: rust_begin_unwind
> [sleef-sys 0.1.2]    7: core::panicking::panic_fmt
> [sleef-sys 0.1.2]    8: core::result::unwrap_failed
> [sleef-sys 0.1.2]    9: core::result::Result<T,E>::expect
> [sleef-sys 0.1.2]              at /usr/src/rustc-1.44.1/src/libcore/result.rs:963
> [sleef-sys 0.1.2]   10: build_script_build::main
> [sleef-sys 0.1.2]              at ./build.rs:98
> [sleef-sys 0.1.2]   11: std::rt::lang_start::{{closure}}
> [sleef-sys 0.1.2]              at /usr/src/rustc-1.44.1/src/libstd/rt.rs:67
> [sleef-sys 0.1.2]   12: std::rt::lang_start_internal
> [sleef-sys 0.1.2]   13: std::rt::lang_start
> [sleef-sys 0.1.2]              at /usr/src/rustc-1.44.1/src/libstd/rt.rs:67
> [sleef-sys 0.1.2]   14: main
> [sleef-sys 0.1.2]   15: __libc_start_main
> [sleef-sys 0.1.2]   16: _start
> [sleef-sys 0.1.2] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
> error: failed to run custom build command for `sleef-sys v0.1.2 (/<<PKGBUILDDIR>>)`
> 
> Caused by:
>   process didn't exit successfully: `/<<PKGBUILDDIR>>/target/debug/build/sleef-sys-81f07659383d480e/build-script-build` (exit code: 101)
> --- stdout
> cargo:rustc-link-lib=sleef
> 
> --- stderr
> error: header '/usr/include/sleef.h' does not exist.
> thread 'main' panicked at 'Unable to generate bindings: ()', build.rs:98:20
> stack backtrace:
>    0: <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt
>    1: core::fmt::write
>    2: std::io::Write::write_fmt
>    3: std::panicking::default_hook::{{closure}}
>    4: std::panicking::default_hook
>    5: std::panicking::rust_panic_with_hook
>    6: rust_begin_unwind
>    7: core::panicking::panic_fmt
>    8: core::result::unwrap_failed
>    9: core::result::Result<T,E>::expect
>              at /usr/src/rustc-1.44.1/src/libcore/result.rs:963
>   10: build_script_build::main
>              at ./build.rs:98
>   11: std::rt::lang_start::{{closure}}
>              at /usr/src/rustc-1.44.1/src/libstd/rt.rs:67
>   12: std::rt::lang_start_internal
>   13: std::rt::lang_start
>              at /usr/src/rustc-1.44.1/src/libstd/rt.rs:67
>   14: main
>   15: __libc_start_main
>   16: _start
> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
> 
> 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/2020/08/02/rust-sleef-sys_0.1.2-3_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Pkg-rust-maintainers mailing list