[INFO] updating cached repository Epsylon42/catbot [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Epsylon42/catbot [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Epsylon42/catbot" "work/ex/beta-1.37-6/sources/1.36.0/gh/Epsylon42/catbot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Epsylon42/catbot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Epsylon42/catbot" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Epsylon42/catbot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Epsylon42/catbot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 97928a2657003dd5209122a80e35d789fc952fe8 [INFO] sha for GitHub repo Epsylon42/catbot: 97928a2657003dd5209122a80e35d789fc952fe8 [INFO] validating manifest of Epsylon42/catbot on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Epsylon42/catbot on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Epsylon42/catbot [INFO] finished frobbing Epsylon42/catbot [INFO] frobbed toml for Epsylon42/catbot written to work/ex/beta-1.37-6/sources/1.36.0/gh/Epsylon42/catbot/Cargo.toml [INFO] started frobbing Epsylon42/catbot [INFO] finished frobbing Epsylon42/catbot [INFO] frobbed toml for Epsylon42/catbot written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Epsylon42/catbot/Cargo.toml [INFO] crate Epsylon42/catbot already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Epsylon42/catbot against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Epsylon42/catbot:/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=warn" "-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 5956e54777ba4116158986cb3a190e3d808518eebbe01dda088a8800a45399ea [INFO] running `"docker" "start" "-a" "5956e54777ba4116158986cb3a190e3d808518eebbe01dda088a8800a45399ea"` [INFO] [stderr] Compiling cc v1.0.13 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling bitflags v1.0.2 [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling unic-common v0.7.0 [INFO] [stderr] Compiling unic-char-range v0.7.0 [INFO] [stderr] Compiling rustc-demangle v0.1.7 [INFO] [stderr] Compiling atty v0.2.9 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling pear_codegen v0.1.2 [INFO] [stderr] Compiling rocket_codegen v0.4.0 [INFO] [stderr] Compiling rocket v0.4.0 [INFO] [stderr] Compiling regex-syntax v0.5.5 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.4.1 [INFO] [stderr] Compiling unic-ucd-version v0.7.0 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling unic-char-property v0.7.0 [INFO] [stderr] Compiling bytes v0.4.7 [INFO] [stderr] Compiling base64 v0.9.1 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling base64 v0.8.0 [INFO] [stderr] error: failed to run custom build command for `pear_codegen v0.1.2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/pear_codegen-bb7b329dbe0d55b9/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] Error: Pear requires a nightly or dev version of Rust. [INFO] [stderr] Installed version is: 1.36.0 (2019-07-03). Minimum required: 1.31.0-nightly (2018-10-05). [INFO] [stderr] thread 'main' panicked at 'Aborting compilation due to incompatible compiler.', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.1.2/build.rs:31:13 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560344947883 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stderr] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stderr] 1: 0x5603449434bb - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x560344946716 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:197 [INFO] [stderr] 3: 0x5603449464a9 - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 4: 0x560344946d6f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stderr] at src/libstd/panicking.rs:474 [INFO] [stderr] 5: 0x56034491ac13 - std::panicking::begin_panic::h2637a85ef04f35c8 [INFO] [stderr] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:408 [INFO] [stderr] 6: 0x560344918c9e - build_script_build::main::hb7aa9c56f4671f97 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.1.2/build.rs:31 [INFO] [stderr] 7: 0x56034491b5ff - std::rt::lang_start::{{closure}}::h222f7107f1badccd [INFO] [stderr] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/rt.rs:64 [INFO] [stderr] 8: 0x5603449467c2 - std::panicking::try::do_call::hc3d8373a0b215f51 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] at src/libstd/panicking.rs:293 [INFO] [stderr] 9: 0x56034494ccb9 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:85 [INFO] [stderr] 10: 0x56034494727c - std::rt::lang_start_internal::he5218c8b95d395f2 [INFO] [stderr] at src/libstd/panicking.rs:272 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 11: 0x56034491b5d8 - std::rt::lang_start::h3d700b6073d368a8 [INFO] [stderr] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/rt.rs:64 [INFO] [stderr] 12: 0x560344919b09 - main [INFO] [stderr] 13: 0x7f681eb0f2e0 - __libc_start_main [INFO] [stderr] 14: 0x5603449185f9 - _start [INFO] [stderr] 15: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "5956e54777ba4116158986cb3a190e3d808518eebbe01dda088a8800a45399ea"` [INFO] running `"docker" "rm" "-f" "5956e54777ba4116158986cb3a190e3d808518eebbe01dda088a8800a45399ea"` [INFO] [stdout] 5956e54777ba4116158986cb3a190e3d808518eebbe01dda088a8800a45399ea