[INFO] updating cached repository AlexKudashkin/raspberry-pi-pong-amethyst [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AlexKudashkin/raspberry-pi-pong-amethyst [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AlexKudashkin/raspberry-pi-pong-amethyst" "work/ex/beta-1.37-6/sources/1.36.0/gh/AlexKudashkin/raspberry-pi-pong-amethyst"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/AlexKudashkin/raspberry-pi-pong-amethyst'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AlexKudashkin/raspberry-pi-pong-amethyst" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AlexKudashkin/raspberry-pi-pong-amethyst"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AlexKudashkin/raspberry-pi-pong-amethyst'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7b4eef12e3941b95723ec348a0928b3d31219f8b [INFO] sha for GitHub repo AlexKudashkin/raspberry-pi-pong-amethyst: 7b4eef12e3941b95723ec348a0928b3d31219f8b [INFO] validating manifest of AlexKudashkin/raspberry-pi-pong-amethyst 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 AlexKudashkin/raspberry-pi-pong-amethyst 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 AlexKudashkin/raspberry-pi-pong-amethyst [INFO] finished frobbing AlexKudashkin/raspberry-pi-pong-amethyst [INFO] frobbed toml for AlexKudashkin/raspberry-pi-pong-amethyst written to work/ex/beta-1.37-6/sources/1.36.0/gh/AlexKudashkin/raspberry-pi-pong-amethyst/Cargo.toml [INFO] started frobbing AlexKudashkin/raspberry-pi-pong-amethyst [INFO] finished frobbing AlexKudashkin/raspberry-pi-pong-amethyst [INFO] frobbed toml for AlexKudashkin/raspberry-pi-pong-amethyst written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AlexKudashkin/raspberry-pi-pong-amethyst/Cargo.toml [INFO] crate AlexKudashkin/raspberry-pi-pong-amethyst 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 AlexKudashkin/raspberry-pi-pong-amethyst against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AlexKudashkin/raspberry-pi-pong-amethyst:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 808fe8375e4360259c398bb3c55dae801a1242f92cd8e7016a4494034973eb79 [INFO] running `"docker" "start" "-a" "808fe8375e4360259c398bb3c55dae801a1242f92cd8e7016a4494034973eb79"` [INFO] [stderr] Compiling bincode v1.1.2 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling xcb v0.8.2 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling intl_pluralrules v1.0.3 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rustc_version_runtime v0.1.5 [INFO] [stderr] error: failed to run custom build command for `rustc_version_runtime v0.1.5` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/rustc_version_runtime-d4fc00b9e8db29ab/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', src/libcore/result.rs:999:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5598c1888beb - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x5598c1888beb - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x5598c1888beb - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x5598c1888beb - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x5598c1888beb - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x5598c18888c7 - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x5598c18892b0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x5598c1888e32 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stderr] at src/libstd/panicking.rs:384 [INFO] [stderr] 8: 0x5598c1888d16 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:311 [INFO] [stderr] 9: 0x5598c18a214d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 10: 0x5598c1857d33 - core::result::unwrap_failed::h0f6a92091fa1fd6c [INFO] [stderr] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stderr] 11: 0x5598c1858278 - core::result::Result::unwrap::h3764d2b11d868fd4 [INFO] [stderr] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stderr] 12: 0x5598c1855b3b - build_script_build::main::hd64b3b1fa3626287 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc_version_runtime-0.1.5/build.rs:27 [INFO] [stderr] 13: 0x5598c1857300 - std::rt::lang_start::{{closure}}::hb316b982135279cb [INFO] [stderr] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/rt.rs:64 [INFO] [stderr] 14: 0x5598c1888d03 - std::rt::lang_start_internal::{{closure}}::h055e1fdc5578d418 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 15: 0x5598c1888d03 - std::panicking::try::do_call::h480cafa68c9928b4 [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 16: 0x5598c188f0ca - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:82 [INFO] [stderr] 17: 0x5598c18897bd - std::panicking::try::he0549d0299de204a [INFO] [stderr] at src/libstd/panicking.rs:275 [INFO] [stderr] 18: 0x5598c18897bd - std::panic::catch_unwind::h422dc2db98f03517 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 19: 0x5598c18897bd - std::rt::lang_start_internal::h121de03325a3f900 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 20: 0x5598c18572d9 - std::rt::lang_start::hdebc0264070b2c95 [INFO] [stderr] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/rt.rs:64 [INFO] [stderr] 21: 0x5598c1856b3a - main [INFO] [stderr] 22: 0x7fbdbb2ee2e1 - __libc_start_main [INFO] [stderr] 23: 0x5598c18554ba - _start [INFO] [stderr] 24: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "808fe8375e4360259c398bb3c55dae801a1242f92cd8e7016a4494034973eb79"` [INFO] running `"docker" "rm" "-f" "808fe8375e4360259c398bb3c55dae801a1242f92cd8e7016a4494034973eb79"` [INFO] [stdout] 808fe8375e4360259c398bb3c55dae801a1242f92cd8e7016a4494034973eb79