[INFO] updating cached repository https://github.com/uwplse/majortom [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 25b4e832bd8c7f45b88eb90e202194541bffc96d [INFO] testing uwplse/majortom against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuwplse%2Fmajortom" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/uwplse/majortom on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/uwplse/majortom [INFO] finished tweaking git repo https://github.com/uwplse/majortom [INFO] tweaked toml for git repo https://github.com/uwplse/majortom written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/uwplse/majortom already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] b11fb75249cd146f8d10b9749bd4d76b335e41a4e0965032bd3ee7694e60ba47 [INFO] running `"docker" "start" "-a" "b11fb75249cd146f8d10b9749bd4d76b335e41a4e0965032bd3ee7694e60ba47"` [INFO] [stderr] Compiling protobuf v2.6.2 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling serde v1.0.87 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling fern v0.5.7 [INFO] [stderr] Compiling nix v0.13.0 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling tempfile v3.0.7 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling serde_derive v1.0.87 [INFO] [stderr] Compiling protobuf-codegen v2.6.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling protobuf-codegen-pure v2.6.2 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling serde-value v0.6.0 [INFO] [stderr] Compiling serde-protobuf v0.8.1 [INFO] [stderr] Compiling bincode v1.1.2 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling base64-serde v0.3.2 [INFO] [stderr] Compiling protojson v0.1.0 (https://github.com/dwoos/protojson#05176218) [INFO] [stderr] error: failed to run custom build command for `protojson v0.1.0 (https://github.com/dwoos/protojson#05176218)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/protojson-90a4c5fa3b9f5889/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'protoc: Os { code: 30, kind: Other, message: "Read-only file system" }', src/libcore/result.rs:1084:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5596ac9d43fb - backtrace::backtrace::libunwind::trace::h89fcc71e59e3bc5b [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x5596ac9d43fb - backtrace::backtrace::trace_unsynchronized::h0bad9be1379e729a [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x5596ac9d43fb - std::sys_common::backtrace::_print::hd3382a1f33c473da [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x5596ac9d43fb - std::sys_common::backtrace::print::h0ec6f03cfb8e76a6 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x5596ac9d43fb - std::panicking::default_hook::{{closure}}::h96cbf7b454e3f557 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x5596ac9d40d6 - std::panicking::default_hook::h95a8f00337383d83 [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x5596ac9d4abd - std::panicking::rust_panic_with_hook::h92f98b46e22f14ed [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x5596ac9d4642 - std::panicking::continue_panic_fmt::h25abfbb4e5b7043a [INFO] [stderr] at src/libstd/panicking.rs:384 [INFO] [stderr] 8: 0x5596ac9d4526 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:311 [INFO] [stderr] 9: 0x5596ac9edb6d - core::panicking::panic_fmt::h7e9f94035af782b3 [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 10: 0x5596ac9edc67 - core::result::unwrap_failed::hf7591c1dd9412006 [INFO] [stderr] at src/libcore/result.rs:1084 [INFO] [stderr] 11: 0x5596ac6c1259 - core::result::Result::expect::h642d439a2587a3bb [INFO] [stderr] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libcore/result.rs:879 [INFO] [stderr] 12: 0x5596ac6c0d4e - build_script_build::main::h4a54363c707ecaff [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/protojson-2baf49e2ec66e3a7/0517621/build.rs:2 [INFO] [stderr] 13: 0x5596ac6c0e10 - std::rt::lang_start::{{closure}}::h9386c3cdef40bc14 [INFO] [stderr] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/rt.rs:64 [INFO] [stderr] 14: 0x5596ac9d4513 - std::rt::lang_start_internal::{{closure}}::h4e93c1949c7a1955 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 15: 0x5596ac9d4513 - std::panicking::try::do_call::h9440ccd4dc467eaa [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 16: 0x5596ac9d65ba - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 17: 0x5596ac9d4fcd - std::panicking::try::hc046e7ee42ee744f [INFO] [stderr] at src/libstd/panicking.rs:275 [INFO] [stderr] 18: 0x5596ac9d4fcd - std::panic::catch_unwind::h27dfc457c200aee0 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 19: 0x5596ac9d4fcd - std::rt::lang_start_internal::hea1b49a567afe309 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 20: 0x5596ac6c0de9 - std::rt::lang_start::hfe41614c67b9a625 [INFO] [stderr] at /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/rt.rs:64 [INFO] [stderr] 21: 0x5596ac6c0d8a - main [INFO] [stderr] 22: 0x7f42291a6b97 - __libc_start_main [INFO] [stderr] 23: 0x5596ac6c0aea - _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" "b11fb75249cd146f8d10b9749bd4d76b335e41a4e0965032bd3ee7694e60ba47"` [INFO] running `"docker" "rm" "-f" "b11fb75249cd146f8d10b9749bd4d76b335e41a4e0965032bd3ee7694e60ba47"` [INFO] [stdout] b11fb75249cd146f8d10b9749bd4d76b335e41a4e0965032bd3ee7694e60ba47