Oct 27 06:39:51.378 INFO checking cmr/one-hour-roguelike against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:39:51.380 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 06:39:51.955 INFO blam! fc5be840b904f04b055c05009834b2e5b9e83f23028a8e60d4e36e90b3510e20 Oct 27 06:39:51.956 INFO running `"docker" "start" "-a" "fc5be840b904f04b055c05009834b2e5b9e83f23028a8e60d4e36e90b3510e20"` Oct 27 06:39:52.951 INFO kablam! usermod: no changes Oct 27 06:39:53.007 INFO kablam! Checking rogue v0.0.1 (/source) Oct 27 06:39:53.879 INFO kablam! warning: variable does not need to be mutable Oct 27 06:39:53.879 INFO kablam! --> src/main.rs:172:9 Oct 27 06:39:53.879 INFO kablam! | Oct 27 06:39:53.879 INFO kablam! 172 | let mut stdin = std::io::stdin(); Oct 27 06:39:53.879 INFO kablam! | ----^^^^^ Oct 27 06:39:53.879 INFO kablam! | | Oct 27 06:39:53.879 INFO kablam! | help: remove this `mut` Oct 27 06:39:53.879 INFO kablam! | Oct 27 06:39:53.879 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 06:39:53.879 INFO kablam! Oct 27 06:39:53.879 INFO kablam! warning: function `P` should have a snake case name such as `p` Oct 27 06:39:53.879 INFO kablam! --> src/main.rs:6:1 Oct 27 06:39:53.879 INFO kablam! | Oct 27 06:39:53.879 INFO kablam! 6 | / fn P(val: T) -> P { Oct 27 06:39:53.879 INFO kablam! 7 | | return Rc::new(RefCell::new(val)); Oct 27 06:39:53.879 INFO kablam! 8 | | } Oct 27 06:39:53.879 INFO kablam! | |_^ Oct 27 06:39:53.879 INFO kablam! | Oct 27 06:39:53.879 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 06:39:53.879 INFO kablam! Oct 27 06:39:53.887 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:39:53.887 INFO kablam! --> src/main.rs:169:5 Oct 27 06:39:53.887 INFO kablam! | Oct 27 06:39:53.887 INFO kablam! 169 | f.read_to_end(&mut loaded); Oct 27 06:39:53.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:39:53.887 INFO kablam! | Oct 27 06:39:53.887 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:39:53.887 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:39:53.887 INFO kablam! Oct 27 06:39:53.887 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:39:53.887 INFO kablam! --> src/main.rs:178:9 Oct 27 06:39:53.887 INFO kablam! | Oct 27 06:39:53.887 INFO kablam! 178 | stdin.read_line(&mut line); Oct 27 06:39:53.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:39:53.887 INFO kablam! | Oct 27 06:39:53.887 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:39:53.887 INFO kablam! Oct 27 06:39:53.943 INFO kablam! warning: variable does not need to be mutable Oct 27 06:39:53.943 INFO kablam! --> src/main.rs:172:9 Oct 27 06:39:53.943 INFO kablam! | Oct 27 06:39:53.943 INFO kablam! 172 | let mut stdin = std::io::stdin(); Oct 27 06:39:53.943 INFO kablam! | ----^^^^^ Oct 27 06:39:53.943 INFO kablam! | | Oct 27 06:39:53.943 INFO kablam! | help: remove this `mut` Oct 27 06:39:53.943 INFO kablam! | Oct 27 06:39:53.943 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 06:39:53.943 INFO kablam! Oct 27 06:39:53.955 INFO kablam! warning: function `P` should have a snake case name such as `p` Oct 27 06:39:53.955 INFO kablam! --> src/main.rs:6:1 Oct 27 06:39:53.955 INFO kablam! | Oct 27 06:39:53.955 INFO kablam! 6 | / fn P(val: T) -> P { Oct 27 06:39:53.955 INFO kablam! 7 | | return Rc::new(RefCell::new(val)); Oct 27 06:39:53.955 INFO kablam! 8 | | } Oct 27 06:39:53.955 INFO kablam! | |_^ Oct 27 06:39:53.955 INFO kablam! | Oct 27 06:39:53.955 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 06:39:53.955 INFO kablam! Oct 27 06:39:53.957 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:39:53.957 INFO kablam! --> src/main.rs:169:5 Oct 27 06:39:53.957 INFO kablam! | Oct 27 06:39:53.957 INFO kablam! 169 | f.read_to_end(&mut loaded); Oct 27 06:39:53.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:39:53.957 INFO kablam! | Oct 27 06:39:53.957 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:39:53.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:39:53.957 INFO kablam! Oct 27 06:39:53.966 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:39:53.967 INFO kablam! --> src/main.rs:178:9 Oct 27 06:39:53.967 INFO kablam! | Oct 27 06:39:53.967 INFO kablam! 178 | stdin.read_line(&mut line); Oct 27 06:39:53.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:39:53.967 INFO kablam! | Oct 27 06:39:53.967 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:39:53.967 INFO kablam! Oct 27 06:39:54.014 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 27 06:39:54.015 INFO kablam! su: No module specific data is present Oct 27 06:39:54.745 INFO running `"docker" "rm" "-f" "fc5be840b904f04b055c05009834b2e5b9e83f23028a8e60d4e36e90b3510e20"` Oct 27 06:39:55.069 INFO blam! fc5be840b904f04b055c05009834b2e5b9e83f23028a8e60d4e36e90b3510e20