[INFO] cloning repository https://github.com/mw8/white_keyboard_layout [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mw8/white_keyboard_layout" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmw8%2Fwhite_keyboard_layout", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmw8%2Fwhite_keyboard_layout'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e0fda4eb23e83bbe0f4c686bffb108bbc1b3501f [INFO] checking mw8/white_keyboard_layout against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmw8%2Fwhite_keyboard_layout" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mw8/white_keyboard_layout on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mw8/white_keyboard_layout [INFO] finished tweaking git repo https://github.com/mw8/white_keyboard_layout [INFO] tweaked toml for git repo https://github.com/mw8/white_keyboard_layout written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/mw8/white_keyboard_layout already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "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] 4faa9e6ac8db3498cafbbd0d6baf8e797e87f9d869461a70336d62c928b8ce18 [INFO] running `Command { std: "docker" "start" "-a" "4faa9e6ac8db3498cafbbd0d6baf8e797e87f9d869461a70336d62c928b8ce18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4faa9e6ac8db3498cafbbd0d6baf8e797e87f9d869461a70336d62c928b8ce18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4faa9e6ac8db3498cafbbd0d6baf8e797e87f9d869461a70336d62c928b8ce18", kill_on_drop: false }` [INFO] [stdout] 4faa9e6ac8db3498cafbbd0d6baf8e797e87f9d869461a70336d62c928b8ce18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "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] c242236fa1c04e5d731c1b704475ded0befa07315f7d01af4719a065e3de2cb2 [INFO] running `Command { std: "docker" "start" "-a" "c242236fa1c04e5d731c1b704475ded0befa07315f7d01af4719a065e3de2cb2", kill_on_drop: false }` [INFO] [stderr] Checking white_keyboard_layout v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `INITIAL_LAYOUT_STRING` in this scope [INFO] [stdout] --> src/main.rs:683:32 [INFO] [stdout] | [INFO] [stdout] 683 | let l = layout_from_string(INITIAL_LAYOUT_STRING); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/main.rs:1288:9 [INFO] [stdout] | [INFO] [stdout] 1288 | / ((self.i == other.i && self.f == other.f) || [INFO] [stdout] 1289 | | (self.i == other.i-1 && self.f == other.f + 1000.0) || [INFO] [stdout] 1290 | | (self.i == other.i+1 && self.f == other.f - 1000.0)) [INFO] [stdout] | |_____________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 1288 | (self.i == other.i && self.f == other.f) || [INFO] [stdout] 1289 | (self.i == other.i-1 && self.f == other.f + 1000.0) || [INFO] [stdout] 1290 | (self.i == other.i+1 && self.f == other.f - 1000.0) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/main.rs:1311:9 [INFO] [stdout] | [INFO] [stdout] 1311 | / ((self.i < other.i-1) || [INFO] [stdout] 1312 | | (self.i == other.i-1 && self.f-1000.0 < other.f) || [INFO] [stdout] 1313 | | (self.i == other.i && self.f < other.f) || [INFO] [stdout] 1314 | | (self.i == other.i+1 && self.f+1000.0 < other.f)) [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 1311 | (self.i < other.i-1) || [INFO] [stdout] 1312 | (self.i == other.i-1 && self.f-1000.0 < other.f) || [INFO] [stdout] 1313 | (self.i == other.i && self.f < other.f) || [INFO] [stdout] 1314 | (self.i == other.i+1 && self.f+1000.0 < other.f) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/main.rs:1288:9 [INFO] [stdout] | [INFO] [stdout] 1288 | / ((self.i == other.i && self.f == other.f) || [INFO] [stdout] 1289 | | (self.i == other.i-1 && self.f == other.f + 1000.0) || [INFO] [stdout] 1290 | | (self.i == other.i+1 && self.f == other.f - 1000.0)) [INFO] [stdout] | |_____________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 1288 | (self.i == other.i && self.f == other.f) || [INFO] [stdout] 1289 | (self.i == other.i-1 && self.f == other.f + 1000.0) || [INFO] [stdout] 1290 | (self.i == other.i+1 && self.f == other.f - 1000.0) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/main.rs:1311:9 [INFO] [stdout] | [INFO] [stdout] 1311 | / ((self.i < other.i-1) || [INFO] [stdout] 1312 | | (self.i == other.i-1 && self.f-1000.0 < other.f) || [INFO] [stdout] 1313 | | (self.i == other.i && self.f < other.f) || [INFO] [stdout] 1314 | | (self.i == other.i+1 && self.f+1000.0 < other.f)) [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 1311 | (self.i < other.i-1) || [INFO] [stdout] 1312 | (self.i == other.i-1 && self.f-1000.0 < other.f) || [INFO] [stdout] 1313 | (self.i == other.i && self.f < other.f) || [INFO] [stdout] 1314 | (self.i == other.i+1 && self.f+1000.0 < other.f) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `white_keyboard_layout` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c242236fa1c04e5d731c1b704475ded0befa07315f7d01af4719a065e3de2cb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c242236fa1c04e5d731c1b704475ded0befa07315f7d01af4719a065e3de2cb2", kill_on_drop: false }` [INFO] [stdout] c242236fa1c04e5d731c1b704475ded0befa07315f7d01af4719a065e3de2cb2