[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.38-1/sources/1.37.0/gh/sindreij/rust-ruter"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/sindreij/rust-ruter'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sindreij/rust-ruter" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sindreij/rust-ruter"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sindreij/rust-ruter on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing sindreij/rust-ruter against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "build" "--frozen"` [INFO] [stdout] 14daebc4c8a0796a66603fe1c49096ef37aa8358f42eab56a6a120de4026b720 [INFO] running `"docker" "start" "-a" "14daebc4c8a0796a66603fe1c49096ef37aa8358f42eab56a6a120de4026b720"` [INFO] [stderr] Compiling error-chain v0.7.2 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling rustc-demangle v0.1.3 [INFO] [stderr] Compiling unicode-segmentation v1.0.1 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [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 syn v0.10.8 [INFO] [stderr] Compiling aho-corasick v0.6.1 [INFO] [stderr] Compiling thread_local v0.3.2 [INFO] [stderr] Compiling metadeps v1.1.1 [INFO] [stderr] Compiling clap v2.20.0 [INFO] [stderr] Compiling serde_urlencoded v0.3.0 [INFO] [stderr] Compiling hyper v0.10.2 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling openssl-sys v0.9.6 [INFO] [stderr] Compiling error-chain v0.8.1 [INFO] [stderr] Compiling openssl v0.9.6 [INFO] [stderr] Compiling serde_codegen_internals v0.11.3 [INFO] [stderr] Compiling serde_codegen v0.8.23 [INFO] [stderr] Compiling native-tls v0.1.1 [INFO] [stderr] Compiling reqwest v0.3.0 [INFO] [stderr] Compiling serde_derive v0.8.23 [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.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.ruter.69ojrno5-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d" "/opt/crater/target/debug/deps/ruter-c724ba49e82ac96d.54kr1kf0i57klad6.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.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libregex-9157b0ee58384d6e.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-92eef759f8fa2727.rlib" "/opt/crater/target/debug/deps/libregex_syntax-176224d481243038.rlib" "/opt/crater/target/debug/deps/libthread_local-7f6aeb47705aed5a.rlib" "/opt/crater/target/debug/deps/libunreachable-0e59f709d2757188.rlib" "/opt/crater/target/debug/deps/libvoid-d4bd79b68b9b921e.rlib" "/opt/crater/target/debug/deps/libthread_id-48bcd36ded228643.rlib" "/opt/crater/target/debug/deps/libaho_corasick-6cc3918487304dd0.rlib" "/opt/crater/target/debug/deps/libmemchr-8de0eb57579baf3e.rlib" "/opt/crater/target/debug/deps/libchrono-56d0634e562290d1.rlib" "/opt/crater/target/debug/deps/libnum-0ca91df03a24dd10.rlib" "/opt/crater/target/debug/deps/libnum_iter-b7c7094018b9b4e5.rlib" "/opt/crater/target/debug/deps/libnum_integer-1bb350ebdb52db08.rlib" "/opt/crater/target/debug/deps/libclap-f4ee44ef2d02ddac.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-b85bfb6f72a42ad5.rlib" "/opt/crater/target/debug/deps/libterm_size-ee1a97d255a337fa.rlib" "/opt/crater/target/debug/deps/libvec_map-0b8971ea3fda61c2.rlib" "/opt/crater/target/debug/deps/libunicode_width-8e49fc9eb4c9dbb0.rlib" "/opt/crater/target/debug/deps/libansi_term-5ad2ac4f1272cbf6.rlib" "/opt/crater/target/debug/deps/libstrsim-c7682b911d844d93.rlib" "/opt/crater/target/debug/deps/libreqwest-ad00335e7f5aba62.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-95119ecf037aeb7b.rlib" "/opt/crater/target/debug/deps/libserde_json-1c3720a9ed9bd882.rlib" "/opt/crater/target/debug/deps/libdtoa-ffefdd5b990eb28b.rlib" "/opt/crater/target/debug/deps/libitoa-c74ef8f51b87b10b.rlib" "/opt/crater/target/debug/deps/libnum_traits-0b49cd367c6da4a1.rlib" "/opt/crater/target/debug/deps/libserde-da162c74965fa984.rlib" "/opt/crater/target/debug/deps/libnative_tls-38290c27a8f9c4d0.rlib" "/opt/crater/target/debug/deps/libopenssl-bee5ad32c89e5ade.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-672267ab17f9b398.rlib" "/opt/crater/target/debug/deps/liblazy_static-287e3c5731c128ca.rlib" "/opt/crater/target/debug/deps/libbitflags-05fa20c47058c1db.rlib" "/opt/crater/target/debug/deps/libhyper-3ba0445179a716d3.rlib" "/opt/crater/target/debug/deps/libmime-8d36155f96c88998.rlib" "/opt/crater/target/debug/deps/liblog-cde2563351553608.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libtypeable-f6f402f054f36331.rlib" "/opt/crater/target/debug/deps/libtraitobject-3a7ff072fb9c31e5.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b5d4199b7c475cb1.rlib" "/opt/crater/target/debug/deps/libhttparse-6ab5dded4724cea6.rlib" "/opt/crater/target/debug/deps/libunicase-1adbc7860ffb9668.rlib" "/opt/crater/target/debug/deps/liburl-9f9ed545192f7726.rlib" "/opt/crater/target/debug/deps/libidna-d76b9061803e74b1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-da54576e152962e8.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-b90d12c2735d1f19.rlib" "/opt/crater/target/debug/deps/libmatches-f35061b215c2511f.rlib" "/opt/crater/target/debug/deps/libtime-9a44ef479ec5dc8a.rlib" "/opt/crater/target/debug/deps/librustc_serialize-eee3b26c21f1fbaf.rlib" "/opt/crater/target/debug/deps/liberror_chain-917423993dfcb4b9.rlib" "/opt/crater/target/debug/deps/libbacktrace-a3b3b356cffddc5a.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-166cb0326f5d5904.rlib" "/opt/crater/target/debug/deps/librustc_demangle-550740f22608ec8c.rlib" "/opt/crater/target/debug/deps/libcfg_if-55146e185022d321.rlib" "/opt/crater/target/debug/deps/libdbghelp-94ab056f98c942bf.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libkernel32-68d3558eb82f9807.rlib" "/opt/crater/target/debug/deps/liblibc-e7a8e468d1534af4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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-a3b3b356cffddc5a.rlib(backtrace-a3b3b356cffddc5a.backtrace.bp1olu8o-cgu.4.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-a3b3b356cffddc5a.rlib(backtrace-a3b3b356cffddc5a.backtrace.bp1olu8o-cgu.4.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" "14daebc4c8a0796a66603fe1c49096ef37aa8358f42eab56a6a120de4026b720"` [INFO] running `"docker" "rm" "-f" "14daebc4c8a0796a66603fe1c49096ef37aa8358f42eab56a6a120de4026b720"` [INFO] [stdout] 14daebc4c8a0796a66603fe1c49096ef37aa8358f42eab56a6a120de4026b720