[INFO] cloning repository https://github.com/chriseschiebere/device_simulator_cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chriseschiebere/device_simulator_cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriseschiebere%2Fdevice_simulator_cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriseschiebere%2Fdevice_simulator_cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 542020fcc7f92b4c1c361f638791b7f65c0908f5 [INFO] testing chriseschiebere/device_simulator_cli/542020fcc7f92b4c1c361f638791b7f65c0908f5 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriseschiebere%2Fdevice_simulator_cli" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chriseschiebere/device_simulator_cli on toolchain 1871252fc8bb672d40787e67404e6eaae7059369 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/chriseschiebere/device_simulator_cli [INFO] finished tweaking git repo https://github.com/chriseschiebere/device_simulator_cli [INFO] tweaked toml for git repo https://github.com/chriseschiebere/device_simulator_cli written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/chriseschiebere/device_simulator_cli already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rpassword v2.0.0 [INFO] [stderr] Downloaded mqtt-protocol v0.3.1 [INFO] [stderr] Downloaded geeny-api v0.3.0 [INFO] [stderr] Downloaded mvdb v0.2.1 [INFO] [stderr] Downloaded reqwest v0.8.3 [INFO] [stderr] Downloaded byteorder v0.3.13 [INFO] [stderr] Downloaded rumqtt v0.10.1 [INFO] [stderr] Downloaded hyper v0.11.14 [INFO] [stderr] Downloaded hub-sdk v0.4.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f7993291279c58417e92839a28a6e9c0f4b80c0f842b2546b4da95dd87e10714 [INFO] running `Command { std: "docker" "start" "-a" "f7993291279c58417e92839a28a6e9c0f4b80c0f842b2546b4da95dd87e10714", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f7993291279c58417e92839a28a6e9c0f4b80c0f842b2546b4da95dd87e10714", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7993291279c58417e92839a28a6e9c0f4b80c0f842b2546b4da95dd87e10714", kill_on_drop: false }` [INFO] [stdout] f7993291279c58417e92839a28a6e9c0f4b80c0f842b2546b4da95dd87e10714 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3104aae85d4043de15efcf4df898150622a7d1d0fb442b0ffcf4f7697ee65549 [INFO] running `Command { std: "docker" "start" "-a" "3104aae85d4043de15efcf4df898150622a7d1d0fb442b0ffcf4f7697ee65549", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling version_check v0.1.3 [INFO] [stderr] Compiling cc v1.0.4 [INFO] [stderr] Compiling futures v0.1.17 [INFO] [stderr] Compiling byteorder v1.2.1 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling siphasher v0.2.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Compiling openssl v0.9.23 [INFO] [stderr] Compiling rand v0.3.20 [INFO] [stderr] Compiling iovec v0.1.1 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling num-traits v0.1.41 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling lazycell v0.6.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling mio v0.6.12 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling openssl-sys v0.9.24 [INFO] [stderr] Compiling scoped-tls v0.1.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling slab v0.4.0 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling serde v1.0.27 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling build_const v0.2.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling crc v1.7.0 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] error: failed to run custom build command for `openssl-sys v0.9.24` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/openssl-sys-9c9a0567a17caed1/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_LIB_DIR [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_DIR [INFO] [stderr] cargo:rustc-link-lib=ssl [INFO] [stderr] cargo:rustc-link-lib=crypto [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-Wall" "-Wextra" "-E" "/opt/rustwide/target/debug/build/openssl-sys-476cbc46f098dc7a/out/expando.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD" [INFO] [stderr] cargo:conf=OPENSSL_NO_SSL3_METHOD [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.24/build.rs:486:9: [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] This crate is only compatible with OpenSSL 1.0.1, 1.0.2, and 1.1.0, or LibreSSL [INFO] [stderr] 2.5 and 2.6.0, but a different version of OpenSSL was found. The build is now [INFO] [stderr] aborting due to this version mismatch. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5629859899c5 - std::backtrace_rs::backtrace::libunwind::trace::h59d96bdb08384354 [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5 [INFO] [stderr] 1: 0x5629859899c5 - std::backtrace_rs::backtrace::trace_unsynchronized::h9cf5becacfc93fba [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5629859899c5 - std::sys_common::backtrace::_print_fmt::h10b76d10405dbd48 [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x5629859899c5 - ::fmt::h6ed9e62a156d84e4 [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x5629859ad0eb - core::fmt::rt::Argument::fmt::h645c680983f03c9f [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/rt.rs:165:63 [INFO] [stderr] 5: 0x5629859ad0eb - core::fmt::write::h8bcd80919a02be29 [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/mod.rs:1169:21 [INFO] [stderr] 6: 0x56298598720f - std::io::Write::write_fmt::hed769ca6c29434ec [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/io/mod.rs:1835:15 [INFO] [stderr] 7: 0x56298598979e - std::sys_common::backtrace::_print::h6306f131a28d62b0 [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x56298598979e - std::sys_common::backtrace::print::h7079288e0a26dfcc [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x56298598ad29 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba [INFO] [stderr] 10: 0x56298598aa6d - std::panicking::default_hook::hd56ee406bf547b5c [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:298:9 [INFO] [stderr] 11: 0x56298598b1c3 - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2 [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:795:13 [INFO] [stderr] 12: 0x56298595c4de - std::panicking::begin_panic::{{closure}}::ha0a0aaac238b653a [INFO] [stderr] 13: 0x56298595fdfa - std::sys_common::backtrace::__rust_end_short_backtrace::hd67132d30a226e2b [INFO] [stderr] 14: 0x56298595c48b - std::panicking::begin_panic::he0aef00833764814 [INFO] [stderr] 15: 0x5629859274f0 - build_script_build::validate_headers::hba3de86822f7a0f5 [INFO] [stderr] 16: 0x5629859261df - build_script_build::try_pkg_config::hdacbd507ca017afd [INFO] [stderr] 17: 0x562985925277 - build_script_build::find_openssl_dir::h09c358f365ca317d [INFO] [stderr] 18: 0x562985925028 - build_script_build::main::{{closure}}::heaa4ad713e6bc137 [INFO] [stderr] 19: 0x56298592d893 - core::option::Option::unwrap_or_else::h07013512039c07d5 [INFO] [stderr] 20: 0x56298592414f - build_script_build::main::h36fbfcf258fdb614 [INFO] [stderr] 21: 0x562985929dd3 - core::ops::function::FnOnce::call_once::hb44120fc837a2ba4 [INFO] [stderr] 22: 0x562985929226 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd4bbd923505825fa [INFO] [stderr] 23: 0x56298592cb79 - std::rt::lang_start::{{closure}}::h3c9afc5823f9f4d6 [INFO] [stderr] 24: 0x56298598383d - core::ops::function::impls:: for &F>::call_once::h239f0051f1e18680 [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 25: 0x56298598383d - std::panicking::try::do_call::hf7072797cbfea7fa [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40 [INFO] [stderr] 26: 0x56298598383d - std::panicking::try::h3a37e38691a5244b [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19 [INFO] [stderr] 27: 0x56298598383d - std::panic::catch_unwind::hc7cc1460e4236209 [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14 [INFO] [stderr] 28: 0x56298598383d - std::rt::lang_start_internal::{{closure}}::hce632608b277cffc [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/rt.rs:141:48 [INFO] [stderr] 29: 0x56298598383d - std::panicking::try::do_call::hafc0f13e6abd9d79 [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40 [INFO] [stderr] 30: 0x56298598383d - std::panicking::try::h67b8f1800ef15799 [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19 [INFO] [stderr] 31: 0x56298598383d - std::panic::catch_unwind::he5b260dc522c68be [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14 [INFO] [stderr] 32: 0x56298598383d - std::rt::lang_start_internal::hf119eb75d1ffe221 [INFO] [stderr] at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/rt.rs:141:20 [INFO] [stderr] 33: 0x56298592cb57 - std::rt::lang_start::h9108091298e12711 [INFO] [stderr] 34: 0x562985929005 - main [INFO] [stderr] 35: 0x7f7879744d90 - [INFO] [stderr] 36: 0x7f7879744e40 - __libc_start_main [INFO] [stderr] 37: 0x56298591e9f5 - _start [INFO] [stderr] 38: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3104aae85d4043de15efcf4df898150622a7d1d0fb442b0ffcf4f7697ee65549", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3104aae85d4043de15efcf4df898150622a7d1d0fb442b0ffcf4f7697ee65549", kill_on_drop: false }` [INFO] [stdout] 3104aae85d4043de15efcf4df898150622a7d1d0fb442b0ffcf4f7697ee65549