[INFO] cloning repository vmchale/tw-rs [INFO] running `"git" "clone" "--bare" "git://github.com/vmchale/tw-rs.git" "work/cache/sources/gh/vmchale/tw-rs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/vmchale/tw-rs'... [INFO] running `"git" "clone" "work/cache/sources/gh/vmchale/tw-rs" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/vmchale/tw-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/vmchale/tw-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/vmchale/tw-rs" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/vmchale/tw-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of vmchale/tw-rs on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "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/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded oauth-client-fix v0.1.5 [INFO] [stderr] Downloaded libz-sys v1.0.16 [INFO] [stderr] Downloaded colored v1.5.2 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing vmchale/tw-rs against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] f2f3ad21bd441d19c7777eda980b509b534774e57700fcacf08eb79bd780bec8 [INFO] running `"docker" "start" "-a" "f2f3ad21bd441d19c7777eda980b509b534774e57700fcacf08eb79bd780bec8"` [INFO] [stderr] warning: unused manifest key: package.test [INFO] [stderr] Compiling libc v0.2.30 [INFO] [stderr] Compiling openssl-probe v0.1.1 [INFO] [stderr] Compiling openssl-sys v0.7.17 [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 colored v1.5.2 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling term_size v0.3.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 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] Compiling clap v2.26.0 [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.tw.6xicx8t8-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7" "/opt/crater/target/debug/deps/tw-2b679990d264a1c7.2gqambiolvmu2abt.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-0a0cb5eb0d60d12a/out/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/rust-crypto-14d3048916ddfe63/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtweet-9f3d17e1f1abeab1.rlib" "/opt/crater/target/debug/deps/libcolored-94347665a2b772f2.rlib" "/opt/crater/target/debug/deps/liblazy_static-c7f01071ea28df21.rlib" "/opt/crater/target/debug/deps/libbase64-d3e041789c680182.rlib" "/opt/crater/target/debug/deps/libsafemem-113acbbd199d55e2.rlib" "/opt/crater/target/debug/deps/libbyteorder-a7a1cef52dfaf561.rlib" "/opt/crater/target/debug/deps/libnom-afc0838805d7caa5.rlib" "/opt/crater/target/debug/deps/libmemchr-e363c3767460f8e9.rlib" "/opt/crater/target/debug/deps/liboauth_client_fix-d8320dd87384b199.rlib" "/opt/crater/target/debug/deps/liburl-220feab0a70a4402.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-0135bf735c2cf0b0.rlib" "/opt/crater/target/debug/deps/libidna-92fee2003471bd5c.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-2465f877dc673189.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e62801be4689edf9.rlib" "/opt/crater/target/debug/deps/libmatches-b4925ae58208e477.rlib" "/opt/crater/target/debug/deps/liblog-2d71bfdc9b41a631.rlib" "/opt/crater/target/debug/deps/libcurl-9e3d910058bc544d.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-832868f84b4e0d57.rlib" "/opt/crater/target/debug/deps/libcurl_sys-77dff93fbbd10b72.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d7e4ca1d5d65739e.rlib" "/opt/crater/target/debug/deps/liblibz_sys-903d567dc532968b.rlib" "/opt/crater/target/debug/deps/libcrypto-d9c598331881e435.rlib" "/opt/crater/target/debug/deps/libtime-74a3f8cbb9c7111e.rlib" "/opt/crater/target/debug/deps/librustc_serialize-8a040fe30a914780.rlib" "/opt/crater/target/debug/deps/librand-f71fd5ca24b180b7.rlib" "/opt/crater/target/debug/deps/libclap-dbc1942080e0d66a.rlib" "/opt/crater/target/debug/deps/libatty-f5d18ecae5ef7eb9.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-4322169125e7beae.rlib" "/opt/crater/target/debug/deps/libtextwrap-c47d88f9a5d18abd.rlib" "/opt/crater/target/debug/deps/libterm_size-7248473ea6a94abd.rlib" "/opt/crater/target/debug/deps/liblibc-de924ad1328b4336.rlib" "/opt/crater/target/debug/deps/libvec_map-d0f6ad0784d90feb.rlib" "/opt/crater/target/debug/deps/libbitflags-b2e1f3393de7b35b.rlib" "/opt/crater/target/debug/deps/libunicode_width-f4d06431c820fd7e.rlib" "/opt/crater/target/debug/deps/libyaml_rust-be8548d8882deb2e.rlib" "/opt/crater/target/debug/deps/libansi_term-3be1d03cfb22f3ee.rlib" "/opt/crater/target/debug/deps/libstrsim-4b0eed77915149b1.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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-d7e4ca1d5d65739e.rlib(openssl_sys-d7e4ca1d5d65739e.openssl_sys.b0h5nzly-cgu.14.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-d7e4ca1d5d65739e.rlib(openssl_sys-d7e4ca1d5d65739e.openssl_sys.b0h5nzly-cgu.14.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" "f2f3ad21bd441d19c7777eda980b509b534774e57700fcacf08eb79bd780bec8"` [INFO] running `"docker" "rm" "-f" "f2f3ad21bd441d19c7777eda980b509b534774e57700fcacf08eb79bd780bec8"` [INFO] [stdout] f2f3ad21bd441d19c7777eda980b509b534774e57700fcacf08eb79bd780bec8