[Pkg-rust-maintainers] Bug#924815: rust-cargo-vendor: FTBFS: dh_auto_test: /usr/share/cargo/bin/cargo build returned exit code 101

Lucas Nussbaum lucas at debian.org
Sun Mar 17 18:11:31 GMT 2019


Source: rust-cargo-vendor
Version: 0.1.22-1
Severity: serious
Tags: buster sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20190315 qa-ftbfs
Justification: FTBFS in buster on amd64

Hi,

During a rebuild of all packages in buster (in a buster chroot, not a
sid chroot), your package failed to build on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --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 proc-macro2 v0.4.27
>    Compiling pkg-config v0.3.14
>    Compiling unicode-xid v0.1.0
>    Compiling libc v0.2.48
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-0.4.27/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=4386f0ca6bd23fd4 -C extra-filename=-4386f0ca6bd23fd4 --out-dir /<<PKGBUILDDIR>>/target/debug/build/proc-macro2-4386f0ca6bd23fd4 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `rustc --crate-name pkg_config /<<PKGBUILDDIR>>/debian/cargo_registry/pkg-config-0.3.14/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=84662dc169fd5356 -C extra-filename=-84662dc169fd5356 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `rustc --crate-name unicode_xid /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-xid-0.1.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=d0685fa25ab49bda -C extra-filename=-d0685fa25ab49bda --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.48/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=0fc686cfe788da40 -C extra-filename=-0fc686cfe788da40 --out-dir /<<PKGBUILDDIR>>/target/debug/build/libc-0fc686cfe788da40 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/pkg-config-0.3.14/src/lib.rs:65:5
>    |
> 65 | use std::ascii::AsciiExt;
>    |     ^^^^^^^^^^^^^^^^^^^^
>    |
>    = note: #[warn(deprecated)] on by default
> 
>    Compiling cc v1.0.28
>      Running `rustc --crate-name cc /<<PKGBUILDDIR>>/debian/cargo_registry/cc-1.0.28/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=efe142e21115be96 -C extra-filename=-efe142e21115be96 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling memchr v2.1.3
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.1.3/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="use_std"' -C metadata=1581720b2bf328f4 -C extra-filename=-1581720b2bf328f4 --out-dir /<<PKGBUILDDIR>>/target/debug/build/memchr-1581720b2bf328f4 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling cfg-if v0.1.6
>      Running `rustc --crate-name cfg_if /<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-0.1.6/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ccb657e2adc0c809 -C extra-filename=-ccb657e2adc0c809 --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/cargo-vendor-0.1.22`
>    Compiling matches v0.1.8
>      Running `rustc --crate-name matches /<<PKGBUILDDIR>>/debian/cargo_registry/matches-0.1.8/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ca0a718da7268fc8 -C extra-filename=-ca0a718da7268fc8 --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/cargo-vendor-0.1.22`
>    Compiling backtrace-sys v0.1.28
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/backtrace-sys-0.1.28/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=752798b597b87583 -C extra-filename=-752798b597b87583 --out-dir /<<PKGBUILDDIR>>/target/debug/build/backtrace-sys-752798b597b87583 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling autocfg v0.1.1
>      Running `rustc --crate-name autocfg /<<PKGBUILDDIR>>/debian/cargo_registry/autocfg-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ff9a63bf38561cff -C extra-filename=-ff9a63bf38561cff --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling ucd-util v0.1.1
>      Running `rustc --crate-name ucd_util /<<PKGBUILDDIR>>/debian/cargo_registry/ucd-util-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=39d8273e6f228efe -C extra-filename=-39d8273e6f228efe --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/cargo-vendor-0.1.22`
>    Compiling serde v1.0.87
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.87/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9fd21950e58c7722 -C extra-filename=-9fd21950e58c7722 --out-dir /<<PKGBUILDDIR>>/target/debug/build/serde-9fd21950e58c7722 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling void v1.0.2
>      Running `rustc --crate-name void /<<PKGBUILDDIR>>/debian/cargo_registry/void-1.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=fe0b18d3708bfed1 -C extra-filename=-fe0b18d3708bfed1 --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/cargo-vendor-0.1.22`
>    Compiling ryu v0.2.7
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/ryu-0.2.7/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=f49ac3209b3a9185 -C extra-filename=-f49ac3209b3a9185 --out-dir /<<PKGBUILDDIR>>/target/debug/build/ryu-f49ac3209b3a9185 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling regex v1.1.0
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.1.0/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=92a9b8412bd2d4af -C extra-filename=-92a9b8412bd2d4af --out-dir /<<PKGBUILDDIR>>/target/debug/build/regex-92a9b8412bd2d4af -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling unicode-normalization v0.1.7
>      Running `rustc --crate-name unicode_normalization /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-normalization-0.1.7/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=2e0962c897cf30f7 -C extra-filename=-2e0962c897cf30f7 --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/cargo-vendor-0.1.22`
>    Compiling failure_derive v0.1.5
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/failure_derive-0.1.5/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=4b7e5641c6406b41 -C extra-filename=-4b7e5641c6406b41 --out-dir /<<PKGBUILDDIR>>/target/debug/build/failure_derive-4b7e5641c6406b41 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling lazy_static v1.2.0
>      Running `rustc --crate-name lazy_static /<<PKGBUILDDIR>>/debian/cargo_registry/lazy_static-1.2.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=2b88c9a28d30e697 -C extra-filename=-2b88c9a28d30e697 --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/cargo-vendor-0.1.22`
>    Compiling percent-encoding v1.0.1
>      Running `rustc --crate-name percent_encoding /<<PKGBUILDDIR>>/debian/cargo_registry/percent-encoding-1.0.1/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=73b5db8fe933f376 -C extra-filename=-73b5db8fe933f376 --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/cargo-vendor-0.1.22`
>    Compiling rand_core v0.3.0
>      Running `rustc --crate-name rand_core /<<PKGBUILDDIR>>/debian/cargo_registry/rand_core-0.3.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=7d25b746dfe307ff -C extra-filename=-7d25b746dfe307ff --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/cargo-vendor-0.1.22`
> warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
>   --> /usr/share/cargo/registry/cargo-vendor-0.1.22/debian/cargo_registry/percent-encoding-1.0.1/lib.rs:35:5
>    |
> 35 | use std::ascii::AsciiExt;
>    |     ^^^^^^^^^^^^^^^^^^^^
>    |
>    = note: #[warn(deprecated)] on by default
> 
> warning: unused import: `std::ascii::AsciiExt`
>   --> /usr/share/cargo/registry/cargo-vendor-0.1.22/debian/cargo_registry/percent-encoding-1.0.1/lib.rs:35:5
>    |
> 35 | use std::ascii::AsciiExt;
>    |     ^^^^^^^^^^^^^^^^^^^^
>    |
>    = note: #[warn(unused_imports)] on by default
> 
>    Compiling crc32fast v1.1.2
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/crc32fast-1.1.2/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=dbc7e3bcc43c90ea -C extra-filename=-dbc7e3bcc43c90ea --out-dir /<<PKGBUILDDIR>>/target/debug/build/crc32fast-dbc7e3bcc43c90ea -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling utf8-ranges v1.0.2
>      Running `rustc --crate-name utf8_ranges /<<PKGBUILDDIR>>/debian/cargo_registry/utf8-ranges-1.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=38fe7b2fe279aefb -C extra-filename=-38fe7b2fe279aefb --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/cargo-vendor-0.1.22`
>    Compiling foreign-types-shared v0.1.1
>      Running `rustc --crate-name foreign_types_shared /<<PKGBUILDDIR>>/debian/cargo_registry/foreign-types-shared-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7021b2c6f0ac3b55 -C extra-filename=-7021b2c6f0ac3b55 --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/cargo-vendor-0.1.22`
>    Compiling openssl v0.10.16
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/openssl-0.10.16/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=767c543bb4fcb2df -C extra-filename=-767c543bb4fcb2df --out-dir /<<PKGBUILDDIR>>/target/debug/build/openssl-767c543bb4fcb2df -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling rustc-demangle v0.1.13
>      Running `rustc --crate-name rustc_demangle /<<PKGBUILDDIR>>/debian/cargo_registry/rustc-demangle-0.1.13/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=0be214a18526b2cc -C extra-filename=-0be214a18526b2cc --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/cargo-vendor-0.1.22`
>    Compiling itoa v0.4.3
>      Running `rustc --crate-name itoa /<<PKGBUILDDIR>>/debian/cargo_registry/itoa-0.4.3/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=100640b2974566a1 -C extra-filename=-100640b2974566a1 --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/cargo-vendor-0.1.22`
>    Compiling openssl-probe v0.1.2
>      Running `rustc --crate-name openssl_probe /<<PKGBUILDDIR>>/debian/cargo_registry/openssl-probe-0.1.2/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6bd37e22526ebb41 -C extra-filename=-6bd37e22526ebb41 --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/cargo-vendor-0.1.22`
>    Compiling quick-error v1.2.2
>      Running `rustc --crate-name quick_error /<<PKGBUILDDIR>>/debian/cargo_registry/quick-error-1.2.2/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=13a356b0b28460ab -C extra-filename=-13a356b0b28460ab --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/cargo-vendor-0.1.22`
>    Compiling unicode-width v0.1.5
>      Running `rustc --crate-name unicode_width /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-width-0.1.5/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=815ae6f6a623aaa1 -C extra-filename=-815ae6f6a623aaa1 --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/cargo-vendor-0.1.22`
>    Compiling bitflags v1.0.4
>      Running `rustc --crate-name bitflags /<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.0.4/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=36e06cdac9957ce8 -C extra-filename=-36e06cdac9957ce8 --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/cargo-vendor-0.1.22`
>    Compiling same-file v1.0.4
>      Running `rustc --crate-name same_file /<<PKGBUILDDIR>>/debian/cargo_registry/same-file-1.0.4/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4e66bc81d1b02ff9 -C extra-filename=-4e66bc81d1b02ff9 --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/cargo-vendor-0.1.22`
>    Compiling fnv v1.0.6
>      Running `rustc --crate-name fnv /<<PKGBUILDDIR>>/debian/cargo_registry/fnv-1.0.6/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=5c79f75d7f2dec35 -C extra-filename=-5c79f75d7f2dec35 --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/cargo-vendor-0.1.22`
>    Compiling termcolor v1.0.4
>      Running `rustc --crate-name termcolor /<<PKGBUILDDIR>>/debian/cargo_registry/termcolor-1.0.4/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7fb7252ce8c9adcb -C extra-filename=-7fb7252ce8c9adcb --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/cargo-vendor-0.1.22`
>    Compiling semver-parser v0.7.0
>      Running `rustc --crate-name semver_parser /<<PKGBUILDDIR>>/debian/cargo_registry/semver-parser-0.7.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=775fb988c8dfbcb5 -C extra-filename=-775fb988c8dfbcb5 --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/cargo-vendor-0.1.22`
>    Compiling strsim v0.7.0
>      Running `rustc --crate-name strsim /<<PKGBUILDDIR>>/debian/cargo_registry/strsim-0.7.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7bbd4660ec18bb36 -C extra-filename=-7bbd4660ec18bb36 --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/cargo-vendor-0.1.22`
>    Compiling remove_dir_all v0.5.1
>    Compiling ansi_term v0.11.0
>      Running `rustc --crate-name ansi_term /<<PKGBUILDDIR>>/debian/cargo_registry/ansi_term-0.11.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=503306f9f002922a -C extra-filename=-503306f9f002922a --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/cargo-vendor-0.1.22`
>      Running `rustc --crate-name remove_dir_all /<<PKGBUILDDIR>>/debian/cargo_registry/remove_dir_all-0.5.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=20e0a16c25c8c6d9 -C extra-filename=-20e0a16c25c8c6d9 --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/cargo-vendor-0.1.22`
>    Compiling vec_map v0.8.1
>      Running `rustc --crate-name vec_map /<<PKGBUILDDIR>>/debian/cargo_registry/vec_map-0.8.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=3df2e2460f29b9c1 -C extra-filename=-3df2e2460f29b9c1 --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/cargo-vendor-0.1.22`
>    Compiling hex v0.3.2
>      Running `rustc --crate-name hex /<<PKGBUILDDIR>>/debian/cargo_registry/hex-0.3.2/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=83fc1d79e75cbf9f -C extra-filename=-83fc1d79e75cbf9f --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/cargo-vendor-0.1.22`
>    Compiling home v0.3.3
>      Running `rustc --crate-name home /<<PKGBUILDDIR>>/debian/cargo_registry/home-0.3.3/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ee8f231e635c5542 -C extra-filename=-ee8f231e635c5542 --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/cargo-vendor-0.1.22`
> warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead.
>    --> /usr/share/cargo/registry/cargo-vendor-0.1.22/debian/cargo_registry/home-0.3.3/src/lib.rs:153:5
>     |
> 153 |     ::std::env::home_dir()
>     |     ^^^^^^^^^^^^^^^^^^^^
>     |
>     = note: #[warn(deprecated)] on by default
> 
> warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead.
>    --> /usr/share/cargo/registry/cargo-vendor-0.1.22/debian/cargo_registry/home-0.3.3/src/lib.rs:207:27
>     |
> 207 |     let compat_home_dir = ::std::env::home_dir();
>     |                           ^^^^^^^^^^^^^^^^^^^^
> 
>    Compiling shell-escape v0.1.4
>      Running `rustc --crate-name shell_escape /<<PKGBUILDDIR>>/debian/cargo_registry/shell-escape-0.1.4/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=94600faeca7152ff -C extra-filename=-94600faeca7152ff --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/cargo-vendor-0.1.22`
>    Compiling crossbeam-utils v0.5.0
>      Running `rustc --crate-name crossbeam_utils /<<PKGBUILDDIR>>/debian/cargo_registry/crossbeam-utils-0.5.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=6bcdbcedd79dea8d -C extra-filename=-6bcdbcedd79dea8d --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/cargo-vendor-0.1.22`
>    Compiling rustc-workspace-hack v1.0.0
>      Running `rustc --crate-name rustc_workspace_hack /<<PKGBUILDDIR>>/debian/cargo_registry/rustc-workspace-hack-1.0.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=5bc20cda18f94fa3 -C extra-filename=-5bc20cda18f94fa3 --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/cargo-vendor-0.1.22`
>    Compiling glob v0.2.11
>      Running `rustc --crate-name glob /<<PKGBUILDDIR>>/debian/cargo_registry/glob-0.2.11/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=51d3a19be9e5845c -C extra-filename=-51d3a19be9e5845c --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/cargo-vendor-0.1.22`
>    Compiling lazycell v1.2.1
>      Running `rustc --crate-name lazycell /<<PKGBUILDDIR>>/debian/cargo_registry/lazycell-1.2.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=211e4f20577a7764 -C extra-filename=-211e4f20577a7764 --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/cargo-vendor-0.1.22`
> warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
>   --> /usr/share/cargo/registry/cargo-vendor-0.1.22/debian/cargo_registry/glob-0.2.11/src/lib.rs:28:5
>    |
> 28 | use std::ascii::AsciiExt;
>    |     ^^^^^^^^^^^^^^^^^^^^
>    |
>    = note: #[warn(deprecated)] on by default
> 
>    Compiling bytesize v1.0.0
>      Running `rustc --crate-name bytesize /<<PKGBUILDDIR>>/debian/cargo_registry/bytesize-1.0.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=9bf94b1cd8e699fe -C extra-filename=-9bf94b1cd8e699fe --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/cargo-vendor-0.1.22`
> warning: unused import: `std::ascii::AsciiExt`
>   --> /usr/share/cargo/registry/cargo-vendor-0.1.22/debian/cargo_registry/glob-0.2.11/src/lib.rs:28:5
>    |
> 28 | use std::ascii::AsciiExt;
>    |     ^^^^^^^^^^^^^^^^^^^^
>    |
>    = note: #[warn(unused_imports)] on by default
> 
> warning: unused import: `std::io::prelude`
>   --> /usr/share/cargo/registry/cargo-vendor-0.1.22/debian/cargo_registry/glob-0.2.11/src/lib.rs:32:5
>    |
> 32 | use std::io::prelude::*;
>    |     ^^^^^^^^^^^^^^^^
> 
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libc-0fc686cfe788da40/build-script-build`
> [libc 0.2.48] cargo:rustc-cfg=core_cvoid
>      Running `/<<PKGBUILDDIR>>/target/debug/build/proc-macro2-4386f0ca6bd23fd4/build-script-build`
> [proc-macro2 0.4.27] cargo:rerun-if-changed=build.rs
> [proc-macro2 0.4.27] cargo:rustc-cfg=u128
> [proc-macro2 0.4.27] cargo:rustc-cfg=use_proc_macro
> [proc-macro2 0.4.27] cargo:rustc-cfg=wrap_proc_macro
>    Compiling libnghttp2-sys v0.1.1
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/libnghttp2-sys-0.1.1/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=3004e32a3f931479 -C extra-filename=-3004e32a3f931479 --out-dir /<<PKGBUILDDIR>>/target/debug/build/libnghttp2-sys-3004e32a3f931479 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern pkg_config=/<<PKGBUILDDIR>>/target/debug/deps/libpkg_config-84662dc169fd5356.rlib --cap-lints warn`
>    Compiling log v0.4.6
>    Compiling unicode-bidi v0.3.4
>      Running `rustc --crate-name log /<<PKGBUILDDIR>>/debian/cargo_registry/log-0.4.6/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' -C metadata=c523598471760f95 -C extra-filename=-c523598471760f95 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-ccb657e2adc0c809.rlib --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/cargo-vendor-0.1.22`
>      Running `rustc --crate-name unicode_bidi /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-bidi-0.3.4/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=bc6b1f95061fca9e -C extra-filename=-bc6b1f95061fca9e --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern matches=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmatches-ca0a718da7268fc8.rlib --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/cargo-vendor-0.1.22`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/backtrace-sys-752798b597b87583/build-script-build`
> [backtrace-sys 0.1.28] cargo:rustc-link-lib=static=backtrace
> [backtrace-sys 0.1.28] cargo:rustc-link-search=native=/usr/lib/gcc/x86_64-linux-gnu/8/
> [backtrace-sys 0.1.28] dh-cargo:deb-built-using=backtrace=0~=libgcc-[0-9]+-dev .*
>      Running `/<<PKGBUILDDIR>>/target/debug/build/memchr-1581720b2bf328f4/build-script-build`
> [memchr 2.1.3] cargo:rustc-cfg=memchr_runtime_simd
> [memchr 2.1.3] cargo:rustc-cfg=memchr_runtime_sse2
> [memchr 2.1.3] cargo:rustc-cfg=memchr_runtime_sse42
> [memchr 2.1.3] cargo:rustc-cfg=memchr_runtime_avx
>    Compiling backtrace v0.3.13
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/backtrace-0.3.13/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="backtrace-sys"' --cfg 'feature="coresymbolication"' --cfg 'feature="dbghelp"' --cfg 'feature="default"' --cfg 'feature="dladdr"' --cfg 'feature="libbacktrace"' --cfg 'feature="libunwind"' --cfg 'feature="std"' -C metadata=b32ff627d6cc1955 -C extra-filename=-b32ff627d6cc1955 --out-dir /<<PKGBUILDDIR>>/target/debug/build/backtrace-b32ff627d6cc1955 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern autocfg=/<<PKGBUILDDIR>>/target/debug/deps/libautocfg-ff9a63bf38561cff.rlib --cap-lints warn`
>    Compiling regex-syntax v0.6.5
>      Running `rustc --crate-name regex_syntax /<<PKGBUILDDIR>>/debian/cargo_registry/regex-syntax-0.6.5/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=012fc0fd3191070a -C extra-filename=-012fc0fd3191070a --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern ucd_util=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libucd_util-39d8273e6f228efe.rlib --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/cargo-vendor-0.1.22`
>    Compiling unreachable v1.0.0
>      Running `rustc --crate-name unreachable /<<PKGBUILDDIR>>/debian/cargo_registry/unreachable-1.0.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=36f50ec323d27000 -C extra-filename=-36f50ec323d27000 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern void=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libvoid-fe0b18d3708bfed1.rlib --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/cargo-vendor-0.1.22`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/serde-9fd21950e58c7722/build-script-build`
> [serde 1.0.87] cargo:rustc-cfg=ops_bound
> [serde 1.0.87] cargo:rustc-cfg=de_boxed_c_str
> [serde 1.0.87] cargo:rustc-cfg=de_rc_dst
> [serde 1.0.87] cargo:rustc-cfg=core_duration
> [serde 1.0.87] cargo:rustc-cfg=integer128
> [serde 1.0.87] cargo:rustc-cfg=range_inclusive
> [serde 1.0.87] cargo:rustc-cfg=num_nonzero
>      Running `/<<PKGBUILDDIR>>/target/debug/build/ryu-f49ac3209b3a9185/build-script-build`
> [ryu 0.2.7] cargo:rustc-cfg=integer128
> [ryu 0.2.7] cargo:rustc-cfg=must_use_return
>      Running `/<<PKGBUILDDIR>>/target/debug/build/regex-92a9b8412bd2d4af/build-script-build`
> [regex 1.1.0] cargo:rustc-cfg=regex_runtime_teddy_ssse3
> [regex 1.1.0] cargo:rustc-cfg=regex_runtime_teddy_avx2
>    Compiling openssl-sys v0.9.40
>      Running `rustc --crate-name build_script_main /<<PKGBUILDDIR>>/debian/cargo_registry/openssl-sys-0.9.40/build/main.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=95e5d93593b5f8f8 -C extra-filename=-95e5d93593b5f8f8 --out-dir /<<PKGBUILDDIR>>/target/debug/build/openssl-sys-95e5d93593b5f8f8 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cc=/<<PKGBUILDDIR>>/target/debug/deps/libcc-efe142e21115be96.rlib --extern pkg_config=/<<PKGBUILDDIR>>/target/debug/deps/libpkg_config-84662dc169fd5356.rlib --cap-lints warn`
>    Compiling libz-sys v1.0.25
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/libz-sys-1.0.25/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=a8028d3913905769 -C extra-filename=-a8028d3913905769 --out-dir /<<PKGBUILDDIR>>/target/debug/build/libz-sys-a8028d3913905769 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cc=/<<PKGBUILDDIR>>/target/debug/deps/libcc-efe142e21115be96.rlib --extern pkg_config=/<<PKGBUILDDIR>>/target/debug/deps/libpkg_config-84662dc169fd5356.rlib --cap-lints warn`
>    Compiling libssh2-sys v0.2.11
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/libssh2-sys-0.2.11/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=5ff4371c2e151fc6 -C extra-filename=-5ff4371c2e151fc6 --out-dir /<<PKGBUILDDIR>>/target/debug/build/libssh2-sys-5ff4371c2e151fc6 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cc=/<<PKGBUILDDIR>>/target/debug/deps/libcc-efe142e21115be96.rlib --extern pkg_config=/<<PKGBUILDDIR>>/target/debug/deps/libpkg_config-84662dc169fd5356.rlib --cap-lints warn`
> warning: unused import: `Path`
>  --> /<<PKGBUILDDIR>>/debian/cargo_registry/libssh2-sys-0.2.11/build.rs:9:26
>   |
> 9 | use std::path::{PathBuf, Path};
>   |                          ^^^^
>   |
>   = note: #[warn(unused_imports)] on by default
> 
> warning: unused import: `std::process::Command`
>   --> /<<PKGBUILDDIR>>/debian/cargo_registry/libssh2-sys-0.2.11/build.rs:10:5
>    |
> 10 | use std::process::Command;
>    |     ^^^^^^^^^^^^^^^^^^^^^
> 
>    Compiling curl-sys v0.4.12
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/curl-sys-0.4.12/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' -C metadata=b0f4535da084a4a5 -C extra-filename=-b0f4535da084a4a5 --out-dir /<<PKGBUILDDIR>>/target/debug/build/curl-sys-b0f4535da084a4a5 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cc=/<<PKGBUILDDIR>>/target/debug/deps/libcc-efe142e21115be96.rlib --extern pkg_config=/<<PKGBUILDDIR>>/target/debug/deps/libpkg_config-84662dc169fd5356.rlib --cap-lints warn`
>    Compiling libgit2-sys v0.7.10
>      Running `rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/libgit2-sys-0.7.10/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="curl"' --cfg 'feature="curl-sys"' --cfg 'feature="https"' --cfg 'feature="libssh2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' -C metadata=b8998ed1d8156451 -C extra-filename=-b8998ed1d8156451 --out-dir /<<PKGBUILDDIR>>/target/debug/build/libgit2-sys-b8998ed1d8156451 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cc=/<<PKGBUILDDIR>>/target/debug/deps/libcc-efe142e21115be96.rlib --extern pkg_config=/<<PKGBUILDDIR>>/target/debug/deps/libpkg_config-84662dc169fd5356.rlib --cap-lints warn`
>    Compiling thread_local v0.3.6
>      Running `rustc --crate-name thread_local /<<PKGBUILDDIR>>/debian/cargo_registry/thread_local-0.3.6/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=98c372d7730670e1 -C extra-filename=-98c372d7730670e1 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-2b88c9a28d30e697.rlib --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/cargo-vendor-0.1.22`
>    Compiling crossbeam-utils v0.6.5
>      Running `rustc --crate-name crossbeam_utils /<<PKGBUILDDIR>>/debian/cargo_registry/crossbeam-utils-0.6.5/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=c6b32a11ed8aacce -C extra-filename=-c6b32a11ed8aacce --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-ccb657e2adc0c809.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-2b88c9a28d30e697.rlib --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/cargo-vendor-0.1.22`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/failure_derive-4b7e5641c6406b41/build-script-build`
> [failure_derive 0.1.5] cargo:rustc-cfg=has_dyn_trait
>    Compiling rand_core v0.2.2
>      Running `rustc --crate-name rand_core /<<PKGBUILDDIR>>/debian/cargo_registry/rand_core-0.2.2/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=60a5cd03c17e87fe -C extra-filename=-60a5cd03c17e87fe --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern rand_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librand_core-7d25b746dfe307ff.rlib --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/cargo-vendor-0.1.22`
>    Compiling foreign-types v0.3.2
>      Running `rustc --crate-name foreign_types /<<PKGBUILDDIR>>/debian/cargo_registry/foreign-types-0.3.2/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=194e0cdb2a099919 -C extra-filename=-194e0cdb2a099919 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern foreign_types_shared=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libforeign_types_shared-7021b2c6f0ac3b55.rlib --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/cargo-vendor-0.1.22`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/crc32fast-dbc7e3bcc43c90ea/build-script-build`
> [crc32fast 1.1.2] cargo:rerun-if-changed=build.rs
> [crc32fast 1.1.2] cargo:rustc-cfg=crc32fast_stdarchx86
>    Compiling humantime v1.1.1
>      Running `rustc --crate-name humantime /<<PKGBUILDDIR>>/debian/cargo_registry/humantime-1.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e399d3991d4388f0 -C extra-filename=-e399d3991d4388f0 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern quick_error=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libquick_error-13a356b0b28460ab.rlib --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/cargo-vendor-0.1.22`
>    Compiling textwrap v0.11.0
>      Running `rustc --crate-name textwrap /<<PKGBUILDDIR>>/debian/cargo_registry/textwrap-0.11.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f3c7b044a3b4aa75 -C extra-filename=-f3c7b044a3b4aa75 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern unicode_width=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_width-815ae6f6a623aaa1.rlib --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/cargo-vendor-0.1.22`
>    Compiling walkdir v2.2.7
>      Running `rustc --crate-name walkdir /<<PKGBUILDDIR>>/debian/cargo_registry/walkdir-2.2.7/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=047f41ac45539aa7 -C extra-filename=-047f41ac45539aa7 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern same_file=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsame_file-4e66bc81d1b02ff9.rlib --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/cargo-vendor-0.1.22`
>      Running `rustc --crate-name libc /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.48/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=5389710100fbcecb -C extra-filename=-5389710100fbcecb --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/cargo-vendor-0.1.22 --cfg core_cvoid`
>      Running `rustc --crate-name proc_macro2 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-0.4.27/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=87db253c67b8c866 -C extra-filename=-87db253c67b8c866 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern unicode_xid=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_xid-d0685fa25ab49bda.rlib --cap-lints warn --cfg u128 --cfg use_proc_macro --cfg wrap_proc_macro`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libnghttp2-sys-3004e32a3f931479/build-script-build`
> [libnghttp2-sys 0.1.1] cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
> [libnghttp2-sys 0.1.1] cargo:rustc-link-lib=nghttp2
>      Running `/<<PKGBUILDDIR>>/target/debug/build/backtrace-b32ff627d6cc1955/build-script-build`
> [backtrace 0.3.13] cargo:rustc-cfg=rustc_1_30
> [backtrace 0.3.13] cargo:rerun-if-changed=build.rs
>      Running `rustc --crate-name serde /<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.87/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7bc65194a400efbf -C extra-filename=-7bc65194a400efbf --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/cargo-vendor-0.1.22 --cfg ops_bound --cfg de_boxed_c_str --cfg de_rc_dst --cfg core_duration --cfg integer128 --cfg range_inclusive --cfg num_nonzero`
>      Running `rustc --crate-name ryu /<<PKGBUILDDIR>>/debian/cargo_registry/ryu-0.2.7/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=76cd6e457a430724 -C extra-filename=-76cd6e457a430724 --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/cargo-vendor-0.1.22 --cfg integer128 --cfg must_use_return`
>    Compiling smallvec v0.6.8
>      Running `rustc --crate-name smallvec /<<PKGBUILDDIR>>/debian/cargo_registry/smallvec-0.6.8/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=54be7f8e308cfc46 -C extra-filename=-54be7f8e308cfc46 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern unreachable=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunreachable-36f50ec323d27000.rlib --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/cargo-vendor-0.1.22`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libz-sys-a8028d3913905769/build-script-build`
> [libz-sys 1.0.25] cargo:rerun-if-env-changed=LIBZ_SYS_STATIC
> [libz-sys 1.0.25] cargo:rerun-if-changed=build.rs
> [libz-sys 1.0.25] cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
> [libz-sys 1.0.25] cargo:rustc-link-lib=z
>      Running `/<<PKGBUILDDIR>>/target/debug/build/openssl-sys-95e5d93593b5f8f8/build-script-main`
> [openssl-sys 0.9.40] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR
> [openssl-sys 0.9.40] cargo:rerun-if-env-changed=OPENSSL_LIB_DIR
> [openssl-sys 0.9.40] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR
> [openssl-sys 0.9.40] cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR
> [openssl-sys 0.9.40] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR
> [openssl-sys 0.9.40] cargo:rerun-if-env-changed=OPENSSL_DIR
> [openssl-sys 0.9.40] cargo:rustc-link-lib=ssl
> [openssl-sys 0.9.40] cargo:rustc-link-lib=crypto
> [openssl-sys 0.9.40] OPT_LEVEL = Some("0")
> [openssl-sys 0.9.40] TARGET = Some("x86_64-unknown-linux-gnu")
> [openssl-sys 0.9.40] HOST = Some("x86_64-unknown-linux-gnu")
> [openssl-sys 0.9.40] CC_x86_64-unknown-linux-gnu = None
> [openssl-sys 0.9.40] CC_x86_64_unknown_linux_gnu = None
> [openssl-sys 0.9.40] HOST_CC = None
> [openssl-sys 0.9.40] CC = None
> [openssl-sys 0.9.40] CFLAGS_x86_64-unknown-linux-gnu = None
> [openssl-sys 0.9.40] CFLAGS_x86_64_unknown_linux_gnu = None
> [openssl-sys 0.9.40] HOST_CFLAGS = None
> [openssl-sys 0.9.40] CFLAGS = Some("-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security")
> [openssl-sys 0.9.40] DEBUG = Some("true")
> [openssl-sys 0.9.40] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-O2" "-fdebug-prefix-map=/<<PKGBUILDDIR>>=." "-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-g" "-fno-omit-frame-pointer" "-m64" "-E" "/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/openssl-sys-46c0e6ab45e8ffd5/out/expando.c"
>      Running `rustc --crate-name crc32fast /<<PKGBUILDDIR>>/debian/cargo_registry/crc32fast-1.1.2/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=85b1852018a926d3 -C extra-filename=-85b1852018a926d3 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-ccb657e2adc0c809.rlib --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/cargo-vendor-0.1.22 --cfg crc32fast_stdarchx86`
> [openssl-sys 0.9.40] exit code: 0
> [openssl-sys 0.9.40] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD"
> [openssl-sys 0.9.40] cargo:conf=OPENSSL_NO_SSL3_METHOD
> [openssl-sys 0.9.40] cargo:rustc-cfg=ossl101
> [openssl-sys 0.9.40] cargo:rustc-cfg=ossl102
> [openssl-sys 0.9.40] cargo:rustc-cfg=ossl102f
> [openssl-sys 0.9.40] cargo:rustc-cfg=ossl102h
> [openssl-sys 0.9.40] cargo:rustc-cfg=ossl110
> [openssl-sys 0.9.40] cargo:rustc-cfg=ossl110f
> [openssl-sys 0.9.40] cargo:rustc-cfg=ossl110g
> [openssl-sys 0.9.40] cargo:rustc-cfg=ossl111
> [openssl-sys 0.9.40] cargo:version_number=1010102f
> [openssl-sys 0.9.40] cargo:version=111
>      Running `rustc --crate-name memchr /<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.1.3/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="use_std"' -C metadata=74d025ea9e9e2059 -C extra-filename=-74d025ea9e9e2059 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-ccb657e2adc0c809.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --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/cargo-vendor-0.1.22 --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
>      Running `rustc --crate-name backtrace_sys /<<PKGBUILDDIR>>/debian/cargo_registry/backtrace-sys-0.1.28/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=8b339d82a36a0f76 -C extra-filename=-8b339d82a36a0f76 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --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/cargo-vendor-0.1.22 -L native=/usr/lib/gcc/x86_64-linux-gnu/8/ -l static=backtrace`
>    Compiling socket2 v0.3.7
>      Running `rustc --crate-name socket2 /<<PKGBUILDDIR>>/debian/cargo_registry/socket2-0.3.7/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7af1790c9540eed4 -C extra-filename=-7af1790c9540eed4 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-ccb657e2adc0c809.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --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/cargo-vendor-0.1.22`
>    Compiling rand v0.5.5
>      Running `rustc --crate-name rand /<<PKGBUILDDIR>>/debian/cargo_registry/rand-0.5.5/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="cloudabi"' --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="winapi"' -C metadata=4ad9dc258a24ef2e -C extra-filename=-4ad9dc258a24ef2e --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --extern rand_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librand_core-60a5cd03c17e87fe.rlib --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/cargo-vendor-0.1.22`
>    Compiling filetime v0.2.4
>      Running `rustc --crate-name filetime /<<PKGBUILDDIR>>/debian/cargo_registry/filetime-0.2.4/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=3228c7ee40aaafc2 -C extra-filename=-3228c7ee40aaafc2 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-ccb657e2adc0c809.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --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/cargo-vendor-0.1.22`
>    Compiling atty v0.2.11
>      Running `rustc --crate-name atty /<<PKGBUILDDIR>>/debian/cargo_registry/atty-0.2.11/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=a699dcbee5a79c1f -C extra-filename=-a699dcbee5a79c1f --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --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/cargo-vendor-0.1.22`
>    Compiling fs2 v0.4.3
>      Running `rustc --crate-name fs2 /<<PKGBUILDDIR>>/debian/cargo_registry/fs2-0.4.3/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=a4a719996335875e -C extra-filename=-a4a719996335875e --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --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/cargo-vendor-0.1.22`
>    Compiling num_cpus v1.10.0
>      Running `rustc --crate-name num_cpus /<<PKGBUILDDIR>>/debian/cargo_registry/num_cpus-1.10.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=aac143f139a18ce7 -C extra-filename=-aac143f139a18ce7 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --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/cargo-vendor-0.1.22`
>    Compiling jobserver v0.1.11
>      Running `rustc --crate-name jobserver /<<PKGBUILDDIR>>/debian/cargo_registry/jobserver-0.1.11/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=d727723a12320a3c -C extra-filename=-d727723a12320a3c --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c523598471760f95.rlib --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/cargo-vendor-0.1.22`
>    Compiling quote v0.6.11
>      Running `rustc --crate-name quote /<<PKGBUILDDIR>>/debian/cargo_registry/quote-0.6.11/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' -C metadata=62e8895ebc9b1f2f -C extra-filename=-62e8895ebc9b1f2f --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-87db253c67b8c866.rlib --cap-lints warn`
>      Running `rustc --crate-name libnghttp2_sys /<<PKGBUILDDIR>>/debian/cargo_registry/libnghttp2-sys-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=15fea25c82b3f7df -C extra-filename=-15fea25c82b3f7df --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --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/cargo-vendor-0.1.22 -L native=/usr/lib/x86_64-linux-gnu -l nghttp2`
>      Running `rustc --crate-name libz_sys /<<PKGBUILDDIR>>/debian/cargo_registry/libz-sys-1.0.25/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=159321a884956265 -C extra-filename=-159321a884956265 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --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/cargo-vendor-0.1.22 -L native=/usr/lib/x86_64-linux-gnu -l z`
>    Compiling crossbeam-channel v0.3.8
>      Running `rustc --crate-name crossbeam_channel /<<PKGBUILDDIR>>/debian/cargo_registry/crossbeam-channel-0.3.8/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4cc377cda429e2fc -C extra-filename=-4cc377cda429e2fc --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcrossbeam_utils-c6b32a11ed8aacce.rlib --extern smallvec=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsmallvec-54be7f8e308cfc46.rlib --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/cargo-vendor-0.1.22`
>      Running `rustc --crate-name openssl_sys /<<PKGBUILDDIR>>/debian/cargo_registry/openssl-sys-0.9.40/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=bd4fcfb3015c7152 -C extra-filename=-bd4fcfb3015c7152 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --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/cargo-vendor-0.1.22 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl111 -l ssl -l crypto`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libssh2-sys-5ff4371c2e151fc6/build-script-build`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/curl-sys-b0f4535da084a4a5/build-script-build`
> [libssh2-sys 0.2.11] cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
> [libssh2-sys 0.2.11] cargo:rustc-link-lib=ssh2
>      Running `/<<PKGBUILDDIR>>/target/debug/build/openssl-767c543bb4fcb2df/build-script-build`
> [openssl 0.10.16] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD"
> [openssl 0.10.16] cargo:rustc-cfg=ossl101
> [openssl 0.10.16] cargo:rustc-cfg=ossl102
> [openssl 0.10.16] cargo:rustc-cfg=ossl110
> [openssl 0.10.16] cargo:rustc-cfg=ossl110g
> [openssl 0.10.16] cargo:rustc-cfg=ossl111
>      Running `rustc --crate-name backtrace /<<PKGBUILDDIR>>/debian/cargo_registry/backtrace-0.3.13/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="backtrace-sys"' --cfg 'feature="coresymbolication"' --cfg 'feature="dbghelp"' --cfg 'feature="default"' --cfg 'feature="dladdr"' --cfg 'feature="libbacktrace"' --cfg 'feature="libunwind"' --cfg 'feature="std"' -C metadata=e28cdad91a19dc8c -C extra-filename=-e28cdad91a19dc8c --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern backtrace_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbacktrace_sys-8b339d82a36a0f76.rlib --extern cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-ccb657e2adc0c809.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --extern rustc_demangle=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librustc_demangle-0be214a18526b2cc.rlib --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/cargo-vendor-0.1.22 --cfg rustc_1_30 -L native=/usr/lib/gcc/x86_64-linux-gnu/8/`
> [curl-sys 0.4.12] cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
> [curl-sys 0.4.12] cargo:rustc-link-lib=curl
> [curl-sys 0.4.12] cargo:include=/usr/include/x86_64-linux-gnu
>    Compiling aho-corasick v0.6.9
>      Running `rustc --crate-name aho_corasick /<<PKGBUILDDIR>>/debian/cargo_registry/aho-corasick-0.6.9/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=2e405e7f8ada6398 -C extra-filename=-2e405e7f8ada6398 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-74d025ea9e9e2059.rlib --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/cargo-vendor-0.1.22`
>    Compiling tar v0.4.20
>      Running `rustc --crate-name tar /<<PKGBUILDDIR>>/debian/cargo_registry/tar-0.4.20/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b27a52daab2881c1 -C extra-filename=-b27a52daab2881c1 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern filetime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfiletime-3228c7ee40aaafc2.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --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/cargo-vendor-0.1.22`
>    Compiling clap v2.32.0
>      Running `rustc --crate-name clap /<<PKGBUILDDIR>>/debian/cargo_registry/clap-2.32.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=1a4a41f2796b059b -C extra-filename=-1a4a41f2796b059b --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern ansi_term=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libansi_term-503306f9f002922a.rlib --extern atty=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libatty-a699dcbee5a79c1f.rlib --extern bitflags=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbitflags-36e06cdac9957ce8.rlib --extern strsim=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libstrsim-7bbd4660ec18bb36.rlib --extern textwrap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtextwrap-f3c7b044a3b4aa75.rlib --extern unicode_width=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_width-815ae6f6a623aaa1.rlib --extern vec_map=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libvec_map-3df2e2460f29b9c1.rlib --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/cargo-vendor-0.1.22`
>    Compiling tempfile v3.0.4
>      Running `rustc --crate-name tempfile /<<PKGBUILDDIR>>/debian/cargo_registry/tempfile-3.0.4/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=9c44ffca636fa11c -C extra-filename=-9c44ffca636fa11c --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-ccb657e2adc0c809.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --extern rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librand-4ad9dc258a24ef2e.rlib --extern remove_dir_all=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libremove_dir_all-20e0a16c25c8c6d9.rlib --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/cargo-vendor-0.1.22`
>    Compiling syn v0.15.26
>      Running `rustc --crate-name syn /<<PKGBUILDDIR>>/debian/cargo_registry/syn-0.15.26/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=2b1f96d4996d21b6 -C extra-filename=-2b1f96d4996d21b6 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-87db253c67b8c866.rlib --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-62e8895ebc9b1f2f.rlib --extern unicode_xid=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_xid-d0685fa25ab49bda.rlib --cap-lints warn`
>    Compiling flate2 v1.0.6
>      Running `rustc --crate-name flate2 /<<PKGBUILDDIR>>/debian/cargo_registry/flate2-1.0.6/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libz-sys"' --cfg 'feature="zlib"' -C metadata=e717807a9db01108 -C extra-filename=-e717807a9db01108 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern crc32fast=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcrc32fast-85b1852018a926d3.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --extern libz_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibz_sys-159321a884956265.rlib --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/cargo-vendor-0.1.22 -L native=/usr/lib/x86_64-linux-gnu`
>      Running `rustc --crate-name libssh2_sys /<<PKGBUILDDIR>>/debian/cargo_registry/libssh2-sys-0.2.11/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7fb281fc24db8622 -C extra-filename=-7fb281fc24db8622 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --extern libz_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibz_sys-159321a884956265.rlib --extern openssl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopenssl_sys-bd4fcfb3015c7152.rlib --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/cargo-vendor-0.1.22 -L native=/usr/lib/x86_64-linux-gnu -l ssh2 -L native=/usr/lib/x86_64-linux-gnu`
>      Running `rustc --crate-name openssl /<<PKGBUILDDIR>>/debian/cargo_registry/openssl-0.10.16/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=de3c8a07ded146b1 -C extra-filename=-de3c8a07ded146b1 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bitflags=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbitflags-36e06cdac9957ce8.rlib --extern cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-ccb657e2adc0c809.rlib --extern foreign_types=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libforeign_types-194e0cdb2a099919.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-2b88c9a28d30e697.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --extern openssl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopenssl_sys-bd4fcfb3015c7152.rlib --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/cargo-vendor-0.1.22 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl111`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libgit2-sys-b8998ed1d8156451/build-script-build`
> [libgit2-sys 0.7.10] cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
> [libgit2-sys 0.7.10] cargo:rustc-link-lib=git2
>      Running `rustc --crate-name curl_sys /<<PKGBUILDDIR>>/debian/cargo_registry/curl-sys-0.4.12/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' -C metadata=21739734623a2bd4 -C extra-filename=-21739734623a2bd4 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --extern libnghttp2_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibnghttp2_sys-15fea25c82b3f7df.rlib --extern libz_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibz_sys-159321a884956265.rlib --extern openssl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopenssl_sys-bd4fcfb3015c7152.rlib --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/cargo-vendor-0.1.22 -L native=/usr/lib/x86_64-linux-gnu -l curl -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu`
>      Running `rustc --crate-name regex /<<PKGBUILDDIR>>/debian/cargo_registry/regex-1.1.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=13ab460b3b2ad2fd -C extra-filename=-13ab460b3b2ad2fd --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern aho_corasick=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libaho_corasick-2e405e7f8ada6398.rlib --extern memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-74d025ea9e9e2059.rlib --extern regex_syntax=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex_syntax-012fc0fd3191070a.rlib --extern thread_local=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libthread_local-98c372d7730670e1.rlib --extern utf8_ranges=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libutf8_ranges-38fe7b2fe279aefb.rlib --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/cargo-vendor-0.1.22 --cfg regex_runtime_teddy_ssse3 --cfg regex_runtime_teddy_avx2`
>    Compiling serde_json v1.0.38
>      Running `rustc --crate-name serde_json /<<PKGBUILDDIR>>/debian/cargo_registry/serde_json-1.0.38/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="raw_value"' -C metadata=5b487d4bcdee9800 -C extra-filename=-5b487d4bcdee9800 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern itoa=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libitoa-100640b2974566a1.rlib --extern ryu=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libryu-76cd6e457a430724.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-7bc65194a400efbf.rlib --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/cargo-vendor-0.1.22`
>    Compiling serde_ignored v0.0.4
>      Running `rustc --crate-name serde_ignored /<<PKGBUILDDIR>>/debian/cargo_registry/serde_ignored-0.0.4/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=9432826f7fa85353 -C extra-filename=-9432826f7fa85353 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-7bc65194a400efbf.rlib --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/cargo-vendor-0.1.22`
>    Compiling semver v0.9.0
>      Running `rustc --crate-name semver /<<PKGBUILDDIR>>/debian/cargo_registry/semver-0.9.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=4d68f0d9e53c0ac7 -C extra-filename=-4d68f0d9e53c0ac7 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern semver_parser=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsemver_parser-775fb988c8dfbcb5.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-7bc65194a400efbf.rlib --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/cargo-vendor-0.1.22`
>    Compiling toml v0.4.10
>      Running `rustc --crate-name toml /<<PKGBUILDDIR>>/debian/cargo_registry/toml-0.4.10/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=a6a38b8e9ed93f18 -C extra-filename=-a6a38b8e9ed93f18 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-7bc65194a400efbf.rlib --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/cargo-vendor-0.1.22`
>    Compiling idna v0.1.5
>      Running `rustc --crate-name idna /<<PKGBUILDDIR>>/debian/cargo_registry/idna-0.1.5/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ae3d995f34e747dd -C extra-filename=-ae3d995f34e747dd --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern matches=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmatches-ca0a718da7268fc8.rlib --extern unicode_bidi=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_bidi-bc6b1f95061fca9e.rlib --extern unicode_normalization=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libunicode_normalization-2e0962c897cf30f7.rlib --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/cargo-vendor-0.1.22`
>      Running `rustc --crate-name libgit2_sys /<<PKGBUILDDIR>>/debian/cargo_registry/libgit2-sys-0.7.10/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="curl"' --cfg 'feature="curl-sys"' --cfg 'feature="https"' --cfg 'feature="libssh2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' -C metadata=a9bb679a6178ab67 -C extra-filename=-a9bb679a6178ab67 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern curl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcurl_sys-21739734623a2bd4.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --extern libssh2_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibssh2_sys-7fb281fc24db8622.rlib --extern libz_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibz_sys-159321a884956265.rlib --extern openssl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopenssl_sys-bd4fcfb3015c7152.rlib --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/cargo-vendor-0.1.22 -L native=/usr/lib/x86_64-linux-gnu -l git2 -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu`
>    Compiling curl v0.4.17
>      Running `rustc --crate-name curl /<<PKGBUILDDIR>>/debian/cargo_registry/curl-0.4.17/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="curl-sys"' --cfg 'feature="http2"' -C metadata=9196f7499ac7899e -C extra-filename=-9196f7499ac7899e --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern curl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcurl_sys-21739734623a2bd4.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --extern openssl_probe=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopenssl_probe-6bd37e22526ebb41.rlib --extern openssl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopenssl_sys-bd4fcfb3015c7152.rlib --extern socket2=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsocket2-7af1790c9540eed4.rlib --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/cargo-vendor-0.1.22 -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu`
>    Compiling crypto-hash v0.3.1
>      Running `rustc --crate-name crypto_hash /<<PKGBUILDDIR>>/debian/cargo_registry/crypto-hash-0.3.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=3a9f475b73b27c42 -C extra-filename=-3a9f475b73b27c42 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern hex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhex-83fc1d79e75cbf9f.rlib --extern openssl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopenssl-de3c8a07ded146b1.rlib --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/cargo-vendor-0.1.22`
>    Compiling globset v0.4.2
>      Running `rustc --crate-name globset /<<PKGBUILDDIR>>/debian/cargo_registry/globset-0.4.2/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7f6ad1d55923e221 -C extra-filename=-7f6ad1d55923e221 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern aho_corasick=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libaho_corasick-2e405e7f8ada6398.rlib --extern fnv=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfnv-5c79f75d7f2dec35.rlib --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c523598471760f95.rlib --extern memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-74d025ea9e9e2059.rlib --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex-13ab460b3b2ad2fd.rlib --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/cargo-vendor-0.1.22`
>    Compiling env_logger v0.6.0
>      Running `rustc --crate-name env_logger /<<PKGBUILDDIR>>/debian/cargo_registry/env_logger-0.6.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=b0c28ca291e8b887 -C extra-filename=-b0c28ca291e8b887 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern atty=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libatty-a699dcbee5a79c1f.rlib --extern humantime=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libhumantime-e399d3991d4388f0.rlib --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c523598471760f95.rlib --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex-13ab460b3b2ad2fd.rlib --extern termcolor=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libtermcolor-7fb7252ce8c9adcb.rlib --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/cargo-vendor-0.1.22`
>    Compiling synstructure v0.10.1
>      Running `rustc --crate-name synstructure /<<PKGBUILDDIR>>/debian/cargo_registry/synstructure-0.10.1/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=3d9bb62ddd34d85d -C extra-filename=-3d9bb62ddd34d85d --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-87db253c67b8c866.rlib --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-62e8895ebc9b1f2f.rlib --extern syn=/<<PKGBUILDDIR>>/target/debug/deps/libsyn-2b1f96d4996d21b6.rlib --extern unicode_xid=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_xid-d0685fa25ab49bda.rlib --cap-lints warn`
>    Compiling serde_derive v1.0.87
>      Running `rustc --crate-name serde_derive /<<PKGBUILDDIR>>/debian/cargo_registry/serde_derive-1.0.87/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 --cfg 'feature="default"' -C metadata=20629c5923833aa8 -C extra-filename=-20629c5923833aa8 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-87db253c67b8c866.rlib --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-62e8895ebc9b1f2f.rlib --extern syn=/<<PKGBUILDDIR>>/target/debug/deps/libsyn-2b1f96d4996d21b6.rlib --cap-lints warn`
> warning: unused `#[macro_use]` import
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/synstructure-0.10.1/src/lib.rs:164:1
>     |
> 164 | #[macro_use]
>     | ^^^^^^^^^^^^
>     |
>     = note: #[warn(unused_imports)] on by default
> 
>    Compiling url v1.7.2
>      Running `rustc --crate-name url /<<PKGBUILDDIR>>/debian/cargo_registry/url-1.7.2/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=9c1136c97ef362bc -C extra-filename=-9c1136c97ef362bc --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern idna=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libidna-ae3d995f34e747dd.rlib --extern matches=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmatches-ca0a718da7268fc8.rlib --extern percent_encoding=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libpercent_encoding-73b5db8fe933f376.rlib --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/cargo-vendor-0.1.22`
>    Compiling ignore v0.4.6
>      Running `rustc --crate-name ignore /<<PKGBUILDDIR>>/debian/cargo_registry/ignore-0.4.6/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f0309a3bb770b2f8 -C extra-filename=-f0309a3bb770b2f8 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcrossbeam_channel-4cc377cda429e2fc.rlib --extern globset=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libglobset-7f6ad1d55923e221.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblazy_static-2b88c9a28d30e697.rlib --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c523598471760f95.rlib --extern memchr=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-74d025ea9e9e2059.rlib --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libregex-13ab460b3b2ad2fd.rlib --extern same_file=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsame_file-4e66bc81d1b02ff9.rlib --extern thread_local=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libthread_local-98c372d7730670e1.rlib --extern walkdir=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libwalkdir-047f41ac45539aa7.rlib --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/cargo-vendor-0.1.22`
>      Running `rustc --crate-name failure_derive /<<PKGBUILDDIR>>/debian/cargo_registry/failure_derive-0.1.5/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=ee49fe281239e076 -C extra-filename=-ee49fe281239e076 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-87db253c67b8c866.rlib --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-62e8895ebc9b1f2f.rlib --extern syn=/<<PKGBUILDDIR>>/target/debug/deps/libsyn-2b1f96d4996d21b6.rlib --extern synstructure=/<<PKGBUILDDIR>>/target/debug/deps/libsynstructure-3d9bb62ddd34d85d.rlib --cap-lints warn --cfg has_dyn_trait`
>    Compiling failure v0.1.3
>      Running `rustc --crate-name failure /<<PKGBUILDDIR>>/debian/cargo_registry/failure-0.1.3/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="failure_derive"' --cfg 'feature="std"' -C metadata=5f40bb6ad9a2382f -C extra-filename=-5f40bb6ad9a2382f --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern backtrace=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbacktrace-e28cdad91a19dc8c.rlib --extern failure_derive=/<<PKGBUILDDIR>>/target/debug/deps/libfailure_derive-ee49fe281239e076.so --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/cargo-vendor-0.1.22 -L native=/usr/lib/gcc/x86_64-linux-gnu/8/`
>    Compiling git2 v0.7.5
>      Running `rustc --crate-name git2 /<<PKGBUILDDIR>>/debian/cargo_registry/git2-0.7.5/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="curl"' --cfg 'feature="default"' --cfg 'feature="https"' --cfg 'feature="libgit2-sys"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' -C metadata=96b215595b393638 -C extra-filename=-96b215595b393638 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bitflags=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbitflags-36e06cdac9957ce8.rlib --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-5389710100fbcecb.rlib --extern libgit2_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibgit2_sys-a9bb679a6178ab67.rlib --extern log=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c523598471760f95.rlib --extern openssl_probe=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopenssl_probe-6bd37e22526ebb41.rlib --extern openssl_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libopenssl_sys-bd4fcfb3015c7152.rlib --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liburl-9c1136c97ef362bc.rlib --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/cargo-vendor-0.1.22 -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu`
>    Compiling opener v0.3.0
>      Running `rustc --crate-name opener /<<PKGBUILDDIR>>/debian/cargo_registry/opener-0.3.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=94d06e6ddd2faf51 -C extra-filename=-94d06e6ddd2faf51 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern failure=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfailure-5f40bb6ad9a2382f.rlib --extern failure_derive=/<<PKGBUILDDIR>>/target/debug/deps/libfailure_derive-ee49fe281239e076.so --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/cargo-vendor-0.1.22 -L native=/usr/lib/gcc/x86_64-linux-gnu/8/`
> error[E0407]: method `name` is not a member of trait `failure::Fail`
>   --> /usr/share/cargo/registry/cargo-vendor-0.1.22/debian/cargo_registry/opener-0.3.0/src/lib.rs:40:17
>    |
> 40 | #[derive(Debug, Fail)]
>    |                 ^^^^ not a member of trait `failure::Fail`
> 
> error: aborting due to previous error
> 
> For more information about this error, try `rustc --explain E0407`.
> error: Could not compile `opener`.
> 
> Caused by:
>   process didn't exit successfully: `rustc --crate-name opener /<<PKGBUILDDIR>>/debian/cargo_registry/opener-0.3.0/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=94d06e6ddd2faf51 -C extra-filename=-94d06e6ddd2faf51 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern failure=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfailure-5f40bb6ad9a2382f.rlib --extern failure_derive=/<<PKGBUILDDIR>>/target/debug/deps/libfailure_derive-ee49fe281239e076.so --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/cargo-vendor-0.1.22 -L native=/usr/lib/gcc/x86_64-linux-gnu/8/` (exit code: 1)
> warning: build failed, waiting for other jobs to finish...
> error: build failed
> dh_auto_test: /usr/share/cargo/bin/cargo build returned exit code 101

The full build log is available from:
   http://aws-logs.debian.net/2019/03/15/rust-cargo-vendor_0.1.22-1_testing.log

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

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



More information about the Pkg-rust-maintainers mailing list