Oct 27 00:08:33.096 INFO checking mtn/silver against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:08:33.096 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 00:08:33.427 INFO blam! 8dbb2bb0f5d17902af3bf1033bf57c11371bd113c213b7b718e85dd44e4aef2a Oct 27 00:08:33.431 INFO running `"docker" "start" "-a" "8dbb2bb0f5d17902af3bf1033bf57c11371bd113c213b7b718e85dd44e4aef2a"` Oct 27 00:08:34.499 INFO kablam! usermod: no changes Oct 27 00:08:34.550 INFO kablam! Checking silver v0.1.0 (/source) Oct 27 00:08:35.424 INFO kablam! warning: variable does not need to be mutable Oct 27 00:08:35.424 INFO kablam! --> src/parser.rs:331:13 Oct 27 00:08:35.425 INFO kablam! | Oct 27 00:08:35.425 INFO kablam! 331 | let mut lexer = lexer::Lexer::new(inp); Oct 27 00:08:35.425 INFO kablam! | ----^^^^^ Oct 27 00:08:35.425 INFO kablam! | | Oct 27 00:08:35.425 INFO kablam! | help: remove this `mut` Oct 27 00:08:35.425 INFO kablam! | Oct 27 00:08:35.425 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:08:35.425 INFO kablam! Oct 27 00:08:35.425 INFO kablam! warning: variable does not need to be mutable Oct 27 00:08:35.425 INFO kablam! --> src/parser.rs:344:13 Oct 27 00:08:35.425 INFO kablam! | Oct 27 00:08:35.425 INFO kablam! 344 | let mut lexer = lexer::Lexer::new(inp); Oct 27 00:08:35.425 INFO kablam! | ----^^^^^ Oct 27 00:08:35.425 INFO kablam! | | Oct 27 00:08:35.425 INFO kablam! | help: remove this `mut` Oct 27 00:08:35.425 INFO kablam! Oct 27 00:08:35.431 INFO kablam! warning: variable does not need to be mutable Oct 27 00:08:35.433 INFO kablam! --> src/parser.rs:366:13 Oct 27 00:08:35.433 INFO kablam! | Oct 27 00:08:35.433 INFO kablam! 366 | let mut lexer = lexer::Lexer::new(inp); Oct 27 00:08:35.433 INFO kablam! | ----^^^^^ Oct 27 00:08:35.433 INFO kablam! | | Oct 27 00:08:35.433 INFO kablam! | help: remove this `mut` Oct 27 00:08:35.433 INFO kablam! Oct 27 00:08:35.433 INFO kablam! warning: variable does not need to be mutable Oct 27 00:08:35.433 INFO kablam! --> src/parser.rs:385:13 Oct 27 00:08:35.433 INFO kablam! | Oct 27 00:08:35.433 INFO kablam! 385 | let mut lexer = lexer::Lexer::new(inp); Oct 27 00:08:35.433 INFO kablam! | ----^^^^^ Oct 27 00:08:35.433 INFO kablam! | | Oct 27 00:08:35.433 INFO kablam! | help: remove this `mut` Oct 27 00:08:35.433 INFO kablam! Oct 27 00:08:35.433 INFO kablam! warning: variable does not need to be mutable Oct 27 00:08:35.433 INFO kablam! --> src/parser.rs:406:13 Oct 27 00:08:35.433 INFO kablam! | Oct 27 00:08:35.433 INFO kablam! 406 | let mut lexer = lexer::Lexer::new(inp); Oct 27 00:08:35.433 INFO kablam! | ----^^^^^ Oct 27 00:08:35.433 INFO kablam! | | Oct 27 00:08:35.433 INFO kablam! | help: remove this `mut` Oct 27 00:08:35.433 INFO kablam! Oct 27 00:08:35.433 INFO kablam! warning: variable does not need to be mutable Oct 27 00:08:35.433 INFO kablam! --> src/parser.rs:430:13 Oct 27 00:08:35.433 INFO kablam! | Oct 27 00:08:35.433 INFO kablam! 430 | let mut lexer = lexer::Lexer::new(inp); Oct 27 00:08:35.433 INFO kablam! | ----^^^^^ Oct 27 00:08:35.433 INFO kablam! | | Oct 27 00:08:35.433 INFO kablam! | help: remove this `mut` Oct 27 00:08:35.433 INFO kablam! Oct 27 00:08:35.443 INFO kablam! warning: variable does not need to be mutable Oct 27 00:08:35.443 INFO kablam! --> src/parser.rs:451:13 Oct 27 00:08:35.443 INFO kablam! | Oct 27 00:08:35.443 INFO kablam! 451 | let mut lexer = lexer::Lexer::new(inp); Oct 27 00:08:35.443 INFO kablam! | ----^^^^^ Oct 27 00:08:35.443 INFO kablam! | | Oct 27 00:08:35.443 INFO kablam! | help: remove this `mut` Oct 27 00:08:35.443 INFO kablam! Oct 27 00:08:35.443 INFO kablam! warning: variable does not need to be mutable Oct 27 00:08:35.443 INFO kablam! --> src/parser.rs:487:13 Oct 27 00:08:35.443 INFO kablam! | Oct 27 00:08:35.443 INFO kablam! 487 | let mut lexer = lexer::Lexer::new(inp); Oct 27 00:08:35.443 INFO kablam! | ----^^^^^ Oct 27 00:08:35.443 INFO kablam! | | Oct 27 00:08:35.443 INFO kablam! | help: remove this `mut` Oct 27 00:08:35.443 INFO kablam! Oct 27 00:08:35.529 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 27 00:08:35.531 INFO kablam! su: No module specific data is present Oct 27 00:08:36.127 INFO running `"docker" "rm" "-f" "8dbb2bb0f5d17902af3bf1033bf57c11371bd113c213b7b718e85dd44e4aef2a"` Oct 27 00:08:36.331 INFO blam! 8dbb2bb0f5d17902af3bf1033bf57c11371bd113c213b7b718e85dd44e4aef2a