[INFO] updating cached repository ikrelln/ikrelln [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ikrelln/ikrelln [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ikrelln/ikrelln" "work/ex/beta-1.37-6/sources/1.36.0/gh/ikrelln/ikrelln"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ikrelln/ikrelln'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ikrelln/ikrelln" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ikrelln/ikrelln"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ikrelln/ikrelln'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a50e41b22289b070235f0ff5ca3e8d9a414b5f6b [INFO] sha for GitHub repo ikrelln/ikrelln: a50e41b22289b070235f0ff5ca3e8d9a414b5f6b [INFO] validating manifest of ikrelln/ikrelln 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 ikrelln/ikrelln 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 ikrelln/ikrelln [INFO] finished frobbing ikrelln/ikrelln [INFO] frobbed toml for ikrelln/ikrelln written to work/ex/beta-1.37-6/sources/1.36.0/gh/ikrelln/ikrelln/Cargo.toml [INFO] started frobbing ikrelln/ikrelln [INFO] finished frobbing ikrelln/ikrelln [INFO] frobbed toml for ikrelln/ikrelln written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ikrelln/ikrelln/Cargo.toml [INFO] crate ikrelln/ikrelln 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] [stderr] warning: Patch `pq-sys v0.4.4 (https://github.com/golddranks/pq-sys#e1d26acf)` was not used in the crate graph. [INFO] [stderr] Check that the patched package version and available features are compatible [INFO] [stderr] with the dependency requirements. If the patch has a different version from [INFO] [stderr] what is locked in the Cargo.lock file, run `cargo update` to use the new [INFO] [stderr] version. This may also occur with an optional dependency that is not enabled. [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: Patch `pq-sys v0.4.4 (https://github.com/golddranks/pq-sys#e1d26acf)` was not used in the crate graph. [INFO] [stderr] Check that the patched package version and available features are compatible [INFO] [stderr] with the dependency requirements. If the patch has a different version from [INFO] [stderr] what is locked in the Cargo.lock file, run `cargo update` to use the new [INFO] [stderr] version. This may also occur with an optional dependency that is not enabled. [INFO] testing ikrelln/ikrelln 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-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ikrelln/ikrelln:/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] bc68a3072d865d247604582c8ab78ff9dd9e868cc03f4c153a28651ce6c34617 [INFO] running `"docker" "start" "-a" "bc68a3072d865d247604582c8ab78ff9dd9e868cc03f4c153a28651ce6c34617"` [INFO] [stderr] warning: Patch `pq-sys v0.4.4 (https://github.com/golddranks/pq-sys#e1d26acf)` was not used in the crate graph. [INFO] [stderr] Check that the patched package version and available features are compatible [INFO] [stderr] with the dependency requirements. If the patch has a different version from [INFO] [stderr] what is locked in the Cargo.lock file, run `cargo update` to use the new [INFO] [stderr] version. This may also occur with an optional dependency that is not enabled. [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling futures v0.1.27 [INFO] [stderr] Compiling serde v1.0.91 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Compiling encoding_rs v0.8.17 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling ikrelln v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> build.rs:46:20 [INFO] [stderr] | [INFO] [stderr] 46 | Ok(v) => v.trim_right().to_string(), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> build.rs:50:20 [INFO] [stderr] | [INFO] [stderr] 50 | Ok(v) => v.trim_right().to_string(), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> build.rs:54:20 [INFO] [stderr] | [INFO] [stderr] 54 | Ok(v) => v.trim_right().to_string(), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling unicase v2.2.0 [INFO] [stderr] Compiling v_escape v0.7.2 [INFO] [stderr] Compiling actix-web v0.7.19 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling smallvec v0.6.8 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling fern v0.5.8 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling signal-hook v0.1.7 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling nom v4.2.0 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling openssl-sys v0.9.44 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling tokio-sync v0.1.1 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling libflate v0.1.20 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling mime v0.3.13 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling openssl v0.10.19 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] error: failed to run custom build command for `ikrelln v0.3.0 (/opt/crater/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/ikrelln-70ed6342145e9a67/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: 0x55933484a2d3 - 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: 0x559334845f0b - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x559334849166 - 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: 0x559334848ef9 - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 4: 0x5593348497bf - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stderr] at src/libstd/panicking.rs:474 [INFO] [stderr] 5: 0x559334849341 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stderr] at src/libstd/panicking.rs:381 [INFO] [stderr] 6: 0x559334849225 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:308 [INFO] [stderr] 7: 0x55933485e1dc - core::panicking::panic_fmt::hc4f83bfed80aeabd [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 8: 0x559334836bae - core::result::unwrap_failed::h776bfc4eb494a9ab [INFO] [stderr] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/macros.rs:18 [INFO] [stderr] 9: 0x5593348379e6 - core::result::Result::unwrap::h35bb2dcab7707f9f [INFO] [stderr] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/result.rs:800 [INFO] [stderr] 10: 0x559334839751 - build_script_build::main::heaa20115f68db2e9 [INFO] [stderr] at /opt/crater/workdir/build.rs:88 [INFO] [stderr] 11: 0x55933483c89f - std::rt::lang_start::{{closure}}::hcb88faec030ab370 [INFO] [stderr] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/rt.rs:64 [INFO] [stderr] 12: 0x559334849212 - std::panicking::try::do_call::hc3d8373a0b215f51 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] at src/libstd/panicking.rs:293 [INFO] [stderr] 13: 0x55933484f819 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:85 [INFO] [stderr] 14: 0x559334849ccc - 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] 15: 0x55933483c878 - std::rt::lang_start::h5ab4b58a656311f0 [INFO] [stderr] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/rt.rs:64 [INFO] [stderr] 16: 0x559334839db9 - main [INFO] [stderr] 17: 0x7f8af7e1e2e0 - __libc_start_main [INFO] [stderr] 18: 0x55933482e599 - _start [INFO] [stderr] 19: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "bc68a3072d865d247604582c8ab78ff9dd9e868cc03f4c153a28651ce6c34617"` [INFO] running `"docker" "rm" "-f" "bc68a3072d865d247604582c8ab78ff9dd9e868cc03f4c153a28651ce6c34617"` [INFO] [stdout] bc68a3072d865d247604582c8ab78ff9dd9e868cc03f4c153a28651ce6c34617