[INFO] updating cached repository sindreij/rust-ruter [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sindreij/rust-ruter [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sindreij/rust-ruter" "work/ex/beta-1.37-6/sources/1.36.0/gh/sindreij/rust-ruter"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/sindreij/rust-ruter'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sindreij/rust-ruter" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sindreij/rust-ruter"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sindreij/rust-ruter'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2a9867b154b5b28bf3a9d4266417b5300c96cf54 [INFO] sha for GitHub repo sindreij/rust-ruter: 2a9867b154b5b28bf3a9d4266417b5300c96cf54 [INFO] validating manifest of sindreij/rust-ruter on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sindreij/rust-ruter on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sindreij/rust-ruter [INFO] finished frobbing sindreij/rust-ruter [INFO] frobbed toml for sindreij/rust-ruter written to work/ex/beta-1.37-6/sources/1.36.0/gh/sindreij/rust-ruter/Cargo.toml [INFO] started frobbing sindreij/rust-ruter [INFO] finished frobbing sindreij/rust-ruter [INFO] frobbed toml for sindreij/rust-ruter written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sindreij/rust-ruter/Cargo.toml [INFO] crate sindreij/rust-ruter already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing sindreij/rust-ruter against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/sindreij/rust-ruter:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 9492f2572eb107b958f4fc46330b66f03d8f1857900f6de675d8818cc9ac5050 [INFO] running `"docker" "start" "-a" "9492f2572eb107b958f4fc46330b66f03d8f1857900f6de675d8818cc9ac5050"` [INFO] [stderr] Compiling error-chain v0.7.2 [INFO] [stderr] Compiling gcc v0.3.42 [INFO] [stderr] Compiling unicode-segmentation v1.0.1 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling num_cpus v1.2.1 [INFO] [stderr] Compiling time v0.1.36 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling serde_json v0.8.6 [INFO] [stderr] Compiling thread_local v0.3.2 [INFO] [stderr] Compiling aho-corasick v0.6.1 [INFO] [stderr] Compiling url v1.4.0 [INFO] [stderr] Compiling metadeps v1.1.1 [INFO] [stderr] Compiling clap v2.20.0 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.4.0/src/form_urlencoded.rs:246:40 [INFO] [stderr] | [INFO] [stderr] 244 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 245 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 246 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] Compiling openssl-sys v0.9.6 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling openssl v0.9.6 [INFO] [stderr] Compiling hyper v0.10.2 [INFO] [stderr] Compiling serde_urlencoded v0.3.0 [INFO] [stderr] Compiling serde_codegen_internals v0.11.3 [INFO] [stderr] Compiling error-chain v0.8.1 [INFO] [stderr] Compiling serde_codegen v0.8.23 [INFO] [stderr] Compiling native-tls v0.1.1 [INFO] [stderr] Compiling serde_derive v0.8.23 [INFO] [stderr] Compiling reqwest v0.3.0 [INFO] [stderr] Compiling ruter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Reqwest(::reqwest::Error); [INFO] [stderr] 4 | | SerdeJson(::serde_json::Error); [INFO] [stderr] 5 | | } [INFO] [stderr] 6 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Reqwest(::reqwest::Error); [INFO] [stderr] 4 | | SerdeJson(::serde_json::Error); [INFO] [stderr] 5 | | } [INFO] [stderr] 6 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.ruter.d7qf5uxl-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a" "/opt/crater/target/debug/deps/ruter-dd624e3a82fe155a.wwpnpfug8j2zmei.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libregex-ac32b25a1ec4ce3c.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-0b3ff6a95d018017.rlib" "/opt/crater/target/debug/deps/libregex_syntax-d65dc6190568df5c.rlib" "/opt/crater/target/debug/deps/libthread_local-65bd1cabac7c8e0d.rlib" "/opt/crater/target/debug/deps/libunreachable-2017a4cad4d1cf08.rlib" "/opt/crater/target/debug/deps/libvoid-e4249880315f5034.rlib" "/opt/crater/target/debug/deps/libthread_id-ebfaec5ce032c93e.rlib" "/opt/crater/target/debug/deps/libaho_corasick-bdc02262cb2119c7.rlib" "/opt/crater/target/debug/deps/libmemchr-4067d91f352ca923.rlib" "/opt/crater/target/debug/deps/libchrono-01bfd4a4c476fd6b.rlib" "/opt/crater/target/debug/deps/libnum-10f90ea37a106ae2.rlib" "/opt/crater/target/debug/deps/libnum_iter-0f89e24b063e10a9.rlib" "/opt/crater/target/debug/deps/libnum_integer-04eeb9b5654fb2cc.rlib" "/opt/crater/target/debug/deps/libclap-eeed99cd16399e2d.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-5019529336a130a2.rlib" "/opt/crater/target/debug/deps/libterm_size-852c783250ec9d09.rlib" "/opt/crater/target/debug/deps/libvec_map-ef49b491a2aa4b7d.rlib" "/opt/crater/target/debug/deps/libunicode_width-003ecf1eefa64fd0.rlib" "/opt/crater/target/debug/deps/libansi_term-334ed51196badc8f.rlib" "/opt/crater/target/debug/deps/libstrsim-ec5a0df693c0136b.rlib" "/opt/crater/target/debug/deps/libreqwest-32382736cf6b8c18.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-ac7c6521d57a6fbe.rlib" "/opt/crater/target/debug/deps/libserde_json-a1a74497e46c31aa.rlib" "/opt/crater/target/debug/deps/libdtoa-7409b9e3ab360496.rlib" "/opt/crater/target/debug/deps/libitoa-cef2a13024efa8bd.rlib" "/opt/crater/target/debug/deps/libnum_traits-5f46d2a51c998e26.rlib" "/opt/crater/target/debug/deps/libserde-63b5c3e795e93af9.rlib" "/opt/crater/target/debug/deps/libnative_tls-0274194284e4fbc0.rlib" "/opt/crater/target/debug/deps/libopenssl-5efe95445678c30c.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6a36cae81eac54b5.rlib" "/opt/crater/target/debug/deps/liblazy_static-d7718b504e03d468.rlib" "/opt/crater/target/debug/deps/libbitflags-df219a1ec24cdf3b.rlib" "/opt/crater/target/debug/deps/libhyper-30bf8513d3f98141.rlib" "/opt/crater/target/debug/deps/libmime-55788ae0e1291224.rlib" "/opt/crater/target/debug/deps/liblog-6ed9f332a2a9d379.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-64cc9c97c5566356.rlib" "/opt/crater/target/debug/deps/libtypeable-215d98ef64fbe0e2.rlib" "/opt/crater/target/debug/deps/libtraitobject-33e4f3223d24ebc9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-4b5b4a953f815b8c.rlib" "/opt/crater/target/debug/deps/libhttparse-ab9711c806bc7411.rlib" "/opt/crater/target/debug/deps/libunicase-62cd01cb2baf47a1.rlib" "/opt/crater/target/debug/deps/liburl-e7eab5c5db90028b.rlib" "/opt/crater/target/debug/deps/libidna-8844855706500b36.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-23eca4879ec5b633.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-0d68b053d08a4c92.rlib" "/opt/crater/target/debug/deps/libmatches-3f07721d4e47c77b.rlib" "/opt/crater/target/debug/deps/libtime-9f57e3f17cb81bca.rlib" "/opt/crater/target/debug/deps/librustc_serialize-d3298b24124a3c5c.rlib" "/opt/crater/target/debug/deps/liberror_chain-f624b3e25317173a.rlib" "/opt/crater/target/debug/deps/libbacktrace-1c6c52601b447955.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-0313fa3be45a288f.rlib" "/opt/crater/target/debug/deps/librustc_demangle-274c4da954efaa0a.rlib" "/opt/crater/target/debug/deps/libcfg_if-fcc9aff037f57c39.rlib" "/opt/crater/target/debug/deps/libdbghelp-4c5eeff50cd0cc4c.rlib" "/opt/crater/target/debug/deps/libwinapi-6779d1f046ce211b.rlib" "/opt/crater/target/debug/deps/libkernel32-579101ee9cfddddd.rlib" "/opt/crater/target/debug/deps/liblibc-e444f8f33bb3c635.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-1c6c52601b447955.rlib(backtrace-1c6c52601b447955.backtrace.6v52hj6g-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-1c6c52601b447955.rlib(backtrace-1c6c52601b447955.backtrace.6v52hj6g-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `ruter`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9492f2572eb107b958f4fc46330b66f03d8f1857900f6de675d8818cc9ac5050"` [INFO] running `"docker" "rm" "-f" "9492f2572eb107b958f4fc46330b66f03d8f1857900f6de675d8818cc9ac5050"` [INFO] [stdout] 9492f2572eb107b958f4fc46330b66f03d8f1857900f6de675d8818cc9ac5050