Oct 27 02:37:17.232 INFO checking jtdowney/som-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 02:37:17.232 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 02:37:17.663 INFO blam! 1f1a30f4f6479003e88f3a6fa658cce0849b9226c62ff84eef669a518f67854b Oct 27 02:37:17.669 INFO running `"docker" "start" "-a" "1f1a30f4f6479003e88f3a6fa658cce0849b9226c62ff84eef669a518f67854b"` Oct 27 02:37:19.363 INFO kablam! usermod: no changes Oct 27 02:37:19.463 INFO kablam! Checking som v0.1.0 (/source) Oct 27 02:37:20.207 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 02:37:20.207 INFO kablam! --> src/compiler/lexer.rs:297:22 Oct 27 02:37:20.207 INFO kablam! | Oct 27 02:37:20.207 INFO kablam! 297 | for _ in (0..count) { Oct 27 02:37:20.207 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 02:37:20.208 INFO kablam! | Oct 27 02:37:20.208 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 02:37:20.208 INFO kablam! Oct 27 02:37:20.208 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 02:37:20.208 INFO kablam! --> src/compiler/parser.rs:488:18 Oct 27 02:37:20.208 INFO kablam! | Oct 27 02:37:20.208 INFO kablam! 488 | for _ in (self.queue.len()..n) { Oct 27 02:37:20.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 02:37:20.208 INFO kablam! Oct 27 02:37:20.208 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 02:37:20.208 INFO kablam! --> src/compiler/parser.rs:502:18 Oct 27 02:37:20.208 INFO kablam! | Oct 27 02:37:20.208 INFO kablam! 502 | for _ in (0..n) { Oct 27 02:37:20.208 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 27 02:37:20.208 INFO kablam! Oct 27 02:37:20.238 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 02:37:20.238 INFO kablam! --> src/compiler/lexer.rs:2:5 Oct 27 02:37:20.238 INFO kablam! | Oct 27 02:37:20.238 INFO kablam! 2 | use std::ascii::AsciiExt; Oct 27 02:37:20.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 02:37:20.238 INFO kablam! | Oct 27 02:37:20.243 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 02:37:20.243 INFO kablam! Oct 27 02:37:20.495 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 02:37:20.495 INFO kablam! --> src/compiler/lexer.rs:297:22 Oct 27 02:37:20.496 INFO kablam! | Oct 27 02:37:20.496 INFO kablam! 297 | for _ in (0..count) { Oct 27 02:37:20.496 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 02:37:20.497 INFO kablam! | Oct 27 02:37:20.497 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 02:37:20.497 INFO kablam! Oct 27 02:37:20.500 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 02:37:20.500 INFO kablam! --> src/compiler/lexer.rs:499:80 Oct 27 02:37:20.500 INFO kablam! | Oct 27 02:37:20.500 INFO kablam! 499 | assert_eq!(lexer.read_token().unwrap(), Token(Symbol::Identifier, Some(("run".to_string())))); Oct 27 02:37:20.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 02:37:20.507 INFO kablam! Oct 27 02:37:20.508 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 02:37:20.508 INFO kablam! --> src/compiler/parser.rs:488:18 Oct 27 02:37:20.508 INFO kablam! | Oct 27 02:37:20.508 INFO kablam! 488 | for _ in (self.queue.len()..n) { Oct 27 02:37:20.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 02:37:20.515 INFO kablam! Oct 27 02:37:20.515 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 02:37:20.515 INFO kablam! --> src/compiler/parser.rs:502:18 Oct 27 02:37:20.515 INFO kablam! | Oct 27 02:37:20.516 INFO kablam! 502 | for _ in (0..n) { Oct 27 02:37:20.516 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 27 02:37:20.516 INFO kablam! Oct 27 02:37:20.607 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 02:37:20.607 INFO kablam! --> src/compiler/lexer.rs:2:5 Oct 27 02:37:20.607 INFO kablam! | Oct 27 02:37:20.608 INFO kablam! 2 | use std::ascii::AsciiExt; Oct 27 02:37:20.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 02:37:20.609 INFO kablam! | Oct 27 02:37:20.609 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 02:37:20.609 INFO kablam! Oct 27 02:37:20.629 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 02:37:20.629 INFO kablam! --> src/compiler/lexer.rs:2:5 Oct 27 02:37:20.629 INFO kablam! | Oct 27 02:37:20.629 INFO kablam! 2 | use std::ascii::AsciiExt; Oct 27 02:37:20.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 02:37:20.629 INFO kablam! | Oct 27 02:37:20.631 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:37:20.631 INFO kablam! Oct 27 02:37:22.571 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 02:37:22.571 INFO kablam! --> src/compiler/lexer.rs:2:5 Oct 27 02:37:22.572 INFO kablam! | Oct 27 02:37:22.572 INFO kablam! 2 | use std::ascii::AsciiExt; Oct 27 02:37:22.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 02:37:22.575 INFO kablam! | Oct 27 02:37:22.575 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:37:22.576 INFO kablam! Oct 27 02:37:23.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.09s Oct 27 02:37:23.507 INFO kablam! su: No module specific data is present Oct 27 02:37:24.325 INFO running `"docker" "rm" "-f" "1f1a30f4f6479003e88f3a6fa658cce0849b9226c62ff84eef669a518f67854b"` Oct 27 02:37:24.603 INFO blam! 1f1a30f4f6479003e88f3a6fa658cce0849b9226c62ff84eef669a518f67854b