[INFO] updating cached repository vmchale/tw-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/vmchale/tw-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/vmchale/tw-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/vmchale/tw-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/vmchale/tw-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/vmchale/tw-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vmchale/tw-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vmchale/tw-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5dde302fef3f36fb495e810974c3b91d28f94e90 [INFO] sha for GitHub repo vmchale/tw-rs: 5dde302fef3f36fb495e810974c3b91d28f94e90 [INFO] validating manifest of vmchale/tw-rs 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 vmchale/tw-rs 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 vmchale/tw-rs [INFO] finished frobbing vmchale/tw-rs [INFO] frobbed toml for vmchale/tw-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/vmchale/tw-rs/Cargo.toml [INFO] started frobbing vmchale/tw-rs [INFO] finished frobbing vmchale/tw-rs [INFO] frobbed toml for vmchale/tw-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vmchale/tw-rs/Cargo.toml [INFO] crate vmchale/tw-rs 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing vmchale/tw-rs against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vmchale/tw-rs:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 80885906fd7c979232d0f121eaebe22cc77a02785d30ddcb002205183ae59b10 [INFO] running `"docker" "start" "-a" "80885906fd7c979232d0f121eaebe22cc77a02785d30ddcb002205183ae59b10"` [INFO] [stderr] warning: unused manifest key: package.test [INFO] [stderr] Compiling gcc v0.3.53 [INFO] [stderr] Compiling libc v0.2.30 [INFO] [stderr] Compiling openssl-probe v0.1.1 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling openssl-sys v0.7.17 [INFO] [stderr] Compiling colored v1.5.2 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling textwrap v0.7.0 [INFO] [stderr] Compiling nom v3.2.0 [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.5.1/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | 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] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling libz-sys v1.0.16 [INFO] [stderr] Compiling curl-sys v0.2.5 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling curl v0.3.11 [INFO] [stderr] Compiling oauth-client-fix v0.1.5 [INFO] [stderr] Compiling tw-rs v0.1.35-pre (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:32:31 [INFO] [stderr] | [INFO] [stderr] 32 | let mut path_in = std::env::home_dir().expect("Couldn't determine home directory! Please enter path to credentials with -c or --cred."); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.tw.45njwnpu-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb" "/opt/crater/target/debug/deps/tw-724ea287deb5b4bb.2s9yagub1j8b8kfr.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/curl-sys-4fbbede4c4165ba4/out/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/rust-crypto-0a83ff0a07ece2fb/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtweet-7d53551748ff2579.rlib" "/opt/crater/target/debug/deps/libcolored-c045f6432f29fced.rlib" "/opt/crater/target/debug/deps/liblazy_static-44393081eb462790.rlib" "/opt/crater/target/debug/deps/libbase64-248766047b196b4d.rlib" "/opt/crater/target/debug/deps/libsafemem-887993beb39b007d.rlib" "/opt/crater/target/debug/deps/libbyteorder-37c01570bf1b56fa.rlib" "/opt/crater/target/debug/deps/libnom-06f38f2597c38387.rlib" "/opt/crater/target/debug/deps/libmemchr-85f55a1e7fa0844f.rlib" "/opt/crater/target/debug/deps/liboauth_client_fix-f87da04d3cf3847a.rlib" "/opt/crater/target/debug/deps/liburl-0b65bb8d1a3c625e.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-8d86b9cb68c3e3fc.rlib" "/opt/crater/target/debug/deps/libidna-3482a431f2020b88.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-d01cde63ed07ece4.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-cdaa4586ad8601f2.rlib" "/opt/crater/target/debug/deps/libmatches-da7c3df62938be42.rlib" "/opt/crater/target/debug/deps/liblog-f6caf69386e38ce5.rlib" "/opt/crater/target/debug/deps/libcurl-e45f5cff35f864e1.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-1c5f255027fffcba.rlib" "/opt/crater/target/debug/deps/libcurl_sys-de9f6f4579641f14.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-cf52ad3882f5ed0f.rlib" "/opt/crater/target/debug/deps/liblibz_sys-a5e26aa2cab8dfff.rlib" "/opt/crater/target/debug/deps/libcrypto-08f2153c25b269ff.rlib" "/opt/crater/target/debug/deps/libtime-93f86d61dff0b8d6.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/librand-24e421dbe0af783c.rlib" "/opt/crater/target/debug/deps/libclap-587c59cfa996bd11.rlib" "/opt/crater/target/debug/deps/libatty-c5c88fc98ec8cb80.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-18553f1e8fe6ebd7.rlib" "/opt/crater/target/debug/deps/libtextwrap-50b4eb15768b6d79.rlib" "/opt/crater/target/debug/deps/libterm_size-6b3734bdf7ae32b4.rlib" "/opt/crater/target/debug/deps/liblibc-16d04da72c8d8209.rlib" "/opt/crater/target/debug/deps/libvec_map-28d381902bbfbe40.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libunicode_width-9160dad23804e44f.rlib" "/opt/crater/target/debug/deps/libyaml_rust-e06fbadedaa4d350.rlib" "/opt/crater/target/debug/deps/libansi_term-fcb9211d64d6a652.rlib" "/opt/crater/target/debug/deps/libstrsim-a3e581aa39d667e4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libopenssl_sys-cf52ad3882f5ed0f.rlib(openssl_sys-cf52ad3882f5ed0f.openssl_sys.44kdf7cg-cgu.13.rcgu.o): In function `openssl_sys::init::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.7.17/src/lib.rs:517: undefined reference to `SSL_library_init' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.7.17/src/lib.rs:518: undefined reference to `SSL_load_error_strings' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.7.17/src/lib.rs:519: undefined reference to `OPENSSL_add_all_algorithms_noconf' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.7.17/src/lib.rs:521: undefined reference to `CRYPTO_num_locks' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.7.17/src/lib.rs:531: undefined reference to `CRYPTO_set_locking_callback' [INFO] [stderr] /opt/crater/target/debug/deps/libopenssl_sys-cf52ad3882f5ed0f.rlib(openssl_sys-cf52ad3882f5ed0f.openssl_sys.44kdf7cg-cgu.13.rcgu.o): In function `openssl_sys::set_id_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.7.17/src/lib.rs:544: undefined reference to `CRYPTO_set_id_callback' [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 `tw-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "80885906fd7c979232d0f121eaebe22cc77a02785d30ddcb002205183ae59b10"` [INFO] running `"docker" "rm" "-f" "80885906fd7c979232d0f121eaebe22cc77a02785d30ddcb002205183ae59b10"` [INFO] [stdout] 80885906fd7c979232d0f121eaebe22cc77a02785d30ddcb002205183ae59b10