[INFO] cloning repository https://github.com/stallmanifold/metroid-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stallmanifold/metroid-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstallmanifold%2Fmetroid-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstallmanifold%2Fmetroid-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8a77fed8f8a2372340d97e81b16b05b3c627c52 [INFO] checking stallmanifold/metroid-demo against try#d990716b6a1fdde1300748828a9c9e79dfd0b898 for pr-74846 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstallmanifold%2Fmetroid-demo" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stallmanifold/metroid-demo on toolchain d990716b6a1fdde1300748828a9c9e79dfd0b898 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/stallmanifold/metroid-demo [INFO] finished tweaking git repo https://github.com/stallmanifold/metroid-demo [INFO] tweaked toml for git repo https://github.com/stallmanifold/metroid-demo written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/stallmanifold/metroid-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded glfw v0.25.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3701e89ff830770eafd29ae6c0231dc3d23071fb99469519f462f63ed5e7c25d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3701e89ff830770eafd29ae6c0231dc3d23071fb99469519f462f63ed5e7c25d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3701e89ff830770eafd29ae6c0231dc3d23071fb99469519f462f63ed5e7c25d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3701e89ff830770eafd29ae6c0231dc3d23071fb99469519f462f63ed5e7c25d", kill_on_drop: false }` [INFO] [stdout] 3701e89ff830770eafd29ae6c0231dc3d23071fb99469519f462f63ed5e7c25d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9a2d9875c8e4ab11a1e013f6d8fd53266d640a57147f6f5b50e5018be97c3159 [INFO] running `Command { std: "docker" "start" "-a" "9a2d9875c8e4ab11a1e013f6d8fd53266d640a57147f6f5b50e5018be97c3159", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling getrandom v0.1.11 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking termcolor v1.0.5 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling proc-macro2 v1.0.1 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Checking nom v1.2.4 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Checking lean_cgmath v0.6.3 (https://github.com/lambdaxymox/lean-cgmath#db93ca90) [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking semver v0.2.3 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Checking rand_core v0.2.2 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling stb_image v0.2.2 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking regex v1.2.1 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Compiling texture v0.1.1 (https://github.com/lambdaxymox/teximage2d#b1c27c29) [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Compiling texture_gen v0.1.1 (https://github.com/lambdaxymox/teximage2d#b1c27c29) [INFO] [stderr] Compiling teximage2d v0.1.1 (https://github.com/lambdaxymox/teximage2d#b1c27c29) [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] error: failed to run custom build command for `teximage2d v0.1.1 (https://github.com/lambdaxymox/teximage2d#b1c27c29)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/teximage2d-8e84c6ab1231b202/build-script-build` (exit code: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: Os { code: 30, kind: Other, 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" "9a2d9875c8e4ab11a1e013f6d8fd53266d640a57147f6f5b50e5018be97c3159", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a2d9875c8e4ab11a1e013f6d8fd53266d640a57147f6f5b50e5018be97c3159", kill_on_drop: false }` [INFO] [stdout] 9a2d9875c8e4ab11a1e013f6d8fd53266d640a57147f6f5b50e5018be97c3159