[INFO] cloning repository https://github.com/murilobsd/rust-debug [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/murilobsd/rust-debug" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmurilobsd%2Frust-debug", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmurilobsd%2Frust-debug'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ca880c2bb69ae254cd4fd4277cfaad0fa5c36de3 [INFO] checking murilobsd/rust-debug against master#195ad4830e11a544391abe296b146450dea8411b for pr-82781 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmurilobsd%2Frust-debug" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/murilobsd/rust-debug on toolchain 195ad4830e11a544391abe296b146450dea8411b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/murilobsd/rust-debug [INFO] finished tweaking git repo https://github.com/murilobsd/rust-debug [INFO] tweaked toml for git repo https://github.com/murilobsd/rust-debug written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/murilobsd/rust-debug already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--no-deps" "--format-version=1", 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] 8d40fa92dfa6fe6a34d3fa5670496e92f91a602fc018240ef5d8a51015c61685 [INFO] running `Command { std: "docker" "start" "-a" "8d40fa92dfa6fe6a34d3fa5670496e92f91a602fc018240ef5d8a51015c61685", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d40fa92dfa6fe6a34d3fa5670496e92f91a602fc018240ef5d8a51015c61685", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d40fa92dfa6fe6a34d3fa5670496e92f91a602fc018240ef5d8a51015c61685", kill_on_drop: false }` [INFO] [stdout] 8d40fa92dfa6fe6a34d3fa5670496e92f91a602fc018240ef5d8a51015c61685 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f48fc16038149fcde9e1042b50ecef24e080de73f0c748795ec12d3bc395f39b [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" "f48fc16038149fcde9e1042b50ecef24e080de73f0c748795ec12d3bc395f39b", kill_on_drop: false }` [INFO] [stderr] Checking debug v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0170]: pattern binding `Red` is named the same as one of the variants of the type `State` [INFO] [stdout] --> src/main.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | Red => 'R', [INFO] [stdout] | ^^^ help: to match on the variant, qualify the path: `State::Red` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `Blue` is named the same as one of the variants of the type `State` [INFO] [stdout] --> src/main.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | Blue => 'B', [INFO] [stdout] | ^^^^ help: to match on the variant, qualify the path: `State::Blue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `Green` is named the same as one of the variants of the type `State` [INFO] [stdout] --> src/main.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | Green => 'G' [INFO] [stdout] | ^^^^^ help: to match on the variant, qualify the path: `State::Green` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/main.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 13 | Red => 'R', [INFO] [stdout] | --- matches any value [INFO] [stdout] 14 | Blue => 'B', [INFO] [stdout] | ^^^^ unreachable pattern [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/main.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 13 | Red => 'R', [INFO] [stdout] | --- matches any value [INFO] [stdout] 14 | Blue => 'B', [INFO] [stdout] 15 | Green => 'G' [INFO] [stdout] | ^^^^^ unreachable pattern [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Red` [INFO] [stdout] --> src/main.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | Red => 'R', [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_Red` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Blue` [INFO] [stdout] --> src/main.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | Blue => 'B', [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_Blue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Green` [INFO] [stdout] --> src/main.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | Green => 'G' [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_Green` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `Red` is named the same as one of the variants of the type `State` [INFO] [stdout] --> src/main.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | Red => 'R', [INFO] [stdout] | ^^^ help: to match on the variant, qualify the path: `State::Red` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `Blue` is named the same as one of the variants of the type `State` [INFO] [stdout] --> src/main.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | Blue => 'B', [INFO] [stdout] | ^^^^ help: to match on the variant, qualify the path: `State::Blue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `Green` is named the same as one of the variants of the type `State` [INFO] [stdout] --> src/main.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | Green => 'G' [INFO] [stdout] | ^^^^^ help: to match on the variant, qualify the path: `State::Green` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/main.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 13 | Red => 'R', [INFO] [stdout] | --- matches any value [INFO] [stdout] 14 | Blue => 'B', [INFO] [stdout] | ^^^^ unreachable pattern [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/main.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 13 | Red => 'R', [INFO] [stdout] | --- matches any value [INFO] [stdout] 14 | Blue => 'B', [INFO] [stdout] 15 | Green => 'G' [INFO] [stdout] | ^^^^^ unreachable pattern [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Red` [INFO] [stdout] --> src/main.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | Red => 'R', [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_Red` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Blue` [INFO] [stdout] --> src/main.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | Blue => 'B', [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_Blue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `Green` [INFO] [stdout] --> src/main.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | Green => 'G' [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_Green` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Blue` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | Blue, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Blue` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | Blue, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Green` [INFO] [stdout] --> src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | Green, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Red` should have a snake case name [INFO] [stdout] --> src/main.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | Red => 'R', [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `red` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Blue` should have a snake case name [INFO] [stdout] --> src/main.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | Blue => 'B', [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `blue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Green` should have a snake case name [INFO] [stdout] --> src/main.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | Green => 'G' [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `green` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Green` [INFO] [stdout] --> src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | Green, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Red` should have a snake case name [INFO] [stdout] --> src/main.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | Red => 'R', [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `red` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Blue` should have a snake case name [INFO] [stdout] --> src/main.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | Blue => 'B', [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `blue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Green` should have a snake case name [INFO] [stdout] --> src/main.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | Green => 'G' [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `green` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `Command { std: "docker" "inspect" "f48fc16038149fcde9e1042b50ecef24e080de73f0c748795ec12d3bc395f39b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f48fc16038149fcde9e1042b50ecef24e080de73f0c748795ec12d3bc395f39b", kill_on_drop: false }` [INFO] [stdout] f48fc16038149fcde9e1042b50ecef24e080de73f0c748795ec12d3bc395f39b