[INFO] cloning repository https://github.com/mattdowdell/cactus [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mattdowdell/cactus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattdowdell%2Fcactus", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattdowdell%2Fcactus'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a08c4cbcdb867a76385265ecd08c78fdc98318ff [INFO] testing mattdowdell/cactus against master#d7bd9cd469ff6871420007f091ef52fc32d2ca99 for pr-121417 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattdowdell%2Fcactus" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mattdowdell/cactus on toolchain d7bd9cd469ff6871420007f091ef52fc32d2ca99 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d7bd9cd469ff6871420007f091ef52fc32d2ca99" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mattdowdell/cactus [INFO] finished tweaking git repo https://github.com/mattdowdell/cactus [INFO] tweaked toml for git repo https://github.com/mattdowdell/cactus written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mattdowdell/cactus 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" "+d7bd9cd469ff6871420007f091ef52fc32d2ca99" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d7bd9cd469ff6871420007f091ef52fc32d2ca99" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 67c3bda7637031a56af7eb61d35a3c77d587d6e5a4bf023f4fe0537757bdbb57 [INFO] running `Command { std: "docker" "start" "-a" "67c3bda7637031a56af7eb61d35a3c77d587d6e5a4bf023f4fe0537757bdbb57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67c3bda7637031a56af7eb61d35a3c77d587d6e5a4bf023f4fe0537757bdbb57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67c3bda7637031a56af7eb61d35a3c77d587d6e5a4bf023f4fe0537757bdbb57", kill_on_drop: false }` [INFO] [stdout] 67c3bda7637031a56af7eb61d35a3c77d587d6e5a4bf023f4fe0537757bdbb57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+d7bd9cd469ff6871420007f091ef52fc32d2ca99" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b4666e045aebadf0dc50034a44f8511e44c717dbf479bbb2d030fe2a3c71bcf7 [INFO] running `Command { std: "docker" "start" "-a" "b4666e045aebadf0dc50034a44f8511e44c717dbf479bbb2d030fe2a3c71bcf7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetamCtpL2" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `clap` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "b4666e045aebadf0dc50034a44f8511e44c717dbf479bbb2d030fe2a3c71bcf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4666e045aebadf0dc50034a44f8511e44c717dbf479bbb2d030fe2a3c71bcf7", kill_on_drop: false }` [INFO] [stdout] b4666e045aebadf0dc50034a44f8511e44c717dbf479bbb2d030fe2a3c71bcf7 [INFO] testing mattdowdell/cactus against try#393ef12c970fbc7f294cd96c35cb76f9591bc1d6 for pr-121417 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattdowdell%2Fcactus" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mattdowdell/cactus on toolchain 393ef12c970fbc7f294cd96c35cb76f9591bc1d6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+393ef12c970fbc7f294cd96c35cb76f9591bc1d6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mattdowdell/cactus [INFO] finished tweaking git repo https://github.com/mattdowdell/cactus [INFO] tweaked toml for git repo https://github.com/mattdowdell/cactus written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mattdowdell/cactus 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" "+393ef12c970fbc7f294cd96c35cb76f9591bc1d6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+393ef12c970fbc7f294cd96c35cb76f9591bc1d6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] Error response from daemon: open /var/lib/docker/overlay2/09205400f4a694c7478e3b9a7d02d1ec3aed01b904a78ff4147e451df6f4d26a-init/merged/dev/console: no space left on device [INFO] testing mattdowdell/cactus against try#393ef12c970fbc7f294cd96c35cb76f9591bc1d6 for pr-121417 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattdowdell%2Fcactus" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file tests/unit_files/pushret.smac [INFO] [stderr] error: unable to write file tests/unit_files/pushret_fail.smac [INFO] [stderr] error: unable to write file tests/unit_files/rem.smac [INFO] [stderr] error: unable to write file tests/unit_files/store.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_args.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_args_twice.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_locals.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_locals_twice.smac [INFO] [stderr] error: unable to write file tests/unit_files/storeidx.smac [INFO] [stderr] error: unable to write file tests/unit_files/swap.smac [INFO] [stderr] fatal: unable to checkout working tree [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 mattdowdell/cactus against try#393ef12c970fbc7f294cd96c35cb76f9591bc1d6 for pr-121417 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattdowdell%2Fcactus" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file tests/unit_files/pushaddr.smac [INFO] [stderr] error: unable to write file tests/unit_files/pusharg.smac [INFO] [stderr] error: unable to write file tests/unit_files/pushret.smac [INFO] [stderr] error: unable to write file tests/unit_files/pushret_fail.smac [INFO] [stderr] error: unable to write file tests/unit_files/rem.smac [INFO] [stderr] error: unable to write file tests/unit_files/store.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_args.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_args_twice.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_locals.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_locals_twice.smac [INFO] [stderr] error: unable to write file tests/unit_files/storeidx.smac [INFO] [stderr] error: unable to write file tests/unit_files/swap.smac [INFO] [stderr] fatal: unable to checkout working tree [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 mattdowdell/cactus against try#393ef12c970fbc7f294cd96c35cb76f9591bc1d6 for pr-121417 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattdowdell%2Fcactus" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file tests/unit_files/push_locals.smac [INFO] [stderr] error: unable to write file tests/unit_files/pushaddr.smac [INFO] [stderr] error: unable to write file tests/unit_files/pusharg.smac [INFO] [stderr] error: unable to write file tests/unit_files/pushret.smac [INFO] [stderr] error: unable to write file tests/unit_files/pushret_fail.smac [INFO] [stderr] error: unable to write file tests/unit_files/rem.smac [INFO] [stderr] error: unable to write file tests/unit_files/store.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_args.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_args_twice.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_locals.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_locals_twice.smac [INFO] [stderr] error: unable to write file tests/unit_files/storeidx.smac [INFO] [stderr] error: unable to write file tests/unit_files/swap.smac [INFO] [stderr] fatal: unable to checkout working tree [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 mattdowdell/cactus against try#393ef12c970fbc7f294cd96c35cb76f9591bc1d6 for pr-121417 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattdowdell%2Fcactus" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file tests/unit_files/push.smac [INFO] [stderr] error: unable to write file tests/unit_files/push_args.smac [INFO] [stderr] error: unable to write file tests/unit_files/push_locals.smac [INFO] [stderr] error: unable to write file tests/unit_files/pushaddr.smac [INFO] [stderr] error: unable to write file tests/unit_files/pusharg.smac [INFO] [stderr] error: unable to write file tests/unit_files/pushret.smac [INFO] [stderr] error: unable to write file tests/unit_files/pushret_fail.smac [INFO] [stderr] error: unable to write file tests/unit_files/rem.smac [INFO] [stderr] error: unable to write file tests/unit_files/store.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_args.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_args_twice.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_locals.smac [INFO] [stderr] error: unable to write file tests/unit_files/store_locals_twice.smac [INFO] [stderr] error: unable to write file tests/unit_files/storeidx.smac [INFO] [stderr] error: unable to write file tests/unit_files/swap.smac [INFO] [stderr] fatal: unable to checkout working tree [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/mattdowdell/cactus [ERROR] caused by: command failed: exit status: 128 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.