[INFO] cloning repository https://github.com/DurgaMa/rust-zcash
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DurgaMa/rust-zcash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDurgaMa%2Frust-zcash", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDurgaMa%2Frust-zcash'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dbf0670ed86ce4f1dc424fb3b4fc221a36896788
[INFO] building DurgaMa/rust-zcash against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDurgaMa%2Frust-zcash" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/DurgaMa/rust-zcash on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/DurgaMa/rust-zcash
[INFO] finished tweaking git repo https://github.com/DurgaMa/rust-zcash
[INFO] tweaked toml for git repo https://github.com/DurgaMa/rust-zcash written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/DurgaMa/rust-zcash 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * src/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: path `src/main.rs` was erroneously implicitly accepted for binary `zcash-cli`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_derive v0.9.11
[INFO] [stderr]   Downloaded serde v0.9.11
[INFO] [stderr]   Downloaded lazy_static v0.2.4
[INFO] [stderr]   Downloaded env_logger v0.4.2
[INFO] [stderr]   Downloaded serde_urlencoded v0.4.2
[INFO] [stderr]   Downloaded unicode-segmentation v1.1.0
[INFO] [stderr]   Downloaded hyper v0.10.5
[INFO] [stderr]   Downloaded clap v2.20.5
[INFO] [stderr]   Downloaded unicode-normalization v0.1.4
[INFO] [stderr]   Downloaded unicode-bidi v0.2.5
[INFO] [stderr]   Downloaded serde_codegen_internals v0.14.1
[INFO] [stderr]   Downloaded aho-corasick v0.6.2
[INFO] [stderr]   Downloaded openssl-sys v0.9.8
[INFO] [stderr]   Downloaded serde_json v0.9.9
[INFO] [stderr]   Downloaded log v0.3.7
[INFO] [stderr]   Downloaded syn v0.11.9
[INFO] [stderr]   Downloaded num_cpus v1.3.0
[INFO] [stderr]   Downloaded hyper-native-tls v0.2.2
[INFO] [stderr]   Downloaded url v1.4.0
[INFO] [stderr]   Downloaded security-framework-sys v0.1.10
[INFO] [stderr]   Downloaded native-tls v0.1.1
[INFO] [stderr]   Downloaded rust-ini v0.10.0
[INFO] [stderr]   Downloaded reqwest v0.4.0
[INFO] [stderr]   Downloaded openssl v0.9.8
[INFO] [stderr]   Downloaded schannel v0.1.2
[INFO] [stderr]   Downloaded security-framework v0.1.10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] acaaea0a7dfb3193e36eecf9d46206961ff461983761d35c055a27283491a274
[INFO] running `Command { std: "docker" "start" "-a" "acaaea0a7dfb3193e36eecf9d46206961ff461983761d35c055a27283491a274", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "acaaea0a7dfb3193e36eecf9d46206961ff461983761d35c055a27283491a274", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acaaea0a7dfb3193e36eecf9d46206961ff461983761d35c055a27283491a274", kill_on_drop: false }`
[INFO] [stdout] acaaea0a7dfb3193e36eecf9d46206961ff461983761d35c055a27283491a274
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c80f7a68e2c695b01ed01832eabae8d5c7feca21798f1ee27eb74ddbc864012c
[INFO] running `Command { std: "docker" "start" "-a" "c80f7a68e2c695b01ed01832eabae8d5c7feca21798f1ee27eb74ddbc864012c", kill_on_drop: false }`
[INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * src/main.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: path `src/main.rs` was erroneously implicitly accepted for binary `zcash-cli`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.21
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling pkg-config v0.3.9
[INFO] [stderr]    Compiling gcc v0.3.43
[INFO] [stderr]    Compiling matches v0.1.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.4
[INFO] [stderr]    Compiling log v0.3.7
[INFO] [stderr]    Compiling openssl v0.9.8
[INFO] [stderr]    Compiling bitflags v0.7.0
[INFO] [stderr]    Compiling lazy_static v0.2.4
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]    Compiling foreign-types v0.2.0
[INFO] [stderr]    Compiling dtoa v0.4.1
[INFO] [stderr]    Compiling traitobject v0.1.0
[INFO] [stderr]    Compiling language-tags v0.2.2
[INFO] [stderr]    Compiling unicode-bidi v0.2.5
[INFO] [stderr]    Compiling unreachable v0.1.1
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]    Compiling rustc-serialize v0.3.22
[INFO] [stderr]    Compiling httparse v1.2.1
[INFO] [stderr]    Compiling itoa v0.3.1
[INFO] [stderr]    Compiling typeable v0.1.2
[INFO] [stderr]    Compiling mime v0.2.2
[INFO] [stderr]    Compiling serde v0.9.11
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling num-traits v0.1.37
[INFO] [stderr]    Compiling antidote v1.0.0
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]    Compiling regex-syntax v0.4.0
[INFO] [stderr]    Compiling syn v0.11.9
[INFO] [stderr]    Compiling utf8-ranges v1.0.0
[INFO] [stderr]    Compiling unicode-width v0.1.4
[INFO] [stderr]    Compiling vec_map v0.6.0
[INFO] [stderr]    Compiling strsim v0.6.0
[INFO] [stderr]    Compiling yaml-rust v0.3.5
[INFO] [stderr]    Compiling unicode-segmentation v1.1.0
[INFO] [stderr]    Compiling num_cpus v1.3.0
[INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-serialize-0.3.22/src/serialize.rs:1155:5
[INFO] [stdout]      |
[INFO] [stdout] 1155 |     fn decode<D: Decoder>(d: &mut D) -> Result<Cow<'static, T>, D::Error> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |     |
[INFO] [stdout]      |     the parameter type `T` must be valid for the static lifetime...
[INFO] [stdout]      |     ...so that the type `T` will meet its required lifetime bounds...
[INFO] [stdout]      |
[INFO] [stdout] note: ...that is required by this bound
[INFO] [stdout]     --> /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/alloc/src/borrow.rs:179:30
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]      |
[INFO] [stdout] 1151 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T>
[INFO] [stdout]      |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling memchr v1.0.1
[INFO] [stderr]    Compiling time v0.1.36
[INFO] [stderr]    Compiling thread-id v3.0.0
[INFO] [stderr]    Compiling unicase v1.4.0
[INFO] [stderr]    Compiling hyper v0.10.5
[INFO] [stderr]    Compiling aho-corasick v0.6.2
[INFO] [stderr]    Compiling thread_local v0.3.3
[INFO] [stderr]    Compiling term_size v0.2.3
[INFO] [stderr]    Compiling ansi_term v0.9.0
[INFO] [stderr]    Compiling rust-ini v0.10.0
[INFO] [stderr]    Compiling openssl-sys v0.9.8
[INFO] [stderr]    Compiling clap v2.20.5
[INFO] [stderr]    Compiling idna v0.1.0
[INFO] [stderr] error: failed to run custom build command for `openssl-sys v0.9.8`
[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-f3717d649565fae3/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[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]   PROFILE = Some("debug")
[INFO] [stderr]   running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-E" "/opt/rustwide/target/debug/build/openssl-sys-3cbf73a1b4d884d8/out/expando.c"
[INFO] [stderr]   ExitStatus(unix_wait_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] 
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.8/build.rs:313: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]   but a different version of OpenSSL was found. The build is now aborting due to
[INFO] [stderr]   this version mismatch.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5c1c4a36325a - std::backtrace_rs::backtrace::libunwind::trace::h65cc9476dea42f04
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stderr]      1:     0x5c1c4a36325a - std::backtrace_rs::backtrace::trace_unsynchronized::h31307b22853da5cb
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x5c1c4a36325a - std::sys::backtrace::_print_fmt::h1d1ec741e9afb97a
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x5c1c4a36325a - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::he389a1126db3ba75
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x5c1c4a386e33 - core::fmt::rt::Argument::fmt::h0df11dc86b5adf75
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/core/src/fmt/rt.rs:177:76
[INFO] [stderr]      5:     0x5c1c4a386e33 - core::fmt::write::hb735a44de60d4775
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/core/src/fmt/mod.rs:1440:21
[INFO] [stderr]      6:     0x5c1c4a35fc43 - std::io::Write::write_fmt::h7e55554e3b601464
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/io/mod.rs:1887:15
[INFO] [stderr]      7:     0x5c1c4a3630a2 - std::sys::backtrace::BacktraceLock::print::h1b2403acafb4a9ce
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      8:     0x5c1c4a364340 - std::panicking::default_hook::{{closure}}::h1331b39f8c22272c
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/panicking.rs:295:22
[INFO] [stderr]      9:     0x5c1c4a364120 - std::panicking::default_hook::h412b1b8b79d13729
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/panicking.rs:322:9
[INFO] [stderr]     10:     0x5c1c4a364b22 - std::panicking::rust_panic_with_hook::he422ff96d7e46154
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/panicking.rs:828:13
[INFO] [stderr]     11:     0x5c1c4a3649fc - std::panicking::begin_panic::{{closure}}::h8944667d331f9d1e
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/panicking.rs:765:9
[INFO] [stderr]     12:     0x5c1c4a363769 - std::sys::backtrace::__rust_end_short_backtrace::hf5013848c4aea854
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/sys/backtrace.rs:168:18
[INFO] [stderr]     13:     0x5c1c4a364902 - std::panicking::begin_panic::h83c27e404d2e5b27
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/panicking.rs:764:5
[INFO] [stderr]     14:     0x5c1c4a306626 - build_script_build::validate_headers::h01759ac2ba16d7da
[INFO] [stderr]     15:     0x5c1c4a305803 - build_script_build::try_pkg_config::h6a7e32e948ca3903
[INFO] [stderr]     16:     0x5c1c4a304887 - build_script_build::find_openssl_dir::h4b6fa49002635baa
[INFO] [stderr]     17:     0x5c1c4a304658 - build_script_build::main::{{closure}}::h6c711efc89c3deef
[INFO] [stderr]     18:     0x5c1c4a30e813 - core::option::Option<T>::unwrap_or_else::hc92135d379df1293
[INFO] [stderr]     19:     0x5c1c4a303bb3 - build_script_build::main::he47c433d5c55939a
[INFO] [stderr]     20:     0x5c1c4a30b7a3 - core::ops::function::FnOnce::call_once::hed053fcf8ed71565
[INFO] [stderr]     21:     0x5c1c4a30ad76 - std::sys::backtrace::__rust_begin_short_backtrace::h15f69345b0f6c570
[INFO] [stderr]     22:     0x5c1c4a30ad49 - std::rt::lang_start::{{closure}}::ha5381eb5a4fc7cf7
[INFO] [stderr]     23:     0x5c1c4a35bdd7 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::he65d3dc22beac451
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     24:     0x5c1c4a35bdd7 - std::panicking::try::do_call::h06981c1fa5ca7e3e
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/panicking.rs:584:40
[INFO] [stderr]     25:     0x5c1c4a35bdd7 - std::panicking::try::h69dc3282503f57f9
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/panicking.rs:547:19
[INFO] [stderr]     26:     0x5c1c4a35bdd7 - std::panic::catch_unwind::h92970ef9ef5c92ae
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/panic.rs:358:14
[INFO] [stderr]     27:     0x5c1c4a35bdd7 - std::rt::lang_start_internal::{{closure}}::h1b78dd850ae1293d
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/rt.rs:174:48
[INFO] [stderr]     28:     0x5c1c4a35bdd7 - std::panicking::try::do_call::h027346d9b0cbd7c7
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/panicking.rs:584:40
[INFO] [stderr]     29:     0x5c1c4a35bdd7 - std::panicking::try::h91dc055514206193
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/panicking.rs:547:19
[INFO] [stderr]     30:     0x5c1c4a35bdd7 - std::panic::catch_unwind::ha551d86c182ebce0
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/panic.rs:358:14
[INFO] [stderr]     31:     0x5c1c4a35bdd7 - std::rt::lang_start_internal::h19b9f2ab21592fb1
[INFO] [stderr]                                  at /rustc/ad211ced81509462cdfe4c29ed10f97279a0acae/library/std/src/rt.rs:174:20
[INFO] [stderr]     32:     0x5c1c4a30ad27 - std::rt::lang_start::hab3b6f1ead06ca5e
[INFO] [stderr]     33:     0x5c1c4a307935 - main
[INFO] [stderr]     34:     0x7652dbc9dd90 - <unknown>
[INFO] [stderr]     35:     0x7652dbc9de40 - __libc_start_main
[INFO] [stderr]     36:     0x5c1c4a2fefd5 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0310`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustc-serialize` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "c80f7a68e2c695b01ed01832eabae8d5c7feca21798f1ee27eb74ddbc864012c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c80f7a68e2c695b01ed01832eabae8d5c7feca21798f1ee27eb74ddbc864012c", kill_on_drop: false }`
[INFO] [stdout] c80f7a68e2c695b01ed01832eabae8d5c7feca21798f1ee27eb74ddbc864012c
