[INFO] cloning repository ashtuchkin/rypt [INFO] running `"git" "clone" "--bare" "git://github.com/ashtuchkin/rypt.git" "work/cache/sources/gh/ashtuchkin/rypt"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/ashtuchkin/rypt'... [INFO] running `"git" "clone" "work/cache/sources/gh/ashtuchkin/rypt" "work/ex/beta-1.37-6/sources/1.36.0/gh/ashtuchkin/rypt"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ashtuchkin/rypt'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ashtuchkin/rypt" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ashtuchkin/rypt"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ashtuchkin/rypt'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 66069a0a9f3d97167ae16e1c361e13da94844793 [INFO] sha for GitHub repo ashtuchkin/rypt: 66069a0a9f3d97167ae16e1c361e13da94844793 [INFO] validating manifest of ashtuchkin/rypt 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 ashtuchkin/rypt 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 ashtuchkin/rypt [INFO] finished frobbing ashtuchkin/rypt [INFO] frobbed toml for ashtuchkin/rypt written to work/ex/beta-1.37-6/sources/1.36.0/gh/ashtuchkin/rypt/Cargo.toml [INFO] started frobbing ashtuchkin/rypt [INFO] finished frobbing ashtuchkin/rypt [INFO] frobbed toml for ashtuchkin/rypt written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ashtuchkin/rypt/Cargo.toml [INFO] crate ashtuchkin/rypt 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 ashtuchkin/rypt 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-4/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/ashtuchkin/rypt:/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] 89501997c4fbfefbe0c661a5a69fe5dea7dc557f2826c727a0dcbdbb78857abe [INFO] running `"docker" "start" "-a" "89501997c4fbfefbe0c661a5a69fe5dea7dc557f2826c727a0dcbdbb78857abe"` [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling static_assertions v0.3.3 [INFO] [stderr] Compiling backtrace v0.3.28 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.6 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling libflate v0.1.23 [INFO] [stderr] Compiling tempfile v3.0.9 [INFO] [stderr] Compiling termion v1.5.2 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling prost-derive v0.5.0 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling libsodium-sys v0.2.2 [INFO] [stderr] Compiling prost-build v0.5.0 [INFO] [stderr] Compiling prost v0.5.0 [INFO] [stderr] Compiling prost-types v0.5.0 [INFO] [stderr] Compiling rypt v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: failed to run custom build command for `rypt v0.1.0 (/opt/crater/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/rypt-6b6ecad56e9c0a61/build-script-build` (exit code: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: Os { code: 30, kind: Other, message: "Read-only file system" } [INFO] [stderr] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: failure::backtrace::internal::InternalBacktrace::new::h84718be5b6b75ced (0x55fd29cf0891) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44 [INFO] [stderr] 1: failure::backtrace::Backtrace::new::h92ec4d4a8728c6a2 (0x55fd29cf063e) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:0 [INFO] [stderr] 2: >::from::hbe3eeba662747a41 (0x55fd29c0170c) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19 [INFO] [stderr] 3: >::from::hcd0c4c8b46e9fcf7 (0x55fd29bdbdbf) [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/mod.rs:36 [INFO] [stderr] 4: build_script_build::main::he698c988a62774d8 (0x55fd29bd3025) [INFO] [stderr] at /opt/crater/workdir/build.rs:9 [INFO] [stderr] 5: std::rt::lang_start::{{closure}}::h6eb411893e2b87d0 (0x55fd29bdb680) [INFO] [stderr] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/rt.rs:64 [INFO] [stderr] 6: core::ptr::write::ha65a5b3f48ba8faa (0x55fd29d3f0e3) [INFO] [stderr] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ptr/mod.rs:783 [INFO] [stderr] std::panicking::try::do_call::h480cafa68c9928b4 [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 7: __rust_maybe_catch_panic (0x55fd29d45f4a) [INFO] [stderr] at src/libpanic_unwind/lib.rs:90 [INFO] [stderr] 8: std::panicking::try::he0549d0299de204a (0x55fd29d3fbed) [INFO] [stderr] at src/libstd/panicking.rs:280 [INFO] [stderr] std::panic::catch_unwind::h422dc2db98f03517 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] std::rt::lang_start_internal::h121de03325a3f900 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 9: std::rt::lang_start::h45f85ffc2f2bb5e7 (0x55fd29bdb659) [INFO] [stderr] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/rt.rs:64 [INFO] [stderr] 10: main (0x55fd29bd312a) [INFO] [stderr] 11: __libc_start_main (0x7eff248732e1) [INFO] [stderr] 12: _start (0x55fd29bae37a) [INFO] [stderr] 13: (0x0) [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "89501997c4fbfefbe0c661a5a69fe5dea7dc557f2826c727a0dcbdbb78857abe"` [INFO] running `"docker" "rm" "-f" "89501997c4fbfefbe0c661a5a69fe5dea7dc557f2826c727a0dcbdbb78857abe"` [INFO] [stdout] 89501997c4fbfefbe0c661a5a69fe5dea7dc557f2826c727a0dcbdbb78857abe