[INFO] updating cached repository https://github.com/Ilphrin/everss [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] aad180abd8e9bb23d0f2b6718dae5022389a978b [INFO] testing Ilphrin/everss against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FIlphrin%2Feverss" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ilphrin/everss on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Ilphrin/everss [INFO] finished tweaking git repo https://github.com/Ilphrin/everss [INFO] tweaked toml for git repo https://github.com/Ilphrin/everss written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Ilphrin/everss already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] dc6e2eb9416cac7d9128cd7b476fe20c8f05013e7d972fe3e52de45105ba5e7f [INFO] running `"docker" "start" "-a" "dc6e2eb9416cac7d9128cd7b476fe20c8f05013e7d972fe3e52de45105ba5e7f"` [INFO] [stderr] Compiling gcc v0.3.46 [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling openssl-probe v0.1.1 [INFO] [stderr] Compiling openssl-sys v0.7.17 [INFO] [stderr] Compiling unicode-bidi v0.3.0 [INFO] [stderr] Compiling quick-xml v0.4.2 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling idna v0.1.1 (https://github.com/servo/rust-url#03e0c0ff) [INFO] [stderr] Compiling rss v0.4.0 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling termion v1.3.0 [INFO] [stderr] Compiling libz-sys v1.0.13 [INFO] [stderr] Compiling curl-sys v0.2.5 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling url v1.4.0 (https://github.com/servo/rust-url#03e0c0ff) [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rust-url-3ddac0958e207dae/03e0c0f/src/form_urlencoded.rs:248:40 [INFO] [stderr] | [INFO] [stderr] 246 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 247 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 248 | 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 curl v0.3.11 [INFO] [stderr] Compiling everss v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:32:34 [INFO] [stderr] | [INFO] [stderr] 32 | buffer = String::from(buffer.trim_right()); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/terminal/mod.rs:34:28 [INFO] [stderr] | [INFO] [stderr] 34 | url = String::from(url.trim_right()); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/streamrss/mod.rs:152:1 [INFO] [stderr] | [INFO] [stderr] 152 | pub fn get_feed(buffer: &String) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/streamrss/mod.rs:151:8 [INFO] [stderr] | [INFO] [stderr] 151 | #[warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a function [INFO] [stderr] --> src/streamrss/mod.rs:196:1 [INFO] [stderr] | [INFO] [stderr] 196 | pub fn save_feed(feed: &StreamRSS) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/streamrss/mod.rs:195:8 [INFO] [stderr] | [INFO] [stderr] 195 | #[warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: comparison is useless due to type limits [INFO] [stderr] --> src/terminal/mod.rs:52:12 [INFO] [stderr] | [INFO] [stderr] 52 | if index >= 0 { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_comparisons)]` 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/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.everss.6sqime38-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522" "/opt/rustwide/target/debug/deps/everss-6515dff70dba1522.40mt001i9xg1fhyi.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/curl-sys-65e8eb683d60ebb0/out/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtermion-5e56eb14a37131f2.rlib" "/opt/rustwide/target/debug/deps/libglob-097ea7927ded5501.rlib" "/opt/rustwide/target/debug/deps/libchrono-5a25075336e14d33.rlib" "/opt/rustwide/target/debug/deps/libnum-f4d932cc1e3642d9.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-b13475abf2c1c583.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-bc65f517016e5857.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6f8f4282a740ce1a.rlib" "/opt/rustwide/target/debug/deps/libtime-4e236571c9e0b6f2.rlib" "/opt/rustwide/target/debug/deps/libcurl-43c7d813a38bcd73.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-f130820c2d7a9b16.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-485d64448877dc60.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-9ff47c59979ff971.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-f35b3659bd069763.rlib" "/opt/rustwide/target/debug/deps/liblibc-d420fdbd2338b3ea.rlib" "/opt/rustwide/target/debug/deps/liburl-287ae22677d544da.rlib" "/opt/rustwide/target/debug/deps/libidna-04fa422cc4c9297b.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-5f123773124974e8.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7d3e90f43ef13887.rlib" "/opt/rustwide/target/debug/deps/libmatches-59839b56c90f23f1.rlib" "/opt/rustwide/target/debug/deps/librss-b6c30ee24ae1d645.rlib" "/opt/rustwide/target/debug/deps/libquick_xml-c0e642ed3d8ad663.rlib" "/opt/rustwide/target/debug/deps/liblog-00397694b34c9343.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libopenssl_sys-9ff47c59979ff971.rlib(openssl_sys-9ff47c59979ff971.openssl_sys.bbwbhy3m-cgu.15.rcgu.o): In function `openssl_sys::init::{{closure}}': [INFO] [stderr] /opt/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/target/debug/deps/libopenssl_sys-9ff47c59979ff971.rlib(openssl_sys-9ff47c59979ff971.openssl_sys.bbwbhy3m-cgu.15.rcgu.o): In function `openssl_sys::set_id_callback': [INFO] [stderr] /opt/rustwide/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 `everss`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dc6e2eb9416cac7d9128cd7b476fe20c8f05013e7d972fe3e52de45105ba5e7f"` [INFO] running `"docker" "rm" "-f" "dc6e2eb9416cac7d9128cd7b476fe20c8f05013e7d972fe3e52de45105ba5e7f"` [INFO] [stdout] dc6e2eb9416cac7d9128cd7b476fe20c8f05013e7d972fe3e52de45105ba5e7f