[Pkg-rust-maintainers] Bug#980656: rust-libnotcurses-sys: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101

Lucas Nussbaum lucas at debian.org
Wed Jan 20 20:47:26 GMT 2021


Source: rust-libnotcurses-sys
Version: 2.1.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210120 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package rust-libnotcurses-sys
> dpkg-buildpackage: info: source version 2.1.0-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Nick Black <dankamongmen at gmail.com>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --buildsystem cargo
>    dh_auto_clean -O--buildsystem=cargo
> 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', 'clean', '--verbose', '--verbose'],) {'check': True}
>    dh_autoreconf_clean -O--buildsystem=cargo
>    dh_clean -O--buildsystem=cargo
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building rust-libnotcurses-sys using existing ./rust-libnotcurses-sys_2.1.0.orig.tar.gz
> dpkg-source: warning: ignoring deletion of file Cargo.toml.orig, use --include-removal to override
> dpkg-source: info: building rust-libnotcurses-sys in rust-libnotcurses-sys_2.1.0-1.debian.tar.xz
> dpkg-source: info: building rust-libnotcurses-sys in rust-libnotcurses-sys_2.1.0-1.dsc
>  debian/rules binary
> dh binary --buildsystem cargo
>    dh_update_autotools_config -O--buildsystem=cargo
>    dh_autoreconf -O--buildsystem=cargo
>    dh_auto_configure -O--buildsystem=cargo
> 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: linking /usr/share/cargo/registry/* into /<<PKGBUILDDIR>>/debian/cargo_registry/
>    dh_auto_build -O--buildsystem=cargo
>    dh_auto_test -O--buildsystem=cargo
> 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', 'build', '--verbose', '--verbose', '-j4', '--target', 'x86_64-unknown-linux-gnu'],) {}
>    Compiling libc v0.2.80
>    Compiling memchr v2.3.3
>    Compiling version_check v0.9.2
>    Compiling glob v0.3.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.80 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_VERSION=0.2.80 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=80 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.80/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1702dbab0ba1049e -C extra-filename=-1702dbab0ba1049e --out-dir /<<PKGBUILDDIR>>/target/debug/build/libc-1702dbab0ba1049e -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.3.3 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_VERSION=2.3.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' -C metadata=bc8c81a2812e8480 -C extra-filename=-bc8c81a2812e8480 --out-dir /<<PKGBUILDDIR>>/target/debug/build/memchr-bc8c81a2812e8480 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=glob CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.3.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Support for matching file paths against Unix shell style patterns.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/glob' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glob CARGO_PKG_REPOSITORY='https://github.com/rust-lang/glob' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name glob /<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=54ed7b7d40db8bdb -C extra-filename=-54ed7b7d40db8bdb --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/version_check-0.9.2 CARGO_PKG_AUTHORS='Sergio Benitez <sb at sergio.bz>' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_VERSION=0.9.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name version_check /<<PKGBUILDDIR>>/debian/cargo_registry/version_check-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=85a6c758f5363e24 -C extra-filename=-85a6c758f5363e24 --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 associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.3.0/src/lib.rs:291:20
>     |
> 291 |         self.error.description()
>     |                    ^^^^^^^^^^^
>     |
>     = note: `#[warn(deprecated)]` on by default
> 
>    Compiling proc-macro2 v1.0.18
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.18 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>:David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple
> token-based libraries from the procedural macro use case.
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_VERSION=1.0.18 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=e580e139bebdf60b -C extra-filename=-e580e139bebdf60b --out-dir /<<PKGBUILDDIR>>/target/debug/build/proc-macro2-e580e139bebdf60b -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling lazy_static v1.4.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lazy_static-1.4.0 CARGO_PKG_AUTHORS='Marvin Löbel <loebel.marvin at gmail.com>' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name lazy_static /<<PKGBUILDDIR>>/debian/cargo_registry/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=567e3c296460ef14 -C extra-filename=-567e3c296460ef14 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling bitflags v1.2.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.2.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
> ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name 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 -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=bb50cf416ae4001c -C extra-filename=-bb50cf416ae4001c --out-dir /<<PKGBUILDDIR>>/target/debug/build/bitflags-bb50cf416ae4001c -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling log v0.4.11
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.11 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.11/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=1526fc27e362b64f -C extra-filename=-1526fc27e362b64f --out-dir /<<PKGBUILDDIR>>/target/debug/build/log-1526fc27e362b64f -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling unicode-width v0.1.8
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-width-0.1.8 CARGO_PKG_AUTHORS='kwantam <kwantam at gmail.com>:Manish Goregaokar <manishsmail at gmail.com>' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types
> according to Unicode Standard Annex #11 rules.
> ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_VERSION=0.1.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name unicode_width /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-width-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=77f73aaefd32efa0 -C extra-filename=-77f73aaefd32efa0 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling cfg-if v0.1.10
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-0.1.10 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
> parameters. Structured like an if-else chain, the first matching branch is the
> item that gets emitted.
> ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name 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 -Cembed-bitcode=no -C debuginfo=2 -C metadata=5a9f9b5877f2890b -C extra-filename=-5a9f9b5877f2890b --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: 2 warnings emitted
> 
>    Compiling unicode-xid v0.2.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_xid CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-xid-0.2.0 CARGO_PKG_AUTHORS='erick.tryzelaar <erick.tryzelaar at gmail.com>:kwantam <kwantam at gmail.com>' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start
> or XID_Continue properties according to
> Unicode Standard Annex #31.
> ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-xid CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name unicode_xid /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-xid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=9f448dce4ff9c00d -C extra-filename=-9f448dce4ff9c00d --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling regex-syntax v0.6.17
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-syntax-0.6.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_VERSION=0.6.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' 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 -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=17190d025949c61e -C extra-filename=-17190d025949c61e --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling termcolor v1.1.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/termcolor-1.1.0 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>' 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_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name 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 -Cembed-bitcode=no -C debuginfo=2 -C metadata=a39c8d45b814110e -C extra-filename=-a39c8d45b814110e --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling vec_map v0.8.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=vec_map CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/vec_map-0.8.1 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>:Jorge Aparicio <japaricious at gmail.com>:Alexis Beingessner <a.beingessner at gmail.com>:Brian Anderson <>:tbu- <>:Manish Goregaokar <>:Aaron Turon <aturon at mozilla.com>:Adolfo Ochagavía <>:Niko Matsakis <>:Steven Fackler <>:Chase Southwood <csouth3 at illinois.edu>:Eduard Burtescu <>:Florian Wilkens <>:Félix Raimundo <>:Tibor Benke <>:Markus Siemens <markus at m-siemens.de>:Josh Branchaud <jbranchaud at gmail.com>:Huon Wilson <dbau.pp at gmail.com>:Corey Farwell <coref at rwell.org>:Aaron Liblong <>:Nick Cameron <nrc at ncameron.org>:Patrick Walton <pcwalton at mimiga.net>:Felix S Klock II <>:Andrew Paseltiner <apaseltiner at gmail.com>:Sean McArthur <sean.monstar at gmail.com>:Vadim Petrochenkov <>' CARGO_PKG_DESCRIPTION='A simple map based on a vector for small integer keys' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/vec-map' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vec_map CARGO_PKG_REPOSITORY='https://github.com/contain-rs/vec-map' CARGO_PKG_VERSION=0.8.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name vec_map /<<PKGBUILDDIR>>/debian/cargo_registry/vec_map-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=6ef2cdecd0b451ad -C extra-filename=-6ef2cdecd0b451ad --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
> 
>    Compiling bindgen v0.55.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.55.1 CARGO_PKG_AUTHORS='Jyun-Yan You <jyyou.tw at gmail.com>:Emilio Cobos Álvarez <emilio at crisal.io>:Nick Fitzgerald <fitzgen at gmail.com>:The Servo project developers' CARGO_PKG_DESCRIPTION='Automatically generates Rust FFI bindings to C and C++ libraries.' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/rust-bindgen/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bindgen CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-bindgen' CARGO_PKG_VERSION=0.55.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=55 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.55.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -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=595bc9c695b124f1 -C extra-filename=-595bc9c695b124f1 --out-dir /<<PKGBUILDDIR>>/target/debug/build/bindgen-595bc9c695b124f1 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: 3 warnings emitted
> 
>    Compiling humantime v2.0.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/humantime-2.0.0 CARGO_PKG_AUTHORS='Paul Colomiets <paul at colomiets.name>' CARGO_PKG_DESCRIPTION='    A parser and formatter for std::time::{Duration, SystemTime}
> ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name 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 -Cembed-bitcode=no -C debuginfo=2 -C metadata=ee5556ce8ad91d2c -C extra-filename=-ee5556ce8ad91d2c --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling ansi_term v0.12.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=ansi_term CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1 CARGO_PKG_AUTHORS='ogham at bsago.me:Ryan Scheel (Havvy) <ryan.havvy at gmail.com>:Josh Triplett <josh at joshtriplett.org>' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colours and styles (bold, underline)' CARGO_PKG_HOMEPAGE='https://github.com/ogham/rust-ansi-term' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ansi_term CARGO_PKG_REPOSITORY='https://github.com/ogham/rust-ansi-term' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name ansi_term /<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=f20b8cb0049e1628 -C extra-filename=-f20b8cb0049e1628 --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`
> 
>    Compiling strsim v0.9.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/strsim-0.9.3 CARGO_PKG_AUTHORS='Danny Guo <dannyguo91 at gmail.com>' 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_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_REPOSITORY='https://github.com/dguo/strsim-rs' CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name 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 -Cembed-bitcode=no -C debuginfo=2 -C metadata=fc3dc5eb33bf280d -C extra-filename=-fc3dc5eb33bf280d --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling lazycell v1.3.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lazycell CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lazycell-1.3.0 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>:Nikita Pekin <contact at nikitapek.in>' CARGO_PKG_DESCRIPTION='A library providing a lazily filled Cell struct' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazycell CARGO_PKG_REPOSITORY='https://github.com/indiv0/lazycell' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name lazycell /<<PKGBUILDDIR>>/debian/cargo_registry/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=f60ce0af3bd88377 -C extra-filename=-f60ce0af3bd88377 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling rustc-hash v1.1.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/rustc-hash-1.1.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name rustc_hash /<<PKGBUILDDIR>>/debian/cargo_registry/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=beebaa348efdbc7d -C extra-filename=-beebaa348efdbc7d --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling peeking_take_while v0.1.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=peeking_take_while CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/peeking_take_while-0.1.2 CARGO_PKG_AUTHORS='Nick Fitzgerald <fitzgen at gmail.com>' CARGO_PKG_DESCRIPTION='Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=peeking_take_while CARGO_PKG_REPOSITORY='https://github.com/fitzgen/peeking_take_while' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name peeking_take_while /<<PKGBUILDDIR>>/debian/cargo_registry/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=098d14c227f029af -C extra-filename=-098d14c227f029af --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling shlex v0.1.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/shlex-0.1.1 CARGO_PKG_AUTHORS='comex <comexk at gmail.com>' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name 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 -Cembed-bitcode=no -C debuginfo=2 -C metadata=b80115bb8768fc16 -C extra-filename=-b80115bb8768fc16 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: 11 warnings emitted
> 
>    Compiling pkg-config v0.3.18
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/pkg-config-0.3.18 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in
> Cargo build scripts.
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name pkg_config /<<PKGBUILDDIR>>/debian/cargo_registry/pkg-config-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=019bfbb832a1c218 -C extra-filename=-019bfbb832a1c218 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling cty v0.2.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cty CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cty-0.2.1 CARGO_PKG_AUTHORS='Jorge Aparicio <jorge at japaric.io>' CARGO_PKG_DESCRIPTION='Type aliases to C types like c_int for use with bindgen' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cty CARGO_PKG_REPOSITORY='https://github.com/japaric/cty' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name cty /<<PKGBUILDDIR>>/debian/cargo_registry/cty-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=f687f5965344f479 -C extra-filename=-f687f5965344f479 --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/libnotcurses-sys-2.1.0`
> warning: unreachable expression
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/pkg-config-0.3.18/src/lib.rs:321:9
>     |
> 317 |           return true;
>     |           ----------- any code following this expression is unreachable
> ...
> 321 | /         match self.targetted_env_var("PKG_CONFIG_ALLOW_CROSS") {
> 322 | |             // don't use pkg-config if explicitly disabled
> 323 | |             Some(ref val) if val == "0" => false,
> 324 | |             Some(_) => true,
> ...   |
> 330 | |             }
> 331 | |         }
>     | |_________^ unreachable expression
>     |
>     = note: `#[warn(unreachable_code)]` on by default
> 
>      Running `/<<PKGBUILDDIR>>/target/debug/build/memchr-bc8c81a2812e8480/build-script-build`
> [memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_simd
> [memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_sse2
> [memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_sse42
> [memchr 2.3.3] cargo:rustc-cfg=memchr_runtime_avx
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libc-1702dbab0ba1049e/build-script-build`
> [libc 0.2.80] cargo:rustc-cfg=freebsd11
> [libc 0.2.80] cargo:rustc-cfg=libc_priv_mod_use
> [libc 0.2.80] cargo:rustc-cfg=libc_union
> [libc 0.2.80] cargo:rustc-cfg=libc_const_size_of
> [libc 0.2.80] cargo:rustc-cfg=libc_align
> [libc 0.2.80] cargo:rustc-cfg=libc_core_cvoid
> [libc 0.2.80] cargo:rustc-cfg=libc_packedN
> [libc 0.2.80] cargo:rustc-cfg=libc_cfg_target_vendor
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libc-1702dbab0ba1049e/build-script-build`
> [libc 0.2.80] cargo:rustc-cfg=freebsd11
> [libc 0.2.80] cargo:rustc-cfg=libc_priv_mod_use
> [libc 0.2.80] cargo:rustc-cfg=libc_union
> [libc 0.2.80] cargo:rustc-cfg=libc_const_size_of
> [libc 0.2.80] cargo:rustc-cfg=libc_align
> [libc 0.2.80] cargo:rustc-cfg=libc_core_cvoid
> [libc 0.2.80] cargo:rustc-cfg=libc_packedN
> [libc 0.2.80] cargo:rustc-cfg=libc_cfg_target_vendor
>    Compiling thread_local v1.0.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/thread_local-1.0.1 CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu at gmail.com>' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' 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 -Cembed-bitcode=no -C debuginfo=2 -C metadata=4fcd001d44941276 -C extra-filename=-4fcd001d44941276 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern lazy_static=/<<PKGBUILDDIR>>/target/debug/deps/liblazy_static-567e3c296460ef14.rmeta --cap-lints warn`
>    Compiling nom v5.0.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1 CARGO_PKG_AUTHORS='contact at geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_VERSION=5.0.1 CARGO_PKG_VERSION_MAJOR=5 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=6e449d6c24fdf381 -C extra-filename=-6e449d6c24fdf381 --out-dir /<<PKGBUILDDIR>>/target/debug/build/nom-6e449d6c24fdf381 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern version_check=/<<PKGBUILDDIR>>/target/debug/deps/libversion_check-85a6c758f5363e24.rlib --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/proc-macro2-e580e139bebdf60b/build-script-build`
> [proc-macro2 1.0.18] cargo:rerun-if-changed=build.rs
> [proc-macro2 1.0.18] cargo:rustc-cfg=hygiene
>      Running `/<<PKGBUILDDIR>>/target/debug/build/log-1526fc27e362b64f/build-script-build`
> [log 0.4.11] cargo:rustc-cfg=atomic_cas
> [log 0.4.11] cargo:rerun-if-changed=build.rs
>    Compiling clang-sys v1.0.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-1.0.1 CARGO_PKG_AUTHORS='Kyle Mayes <kyle at mayeses.com>' CARGO_PKG_DESCRIPTION='Rust bindings for libclang.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clang-sys CARGO_PKG_REPOSITORY='https://github.com/KyleMayes/clang-sys' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-1.0.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' -C metadata=fc13e90615c513e7 -C extra-filename=-fc13e90615c513e7 --out-dir /<<PKGBUILDDIR>>/target/debug/build/clang-sys-fc13e90615c513e7 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern glob=/<<PKGBUILDDIR>>/target/debug/deps/libglob-54ed7b7d40db8bdb.rlib --cap-lints warn`
>    Compiling textwrap v0.11.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=textwrap CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/textwrap-0.11.0 CARGO_PKG_AUTHORS='Martin Geisler <martin at geisler.net>' 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_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=textwrap CARGO_PKG_REPOSITORY='https://github.com/mgeisler/textwrap' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' 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 -Cembed-bitcode=no -C debuginfo=2 -C metadata=4471ccdfcb700193 -C extra-filename=-4471ccdfcb700193 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern unicode_width=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_width-77f73aaefd32efa0.rmeta --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/bitflags-bb50cf416ae4001c/build-script-build`
> [bitflags 1.2.1] cargo:rustc-cfg=bitflags_const_fn
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.3.3 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/rust-memchr' CARGO_PKG_VERSION=2.3.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/memchr-cb4ccfae072beccf/out rustc --crate-name memchr /<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' -C metadata=a0fe51ef549d6f19 -C extra-filename=-a0fe51ef549d6f19 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
> warning: 1 warning emitted
> 
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.80 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_VERSION=0.2.80 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=80 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/libc-3263baa343bcad85/out rustc --crate-name libc /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dbe5d5950115313d -C extra-filename=-dbe5d5950115313d --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 --cfg libc_cfg_target_vendor`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.80 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_VERSION=0.2.80 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=80 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/libc-3582fed034abfdc1/out rustc --crate-name libc /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c7d93ddab2220a9b -C extra-filename=-c7d93ddab2220a9b --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/libnotcurses-sys-2.1.0 --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 --cfg libc_cfg_target_vendor`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.18 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>:David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple
> token-based libraries from the procedural macro use case.
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_VERSION=1.0.18 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/proc-macro2-3edb35259e90e085/out 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 -Cembed-bitcode=no -C debuginfo=2 -C metadata=dc068f2fc4fd20e2 -C extra-filename=-dc068f2fc4fd20e2 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern unicode_xid=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_xid-9f448dce4ff9c00d.rmeta --cap-lints warn --cfg hygiene`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.11 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/log-59e6f748db458320/out rustc --crate-name log /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=682efa7a8d1aca1f -C extra-filename=-682efa7a8d1aca1f --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/debug/deps/libcfg_if-5a9f9b5877f2890b.rmeta --cap-lints warn --cfg atomic_cas`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/nom-6e449d6c24fdf381/build-script-build`
> [nom 5.0.1] cargo:rustc-cfg=stable_i128
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.2.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
> ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/bitflags-1cebc416136c4741/out 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 -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=3c5aebae600b9448 -C extra-filename=-3c5aebae600b9448 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn --cfg bitflags_const_fn`
>    Compiling aho-corasick v0.7.10
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/aho-corasick-0.7.10 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_VERSION=0.7.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' 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 -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=359926ea348a87cf -C extra-filename=-359926ea348a87cf --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern memchr=/<<PKGBUILDDIR>>/target/debug/deps/libmemchr-a0fe51ef549d6f19.rmeta --cap-lints warn`
>    Compiling atty v0.2.14
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=atty CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/atty-0.2.14 CARGO_PKG_AUTHORS='softprops <d.tangren at gmail.com>' CARGO_PKG_DESCRIPTION='A simple interface for querying atty' CARGO_PKG_HOMEPAGE='https://github.com/softprops/atty' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atty CARGO_PKG_REPOSITORY='https://github.com/softprops/atty' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name atty /<<PKGBUILDDIR>>/debian/cargo_registry/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=f897a80df8df4ee4 -C extra-filename=-f897a80df8df4ee4 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-dbe5d5950115313d.rmeta --cap-lints warn`
>    Compiling which v3.0.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=which CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/which-3.0.0 CARGO_PKG_AUTHORS='Harry Fei <tiziyuanfang at gmail.com>' CARGO_PKG_DESCRIPTION='A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=which CARGO_PKG_REPOSITORY='https://github.com/harryfei/which-rs.git' CARGO_PKG_VERSION=3.0.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name 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 -Cembed-bitcode=no -C debuginfo=2 -C metadata=33b1976c969e6a66 -C extra-filename=-33b1976c969e6a66 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-dbe5d5950115313d.rmeta --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/clang-sys-fc13e90615c513e7/build-script-build`
> [clang-sys 1.0.1] cargo:rustc-link-search=/usr/lib/llvm-11/lib
> [clang-sys 1.0.1] cargo:rustc-link-lib=dylib=clang-11.0.1
> [clang-sys 1.0.1] cargo:include=/usr/lib/llvm-11/include
>    Compiling quote v1.0.7
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.7 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' 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 -Cembed-bitcode=no -C debuginfo=2 -C metadata=66d3a5779c2b1451 -C extra-filename=-66d3a5779c2b1451 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-dc068f2fc4fd20e2.rmeta --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1 CARGO_PKG_AUTHORS='contact at geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_VERSION=5.0.1 CARGO_PKG_VERSION_MAJOR=5 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/nom-899c944fe7927ee9/out rustc --crate-name nom --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=d908ad59aa9af717 -C extra-filename=-d908ad59aa9af717 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern memchr=/<<PKGBUILDDIR>>/target/debug/deps/libmemchr-a0fe51ef549d6f19.rmeta --cap-lints warn --cfg stable_i128`
>    Compiling clap v2.33.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3 CARGO_PKG_AUTHORS='Kevin K. <kbknapp at gmail.com>' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser
> ' CARGO_PKG_HOMEPAGE='https://clap.rs/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_VERSION=2.33.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=33 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name clap /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=8d384e3a21fcc948 -C extra-filename=-8d384e3a21fcc948 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern ansi_term=/<<PKGBUILDDIR>>/target/debug/deps/libansi_term-f20b8cb0049e1628.rmeta --extern atty=/<<PKGBUILDDIR>>/target/debug/deps/libatty-f897a80df8df4ee4.rmeta --extern bitflags=/<<PKGBUILDDIR>>/target/debug/deps/libbitflags-3c5aebae600b9448.rmeta --extern strsim=/<<PKGBUILDDIR>>/target/debug/deps/libstrsim-fc3dc5eb33bf280d.rmeta --extern textwrap=/<<PKGBUILDDIR>>/target/debug/deps/libtextwrap-4471ccdfcb700193.rmeta --extern unicode_width=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_width-77f73aaefd32efa0.rmeta --extern vec_map=/<<PKGBUILDDIR>>/target/debug/deps/libvec_map-6ef2cdecd0b451ad.rmeta --cap-lints warn`
> warning: `#[inline]` is ignored on function prototypes
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/src/traits.rs:24:3
>    |
> 24 |   #[inline]
>    |   ^^^^^^^^^
>    |
>    = note: `#[warn(unused_attributes)]` on by default
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/src/traits.rs:157:3
>     |
> 157 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/src/traits.rs:164:3
>     |
> 164 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/src/traits.rs:169:3
>     |
> 169 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/src/traits.rs:172:3
>     |
> 172 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/src/traits.rs:175:3
>     |
> 175 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/src/traits.rs:178:3
>     |
> 178 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/src/traits.rs:181:3
>     |
> 181 |   #[inline]
>     |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/src/traits.rs:901:3
>     |
> 901 |   #[inline(always)]
>     |   ^^^^^^^^^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/src/traits.rs:1021:3
>      |
> 1021 |   #[inline]
>      |   ^^^^^^^^^
> 
> warning: `#[inline]` is ignored on function prototypes
>     --> /<<PKGBUILDDIR>>/debian/cargo_registry/nom-5.0.1/src/traits.rs:1024:3
>      |
> 1024 |   #[inline]
>      |   ^^^^^^^^^
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/help.rs:43:27
>    |
> 43 |     fn as_base(&self) -> &ArgWithDisplay<'b, 'c>;
>    |                           ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithDisplay<'b, 'c>`
>    |
>    = note: `#[warn(bare_trait_objects)]` on by default
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/help.rs:49:27
>    |
> 49 |     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.3/src/app/help.rs:54:61
>    |
> 54 | 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.3/src/app/help.rs:85:21
>    |
> 85 |     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.3/src/app/help.rs:101:20
>     |
> 101 |         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.3/src/app/help.rs:141:38
>     |
> 141 |     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.3/src/app/help.rs:148:41
>     |
> 148 |     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.3/src/app/help.rs:156:51
>     |
> 156 |     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.3/src/app/help.rs:163:20
>     |
> 163 |         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.3/src/app/help.rs:208:32
>     |
> 208 |         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.3/src/app/help.rs:236:32
>     |
> 236 |         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.3/src/app/help.rs:273:43
>     |
> 273 |     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.3/src/app/help.rs:283:39
>     |
> 283 |     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.3/src/app/help.rs:296:38
>     |
> 296 |     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.3/src/app/help.rs:325:37
>     |
> 325 |     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.3/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.3/src/app/help.rs:511:29
>     |
> 511 |     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.3/src/app/help.rs:579:42
>     |
> 579 | fn should_show_arg(use_long: bool, arg: &ArgWithOrder) -> bool {
>     |                                          ^^^^^^^^^^^^ help: use `dyn`: `dyn ArgWithOrder`
> 
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/parser.rs:149:17
>     |
> 149 | /                 (self.flags.iter().any(|f| &f.b.name == arg)
> 150 | |                     || self.opts.iter().any(|o| &o.b.name == arg)
> 151 | |                     || self.positionals.values().any(|p| &p.b.name == arg)
> 152 | |                     || self.groups.iter().any(|g| &g.name == arg))
>     | |__________________________________________________________________^
>     |
>     = note: `#[warn(unused_parens)]` on by default
> help: remove these parentheses
>     |
> 149 |                 self.flags.iter().any(|f| &f.b.name == arg)
> 150 |                     || self.opts.iter().any(|o| &o.b.name == arg)
> 151 |                     || self.positionals.values().any(|p| &p.b.name == arg)
> 152 |                     || self.groups.iter().any(|g| &g.name == arg)
>     |
> 
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/parser.rs:200:13
>     |
> 200 |             (self.positionals.len() + 1)
>     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
> 
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/parser.rs:309:17
>     |
> 309 |                 (self.positionals.len() + 1)
>     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
> 
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/parser.rs:334:17
>     |
> 334 |                 (self.positionals.len() + 1)
>     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
> 
> warning: unnecessary parentheses around block return value
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/parser.rs:842:17
>     |
> 842 |                 (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.3/src/app/parser.rs:850:17
>     |
> 850 |                 (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.3/src/macros.rs:972:63
>     |
> 972 |         fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> {
>     |                                                               ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
>     | 
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/parser.rs:964:39
>     |
> 964 |                         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.3/src/macros.rs:972:63
>      |
> 972  |         fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> {
>      |                                                               ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
>      | 
>     ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/parser.rs:1110:39
>      |
> 1110 |                         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.3/src/macros.rs:972:63
>      |
> 972  |         fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> {
>      |                                                               ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
>      | 
>     ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/parser.rs:1238:27
>      |
> 1238 |             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.3/src/app/parser.rs:2168:55
>      |
> 2168 |     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.3/src/macros.rs:972:63
>     |
> 972 |         fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> {
>     |                                                               ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
>     | 
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/validator.rs:214:32
>     |
> 214 |             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.3/src/macros.rs:972:63
>     |
> 972 |         fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> {
>     |                                                               ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
>     | 
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/validator.rs:231:39
>     |
> 231 |                     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.3/src/app/validator.rs:364:25
>     |
> 364 |                         (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.3/src/macros.rs:972:63
>     |
> 972 |         fn as_trait_obj<'a, 'b, T: AnyArg<'a, 'b>>(x: &T) -> &AnyArg<'a, 'b> {
>     |                                                               ^^^^^^^^^^^^^^ help: use `dyn`: `dyn AnyArg<'a, 'b>`
>     | 
>    ::: /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/validator.rs:467:37
>     |
> 467 |             } 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.3/src/app/validator.rs:508:42
>     |
> 508 |     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.3/src/app/validator.rs:523:44
>     |
> 523 |     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.3/src/app/validator.rs:578:42
>     |
> 578 |     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.3/src/app/mod.rs:1844:39
>      |
> 1844 |     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.3/src/app/mod.rs:1847:42
>      |
> 1847 |     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.3/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.3/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.3/src/args/any_arg.rs:89:39
>    |
> 89 |     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.3/src/args/any_arg.rs:92:42
>    |
> 92 |     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.3/src/args/arg_builder/flag.rs:103:39
>     |
> 103 |     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.3/src/args/arg_builder/flag.rs:106:42
>     |
> 106 |     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.3/src/args/arg_builder/option.rs:156:39
>     |
> 156 |     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.3/src/args/arg_builder/option.rs:159:42
>     |
> 159 |     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.3/src/args/arg_builder/positional.rs:177:39
>     |
> 177 |     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.3/src/args/arg_builder/positional.rs:180:42
>     |
> 180 |     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.3/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.3/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.3/src/args/arg_matcher.rs:30:20
>    |
> 30 |         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.3/src/args/arg_matcher.rs:75:60
>    |
> 75 |     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.3/src/errors.rs:412:15
>     |
> 412 |         arg: &AnyArg,
>     |               ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/errors.rs:450:33
>     |
> 450 |     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.3/src/errors.rs:478:15
>     |
> 478 |         arg: &AnyArg,
>     |               ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/errors.rs:663:48
>     |
> 663 |     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.3/src/errors.rs:692:15
>     |
> 692 |         arg: &AnyArg,
>     |               ^^^^^^ help: use `dyn`: `dyn AnyArg`
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/errors.rs:725:42
>     |
> 725 |     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.3/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.3/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.3/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: use of deprecated associated function `bitflags::core::str::<impl str>::trim_left_matches`: superseded by `trim_start_matches`
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/parser.rs:96:14
>    |
> 96 |             .trim_left_matches(|c| c == '-')
>    |              ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches`
>    |
>    = note: `#[warn(deprecated)]` on by default
> 
> warning: use of deprecated associated function `bitflags::core::str::<impl str>::trim_left_matches`: superseded by `trim_start_matches`
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/parser.rs:105:14
>     |
> 105 |             .trim_left_matches(|c| c == '-')
>     |              ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches`
> 
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/app/parser.rs:138:75
>     |
> 138 |             Err(why) => panic!("couldn't create completion file: {}", why.description()),
>     |                                                                           ^^^^^^^^^^^
> 
> warning: use of deprecated associated function `bitflags::core::str::<impl str>::trim_left_matches`: superseded by `trim_start_matches`
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/args/arg.rs:337:35
>     |
> 337 |         self.s.short = s.as_ref().trim_left_matches(|c| c == '-').chars().nth(0);
>     |                                   ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches`
> 
> warning: use of deprecated associated function `bitflags::core::str::<impl str>::trim_left_matches`: superseded by `trim_start_matches`
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/args/arg.rs:377:30
>     |
> 377 |         self.s.long = Some(l.trim_left_matches(|c| c == '-'));
>     |                              ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches`
> 
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/errors.rs:852:60
>     |
> 852 |             message: format!("{} {}", c.error("error:"), e.description()),
>     |                                                            ^^^^^^^^^^^
> 
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/errors.rs:910:35
>     |
> 910 |         Error::with_description(e.description(), ErrorKind::Io)
>     |                                   ^^^^^^^^^^^
> 
> warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.33.3/src/errors.rs:916:35
>     |
> 916 |         Error::with_description(e.description(), ErrorKind::Format)
>     |                                   ^^^^^^^^^^^
> 
>      Running `/<<PKGBUILDDIR>>/target/debug/build/bindgen-595bc9c695b124f1/build-script-build`
> [bindgen 0.55.1] cargo:rerun-if-env-changed=LLVM_CONFIG_PATH
> [bindgen 0.55.1] cargo:rerun-if-env-changed=LIBCLANG_PATH
> [bindgen 0.55.1] cargo:rerun-if-env-changed=LIBCLANG_STATIC_PATH
> [bindgen 0.55.1] cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=clang_sys CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-1.0.1 CARGO_PKG_AUTHORS='Kyle Mayes <kyle at mayeses.com>' CARGO_PKG_DESCRIPTION='Rust bindings for libclang.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clang-sys CARGO_PKG_REPOSITORY='https://github.com/KyleMayes/clang-sys' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/clang-sys-0d44fb5531a7fd15/out rustc --crate-name clang_sys /<<PKGBUILDDIR>>/debian/cargo_registry/clang-sys-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' -C metadata=d42452e81139f0f8 -C extra-filename=-d42452e81139f0f8 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern glob=/<<PKGBUILDDIR>>/target/debug/deps/libglob-54ed7b7d40db8bdb.rmeta --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-dbe5d5950115313d.rmeta --cap-lints warn -L /usr/lib/llvm-11/lib -l dylib=clang-11.0.1`
>    Compiling regex v1.3.7
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.3.7 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses
> finite automata and guarantees linear time matching on all inputs.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_VERSION=1.3.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name 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 -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="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=90b462b4cdf30f97 -C extra-filename=-90b462b4cdf30f97 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern aho_corasick=/<<PKGBUILDDIR>>/target/debug/deps/libaho_corasick-359926ea348a87cf.rmeta --extern memchr=/<<PKGBUILDDIR>>/target/debug/deps/libmemchr-a0fe51ef549d6f19.rmeta --extern regex_syntax=/<<PKGBUILDDIR>>/target/debug/deps/libregex_syntax-17190d025949c61e.rmeta --extern thread_local=/<<PKGBUILDDIR>>/target/debug/deps/libthread_local-4fcd001d44941276.rmeta --cap-lints warn`
> warning: 11 warnings emitted
> 
>    Compiling cexpr v0.4.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cexpr CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.4.0 CARGO_PKG_AUTHORS='Jethro Beekman <jethro at jbeekman.nl>' CARGO_PKG_DESCRIPTION='A C expression parser and evaluator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cexpr CARGO_PKG_REPOSITORY='https://github.com/jethrogb/rust-cexpr' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name cexpr --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/cexpr-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=fe1081e95d0d2c9c -C extra-filename=-fe1081e95d0d2c9c --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern nom=/<<PKGBUILDDIR>>/target/debug/deps/libnom-d908ad59aa9af717.rmeta --cap-lints warn`
>    Compiling env_logger v0.7.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/env_logger-0.7.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment
> variable.
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_REPOSITORY='https://github.com/sebasmagri/env_logger/' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' 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 -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=e5352a509fd05a22 -C extra-filename=-e5352a509fd05a22 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern atty=/<<PKGBUILDDIR>>/target/debug/deps/libatty-f897a80df8df4ee4.rmeta --extern humantime=/<<PKGBUILDDIR>>/target/debug/deps/libhumantime-ee5556ce8ad91d2c.rmeta --extern log=/<<PKGBUILDDIR>>/target/debug/deps/liblog-682efa7a8d1aca1f.rmeta --extern regex=/<<PKGBUILDDIR>>/target/debug/deps/libregex-90b462b4cdf30f97.rmeta --extern termcolor=/<<PKGBUILDDIR>>/target/debug/deps/libtermcolor-a39c8d45b814110e.rmeta --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bindgen CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.55.1 CARGO_PKG_AUTHORS='Jyun-Yan You <jyyou.tw at gmail.com>:Emilio Cobos Álvarez <emilio at crisal.io>:Nick Fitzgerald <fitzgen at gmail.com>:The Servo project developers' CARGO_PKG_DESCRIPTION='Automatically generates Rust FFI bindings to C and C++ libraries.' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/rust-bindgen/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bindgen CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-bindgen' CARGO_PKG_VERSION=0.55.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=55 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/bindgen-2490ea7c82b4f754/out rustc --crate-name bindgen --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/bindgen-0.55.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -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=1e7f034e70351337 -C extra-filename=-1e7f034e70351337 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bitflags=/<<PKGBUILDDIR>>/target/debug/deps/libbitflags-3c5aebae600b9448.rmeta --extern cexpr=/<<PKGBUILDDIR>>/target/debug/deps/libcexpr-fe1081e95d0d2c9c.rmeta --extern cfg_if=/<<PKGBUILDDIR>>/target/debug/deps/libcfg_if-5a9f9b5877f2890b.rmeta --extern clang_sys=/<<PKGBUILDDIR>>/target/debug/deps/libclang_sys-d42452e81139f0f8.rmeta --extern clap=/<<PKGBUILDDIR>>/target/debug/deps/libclap-8d384e3a21fcc948.rmeta --extern env_logger=/<<PKGBUILDDIR>>/target/debug/deps/libenv_logger-e5352a509fd05a22.rmeta --extern lazy_static=/<<PKGBUILDDIR>>/target/debug/deps/liblazy_static-567e3c296460ef14.rmeta --extern lazycell=/<<PKGBUILDDIR>>/target/debug/deps/liblazycell-f60ce0af3bd88377.rmeta --extern log=/<<PKGBUILDDIR>>/target/debug/deps/liblog-682efa7a8d1aca1f.rmeta --extern peeking_take_while=/<<PKGBUILDDIR>>/target/debug/deps/libpeeking_take_while-098d14c227f029af.rmeta --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-dc068f2fc4fd20e2.rmeta --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-66d3a5779c2b1451.rmeta --extern regex=/<<PKGBUILDDIR>>/target/debug/deps/libregex-90b462b4cdf30f97.rmeta --extern rustc_hash=/<<PKGBUILDDIR>>/target/debug/deps/librustc_hash-beebaa348efdbc7d.rmeta --extern shlex=/<<PKGBUILDDIR>>/target/debug/deps/libshlex-b80115bb8768fc16.rmeta --extern which=/<<PKGBUILDDIR>>/target/debug/deps/libwhich-33b1976c969e6a66.rmeta --cap-lints warn -L /usr/lib/llvm-11/lib`
> warning: 68 warnings emitted
> 
>    Compiling libnotcurses-sys v2.1.0 (/<<PKGBUILDDIR>>)
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='nick black <dankamongmen at gmail.com>' CARGO_PKG_DESCRIPTION='Low-level Rust bindings for the notcurses C library.' CARGO_PKG_HOMEPAGE='https://nick-black.com/dankwiki/index.php/Notcurses' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libnotcurses-sys CARGO_PKG_REPOSITORY='https://github.com/dankamongmen/notcurses' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 build/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=561f7f43096e4311 -C extra-filename=-561f7f43096e4311 --out-dir /<<PKGBUILDDIR>>/target/debug/build/libnotcurses-sys-561f7f43096e4311 -C incremental=/<<PKGBUILDDIR>>/target/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bindgen=/<<PKGBUILDDIR>>/target/debug/deps/libbindgen-1e7f034e70351337.rlib --extern pkg_config=/<<PKGBUILDDIR>>/target/debug/deps/libpkg_config-019bfbb832a1c218.rlib -L /usr/lib/llvm-11/lib`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libnotcurses-sys-561f7f43096e4311/build-script-build`
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=NOTCURSES_NO_PKG_CONFIG
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=NOTCURSES_STATIC
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=NOTCURSES_DYNAMIC
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=NOTCURSES_STATIC
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=NOTCURSES_DYNAMIC
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
> [libnotcurses-sys 2.1.0] cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
> [libnotcurses-sys 2.1.0] cargo:rustc-link-lib=notcurses
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=NOTCURSES_STATIC
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=NOTCURSES_DYNAMIC
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
> [libnotcurses-sys 2.1.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=build/wrapper.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/notcurses/notcurses.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/time.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/stdc-predef.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/sys/cdefs.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/long-double.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/gnu/stubs.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/gnu/stubs-64.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stddef.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/time.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/timesize.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/typesizes.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/time64.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/clock_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/time_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/endian.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/endianness.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/uchar.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stddef.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/ctype.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/endian.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/wchar.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/libc-header-start.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/floatn.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/floatn-common.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/long-double.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stddef.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stdarg.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wchar.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/wint_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__FILE.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wctype-wchar.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/wint_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/endian.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/stdio.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/libc-header-start.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stddef.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stdarg.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__FILE.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/FILE.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdio_lim.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/sys_errlist.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/getopt_posix.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/getopt_core.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stdint.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/stdint.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/libc-header-start.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wchar.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdint-intn.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/stdlib.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/libc-header-start.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stddef.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/waitflags.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/waitstatus.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/floatn.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdlib-float.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stdarg.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/string.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/libc-header-start.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stddef.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/signal.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/signum.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/signum-generic.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/sigaction.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/signal_ext.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/limits.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/limits.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/libc-header-start.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/posix1_lim.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/wordsize.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/local_lim.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/linux/limits.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/posix2_lim.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/xopen_lim.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/uio_lim.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stdbool.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/byteswap.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/byteswap.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/netinet/in.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/sys/socket.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stddef.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stddef.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/socket.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stddef.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/sys/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/clock_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/time_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types/timer_t.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/lib/llvm-11/lib/clang/11.0.1/include/stddef.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/stdint-intn.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/socket_type.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/sockaddr.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/socket-constants.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/in.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/endian.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/features.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/endian.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/byteswap.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/uintn-identity.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/x86_64-linux-gnu/bits/types.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/notcurses/nckeys.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/notcurses/direct.h
> [libnotcurses-sys 2.1.0] cargo:rerun-if-changed=/usr/include/notcurses/notcurses.h
> [libnotcurses-sys 2.1.0] Failed to run rustfmt: Cannot find binary path (non-fatal, continuing)
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libnotcurses_sys CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='nick black <dankamongmen at gmail.com>' CARGO_PKG_DESCRIPTION='Low-level Rust bindings for the notcurses C library.' CARGO_PKG_HOMEPAGE='https://nick-black.com/dankwiki/index.php/Notcurses' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libnotcurses-sys CARGO_PKG_REPOSITORY='https://github.com/dankamongmen/notcurses' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/libnotcurses-sys-cee26653fcacd38d/out rustc --crate-name libnotcurses_sys --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=7cdf5e9955c71bd5 -C extra-filename=-7cdf5e9955c71bd5 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cty=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcty-f687f5965344f479.rmeta --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-c7d93ddab2220a9b.rmeta -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/libnotcurses-sys-2.1.0 -L native=/usr/lib/x86_64-linux-gnu -l notcurses`
> error[E0432]: unresolved imports `ffi::ncdirect_bg_default`, `ffi::ncdirect_bg_palindex`, `ffi::ncdirect_bg_rgb`, `ffi::ncdirect_fg_default`, `ffi::ncdirect_fg_palindex`, `ffi::ncdirect_fg_rgb`
>    --> src/bindings.rs:140:5
>     |
> 140 |     ncdirect_bg_default,
>     |     ^^^^^^^^^^^^^^^^^^^ no `ncdirect_bg_default` in `bindings::ffi`
> 141 |     ncdirect_bg_palindex,
>     |     ^^^^^^^^^^^^^^^^^^^^ no `ncdirect_bg_palindex` in `bindings::ffi`
> 142 |     ncdirect_bg_rgb,
>     |     ^^^^^^^^^^^^^^^ no `ncdirect_bg_rgb` in `bindings::ffi`
> ...
> 160 |     ncdirect_fg_default,
>     |     ^^^^^^^^^^^^^^^^^^^ no `ncdirect_fg_default` in `bindings::ffi`
> 161 |     ncdirect_fg_palindex,
>     |     ^^^^^^^^^^^^^^^^^^^^ no `ncdirect_fg_palindex` in `bindings::ffi`
> 162 |     ncdirect_fg_rgb,
>     |     ^^^^^^^^^^^^^^^ no `ncdirect_fg_rgb` in `bindings::ffi`
>     |
> help: a similar name exists in the module
>     |
> 140 |     ncdirect_set_bg_default,
>     |     ^^^^^^^^^^^^^^^^^^^^^^^
> help: a similar name exists in the module
>     |
> 141 |     ncdirect_set_bg_palindex,
>     |     ^^^^^^^^^^^^^^^^^^^^^^^^
> help: a similar name exists in the module
>     |
> 142 |     ncdirect_set_bg_rgb,
>     |     ^^^^^^^^^^^^^^^^^^^
> help: a similar name exists in the module
>     |
> 160 |     ncdirect_set_fg_default,
>     |     ^^^^^^^^^^^^^^^^^^^^^^^
> help: a similar name exists in the module
>     |
> 161 |     ncdirect_set_fg_palindex,
>     |     ^^^^^^^^^^^^^^^^^^^^^^^^
> help: a similar name exists in the module
>     |
> 162 |     ncdirect_set_fg_rgb,
>     |     ^^^^^^^^^^^^^^^^^^^
> 
> error[E0425]: cannot find value `CELL_WIDEASIAN_MASK` in module `crate::bindings::ffi`
>    --> src/cells/mod.rs:262:62
>     |
> 262 | pub const NCCELL_WIDEASIAN_MASK: u64 = crate::bindings::ffi::CELL_WIDEASIAN_MASK as u64;
>     |                                                              ^^^^^^^^^^^^^^^^^^^ not found in `crate::bindings::ffi`
> 
> error: aborting due to 2 previous errors
> 
> Some errors have detailed explanations: E0425, E0432.
> For more information about an error, try `rustc --explain E0425`.
> error: could not compile `libnotcurses-sys`.
> 
> Caused by:
>   process didn't exit successfully: `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libnotcurses_sys CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='nick black <dankamongmen at gmail.com>' CARGO_PKG_DESCRIPTION='Low-level Rust bindings for the notcurses C library.' CARGO_PKG_HOMEPAGE='https://nick-black.com/dankwiki/index.php/Notcurses' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libnotcurses-sys CARGO_PKG_REPOSITORY='https://github.com/dankamongmen/notcurses' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/libnotcurses-sys-cee26653fcacd38d/out rustc --crate-name libnotcurses_sys --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 -C metadata=7cdf5e9955c71bd5 -C extra-filename=-7cdf5e9955c71bd5 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cty=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcty-f687f5965344f479.rmeta --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-c7d93ddab2220a9b.rmeta -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/libnotcurses-sys-2.1.0 -L native=/usr/lib/x86_64-linux-gnu -l notcurses` (exit code: 1)
> dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101

The full build log is available from:
   http://qa-logs.debian.net/2021/01/20/rust-libnotcurses-sys_2.1.0-1_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!

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

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

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