Oct 27 07:50:58.968 INFO checking bb2000/brainfuck_rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 07:50:58.970 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 07:50:59.339 INFO blam! e0d14cfb27585509c1f70356e332c9562cf367f2551ac8f9789c95d955ace2ff Oct 27 07:50:59.347 INFO running `"docker" "start" "-a" "e0d14cfb27585509c1f70356e332c9562cf367f2551ac8f9789c95d955ace2ff"` Oct 27 07:51:00.151 INFO kablam! usermod: no changes Oct 27 07:51:00.191 INFO kablam! Checking brainfuck v0.1.0 (/source) Oct 27 07:51:00.583 INFO kablam! warning: unused imports: `Read`, `Stdin`, `Write` Oct 27 07:51:00.583 INFO kablam! --> src/brainfuck.rs:1:15 Oct 27 07:51:00.583 INFO kablam! | Oct 27 07:51:00.583 INFO kablam! 1 | use std::io::{Read, Write, Stdin}; Oct 27 07:51:00.583 INFO kablam! | ^^^^ ^^^^^ ^^^^^ Oct 27 07:51:00.583 INFO kablam! | Oct 27 07:51:00.583 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:51:00.583 INFO kablam! Oct 27 07:51:00.583 INFO kablam! warning: unused import: `std::io` Oct 27 07:51:00.583 INFO kablam! --> src/brainfuck.rs:2:5 Oct 27 07:51:00.583 INFO kablam! | Oct 27 07:51:00.583 INFO kablam! 2 | use std::io; Oct 27 07:51:00.583 INFO kablam! | ^^^^^^^ Oct 27 07:51:00.583 INFO kablam! Oct 27 07:51:00.583 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 07:51:00.583 INFO kablam! --> src/brainfuck.rs:41:25 Oct 27 07:51:00.583 INFO kablam! | Oct 27 07:51:00.583 INFO kablam! 41 | for location in (0..self.memory.len()) { Oct 27 07:51:00.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 07:51:00.583 INFO kablam! | Oct 27 07:51:00.583 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 07:51:00.583 INFO kablam! Oct 27 07:51:00.583 INFO kablam! warning: unused import: `BufReader` Oct 27 07:51:00.583 INFO kablam! --> src/main.rs:5:15 Oct 27 07:51:00.583 INFO kablam! | Oct 27 07:51:00.583 INFO kablam! 5 | use std::io::{BufReader, Read, Write}; Oct 27 07:51:00.583 INFO kablam! | ^^^^^^^^^ Oct 27 07:51:00.583 INFO kablam! Oct 27 07:51:00.671 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 07:51:00.671 INFO kablam! --> src/main.rs:19:5 Oct 27 07:51:00.672 INFO kablam! | Oct 27 07:51:00.672 INFO kablam! 19 | io::stdout().flush(); Oct 27 07:51:00.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:51:00.673 INFO kablam! | Oct 27 07:51:00.673 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 07:51:00.673 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 07:51:00.674 INFO kablam! Oct 27 07:51:00.674 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 07:51:00.674 INFO kablam! --> src/main.rs:20:5 Oct 27 07:51:00.674 INFO kablam! | Oct 27 07:51:00.676 INFO kablam! 20 | io::stdin().read_line(&mut input_buf); Oct 27 07:51:00.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:51:00.676 INFO kablam! | Oct 27 07:51:00.676 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 07:51:00.676 INFO kablam! Oct 27 07:51:00.875 INFO kablam! warning: unused imports: `Read`, `Stdin`, `Write` Oct 27 07:51:00.875 INFO kablam! --> src/brainfuck.rs:1:15 Oct 27 07:51:00.875 INFO kablam! | Oct 27 07:51:00.875 INFO kablam! 1 | use std::io::{Read, Write, Stdin}; Oct 27 07:51:00.875 INFO kablam! | ^^^^ ^^^^^ ^^^^^ Oct 27 07:51:00.875 INFO kablam! | Oct 27 07:51:00.875 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:51:00.875 INFO kablam! Oct 27 07:51:00.875 INFO kablam! warning: unused import: `std::io` Oct 27 07:51:00.875 INFO kablam! --> src/brainfuck.rs:2:5 Oct 27 07:51:00.875 INFO kablam! | Oct 27 07:51:00.875 INFO kablam! 2 | use std::io; Oct 27 07:51:00.875 INFO kablam! | ^^^^^^^ Oct 27 07:51:00.875 INFO kablam! Oct 27 07:51:00.875 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 07:51:00.875 INFO kablam! --> src/brainfuck.rs:41:25 Oct 27 07:51:00.875 INFO kablam! | Oct 27 07:51:00.875 INFO kablam! 41 | for location in (0..self.memory.len()) { Oct 27 07:51:00.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 07:51:00.875 INFO kablam! | Oct 27 07:51:00.875 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 07:51:00.875 INFO kablam! Oct 27 07:51:00.875 INFO kablam! warning: unused import: `BufReader` Oct 27 07:51:00.875 INFO kablam! --> src/main.rs:5:15 Oct 27 07:51:00.875 INFO kablam! | Oct 27 07:51:00.875 INFO kablam! 5 | use std::io::{BufReader, Read, Write}; Oct 27 07:51:00.875 INFO kablam! | ^^^^^^^^^ Oct 27 07:51:00.875 INFO kablam! Oct 27 07:51:00.971 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 07:51:00.971 INFO kablam! --> src/main.rs:19:5 Oct 27 07:51:00.971 INFO kablam! | Oct 27 07:51:00.972 INFO kablam! 19 | io::stdout().flush(); Oct 27 07:51:00.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:51:00.972 INFO kablam! | Oct 27 07:51:00.972 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 07:51:00.973 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 07:51:00.973 INFO kablam! Oct 27 07:51:00.973 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 07:51:00.973 INFO kablam! --> src/main.rs:20:5 Oct 27 07:51:00.974 INFO kablam! | Oct 27 07:51:00.974 INFO kablam! 20 | io::stdin().read_line(&mut input_buf); Oct 27 07:51:00.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:51:00.974 INFO kablam! | Oct 27 07:51:00.974 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 07:51:00.975 INFO kablam! Oct 27 07:51:01.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 27 07:51:01.007 INFO kablam! su: No module specific data is present Oct 27 07:51:01.545 INFO running `"docker" "rm" "-f" "e0d14cfb27585509c1f70356e332c9562cf367f2551ac8f9789c95d955ace2ff"` Oct 27 07:51:01.761 INFO blam! e0d14cfb27585509c1f70356e332c9562cf367f2551ac8f9789c95d955ace2ff