[Pkg-rust-maintainers] Bug#1052952: rust-mdl: FTBFS: warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()

Lucas Nussbaum lucas at debian.org
Tue Sep 26 14:47:08 BST 2023


Source: rust-mdl
Version: 1.0.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test -- test --all
> debian cargo wrapper: options, profiles, parallel: ['parallel=8'] [] ['-j8']
> debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, x86_64-linux-gnu
> debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j8', '--target', 'x86_64-unknown-linux-gnu', '--all'],) {}
>    Compiling libc v0.2.147
>    Compiling proc-macro2 v1.0.65
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.147 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.147 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=147 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.147/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9f17b2f878ed97f7 -C extra-filename=-9f17b2f878ed97f7 --out-dir /<<PKGBUILDDIR>>/target/debug/build/libc-9f17b2f878ed97f7 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling quote v1.0.30
>    Compiling unicode-ident v1.0.0
>    Compiling memchr v2.5.0
>    Compiling syn v1.0.109
>    Compiling pkg-config v0.3.25
>    Compiling serde v1.0.171
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.65 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>:Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.65 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=65 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.65/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=72aa2014e6286ca2 -C extra-filename=-72aa2014e6286ca2 --out-dir /<<PKGBUILDDIR>>/target/debug/build/proc-macro2-72aa2014e6286ca2 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.30 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.30 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=a15b019f52693c97 -C extra-filename=-a15b019f52693c97 --out-dir /<<PKGBUILDDIR>>/target/debug/build/quote-a15b019f52693c97 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=826f756484ac0a49 -C extra-filename=-826f756484ac0a49 --out-dir /<<PKGBUILDDIR>>/target/debug/build/memchr-826f756484ac0a49 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=32e30b09fe577d14 -C extra-filename=-32e30b09fe577d14 --out-dir /<<PKGBUILDDIR>>/target/debug/build/syn-32e30b09fe577d14 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-ident-1.0.0 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name unicode_ident --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-ident-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=851844fd4ac2d87c -C extra-filename=-851844fd4ac2d87c --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/pkg-config-0.3.25 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in
> Cargo build scripts.
> ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name pkg_config /<<PKGBUILDDIR>>/debian/cargo_registry/pkg-config-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3f61470c8488ea9c -C extra-filename=-3f61470c8488ea9c --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.171 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar at gmail.com>:David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.19 CARGO_PKG_VERSION=1.0.171 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=171 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.171/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6835de01507690ca -C extra-filename=-6835de01507690ca --out-dir /<<PKGBUILDDIR>>/target/debug/build/serde-6835de01507690ca -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
> warning: unreachable expression
>    --> /<<PKGBUILDDIR>>/debian/cargo_registry/pkg-config-0.3.25/src/lib.rs:401:9
>     |
> 397 |           return true;
>     |           ----------- any code following this expression is unreachable
> ...
> 401 | /         match self.targetted_env_var("PKG_CONFIG_ALLOW_CROSS") {
> 402 | |             // don't use pkg-config if explicitly disabled
> 403 | |             Some(ref val) if val == "0" => false,
> 404 | |             Some(_) => true,
> ...   |
> 410 | |             }
> 411 | |         }
>     | |_________^ unreachable expression
>     |
>     = note: `#[warn(unreachable_code)]` on by default
> 
>    Compiling gimli v0.27.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/gimli-0.27.3 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.27.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=27 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name gimli --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/gimli-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=92822ceda0a64db7 -C extra-filename=-92822ceda0a64db7 --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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/memchr-826f756484ac0a49/build-script-build`
> [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_simd
> [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse2
> [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse42
> [memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_avx
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/memchr-c6f10202cb0a0273/out rustc --crate-name memchr --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/memchr-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=aef969c92f3a4291 -C extra-filename=-aef969c92f3a4291 --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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/quote-a15b019f52693c97/build-script-build`
> [quote 1.0.30] cargo:rerun-if-changed=build.rs
>    Compiling fallible-iterator v0.2.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=fallible_iterator CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/fallible-iterator-0.2.0 CARGO_PKG_AUTHORS='Steven Fackler <sfackler at gmail.com>' CARGO_PKG_DESCRIPTION='Fallible iterator traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fallible-iterator CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-fallible-iterator' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name fallible_iterator --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=54428985ff232ede -C extra-filename=-54428985ff232ede --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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling adler v1.0.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/adler-1.0.2 CARGO_PKG_AUTHORS='Jonas Schievink <jonasschievink at gmail.com>' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name adler /<<PKGBUILDDIR>>/debian/cargo_registry/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e6d63afab0bd1a0a -C extra-filename=-e6d63afab0bd1a0a --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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/syn-32e30b09fe577d14/build-script-build`
> [syn 1.0.109] cargo:rustc-cfg=syn_disable_nightly_tests
>    Compiling unicode-xid v0.2.4
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=unicode_xid CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/unicode-xid-0.2.4 CARGO_PKG_AUTHORS='erick.tryzelaar <erick.tryzelaar at gmail.com>:kwantam <kwantam at gmail.com>:Manish Goregaokar <manishsmail at gmail.com>' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start
> or XID_Continue properties according to
> Unicode Standard Annex #31.
> ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-xid CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_RUST_VERSION=1.17 CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name unicode_xid /<<PKGBUILDDIR>>/debian/cargo_registry/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=2250cb92655d600e -C extra-filename=-2250cb92655d600e --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/proc-macro2-72aa2014e6286ca2/build-script-build`
> [proc-macro2 1.0.65] cargo:rerun-if-changed=build.rs
> [proc-macro2 1.0.65] cargo:rustc-cfg=wrap_proc_macro
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.65 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>:Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.65 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=65 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/proc-macro2-02e29d90f95aed97/out rustc --crate-name proc_macro2 --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/proc-macro2-1.0.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=7503f7fa4393b771 -C extra-filename=-7503f7fa4393b771 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern unicode_ident=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_ident-851844fd4ac2d87c.rmeta --cap-lints warn --cfg wrap_proc_macro`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libc-9f17b2f878ed97f7/build-script-build`
> [libc 0.2.147] cargo:rerun-if-changed=build.rs
> [libc 0.2.147] cargo:rustc-cfg=freebsd11
> [libc 0.2.147] cargo:rustc-cfg=libc_priv_mod_use
> [libc 0.2.147] cargo:rustc-cfg=libc_union
> [libc 0.2.147] cargo:rustc-cfg=libc_const_size_of
> [libc 0.2.147] cargo:rustc-cfg=libc_align
> [libc 0.2.147] cargo:rustc-cfg=libc_int128
> [libc 0.2.147] cargo:rustc-cfg=libc_core_cvoid
> [libc 0.2.147] cargo:rustc-cfg=libc_packedN
> [libc 0.2.147] cargo:rustc-cfg=libc_cfg_target_vendor
> [libc 0.2.147] cargo:rustc-cfg=libc_non_exhaustive
> [libc 0.2.147] cargo:rustc-cfg=libc_long_array
> [libc 0.2.147] cargo:rustc-cfg=libc_ptr_addr_of
> [libc 0.2.147] cargo:rustc-cfg=libc_underscore_const_names
> [libc 0.2.147] cargo:rustc-cfg=libc_const_extern_fn
>      Running `/<<PKGBUILDDIR>>/target/debug/build/libc-9f17b2f878ed97f7/build-script-build`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.147 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.147 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=147 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/libc-b960b6086ab45d29/out rustc --crate-name libc /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.147/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0ab242707d5929b -C extra-filename=-b0ab242707d5929b --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
> [libc 0.2.147] cargo:rerun-if-changed=build.rs
>    Compiling smallvec v1.11.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/smallvec-1.11.0 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.11.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name smallvec --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=dc2bfd643aa2ced1 -C extra-filename=-dc2bfd643aa2ced1 --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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unused variable: `ninfo`
>   --> /usr/share/cargo/registry/memchr-2.5.0/src/memmem/x86/avx.rs:83:13
>    |
> 83 |             ninfo: &NeedleInfo,
>    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_ninfo`
>    |
>    = note: `#[warn(unused_variables)]` on by default
> 
> warning: unused variable: `needle`
>   --> /usr/share/cargo/registry/memchr-2.5.0/src/memmem/x86/avx.rs:84:13
>    |
> 84 |             needle: &[u8],
>    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_needle`
> 
> warning: unused variable: `haystack`
>   --> /usr/share/cargo/registry/memchr-2.5.0/src/memmem/x86/avx.rs:95:13
>    |
> 95 |             haystack: &[u8],
>    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_haystack`
> 
> warning: unused variable: `needle`
>   --> /usr/share/cargo/registry/memchr-2.5.0/src/memmem/x86/avx.rs:96:13
>    |
> 96 |             needle: &[u8],
>    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_needle`
> 
> [libc 0.2.147] cargo:rustc-cfg=freebsd11
> [libc 0.2.147] cargo:rustc-cfg=libc_priv_mod_use
> [libc 0.2.147] cargo:rustc-cfg=libc_union
> [libc 0.2.147] cargo:rustc-cfg=libc_const_size_of
> [libc 0.2.147] cargo:rustc-cfg=libc_align
> [libc 0.2.147] cargo:rustc-cfg=libc_int128
> [libc 0.2.147] cargo:rustc-cfg=libc_core_cvoid
> [libc 0.2.147] cargo:rustc-cfg=libc_packedN
> [libc 0.2.147] cargo:rustc-cfg=libc_cfg_target_vendor
> [libc 0.2.147] cargo:rustc-cfg=libc_non_exhaustive
> [libc 0.2.147] cargo:rustc-cfg=libc_long_array
> [libc 0.2.147] cargo:rustc-cfg=libc_ptr_addr_of
> [libc 0.2.147] cargo:rustc-cfg=libc_underscore_const_names
> [libc 0.2.147] cargo:rustc-cfg=libc_const_extern_fn
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.147 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.147 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=147 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/libc-275bfa84b74995d6/out rustc --crate-name libc /<<PKGBUILDDIR>>/debian/cargo_registry/libc-0.2.147/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b2f507a30fbabdd2 -C extra-filename=-b2f507a30fbabdd2 --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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
>    Compiling failure_derive v0.1.7
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/failure_derive-0.1.7 CARGO_PKG_AUTHORS='Without Boats <woboats at gmail.com>' CARGO_PKG_DESCRIPTION='derives for the failure crate' CARGO_PKG_HOMEPAGE='https://rust-lang-nursery.github.io/failure/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=failure_derive CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/failure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/failure_derive-0.1.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1d060638f20e9894 -C extra-filename=-1d060638f20e9894 --out-dir /<<PKGBUILDDIR>>/target/debug/build/failure_derive-1d060638f20e9894 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --cap-lints warn`
>    Compiling object v0.31.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/object-0.31.1 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.31.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name object --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/object-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=b68ba8bb43e7a70d -C extra-filename=-b68ba8bb43e7a70d --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-aef969c92f3a4291.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `pkg-config` (lib) generated 1 warning
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.30 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.30 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/quote-4290418db74fe098/out rustc --crate-name quote --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/quote-1.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=8d8ec290f9c73376 -C extra-filename=-8d8ec290f9c73376 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-7503f7fa4393b771.rmeta --cap-lints warn`
> warning: `memchr` (lib) generated 4 warnings
>    Compiling miniz_oxide v0.7.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/miniz_oxide-0.7.1 CARGO_PKG_AUTHORS='Frommi <daniil.liferenko at gmail.com>:oyvindln <oyvindln at users.noreply.github.com>' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name miniz_oxide --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cf5508e0eb077951 -C extra-filename=-cf5508e0eb077951 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern adler=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libadler-e6d63afab0bd1a0a.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/failure_derive-1d060638f20e9894/build-script-build`
> [failure_derive 0.1.7] cargo:rustc-cfg=has_dyn_trait
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/syn-1.0.109 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/syn-c0e8efc9f5a1338b/out rustc --crate-name syn --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=235e2d91fed6d8e6 -C extra-filename=-235e2d91fed6d8e6 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-7503f7fa4393b771.rmeta --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-8d8ec290f9c73376.rmeta --extern unicode_ident=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_ident-851844fd4ac2d87c.rmeta --cap-lints warn --cfg syn_disable_nightly_tests`
>    Compiling cc v1.0.83
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cc-1.0.83 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native
> C compiler to compile native C code into a static archive to be linked into Rust
> code.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.83 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=83 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name cc --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bfb4f2ae5adcd734 -C extra-filename=-bfb4f2ae5adcd734 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern libc=/<<PKGBUILDDIR>>/target/debug/deps/liblibc-b0ab242707d5929b.rmeta --cap-lints warn`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/serde-6835de01507690ca/build-script-build`
> [serde 1.0.171] cargo:rerun-if-changed=build.rs
>    Compiling cfg-if v1.0.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-1.0.0 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
> parameters. Structured like an if-else chain, the first matching branch is the
> item that gets emitted.
> ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name cfg_if --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ad74a372cb2fb5a2 -C extra-filename=-ad74a372cb2fb5a2 --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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling rustc-demangle v0.1.21
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/rustc-demangle-0.1.21 CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling.
> ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name rustc_demangle /<<PKGBUILDDIR>>/debian/cargo_registry/rustc-demangle-0.1.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fa38c605f0aaa6b0 -C extra-filename=-fa38c605f0aaa6b0 --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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.171 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar at gmail.com>:David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.19 CARGO_PKG_VERSION=1.0.171 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=171 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/serde-489b719cea7f91d4/out rustc --crate-name serde /<<PKGBUILDDIR>>/debian/cargo_registry/serde-1.0.171/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1079d71292fd17b2 -C extra-filename=-1079d71292fd17b2 --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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling syn v2.0.26
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/syn-2.0.26 CARGO_PKG_AUTHORS='David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.0.26 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=26 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name syn --edition=2021 /<<PKGBUILDDIR>>/debian/cargo_registry/syn-2.0.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=ba60457231f9ef82 -C extra-filename=-ba60457231f9ef82 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-7503f7fa4393b771.rmeta --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-8d8ec290f9c73376.rmeta --extern unicode_ident=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_ident-851844fd4ac2d87c.rmeta --cap-lints warn`
>    Compiling bitflags v1.3.2
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.3.2 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
> ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name bitflags --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=41d4599baecd1fc0 -C extra-filename=-41d4599baecd1fc0 --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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling lmdb-sys v0.8.0
>    Compiling backtrace v0.3.68
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/backtrace-0.3.68 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A library to acquire a stack trace (backtrace) at runtime in a Rust program.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=backtrace CARGO_PKG_REPOSITORY='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.68 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=68 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/backtrace-0.3.68/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a52ef8591f5ee723 -C extra-filename=-a52ef8591f5ee723 --out-dir /<<PKGBUILDDIR>>/target/debug/build/backtrace-a52ef8591f5ee723 -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cc=/<<PKGBUILDDIR>>/target/debug/deps/libcc-bfb4f2ae5adcd734.rlib --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lmdb-sys-0.8.0 CARGO_PKG_AUTHORS='Dan Burkert <dan at danburkert.com>' CARGO_PKG_DESCRIPTION='Rust bindings for liblmdb.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lmdb-sys CARGO_PKG_REPOSITORY='https://github.com/danburkert/lmdb-rs.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name build_script_build /<<PKGBUILDDIR>>/debian/cargo_registry/lmdb-sys-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5629b3a187da81bf -C extra-filename=-5629b3a187da81bf --out-dir /<<PKGBUILDDIR>>/target/debug/build/lmdb-sys-5629b3a187da81bf -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern cc=/<<PKGBUILDDIR>>/target/debug/deps/libcc-bfb4f2ae5adcd734.rlib --extern pkg_config=/<<PKGBUILDDIR>>/target/debug/deps/libpkg_config-3f61470c8488ea9c.rlib --cap-lints warn`
>    Compiling addr2line v0.20.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=addr2line CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/addr2line-0.20.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A cross-platform symbolication library written in Rust, using `gimli`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=addr2line CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/addr2line' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.20.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name addr2line --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/addr2line-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=920222be3fb471a6 -C extra-filename=-920222be3fb471a6 --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 fallible_iterator=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfallible_iterator-54428985ff232ede.rmeta --extern gimli=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libgimli-92822ceda0a64db7.rmeta --extern smallvec=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libsmallvec-dc2bfd643aa2ced1.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/backtrace-a52ef8591f5ee723/build-script-build`
>      Running `/<<PKGBUILDDIR>>/target/debug/build/lmdb-sys-5629b3a187da81bf/build-script-build`
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=LMDB_NO_PKG_CONFIG
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=LMDB_STATIC
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=LMDB_DYNAMIC
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=SYSROOT
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=LMDB_STATIC
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=LMDB_DYNAMIC
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
> [lmdb-sys 0.8.0] cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
> [lmdb-sys 0.8.0] cargo:rustc-link-lib=lmdb
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=LMDB_STATIC
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=LMDB_DYNAMIC
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
> [lmdb-sys 0.8.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lmdb_sys CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lmdb-sys-0.8.0 CARGO_PKG_AUTHORS='Dan Burkert <dan at danburkert.com>' CARGO_PKG_DESCRIPTION='Rust bindings for liblmdb.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lmdb-sys CARGO_PKG_REPOSITORY='https://github.com/danburkert/lmdb-rs.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/lmdb-sys-5d7af3e46a1a1fe7/out rustc --crate-name lmdb_sys /<<PKGBUILDDIR>>/debian/cargo_registry/lmdb-sys-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=38dfd05cc0afd681 -C extra-filename=-38dfd05cc0afd681 --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-b2f507a30fbabdd2.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu -l lmdb`
>    Compiling lmdb v0.8.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=lmdb CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/lmdb-0.8.0 CARGO_PKG_AUTHORS='Dan Burkert <dan at danburkert.com>' CARGO_PKG_DESCRIPTION='Idiomatic and safe LMDB wrapper.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lmdb CARGO_PKG_REPOSITORY='https://github.com/danburkert/lmdb-rs.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name lmdb /<<PKGBUILDDIR>>/debian/cargo_registry/lmdb-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=aa208d5a1fe25335 -C extra-filename=-aa208d5a1fe25335 --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-41d4599baecd1fc0.rmeta --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-b2f507a30fbabdd2.rmeta --extern lmdb_sys=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblmdb_sys-38dfd05cc0afd681.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu`
> warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
>    --> /usr/share/cargo/registry/lmdb-0.8.0/src/error.rs:115:32
>     |
> 115 |         write!(fmt, "{}", self.description())
>     |                                ^^^^^^^^^^^
>     |
>     = note: `#[warn(deprecated)]` on by default
> 
> warning: `lmdb` (lib) generated 1 warning
>    Compiling synstructure v0.12.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=synstructure CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/synstructure-0.12.3 CARGO_PKG_AUTHORS='Nika Layzell <nika at thelayzells.com>' CARGO_PKG_DESCRIPTION='Helper methods and macros for custom derives' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=synstructure CARGO_PKG_REPOSITORY='https://github.com/mystor/synstructure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name synstructure --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/synstructure-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=4009693a3e0fedf8 -C extra-filename=-4009693a3e0fedf8 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-7503f7fa4393b771.rmeta --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-8d8ec290f9c73376.rmeta --extern syn=/<<PKGBUILDDIR>>/target/debug/deps/libsyn-235e2d91fed6d8e6.rmeta --extern unicode_xid=/<<PKGBUILDDIR>>/target/debug/deps/libunicode_xid-2250cb92655d600e.rmeta --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=backtrace CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/backtrace-0.3.68 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A library to acquire a stack trace (backtrace) at runtime in a Rust program.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=backtrace CARGO_PKG_REPOSITORY='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.68 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=68 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/build/backtrace-35d8ab993d5bbb8d/out rustc --crate-name backtrace --edition=2018 /<<PKGBUILDDIR>>/debian/cargo_registry/backtrace-0.3.68/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9adc04c3b04f0d3c -C extra-filename=-9adc04c3b04f0d3c --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 addr2line=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libaddr2line-920222be3fb471a6.rmeta --extern cfg_if=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-ad74a372cb2fb5a2.rmeta --extern libc=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-b2f507a30fbabdd2.rmeta --extern miniz_oxide=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libminiz_oxide-cf5508e0eb077951.rmeta --extern object=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libobject-b68ba8bb43e7a70d.rmeta --extern rustc_demangle=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/librustc_demangle-fa38c605f0aaa6b0.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling serde_derive v1.0.171
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/serde_derive-1.0.171 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar at gmail.com>:David Tolnay <dtolnay at gmail.com>' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.171 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=171 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name serde_derive /<<PKGBUILDDIR>>/debian/cargo_registry/serde_derive-1.0.171/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=89ab28b0135f9a7a -C extra-filename=-89ab28b0135f9a7a --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-7503f7fa4393b771.rlib --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-8d8ec290f9c73376.rlib --extern syn=/<<PKGBUILDDIR>>/target/debug/deps/libsyn-ba60457231f9ef82.rlib --extern proc_macro --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=failure_derive CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/failure_derive-0.1.7 CARGO_PKG_AUTHORS='Without Boats <woboats at gmail.com>' CARGO_PKG_DESCRIPTION='derives for the failure crate' CARGO_PKG_HOMEPAGE='https://rust-lang-nursery.github.io/failure/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=failure_derive CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/failure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' OUT_DIR=/<<PKGBUILDDIR>>/target/debug/build/failure_derive-783d68d70e5c7e99/out rustc --crate-name failure_derive /<<PKGBUILDDIR>>/debian/cargo_registry/failure_derive-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=0f0f2b0c6ae34731 -C extra-filename=-0f0f2b0c6ae34731 --out-dir /<<PKGBUILDDIR>>/target/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern proc_macro2=/<<PKGBUILDDIR>>/target/debug/deps/libproc_macro2-7503f7fa4393b771.rlib --extern quote=/<<PKGBUILDDIR>>/target/debug/deps/libquote-8d8ec290f9c73376.rlib --extern syn=/<<PKGBUILDDIR>>/target/debug/deps/libsyn-235e2d91fed6d8e6.rlib --extern synstructure=/<<PKGBUILDDIR>>/target/debug/deps/libsynstructure-4009693a3e0fedf8.rlib --extern proc_macro --cap-lints warn --cfg has_dyn_trait`
>    Compiling bincode v1.3.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bincode CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/bincode-1.3.3 CARGO_PKG_AUTHORS='Ty Overby <ty at pre-alpha.com>:Francesco Mazzoli <f at mazzo.li>:David Tolnay <dtolnay at gmail.com>:Zoey Riordan <zoey at dos.cafe>' CARGO_PKG_DESCRIPTION='A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa'\!'' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bincode CARGO_PKG_REPOSITORY='https://github.com/servo/bincode' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name bincode /<<PKGBUILDDIR>>/debian/cargo_registry/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=eb1a4b585cb4c8df -C extra-filename=-eb1a4b585cb4c8df --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-1079d71292fd17b2.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling failure v0.1.7
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=failure CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/failure-0.1.7 CARGO_PKG_AUTHORS='Without Boats <boats at mozilla.com>' CARGO_PKG_DESCRIPTION='Experimental error handling abstraction.' CARGO_PKG_HOMEPAGE='https://rust-lang-nursery.github.io/failure/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=failure CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/failure' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name failure /<<PKGBUILDDIR>>/debian/cargo_registry/failure-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="failure_derive"' --cfg 'feature="std"' -C metadata=be3914a567dd886d -C extra-filename=-be3914a567dd886d --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-9adc04c3b04f0d3c.rmeta --extern failure_derive=/<<PKGBUILDDIR>>/target/debug/deps/libfailure_derive-0f0f2b0c6ae34731.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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling mdl v1.0.4 (/<<PKGBUILDDIR>>)
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=mdl CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Daniel García Moreno <danigm at wadobo.com>' CARGO_PKG_DESCRIPTION='Data model library to share app state between threads and process and persist the data in the filesystem. Implements a simple way to store structs instances in a LMDB database and other methods like BTreeMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=GPL-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mdl CARGO_PKG_REPOSITORY='https://gitlab.gnome.org/danigm/mdl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name mdl src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e48e8166b1ace560 -C extra-filename=-e48e8166b1ace560 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bincode=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbincode-eb1a4b585cb4c8df.rmeta --extern failure=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfailure-be3914a567dd886d.rmeta --extern lmdb=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblmdb-aa208d5a1fe25335.rmeta --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-1079d71292fd17b2.rmeta --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-89ab28b0135f9a7a.so -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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=mdl CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Daniel García Moreno <danigm at wadobo.com>' CARGO_PKG_DESCRIPTION='Data model library to share app state between threads and process and persist the data in the filesystem. Implements a simple way to store structs instances in a LMDB database and other methods like BTreeMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=GPL-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mdl CARGO_PKG_REPOSITORY='https://gitlab.gnome.org/danigm/mdl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name mdl src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=fca937d067865341 -C extra-filename=-fca937d067865341 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bincode=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbincode-eb1a4b585cb4c8df.rlib --extern failure=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfailure-be3914a567dd886d.rlib --extern lmdb=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblmdb-aa208d5a1fe25335.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-1079d71292fd17b2.rlib --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-89ab28b0135f9a7a.so -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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu`
> warning: trait objects without an explicit `dyn` are deprecated
>   --> src/signal.rs:61:23
>    |
> 61 |     pub callback: Box<Fn(Signal) + Send + 'static>,
>    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>    |
>    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
>    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
>    = note: `#[warn(bare_trait_objects)]` on by default
> help: use `dyn`
>    |
> 61 |     pub callback: Box<dyn Fn(Signal) + Send + 'static>,
>    |                       +++
> 
> warning: trait objects without an explicit `dyn` are deprecated
>   --> src/signal.rs:66:23
>    |
> 66 |     pub callback: Box<Fn(Signal) + 'static>,
>    |                       ^^^^^^^^^^^^^^^^^^^^
>    |
>    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
>    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
> help: use `dyn`
>    |
> 66 |     pub callback: Box<dyn Fn(Signal) + 'static>,
>    |                       +++
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> src/signal.rs:149:50
>     |
> 149 |     pub fn subscribe(&self, signal: &str, f: Box<Fn(Signal) + Send + 'static>)
>     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     |
>     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
>     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
> help: use `dyn`
>     |
> 149 |     pub fn subscribe(&self, signal: &str, f: Box<dyn Fn(Signal) + Send + 'static>)
>     |                                                  +++
> 
> warning: trait objects without an explicit `dyn` are deprecated
>    --> src/signal.rs:201:50
>     |
> 201 |     pub fn subscribe(&self, signal: &str, f: Box<Fn(Signal) + 'static>)
>     |                                                  ^^^^^^^^^^^^^^^^^^^^
>     |
>     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
>     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
> help: use `dyn`
>     |
> 201 |     pub fn subscribe(&self, signal: &str, f: Box<dyn Fn(Signal) + 'static>)
>     |                                                  +++
> 
> warning: `mdl` (lib test) generated 4 warnings (4 duplicates)
> warning: `mdl` (lib) generated 4 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=model_signals_test CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Daniel García Moreno <danigm at wadobo.com>' CARGO_PKG_DESCRIPTION='Data model library to share app state between threads and process and persist the data in the filesystem. Implements a simple way to store structs instances in a LMDB database and other methods like BTreeMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=GPL-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mdl CARGO_PKG_REPOSITORY='https://gitlab.gnome.org/danigm/mdl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name model_signals_test tests/model_signals_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=254915055f15c1c9 -C extra-filename=-254915055f15c1c9 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bincode=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbincode-eb1a4b585cb4c8df.rlib --extern failure=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfailure-be3914a567dd886d.rlib --extern lmdb=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblmdb-aa208d5a1fe25335.rlib --extern mdl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmdl-e48e8166b1ace560.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-1079d71292fd17b2.rlib --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-89ab28b0135f9a7a.so -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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cacheable_test CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Daniel García Moreno <danigm at wadobo.com>' CARGO_PKG_DESCRIPTION='Data model library to share app state between threads and process and persist the data in the filesystem. Implements a simple way to store structs instances in a LMDB database and other methods like BTreeMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=GPL-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mdl CARGO_PKG_REPOSITORY='https://gitlab.gnome.org/danigm/mdl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name cacheable_test tests/cacheable_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=0ab1b98dcf2779ad -C extra-filename=-0ab1b98dcf2779ad --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bincode=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbincode-eb1a4b585cb4c8df.rlib --extern failure=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfailure-be3914a567dd886d.rlib --extern lmdb=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblmdb-aa208d5a1fe25335.rlib --extern mdl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmdl-e48e8166b1ace560.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-1079d71292fd17b2.rlib --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-89ab28b0135f9a7a.so -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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=signaler_test CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Daniel García Moreno <danigm at wadobo.com>' CARGO_PKG_DESCRIPTION='Data model library to share app state between threads and process and persist the data in the filesystem. Implements a simple way to store structs instances in a LMDB database and other methods like BTreeMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=GPL-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mdl CARGO_PKG_REPOSITORY='https://gitlab.gnome.org/danigm/mdl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name signaler_test tests/signaler_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=9776843e956e8675 -C extra-filename=-9776843e956e8675 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bincode=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbincode-eb1a4b585cb4c8df.rlib --extern failure=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfailure-be3914a567dd886d.rlib --extern lmdb=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblmdb-aa208d5a1fe25335.rlib --extern mdl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmdl-e48e8166b1ace560.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-1079d71292fd17b2.rlib --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-89ab28b0135f9a7a.so -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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bcacheable_test CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Daniel García Moreno <danigm at wadobo.com>' CARGO_PKG_DESCRIPTION='Data model library to share app state between threads and process and persist the data in the filesystem. Implements a simple way to store structs instances in a LMDB database and other methods like BTreeMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=GPL-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mdl CARGO_PKG_REPOSITORY='https://gitlab.gnome.org/danigm/mdl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/debug/deps:/usr/lib' rustc --crate-name bcacheable_test tests/bcacheable_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=63fbde7ebb599406 -C extra-filename=-63fbde7ebb599406 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps --extern bincode=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libbincode-eb1a4b585cb4c8df.rlib --extern failure=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libfailure-be3914a567dd886d.rlib --extern lmdb=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/liblmdb-aa208d5a1fe25335.rlib --extern mdl=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libmdl-e48e8166b1ace560.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libserde-1079d71292fd17b2.rlib --extern serde_derive=/<<PKGBUILDDIR>>/target/debug/deps/libserde_derive-89ab28b0135f9a7a.so -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/mdl-1.0.4 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry -L native=/usr/lib/x86_64-linux-gnu`
>     Finished test [unoptimized + debuginfo] target(s) in 16.47s
>      Running `/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/mdl-fca937d067865341`
> 
> running 0 tests
> 
> test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
> 
>      Running `/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/bcacheable_test-63fbde7ebb599406`
> 
> running 5 tests
> test basic_struct_test ... ok
> test delete_test ... ok
> test iterate_write_test ... ok
> test iterate_test ... ok
> test thread_test ... ok
> 
> test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
> 
>      Running `/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/cacheable_test-0ab1b98dcf2779ad`
> 
> running 5 tests
> test basic_struct_test ... ok
> test iterate_write_test ... ok
> test iterate_test ... ok
> test delete_test ... ok
> test thread_test ... FAILED
> 
> failures:
> 
> ---- thread_test stdout ----
> thread 'thread_test' panicked at 'called `Result::unwrap()` on an `Err` value: Other(22)
> 
>    0: failure::backtrace::internal::InternalBacktrace::new
>              at /usr/share/cargo/registry/failure-0.1.7/src/backtrace/internal.rs:46:44
>    1: failure::backtrace::Backtrace::new
>              at /usr/share/cargo/registry/failure-0.1.7/src/backtrace/mod.rs:121:35
>    2: <failure::error::error_impl::ErrorImpl as core::convert::From<F>>::from
>              at /usr/share/cargo/registry/failure-0.1.7/src/error/error_impl.rs:19:17
>    3: <failure::error::Error as core::convert::From<F>>::from
>              at /usr/share/cargo/registry/failure-0.1.7/src/error/mod.rs:36:18
>    4: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
>              at /usr/src/rustc-1.70.0/library/core/src/result.rs:2002:27
>    5: mdl::cache::Cache::ro
>              at /usr/share/cargo/registry/mdl-1.0.4/src/cache.rs:89:19
>    6: <mdl::cache::Cache as mdl::store::Store>::pull
>              at /usr/share/cargo/registry/mdl-1.0.4/src/cache.rs:113:9
>    7: mdl::model::Model::get
>              at /usr/share/cargo/registry/mdl-1.0.4/src/model.rs:68:9
>    8: cacheable_test::thread_test
>              at /usr/share/cargo/registry/mdl-1.0.4/tests/cacheable_test.rs:175:13
>    9: cacheable_test::thread_test::{{closure}}
>              at /usr/share/cargo/registry/mdl-1.0.4/tests/cacheable_test.rs:153:18
>   10: core::ops::function::FnOnce::call_once
>              at /usr/src/rustc-1.70.0/library/core/src/ops/function.rs:250:5
>   11: core::ops::function::FnOnce::call_once
>              at /usr/src/rustc-1.70.0/library/core/src/ops/function.rs:250:5
>       test::__rust_begin_short_backtrace
>              at /usr/src/rustc-1.70.0/library/test/src/lib.rs:655:18
>   12: test::run_test::{{closure}}
>              at /usr/src/rustc-1.70.0/library/test/src/lib.rs:646:30
>       core::ops::function::FnOnce::call_once{{vtable.shim}}
>              at /usr/src/rustc-1.70.0/library/core/src/ops/function.rs:250:5
>   13: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
>              at /usr/src/rustc-1.70.0/library/alloc/src/boxed.rs:1973:9
>       <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
>              at /usr/src/rustc-1.70.0/library/core/src/panic/unwind_safe.rs:271:9
>       std::panicking::try::do_call
>              at /usr/src/rustc-1.70.0/library/std/src/panicking.rs:485:40
>       std::panicking::try
>              at /usr/src/rustc-1.70.0/library/std/src/panicking.rs:449:19
>       std::panic::catch_unwind
>              at /usr/src/rustc-1.70.0/library/std/src/panic.rs:140:14
>       test::run_test_in_process
>              at /usr/src/rustc-1.70.0/library/test/src/lib.rs:678:27
>   14: test::run_test::run_test_inner::{{closure}}
>              at /usr/src/rustc-1.70.0/library/test/src/lib.rs:572:39
>       test::run_test::run_test_inner::{{closure}}
>              at /usr/src/rustc-1.70.0/library/test/src/lib.rs:599:37
>       std::sys_common::backtrace::__rust_begin_short_backtrace
>              at /usr/src/rustc-1.70.0/library/std/src/sys_common/backtrace.rs:134:18
>   15: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
>              at /usr/src/rustc-1.70.0/library/std/src/thread/mod.rs:526:17
>       <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
>              at /usr/src/rustc-1.70.0/library/core/src/panic/unwind_safe.rs:271:9
>       std::panicking::try::do_call
>              at /usr/src/rustc-1.70.0/library/std/src/panicking.rs:485:40
>       std::panicking::try
>              at /usr/src/rustc-1.70.0/library/std/src/panicking.rs:449:19
>       std::panic::catch_unwind
>              at /usr/src/rustc-1.70.0/library/std/src/panic.rs:140:14
>       std::thread::Builder::spawn_unchecked_::{{closure}}
>              at /usr/src/rustc-1.70.0/library/std/src/thread/mod.rs:525:30
>       core::ops::function::FnOnce::call_once{{vtable.shim}}
>              at /usr/src/rustc-1.70.0/library/core/src/ops/function.rs:250:5
>   16: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
>              at /usr/src/rustc-1.70.0/library/alloc/src/boxed.rs:1973:9
>       <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
>              at /usr/src/rustc-1.70.0/library/alloc/src/boxed.rs:1973:9
>       std::sys::unix::thread::Thread::new::thread_start
>              at /usr/src/rustc-1.70.0/library/std/src/sys/unix/thread.rs:108:17
>   17: <unknown>
>   18: <unknown>
> ', tests/cacheable_test.rs:175:35
> stack backtrace:
>    0: rust_begin_unwind
>              at /usr/src/rustc-1.70.0/library/std/src/panicking.rs:578:5
>    1: core::panicking::panic_fmt
>              at /usr/src/rustc-1.70.0/library/core/src/panicking.rs:67:14
>    2: core::result::unwrap_failed
>              at /usr/src/rustc-1.70.0/library/core/src/result.rs:1687:5
>    3: core::result::Result<T,E>::unwrap
>              at /usr/src/rustc-1.70.0/library/core/src/result.rs:1089:23
>    4: cacheable_test::thread_test
>              at /usr/share/cargo/registry/mdl-1.0.4/tests/cacheable_test.rs:175:13
>    5: cacheable_test::thread_test::{{closure}}
>              at /usr/share/cargo/registry/mdl-1.0.4/tests/cacheable_test.rs:153:18
>    6: core::ops::function::FnOnce::call_once
>              at /usr/src/rustc-1.70.0/library/core/src/ops/function.rs:250:5
>    7: core::ops::function::FnOnce::call_once
>              at /usr/src/rustc-1.70.0/library/core/src/ops/function.rs:250:5
> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
> 
> 
> failures:
>     thread_test
> 
> test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
> 
> error: test failed, to rerun pass `--test cacheable_test`
> dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 101


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/rust-mdl_1.0.4-1_unstable.log

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

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

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

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



More information about the Pkg-rust-maintainers mailing list