[INFO] cloning repository https://github.com/somaicat/MontyRust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/somaicat/MontyRust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsomaicat%2FMontyRust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsomaicat%2FMontyRust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fdbe7271de04062020e239a6fe044120611d4253 [INFO] checking somaicat/MontyRust against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsomaicat%2FMontyRust" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/somaicat/MontyRust 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/somaicat/MontyRust [INFO] finished tweaking git repo https://github.com/somaicat/MontyRust [INFO] tweaked toml for git repo https://github.com/somaicat/MontyRust written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/somaicat/MontyRust 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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] [stdout] bfe3a1ce59417e1e750724ffe90e065c4c09753fa36080901246242ff3c01c30 [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" "bfe3a1ce59417e1e750724ffe90e065c4c09753fa36080901246242ff3c01c30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bfe3a1ce59417e1e750724ffe90e065c4c09753fa36080901246242ff3c01c30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfe3a1ce59417e1e750724ffe90e065c4c09753fa36080901246242ff3c01c30", kill_on_drop: false }` [INFO] [stdout] bfe3a1ce59417e1e750724ffe90e065c4c09753fa36080901246242ff3c01c30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] [stdout] f9d23f802d3a8ff3444b7bb42fb22ed1c8f908766135575301483db694a3762f [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" "f9d23f802d3a8ff3444b7bb42fb22ed1c8f908766135575301483db694a3762f", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Checking pancurses v0.16.1 [INFO] [stderr] Checking montyrust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::thread` [INFO] [stdout] --> src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::thread; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::thread::JoinHandle` [INFO] [stdout] --> src/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::thread::JoinHandle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Mutex` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::sync::Mutex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `game::*` [INFO] [stdout] --> src/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use game::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::thread` [INFO] [stdout] --> src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::thread; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::thread::JoinHandle` [INFO] [stdout] --> src/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::thread::JoinHandle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Mutex` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::sync::Mutex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `game::*` [INFO] [stdout] --> src/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use game::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hours` [INFO] [stdout] --> src/tui.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | let hours = (duration.as_secs() / 60) / 60; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_hours` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offsety` [INFO] [stdout] --> src/tui.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | let mut offsety = yx.0; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_offsety` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tui.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | let mut offsetx = yx.1; [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: variable does not need to be mutable [INFO] [stdout] --> src/tui.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | let mut offsety = yx.0; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Threads` should have a snake case name [INFO] [stdout] --> src/main.rs:63:13 [INFO] [stdout] | [INFO] [stdout] 63 | let mut Threads = Vec::new(); [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `threads` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hours` [INFO] [stdout] --> src/tui.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | let hours = (duration.as_secs() / 60) / 60; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_hours` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `offsety` [INFO] [stdout] --> src/tui.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | let mut offsety = yx.0; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_offsety` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tui.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | let mut offsetx = yx.1; [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: variable does not need to be mutable [INFO] [stdout] --> src/tui.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | let mut offsety = yx.0; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Threads` should have a snake case name [INFO] [stdout] --> src/main.rs:63:13 [INFO] [stdout] | [INFO] [stdout] 63 | let mut Threads = Vec::new(); [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `threads` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/main.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | jh.unwrap().join(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `formatElapsed` should have a snake case name [INFO] [stdout] --> src/tui.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn formatElapsed(duration :&Duration) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `format_elapsed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `excludedDoor` should have a snake case name [INFO] [stdout] --> src/game.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | let mut excludedDoor :u8=0; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `excluded_door` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `altDoor` should have a snake case name [INFO] [stdout] --> src/game.rs:84:26 [INFO] [stdout] | [INFO] [stdout] 84 | let mut altDoor :u8=0; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `alt_door` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `chosenDoor` should have a snake case name [INFO] [stdout] --> src/game.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 85 | let mut chosenDoor :u8 = rng.gen(); [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `chosen_door` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `correctDoor` should have a snake case name [INFO] [stdout] --> src/game.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | let mut correctDoor :u8 = rng.gen(); [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `correct_door` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/main.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | jh.unwrap().join(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `formatElapsed` should have a snake case name [INFO] [stdout] --> src/tui.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn formatElapsed(duration :&Duration) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `format_elapsed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `excludedDoor` should have a snake case name [INFO] [stdout] --> src/game.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | let mut excludedDoor :u8=0; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `excluded_door` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `altDoor` should have a snake case name [INFO] [stdout] --> src/game.rs:84:26 [INFO] [stdout] | [INFO] [stdout] 84 | let mut altDoor :u8=0; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `alt_door` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `chosenDoor` should have a snake case name [INFO] [stdout] --> src/game.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 85 | let mut chosenDoor :u8 = rng.gen(); [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `chosen_door` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `correctDoor` should have a snake case name [INFO] [stdout] --> src/game.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | let mut correctDoor :u8 = rng.gen(); [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `correct_door` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.69s [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f9d23f802d3a8ff3444b7bb42fb22ed1c8f908766135575301483db694a3762f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9d23f802d3a8ff3444b7bb42fb22ed1c8f908766135575301483db694a3762f", kill_on_drop: false }` [INFO] [stdout] f9d23f802d3a8ff3444b7bb42fb22ed1c8f908766135575301483db694a3762f