[INFO] cloning repository https://github.com/guangie88/rs-fs-report [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guangie88/rs-fs-report" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguangie88%2Frs-fs-report", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguangie88%2Frs-fs-report'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0314adcb72f11b95799667a88f90f8112011c851 [INFO] testing guangie88/rs-fs-report against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguangie88%2Frs-fs-report" "/workspace/builds/worker-111/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-111/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/guangie88/rs-fs-report on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/guangie88/rs-fs-report [INFO] finished tweaking git repo https://github.com/guangie88/rs-fs-report [INFO] tweaked toml for git repo https://github.com/guangie88/rs-fs-report written to /workspace/builds/worker-111/source/Cargo.toml [INFO] crate git repo https://github.com/guangie88/rs-fs-report already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde v1.0.33 [INFO] [stderr] Downloaded serde_derive v1.0.33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2abea9fe4649cccc83f37301f334057b46ea2ed4b7c0dbee2ad53f2dfe873336 [INFO] running `Command { std: "docker" "start" "-a" "2abea9fe4649cccc83f37301f334057b46ea2ed4b7c0dbee2ad53f2dfe873336", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2abea9fe4649cccc83f37301f334057b46ea2ed4b7c0dbee2ad53f2dfe873336", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2abea9fe4649cccc83f37301f334057b46ea2ed4b7c0dbee2ad53f2dfe873336", kill_on_drop: false }` [INFO] [stdout] 2abea9fe4649cccc83f37301f334057b46ea2ed4b7c0dbee2ad53f2dfe873336 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebee0a53fa54a3b7492a73a99cd65d07cdbb896c8dbdab95872254a62f0a9390 [INFO] running `Command { std: "docker" "start" "-a" "ebee0a53fa54a3b7492a73a99cd65d07cdbb896c8dbdab95872254a62f0a9390", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.39 [INFO] [stderr] Compiling cc v1.0.9 [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling serde v1.0.33 [INFO] [stderr] Compiling byteorder v1.2.1 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling getopts v0.2.17 [INFO] [stderr] Compiling arrayref v0.3.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling remove_dir_all v0.5.0 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling unicode-normalization v0.1.5 [INFO] [stderr] Compiling siphasher v0.2.2 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling quick-error v1.2.1 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling md5 v0.3.7 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling itoa v0.4.0 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling fallible-iterator v0.1.4 [INFO] [stderr] Compiling dtoa v0.4.2 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling rustc-demangle v0.1.7 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling crossbeam v0.3.2 [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling syn v0.12.14 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling regex-syntax v0.5.3 [INFO] [stderr] Compiling yaml-rust v0.4.0 [INFO] [stderr] Compiling pulldown-cmark v0.0.8 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling socket2 v0.3.4 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling filebuffer v0.3.0 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling openssl-sys v0.9.27 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling serde_derive_internals v0.21.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling phf v0.7.21 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling num-iter v0.1.35 [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-332fb5e00f55d2f1/build-script-build` (exit status: 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: 0x55f4ab7ceacc - std::backtrace_rs::backtrace::libunwind::trace::h793e05efd273d0f4 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x55f4ab7ceacc - std::backtrace_rs::backtrace::trace_unsynchronized::h640b7b86ff610c77 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55f4ab7ceacc - std::sys_common::backtrace::_print_fmt::h362fa2a4f354f877 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x55f4ab7ceacc - ::fmt::hf439e5ed84c74abd [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x55f4ab7e8bfc - core::fmt::write::h72801a82c94e6ff1 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/core/src/fmt/mod.rs:1149:17 [INFO] [stderr] 5: 0x55f4ab7cc3b5 - std::io::Write::write_fmt::h5562a8b6da0f0339 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/io/mod.rs:1697:15 [INFO] [stderr] 6: 0x55f4ab7d00d0 - std::sys_common::backtrace::_print::hb29ddd998d02631c [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x55f4ab7d00d0 - std::sys_common::backtrace::print::h81965e3d7c90fbb6 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x55f4ab7d00d0 - std::panicking::default_hook::{{closure}}::h84db205ab6674b38 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/panicking.rs:211:50 [INFO] [stderr] 9: 0x55f4ab7cfc7b - std::panicking::default_hook::h1bf8bb4159936bca [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/panicking.rs:228:9 [INFO] [stderr] 10: 0x55f4ab7d0784 - std::panicking::rust_panic_with_hook::hf8e86850fbbd03b1 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/panicking.rs:606:17 [INFO] [stderr] 11: 0x55f4ab7b818e - std::panicking::begin_panic::{{closure}}::hc6945ff32667fd81 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/panicking.rs:526:9 [INFO] [stderr] 12: 0x55f4ab7b7f68 - std::sys_common::backtrace::__rust_end_short_backtrace::h6c0c19b2ca2d6820 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stderr] 13: 0x55f4ab7b80cf - std::panicking::begin_panic::hcee2c05b5d5a137e [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/panicking.rs:525:12 [INFO] [stderr] 14: 0x55f4ab7b9006 - build_script_build::main::hd5a20a020ee5b1f3 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14 [INFO] [stderr] 15: 0x55f4ab7b69db - core::ops::function::FnOnce::call_once::h4074f155260f7d6f [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 16: 0x55f4ab7b7fae - std::sys_common::backtrace::__rust_begin_short_backtrace::hebde1193ac9e69dd [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stderr] 17: 0x55f4ab7b7001 - std::rt::lang_start::{{closure}}::h685c5362bcd44e19 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/rt.rs:145:18 [INFO] [stderr] 18: 0x55f4ab7ce311 - core::ops::function::impls:: for &F>::call_once::h42d3791e66d196c0 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 19: 0x55f4ab7ce311 - std::panicking::try::do_call::hc3bcb188e535517f [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/panicking.rs:406:40 [INFO] [stderr] 20: 0x55f4ab7ce311 - std::panicking::try::hb1edf04d4a7097ab [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/panicking.rs:370:19 [INFO] [stderr] 21: 0x55f4ab7ce311 - std::panic::catch_unwind::h75ed941ac0d36d57 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/panic.rs:133:14 [INFO] [stderr] 22: 0x55f4ab7ce311 - std::rt::lang_start_internal::{{closure}}::hc702b3389af4cbea [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/rt.rs:128:48 [INFO] [stderr] 23: 0x55f4ab7ce311 - std::panicking::try::do_call::h53276a03c7fe2ebc [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/panicking.rs:406:40 [INFO] [stderr] 24: 0x55f4ab7ce311 - std::panicking::try::ha9e37f45dc542517 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/panicking.rs:370:19 [INFO] [stderr] 25: 0x55f4ab7ce311 - std::panic::catch_unwind::h182647595766fee7 [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/panic.rs:133:14 [INFO] [stderr] 26: 0x55f4ab7ce311 - std::rt::lang_start_internal::h571831ebdba142de [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/rt.rs:128:20 [INFO] [stderr] 27: 0x55f4ab7b6fd0 - std::rt::lang_start::h0cb4595b41c1157c [INFO] [stderr] at /rustc/8262275854dc0e5381c9d42d56257d94932c5a87/library/std/src/rt.rs:144:17 [INFO] [stderr] 28: 0x55f4ab7b96ec - main [INFO] [stderr] 29: 0x7f7d90c8c0b3 - __libc_start_main [INFO] [stderr] 30: 0x55f4ab7b457e - _start [INFO] [stderr] 31: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ebee0a53fa54a3b7492a73a99cd65d07cdbb896c8dbdab95872254a62f0a9390", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebee0a53fa54a3b7492a73a99cd65d07cdbb896c8dbdab95872254a62f0a9390", kill_on_drop: false }` [INFO] [stdout] ebee0a53fa54a3b7492a73a99cd65d07cdbb896c8dbdab95872254a62f0a9390