dpkg-buildpackage: info: source package rustc dpkg-buildpackage: info: source version 1.37.0+dfsg1-1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Ximin Luo dpkg-architecture: warning: specified GNU system type arm-linux-gnueabihf does not match CC system type x86_64-linux-gnu, try setting a correct CC environment variable dpkg-source --before-build . dpkg-buildpackage: info: host architecture armhf dpkg-source: info: using options from rustc-1.37.0+dfsg1/debian/source/options: --include-removal debian/rules clean dh clean --parallel debian/rules override_dh_auto_clean make[1]: Entering directory '/rustc-1.37.0+dfsg1' rm -f -rf build tmp .cargo debian/cargo_home config.stamp config.mk Makefile rm -f -rf debian/rustc-tests.log debian/config.toml debian/rust-src.install debian/rust-src.links debian/*.stamp rm -f -rf src/bootstrap/bootstrap.pyc src/etc/__pycache__/ config.toml make[1]: Leaving directory '/rustc-1.37.0+dfsg1' debian/rules override_dh_clean make[1]: Entering directory '/rustc-1.37.0+dfsg1' # Upstream contains a lot of these dh_clean -XCargo.toml.orig make[1]: Leaving directory '/rustc-1.37.0+dfsg1' dpkg-source -b . dpkg-source: info: using options from rustc-1.37.0+dfsg1/debian/source/options: --include-removal dpkg-source: info: using source format '3.0 (quilt)' dpkg-source: info: building rustc using existing ./rustc_1.37.0+dfsg1.orig.tar.xz dpkg-source: info: using patch list from debian/patches/series dpkg-source: info: building rustc in rustc_1.37.0+dfsg1-1.debian.tar.xz dpkg-source: info: building rustc in rustc_1.37.0+dfsg1-1.dsc debian/rules build dh build --parallel dh_update_autotools_config -O--parallel debian/rules override_dh_auto_configure-arch make[1]: Entering directory '/rustc-1.37.0+dfsg1' u="1.37.0+dfsg1"; \ if [ "$u" != "${u%~beta.*+dfsg*}" ]; then channel="beta"; \ else channel="stable"; fi; echo $channel; \ m4 -DRELEASE_CHANNEL="$channel" \ -DDEB_BUILD_RUST_TYPE="x86_64-unknown-linux-gnu" \ -DDEB_HOST_RUST_TYPE="armv7-unknown-linux-gnueabihf" \ -DDEB_TARGET_RUST_TYPE="armv7-unknown-linux-gnueabihf" \ -DDEB_BUILD_GNU_TYPE="x86_64-linux-gnu" \ -DDEB_HOST_GNU_TYPE="arm-linux-gnueabihf" \ -DDEB_TARGET_GNU_TYPE="arm-linux-gnueabihf" \ -DMAKE_OPTIMISATIONS="true" \ -DLLVM_DESTDIR="" \ -DLLVM_VERSION="8" \ -DRUST_DESTDIR="" \ "debian/config.toml.in" > "debian/config.toml" stable if false || [ 0 != 0 ]; \ then sed -i -e '/^rustc = /d' -e '/^cargo = /d' "debian/config.toml"; fi sed -i -e 's/^debuginfo-level = .*/debuginfo-level = 0/g' "debian/config.toml" # fail the build if we have any instances of OLD_LLVM_VERSION in debian, except for debian/changelog ! grep --color=always -i 'll\(..\|d\)-\?7' --exclude=changelog --exclude='*.patch' -R debian # fail the build if our version contains ~exp and we are not releasing to experimental v="1.37.0+dfsg1-1"; test "$v" = "${v%~exp*}" -o "unstable" = "experimental" -o "unstable" = "UNRELEASED" : if [ -d stage0 ]; then mkdir -p build && ln -sfT ../stage0 build/cache; fi # work around #842634 if test $(grep "127.0.0.1\s*localhost" /etc/hosts | wc -l) -gt 1; then \ debian/ensure-patch -N debian/patches/d-host-duplicates.patch; fi # We patched some crates so have to rm the checksums find vendor -name .cargo-checksum.json -execdir "/rustc-1.37.0+dfsg1/debian/prune-checksums" "{}" ";" # Link against system liblzma, see https://github.com/alexcrichton/xz2-rs/issues/16 echo 'fn main() { println!("cargo:rustc-link-lib=lzma"); }' > vendor/lzma-sys/build.rs # We don't run ./configure because we use debian/config.toml directly ln -sf debian/config.toml config.toml touch "debian/dh_auto_configure.stamp" dh override_dh_auto_configure-arch --parallel make[1]: Leaving directory '/rustc-1.37.0+dfsg1' debian/rules override_dh_auto_configure-indep make[1]: Entering directory '/rustc-1.37.0+dfsg1' sed -i -e 's/^docs = false/docs = true/' debian/config.toml make[1]: Leaving directory '/rustc-1.37.0+dfsg1' debian/rules override_dh_auto_build-arch make[1]: Entering directory '/rustc-1.37.0+dfsg1' RUST_BACKTRACE=1 ./x.py build --config debian/config.toml -vvv --on-fail env running: /usr/bin/cargo build --manifest-path /rustc-1.37.0+dfsg1/src/bootstrap/Cargo.toml --verbose --verbose Compiling proc-macro2 v0.4.30 Compiling unicode-xid v0.1.0 Running `CARGO_PKG_VERSION=0.4.30 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_VERSION_PATCH=30 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_DESCRIPTION='A stable implementation of the upcoming new `proc_macro` API. Comes with an option, off by default, to also reimplement itself in terms of the upstream unstable API. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/proc-macro2 CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/proc-macro2/build.rs --color never --crate-type bin --emit=dep-info,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=c7bca7dde08159e5 -C extra-filename=-c7bca7dde08159e5 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/build/proc-macro2-c7bca7dde08159e5 -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Running `CARGO_PKG_VERSION=0.1.0 CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_AUTHORS='erick.tryzelaar :kwantam ' CARGO_PKG_NAME=unicode-xid CARGO_PKG_VERSION_PATCH=0 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/unicode-xid CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name unicode_xid /rustc-1.37.0+dfsg1/vendor/unicode-xid/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' -C metadata=0b8e8504a9a43dc0 -C extra-filename=-0b8e8504a9a43dc0 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling syn v0.15.35 Running `CARGO_PKG_VERSION=0.15.35 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_NAME=syn CARGO_PKG_VERSION_PATCH=35 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/syn CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/syn/build.rs --color never --crate-type bin --emit=dep-info,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=5d0823568ff5a601 -C extra-filename=-5d0823568ff5a601 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/build/syn-5d0823568ff5a601 -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling libc v0.2.54 Running `CARGO_PKG_VERSION=0.2.54 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_NAME=libc CARGO_PKG_VERSION_PATCH=54 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/libc CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/libc/build.rs --color never --crate-type bin --emit=dep-info,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=2678163a503a9b6b -C extra-filename=-2678163a503a9b6b --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/build/libc-2678163a503a9b6b -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling serde v1.0.92 Running `CARGO_PKG_VERSION=1.0.92 CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_NAME=serde CARGO_PKG_VERSION_PATCH=92 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=1 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/serde CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/serde/build.rs --color never --crate-type bin --emit=dep-info,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=c2c1ad30c0dd19d8 -C extra-filename=-c2c1ad30c0dd19d8 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/build/serde-c2c1ad30c0dd19d8 -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling ryu v0.2.7 Running `CARGO_PKG_VERSION=0.2.7 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_NAME=ryu CARGO_PKG_VERSION_PATCH=7 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/ryu CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/ryu/build.rs --color never --crate-type bin --emit=dep-info,link -C debug-assertions=off -C overflow-checks=on -C metadata=466b4c24a751df6e -C extra-filename=-466b4c24a751df6e --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/build/ryu-466b4c24a751df6e -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling itoa v0.4.4 Running `CARGO_PKG_VERSION=0.4.4 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_NAME=itoa CARGO_PKG_VERSION_PATCH=4 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_DESCRIPTION='Fast functions for printing integer primitives to an io::Write' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/itoa CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name itoa /rustc-1.37.0+dfsg1/vendor/itoa/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a3064fd9bf782a3d -C extra-filename=-a3064fd9bf782a3d --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling cfg-if v0.1.8 Running `CARGO_PKG_VERSION=0.1.8 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_NAME=cfg-if CARGO_PKG_VERSION_PATCH=8 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/cfg-if CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name cfg_if /rustc-1.37.0+dfsg1/vendor/cfg-if/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=759c5d8a477b9499 -C extra-filename=-759c5d8a477b9499 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling fixedbitset v0.1.9 Running `CARGO_PKG_VERSION=0.1.9 CARGO_PKG_REPOSITORY='https://github.com/bluss/fixedbitset' CARGO_PKG_AUTHORS=bluss CARGO_PKG_NAME=fixedbitset CARGO_PKG_VERSION_PATCH=9 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_DESCRIPTION='FixedBitSet is a simple bitset collection' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/fixedbitset CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name fixedbitset /rustc-1.37.0+dfsg1/vendor/fixedbitset/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=2e16112e36a1740d -C extra-filename=-2e16112e36a1740d --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling ordermap v0.3.5 Running `CARGO_PKG_VERSION=0.3.5 CARGO_PKG_REPOSITORY='https://github.com/bluss/ordermap' CARGO_PKG_AUTHORS=bluss CARGO_PKG_NAME=ordermap CARGO_PKG_VERSION_PATCH=5 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/ordermap CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name ordermap /rustc-1.37.0+dfsg1/vendor/ordermap/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=3d973abccbd3490d -C extra-filename=-3d973abccbd3490d --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling cc v1.0.35 Running `CARGO_PKG_VERSION=1.0.35 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cc-rs' CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_NAME=cc CARGO_PKG_VERSION_PATCH=35 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cc-rs' CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=1 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/cc CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name cc /rustc-1.37.0+dfsg1/vendor/cc/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=9a19d197fe876226 -C extra-filename=-9a19d197fe876226 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling unicode-width v0.1.5 Running `CARGO_PKG_VERSION=0.1.5 CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_AUTHORS='kwantam ' CARGO_PKG_NAME=unicode-width CARGO_PKG_VERSION_PATCH=5 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/unicode-width CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name unicode_width /rustc-1.37.0+dfsg1/vendor/unicode-width/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' -C metadata=2c72e5f60e3a9faf -C extra-filename=-2c72e5f60e3a9faf --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling build_helper v0.1.0 (/rustc-1.37.0+dfsg1/src/build_helper) Running `CARGO_PKG_VERSION=0.1.0 CARGO_PKG_REPOSITORY= CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_NAME=build_helper CARGO_PKG_VERSION_PATCH=0 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/build_helper CARGO=/usr/bin/cargo /usr/bin/rustc --edition=2018 --crate-name build_helper src/build_helper/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=f6c2afb2beabf516 -C extra-filename=-f6c2afb2beabf516 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -C incremental=/rustc-1.37.0+dfsg1/build/bootstrap/debug/incremental -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling lazy_static v1.3.0 Running `CARGO_PKG_VERSION=1.3.0 CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_NAME=lazy_static CARGO_PKG_VERSION_PATCH=0 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=1 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/lazy_static CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name lazy_static /rustc-1.37.0+dfsg1/vendor/lazy_static/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=7092aa928b51cd3c -C extra-filename=-7092aa928b51cd3c --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Running `/rustc-1.37.0+dfsg1/build/bootstrap/debug/build/proc-macro2-c7bca7dde08159e5/build-script-build` [proc-macro2 0.4.30] cargo:rerun-if-changed=build.rs [proc-macro2 0.4.30] cargo:rustc-cfg=u128 [proc-macro2 0.4.30] cargo:rustc-cfg=use_proc_macro [proc-macro2 0.4.30] cargo:rustc-cfg=wrap_proc_macro Running `/rustc-1.37.0+dfsg1/build/bootstrap/debug/build/syn-5d0823568ff5a601/build-script-build` [syn 0.15.35] cargo:rustc-cfg=syn_can_use_thread_id [syn 0.15.35] cargo:rustc-cfg=syn_can_use_associated_constants [syn 0.15.35] cargo:rustc-cfg=syn_can_call_macro_by_path [syn 0.15.35] cargo:rustc-cfg=syn_disable_nightly_tests Running `/rustc-1.37.0+dfsg1/build/bootstrap/debug/build/libc-2678163a503a9b6b/build-script-build` [libc 0.2.54] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.54] cargo:rustc-cfg=libc_union [libc 0.2.54] cargo:rustc-cfg=libc_const_size_of [libc 0.2.54] cargo:rustc-cfg=libc_align [libc 0.2.54] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.54] cargo:rustc-cfg=libc_packedN Running `/rustc-1.37.0+dfsg1/build/bootstrap/debug/build/serde-c2c1ad30c0dd19d8/build-script-build` [serde 1.0.92] cargo:rustc-cfg=ops_bound [serde 1.0.92] cargo:rustc-cfg=core_reverse [serde 1.0.92] cargo:rustc-cfg=de_boxed_c_str [serde 1.0.92] cargo:rustc-cfg=de_rc_dst [serde 1.0.92] cargo:rustc-cfg=core_duration [serde 1.0.92] cargo:rustc-cfg=integer128 [serde 1.0.92] cargo:rustc-cfg=range_inclusive [serde 1.0.92] cargo:rustc-cfg=num_nonzero Running `/rustc-1.37.0+dfsg1/build/bootstrap/debug/build/ryu-466b4c24a751df6e/build-script-build` [ryu 0.2.7] cargo:rustc-cfg=integer128 [ryu 0.2.7] cargo:rustc-cfg=must_use_return Compiling petgraph v0.4.13 Running `CARGO_PKG_VERSION=0.4.13 CARGO_PKG_REPOSITORY='https://github.com/bluss/petgraph' CARGO_PKG_AUTHORS='bluss:mitchmindtree' CARGO_PKG_NAME=petgraph CARGO_PKG_VERSION_PATCH=13 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_DESCRIPTION='Graph data structure library. Provides graph types and graph algorithms.' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/petgraph CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name petgraph /rustc-1.37.0+dfsg1/vendor/petgraph/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="ordermap"' --cfg 'feature="stable_graph"' -C metadata=5f0460fc44663272 -C extra-filename=-5f0460fc44663272 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern fixedbitset=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libfixedbitset-2e16112e36a1740d.rlib --extern ordermap=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libordermap-3d973abccbd3490d.rlib --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/petgraph/src/dot.rs:97:35 | 97 | NF: FnMut(&NW, &mut FnMut(&Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&Display) -> fmt::Result` | = note: #[warn(bare_trait_objects)] on by default warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/petgraph/src/dot.rs:97:42 | 97 | NF: FnMut(&NW, &mut FnMut(&Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^ help: use `dyn`: `dyn Display` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/petgraph/src/dot.rs:98:35 | 98 | EF: FnMut(&EW, &mut FnMut(&Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&Display) -> fmt::Result` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/petgraph/src/dot.rs:98:42 | 98 | EF: FnMut(&EW, &mut FnMut(&Display) -> fmt::Result) -> fmt::Result, | ^^^^^^^ help: use `dyn`: `dyn Display` Compiling getopts v0.2.19 Running `CARGO_PKG_VERSION=0.2.19 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/getopts' CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_NAME=getopts CARGO_PKG_VERSION_PATCH=19 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/getopts' CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='getopts-like option parsing. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/getopts CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name getopts /rustc-1.37.0+dfsg1/vendor/getopts/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=10399694370fd9ef -C extra-filename=-10399694370fd9ef --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern unicode_width=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libunicode_width-2c72e5f60e3a9faf.rlib --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/getopts/src/lib.rs:517:44 | 517 | pub fn usage_with_format) -> String>( | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` | = note: #[warn(bare_trait_objects)] on by default warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/getopts/src/lib.rs:525:41 | 525 | fn usage_items<'a>(&'a self) -> Box + 'a> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` Running `CARGO_PKG_VERSION=0.4.30 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_AUTHORS='Alex Crichton ' OUT_DIR=/rustc-1.37.0+dfsg1/build/bootstrap/debug/build/proc-macro2-00050eaa4fce1108/out CARGO_PKG_NAME=proc-macro2 CARGO_PKG_VERSION_PATCH=30 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_DESCRIPTION='A stable implementation of the upcoming new `proc_macro` API. Comes with an option, off by default, to also reimplement itself in terms of the upstream unstable API. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/proc-macro2 CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name proc_macro2 /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=436f70f340e65e59 -C extra-filename=-436f70f340e65e59 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern unicode_xid=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libunicode_xid-0b8e8504a9a43dc0.rlib --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc --cfg u128 --cfg use_proc_macro --cfg wrap_proc_macro` warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/strnom.rs:98:24 | 98 | b' ' | 0x09...0x0d => { | ^^^ help: use `..=` for an inclusive range | = note: #[warn(ellipsis_inclusive_range_patterns)] on by default warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:774:24 | 774 | b'\x20'...b'\x7E' => escaped.push(*b as char), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1176:25 | 1176 | next_ch!(chars @ '0'...'7'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1177:25 | 1177 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1177:37 | 1177 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1177:49 | 1177 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1185:26 | 1185 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1185:40 | 1185 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1185:54 | 1185 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1186:26 | 1186 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1186:40 | 1186 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1186:54 | 1186 | next_ch!(chars @ b'0'...b'9' | b'a'...b'f' | b'A'...b'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1195:25 | 1195 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1195:37 | 1195 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1195:49 | 1195 | next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1197:37 | 1197 | let c = next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F' | '_' | '}'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1197:49 | 1197 | let c = next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F' | '_' | '}'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1197:61 | 1197 | let c = next_ch!(chars @ '0'...'9' | 'a'...'f' | 'A'...'F' | '_' | '}'); | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1226:16 | 1226 | '0'...'9' | '_' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1271:20 | 1271 | '0'...'9' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1321:17 | 1321 | b'0'...b'9' => (b - b'0') as u64, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1322:17 | 1322 | b'a'...b'f' => 10 + (b - b'a') as u64, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/fallback.rs:1323:17 | 1323 | b'A'...b'F' => 10 + (b - b'A') as u64, | ^^^ help: use `..=` for an inclusive range warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/proc-macro2/src/wrapper.rs:63:26 | 63 | type PanicHook = Fn(&PanicInfo) + Sync + Send + 'static; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&PanicInfo) + Sync + Send + 'static` | = note: #[warn(bare_trait_objects)] on by default Running `CARGO_PKG_VERSION=0.2.54 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_AUTHORS='The Rust Project Developers' OUT_DIR=/rustc-1.37.0+dfsg1/build/bootstrap/debug/build/libc-b4d5cb0000ada9ba/out CARGO_PKG_NAME=libc CARGO_PKG_VERSION_PATCH=54 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/libc CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name libc /rustc-1.37.0+dfsg1/vendor/libc/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=1a42d8ded7a305e1 -C extra-filename=-1a42d8ded7a305e1 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN` Running `CARGO_PKG_VERSION=0.2.7 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_AUTHORS='David Tolnay ' OUT_DIR=/rustc-1.37.0+dfsg1/build/bootstrap/debug/build/ryu-c4b09b340026b2ff/out CARGO_PKG_NAME=ryu CARGO_PKG_VERSION_PATCH=7 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/ryu CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name ryu /rustc-1.37.0+dfsg1/vendor/ryu/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=531b968825951821 -C extra-filename=-531b968825951821 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc --cfg integer128 --cfg must_use_return` Compiling cmake v0.1.38 Running `CARGO_PKG_VERSION=0.1.38 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cmake-rs' CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_NAME=cmake CARGO_PKG_VERSION_PATCH=38 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cmake-rs' CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_DESCRIPTION='A build dependency for running `cmake` to build a native library ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/cmake CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name cmake /rustc-1.37.0+dfsg1/vendor/cmake/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=84df65abfff36625 -C extra-filename=-84df65abfff36625 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern cc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcc-9a19d197fe876226.rlib --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling num_cpus v1.8.0 Running `CARGO_PKG_VERSION=1.8.0 CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_NAME=num_cpus CARGO_PKG_VERSION_PATCH=0 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=1 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/num_cpus CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name num_cpus /rustc-1.37.0+dfsg1/vendor/num_cpus/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=a60d2ee3e2281388 -C extra-filename=-a60d2ee3e2281388 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern libc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblibc-1a42d8ded7a305e1.rlib --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Compiling time v0.1.40 Running `CARGO_PKG_VERSION=0.1.40 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/time' CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_NAME=time CARGO_PKG_VERSION_PATCH=40 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/time' CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_DESCRIPTION='Utilities for working with time-related functions in Rust. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/time CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name time /rustc-1.37.0+dfsg1/vendor/time/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=cfa99f2e64374bfc -C extra-filename=-cfa99f2e64374bfc --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern libc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblibc-1a42d8ded7a305e1.rlib --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/time/src/parse.rs:336:17 | 336 | '0' ... '9' => value = value * 10 + (ch as i64 - '0' as i64), | ^^^ help: use `..=` for an inclusive range | = note: #[warn(ellipsis_inclusive_range_patterns)] on by default warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/time/src/parse.rs:359:17 | 359 | '0' ... '9' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/time/src/lib.rs:605:11 | 605 | (0...6, 0...11) => (), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/time/src/lib.rs:605:18 | 605 | (0...6, 0...11) => (), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/time/src/lib.rs:606:18 | 606 | (_wday, 0...11) => return Err(InvalidDayOfWeek), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/time/src/lib.rs:607:11 | 607 | (0...6, _mon) => return Err(InvalidMonth), | ^^^ help: use `..=` for an inclusive range Compiling filetime v0.2.4 Running `CARGO_PKG_VERSION=0.2.4 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/filetime' CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_NAME=filetime CARGO_PKG_VERSION_PATCH=4 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/filetime' CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='Platform-agnostic accessors of timestamps in File metadata ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/filetime CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name filetime /rustc-1.37.0+dfsg1/vendor/filetime/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=450baa51082db148 -C extra-filename=-450baa51082db148 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern cfg_if=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcfg_if-759c5d8a477b9499.rlib --extern libc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblibc-1a42d8ded7a305e1.rlib --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` --> /rustc-1.37.0+dfsg1/vendor/time/src/parse.rs:329:21 | 329 | let s2 = ss.trim_left_matches(" "); | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` | = note: #[warn(deprecated)] on by default warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred --> /rustc-1.37.0+dfsg1/vendor/filetime/src/unix/linux.rs:8:48 | 8 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; | ^^^^^^^^^^^^^^^^^ | = note: #[warn(deprecated)] on by default warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred --> /rustc-1.37.0+dfsg1/vendor/filetime/src/unix/linux.rs:9:37 | 9 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT}; | ^^^^^^^^^^^^^^^^ warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred --> /rustc-1.37.0+dfsg1/vendor/filetime/src/unix/linux.rs:27:34 | 27 | static INVALID: AtomicBool = ATOMIC_BOOL_INIT; | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred --> /rustc-1.37.0+dfsg1/vendor/filetime/src/unix/linux.rs:45:32 | 45 | static ADDR: AtomicUsize = ATOMIC_USIZE_INIT; | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` Compiling quote v0.6.12 Running `CARGO_PKG_VERSION=0.6.12 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_NAME=quote CARGO_PKG_VERSION_PATCH=12 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/quote CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name quote /rustc-1.37.0+dfsg1/vendor/quote/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' -C metadata=033ea48ba312392e -C extra-filename=-033ea48ba312392e --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern proc_macro2=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libproc_macro2-436f70f340e65e59.rlib --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Running `CARGO_PKG_VERSION=0.15.35 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_AUTHORS='David Tolnay ' OUT_DIR=/rustc-1.37.0+dfsg1/build/bootstrap/debug/build/syn-08f879f147d50359/out CARGO_PKG_NAME=syn CARGO_PKG_VERSION_PATCH=35 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/syn CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name syn /rustc-1.37.0+dfsg1/vendor/syn/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=fedfe7b0f9898475 -C extra-filename=-fedfe7b0f9898475 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern proc_macro2=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libproc_macro2-436f70f340e65e59.rlib --extern quote=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libquote-033ea48ba312392e.rlib --extern unicode_xid=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libunicode_xid-0b8e8504a9a43dc0.rlib --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc --cfg syn_can_use_thread_id --cfg syn_can_use_associated_constants --cfg syn_can_call_macro_by_path --cfg syn_disable_nightly_tests` Compiling serde_derive v1.0.81 Running `CARGO_PKG_VERSION=1.0.81 CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_NAME=serde_derive CARGO_PKG_VERSION_PATCH=81 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=1 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/serde_derive CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name serde_derive /rustc-1.37.0+dfsg1/vendor/serde_derive/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' -C metadata=e954ae76565c8278 -C extra-filename=-e954ae76565c8278 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern proc_macro2=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libproc_macro2-436f70f340e65e59.rlib --extern quote=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libquote-033ea48ba312392e.rlib --extern syn=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libsyn-fedfe7b0f9898475.rlib --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_derive/src/internals/ast.rs:120:40 | 120 | pub fn all_fields(&'a self) -> Box> + 'a> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator> + 'a` | = note: #[warn(bare_trait_objects)] on by default warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` --> /rustc-1.37.0+dfsg1/vendor/serde_derive/src/internals/attr.rs:101:23 | 101 | ident.to_string().trim_left_matches("r#").to_owned() | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` | = note: #[warn(deprecated)] on by default warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` --> /rustc-1.37.0+dfsg1/vendor/serde_derive/src/de.rs:28:36 | 28 | let suffix = ident.to_string().trim_left_matches("r#").to_owned(); | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` --> /rustc-1.37.0+dfsg1/vendor/serde_derive/src/ser.rs:24:36 | 24 | let suffix = ident.to_string().trim_left_matches("r#").to_owned(); | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` Running `CARGO_PKG_VERSION=1.0.92 CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' OUT_DIR=/rustc-1.37.0+dfsg1/build/bootstrap/debug/build/serde-81ca9dc8ada8c1f9/out CARGO_PKG_NAME=serde CARGO_PKG_VERSION_PATCH=92 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=1 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/serde CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name serde /rustc-1.37.0+dfsg1/vendor/serde/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=29f78e9681a3b8f5 -C extra-filename=-29f78e9681a3b8f5 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern serde_derive=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde_derive-e954ae76565c8278.so --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc --cfg ops_bound --cfg core_reverse --cfg de_boxed_c_str --cfg de_rc_dst --cfg core_duration --cfg integer128 --cfg range_inclusive --cfg num_nonzero` Compiling serde_json v1.0.33 Compiling toml v0.4.10 Running `CARGO_PKG_VERSION=0.4.10 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/toml-rs' CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_NAME=toml CARGO_PKG_VERSION_PATCH=10 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/toml-rs' CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/toml-0.4.10 CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name toml /rustc-1.37.0+dfsg1/vendor/toml-0.4.10/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=6803150506861d0e -C extra-filename=-6803150506861d0e --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern serde=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde-29f78e9681a3b8f5.rlib --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Running `CARGO_PKG_VERSION=1.0.33 CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_NAME=serde_json CARGO_PKG_VERSION_PATCH=33 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=1 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/serde_json CARGO=/usr/bin/cargo /usr/bin/rustc --crate-name serde_json /rustc-1.37.0+dfsg1/vendor/serde_json/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' -C metadata=c0a3dbdeecc9dd57 -C extra-filename=-c0a3dbdeecc9dd57 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern itoa=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libitoa-a3064fd9bf782a3d.rlib --extern ryu=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libryu-531b968825951821.rlib --extern serde=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde-29f78e9681a3b8f5.rlib --cap-lints warn -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/toml-0.4.10/src/datetime.rs:211:30 | 211 | b'0' ... b'9' => { | ^^^ help: use `..=` for an inclusive range | = note: #[warn(ellipsis_inclusive_range_patterns)] on by default warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/toml-0.4.10/src/ser.rs:473:20 | 473 | (Some(0...1), _) | (_, &None) => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/toml-0.4.10/src/ser.rs:512:21 | 512 | 'a' ... 'z' | | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/toml-0.4.10/src/ser.rs:513:21 | 513 | 'A' ... 'Z' | | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/toml-0.4.10/src/ser.rs:514:21 | 514 | '0' ... '9' | | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/toml-0.4.10/src/ser.rs:978:28 | 978 | (Some(0...1), _) | (_, &None) => { | ^^^ help: use `..=` for an inclusive range warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/toml-0.4.10/src/tokens.rs:281:33 | 281 | new_ch: &mut FnMut(&mut Tokenizer, &mut MaybeString, | _________________________________^ 282 | | bool, usize, char) 283 | | -> Result<(), Error>) | |_________________________________________________________^ | = note: #[warn(bare_trait_objects)] on by default help: use `dyn` | 281 | new_ch: &mut dyn FnMut(&mut Tokenizer, &mut MaybeString, 282 | bool, usize, char) 283 | -> Result<(), Error>) | warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:113:33 | 113 | fn invalid_type(self, exp: &Expected) -> Error { | ^^^^^^^^ help: use `dyn`: `dyn Expected` | = note: #[warn(bare_trait_objects)] on by default warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:201:43 | 201 | fn peek_invalid_type(&mut self, exp: &Expected) -> Error { | ^^^^^^^^ help: use `dyn`: `dyn Expected` warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:231:17 | 231 | b'0'...b'9' => match self.parse_any_number(true) { | ^^^ help: use `..=` for an inclusive range | = note: #[warn(ellipsis_inclusive_range_patterns)] on by default warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:267:17 | 267 | b'0'...b'9' => try!(self.parse_integer(true)).visit(visitor), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:284:29 | 284 | b'0'...b'9' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:290:25 | 290 | c @ b'1'...b'9' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:292:39 | 292 | while let c @ b'0'...b'9' = try!(self.peek_or_null()) { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:332:25 | 332 | b'0'...b'9' => Err(self.peek_error(ErrorCode::InvalidNumber)), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:336:21 | 336 | c @ b'1'...b'9' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:341:33 | 341 | c @ b'0'...b'9' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:376:21 | 376 | b'0'...b'9' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:425:27 | 425 | while let c @ b'0'...b'9' = try!(self.peek_or_null()) { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:433:31 | 433 | while let b'0'...b'9' = try!(self.peek_or_null()) { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:475:21 | 475 | c @ b'0'...b'9' => (c - b'0') as i32, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:481:27 | 481 | while let c @ b'0'...b'9' = try!(self.peek_or_null()) { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:516:23 | 516 | while let b'0'...b'9' = try!(self.peek_or_null()) { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:535:17 | 535 | b'0'...b'9' => self.parse_any_number(true), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:778:21 | 778 | b'0'...b'9' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:864:28 | 864 | if let b'0'...b'9' = try!(self.peek_or_null()) { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:868:17 | 868 | b'1'...b'9' => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:869:31 | 869 | while let b'0'...b'9' = try!(self.peek_or_null()) { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:889:23 | 889 | while let b'0'...b'9' = try!(self.peek_or_null()) { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:914:17 | 914 | b'0'...b'9' => {} | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:920:23 | 920 | while let b'0'...b'9' = try!(self.peek_or_null()) { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/de.rs:1029:17 | 1029 | b'0'...b'9' => try!(self.parse_any_number(true)).visit(visitor), | ^^^ help: use `..=` for an inclusive range warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/error.rs:354:32 | 354 | fn cause(&self) -> Option<&error::Error> { | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/error.rs:409:50 | 409 | fn invalid_type(unexp: de::Unexpected, exp: &de::Expected) -> Self { | ^^^^^^^^^^^^ help: use `dyn`: `dyn de::Expected` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/value/de.rs:1371:37 | 1371 | fn invalid_type(&self, exp: &Expected) -> E | ^^^^^^^^ help: use `dyn`: `dyn Expected` warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/read.rs:742:23 | 742 | 0xDC00...0xDFFF => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/read.rs:748:28 | 748 | n1 @ 0xD800...0xDBFF => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/read.rs:799:23 | 799 | 0xDC00...0xDFFF => { | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/serde_json/src/read.rs:805:28 | 805 | n1 @ 0xD800...0xDBFF => { | ^^^ help: use `..=` for an inclusive range warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` --> /rustc-1.37.0+dfsg1/vendor/toml-0.4.10/src/datetime.rs:102:32 | 102 | write!(f, ".{}", s.trim_right_matches('0'))?; | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` | = note: #[warn(deprecated)] on by default warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` --> /rustc-1.37.0+dfsg1/vendor/toml-0.4.10/src/de.rs:1219:54 | 1219 | i64::from_str_radix(&prefix.replace("_", "").trim_left_matches('+'), radix) | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` --> /rustc-1.37.0+dfsg1/vendor/toml-0.4.10/src/de.rs:1299:35 | 1299 | let mut number = integral.trim_left_matches('+') | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` Compiling bootstrap v0.0.0 (/rustc-1.37.0+dfsg1/src/bootstrap) Running `CARGO_PKG_VERSION=0.0.0 CARGO_PKG_REPOSITORY= CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PRIMARY_PACKAGE=1 CARGO_PKG_NAME=bootstrap CARGO_PKG_VERSION_PATCH=0 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/bootstrap CARGO=/usr/bin/cargo /usr/bin/rustc --edition=2018 --crate-name bootstrap src/bootstrap/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debug-assertions=off -C overflow-checks=on -C metadata=4383b9bbdc664038 -C extra-filename=-4383b9bbdc664038 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -C incremental=/rustc-1.37.0+dfsg1/build/bootstrap/debug/incremental -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern build_helper=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libbuild_helper-f6c2afb2beabf516.rlib --extern cc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcc-9a19d197fe876226.rlib --extern cmake=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcmake-84df65abfff36625.rlib --extern filetime=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libfiletime-450baa51082db148.rlib --extern getopts=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libgetopts-10399694370fd9ef.rlib --extern lazy_static=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblazy_static-7092aa928b51cd3c.rlib --extern libc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblibc-1a42d8ded7a305e1.rlib --extern num_cpus=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libnum_cpus-a60d2ee3e2281388.rlib --extern petgraph=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libpetgraph-5f0460fc44663272.rlib --extern serde=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde-29f78e9681a3b8f5.rlib --extern serde_json=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde_json-c0a3dbdeecc9dd57.rlib --extern time=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libtime-cfa99f2e64374bfc.rlib --extern toml=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libtoml-6803150506861d0e.rlib -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Running `CARGO_PKG_VERSION=0.0.0 CARGO_PKG_REPOSITORY= CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PRIMARY_PACKAGE=1 CARGO_PKG_NAME=bootstrap CARGO_PKG_VERSION_PATCH=0 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/bootstrap CARGO=/usr/bin/cargo /usr/bin/rustc --edition=2018 --crate-name rustdoc src/bootstrap/bin/rustdoc.rs --color never --crate-type bin --emit=dep-info,link -C debug-assertions=off -C overflow-checks=on -C metadata=1dc7d4144e9eac22 -C extra-filename=-1dc7d4144e9eac22 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -C incremental=/rustc-1.37.0+dfsg1/build/bootstrap/debug/incremental -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern bootstrap=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libbootstrap-4383b9bbdc664038.rlib --extern build_helper=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libbuild_helper-f6c2afb2beabf516.rlib --extern cc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcc-9a19d197fe876226.rlib --extern cmake=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcmake-84df65abfff36625.rlib --extern filetime=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libfiletime-450baa51082db148.rlib --extern getopts=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libgetopts-10399694370fd9ef.rlib --extern lazy_static=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblazy_static-7092aa928b51cd3c.rlib --extern libc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblibc-1a42d8ded7a305e1.rlib --extern num_cpus=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libnum_cpus-a60d2ee3e2281388.rlib --extern petgraph=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libpetgraph-5f0460fc44663272.rlib --extern serde=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde-29f78e9681a3b8f5.rlib --extern serde_json=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde_json-c0a3dbdeecc9dd57.rlib --extern time=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libtime-cfa99f2e64374bfc.rlib --extern toml=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libtoml-6803150506861d0e.rlib -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Running `CARGO_PKG_VERSION=0.0.0 CARGO_PKG_REPOSITORY= CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PRIMARY_PACKAGE=1 CARGO_PKG_NAME=bootstrap CARGO_PKG_VERSION_PATCH=0 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/bootstrap CARGO=/usr/bin/cargo /usr/bin/rustc --edition=2018 --crate-name bootstrap src/bootstrap/bin/main.rs --color never --crate-type bin --emit=dep-info,link -C debug-assertions=off -C overflow-checks=on -C metadata=578b811c8e000fdb -C extra-filename=-578b811c8e000fdb --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -C incremental=/rustc-1.37.0+dfsg1/build/bootstrap/debug/incremental -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern bootstrap=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libbootstrap-4383b9bbdc664038.rlib --extern build_helper=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libbuild_helper-f6c2afb2beabf516.rlib --extern cc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcc-9a19d197fe876226.rlib --extern cmake=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcmake-84df65abfff36625.rlib --extern filetime=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libfiletime-450baa51082db148.rlib --extern getopts=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libgetopts-10399694370fd9ef.rlib --extern lazy_static=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblazy_static-7092aa928b51cd3c.rlib --extern libc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblibc-1a42d8ded7a305e1.rlib --extern num_cpus=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libnum_cpus-a60d2ee3e2281388.rlib --extern petgraph=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libpetgraph-5f0460fc44663272.rlib --extern serde=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde-29f78e9681a3b8f5.rlib --extern serde_json=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde_json-c0a3dbdeecc9dd57.rlib --extern time=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libtime-cfa99f2e64374bfc.rlib --extern toml=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libtoml-6803150506861d0e.rlib -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Running `CARGO_PKG_VERSION=0.0.0 CARGO_PKG_REPOSITORY= CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PRIMARY_PACKAGE=1 CARGO_PKG_NAME=bootstrap CARGO_PKG_VERSION_PATCH=0 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/bootstrap CARGO=/usr/bin/cargo /usr/bin/rustc --edition=2018 --crate-name sccache_plus_cl src/bootstrap/bin/sccache-plus-cl.rs --color never --crate-type bin --emit=dep-info,link -C debug-assertions=off -C overflow-checks=on -C metadata=c523a3713f1cb068 -C extra-filename=-c523a3713f1cb068 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -C incremental=/rustc-1.37.0+dfsg1/build/bootstrap/debug/incremental -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern bootstrap=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libbootstrap-4383b9bbdc664038.rlib --extern build_helper=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libbuild_helper-f6c2afb2beabf516.rlib --extern cc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcc-9a19d197fe876226.rlib --extern cmake=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcmake-84df65abfff36625.rlib --extern filetime=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libfiletime-450baa51082db148.rlib --extern getopts=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libgetopts-10399694370fd9ef.rlib --extern lazy_static=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblazy_static-7092aa928b51cd3c.rlib --extern libc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblibc-1a42d8ded7a305e1.rlib --extern num_cpus=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libnum_cpus-a60d2ee3e2281388.rlib --extern petgraph=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libpetgraph-5f0460fc44663272.rlib --extern serde=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde-29f78e9681a3b8f5.rlib --extern serde_json=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde_json-c0a3dbdeecc9dd57.rlib --extern time=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libtime-cfa99f2e64374bfc.rlib --extern toml=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libtoml-6803150506861d0e.rlib -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Running `CARGO_PKG_VERSION=0.0.0 CARGO_PKG_REPOSITORY= CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PRIMARY_PACKAGE=1 CARGO_PKG_NAME=bootstrap CARGO_PKG_VERSION_PATCH=0 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/bootstrap CARGO=/usr/bin/cargo /usr/bin/rustc --edition=2018 --crate-name rustc src/bootstrap/bin/rustc.rs --color never --crate-type bin --emit=dep-info,link -C debug-assertions=off -C overflow-checks=on -C metadata=963c6111e7c45128 -C extra-filename=-963c6111e7c45128 --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -C incremental=/rustc-1.37.0+dfsg1/build/bootstrap/debug/incremental -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern bootstrap=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libbootstrap-4383b9bbdc664038.rlib --extern build_helper=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libbuild_helper-f6c2afb2beabf516.rlib --extern cc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcc-9a19d197fe876226.rlib --extern cmake=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcmake-84df65abfff36625.rlib --extern filetime=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libfiletime-450baa51082db148.rlib --extern getopts=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libgetopts-10399694370fd9ef.rlib --extern lazy_static=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblazy_static-7092aa928b51cd3c.rlib --extern libc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblibc-1a42d8ded7a305e1.rlib --extern num_cpus=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libnum_cpus-a60d2ee3e2281388.rlib --extern petgraph=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libpetgraph-5f0460fc44663272.rlib --extern serde=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde-29f78e9681a3b8f5.rlib --extern serde_json=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde_json-c0a3dbdeecc9dd57.rlib --extern time=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libtime-cfa99f2e64374bfc.rlib --extern toml=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libtoml-6803150506861d0e.rlib -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Running `CARGO_PKG_VERSION=0.0.0 CARGO_PKG_REPOSITORY= CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PRIMARY_PACKAGE=1 CARGO_PKG_NAME=bootstrap CARGO_PKG_VERSION_PATCH=0 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps:/usr/lib:' CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_MAJOR=0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/bootstrap CARGO=/usr/bin/cargo /usr/bin/rustc --edition=2018 --crate-name llvm_config_wrapper src/bootstrap/bin/llvm-config-wrapper.rs --color never --crate-type bin --emit=dep-info,link -C debug-assertions=off -C overflow-checks=on -C metadata=8ab8014d9fa59cfe -C extra-filename=-8ab8014d9fa59cfe --out-dir /rustc-1.37.0+dfsg1/build/bootstrap/debug/deps -C incremental=/rustc-1.37.0+dfsg1/build/bootstrap/debug/incremental -L dependency=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps --extern bootstrap=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libbootstrap-4383b9bbdc664038.rlib --extern build_helper=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libbuild_helper-f6c2afb2beabf516.rlib --extern cc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcc-9a19d197fe876226.rlib --extern cmake=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libcmake-84df65abfff36625.rlib --extern filetime=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libfiletime-450baa51082db148.rlib --extern getopts=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libgetopts-10399694370fd9ef.rlib --extern lazy_static=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblazy_static-7092aa928b51cd3c.rlib --extern libc=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/liblibc-1a42d8ded7a305e1.rlib --extern num_cpus=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libnum_cpus-a60d2ee3e2281388.rlib --extern petgraph=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libpetgraph-5f0460fc44663272.rlib --extern serde=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde-29f78e9681a3b8f5.rlib --extern serde_json=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libserde_json-c0a3dbdeecc9dd57.rlib --extern time=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libtime-cfa99f2e64374bfc.rlib --extern toml=/rustc-1.37.0+dfsg1/build/bootstrap/debug/deps/libtoml-6803150506861d0e.rlib -Cdebuginfo=2 -C linker=x86_64-linux-gnu-gcc` Finished dev [unoptimized] target(s) in 1m 31s running: /rustc-1.37.0+dfsg1/build/bootstrap/debug/bootstrap build --config debian/config.toml -vvv --on-fail env finding compilers CC_wasm32-unknown-unknown = "clang" CFLAGS_wasm32-unknown-unknown = ["-ffunction-sections", "-fdata-sections", "-fPIC", "--target=wasm32-unknown-unknown", "-g", "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=.", "-fstack-protector-strong", "-Wformat", "-Werror=format-security"] AR_wasm32-unknown-unknown = "ar" CC_x86_64-unknown-linux-gnu = "cc" CFLAGS_x86_64-unknown-linux-gnu = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-g", "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=.", "-fstack-protector-strong", "-Wformat", "-Werror=format-security"] CXX_x86_64-unknown-linux-gnu = "c++" CXXFLAGS_x86_64-unknown-linux-gnu = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-g", "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=.", "-fstack-protector-strong", "-Wformat", "-Werror=format-security"] AR_x86_64-unknown-linux-gnu = "ar" CC_armv7-unknown-linux-gnueabihf = "arm-linux-gnueabihf-gcc" CFLAGS_armv7-unknown-linux-gnueabihf = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-march=armv7-a", "-g", "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=.", "-fstack-protector-strong", "-Wformat", "-Werror=format-security"] CXX_armv7-unknown-linux-gnueabihf = "arm-linux-gnueabihf-g++" CXXFLAGS_armv7-unknown-linux-gnueabihf = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-march=armv7-a", "-g", "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=.", "-fstack-protector-strong", "-Wformat", "-Werror=format-security"] AR_armv7-unknown-linux-gnueabihf = "arm-linux-gnueabihf-ar" running sanity check auto-detected local-rebuild 1.37.0 learning about cargo finding compilers CC_x86_64-unknown-linux-gnu = "cc" CFLAGS_x86_64-unknown-linux-gnu = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-g", "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=.", "-fstack-protector-strong", "-Wformat", "-Werror=format-security"] CXX_x86_64-unknown-linux-gnu = "c++" CXXFLAGS_x86_64-unknown-linux-gnu = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-g", "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=.", "-fstack-protector-strong", "-Wformat", "-Werror=format-security"] AR_x86_64-unknown-linux-gnu = "ar" CC_wasm32-unknown-unknown = "clang" CFLAGS_wasm32-unknown-unknown = ["-ffunction-sections", "-fdata-sections", "-fPIC", "--target=wasm32-unknown-unknown", "-g", "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=.", "-fstack-protector-strong", "-Wformat", "-Werror=format-security"] AR_wasm32-unknown-unknown = "ar" CC_armv7-unknown-linux-gnueabihf = "arm-linux-gnueabihf-gcc" CFLAGS_armv7-unknown-linux-gnueabihf = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-march=armv7-a", "-g", "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=.", "-fstack-protector-strong", "-Wformat", "-Werror=format-security"] CXX_armv7-unknown-linux-gnueabihf = "arm-linux-gnueabihf-g++" CXXFLAGS_armv7-unknown-linux-gnueabihf = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-march=armv7-a", "-g", "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=.", "-fstack-protector-strong", "-Wformat", "-Werror=format-security"] AR_armv7-unknown-linux-gnueabihf = "arm-linux-gnueabihf-ar" running sanity check auto-detected local-rebuild 1.37.0 learning about cargo > Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } < Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } > Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } < Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } < Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } Dirty - /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } < StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } < TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } Dirty - /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } < RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" } c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > Llvm { target: "x86_64-unknown-linux-gnu", emscripten: false } < Llvm { target: "x86_64-unknown-linux-gnu", emscripten: false } < CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" } > Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } < Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } > Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } < Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } < Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } < TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" } c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Llvm { target: "x86_64-unknown-linux-gnu", emscripten: false } < CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" } > Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } > Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > StartupObjects { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < StartupObjects { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Std { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > StartupObjects { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } < StartupObjects { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > Std { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } < StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } < Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } < Std { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } < Std { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Std { target: "wasm32-unknown-unknown", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > StartupObjects { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "wasm32-unknown-unknown" } < StartupObjects { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "wasm32-unknown-unknown" } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "wasm32-unknown-unknown" } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "wasm32-unknown-unknown" } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > StdLink { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "wasm32-unknown-unknown" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "wasm32-unknown-unknown" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < StdLink { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "wasm32-unknown-unknown" } < Std { target: "wasm32-unknown-unknown", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > Rustc { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > Test { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Std { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } < TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } < Test { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } < Rustc { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf", backend: "llvm" } c Rustc { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > Llvm { target: "armv7-unknown-linux-gnueabihf", emscripten: false } < Llvm { target: "armv7-unknown-linux-gnueabihf", emscripten: false } < CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf", backend: "llvm" } > Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Libdir { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } > Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > StartupObjects { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } < StartupObjects { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } < Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > Std { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > StartupObjects { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } < StartupObjects { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Std { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } > StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < StdLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } < Std { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > Std { target: "wasm32-unknown-unknown", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > StartupObjects { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "wasm32-unknown-unknown" } < StartupObjects { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "wasm32-unknown-unknown" } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "wasm32-unknown-unknown" } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "wasm32-unknown-unknown" } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > StdLink { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "wasm32-unknown-unknown" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "wasm32-unknown-unknown" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < StdLink { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "wasm32-unknown-unknown" } < Std { target: "wasm32-unknown-unknown", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Test { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Std { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Test { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } < Test { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Test { target: "wasm32-unknown-unknown", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Std { target: "wasm32-unknown-unknown", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > TestLink { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "wasm32-unknown-unknown" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "wasm32-unknown-unknown" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < TestLink { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "wasm32-unknown-unknown" } < Test { target: "wasm32-unknown-unknown", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } < Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > Test { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Std { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Test { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < TestLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } < Test { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > Test { target: "wasm32-unknown-unknown", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Std { target: "wasm32-unknown-unknown", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > TestLink { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "wasm32-unknown-unknown" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "wasm32-unknown-unknown" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < TestLink { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "wasm32-unknown-unknown" } < Test { target: "wasm32-unknown-unknown", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Rustc { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Test { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Rustc { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf" } < Rustc { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } < Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > Rustc { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Test { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Rustc { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } c Libdir { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < RustcLink { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf" } < Rustc { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > CodegenBackend { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" } c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" } < CodegenBackend { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > CodegenBackend { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf", backend: "llvm" } c Rustc { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf", backend: "llvm" } < CodegenBackend { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf", backend: "llvm" } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > CodegenBackend { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" } c Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" } < CodegenBackend { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > CodegenBackend { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf", backend: "llvm" } c Rustc { target: "armv7-unknown-linux-gnueabihf", compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "armv7-unknown-linux-gnueabihf", backend: "llvm" } < CodegenBackend { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" }, target: "armv7-unknown-linux-gnueabihf", backend: "llvm" } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } < Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Rustdoc { compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > Rustdoc { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } c Sysroot { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } < Rustdoc { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Assemble { target_compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } c Rustdoc { compiler: Compiler { stage: 2, host: "armv7-unknown-linux-gnueabihf" } } > Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } > Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } > Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } < Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } > Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } < Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } < Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) running: "/usr/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "2" "-v" "-v" "--release" "--features" "panic-unwind backtrace" "--manifest-path" "/rustc-1.37.0+dfsg1/src/libstd/Cargo.toml" "--message-format" "json" Compiling compiler_builtins v0.1.16 Compiling core v0.0.0 (/rustc-1.37.0+dfsg1/src/libcore) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_NAME=compiler_builtins CARGO_PKG_AUTHORS='Jorge Aparicio ' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.16 CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/compiler-builtins' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/compiler_builtins CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/compiler-builtins' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/compiler_builtins/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' -C metadata=ff383fa35fa80fcd -C extra-filename=-ff383fa35fa80fcd --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/compiler_builtins-ff383fa35fa80fcd -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --cap-lints warn` Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=core CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/libcore CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name core src/libcore/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=ae0da3609f6b989e -C extra-filename=-ae0da3609f6b989e --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "build_script_build" "/rustc-1.37.0+dfsg1/vendor/compiler_builtins/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "--cfg" "feature=\"compiler-builtins\"" "--cfg" "feature=\"core\"" "--cfg" "feature=\"default\"" "--cfg" "feature=\"rustc-dep-of-std\"" "-C" "metadata=ff383fa35fa80fcd-rustc" "-C" "extra-filename=-ff383fa35fa80fcd" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/compiler_builtins-ff383fa35fa80fcd" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--cap-lints" "warn" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "core" "src/libcore/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=ae0da3609f6b989e-rustc" "-C" "extra-filename=-ae0da3609f6b989e" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling libc v0.2.54 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=54 CARGO_PKG_NAME=libc CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.2.54 CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/libc CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/libc/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' -C metadata=21376447b79431a1 -C extra-filename=-21376447b79431a1 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/libc-21376447b79431a1 -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "build_script_build" "/rustc-1.37.0+dfsg1/vendor/libc/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "--cfg" "feature=\"align\"" "--cfg" "feature=\"rustc-dep-of-std\"" "--cfg" "feature=\"rustc-std-workspace-core\"" "-C" "metadata=21376447b79431a1-rustc" "-C" "extra-filename=-21376447b79431a1" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/libc-21376447b79431a1" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--cap-lints" "warn" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling cc v1.0.35 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_NAME=cc CARGO_PKG_AUTHORS='Alex Crichton ' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=1.0.35 CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cc-rs' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/cc 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_VERSION_MINOR=0 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cc-rs' CARGO_PKG_VERSION_MAJOR=1 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name cc /rustc-1.37.0+dfsg1/vendor/cc/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=4b812530395b03e3 -C extra-filename=-4b812530395b03e3 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "cc" "/rustc-1.37.0+dfsg1/vendor/cc/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=4b812530395b03e3-rustc" "-C" "extra-filename=-4b812530395b03e3" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--cap-lints" "warn" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling unwind v0.0.0 (/rustc-1.37.0+dfsg1/src/libunwind) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=unwind CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/libunwind CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name build_script_build src/libunwind/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 -C metadata=8347211430b2b7f1 -C extra-filename=-8347211430b2b7f1 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/unwind-8347211430b2b7f1 -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "build_script_build" "src/libunwind/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "-C" "metadata=8347211430b2b7f1-rustc" "-C" "extra-filename=-8347211430b2b7f1" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/unwind-8347211430b2b7f1" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling build_helper v0.1.0 (/rustc-1.37.0+dfsg1/src/build_helper) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=build_helper CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/build_helper CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name build_helper src/build_helper/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=a8eaebd075535e17 -C extra-filename=-a8eaebd075535e17 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "build_helper" "src/build_helper/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=a8eaebd075535e17-rustc" "-C" "extra-filename=-a8eaebd075535e17" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling autocfg v0.1.4 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_NAME=autocfg CARGO_PKG_AUTHORS='Josh Stone ' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/autocfg CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name autocfg /rustc-1.37.0+dfsg1/vendor/autocfg/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=8a5250b38b526aa7 -C extra-filename=-8a5250b38b526aa7 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "autocfg" "/rustc-1.37.0+dfsg1/vendor/autocfg/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=8a5250b38b526aa7-rustc" "-C" "extra-filename=-8a5250b38b526aa7" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--cap-lints" "warn" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: hidden lifetime parameters in types are deprecated --> /rustc-1.37.0+dfsg1/vendor/autocfg/src/error.rs:29:27 | 29 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/autocfg/src/error.rs:18:32 | 18 | fn cause(&self) -> Option<&error::Error> { | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` | = note: `-W bare-trait-objects` implied by `-W rust-2018-idioms` warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/autocfg/src/lib.rs:301:16 | 301 | 'A'...'Z' | 'a'...'z' | '0'...'9' => c, | ^^^ help: use `..=` for an inclusive range | = note: `-W ellipsis-inclusive-range-patterns` implied by `-W rust-2018-idioms` warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/autocfg/src/lib.rs:301:28 | 301 | 'A'...'Z' | 'a'...'z' | '0'...'9' => c, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/autocfg/src/lib.rs:301:40 | 301 | 'A'...'Z' | 'a'...'z' | '0'...'9' => c, | ^^^ help: use `..=` for an inclusive range Running `/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/compiler_builtins-ff383fa35fa80fcd/build-script-build` [compiler_builtins 0.1.16] cargo:rerun-if-changed=build.rs [compiler_builtins 0.1.16] cargo:compiler-rt=/rustc-1.37.0+dfsg1/vendor/compiler_builtins/compiler-rt Running `/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/libc-21376447b79431a1/build-script-build` Compiling backtrace-sys v0.1.27 [libc 0.2.54] cargo:rustc-cfg=libc_priv_mod_use [libc 0.2.54] cargo:rustc-cfg=libc_union [libc 0.2.54] cargo:rustc-cfg=libc_const_size_of [libc 0.2.54] cargo:rustc-cfg=libc_align [libc 0.2.54] cargo:rustc-cfg=libc_core_cvoid [libc 0.2.54] cargo:rustc-cfg=libc_packedN Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_NAME=backtrace-sys CARGO_PKG_AUTHORS='Alex Crichton ' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.27 CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/backtrace-rs' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/backtrace-sys CARGO_PKG_DESCRIPTION='Bindings to the libbacktrace gcc library ' CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/backtrace-rs' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/backtrace-sys/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -C metadata=f4c73c96b396b29b -C extra-filename=-f4c73c96b396b29b --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/backtrace-sys-f4c73c96b396b29b -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern cc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcc-4b812530395b03e3.rlib --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "build_script_build" "/rustc-1.37.0+dfsg1/vendor/backtrace-sys/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "--cfg" "feature=\"compiler_builtins\"" "--cfg" "feature=\"core\"" "--cfg" "feature=\"rustc-dep-of-std\"" "-C" "metadata=f4c73c96b396b29b-rustc" "-C" "extra-filename=-f4c73c96b396b29b" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/backtrace-sys-f4c73c96b396b29b" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "cc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcc-4b812530395b03e3.rlib" "--cap-lints" "warn" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling cmake v0.1.38 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_NAME=cmake CARGO_PKG_AUTHORS='Alex Crichton ' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.38 CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cmake-rs' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/cmake CARGO_PKG_DESCRIPTION='A build dependency for running `cmake` to build a native library ' CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cmake-rs' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name cmake /rustc-1.37.0+dfsg1/vendor/cmake/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=bf2ae6cf1d619200 -C extra-filename=-bf2ae6cf1d619200 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern cc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcc-4b812530395b03e3.rlib --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "cmake" "/rustc-1.37.0+dfsg1/vendor/cmake/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=bf2ae6cf1d619200-rustc" "-C" "extra-filename=-bf2ae6cf1d619200" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "cc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcc-4b812530395b03e3.rlib" "--cap-lints" "warn" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling std v0.0.0 (/rustc-1.37.0+dfsg1/src/libstd) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=std CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/libstd CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name build_script_build src/libstd/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="panic-unwind"' --cfg 'feature="panic_unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' -C metadata=8ce857d6b878351e -C extra-filename=-8ce857d6b878351e --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/std-8ce857d6b878351e -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern cc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcc-4b812530395b03e3.rlib` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "build_script_build" "src/libstd/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "--cfg" "feature=\"backtrace\"" "--cfg" "feature=\"default\"" "--cfg" "feature=\"panic-unwind\"" "--cfg" "feature=\"panic_unwind\"" "--cfg" "feature=\"std_detect_dlsym_getauxval\"" "--cfg" "feature=\"std_detect_file_io\"" "-C" "metadata=8ce857d6b878351e-rustc" "-C" "extra-filename=-8ce857d6b878351e" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/std-8ce857d6b878351e" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "cc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcc-4b812530395b03e3.rlib" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling backtrace v0.3.29 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=29 CARGO_PKG_NAME=backtrace CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.3.29 CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/backtrace-rs' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/backtrace CARGO_PKG_DESCRIPTION='A library to acquire a stack trace (backtrace) at runtime in a Rust program. ' CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/backtrace/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 --cfg 'feature="backtrace-sys"' --cfg 'feature="cfg-if"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="dbghelp"' --cfg 'feature="dladdr"' --cfg 'feature="libbacktrace"' --cfg 'feature="libc"' --cfg 'feature="libunwind"' --cfg 'feature="rustc-demangle"' --cfg 'feature="rustc-dep-of-std"' -C metadata=af7bebdfee58f352 -C extra-filename=-af7bebdfee58f352 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/backtrace-af7bebdfee58f352 -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern autocfg=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libautocfg-8a5250b38b526aa7.rlib --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "build_script_build" "/rustc-1.37.0+dfsg1/vendor/backtrace/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "--cfg" "feature=\"backtrace-sys\"" "--cfg" "feature=\"cfg-if\"" "--cfg" "feature=\"compiler_builtins\"" "--cfg" "feature=\"core\"" "--cfg" "feature=\"dbghelp\"" "--cfg" "feature=\"dladdr\"" "--cfg" "feature=\"libbacktrace\"" "--cfg" "feature=\"libc\"" "--cfg" "feature=\"libunwind\"" "--cfg" "feature=\"rustc-demangle\"" "--cfg" "feature=\"rustc-dep-of-std\"" "-C" "metadata=af7bebdfee58f352-rustc" "-C" "extra-filename=-af7bebdfee58f352" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/backtrace-af7bebdfee58f352" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "autocfg=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libautocfg-8a5250b38b526aa7.rlib" "--cap-lints" "warn" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Running `/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/unwind-8347211430b2b7f1/build-script-build` [unwind 0.0.0] cargo:rerun-if-changed=build.rs [unwind 0.0.0] cargo:rustc-link-lib=gcc_s Running `/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/backtrace-sys-f4c73c96b396b29b/build-script-build` [backtrace-sys 0.1.27] cargo:rustc-cfg=rdos [backtrace-sys 0.1.27] TARGET = Some("x86_64-unknown-linux-gnu") [backtrace-sys 0.1.27] OPT_LEVEL = Some("2") [backtrace-sys 0.1.27] HOST = Some("x86_64-unknown-linux-gnu") [backtrace-sys 0.1.27] CC_x86_64-unknown-linux-gnu = Some("cc") [backtrace-sys 0.1.27] CFLAGS_x86_64-unknown-linux-gnu = Some("-ffunction-sections -fdata-sections -fPIC -m64 -g -fdebug-prefix-map=/rustc-1.37.0+dfsg1=. -fstack-protector-strong -Wformat -Werror=format-security") [backtrace-sys 0.1.27] CRATE_CC_NO_DEFAULTS = None [backtrace-sys 0.1.27] CARGO_CFG_TARGET_FEATURE = Some("fxsr,mmx,sse,sse2") [backtrace-sys 0.1.27] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-g" "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=." "-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-I" "src/libbacktrace" "-I" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out" "-fvisibility=hidden" "-DBACKTRACE_ELF_SIZE=64" "-DBACKTRACE_SUPPORTED=1" "-DBACKTRACE_USES_MALLOC=1" "-DBACKTRACE_SUPPORTS_THREADS=0" "-DBACKTRACE_SUPPORTS_DATA=0" "-DHAVE_DL_ITERATE_PHDR=1" "-D_GNU_SOURCE=1" "-D_LARGE_FILES=1" "-Dbacktrace_full=__rdos_backtrace_full" "-Dbacktrace_dwarf_add=__rdos_backtrace_dwarf_add" "-Dbacktrace_initialize=__rdos_backtrace_initialize" "-Dbacktrace_pcinfo=__rdos_backtrace_pcinfo" "-Dbacktrace_syminfo=__rdos_backtrace_syminfo" "-Dbacktrace_get_view=__rdos_backtrace_get_view" "-Dbacktrace_release_view=__rdos_backtrace_release_view" "-Dbacktrace_alloc=__rdos_backtrace_alloc" "-Dbacktrace_free=__rdos_backtrace_free" "-Dbacktrace_vector_finish=__rdos_backtrace_vector_finish" "-Dbacktrace_vector_grow=__rdos_backtrace_vector_grow" "-Dbacktrace_vector_release=__rdos_backtrace_vector_release" "-Dbacktrace_close=__rdos_backtrace_close" "-Dbacktrace_open=__rdos_backtrace_open" "-Dbacktrace_print=__rdos_backtrace_print" "-Dbacktrace_simple=__rdos_backtrace_simple" "-Dbacktrace_qsort=__rdos_backtrace_qsort" "-Dbacktrace_create_state=__rdos_backtrace_create_state" "-Dbacktrace_uncompress_zdebug=__rdos_backtrace_uncompress_zdebug" "-o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/alloc.o" "-c" "src/libbacktrace/alloc.c" [backtrace-sys 0.1.27] exit code: 0 [backtrace-sys 0.1.27] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-g" "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=." "-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-I" "src/libbacktrace" "-I" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out" "-fvisibility=hidden" "-DBACKTRACE_ELF_SIZE=64" "-DBACKTRACE_SUPPORTED=1" "-DBACKTRACE_USES_MALLOC=1" "-DBACKTRACE_SUPPORTS_THREADS=0" "-DBACKTRACE_SUPPORTS_DATA=0" "-DHAVE_DL_ITERATE_PHDR=1" "-D_GNU_SOURCE=1" "-D_LARGE_FILES=1" "-Dbacktrace_full=__rdos_backtrace_full" "-Dbacktrace_dwarf_add=__rdos_backtrace_dwarf_add" "-Dbacktrace_initialize=__rdos_backtrace_initialize" "-Dbacktrace_pcinfo=__rdos_backtrace_pcinfo" "-Dbacktrace_syminfo=__rdos_backtrace_syminfo" "-Dbacktrace_get_view=__rdos_backtrace_get_view" "-Dbacktrace_release_view=__rdos_backtrace_release_view" "-Dbacktrace_alloc=__rdos_backtrace_alloc" "-Dbacktrace_free=__rdos_backtrace_free" "-Dbacktrace_vector_finish=__rdos_backtrace_vector_finish" "-Dbacktrace_vector_grow=__rdos_backtrace_vector_grow" "-Dbacktrace_vector_release=__rdos_backtrace_vector_release" "-Dbacktrace_close=__rdos_backtrace_close" "-Dbacktrace_open=__rdos_backtrace_open" "-Dbacktrace_print=__rdos_backtrace_print" "-Dbacktrace_simple=__rdos_backtrace_simple" "-Dbacktrace_qsort=__rdos_backtrace_qsort" "-Dbacktrace_create_state=__rdos_backtrace_create_state" "-Dbacktrace_uncompress_zdebug=__rdos_backtrace_uncompress_zdebug" "-o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/dwarf.o" "-c" "src/libbacktrace/dwarf.c" [backtrace-sys 0.1.27] exit code: 0 [backtrace-sys 0.1.27] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-g" "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=." "-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-I" "src/libbacktrace" "-I" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out" "-fvisibility=hidden" "-DBACKTRACE_ELF_SIZE=64" "-DBACKTRACE_SUPPORTED=1" "-DBACKTRACE_USES_MALLOC=1" "-DBACKTRACE_SUPPORTS_THREADS=0" "-DBACKTRACE_SUPPORTS_DATA=0" "-DHAVE_DL_ITERATE_PHDR=1" "-D_GNU_SOURCE=1" "-D_LARGE_FILES=1" "-Dbacktrace_full=__rdos_backtrace_full" "-Dbacktrace_dwarf_add=__rdos_backtrace_dwarf_add" "-Dbacktrace_initialize=__rdos_backtrace_initialize" "-Dbacktrace_pcinfo=__rdos_backtrace_pcinfo" "-Dbacktrace_syminfo=__rdos_backtrace_syminfo" "-Dbacktrace_get_view=__rdos_backtrace_get_view" "-Dbacktrace_release_view=__rdos_backtrace_release_view" "-Dbacktrace_alloc=__rdos_backtrace_alloc" "-Dbacktrace_free=__rdos_backtrace_free" "-Dbacktrace_vector_finish=__rdos_backtrace_vector_finish" "-Dbacktrace_vector_grow=__rdos_backtrace_vector_grow" "-Dbacktrace_vector_release=__rdos_backtrace_vector_release" "-Dbacktrace_close=__rdos_backtrace_close" "-Dbacktrace_open=__rdos_backtrace_open" "-Dbacktrace_print=__rdos_backtrace_print" "-Dbacktrace_simple=__rdos_backtrace_simple" "-Dbacktrace_qsort=__rdos_backtrace_qsort" "-Dbacktrace_create_state=__rdos_backtrace_create_state" "-Dbacktrace_uncompress_zdebug=__rdos_backtrace_uncompress_zdebug" "-o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/fileline.o" "-c" "src/libbacktrace/fileline.c" [backtrace-sys 0.1.27] exit code: 0 [backtrace-sys 0.1.27] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-g" "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=." "-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-I" "src/libbacktrace" "-I" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out" "-fvisibility=hidden" "-DBACKTRACE_ELF_SIZE=64" "-DBACKTRACE_SUPPORTED=1" "-DBACKTRACE_USES_MALLOC=1" "-DBACKTRACE_SUPPORTS_THREADS=0" "-DBACKTRACE_SUPPORTS_DATA=0" "-DHAVE_DL_ITERATE_PHDR=1" "-D_GNU_SOURCE=1" "-D_LARGE_FILES=1" "-Dbacktrace_full=__rdos_backtrace_full" "-Dbacktrace_dwarf_add=__rdos_backtrace_dwarf_add" "-Dbacktrace_initialize=__rdos_backtrace_initialize" "-Dbacktrace_pcinfo=__rdos_backtrace_pcinfo" "-Dbacktrace_syminfo=__rdos_backtrace_syminfo" "-Dbacktrace_get_view=__rdos_backtrace_get_view" "-Dbacktrace_release_view=__rdos_backtrace_release_view" "-Dbacktrace_alloc=__rdos_backtrace_alloc" "-Dbacktrace_free=__rdos_backtrace_free" "-Dbacktrace_vector_finish=__rdos_backtrace_vector_finish" "-Dbacktrace_vector_grow=__rdos_backtrace_vector_grow" "-Dbacktrace_vector_release=__rdos_backtrace_vector_release" "-Dbacktrace_close=__rdos_backtrace_close" "-Dbacktrace_open=__rdos_backtrace_open" "-Dbacktrace_print=__rdos_backtrace_print" "-Dbacktrace_simple=__rdos_backtrace_simple" "-Dbacktrace_qsort=__rdos_backtrace_qsort" "-Dbacktrace_create_state=__rdos_backtrace_create_state" "-Dbacktrace_uncompress_zdebug=__rdos_backtrace_uncompress_zdebug" "-o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/posix.o" "-c" "src/libbacktrace/posix.c" [backtrace-sys 0.1.27] exit code: 0 [backtrace-sys 0.1.27] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-g" "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=." "-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-I" "src/libbacktrace" "-I" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out" "-fvisibility=hidden" "-DBACKTRACE_ELF_SIZE=64" "-DBACKTRACE_SUPPORTED=1" "-DBACKTRACE_USES_MALLOC=1" "-DBACKTRACE_SUPPORTS_THREADS=0" "-DBACKTRACE_SUPPORTS_DATA=0" "-DHAVE_DL_ITERATE_PHDR=1" "-D_GNU_SOURCE=1" "-D_LARGE_FILES=1" "-Dbacktrace_full=__rdos_backtrace_full" "-Dbacktrace_dwarf_add=__rdos_backtrace_dwarf_add" "-Dbacktrace_initialize=__rdos_backtrace_initialize" "-Dbacktrace_pcinfo=__rdos_backtrace_pcinfo" "-Dbacktrace_syminfo=__rdos_backtrace_syminfo" "-Dbacktrace_get_view=__rdos_backtrace_get_view" "-Dbacktrace_release_view=__rdos_backtrace_release_view" "-Dbacktrace_alloc=__rdos_backtrace_alloc" "-Dbacktrace_free=__rdos_backtrace_free" "-Dbacktrace_vector_finish=__rdos_backtrace_vector_finish" "-Dbacktrace_vector_grow=__rdos_backtrace_vector_grow" "-Dbacktrace_vector_release=__rdos_backtrace_vector_release" "-Dbacktrace_close=__rdos_backtrace_close" "-Dbacktrace_open=__rdos_backtrace_open" "-Dbacktrace_print=__rdos_backtrace_print" "-Dbacktrace_simple=__rdos_backtrace_simple" "-Dbacktrace_qsort=__rdos_backtrace_qsort" "-Dbacktrace_create_state=__rdos_backtrace_create_state" "-Dbacktrace_uncompress_zdebug=__rdos_backtrace_uncompress_zdebug" "-o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/read.o" "-c" "src/libbacktrace/read.c" [backtrace-sys 0.1.27] exit code: 0 [backtrace-sys 0.1.27] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-g" "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=." "-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-I" "src/libbacktrace" "-I" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out" "-fvisibility=hidden" "-DBACKTRACE_ELF_SIZE=64" "-DBACKTRACE_SUPPORTED=1" "-DBACKTRACE_USES_MALLOC=1" "-DBACKTRACE_SUPPORTS_THREADS=0" "-DBACKTRACE_SUPPORTS_DATA=0" "-DHAVE_DL_ITERATE_PHDR=1" "-D_GNU_SOURCE=1" "-D_LARGE_FILES=1" "-Dbacktrace_full=__rdos_backtrace_full" "-Dbacktrace_dwarf_add=__rdos_backtrace_dwarf_add" "-Dbacktrace_initialize=__rdos_backtrace_initialize" "-Dbacktrace_pcinfo=__rdos_backtrace_pcinfo" "-Dbacktrace_syminfo=__rdos_backtrace_syminfo" "-Dbacktrace_get_view=__rdos_backtrace_get_view" "-Dbacktrace_release_view=__rdos_backtrace_release_view" "-Dbacktrace_alloc=__rdos_backtrace_alloc" "-Dbacktrace_free=__rdos_backtrace_free" "-Dbacktrace_vector_finish=__rdos_backtrace_vector_finish" "-Dbacktrace_vector_grow=__rdos_backtrace_vector_grow" "-Dbacktrace_vector_release=__rdos_backtrace_vector_release" "-Dbacktrace_close=__rdos_backtrace_close" "-Dbacktrace_open=__rdos_backtrace_open" "-Dbacktrace_print=__rdos_backtrace_print" "-Dbacktrace_simple=__rdos_backtrace_simple" "-Dbacktrace_qsort=__rdos_backtrace_qsort" "-Dbacktrace_create_state=__rdos_backtrace_create_state" "-Dbacktrace_uncompress_zdebug=__rdos_backtrace_uncompress_zdebug" "-o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/sort.o" "-c" "src/libbacktrace/sort.c" [backtrace-sys 0.1.27] exit code: 0 [backtrace-sys 0.1.27] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-g" "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=." "-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-I" "src/libbacktrace" "-I" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out" "-fvisibility=hidden" "-DBACKTRACE_ELF_SIZE=64" "-DBACKTRACE_SUPPORTED=1" "-DBACKTRACE_USES_MALLOC=1" "-DBACKTRACE_SUPPORTS_THREADS=0" "-DBACKTRACE_SUPPORTS_DATA=0" "-DHAVE_DL_ITERATE_PHDR=1" "-D_GNU_SOURCE=1" "-D_LARGE_FILES=1" "-Dbacktrace_full=__rdos_backtrace_full" "-Dbacktrace_dwarf_add=__rdos_backtrace_dwarf_add" "-Dbacktrace_initialize=__rdos_backtrace_initialize" "-Dbacktrace_pcinfo=__rdos_backtrace_pcinfo" "-Dbacktrace_syminfo=__rdos_backtrace_syminfo" "-Dbacktrace_get_view=__rdos_backtrace_get_view" "-Dbacktrace_release_view=__rdos_backtrace_release_view" "-Dbacktrace_alloc=__rdos_backtrace_alloc" "-Dbacktrace_free=__rdos_backtrace_free" "-Dbacktrace_vector_finish=__rdos_backtrace_vector_finish" "-Dbacktrace_vector_grow=__rdos_backtrace_vector_grow" "-Dbacktrace_vector_release=__rdos_backtrace_vector_release" "-Dbacktrace_close=__rdos_backtrace_close" "-Dbacktrace_open=__rdos_backtrace_open" "-Dbacktrace_print=__rdos_backtrace_print" "-Dbacktrace_simple=__rdos_backtrace_simple" "-Dbacktrace_qsort=__rdos_backtrace_qsort" "-Dbacktrace_create_state=__rdos_backtrace_create_state" "-Dbacktrace_uncompress_zdebug=__rdos_backtrace_uncompress_zdebug" "-o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/state.o" "-c" "src/libbacktrace/state.c" [backtrace-sys 0.1.27] exit code: 0 [backtrace-sys 0.1.27] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-g" "-fdebug-prefix-map=/rustc-1.37.0+dfsg1=." "-fstack-protector-strong" "-Wformat" "-Werror=format-security" "-I" "src/libbacktrace" "-I" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out" "-fvisibility=hidden" "-DBACKTRACE_ELF_SIZE=64" "-DBACKTRACE_SUPPORTED=1" "-DBACKTRACE_USES_MALLOC=1" "-DBACKTRACE_SUPPORTS_THREADS=0" "-DBACKTRACE_SUPPORTS_DATA=0" "-DHAVE_DL_ITERATE_PHDR=1" "-D_GNU_SOURCE=1" "-D_LARGE_FILES=1" "-Dbacktrace_full=__rdos_backtrace_full" "-Dbacktrace_dwarf_add=__rdos_backtrace_dwarf_add" "-Dbacktrace_initialize=__rdos_backtrace_initialize" "-Dbacktrace_pcinfo=__rdos_backtrace_pcinfo" "-Dbacktrace_syminfo=__rdos_backtrace_syminfo" "-Dbacktrace_get_view=__rdos_backtrace_get_view" "-Dbacktrace_release_view=__rdos_backtrace_release_view" "-Dbacktrace_alloc=__rdos_backtrace_alloc" "-Dbacktrace_free=__rdos_backtrace_free" "-Dbacktrace_vector_finish=__rdos_backtrace_vector_finish" "-Dbacktrace_vector_grow=__rdos_backtrace_vector_grow" "-Dbacktrace_vector_release=__rdos_backtrace_vector_release" "-Dbacktrace_close=__rdos_backtrace_close" "-Dbacktrace_open=__rdos_backtrace_open" "-Dbacktrace_print=__rdos_backtrace_print" "-Dbacktrace_simple=__rdos_backtrace_simple" "-Dbacktrace_qsort=__rdos_backtrace_qsort" "-Dbacktrace_create_state=__rdos_backtrace_create_state" "-Dbacktrace_uncompress_zdebug=__rdos_backtrace_uncompress_zdebug" "-o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/elf.o" "-c" "src/libbacktrace/elf.c" [backtrace-sys 0.1.27] exit code: 0 [backtrace-sys 0.1.27] AR_x86_64-unknown-linux-gnu = Some("ar") [backtrace-sys 0.1.27] running: "ar" "crs" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/libbacktrace.a" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/alloc.o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/dwarf.o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/fileline.o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/posix.o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/read.o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/sort.o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/state.o" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out/src/libbacktrace/elf.o" [backtrace-sys 0.1.27] exit code: 0 [backtrace-sys 0.1.27] cargo:rustc-link-lib=static=backtrace [backtrace-sys 0.1.27] cargo:rustc-link-search=native=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out Compiling rustc_msan v0.0.0 (/rustc-1.37.0+dfsg1/src/librustc_msan) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc_msan CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/librustc_msan CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name build_script_build src/librustc_msan/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 -C metadata=5ff71b68a14dc742 -C extra-filename=-5ff71b68a14dc742 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/rustc_msan-5ff71b68a14dc742 -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern build_helper=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libbuild_helper-a8eaebd075535e17.rlib --extern cmake=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcmake-bf2ae6cf1d619200.rlib` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "build_script_build" "src/librustc_msan/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "-C" "metadata=5ff71b68a14dc742-rustc" "-C" "extra-filename=-5ff71b68a14dc742" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/rustc_msan-5ff71b68a14dc742" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "build_helper=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libbuild_helper-a8eaebd075535e17.rlib" "--extern" "cmake=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcmake-bf2ae6cf1d619200.rlib" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling rustc_tsan v0.0.0 (/rustc-1.37.0+dfsg1/src/librustc_tsan) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc_tsan CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/librustc_tsan CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name build_script_build src/librustc_tsan/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 -C metadata=7608476f8d68efb0 -C extra-filename=-7608476f8d68efb0 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/rustc_tsan-7608476f8d68efb0 -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern build_helper=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libbuild_helper-a8eaebd075535e17.rlib --extern cmake=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcmake-bf2ae6cf1d619200.rlib` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "build_script_build" "src/librustc_tsan/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "-C" "metadata=7608476f8d68efb0-rustc" "-C" "extra-filename=-7608476f8d68efb0" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/rustc_tsan-7608476f8d68efb0" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "build_helper=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libbuild_helper-a8eaebd075535e17.rlib" "--extern" "cmake=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcmake-bf2ae6cf1d619200.rlib" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling rustc_lsan v0.0.0 (/rustc-1.37.0+dfsg1/src/librustc_lsan) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc_lsan CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/librustc_lsan CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name build_script_build src/librustc_lsan/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 -C metadata=7321f6e9dd5e6342 -C extra-filename=-7321f6e9dd5e6342 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/rustc_lsan-7321f6e9dd5e6342 -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern build_helper=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libbuild_helper-a8eaebd075535e17.rlib --extern cmake=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcmake-bf2ae6cf1d619200.rlib` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "build_script_build" "src/librustc_lsan/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "-C" "metadata=7321f6e9dd5e6342-rustc" "-C" "extra-filename=-7321f6e9dd5e6342" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/rustc_lsan-7321f6e9dd5e6342" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "build_helper=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libbuild_helper-a8eaebd075535e17.rlib" "--extern" "cmake=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcmake-bf2ae6cf1d619200.rlib" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling rustc_asan v0.0.0 (/rustc-1.37.0+dfsg1/src/librustc_asan) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc_asan CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/librustc_asan CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name build_script_build src/librustc_asan/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 -C metadata=6211c19b7a53f54c -C extra-filename=-6211c19b7a53f54c --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/rustc_asan-6211c19b7a53f54c -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern build_helper=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libbuild_helper-a8eaebd075535e17.rlib --extern cmake=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcmake-bf2ae6cf1d619200.rlib` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "build_script_build" "src/librustc_asan/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "-C" "metadata=6211c19b7a53f54c-rustc" "-C" "extra-filename=-6211c19b7a53f54c" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/rustc_asan-6211c19b7a53f54c" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "build_helper=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libbuild_helper-a8eaebd075535e17.rlib" "--extern" "cmake=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps/libcmake-bf2ae6cf1d619200.rlib" "-Cdebuginfo=2" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Running `/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/std-8ce857d6b878351e/build-script-build` [std 0.0.0] cargo:rustc-link-lib=dl [std 0.0.0] cargo:rustc-link-lib=rt [std 0.0.0] cargo:rustc-link-lib=pthread Running `/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/backtrace-af7bebdfee58f352/build-script-build` [backtrace 0.3.29] rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "probe0" "--crate-type=lib" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-a4111e6fb39b3e93/out" "--emit=llvm-ir" "--target" "x86_64-unknown-linux-gnu" "-" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" [backtrace 0.3.29] sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" [backtrace 0.3.29] libdir: "/usr/lib" [backtrace 0.3.29] error[E0463]: can't find crate for `std` [backtrace 0.3.29] [backtrace 0.3.29] error: aborting due to previous error [backtrace 0.3.29] [backtrace 0.3.29] For more information about this error, try `rustc --explain E0463`. [backtrace 0.3.29] [backtrace 0.3.29] Did not run successfully: Ok(ExitStatus(ExitStatus(256))) [backtrace 0.3.29] "/usr/bin/rustc" "--crate-name" "probe0" "--crate-type=lib" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-a4111e6fb39b3e93/out" "--emit=llvm-ir" "--target" "x86_64-unknown-linux-gnu" "-" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" [backtrace 0.3.29] ------------- [backtrace 0.3.29] AR_x86_64-unknown-linux-gnu=ar [backtrace 0.3.29] BOOTSTRAP_PARENT_ID=8776 [backtrace 0.3.29] BOOTSTRAP_PYTHON=/usr/bin/python [backtrace 0.3.29] BUILD=x86_64-unknown-linux-gnu [backtrace 0.3.29] BUILD_DIR=/rustc-1.37.0+dfsg1/build [backtrace 0.3.29] CARGO=/usr/bin/cargo [backtrace 0.3.29] CARGO_CFG_PROC_MACRO= [backtrace 0.3.29] CARGO_CFG_TARGET_ARCH=x86_64 [backtrace 0.3.29] CARGO_CFG_TARGET_ENDIAN=little [backtrace 0.3.29] CARGO_CFG_TARGET_ENV=gnu [backtrace 0.3.29] CARGO_CFG_TARGET_FAMILY=unix [backtrace 0.3.29] CARGO_CFG_TARGET_FEATURE=fxsr,mmx,sse,sse2 [backtrace 0.3.29] CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,cas,ptr [backtrace 0.3.29] CARGO_CFG_TARGET_OS=linux [backtrace 0.3.29] CARGO_CFG_TARGET_POINTER_WIDTH=64 [backtrace 0.3.29] CARGO_CFG_TARGET_THREAD_LOCAL= [backtrace 0.3.29] CARGO_CFG_TARGET_VENDOR=unknown [backtrace 0.3.29] CARGO_CFG_UNIX= [backtrace 0.3.29] CARGO_FEATURE_BACKTRACE_SYS=1 [backtrace 0.3.29] CARGO_FEATURE_CFG_IF=1 [backtrace 0.3.29] CARGO_FEATURE_COMPILER_BUILTINS=1 [backtrace 0.3.29] CARGO_FEATURE_CORE=1 [backtrace 0.3.29] CARGO_FEATURE_DBGHELP=1 [backtrace 0.3.29] CARGO_FEATURE_DLADDR=1 [backtrace 0.3.29] CARGO_FEATURE_LIBBACKTRACE=1 [backtrace 0.3.29] CARGO_FEATURE_LIBC=1 [backtrace 0.3.29] CARGO_FEATURE_LIBUNWIND=1 [backtrace 0.3.29] CARGO_FEATURE_RUSTC_DEMANGLE=1 [backtrace 0.3.29] CARGO_FEATURE_RUSTC_DEP_OF_STD=1 [backtrace 0.3.29] CARGO_HOME=/rustc-1.37.0+dfsg1/debian/cargo [backtrace 0.3.29] CARGO_INCREMENTAL=0 [backtrace 0.3.29] CARGO_MAKEFLAGS=--jobserver-fds=3,4 -j --jobserver-auth=3,4 -j [backtrace 0.3.29] CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/backtrace [backtrace 0.3.29] CARGO_PKG_AUTHORS=The Rust Project Developers [backtrace 0.3.29] CARGO_PKG_DESCRIPTION=A library to acquire a stack trace (backtrace) at runtime in a Rust program. [backtrace 0.3.29] [backtrace 0.3.29] CARGO_PKG_HOMEPAGE=https://github.com/rust-lang/backtrace-rs [backtrace 0.3.29] CARGO_PKG_NAME=backtrace [backtrace 0.3.29] CARGO_PKG_REPOSITORY=https://github.com/rust-lang/backtrace-rs [backtrace 0.3.29] CARGO_PKG_VERSION=0.3.29 [backtrace 0.3.29] CARGO_PKG_VERSION_MAJOR=0 [backtrace 0.3.29] CARGO_PKG_VERSION_MINOR=3 [backtrace 0.3.29] CARGO_PKG_VERSION_PATCH=29 [backtrace 0.3.29] CARGO_PKG_VERSION_PRE= [backtrace 0.3.29] CARGO_TARGET_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std [backtrace 0.3.29] CC_x86_64-unknown-linux-gnu=cc [backtrace 0.3.29] CFG_COMPILER_HOST_TRIPLE=x86_64-unknown-linux-gnu [backtrace 0.3.29] CFG_RELEASE_CHANNEL=stable [backtrace 0.3.29] CFLAGS=-g -O2 -fdebug-prefix-map=/rustc-1.37.0+dfsg1=. -fstack-protector-strong -Wformat -Werror=format-security [backtrace 0.3.29] CFLAGS_x86_64-unknown-linux-gnu=-ffunction-sections -fdata-sections -fPIC -m64 -g -fdebug-prefix-map=/rustc-1.37.0+dfsg1=. -fstack-protector-strong -Wformat -Werror=format-security [backtrace 0.3.29] CONFIG_SITE=/etc/dpkg-cross/cross-config.armhf [backtrace 0.3.29] CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 [backtrace 0.3.29] CXXFLAGS=-g -O2 -fdebug-prefix-map=/rustc-1.37.0+dfsg1=. -fstack-protector-strong -Wformat -Werror=format-security [backtrace 0.3.29] CXXFLAGS_x86_64-unknown-linux-gnu=-ffunction-sections -fdata-sections -fPIC -m64 -g -fdebug-prefix-map=/rustc-1.37.0+dfsg1=. -fstack-protector-strong -Wformat -Werror=format-security [backtrace 0.3.29] CXX_x86_64-unknown-linux-gnu=c++ [backtrace 0.3.29] DEBUG=false [backtrace 0.3.29] DEB_BUILD_ARCH=amd64 [backtrace 0.3.29] DEB_BUILD_ARCH_ABI=base [backtrace 0.3.29] DEB_BUILD_ARCH_BITS=64 [backtrace 0.3.29] DEB_BUILD_ARCH_CPU=amd64 [backtrace 0.3.29] DEB_BUILD_ARCH_ENDIAN=little [backtrace 0.3.29] DEB_BUILD_ARCH_LIBC=gnu [backtrace 0.3.29] DEB_BUILD_ARCH_OS=linux [backtrace 0.3.29] DEB_BUILD_GNU_CPU=x86_64 [backtrace 0.3.29] DEB_BUILD_GNU_SYSTEM=linux-gnu [backtrace 0.3.29] DEB_BUILD_GNU_TYPE=x86_64-linux-gnu [backtrace 0.3.29] DEB_BUILD_MULTIARCH=x86_64-linux-gnu [backtrace 0.3.29] DEB_BUILD_OPTIONS=parallel=2 [backtrace 0.3.29] DEB_BUILD_PROFILES=cross nocheck [backtrace 0.3.29] DEB_HOST_ARCH=armhf [backtrace 0.3.29] DEB_HOST_ARCH_ABI=eabihf [backtrace 0.3.29] DEB_HOST_ARCH_BITS=32 [backtrace 0.3.29] DEB_HOST_ARCH_CPU=arm [backtrace 0.3.29] DEB_HOST_ARCH_ENDIAN=little [backtrace 0.3.29] DEB_HOST_ARCH_LIBC=gnu [backtrace 0.3.29] DEB_HOST_ARCH_OS=linux [backtrace 0.3.29] DEB_HOST_GNU_CPU=arm [backtrace 0.3.29] DEB_HOST_GNU_SYSTEM=linux-gnueabihf [backtrace 0.3.29] DEB_HOST_GNU_TYPE=arm-linux-gnueabihf [backtrace 0.3.29] DEB_HOST_MULTIARCH=arm-linux-gnueabihf [backtrace 0.3.29] DEB_HOST_RUST_TYPE=armv7-unknown-linux-gnueabihf [backtrace 0.3.29] DEB_RULES_REQUIRES_ROOT=binary-targets [backtrace 0.3.29] DEB_TARGET_ARCH=armhf [backtrace 0.3.29] DEB_TARGET_ARCH_ABI=eabihf [backtrace 0.3.29] DEB_TARGET_ARCH_BITS=32 [backtrace 0.3.29] DEB_TARGET_ARCH_CPU=arm [backtrace 0.3.29] DEB_TARGET_ARCH_ENDIAN=little [backtrace 0.3.29] DEB_TARGET_ARCH_LIBC=gnu [backtrace 0.3.29] DEB_TARGET_ARCH_OS=linux [backtrace 0.3.29] DEB_TARGET_GNU_CPU=arm [backtrace 0.3.29] DEB_TARGET_GNU_SYSTEM=linux-gnueabihf [backtrace 0.3.29] DEB_TARGET_GNU_TYPE=arm-linux-gnueabihf [backtrace 0.3.29] DEB_TARGET_MULTIARCH=arm-linux-gnueabihf [backtrace 0.3.29] DEP_COMPILER_RT_COMPILER_RT=/rustc-1.37.0+dfsg1/vendor/compiler_builtins/compiler-rt [backtrace 0.3.29] DH_INTERNAL_BUILDFLAGS=1 [backtrace 0.3.29] DH_INTERNAL_OPTIONS=-O--parallel-Nlibstd-rust-dev-wasm32-cross-Nrust-gdb-Nrust-lldb-Nrust-doc-Nrust-src-a [backtrace 0.3.29] DH_INTERNAL_OVERRIDE=dh_auto_build [backtrace 0.3.29] FCFLAGS=-g -O2 -fdebug-prefix-map=/rustc-1.37.0+dfsg1=. -fstack-protector-strong [backtrace 0.3.29] FFLAGS=-g -O2 -fdebug-prefix-map=/rustc-1.37.0+dfsg1=. -fstack-protector-strong [backtrace 0.3.29] GCJFLAGS=-g -O2 -fdebug-prefix-map=/rustc-1.37.0+dfsg1=. -fstack-protector-strong [backtrace 0.3.29] HOME=/root [backtrace 0.3.29] HOST=x86_64-unknown-linux-gnu [backtrace 0.3.29] LANG=en_GB.UTF-8 [backtrace 0.3.29] LANGUAGE=en_GB:en [backtrace 0.3.29] LDFLAGS=-Wl,-z,relro [backtrace 0.3.29] LD_LIBRARY_PATH=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib [backtrace 0.3.29] LOGNAME=root [backtrace 0.3.29] LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36: [backtrace 0.3.29] MAIL=/var/mail/root [backtrace 0.3.29] MAKELEVEL=2 [backtrace 0.3.29] NUM_JOBS=2 [backtrace 0.3.29] OBJCFLAGS=-g -O2 -fdebug-prefix-map=/rustc-1.37.0+dfsg1=. -fstack-protector-strong -Wformat -Werror=format-security [backtrace 0.3.29] OBJCXXFLAGS=-g -O2 -fdebug-prefix-map=/rustc-1.37.0+dfsg1=. -fstack-protector-strong -Wformat -Werror=format-security [backtrace 0.3.29] OLDPWD=/ [backtrace 0.3.29] OPT_LEVEL=2 [backtrace 0.3.29] OUT_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-a4111e6fb39b3e93/out [backtrace 0.3.29] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [backtrace 0.3.29] PERL_USE_UNSAFE_INC=1 [backtrace 0.3.29] PROFILE=release [backtrace 0.3.29] PWD=/rustc-1.37.0+dfsg1 [backtrace 0.3.29] RANLIB_x86_64-unknown-linux-gnu=ar s [backtrace 0.3.29] REAL_LIBRARY_PATH_VAR=LD_LIBRARY_PATH [backtrace 0.3.29] RUSTBUILD_NATIVE_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/native [backtrace 0.3.29] RUSTC=/rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc [backtrace 0.3.29] RUSTC_BACKTRACE_ON_ICE=1 [backtrace 0.3.29] RUSTC_BOOTSTRAP=1 [backtrace 0.3.29] RUSTC_DEBUGINFO_LEVEL=2 [backtrace 0.3.29] RUSTC_DEBUG_ASSERTIONS=false [backtrace 0.3.29] RUSTC_DENY_WARNINGS=1 [backtrace 0.3.29] RUSTC_ERROR_METADATA_DST=/rustc-1.37.0+dfsg1/build/tmp/extended-error-metadata [backtrace 0.3.29] RUSTC_FORCE_UNSTABLE=1 [backtrace 0.3.29] RUSTC_HOST_LINKER=x86_64-linux-gnu-gcc [backtrace 0.3.29] RUSTC_LIBDIR=/usr/lib [backtrace 0.3.29] RUSTC_METADATA_SUFFIX=rustc [backtrace 0.3.29] RUSTC_ON_FAIL=env [backtrace 0.3.29] RUSTC_REAL=/usr/bin/rustc [backtrace 0.3.29] RUSTC_RPATH=false [backtrace 0.3.29] RUSTC_SNAPSHOT=/usr/bin/rustc [backtrace 0.3.29] RUSTC_SNAPSHOT_LIBDIR=/usr/lib [backtrace 0.3.29] RUSTC_STAGE=1 [backtrace 0.3.29] RUSTC_SYSROOT=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot [backtrace 0.3.29] RUSTC_TARGET_LINKER=x86_64-linux-gnu-gcc [backtrace 0.3.29] RUSTC_VERBOSE=3 [backtrace 0.3.29] RUSTDOC=/rustc-1.37.0+dfsg1/build/bootstrap/debug/rustdoc [backtrace 0.3.29] RUSTDOC_CRATE_VERSION=1.37.0 [backtrace 0.3.29] RUSTDOC_REAL=/path/to/nowhere/rustdoc/not/required [backtrace 0.3.29] RUSTFLAGS=-C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0 [backtrace 0.3.29] RUST_BACKTRACE=1 [backtrace 0.3.29] RUST_TEST_THREADS=2 [backtrace 0.3.29] SHELL=/bin/bash [backtrace 0.3.29] SHLVL=3 [backtrace 0.3.29] SOURCE_DATE_EPOCH=1567667183 [backtrace 0.3.29] SRC=/rustc-1.37.0+dfsg1 [backtrace 0.3.29] SSH_CLIENT=192.168.1.2 46688 22 [backtrace 0.3.29] SSH_CONNECTION=192.168.1.2 46688 192.168.1.5 22 [backtrace 0.3.29] SSH_TTY=/dev/pts/2 [backtrace 0.3.29] SSL_CERT_DIR=/usr/lib/ssl/certs [backtrace 0.3.29] SSL_CERT_FILE=/usr/lib/ssl/certs/ca-certificates.crt [backtrace 0.3.29] STY=19126.pts-2.b75pentiumg [backtrace 0.3.29] TARGET=x86_64-unknown-linux-gnu [backtrace 0.3.29] TERM=screen [backtrace 0.3.29] TERMCAP=SC|screen|VT 100/ANSI X3.64 virtual terminal:\ [backtrace 0.3.29] :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\ [backtrace 0.3.29] :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\ [backtrace 0.3.29] :do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\ [backtrace 0.3.29] :le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\ [backtrace 0.3.29] :li#24:co#80:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\ [backtrace 0.3.29] :cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\ [backtrace 0.3.29] :im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\ [backtrace 0.3.29] :ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\ [backtrace 0.3.29] :ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\ [backtrace 0.3.29] :se=\E[23m:mb=\E[5m:md=\E[1m:mh=\E[2m:mr=\E[7m:\ [backtrace 0.3.29] :me=\E[m:ms:\ [backtrace 0.3.29] :Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\ [backtrace 0.3.29] :vb=\Eg:G0:as=\E(0:ae=\E(B:\ [backtrace 0.3.29] :ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\ [backtrace 0.3.29] :po=\E[5i:pf=\E[4i:Km=\E[M:k0=\E[10~:k1=\EOP:k2=\EOQ:\ [backtrace 0.3.29] :k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\ [backtrace 0.3.29] :k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:\ [backtrace 0.3.29] :F3=\E[1;2P:F4=\E[1;2Q:F5=\E[1;2R:F6=\E[1;2S:\ [backtrace 0.3.29] :F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:\ [backtrace 0.3.29] :FB=\E[20;2~:FC=\E[21;2~:FD=\E[23;2~:FE=\E[24;2~:kb=:\ [backtrace 0.3.29] :K2=\EOE:kB=\E[Z:kF=\E[1;2B:kR=\E[1;2A:*4=\E[3;2~:\ [backtrace 0.3.29] :*7=\E[1;2F:#2=\E[1;2H:#3=\E[2;2~:#4=\E[1;2D:%c=\E[6;2~:\ [backtrace 0.3.29] :%e=\E[5;2~:%i=\E[1;2C:kh=\E[1~:@1=\E[1~:kH=\E[4~:\ [backtrace 0.3.29] :@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:ku=\EOA:\ [backtrace 0.3.29] :kd=\EOB:kr=\EOC:kl=\EOD:km: [backtrace 0.3.29] TEST_MIRI=false [backtrace 0.3.29] USER=root [backtrace 0.3.29] WINAPI_NO_BUNDLED_LIBRARIES=1 [backtrace 0.3.29] WINDOW=0 [backtrace 0.3.29] XDG_RUNTIME_DIR=/run/user/1000 [backtrace 0.3.29] XDG_SESSION_COOKIE=2fc63695898f1537bee44baf5373e814-1570114068.705402-149134329 [backtrace 0.3.29] XDG_SESSION_ID=3 [backtrace 0.3.29] _=/usr/bin/dpkg-buildpackage [backtrace 0.3.29] __CARGO_DEFAULT_LIB_METADATA=bootstrapstd [backtrace 0.3.29] cargo:rustc-cfg=rustc_1_30 [backtrace 0.3.29] cargo:rerun-if-changed=build.rs Running `/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/rustc_msan-5ff71b68a14dc742/build-script-build` [rustc_msan 0.0.0] cargo:rerun-if-env-changed=LLVM_CONFIG Running `/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/rustc_tsan-7608476f8d68efb0/build-script-build` [rustc_tsan 0.0.0] cargo:rerun-if-env-changed=LLVM_CONFIG Running `/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/rustc_lsan-7321f6e9dd5e6342/build-script-build` [rustc_lsan 0.0.0] cargo:rerun-if-env-changed=LLVM_CONFIG Running `/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/build/rustc_asan-6211c19b7a53f54c/build-script-build` [rustc_asan 0.0.0] cargo:rerun-if-env-changed=LLVM_CONFIG Compiling rustc-std-workspace-core v1.0.0 (/rustc-1.37.0+dfsg1/src/tools/rustc-std-workspace-core) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc-std-workspace-core CARGO_PKG_AUTHORS='Alex Crichton ' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/tools/rustc-std-workspace-core CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=1 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name rustc_std_workspace_core src/tools/rustc-std-workspace-core/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=43916d04d461b8ea -C extra-filename=-43916d04d461b8ea --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "rustc_std_workspace_core" "src/tools/rustc-std-workspace-core/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=43916d04d461b8ea-rustc" "-C" "extra-filename=-43916d04d461b8ea" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_NAME=compiler_builtins CARGO_PKG_AUTHORS='Jorge Aparicio ' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.16 CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/compiler-builtins' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/compiler_builtins CARGO_PKG_DESCRIPTION='Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary'\!' ' OUT_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-623e239f68853653/out CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/compiler-builtins' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name compiler_builtins /rustc-1.37.0+dfsg1/vendor/compiler_builtins/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' -C metadata=b50a5fbde4bb5b5e -C extra-filename=-b50a5fbde4bb5b5e --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=54 CARGO_PKG_NAME=libc CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.2.54 CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/libc CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' OUT_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/libc-c99371dea55ea005/out CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name libc /rustc-1.37.0+dfsg1/vendor/libc/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' -C metadata=1a43b578dbc123d6 -C extra-filename=-1a43b578dbc123d6 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern rustc_std_workspace_core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "compiler_builtins" "/rustc-1.37.0+dfsg1/vendor/compiler_builtins/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"compiler-builtins\"" "--cfg" "feature=\"core\"" "--cfg" "feature=\"default\"" "--cfg" "feature=\"rustc-dep-of-std\"" "-C" "metadata=b50a5fbde4bb5b5e-rustc" "-C" "extra-filename=-b50a5fbde4bb5b5e" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "panic=abort" "-C" "debug-assertions=no" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "libc" "/rustc-1.37.0+dfsg1/vendor/libc/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"align\"" "--cfg" "feature=\"rustc-dep-of-std\"" "--cfg" "feature=\"rustc-std-workspace-core\"" "-C" "metadata=1a43b578dbc123d6-rustc" "-C" "extra-filename=-1a43b578dbc123d6" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "rustc_std_workspace_core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "--cfg" "libc_priv_mod_use" "--cfg" "libc_union" "--cfg" "libc_const_size_of" "--cfg" "libc_align" "--cfg" "libc_core_cvoid" "--cfg" "libc_packedN" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: the feature `cfg_target_vendor` has been stable since 1.33.0 and no longer requires an attribute to enable --> /usr/src/rustc-1.37.0/vendor/libc/src/lib.rs:22:13 | 22 | feature(cfg_target_vendor, link_cfg, no_core) | ^^^^^^^^^^^^^^^^^ | = note: #[warn(stable_features)] on by default warning: unused attribute --> /usr/src/rustc-1.37.0/vendor/libc/src/lib.rs:27:1 | 27 | #![no_std] | ^^^^^^^^^^ | = note: #[warn(unused_attributes)] on by default warning: crate-level attribute should be in the root module --> /usr/src/rustc-1.37.0/vendor/libc/src/lib.rs:27:1 | 27 | #![no_std] | ^^^^^^^^^^ Compiling cfg-if v0.1.8 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_NAME=cfg-if CARGO_PKG_AUTHORS='Alex Crichton ' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.8 CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/cfg-if 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_VERSION_MINOR=1 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name cfg_if /rustc-1.37.0+dfsg1/vendor/cfg-if/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -C metadata=2ca58bab142c12e4 -C extra-filename=-2ca58bab142c12e4 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` Compiling alloc v0.0.0 (/rustc-1.37.0+dfsg1/src/liballoc) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=alloc CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/liballoc CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name alloc src/liballoc/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=77f0f180edb7add4 -C extra-filename=-77f0f180edb7add4 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "cfg_if" "/rustc-1.37.0+dfsg1/vendor/cfg-if/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"compiler_builtins\"" "--cfg" "feature=\"core\"" "--cfg" "feature=\"rustc-dep-of-std\"" "-C" "metadata=2ca58bab142c12e4-rustc" "-C" "extra-filename=-2ca58bab142c12e4" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "alloc" "src/liballoc/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=77f0f180edb7add4-rustc" "-C" "extra-filename=-77f0f180edb7add4" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_NAME=backtrace-sys CARGO_PKG_AUTHORS='Alex Crichton ' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.27 CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/backtrace-rs' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/backtrace-sys CARGO_PKG_DESCRIPTION='Bindings to the libbacktrace gcc library ' OUT_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/backtrace-rs' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name backtrace_sys /rustc-1.37.0+dfsg1/vendor/backtrace-sys/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -C metadata=ace95ef2903e78c4 -C extra-filename=-ace95ef2903e78c4 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern libc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0 -L native=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out --cfg rdos -l static=backtrace` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "backtrace_sys" "/rustc-1.37.0+dfsg1/vendor/backtrace-sys/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"compiler_builtins\"" "--cfg" "feature=\"core\"" "--cfg" "feature=\"rustc-dep-of-std\"" "-C" "metadata=ace95ef2903e78c4-rustc" "-C" "extra-filename=-ace95ef2903e78c4" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "libc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-L" "native=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out" "--cfg" "rdos" "-l" "static=backtrace" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling rustc-demangle v0.1.15 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_NAME=rustc-demangle CARGO_PKG_AUTHORS='Alex Crichton ' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.15 CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/rustc-demangle' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/rustc-demangle CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling. ' CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name rustc_demangle /rustc-1.37.0+dfsg1/vendor/rustc-demangle/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' -C metadata=8d0847ebd933a7d6 -C extra-filename=-8d0847ebd933a7d6 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "rustc_demangle" "/rustc-1.37.0+dfsg1/vendor/rustc-demangle/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"compiler_builtins\"" "--cfg" "feature=\"core\"" "--cfg" "feature=\"rustc-dep-of-std\"" "-C" "metadata=8d0847ebd933a7d6-rustc" "-C" "extra-filename=-8d0847ebd933a7d6" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/legacy.rs:48:36 | 48 | pub fn demangle(s: &str) -> Result { | ^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/legacy.rs:114:27 | 114 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:15:36 | 15 | pub fn demangle(s: &str) -> Result { | ^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:64:27 | 64 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:218:27 | 218 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:65:33 | 65 | pub fn demangle(mut s: &str) -> Demangle { | ^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:130:40 | 130 | pub fn try_demangle(s: &str) -> Result { | ^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:176:27 | 176 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:191:27 | 191 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:35:13 | 35 | b'A'...b'Z' => {} | ^^^ help: use `..=` for an inclusive range | = note: `-W ellipsis-inclusive-range-patterns` implied by `-W rust-2018-idioms` warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:166:34 | 166 | Some(d @ b'a'...b'z') => d - b'a', | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:167:34 | 167 | Some(d @ b'0'...b'9') => 26 + (d - b'0'), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:301:21 | 301 | b'0'...b'9' | b'a'...b'f' => {} | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:301:35 | 301 | b'0'...b'9' | b'a'...b'f' => {} | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:311:26 | 311 | Some(d @ b'0'...b'9') => d - b'0', | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:320:26 | 320 | Some(d @ b'0'...b'9') => d - b'0', | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:321:26 | 321 | Some(d @ b'a'...b'z') => 10 + (d - b'a'), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:322:26 | 322 | Some(d @ b'A'...b'Z') => 10 + 26 + (d - b'A'), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:357:22 | 357 | ns @ b'A'...b'Z' => Ok(Some(ns as char)), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:360:17 | 360 | b'a'...b'z' => Ok(None), | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:74:21 | 74 | 'A' ... 'F' | '0' ... '9' | '@' => true, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:74:35 | 74 | 'A' ... 'F' | '0' ... '9' | '@' => true, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:157:20 | 157 | '\u{0041}' ... '\u{005A}' | | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:158:20 | 158 | '\u{0061}' ... '\u{007A}' | | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:159:20 | 159 | '\u{0030}' ... '\u{0039}' => true, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:167:20 | 167 | '\u{0021}' ... '\u{002F}' | | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:168:20 | 168 | '\u{003A}' ... '\u{0040}' | | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:169:20 | 169 | '\u{005B}' ... '\u{0060}' | | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/lib.rs:170:20 | 170 | '\u{007B}' ... '\u{007E}' => true, | ^^^ help: use `..=` for an inclusive range warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/rustc-demangle/src/v0.rs:561:22 | 561 | struct Printer<'a, 'b: 'a, 's> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` Compiling panic_abort v0.0.0 (/rustc-1.37.0+dfsg1/src/libpanic_abort) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=panic_abort CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/libpanic_abort CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name panic_abort src/libpanic_abort/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=a1ac6b3a0dc524b7 -C extra-filename=-a1ac6b3a0dc524b7 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib --extern libc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "panic_abort" "src/libpanic_abort/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=a1ac6b3a0dc524b7-rustc" "-C" "extra-filename=-a1ac6b3a0dc524b7" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib" "--extern" "libc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "panic=abort" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=unwind CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/libunwind CARGO_PKG_DESCRIPTION= OUT_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/unwind-2f00b5250cd80dd1/out CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name unwind src/libunwind/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=769d5e86579b87bb -C extra-filename=-769d5e86579b87bb --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern cfg_if=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcfg_if-2ca58bab142c12e4.rlib --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib --extern libc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0 -l gcc_s` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "unwind" "src/libunwind/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=769d5e86579b87bb-rustc" "-C" "extra-filename=-769d5e86579b87bb" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "cfg_if=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcfg_if-2ca58bab142c12e4.rlib" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib" "--extern" "libc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-l" "gcc_s" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=29 CARGO_PKG_NAME=backtrace CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.3.29 CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/backtrace-rs' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/backtrace CARGO_PKG_DESCRIPTION='A library to acquire a stack trace (backtrace) at runtime in a Rust program. ' OUT_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-a4111e6fb39b3e93/out CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name backtrace /rustc-1.37.0+dfsg1/vendor/backtrace/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="backtrace-sys"' --cfg 'feature="cfg-if"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="dbghelp"' --cfg 'feature="dladdr"' --cfg 'feature="libbacktrace"' --cfg 'feature="libc"' --cfg 'feature="libunwind"' --cfg 'feature="rustc-demangle"' --cfg 'feature="rustc-dep-of-std"' -C metadata=0d30c192431660df -C extra-filename=-0d30c192431660df --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern backtrace_sys=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libbacktrace_sys-ace95ef2903e78c4.rlib --extern cfg_if=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcfg_if-2ca58bab142c12e4.rlib --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern libc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib --extern rustc_demangle=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-8d0847ebd933a7d6.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0 --cfg rustc_1_30 -L native=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "backtrace" "/rustc-1.37.0+dfsg1/vendor/backtrace/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"backtrace-sys\"" "--cfg" "feature=\"cfg-if\"" "--cfg" "feature=\"compiler_builtins\"" "--cfg" "feature=\"core\"" "--cfg" "feature=\"dbghelp\"" "--cfg" "feature=\"dladdr\"" "--cfg" "feature=\"libbacktrace\"" "--cfg" "feature=\"libc\"" "--cfg" "feature=\"libunwind\"" "--cfg" "feature=\"rustc-demangle\"" "--cfg" "feature=\"rustc-dep-of-std\"" "-C" "metadata=0d30c192431660df-rustc" "-C" "extra-filename=-0d30c192431660df" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "backtrace_sys=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libbacktrace_sys-ace95ef2903e78c4.rlib" "--extern" "cfg_if=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcfg_if-2ca58bab142c12e4.rlib" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "libc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib" "--extern" "rustc_demangle=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-8d0847ebd933a7d6.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "--cfg" "rustc_1_30" "-L" "native=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling rustc-std-workspace-alloc v1.0.0 (/rustc-1.37.0+dfsg1/src/tools/rustc-std-workspace-alloc) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc-std-workspace-alloc CARGO_PKG_AUTHORS='Alex Crichton ' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/tools/rustc-std-workspace-alloc CARGO_PKG_DESCRIPTION='Hack for the compiler'\''s own build system ' CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=1 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_alloc src/tools/rustc-std-workspace-alloc/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=f63c32517f72c2c9 -C extra-filename=-f63c32517f72c2c9 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc_asan CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/librustc_asan CARGO_PKG_DESCRIPTION= OUT_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/rustc_asan-3b5ac83b1dc1c16a/out CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name rustc_asan src/librustc_asan/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=20fcccdbf185cf4a -C extra-filename=-20fcccdbf185cf4a --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "rustc_asan" "src/librustc_asan/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=20fcccdbf185cf4a-rustc" "-C" "extra-filename=-20fcccdbf185cf4a" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "rustc_std_workspace_alloc" "src/tools/rustc-std-workspace-alloc/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=f63c32517f72c2c9-rustc" "-C" "extra-filename=-f63c32517f72c2c9" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc_lsan CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/librustc_lsan CARGO_PKG_DESCRIPTION= OUT_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/rustc_lsan-866a3ea4b719e71b/out CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name rustc_lsan src/librustc_lsan/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=1bc47316c4cbabb9 -C extra-filename=-1bc47316c4cbabb9 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` Compiling panic_unwind v0.0.0 (/rustc-1.37.0+dfsg1/src/libpanic_unwind) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=panic_unwind CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/libpanic_unwind CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name panic_unwind src/libpanic_unwind/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=e2512f885b80a1e1 -C extra-filename=-e2512f885b80a1e1 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib --extern cfg_if=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcfg_if-2ca58bab142c12e4.rlib --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib --extern libc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib --extern unwind=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libunwind-769d5e86579b87bb.rlib -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "rustc_lsan" "src/librustc_lsan/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=1bc47316c4cbabb9-rustc" "-C" "extra-filename=-1bc47316c4cbabb9" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "panic_unwind" "src/libpanic_unwind/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=e2512f885b80a1e1-rustc" "-C" "extra-filename=-e2512f885b80a1e1" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib" "--extern" "cfg_if=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcfg_if-2ca58bab142c12e4.rlib" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib" "--extern" "libc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib" "--extern" "unwind=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libunwind-769d5e86579b87bb.rlib" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc_tsan CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/librustc_tsan CARGO_PKG_DESCRIPTION= OUT_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/rustc_tsan-961ce5fbaad7a5c0/out CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name rustc_tsan src/librustc_tsan/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=673c2f7b751c483d -C extra-filename=-673c2f7b751c483d --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "rustc_tsan" "src/librustc_tsan/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=673c2f7b751c483d-rustc" "-C" "extra-filename=-673c2f7b751c483d" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc_msan CARGO_PKG_AUTHORS='The Rust Project Developers' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/librustc_msan CARGO_PKG_DESCRIPTION= OUT_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/rustc_msan-aa9d0178612fcaf5/out CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name rustc_msan src/librustc_msan/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=045ae15b54085cc4 -C extra-filename=-045ae15b54085cc4 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "rustc_msan" "src/librustc_msan/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=045ae15b54085cc4-rustc" "-C" "extra-filename=-045ae15b54085cc4" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling hashbrown v0.4.0 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=hashbrown CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/hashbrown CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/bin/cargo /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name hashbrown /rustc-1.37.0+dfsg1/vendor/hashbrown/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="alloc"' --cfg 'feature="compiler_builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="rustc-dep-of-std"' -C metadata=b25ceaf421f3b1f0 -C extra-filename=-b25ceaf421f3b1f0 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_alloc-f63c32517f72c2c9.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "hashbrown" "/rustc-1.37.0+dfsg1/vendor/hashbrown/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"alloc\"" "--cfg" "feature=\"compiler_builtins\"" "--cfg" "feature=\"core\"" "--cfg" "feature=\"default\"" "--cfg" "feature=\"nightly\"" "--cfg" "feature=\"rustc-dep-of-std\"" "-C" "metadata=b25ceaf421f3b1f0-rustc" "-C" "extra-filename=-b25ceaf421f3b1f0" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_alloc-f63c32517f72c2c9.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/hashbrown/src/map.rs:1265:27 | 1265 | pub enum RawEntryMut<'a, K: 'a, V: 'a, S: 'a> { | ^^^^ ^^^^ ^^^^ | note: lint level defined here --> /usr/src/rustc-1.37.0/vendor/hashbrown/src/lib.rs:26:9 | 26 | #![warn(rust_2018_idioms)] | ^^^^^^^^^^^^^^^^ = note: #[warn(explicit_outlives_requirements)] implied by #[warn(rust_2018_idioms)] help: remove these bounds | 1265 | pub enum RawEntryMut<'a, K, V, S> { | -- -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/hashbrown/src/map.rs:1699:21 | 1699 | pub enum Entry<'a, K: 'a, V: 'a, S: 'a> { | ^^^^ ^^^^ ^^^^ help: remove these bounds | 1699 | pub enum Entry<'a, K, V, S> { | -- -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/hashbrown/src/rustc_entry.rs:62:26 | 62 | pub enum RustcEntry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ help: remove these bounds | 62 | pub enum RustcEntry<'a, K, V> { | -- -- Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION_PATCH=0 CARGO=/usr/bin/cargo CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PRIMARY_PACKAGE=1 CARGO_PKG_VERSION=0.0.0 CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='The Rust Standard Library' CARGO_PKG_VERSION_MAJOR=0 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/libstd OUT_DIR=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/std-6951ec000e325f37/out CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust.git' CARGO_PKG_NAME=std /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name std src/libstd/lib.rs --color never --error-format json --crate-type dylib --crate-type rlib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="panic-unwind"' --cfg 'feature="panic_unwind"' --cfg 'feature="std_detect_dlsym_getauxval"' --cfg 'feature="std_detect_file_io"' -C metadata=2dc624cce4ac740e -C extra-filename=-2dc624cce4ac740e --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps --extern alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib --extern backtrace=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libbacktrace-0d30c192431660df.rlib --extern cfg_if=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcfg_if-2ca58bab142c12e4.rlib --extern compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib --extern core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib --extern hashbrown=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libhashbrown-b25ceaf421f3b1f0.rlib --extern libc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib --extern panic_abort=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libpanic_abort-a1ac6b3a0dc524b7.rlib --extern panic_unwind=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-e2512f885b80a1e1.rlib --extern rustc_asan=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_asan-20fcccdbf185cf4a.rlib --extern rustc_lsan=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_lsan-1bc47316c4cbabb9.rlib --extern rustc_msan=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_msan-045ae15b54085cc4.rlib --extern rustc_tsan=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_tsan-673c2f7b751c483d.rlib --extern unwind=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libunwind-769d5e86579b87bb.rlib -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0 -l dl -l rt -l pthread -L native=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "std" "src/libstd/lib.rs" "--color" "never" "--crate-type" "dylib" "--crate-type" "rlib" "--emit=dep-info,link" "-C" "prefer-dynamic" "-C" "opt-level=2" "--cfg" "feature=\"backtrace\"" "--cfg" "feature=\"default\"" "--cfg" "feature=\"panic-unwind\"" "--cfg" "feature=\"panic_unwind\"" "--cfg" "feature=\"std_detect_dlsym_getauxval\"" "--cfg" "feature=\"std_detect_file_io\"" "-C" "metadata=2dc624cce4ac740e-rustc" "-C" "extra-filename=-2dc624cce4ac740e" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/release/deps" "--extern" "alloc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib" "--extern" "backtrace=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libbacktrace-0d30c192431660df.rlib" "--extern" "cfg_if=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcfg_if-2ca58bab142c12e4.rlib" "--extern" "compiler_builtins=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" "--extern" "core=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib" "--extern" "hashbrown=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libhashbrown-b25ceaf421f3b1f0.rlib" "--extern" "libc=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib" "--extern" "panic_abort=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libpanic_abort-a1ac6b3a0dc524b7.rlib" "--extern" "panic_unwind=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-e2512f885b80a1e1.rlib" "--extern" "rustc_asan=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_asan-20fcccdbf185cf4a.rlib" "--extern" "rustc_lsan=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_lsan-1bc47316c4cbabb9.rlib" "--extern" "rustc_msan=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_msan-045ae15b54085cc4.rlib" "--extern" "rustc_tsan=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_tsan-673c2f7b751c483d.rlib" "--extern" "unwind=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libunwind-769d5e86579b87bb.rlib" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-l" "dl" "-l" "rt" "-l" "pthread" "-L" "native=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/build/backtrace-sys-cd63b04b9c229bf5/out" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Finished release [optimized] target(s) in 1m 17s updating "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/.libstd.stamp" as "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libstd-2dc624cce4ac740e.rlib" changed c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liballoc-77f0f180edb7add4.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-77f0f180edb7add4.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libbacktrace-0d30c192431660df.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0d30c192431660df.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libbacktrace_sys-ace95ef2903e78c4.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-ace95ef2903e78c4.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcfg_if-2ca58bab142c12e4.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2ca58bab142c12e4.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b50a5fbde4bb5b5e.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libcore-ae0da3609f6b989e.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-ae0da3609f6b989e.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libhashbrown-b25ceaf421f3b1f0.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-b25ceaf421f3b1f0.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/liblibc-1a43b578dbc123d6.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-1a43b578dbc123d6.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libpanic_abort-a1ac6b3a0dc524b7.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_abort-a1ac6b3a0dc524b7.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libpanic_unwind-e2512f885b80a1e1.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e2512f885b80a1e1.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_asan-20fcccdbf185cf4a.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_asan-20fcccdbf185cf4a.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_demangle-8d0847ebd933a7d6.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-8d0847ebd933a7d6.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_lsan-1bc47316c4cbabb9.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_lsan-1bc47316c4cbabb9.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_msan-045ae15b54085cc4.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_msan-045ae15b54085cc4.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_alloc-f63c32517f72c2c9.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-f63c32517f72c2c9.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-43916d04d461b8ea.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-43916d04d461b8ea.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librustc_tsan-673c2f7b751c483d.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_tsan-673c2f7b751c483d.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libstd-2dc624cce4ac740e.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-2dc624cce4ac740e.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libstd-2dc624cce4ac740e.so" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-2dc624cce4ac740e.so" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libunwind-769d5e86579b87bb.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-769d5e86579b87bb.rlib" c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } Dirty - /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-tools c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } < StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } Dirty - /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } Building stage0 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) running: "/usr/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "2" "-v" "-v" "--release" "--manifest-path" "/rustc-1.37.0+dfsg1/src/libtest/Cargo.toml" "--message-format" "json" Compiling unicode-width v0.1.5 Running `CARGO_PKG_NAME=unicode-width CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_PKG_AUTHORS='kwantam ' CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION=0.1.5 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/unicode-width /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name unicode_width /rustc-1.37.0+dfsg1/vendor/unicode-width/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="default"' -C metadata=6f432d642964a504 -C extra-filename=-6f432d642964a504 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` Compiling term v0.0.0 (/rustc-1.37.0+dfsg1/src/libterm) Running `CARGO_PKG_NAME=term CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_REPOSITORY= LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION=0.0.0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/libterm /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name term src/libterm/lib.rs --color never --error-format json --crate-type dylib --crate-type rlib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C metadata=e2d089a0d0ddb75e -C extra-filename=-e2d089a0d0ddb75e --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "unicode_width" "/rustc-1.37.0+dfsg1/vendor/unicode-width/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"default\"" "-C" "metadata=6f432d642964a504-rustc" "-C" "extra-filename=-6f432d642964a504" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "term" "src/libterm/lib.rs" "--color" "never" "--crate-type" "dylib" "--crate-type" "rlib" "--emit=dep-info,link" "-C" "prefer-dynamic" "-C" "opt-level=2" "-C" "metadata=e2d089a0d0ddb75e-rustc" "-C" "extra-filename=-e2d089a0d0ddb75e" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling proc_macro v0.0.0 (/rustc-1.37.0+dfsg1/src/libproc_macro) Running `CARGO_PKG_NAME=proc_macro CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_REPOSITORY= LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION=0.0.0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/libproc_macro /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name proc_macro src/libproc_macro/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=346bd38a88546ea8 -C extra-filename=-346bd38a88546ea8 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "proc_macro" "src/libproc_macro/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=346bd38a88546ea8-rustc" "-C" "extra-filename=-346bd38a88546ea8" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling getopts v0.2.19 Running `CARGO_PKG_NAME=getopts CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/getopts' CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/getopts' LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_DESCRIPTION='getopts-like option parsing. ' CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION=0.2.19 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/getopts /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name getopts /rustc-1.37.0+dfsg1/vendor/getopts/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=59b80b0b1fcd1461 -C extra-filename=-59b80b0b1fcd1461 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps --extern unicode_width=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libunicode_width-6f432d642964a504.rlib --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "getopts" "/rustc-1.37.0+dfsg1/vendor/getopts/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=59b80b0b1fcd1461-rustc" "-C" "extra-filename=-59b80b0b1fcd1461" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps" "--extern" "unicode_width=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libunicode_width-6f432d642964a504.rlib" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/getopts/src/lib.rs:954:27 | 954 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: trait objects without an explicit `dyn` are deprecated --> /usr/src/rustc-1.37.0/vendor/getopts/src/lib.rs:517:44 | 517 | pub fn usage_with_format) -> String>( | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` | = note: `-W bare-trait-objects` implied by `-W rust-2018-idioms` warning: trait objects without an explicit `dyn` are deprecated --> /usr/src/rustc-1.37.0/vendor/getopts/src/lib.rs:525:41 | 525 | fn usage_items<'a>(&'a self) -> Box + 'a> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` Compiling test v0.0.0 (/rustc-1.37.0+dfsg1/src/libtest) Running `CARGO_PKG_NAME=test CARGO_PKG_HOMEPAGE= CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_REPOSITORY= LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps:/usr/lib' CARGO=/usr/bin/cargo CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_MAJOR=0 CARGO_PRIMARY_PACKAGE=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_DESCRIPTION= CARGO_PKG_VERSION_PRE= CARGO_PKG_VERSION=0.0.0 CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/libtest /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name test src/libtest/lib.rs --color never --error-format json --crate-type dylib --crate-type rlib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C metadata=d2216ab5bb8fabfd -C extra-filename=-d2216ab5bb8fabfd --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps --extern getopts=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libgetopts-59b80b0b1fcd1461.rlib --extern proc_macro=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libproc_macro-346bd38a88546ea8.rlib --extern term=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libterm-e2d089a0d0ddb75e.so --extern term=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libterm-e2d089a0d0ddb75e.rlib -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "test" "src/libtest/lib.rs" "--color" "never" "--crate-type" "dylib" "--crate-type" "rlib" "--emit=dep-info,link" "-C" "prefer-dynamic" "-C" "opt-level=2" "-C" "metadata=d2216ab5bb8fabfd-rustc" "-C" "extra-filename=-d2216ab5bb8fabfd" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/release/deps" "--extern" "getopts=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libgetopts-59b80b0b1fcd1461.rlib" "--extern" "proc_macro=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libproc_macro-346bd38a88546ea8.rlib" "--extern" "term=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libterm-e2d089a0d0ddb75e.so" "--extern" "term=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libterm-e2d089a0d0ddb75e.rlib" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=2" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Finished release [optimized] target(s) in 39.39s updating "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/.libtest.stamp" as "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libtest-d2216ab5bb8fabfd.rlib" changed c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } > TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } Copying stage0 test from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libgetopts-59b80b0b1fcd1461.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-59b80b0b1fcd1461.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libproc_macro-346bd38a88546ea8.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-346bd38a88546ea8.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libterm-e2d089a0d0ddb75e.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-e2d089a0d0ddb75e.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libterm-e2d089a0d0ddb75e.so" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-e2d089a0d0ddb75e.so" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libtest-d2216ab5bb8fabfd.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d2216ab5bb8fabfd.rlib" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libtest-d2216ab5bb8fabfd.so" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d2216ab5bb8fabfd.so" Copy "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/release/deps/libunicode_width-6f432d642964a504.rlib" to "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6f432d642964a504.rlib" c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } Dirty - /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-tools c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } < TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } < Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } Dirty - /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } Building stage0 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) running: "/usr/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "2" "-v" "-v" "--release" "--features" "" "--manifest-path" "/rustc-1.37.0+dfsg1/src/rustc/Cargo.toml" "--message-format" "json" Compiling semver-parser v0.7.0 Compiling cfg-if v0.1.8 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=semver-parser CARGO_PKG_DESCRIPTION='Parsing of the semver spec. ' CARGO_PKG_REPOSITORY='https://github.com/steveklabnik/semver-parser' CARGO_PKG_AUTHORS='Steve Klabnik ' CARGO_PKG_HOMEPAGE='https://github.com/steveklabnik/semver-parser' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/semver-parser LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name semver_parser /rustc-1.37.0+dfsg1/vendor/semver-parser/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=597416d611facc5c -C extra-filename=-597416d611facc5c --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn` Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_NAME=cfg-if 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_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/cfg-if LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name cfg_if /rustc-1.37.0+dfsg1/vendor/cfg-if/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=a37622ad60738461 -C extra-filename=-a37622ad60738461 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "semver_parser" "/rustc-1.37.0+dfsg1/vendor/semver-parser/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=597416d611facc5c-rustc" "-C" "extra-filename=-597416d611facc5c" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "cfg_if" "/rustc-1.37.0+dfsg1/vendor/cfg-if/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=a37622ad60738461-rustc" "-C" "extra-filename=-a37622ad60738461" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: hidden lifetime parameters in types are deprecated --> /rustc-1.37.0+dfsg1/vendor/semver-parser/src/version.rs:74:27 | 74 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /rustc-1.37.0+dfsg1/vendor/semver-parser/src/version.rs:91:27 | 91 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` Compiling libc v0.2.54 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=54 CARGO_PKG_NAME=libc CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. ' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/libc LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.2.54 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/libc/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=bcfeb79b9df386c2 -C extra-filename=-bcfeb79b9df386c2 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/libc-bcfeb79b9df386c2 -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "build_script_build" "/rustc-1.37.0+dfsg1/vendor/libc/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "--cfg" "feature=\"default\"" "--cfg" "feature=\"use_std\"" "-C" "metadata=bcfeb79b9df386c2-rustc" "-C" "extra-filename=-bcfeb79b9df386c2" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/libc-bcfeb79b9df386c2" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: outlives requirements can be inferred --> /rustc-1.37.0+dfsg1/vendor/semver-parser/src/recognize.rs:110:23 | 110 | pub struct OneOf<'a, P: 'a>(pub &'a [P]); | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` Compiling nodrop v0.1.12 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_NAME=nodrop CARGO_PKG_DESCRIPTION='A wrapper type to inhibit drop (destructor). Use std::mem::ManuallyDrop instead'\!'' CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_AUTHORS=bluss CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/nodrop LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name nodrop /rustc-1.37.0+dfsg1/vendor/nodrop/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=f490108aa47de11d -C extra-filename=-f490108aa47de11d --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "nodrop" "/rustc-1.37.0+dfsg1/vendor/nodrop/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=f490108aa47de11d-rustc" "-C" "extra-filename=-f490108aa47de11d" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling proc-macro2 v0.4.30 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_NAME=proc-macro2 CARGO_PKG_DESCRIPTION='A stable implementation of the upcoming new `proc_macro` API. Comes with an option, off by default, to also reimplement itself in terms of the upstream unstable API. ' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/proc-macro2' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/proc-macro2 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.4.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/proc-macro2/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=b77daff85c767678 -C extra-filename=-b77daff85c767678 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/proc-macro2-b77daff85c767678 -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "build_script_build" "/rustc-1.37.0+dfsg1/vendor/proc-macro2/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "--cfg" "feature=\"default\"" "--cfg" "feature=\"proc-macro\"" "-C" "metadata=b77daff85c767678-rustc" "-C" "extra-filename=-b77daff85c767678" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/proc-macro2-b77daff85c767678" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling rand_core v0.3.0 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rand_core CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. ' CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_HOMEPAGE='https://crates.io/crates/rand_core' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/rand_core-0.3.0 LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name rand_core /rustc-1.37.0+dfsg1/vendor/rand_core-0.3.0/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=5c7c6319431b6094 -C extra-filename=-5c7c6319431b6094 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "rand_core" "/rustc-1.37.0+dfsg1/vendor/rand_core-0.3.0/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"alloc\"" "--cfg" "feature=\"std\"" "-C" "metadata=5c7c6319431b6094-rustc" "-C" "extra-filename=-5c7c6319431b6094" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling scopeguard v0.3.3 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_NAME=scopeguard CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer'\!'` and `defer_on_unwind'\!'`; the latter only runs if the scope is extited through unwinding on panic. ' CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_AUTHORS=bluss CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/scopeguard LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name scopeguard /rustc-1.37.0+dfsg1/vendor/scopeguard/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=f6e717ee3f85cd43 -C extra-filename=-f6e717ee3f85cd43 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "scopeguard" "/rustc-1.37.0+dfsg1/vendor/scopeguard/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=f6e717ee3f85cd43-rustc" "-C" "extra-filename=-f6e717ee3f85cd43" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/rand_core-0.3.0/src/error.rs:143:27 | 143 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/rand_core-0.3.0/src/block.rs:128:29 | 128 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/rand_core-0.3.0/src/block.rs:336:29 | 336 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: trait objects without an explicit `dyn` are deprecated --> /usr/src/rustc-1.37.0/vendor/rand_core-0.3.0/src/error.rs:95:23 | 95 | cause: Option>, | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn stdError + Send + Sync` | = note: `-W bare-trait-objects` implied by `-W rust-2018-idioms` warning: trait objects without an explicit `dyn` are deprecated --> /usr/src/rustc-1.37.0/vendor/rand_core-0.3.0/src/error.rs:120:27 | 120 | where E: Into> | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn stdError + Send + Sync` warning: trait objects without an explicit `dyn` are deprecated --> /usr/src/rustc-1.37.0/vendor/rand_core-0.3.0/src/error.rs:137:48 | 137 | pub fn take_cause(&mut self) -> Option> { | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn stdError + Send + Sync` warning: trait objects without an explicit `dyn` are deprecated --> /usr/src/rustc-1.37.0/vendor/rand_core-0.3.0/src/error.rs:160:32 | 160 | fn cause(&self) -> Option<&stdError> { | ^^^^^^^^ help: use `dyn`: `dyn stdError` warning: trait objects without an explicit `dyn` are deprecated --> /usr/src/rustc-1.37.0/vendor/rand_core-0.3.0/src/error.rs:161:52 | 161 | self.cause.as_ref().map(|e| e.as_ref() as &stdError) | ^^^^^^^^ help: use `dyn`: `dyn stdError` warning: trait objects without an explicit `dyn` are deprecated --> /usr/src/rustc-1.37.0/vendor/rand_core-0.3.0/src/lib.rs:431:24 | 431 | impl std::io::Read for RngCore { | ^^^^^^^ help: use `dyn`: `dyn RngCore` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/scopeguard/src/lib.rs:350:27 | 350 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` Compiling memoffset v0.2.1 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_NAME=memoffset CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/memoffset LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name memoffset /rustc-1.37.0+dfsg1/vendor/memoffset/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=0435561c1173b69b -C extra-filename=-0435561c1173b69b --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "memoffset" "/rustc-1.37.0+dfsg1/vendor/memoffset/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=0435561c1173b69b-rustc" "-C" "extra-filename=-0435561c1173b69b" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling lazy_static v1.3.0 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=lazy_static CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/lazy_static LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name lazy_static /rustc-1.37.0+dfsg1/vendor/lazy_static/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=d4724e3f9a8ee667 -C extra-filename=-d4724e3f9a8ee667 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "lazy_static" "/rustc-1.37.0+dfsg1/vendor/lazy_static/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=d4724e3f9a8ee667-rustc" "-C" "extra-filename=-d4724e3f9a8ee667" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: unused extern crate --> /usr/src/rustc-1.37.0/vendor/lazy_static/src/inline_lazy.rs:8:1 | 8 | extern crate core; | ^^^^^^^^^^^^^^^^^^ help: remove it | = note: `-W unused-extern-crates` implied by `-W rust-2018-idioms` Compiling unicode-xid v0.1.0 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=unicode-xid CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. ' CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_AUTHORS='erick.tryzelaar :kwantam ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/unicode-xid LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name unicode_xid /rustc-1.37.0+dfsg1/vendor/unicode-xid/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="default"' -C metadata=b310de7ba8985fcd -C extra-filename=-b310de7ba8985fcd --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "unicode_xid" "/rustc-1.37.0+dfsg1/vendor/unicode-xid/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"default\"" "-C" "metadata=b310de7ba8985fcd-rustc" "-C" "extra-filename=-b310de7ba8985fcd" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling stable_deref_trait v1.1.0 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. ' CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/stable_deref_trait LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name stable_deref_trait /rustc-1.37.0+dfsg1/vendor/stable_deref_trait/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=185564a9851c5730 -C extra-filename=-185564a9851c5730 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "stable_deref_trait" "/rustc-1.37.0+dfsg1/vendor/stable_deref_trait/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"default\"" "--cfg" "feature=\"std\"" "-C" "metadata=185564a9851c5730-rustc" "-C" "extra-filename=-185564a9851c5730" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling rustc-rayon-core v0.2.0 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc-rayon-core CARGO_PKG_DESCRIPTION='Core APIs for Rayon - fork for rustc' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-rayon' CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/rustc-rayon-core LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/rustc-rayon-core/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 -C metadata=334c3c6f06a543aa -C extra-filename=-334c3c6f06a543aa --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/rustc-rayon-core-334c3c6f06a543aa -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "build_script_build" "/rustc-1.37.0+dfsg1/vendor/rustc-rayon-core/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "-C" "metadata=334c3c6f06a543aa-rustc" "-C" "extra-filename=-334c3c6f06a543aa" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/rustc-rayon-core-334c3c6f06a543aa" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling smallvec v0.6.10 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_NAME=smallvec CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_AUTHORS='Simon Sapin ' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/smallvec LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.6.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name smallvec /rustc-1.37.0+dfsg1/vendor/smallvec/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="default"' --cfg 'feature="may_dangle"' --cfg 'feature="std"' --cfg 'feature="union"' -C metadata=5dbfd99ee5ac4647 -C extra-filename=-5dbfd99ee5ac4647 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "smallvec" "/rustc-1.37.0+dfsg1/vendor/smallvec/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"default\"" "--cfg" "feature=\"may_dangle\"" "--cfg" "feature=\"std\"" "--cfg" "feature=\"union\"" "-C" "metadata=5dbfd99ee5ac4647-rustc" "-C" "extra-filename=-5dbfd99ee5ac4647" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/smallvec/lib.rs:600:32 | 600 | pub fn drain(&mut self) -> Drain { | ^^^^^^^^^^^^^^ help: indicate the anonymous lifetime: `Drain<'_, A::Item>` | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/smallvec/lib.rs:1373:27 | 1373 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` Compiling syn v0.15.35 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_NAME=syn CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/syn LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.15.35 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/syn/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=2023a90930432be8 -C extra-filename=-2023a90930432be8 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/syn-2023a90930432be8 -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "build_script_build" "/rustc-1.37.0+dfsg1/vendor/syn/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "--cfg" "feature=\"clone-impls\"" "--cfg" "feature=\"default\"" "--cfg" "feature=\"derive\"" "--cfg" "feature=\"extra-traits\"" "--cfg" "feature=\"full\"" "--cfg" "feature=\"parsing\"" "--cfg" "feature=\"printing\"" "--cfg" "feature=\"proc-macro\"" "--cfg" "feature=\"proc-macro2\"" "--cfg" "feature=\"quote\"" "--cfg" "feature=\"visit\"" "-C" "metadata=2023a90930432be8-rustc" "-C" "extra-filename=-2023a90930432be8" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/syn-2023a90930432be8" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/smallvec/lib.rs:243:23 | 243 | pub struct Drain<'a, T: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` Compiling rustc-rayon v0.2.0 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc-rayon CARGO_PKG_DESCRIPTION='Simple work-stealing parallelism for Rust - fork for rustc' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-rayon' CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/rustc-rayon LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/rustc-rayon/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 -C metadata=33d06e838e62d95d -C extra-filename=-33d06e838e62d95d --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/rustc-rayon-33d06e838e62d95d -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "build_script_build" "/rustc-1.37.0+dfsg1/vendor/rustc-rayon/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "-C" "metadata=33d06e838e62d95d-rustc" "-C" "extra-filename=-33d06e838e62d95d" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/rustc-rayon-33d06e838e62d95d" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling indexmap v1.0.2 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_NAME=indexmap CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration. The indexmap is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys. It has the usual hash table functionality, it preserves insertion order except after removals, and it allows lookup of its elements by either hash table key or numerical index. A corresponding hash set type is also provided. This crate was initially published under the name ordermap, but it was renamed to indexmap. ' CARGO_PKG_REPOSITORY='https://github.com/bluss/indexmap' CARGO_PKG_AUTHORS='bluss:Josh Stone ' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/indexmap LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name indexmap /rustc-1.37.0+dfsg1/vendor/indexmap/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=aba875f76c893f1c -C extra-filename=-aba875f76c893f1c --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "indexmap" "/rustc-1.37.0+dfsg1/vendor/indexmap/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=aba875f76c893f1c-rustc" "-C" "extra-filename=-aba875f76c893f1c" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/set.rs:67:27 | 67 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` | = note: `-W elided-lifetimes-in-paths` implied by `-W rust-2018-idioms` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/set.rs:188:27 | 188 | pub fn iter(&self) -> Iter { | ^^^^^^^ help: indicate the anonymous lifetime: `Iter<'_, T>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/set.rs:398:50 | 398 | pub fn drain(&mut self, range: RangeFull) -> Drain { | ^^^^^^^^ help: indicate the anonymous lifetime: `Drain<'_, T>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:103:27 | 103 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:303:27 | 303 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:665:48 | 665 | fn entry_phase_1(&mut self, key: K) -> Entry | ^^^^^^^^^^^ help: indicate the anonymous lifetime: `Entry<'_, K, V>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:777:40 | 777 | pub fn entry(&mut self, key: K) -> Entry { | ^^^^^^^^^^^ help: indicate the anonymous lifetime: `Entry<'_, K, V>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:784:27 | 784 | pub fn iter(&self) -> Iter { | ^^^^^^^^^^ help: indicate the anonymous lifetime: `Iter<'_, K, V>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:791:35 | 791 | pub fn iter_mut(&mut self) -> IterMut { | ^^^^^^^^^^^^^ help: indicate the anonymous lifetime: `IterMut<'_, K, V>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:798:27 | 798 | pub fn keys(&self) -> Keys { | ^^^^^^^^^^ help: indicate the anonymous lifetime: `Keys<'_, K, V>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:805:29 | 805 | pub fn values(&self) -> Values { | ^^^^^^^^^^^^ help: indicate the anonymous lifetime: `Values<'_, K, V>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:813:37 | 813 | pub fn values_mut(&mut self) -> ValuesMut { | ^^^^^^^^^^^^^^^ help: indicate the anonymous lifetime: `ValuesMut<'_, K, V>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:999:50 | 999 | pub fn drain(&mut self, range: RangeFull) -> Drain { | ^^^^^^^^^^^ help: indicate the anonymous lifetime: `Drain<'_, K, V>` warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:1163:65 | 1163 | fn entry_phase_1(&mut self, hash: HashValue, key: K) -> Entry | ^^^^^^^^^^^ help: indicate the anonymous lifetime: `Entry<'_, K, V>` Compiling unicode-width v0.1.5 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_NAME=unicode-width CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_AUTHORS='kwantam ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/unicode-width LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name unicode_width /rustc-1.37.0+dfsg1/vendor/unicode-width/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="default"' -C metadata=72cfc9a2465e8fc8 -C extra-filename=-72cfc9a2465e8fc8 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "unicode_width" "/rustc-1.37.0+dfsg1/vendor/unicode-width/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"default\"" "-C" "metadata=72cfc9a2465e8fc8-rustc" "-C" "extra-filename=-72cfc9a2465e8fc8" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling bitflags v1.0.4 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_NAME=bitflags CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. ' CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/bitflags LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name bitflags /rustc-1.37.0+dfsg1/vendor/bitflags/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="default"' -C metadata=5f17a0c4b1debb79 -C extra-filename=-5f17a0c4b1debb79 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "bitflags" "/rustc-1.37.0+dfsg1/vendor/bitflags/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"default\"" "-C" "metadata=5f17a0c4b1debb79-rustc" "-C" "extra-filename=-5f17a0c4b1debb79" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling either v1.5.0 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=either CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_REPOSITORY='https://github.com/bluss/either' CARGO_PKG_AUTHORS=bluss CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/either LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name either /rustc-1.37.0+dfsg1/vendor/either/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=017684bc5a33154c -C extra-filename=-017684bc5a33154c --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "either" "/rustc-1.37.0+dfsg1/vendor/either/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"default\"" "--cfg" "feature=\"use_std\"" "-C" "metadata=017684bc5a33154c-rustc" "-C" "extra-filename=-017684bc5a33154c" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: hidden lifetime parameters in types are deprecated --> /usr/src/rustc-1.37.0/vendor/either/src/lib.rs:633:27 | 633 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: trait objects without an explicit `dyn` are deprecated --> /usr/src/rustc-1.37.0/vendor/either/src/lib.rs:625:32 | 625 | fn cause(&self) -> Option<&Error> { | ^^^^^ help: use `dyn`: `dyn Error` | = note: `-W bare-trait-objects` implied by `-W rust-2018-idioms` warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting --> /usr/src/rustc-1.37.0/vendor/either/src/lib.rs:626:43 | 626 | either!(*self, ref inner => inner.cause()) | ^^^^^ | = note: #[warn(deprecated)] on by default warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting --> /usr/src/rustc-1.37.0/vendor/either/src/lib.rs:626:43 | 626 | either!(*self, ref inner => inner.cause()) | ^^^^^ Compiling byteorder v1.2.7 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_NAME=byteorder CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/byteorder LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=1.2.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name byteorder /rustc-1.37.0+dfsg1/vendor/byteorder/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=eaf19ea1e91c4842 -C extra-filename=-eaf19ea1e91c4842 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "byteorder" "/rustc-1.37.0+dfsg1/vendor/byteorder/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"default\"" "--cfg" "feature=\"i128\"" "--cfg" "feature=\"std\"" "-C" "metadata=eaf19ea1e91c4842-rustc" "-C" "extra-filename=-eaf19ea1e91c4842" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/set.rs:449:22 | 449 | pub struct Iter<'a, T: 'a> { | ^^^^ help: remove this bound | = note: `-W explicit-outlives-requirements` implied by `-W rust-2018-idioms` warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/set.rs:471:23 | 471 | pub struct Drain<'a, T: 'a> { | ^^^^ help: remove this bound warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/set.rs:598:28 | 598 | pub struct Difference<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ help: remove these bounds | 598 | pub struct Difference<'a, T, S> { | -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/set.rs:638:30 | 638 | pub struct Intersection<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ help: remove these bounds | 638 | pub struct Intersection<'a, T, S> { | -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/set.rs:678:37 | 678 | pub struct SymmetricDifference<'a, T: 'a, S1: 'a, S2: 'a> { | ^^^^ ^^^^ ^^^^ help: remove these bounds | 678 | pub struct SymmetricDifference<'a, T, S1, S2> { | -- -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/set.rs:715:23 | 715 | pub struct Union<'a, T: 'a, S: 'a> { | ^^^^ ^^^^ help: remove these bounds | 715 | pub struct Union<'a, T, S> { | -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:515:21 | 515 | pub enum Entry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ help: remove these bounds | 515 | pub enum Entry<'a, K, V> { | -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:583:31 | 583 | pub struct OccupiedEntry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ help: remove these bounds | 583 | pub struct OccupiedEntry<'a, K, V> { | -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:629:29 | 629 | pub struct VacantEntry<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ help: remove these bounds | 629 | pub struct VacantEntry<'a, K, V> { | -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:1458:22 | 1458 | pub struct Keys<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ help: remove these bounds | 1458 | pub struct Keys<'a, K, V> { | -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:1480:24 | 1480 | pub struct Values<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ help: remove these bounds | 1480 | pub struct Values<'a, K, V> { | -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:1502:27 | 1502 | pub struct ValuesMut<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ help: remove these bounds | 1502 | pub struct ValuesMut<'a, K, V> { | -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:1524:22 | 1524 | pub struct Iter<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ help: remove these bounds | 1524 | pub struct Iter<'a, K, V> { | -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:1546:25 | 1546 | pub struct IterMut<'a, K: 'a, V: 'a> { | ^^^^ ^^^^ help: remove these bounds | 1546 | pub struct IterMut<'a, K, V> { | -- -- warning: outlives requirements can be inferred --> /usr/src/rustc-1.37.0/vendor/indexmap/src/map.rs:1590:27 | 1590 | pub struct Drain<'a, K, V> where K: 'a, V: 'a { | ^^^^^^^^^^^^^^^^^^^ help: remove these bounds Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=either CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_REPOSITORY='https://github.com/bluss/either' CARGO_PKG_AUTHORS=bluss CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/either LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name either /rustc-1.37.0+dfsg1/vendor/either/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=d87e823332497fb9 -C extra-filename=-d87e823332497fb9 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "either" "/rustc-1.37.0+dfsg1/vendor/either/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"default\"" "--cfg" "feature=\"use_std\"" "-C" "metadata=d87e823332497fb9-rustc" "-C" "extra-filename=-d87e823332497fb9" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: hidden lifetime parameters in types are deprecated --> /rustc-1.37.0+dfsg1/vendor/either/src/lib.rs:633:27 | 633 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/either/src/lib.rs:625:32 | 625 | fn cause(&self) -> Option<&Error> { | ^^^^^ help: use `dyn`: `dyn Error` | = note: `-W bare-trait-objects` implied by `-W rust-2018-idioms` warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting --> /rustc-1.37.0+dfsg1/vendor/either/src/lib.rs:626:43 | 626 | either!(*self, ref inner => inner.cause()) | ^^^^^ | = note: #[warn(deprecated)] on by default warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting --> /rustc-1.37.0+dfsg1/vendor/either/src/lib.rs:626:43 | 626 | either!(*self, ref inner => inner.cause()) | ^^^^^ Compiling graphviz v0.0.0 (/rustc-1.37.0+dfsg1/src/libgraphviz) Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=graphviz CARGO_PKG_DESCRIPTION= CARGO_PKG_REPOSITORY= CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/libgraphviz LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name graphviz src/libgraphviz/lib.rs --color never --error-format json --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C metadata=7c57f253d6372bf3 -C extra-filename=-7c57f253d6372bf3 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "graphviz" "src/libgraphviz/lib.rs" "--color" "never" "--crate-type" "dylib" "--emit=dep-info,link" "-C" "prefer-dynamic" "-C" "opt-level=2" "-C" "metadata=7c57f253d6372bf3-rustc" "-C" "extra-filename=-7c57f253d6372bf3" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling pkg-config v0.3.14 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_NAME=pkg-config 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_REPOSITORY='https://github.com/alexcrichton/pkg-config-rs' CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/pkg-config LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.3.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name pkg_config /rustc-1.37.0+dfsg1/vendor/pkg-config/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=92375e6c89657e9e -C extra-filename=-92375e6c89657e9e --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "pkg_config" "/rustc-1.37.0+dfsg1/vendor/pkg-config/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=92375e6c89657e9e-rustc" "-C" "extra-filename=-92375e6c89657e9e" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: hidden lifetime parameters in types are deprecated --> /rustc-1.37.0+dfsg1/vendor/pkg-config/src/lib.rs:156:29 | 156 | fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /rustc-1.37.0+dfsg1/vendor/pkg-config/src/lib.rs:179:27 | 179 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: hidden lifetime parameters in types are deprecated --> /rustc-1.37.0+dfsg1/vendor/pkg-config/src/lib.rs:205:27 | 205 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/pkg-config/src/lib.rs:143:32 | 143 | fn cause(&self) -> Option<&error::Error> { | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` | = note: `-W bare-trait-objects` implied by `-W rust-2018-idioms` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/pkg-config/src/lib.rs:158:28 | 158 | let stdout_debug: &fmt::Debug = match stdout_utf8 { | ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Debug` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/pkg-config/src/lib.rs:164:28 | 164 | let stderr_debug: &fmt::Debug = match stderr_utf8 { | ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Debug` warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead --> /rustc-1.37.0+dfsg1/vendor/pkg-config/src/lib.rs:65:5 | 65 | use std::ascii::AsciiExt; | ^^^^^^^^^^^^^^^^^^^^ | = note: #[warn(deprecated)] on by default warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` --> /rustc-1.37.0+dfsg1/vendor/pkg-config/src/lib.rs:247:38 | 247 | Ok(str::from_utf8(&out).unwrap().trim_right().to_owned()) | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` Compiling cc v1.0.35 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_NAME=cc 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_REPOSITORY='https://github.com/alexcrichton/cc-rs' CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cc-rs' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/cc LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=1.0.35 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name cc /rustc-1.37.0+dfsg1/vendor/cc/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=fcddaa91ac89e716 -C extra-filename=-fcddaa91ac89e716 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "cc" "/rustc-1.37.0+dfsg1/vendor/cc/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=fcddaa91ac89e716-rustc" "-C" "extra-filename=-fcddaa91ac89e716" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling autocfg v0.1.4 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_NAME=autocfg CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/autocfg LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name autocfg /rustc-1.37.0+dfsg1/vendor/autocfg/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=c2ef6c0c1a392fcc -C extra-filename=-c2ef6c0c1a392fcc --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "autocfg" "/rustc-1.37.0+dfsg1/vendor/autocfg/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=c2ef6c0c1a392fcc-rustc" "-C" "extra-filename=-c2ef6c0c1a392fcc" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: hidden lifetime parameters in types are deprecated --> /rustc-1.37.0+dfsg1/vendor/autocfg/src/error.rs:29:27 | 29 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { | ^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` warning: trait objects without an explicit `dyn` are deprecated --> /rustc-1.37.0+dfsg1/vendor/autocfg/src/error.rs:18:32 | 18 | fn cause(&self) -> Option<&error::Error> { | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` | = note: `-W bare-trait-objects` implied by `-W rust-2018-idioms` warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/autocfg/src/lib.rs:301:16 | 301 | 'A'...'Z' | 'a'...'z' | '0'...'9' => c, | ^^^ help: use `..=` for an inclusive range | = note: `-W ellipsis-inclusive-range-patterns` implied by `-W rust-2018-idioms` warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/autocfg/src/lib.rs:301:28 | 301 | 'A'...'Z' | 'a'...'z' | '0'...'9' => c, | ^^^ help: use `..=` for an inclusive range warning: `...` range patterns are deprecated --> /rustc-1.37.0+dfsg1/vendor/autocfg/src/lib.rs:301:40 | 301 | 'A'...'Z' | 'a'...'z' | '0'...'9' => c, | ^^^ help: use `..=` for an inclusive range Compiling scoped-tls v1.0.0 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=scoped-tls CARGO_PKG_DESCRIPTION='Library implementation of the standard library'\''s old `scoped_thread_local'\!'` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. ' CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/scoped-tls' CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/scoped-tls' CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/scoped-tls LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name scoped_tls /rustc-1.37.0+dfsg1/vendor/scoped-tls/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C metadata=69f83edf8c69bf6f -C extra-filename=-69f83edf8c69bf6f --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "scoped_tls" "/rustc-1.37.0+dfsg1/vendor/scoped-tls/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "-C" "metadata=69f83edf8c69bf6f-rustc" "-C" "extra-filename=-69f83edf8c69bf6f" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling crc32fast v1.1.2 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_NAME=crc32fast CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/crc32fast LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=1.1.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --crate-name build_script_build /rustc-1.37.0+dfsg1/vendor/crc32fast/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 -C metadata=24425da9dc025ab3 -C extra-filename=-24425da9dc025ab3 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/crc32fast-24425da9dc025ab3 -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--crate-name" "build_script_build" "/rustc-1.37.0+dfsg1/vendor/crc32fast/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "-C" "metadata=24425da9dc025ab3-rustc" "-C" "extra-filename=-24425da9dc025ab3" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/crc32fast-24425da9dc025ab3" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling rustc_target v0.0.0 (/rustc-1.37.0+dfsg1/src/librustc_target) Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=rustc_target CARGO_PKG_DESCRIPTION= CARGO_PKG_REPOSITORY= CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/src/librustc_target LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name build_script_build src/librustc_target/build.rs --color never --error-format json --crate-type bin --emit=dep-info,link -C opt-level=2 -C metadata=4c580e8899e24020 -C extra-filename=-4c580e8899e24020 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/rustc_target-4c580e8899e24020 -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "build_script_build" "src/librustc_target/build.rs" "--color" "never" "--crate-type" "bin" "--emit=dep-info,link" "-C" "opt-level=2" "-C" "metadata=4c580e8899e24020-rustc" "-C" "extra-filename=-4c580e8899e24020" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/build/rustc_target-4c580e8899e24020" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "-Cdebuginfo=0" "-Clinker=x86_64-linux-gnu-gcc" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" Compiling annotate-snippets v0.5.0 Running `CARGO=/usr/bin/cargo CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_NAME=annotate-snippets CARGO_PKG_DESCRIPTION='Library for building code annotations' CARGO_PKG_REPOSITORY='https://github.com/zbraniecki/annotate-snippets-rs' CARGO_PKG_AUTHORS='Zibi Braniecki ' CARGO_PKG_HOMEPAGE= CARGO_MANIFEST_DIR=/rustc-1.37.0+dfsg1/vendor/annotate-snippets LD_LIBRARY_PATH='/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_PRE= /rustc-1.37.0+dfsg1/build/bootstrap/debug/rustc --edition=2018 --crate-name annotate_snippets /rustc-1.37.0+dfsg1/vendor/annotate-snippets/src/lib.rs --color never --error-format json --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 --cfg 'feature="default"' -C metadata=7ccf72e6d0b029f1 -C extra-filename=-7ccf72e6d0b029f1 --out-dir /rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps -L dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps --cap-lints warn -C link-args=-Wl,-z,relro --remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0` rustc command: "LD_LIBRARY_PATH"="/usr/lib:/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps:/usr/lib" "/usr/bin/rustc" "--edition=2018" "--crate-name" "annotate_snippets" "/rustc-1.37.0+dfsg1/vendor/annotate-snippets/src/lib.rs" "--color" "never" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=2" "--cfg" "feature=\"default\"" "-C" "metadata=7ccf72e6d0b029f1-rustc" "-C" "extra-filename=-7ccf72e6d0b029f1" "--out-dir" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-rustc/release/deps" "--cap-lints" "warn" "-C" "link-args=-Wl,-z,relro" "--remap-path-prefix=/rustc-1.37.0+dfsg1=/usr/src/rustc-1.37.0" "-Cdebuginfo=0" "--sysroot" "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Zexternal-macro-backtrace" "-Cprefer-dynamic" "-Clinker=x86_64-linux-gnu-gcc" "-C" "debug-assertions=n" "-Zunstable-options" "-Z" "force-unstable-if-unmarked" "-Dwarnings" "-Dbare_trait_objects" "-Drust_2018_idioms" sysroot: "/rustc-1.37.0+dfsg1/build/x86_64-unknown-linux-gnu/stage0-sysroot" libdir: "/usr/lib" warning: trait objects without an explicit `dyn` are deprecated --> /usr/src/rustc-1.37.0/vendor/annotate-snippets/src/formatter/style.rs:90:27 | 90 | fn bold(&self) -> Box