[INFO] updating cached repository dvush/exonum_pb_types [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dvush/exonum_pb_types [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dvush/exonum_pb_types" "work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/dvush/exonum_pb_types"` [INFO] [stderr] Cloning into 'work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/dvush/exonum_pb_types'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dvush/exonum_pb_types" "work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/dvush/exonum_pb_types"` [INFO] [stderr] Cloning into 'work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/dvush/exonum_pb_types'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f0e4a74d2c356f3f399c26a4da250e8bf242e77f [INFO] sha for GitHub repo dvush/exonum_pb_types: f0e4a74d2c356f3f399c26a4da250e8bf242e77f [INFO] validating manifest of dvush/exonum_pb_types on toolchain master#6ea4036cd20a4b1ab1d56e555108c21735ff6946 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dvush/exonum_pb_types on toolchain try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dvush/exonum_pb_types [INFO] finished frobbing dvush/exonum_pb_types [INFO] frobbed toml for dvush/exonum_pb_types written to work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/dvush/exonum_pb_types/Cargo.toml [INFO] started frobbing dvush/exonum_pb_types [INFO] finished frobbing dvush/exonum_pb_types [INFO] frobbed toml for dvush/exonum_pb_types written to work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/dvush/exonum_pb_types/Cargo.toml [INFO] crate dvush/exonum_pb_types already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking dvush/exonum_pb_types against try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc for pr-62181 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62181/worker-5/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/dvush/exonum_pb_types:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 956693eb8cea1e258660184d98c6a2c650dfbd79b74838168c50baba762f64ec [INFO] running `"docker" "start" "-a" "956693eb8cea1e258660184d98c6a2c650dfbd79b74838168c50baba762f64ec"` [INFO] [stderr] Compiling protobuf v2.2.0 [INFO] [stderr] Compiling protoc v2.2.0 [INFO] [stderr] Compiling protobuf-codegen v2.2.0 [INFO] [stderr] Compiling protoc-rust v2.2.0 [INFO] [stderr] Compiling proto-rust-hw v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unreachable statement [INFO] [stderr] --> build.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / protoc_rust::run(protoc_rust::Args { [INFO] [stderr] 47 | | out_dir: "src/lib_types/proto", [INFO] [stderr] 48 | | input: &p_vec, [INFO] [stderr] 49 | | includes: &["src/lib_types/proto"], [INFO] [stderr] ... | [INFO] [stderr] 52 | | }, [INFO] [stderr] 53 | | }).expect("protoc"); [INFO] [stderr] | |________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_code)] on by default [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `proto-rust-hw v0.1.0 (/opt/crater/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/proto-rust-hw-a91e79a8febe13ea/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=src/lib_types/proto/exonum [INFO] [stderr] cargo:rerun-if-changed=src/user_types/proto [INFO] [stderr] src/lib_types/proto/exonum/hash.proto [INFO] [stderr] src/lib_types/proto/exonum/use_hash.proto [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] ["src/lib_types/proto/exonum/hash.proto", "src/lib_types/proto/exonum/use_hash.proto"] [INFO] [stderr] thread 'main' panicked at 'explicit panic', build.rs:45:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55f25cd39a7b - backtrace::backtrace::libunwind::trace::hc5a758871b6ebf05 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x55f25cd39a7b - backtrace::backtrace::trace_unsynchronized::hdad9729cc53c45f3 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55f25cd39a7b - std::sys_common::backtrace::_print::hccf66646430a9cbc [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x55f25cd39a7b - std::sys_common::backtrace::print::h6c902507aa1c61bf [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x55f25cd39a7b - std::panicking::default_hook::{{closure}}::hc0c79151a0a4b58f [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x55f25cd39757 - std::panicking::default_hook::hfd408bb664bf319a [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x55f25cd3a140 - std::panicking::rust_panic_with_hook::hb2d4371b6afbe17a [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x55f25cd2c118 - std::panicking::begin_panic::hbd3b131b76284901 [INFO] [stderr] at /rustc/003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/src/libstd/panicking.rs:411 [INFO] [stderr] 8: 0x55f25cd06f8c - build_script_build::main::h5bf725665c802382 [INFO] [stderr] at /opt/crater/workdir/build.rs:45 [INFO] [stderr] 9: 0x55f25cd06280 - std::rt::lang_start::{{closure}}::h65a55f5ac3a538b4 [INFO] [stderr] at /rustc/003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/src/libstd/rt.rs:64 [INFO] [stderr] 10: 0x55f25cd39b93 - std::rt::lang_start_internal::{{closure}}::h86569d7197572496 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 11: 0x55f25cd39b93 - std::panicking::try::do_call::hc05ef3c0bbb0a2c9 [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 12: 0x55f25cd3bfda - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:82 [INFO] [stderr] 13: 0x55f25cd3a64d - std::panicking::try::h5f7f6728fc93999f [INFO] [stderr] at src/libstd/panicking.rs:275 [INFO] [stderr] 14: 0x55f25cd3a64d - std::panic::catch_unwind::h9120cbd852b844f2 [INFO] [stderr] at src/libstd/panic.rs:388 [INFO] [stderr] 15: 0x55f25cd3a64d - std::rt::lang_start_internal::h20e51e71516fa081 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 16: 0x55f25cd06259 - std::rt::lang_start::h57412947974f4516 [INFO] [stderr] at /rustc/003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/src/libstd/rt.rs:64 [INFO] [stderr] 17: 0x55f25cd0706a - main [INFO] [stderr] 18: 0x7f90363542e1 - __libc_start_main [INFO] [stderr] 19: 0x55f25cd023ba - _start [INFO] [stderr] 20: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "956693eb8cea1e258660184d98c6a2c650dfbd79b74838168c50baba762f64ec"` [INFO] running `"docker" "rm" "-f" "956693eb8cea1e258660184d98c6a2c650dfbd79b74838168c50baba762f64ec"` [INFO] [stdout] 956693eb8cea1e258660184d98c6a2c650dfbd79b74838168c50baba762f64ec