[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.38-1/sources/1.37.0/gh/ikrelln/ikrelln"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ikrelln/ikrelln'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ikrelln/ikrelln" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ikrelln/ikrelln"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ikrelln/ikrelln on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.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-08-13" "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.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "build" "--frozen"` [INFO] [stdout] 0da7c7e9dc291bff2b50980dc435db952edf72937b024bf87bfadc44bbb826ce [INFO] running `"docker" "start" "-a" "0da7c7e9dc291bff2b50980dc435db952edf72937b024bf87bfadc44bbb826ce"` [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 ikrelln v0.3.0 (/opt/crater/workdir) [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling tokio-sync v0.1.1 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling fern v0.5.8 [INFO] [stderr] Compiling encoding_rs v0.8.17 [INFO] [stderr] Compiling openssl-sys v0.9.44 [INFO] [stderr] Compiling ring v0.13.5 [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 futures-cpupool v0.1.8 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling v_escape_derive v0.5.3 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling structopt-derive v0.2.16 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling serde v1.0.91 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling v_escape v0.7.2 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling openssl v0.10.19 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling v_htmlescape v0.4.3 [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-543f8abba9250a5f/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: 0x5612031ed6cb - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x5612031ed6cb - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x5612031ed6cb - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x5612031ed6cb - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x5612031ed6cb - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x5612031ed3a7 - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x5612031edd90 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x5612031ed912 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stderr] at src/libstd/panicking.rs:384 [INFO] [stderr] 8: 0x5612031ed7f6 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:311 [INFO] [stderr] 9: 0x561203206a3d - core::panicking::panic_fmt::h2daf88b2616ca2b2 [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 10: 0x5612031dcb4f - core::result::unwrap_failed::haefe5353d9a960c2 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/macros.rs:18 [INFO] [stderr] 11: 0x5612031dd948 - core::result::Result::unwrap::hfdc70b79cf44ebe3 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:800 [INFO] [stderr] 12: 0x5612031df50a - build_script_build::main::h40b4fd9ebfdb77d0 [INFO] [stderr] at /opt/crater/workdir/build.rs:88 [INFO] [stderr] 13: 0x5612031d6ba0 - std::rt::lang_start::{{closure}}::h6400cd22c0e27e5e [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/rt.rs:64 [INFO] [stderr] 14: 0x5612031ed7e3 - std::rt::lang_start_internal::{{closure}}::h447d8812e3ee306d [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 15: 0x5612031ed7e3 - std::panicking::try::do_call::h4a61cb372364c745 [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 16: 0x5612031f3baa - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:82 [INFO] [stderr] 17: 0x5612031ee29d - std::panicking::try::hdf71f938885bca42 [INFO] [stderr] at src/libstd/panicking.rs:275 [INFO] [stderr] 18: 0x5612031ee29d - std::panic::catch_unwind::h7e85dbf162b1611a [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 19: 0x5612031ee29d - std::rt::lang_start_internal::h1e06cc26b9fc25ea [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 20: 0x5612031d6b79 - std::rt::lang_start::h8ac9ade2bcb753d1 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/rt.rs:64 [INFO] [stderr] 21: 0x5612031dfb3a - main [INFO] [stderr] 22: 0x7f702cd4e2e1 - __libc_start_main [INFO] [stderr] 23: 0x5612031d3cfa - _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" "0da7c7e9dc291bff2b50980dc435db952edf72937b024bf87bfadc44bbb826ce"` [INFO] running `"docker" "rm" "-f" "0da7c7e9dc291bff2b50980dc435db952edf72937b024bf87bfadc44bbb826ce"` [INFO] [stdout] 0da7c7e9dc291bff2b50980dc435db952edf72937b024bf87bfadc44bbb826ce