[INFO] updating cached repository https://github.com/Ophirr33/commencement-ticket-resell [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] 05ab90a43e5576768a4f82e302c178ca47b1f4b0 [INFO] testing Ophirr33/commencement-ticket-resell against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FOphirr33%2Fcommencement-ticket-resell" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ophirr33/commencement-ticket-resell 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/Ophirr33/commencement-ticket-resell [INFO] finished tweaking git repo https://github.com/Ophirr33/commencement-ticket-resell [INFO] tweaked toml for git repo https://github.com/Ophirr33/commencement-ticket-resell written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/Ophirr33/commencement-ticket-resell 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 68e3a76e0ab2cb5949f6986f388a0eb7a7e31ae990a1bd556a9f9d0b8e635d85 [INFO] running `"docker" "start" "-a" "68e3a76e0ab2cb5949f6986f388a0eb7a7e31ae990a1bd556a9f9d0b8e635d85"` [INFO] [stderr] Compiling cc v1.0.8 [INFO] [stderr] Compiling itoa v0.4.0 [INFO] [stderr] Compiling serde v1.0.33 [INFO] [stderr] Compiling bytecount v0.2.0 [INFO] [stderr] Compiling openssl v0.10.5 [INFO] [stderr] Compiling memoffset v0.1.0 [INFO] [stderr] Compiling string v0.1.0 [INFO] [stderr] Compiling indexmap v1.0.0 [INFO] [stderr] Compiling http-range v0.1.1 [INFO] [stderr] Compiling tokio-executor v0.1.0 [INFO] [stderr] Compiling hostname v0.1.4 [INFO] [stderr] Compiling actix_derive v0.2.0 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling libsqlite3-sys v0.9.1 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling base64 v0.7.0 [INFO] [stderr] Compiling yaml-rust v0.4.0 [INFO] [stderr] Compiling crossbeam-epoch v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.2.13 [INFO] [stderr] Compiling uuid v0.6.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling loggerv v0.7.1 [INFO] [stderr] Compiling email v0.0.18 [INFO] [stderr] Compiling r2d2 v0.8.2 [INFO] [stderr] Compiling crossbeam-epoch v0.2.0 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling resolv-conf v0.6.0 [INFO] [stderr] Compiling clap v2.27.1 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling http v0.1.5 [INFO] [stderr] Compiling mio-uds v0.6.4 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling diesel_derives v1.1.0 [INFO] [stderr] Compiling url v1.7.0 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling serde_derive_internals v0.21.0 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.3.0 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling tempdir v0.3.6 [INFO] [stderr] Compiling tokio-threadpool v0.1.0 [INFO] [stderr] Compiling crossbeam-channel v0.1.2 [INFO] [stderr] Compiling tokio-reactor v0.1.0 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.7.0/src/form_urlencoded.rs:261:40 [INFO] [stderr] | [INFO] [stderr] 259 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 260 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 261 | 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 rayon v0.8.2 [INFO] [stderr] Compiling serde-hjson v0.8.1 [INFO] [stderr] Compiling tokio v0.1.3 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.4 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling openssl-sys v0.9.27 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling h2 v0.1.2 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.33 [INFO] [stderr] Compiling tokio-core v0.1.15 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] error: failed to run custom build command for `openssl v0.9.24` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/openssl-1a816ff60cbf6089/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Unable to detect OpenSSL version', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x555a1e79b13b - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x555a1e79b13b - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x555a1e79b13b - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x555a1e79b13b - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x555a1e79b13b - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x555a1e79ae16 - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x555a1e79b7fd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x555a1e78f131 - std::panicking::begin_panic::h25e5882479371924 [INFO] [stderr] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/panicking.rs:411 [INFO] [stderr] 8: 0x555a1e791271 - build_script_build::main::h995e8efeb76c403e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16 [INFO] [stderr] 9: 0x555a1e78f780 - std::rt::lang_start::{{closure}}::hf7bc19783b80e7a0 [INFO] [stderr] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/rt.rs:64 [INFO] [stderr] 10: 0x555a1e79b253 - std::rt::lang_start_internal::{{closure}}::h4e93c1949c7a1955 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 11: 0x555a1e79b253 - std::panicking::try::do_call::h9440ccd4dc467eaa [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 12: 0x555a1e79ca6a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 13: 0x555a1e79bd0d - std::panicking::try::hc046e7ee42ee744f [INFO] [stderr] at src/libstd/panicking.rs:275 [INFO] [stderr] 14: 0x555a1e79bd0d - std::panic::catch_unwind::h27dfc457c200aee0 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 15: 0x555a1e79bd0d - std::rt::lang_start_internal::hea1b49a567afe309 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 16: 0x555a1e78f759 - std::rt::lang_start::h8872563b6bc8f59a [INFO] [stderr] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/rt.rs:64 [INFO] [stderr] 17: 0x555a1e791a1a - main [INFO] [stderr] 18: 0x7f4a83370b97 - __libc_start_main [INFO] [stderr] 19: 0x555a1e78c30a - _start [INFO] [stderr] 20: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "68e3a76e0ab2cb5949f6986f388a0eb7a7e31ae990a1bd556a9f9d0b8e635d85"` [INFO] running `"docker" "rm" "-f" "68e3a76e0ab2cb5949f6986f388a0eb7a7e31ae990a1bd556a9f9d0b8e635d85"` [INFO] [stdout] 68e3a76e0ab2cb5949f6986f388a0eb7a7e31ae990a1bd556a9f9d0b8e635d85