[INFO] cloning repository https://github.com/jutn-dev/tictactoe [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jutn-dev/tictactoe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjutn-dev%2Ftictactoe", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjutn-dev%2Ftictactoe'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dbbc75cd0ced899435cee9bdd6f92dbec0bdc180 [INFO] checking jutn-dev/tictactoe against master#e23ae72ac7a393961886ea62df065ebb6def7d51 for pr-126571 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjutn-dev%2Ftictactoe" "/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/jutn-dev/tictactoe on toolchain e23ae72ac7a393961886ea62df065ebb6def7d51 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e23ae72ac7a393961886ea62df065ebb6def7d51" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jutn-dev/tictactoe [INFO] finished tweaking git repo https://github.com/jutn-dev/tictactoe [INFO] tweaked toml for git repo https://github.com/jutn-dev/tictactoe written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jutn-dev/tictactoe 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" "+e23ae72ac7a393961886ea62df065ebb6def7d51" "fetch" "--manifest-path" "Cargo.toml", 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] 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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+e23ae72ac7a393961886ea62df065ebb6def7d51" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70bdc71d3f134e8bd56e891ae1bb7bedf3983773021e41d2ff20174bb37f1c51 [INFO] running `Command { std: "docker" "start" "-a" "70bdc71d3f134e8bd56e891ae1bb7bedf3983773021e41d2ff20174bb37f1c51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70bdc71d3f134e8bd56e891ae1bb7bedf3983773021e41d2ff20174bb37f1c51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70bdc71d3f134e8bd56e891ae1bb7bedf3983773021e41d2ff20174bb37f1c51", kill_on_drop: false }` [INFO] [stdout] 70bdc71d3f134e8bd56e891ae1bb7bedf3983773021e41d2ff20174bb37f1c51 [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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+e23ae72ac7a393961886ea62df065ebb6def7d51" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef391d5fb314219e61e723009046ab022318d87139e089ad086604fd9375bb86 [INFO] running `Command { std: "docker" "start" "-a" "ef391d5fb314219e61e723009046ab022318d87139e089ad086604fd9375bb86", kill_on_drop: false }` [INFO] [stderr] Checking tictactoe v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `game` should have an upper camel case name [INFO] [stdout] --> src/board.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct game { [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `Game` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `game` should have an upper camel case name [INFO] [stdout] --> src/board.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct game { [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `Game` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `is_ai` is never read [INFO] [stdout] --> src/board.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Player { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 5 | is_ai: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Player` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `AI` should have a snake case name [INFO] [stdout] --> src/board/ai.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn AI(&mut self) { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `ai` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `AI_multi_thread` should have a snake case name [INFO] [stdout] --> src/board/ai.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn AI_multi_thread(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `ai_multi_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `is_ai` is never read [INFO] [stdout] --> src/board.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Player { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 5 | is_ai: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Player` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `AI` should have a snake case name [INFO] [stdout] --> src/board/ai.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn AI(&mut self) { [INFO] [stdout] | ^^ help: convert the identifier to snake case: `ai` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `AI_multi_thread` should have a snake case name [INFO] [stdout] --> src/board/ai.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn AI_multi_thread(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `ai_multi_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] running `Command { std: "docker" "inspect" "ef391d5fb314219e61e723009046ab022318d87139e089ad086604fd9375bb86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef391d5fb314219e61e723009046ab022318d87139e089ad086604fd9375bb86", kill_on_drop: false }` [INFO] [stdout] ef391d5fb314219e61e723009046ab022318d87139e089ad086604fd9375bb86 [INFO] checking jutn-dev/tictactoe against try#397f8958d101b259f6baaf92d107d770c95c3ce0 for pr-126571 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjutn-dev%2Ftictactoe" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-2-tc2/source': No space left on device [INFO] checking jutn-dev/tictactoe against try#397f8958d101b259f6baaf92d107d770c95c3ce0 for pr-126571 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjutn-dev%2Ftictactoe" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-2-tc2/source': No space left on device [INFO] checking jutn-dev/tictactoe against try#397f8958d101b259f6baaf92d107d770c95c3ce0 for pr-126571 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjutn-dev%2Ftictactoe" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-2-tc2/source': No space left on device [INFO] checking jutn-dev/tictactoe against try#397f8958d101b259f6baaf92d107d770c95c3ce0 for pr-126571 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjutn-dev%2Ftictactoe" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-2-tc2/source': No space left on device [INFO] checking jutn-dev/tictactoe against try#397f8958d101b259f6baaf92d107d770c95c3ce0 for pr-126571 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjutn-dev%2Ftictactoe" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-2-tc2/source': No space left on device [ERROR] this task or one of its parent failed! [ERROR] failed to checkout https://github.com/jutn-dev/tictactoe [ERROR] caused by: command failed: exit status: 128 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.