Sep 10 20:53:26.930 INFO checking copperline-0.3.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 20:53:26.930 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 20:53:26.931 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 20:53:27.121 INFO blam! c82ec3fa445909cc28b4dd9a16d6db5cf6f7547f43c807dde2986fba6074a57a Sep 10 20:53:27.123 INFO running `"docker" "start" "-a" "c82ec3fa445909cc28b4dd9a16d6db5cf6f7547f43c807dde2986fba6074a57a"` Sep 10 20:53:27.846 INFO kablam! usermod: no changes Sep 10 20:53:27.913 INFO kablam! Checking strcursor v0.1.0 Sep 10 20:53:28.274 INFO kablam! Checking copperline v0.3.0 (file:///source) Sep 10 20:53:28.693 INFO kablam! warning: unnecessary parentheses around `for` head expression Sep 10 20:53:28.693 INFO kablam! --> src/lib.rs:61:26 Sep 10 20:53:28.693 INFO kablam! | Sep 10 20:53:28.693 INFO kablam! 61 | for _ in (0..len) { Sep 10 20:53:28.694 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 10 20:53:28.694 INFO kablam! | Sep 10 20:53:28.694 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 20:53:28.694 INFO kablam! Sep 10 20:53:28.694 INFO kablam! warning: unnecessary parentheses around `for` head expression Sep 10 20:53:28.694 INFO kablam! --> src/lib.rs:109:26 Sep 10 20:53:28.694 INFO kablam! | Sep 10 20:53:28.694 INFO kablam! 109 | for _ in (0..len) { Sep 10 20:53:28.694 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 10 20:53:28.694 INFO kablam! Sep 10 20:53:28.736 INFO kablam! warning: unnecessary parentheses around `for` head expression Sep 10 20:53:28.736 INFO kablam! --> src/lib.rs:61:26 Sep 10 20:53:28.736 INFO kablam! | Sep 10 20:53:28.736 INFO kablam! 61 | for _ in (0..len) { Sep 10 20:53:28.736 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 10 20:53:28.736 INFO kablam! | Sep 10 20:53:28.736 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 20:53:28.736 INFO kablam! Sep 10 20:53:28.736 INFO kablam! warning: unnecessary parentheses around `for` head expression Sep 10 20:53:28.736 INFO kablam! --> src/lib.rs:109:26 Sep 10 20:53:28.736 INFO kablam! | Sep 10 20:53:28.736 INFO kablam! 109 | for _ in (0..len) { Sep 10 20:53:28.736 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 10 20:53:28.736 INFO kablam! Sep 10 20:53:28.859 INFO kablam! warning: unused import: `RawDecoder` Sep 10 20:53:28.859 INFO kablam! --> src/parser.rs:3:36 Sep 10 20:53:28.859 INFO kablam! | Sep 10 20:53:28.859 INFO kablam! 3 | use encoding::types::{EncodingRef, RawDecoder}; Sep 10 20:53:28.859 INFO kablam! | ^^^^^^^^^^ Sep 10 20:53:28.859 INFO kablam! | Sep 10 20:53:28.859 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 20:53:28.859 INFO kablam! Sep 10 20:53:28.873 INFO kablam! warning: unused import: `RawDecoder` Sep 10 20:53:28.873 INFO kablam! --> src/parser.rs:3:36 Sep 10 20:53:28.873 INFO kablam! | Sep 10 20:53:28.873 INFO kablam! 3 | use encoding::types::{EncodingRef, RawDecoder}; Sep 10 20:53:28.873 INFO kablam! | ^^^^^^^^^^ Sep 10 20:53:28.873 INFO kablam! | Sep 10 20:53:28.873 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 20:53:28.873 INFO kablam! Sep 10 20:53:28.915 INFO kablam! warning: method is never used: `reset` Sep 10 20:53:28.915 INFO kablam! --> src/buffer.rs:29:5 Sep 10 20:53:28.915 INFO kablam! | Sep 10 20:53:28.915 INFO kablam! 29 | pub fn reset(&mut self) { Sep 10 20:53:28.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:53:28.915 INFO kablam! | Sep 10 20:53:28.915 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 20:53:28.915 INFO kablam! Sep 10 20:53:28.915 INFO kablam! warning: method is never used: `pop` Sep 10 20:53:28.915 INFO kablam! --> src/history.rs:67:5 Sep 10 20:53:28.915 INFO kablam! | Sep 10 20:53:28.915 INFO kablam! 67 | pub fn pop(&mut self) -> Option { Sep 10 20:53:28.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:53:28.915 INFO kablam! Sep 10 20:53:28.929 INFO kablam! warning: method is never used: `reset` Sep 10 20:53:28.929 INFO kablam! --> src/buffer.rs:29:5 Sep 10 20:53:28.929 INFO kablam! | Sep 10 20:53:28.929 INFO kablam! 29 | pub fn reset(&mut self) { Sep 10 20:53:28.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:53:28.929 INFO kablam! | Sep 10 20:53:28.929 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 20:53:28.929 INFO kablam! Sep 10 20:53:28.929 INFO kablam! warning: method is never used: `pop` Sep 10 20:53:28.929 INFO kablam! --> src/history.rs:67:5 Sep 10 20:53:28.929 INFO kablam! | Sep 10 20:53:28.929 INFO kablam! 67 | pub fn pop(&mut self) -> Option { Sep 10 20:53:28.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 20:53:28.929 INFO kablam! Sep 10 20:53:29.552 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Sep 10 20:53:29.554 INFO kablam! su: No module specific data is present Sep 10 20:53:30.222 INFO running `"docker" "rm" "-f" "c82ec3fa445909cc28b4dd9a16d6db5cf6f7547f43c807dde2986fba6074a57a"` Sep 10 20:53:30.325 INFO blam! c82ec3fa445909cc28b4dd9a16d6db5cf6f7547f43c807dde2986fba6074a57a