[INFO] cloning repository https://github.com/casey/degenerate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/casey/degenerate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasey%2Fdegenerate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasey%2Fdegenerate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 46a7f60bc87ecca0bc7d4c316ee5173f275fc382 [INFO] testing casey/degenerate against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasey%2Fdegenerate" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/casey/degenerate on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/casey/degenerate [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/casey/degenerate [INFO] tweaked toml for git repo https://github.com/casey/degenerate written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate git repo https://github.com/casey/degenerate already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pretty_assertions v1.1.0 [INFO] [stderr] Downloaded rand_derive2 v0.1.17 [INFO] [stderr] Downloaded proc_macro2_helper v0.2.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba130a6817e70375babd1fffe2e3a8a79c6a0c887ace2f19019b45d129290021 [INFO] running `Command { std: "docker" "start" "-a" "ba130a6817e70375babd1fffe2e3a8a79c6a0c887ace2f19019b45d129290021", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba130a6817e70375babd1fffe2e3a8a79c6a0c887ace2f19019b45d129290021", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba130a6817e70375babd1fffe2e3a8a79c6a0c887ace2f19019b45d129290021", kill_on_drop: false }` [INFO] [stdout] ba130a6817e70375babd1fffe2e3a8a79c6a0c887ace2f19019b45d129290021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 75487c752fcc9737842a0b245e58779218518160e89a41e5c732b22cb94a4889 [INFO] running `Command { std: "docker" "start" "-a" "75487c752fcc9737842a0b245e58779218518160e89a41e5c732b22cb94a4889", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling bytemuck v1.8.0 [INFO] [stderr] Compiling io-lifetimes v0.5.3 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling rustix v0.33.4 [INFO] [stderr] Compiling camino v1.0.7 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling unindent v0.1.8 [INFO] [stderr] Compiling linux-raw-sys v0.0.42 [INFO] [stderr] Compiling lebe v0.5.1 [INFO] [stderr] Compiling urlencoding v2.1.0 [INFO] [stderr] Compiling bit_field v0.10.1 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling deflate v1.0.0 [INFO] [stderr] Compiling miniz_oxide v0.5.1 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling gif v0.11.3 [INFO] [stderr] Compiling matrixmultiply v0.3.2 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling safe_arch v0.6.0 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling indoc v1.0.4 [INFO] [stderr] Compiling wide v0.7.4 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling png v0.17.5 [INFO] [stderr] Compiling degenerate v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] error: failed to run custom build command for `degenerate v0.0.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/degenerate-81e535719d42c995/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=images [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] Error: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "75487c752fcc9737842a0b245e58779218518160e89a41e5c732b22cb94a4889", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75487c752fcc9737842a0b245e58779218518160e89a41e5c732b22cb94a4889", kill_on_drop: false }` [INFO] [stdout] 75487c752fcc9737842a0b245e58779218518160e89a41e5c732b22cb94a4889