[INFO] cloning repository https://github.com/sebastianchavezz/rust-pong [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sebastianchavezz/rust-pong" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebastianchavezz%2Frust-pong", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebastianchavezz%2Frust-pong'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 05b51a13c7fa7ac14f315c9ae21ce991e66d1a27 [INFO] testing sebastianchavezz/rust-pong against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebastianchavezz%2Frust-pong" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sebastianchavezz/rust-pong on toolchain 1871252fc8bb672d40787e67404e6eaae7059369 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sebastianchavezz/rust-pong [INFO] finished tweaking git repo https://github.com/sebastianchavezz/rust-pong [INFO] tweaked toml for git repo https://github.com/sebastianchavezz/rust-pong written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/sebastianchavezz/rust-pong already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab16425fcc5b431a6f1374557389bcada813ac17e094293a0e566b386f6be92a [INFO] running `Command { std: "docker" "start" "-a" "ab16425fcc5b431a6f1374557389bcada813ac17e094293a0e566b386f6be92a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab16425fcc5b431a6f1374557389bcada813ac17e094293a0e566b386f6be92a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab16425fcc5b431a6f1374557389bcada813ac17e094293a0e566b386f6be92a", kill_on_drop: false }` [INFO] [stdout] ab16425fcc5b431a6f1374557389bcada813ac17e094293a0e566b386f6be92a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dadea7bd44809881506828c5087bd427774aaa68d3a6a46d731d887dbf9cf584 [INFO] running `Command { std: "docker" "start" "-a" "dadea7bd44809881506828c5087bd427774aaa68d3a6a46d731d887dbf9cf584", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling ncurses v5.101.0 [INFO] [stderr] Compiling pong v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/main.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 43 | / loop{ [INFO] [stdout] 44 | | clear(); [INFO] [stdout] 45 | | getmaxyx(win, &mut paddle1.y, &mut paddle1.x); [INFO] [stdout] 46 | | draw_paddle(&paddle1, win); [INFO] [stdout] ... | [INFO] [stdout] 69 | | [INFO] [stdout] 70 | | } [INFO] [stdout] | |_____- any code following this expression is unreachable [INFO] [stdout] 71 | endwin(); [INFO] [stdout] | ^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | let mut paddle2 = Paddle{x: 0, y: 0}; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s [INFO] running `Command { std: "docker" "inspect" "dadea7bd44809881506828c5087bd427774aaa68d3a6a46d731d887dbf9cf584", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dadea7bd44809881506828c5087bd427774aaa68d3a6a46d731d887dbf9cf584", kill_on_drop: false }` [INFO] [stdout] dadea7bd44809881506828c5087bd427774aaa68d3a6a46d731d887dbf9cf584 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Error response from daemon: mkdir /var/lib/docker/overlay2/32e1b0cc295b9b71b13c3ed2383983b1ab86fadda3993601a44c57a3b2ebe63f/diff: no space left on device [INFO] testing sebastianchavezz/rust-pong against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebastianchavezz%2Frust-pong" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file target/debug/deps/liblibc-04813685b4d627ff.rmeta [INFO] [stderr] error: unable to write file target/debug/deps/liblibc-d31feb378db3cb88.rlib [INFO] [stderr] error: unable to write file target/debug/deps/liblibc-d31feb378db3cb88.rmeta [INFO] [stderr] error: unable to write file target/debug/deps/liblibc-ee72019572be2491.rmeta [INFO] [stderr] error: unable to write file target/debug/deps/libncurses-2c000f1bffda7696.rlib [INFO] [stderr] error: unable to write file target/debug/deps/libncurses-2c000f1bffda7696.rmeta [INFO] [stderr] error: unable to write file target/debug/deps/libncurses-60b5c75a1779e94d.rmeta [INFO] [stderr] error: unable to write file target/debug/deps/libpkg_config-a41458f527aad4cb.rlib [INFO] [stderr] error: unable to write file target/debug/deps/libpkg_config-a41458f527aad4cb.rmeta [INFO] [stderr] error: unable to write file target/debug/deps/ncurses-2c000f1bffda7696.d [INFO] [stderr] error: unable to write file target/debug/deps/ncurses-60b5c75a1779e94d.d [INFO] [stderr] error: unable to write file target/debug/deps/pkg_config-a41458f527aad4cb.d [INFO] [stderr] error: unable to write file target/debug/deps/pong-568323b1a139ca88.d [INFO] [stderr] error: unable to write file target/debug/deps/pong-626435bb1e548501.d [INFO] [stderr] error: unable to write file target/debug/deps/pong-dec3675018abede2 [INFO] [stderr] error: unable to write file target/debug/deps/pong-dec3675018abede2.d [INFO] [stderr] fatal: cannot create directory at 'target/debug/incremental': No space left on device [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [INFO] testing sebastianchavezz/rust-pong against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebastianchavezz%2Frust-pong" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file target/debug/build/ncurses-2e62dcdea97a7dbe/build-script-build [INFO] [stderr] error: unable to write file target/debug/build/ncurses-2e62dcdea97a7dbe/build_script_build-2e62dcdea97a7dbe [INFO] [stderr] error: unable to write file target/debug/build/ncurses-2e62dcdea97a7dbe/build_script_build-2e62dcdea97a7dbe.d [INFO] [stderr] fatal: cannot create directory at 'target/debug/build/ncurses-865eec8e347d99f3': No space left on device [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [INFO] testing sebastianchavezz/rust-pong against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebastianchavezz%2Frust-pong" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file target/debug/build/libc-90995c21c5c7fe73/build-script-build [INFO] [stderr] error: unable to write file target/debug/build/libc-90995c21c5c7fe73/build_script_build-90995c21c5c7fe73 [INFO] [stderr] error: unable to write file target/debug/build/libc-90995c21c5c7fe73/build_script_build-90995c21c5c7fe73.d [INFO] [stderr] fatal: cannot create directory at 'target/debug/build/libc-ce29877cdd0f9b00': No space left on device [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [INFO] testing sebastianchavezz/rust-pong against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebastianchavezz%2Frust-pong" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file target/debug/build/libc-1ed7240c237314b2/build-script-build [INFO] [stderr] error: unable to write file target/debug/build/libc-1ed7240c237314b2/build_script_build-1ed7240c237314b2 [INFO] [stderr] error: unable to write file target/debug/build/libc-1ed7240c237314b2/build_script_build-1ed7240c237314b2.d [INFO] [stderr] fatal: cannot create directory at 'target/debug/build/libc-8b8d11dcfffa962c': No space left on device [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [INFO] testing sebastianchavezz/rust-pong against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebastianchavezz%2Frust-pong" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file target/debug/build/libc-1ed7240c237314b2/build-script-build [INFO] [stderr] error: unable to write file target/debug/build/libc-1ed7240c237314b2/build_script_build-1ed7240c237314b2 [INFO] [stderr] error: unable to write file target/debug/build/libc-1ed7240c237314b2/build_script_build-1ed7240c237314b2.d [INFO] [stderr] fatal: cannot create directory at 'target/debug/build/libc-8b8d11dcfffa962c': No space left on device [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [ERROR] this task or one of its parent failed! [ERROR] failed to checkout https://github.com/sebastianchavezz/rust-pong [ERROR] caused by: command failed: exit status: 128 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.