[INFO] updating cached repository https://github.com/uranusjr/molt [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] 43f17bf54d6c6fca62836676a926b5a27d602095 [INFO] testing uranusjr/molt against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Furanusjr%2Fmolt" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/uranusjr/molt on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/uranusjr/molt [INFO] finished tweaking git repo https://github.com/uranusjr/molt [INFO] tweaked toml for git repo https://github.com/uranusjr/molt written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/uranusjr/molt already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 8a8a6c18d2440d56d5e383db69dd5227cdbc0b9fea9358cae6e3d76022e4044f [INFO] running `"docker" "start" "-a" "8a8a6c18d2440d56d5e383db69dd5227cdbc0b9fea9358cae6e3d76022e4044f"` [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling regex v1.1.5 [INFO] [stderr] Compiling encode_unicode v0.3.5 [INFO] [stderr] Compiling dunce v1.0.0 [INFO] [stderr] Compiling unindent v0.1.3 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling rust-embed-impl v4.3.0 [INFO] [stderr] Compiling tempfile v3.0.7 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling rust-embed v4.3.0 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling molt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `molt v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/molt-1e0738d3babd3340/build-script-build` (exit code: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rereun-if-changed=/opt/rustwide/workdir/target [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/python/molt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/python/molt/_backports.py [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/python/molt/locks.py [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/python/molt/foreign [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/python/molt/foreign/poetry_lock.py [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/python/molt/foreign/__init__.py [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/python/molt/foreign/pipfile_lock.py [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/python/molt/__init__.py [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/python/molt/locks.schema.json [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/vendor/molt.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/vendor/__main__.py [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/vendor/packaging.txt [INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/workdir/vendor/virtenv.txt [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main [INFO] [stderr] "__main__", mod_spec) [INFO] [stderr] File "/usr/lib/python3.6/runpy.py", line 85, in _run_code [INFO] [stderr] exec(code, run_globals) [INFO] [stderr] File "/opt/rustwide/workdir/vendor/__main__.py", line 128, in [INFO] [stderr] main() [INFO] [stderr] File "/opt/rustwide/workdir/vendor/__main__.py", line 115, in main [INFO] [stderr] os.makedirs(p) [INFO] [stderr] File "/usr/lib/python3.6/os.py", line 210, in makedirs [INFO] [stderr] makedirs(head, mode, exist_ok) [INFO] [stderr] File "/usr/lib/python3.6/os.py", line 210, in makedirs [INFO] [stderr] makedirs(head, mode, exist_ok) [INFO] [stderr] File "/usr/lib/python3.6/os.py", line 220, in makedirs [INFO] [stderr] mkdir(name, mode) [INFO] [stderr] OSError: [Errno 30] Read-only file system: '/opt/rustwide/workdir/target' [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "8a8a6c18d2440d56d5e383db69dd5227cdbc0b9fea9358cae6e3d76022e4044f"` [INFO] running `"docker" "rm" "-f" "8a8a6c18d2440d56d5e383db69dd5227cdbc0b9fea9358cae6e3d76022e4044f"` [INFO] [stdout] 8a8a6c18d2440d56d5e383db69dd5227cdbc0b9fea9358cae6e3d76022e4044f