Sep 10 08:13:05.546 INFO checking swf-parser-0.0.2 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 08:13:05.546 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 08:13:05.546 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/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 08:13:05.767 INFO blam! d75bb232499f1986bea84ab4dc1a9290f59467e12747c1a6c1577b248b66f43f Sep 10 08:13:05.769 INFO running `"docker" "start" "-a" "d75bb232499f1986bea84ab4dc1a9290f59467e12747c1a6c1577b248b66f43f"` Sep 10 08:13:07.638 INFO kablam! usermod: no changes Sep 10 08:13:07.858 INFO kablam! Compiling rust-lzma v0.2.1 Sep 10 08:13:07.862 INFO kablam! Checking nom v3.2.1 Sep 10 08:13:07.862 INFO kablam! Checking ordered-float v0.5.0 Sep 10 08:13:09.794 INFO kablam! Checking swf-tree v0.0.10 Sep 10 08:13:22.694 INFO kablam! Checking swf-parser v0.0.2 (file:///source) Sep 10 08:13:25.166 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:25.166 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Sep 10 08:13:25.166 INFO kablam! | Sep 10 08:13:25.166 INFO kablam! 507 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 127, x_max: 260, y_min: 15, y_max: 514 })); Sep 10 08:13:25.166 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:25.166 INFO kablam! | Sep 10 08:13:25.166 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 08:13:25.166 INFO kablam! Sep 10 08:13:25.166 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:25.166 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Sep 10 08:13:25.166 INFO kablam! | Sep 10 08:13:25.166 INFO kablam! 511 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 0, y_max: 0 })); Sep 10 08:13:25.166 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:25.166 INFO kablam! Sep 10 08:13:25.166 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:25.166 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Sep 10 08:13:25.166 INFO kablam! | Sep 10 08:13:25.166 INFO kablam! 515 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 0, y_max: 0 })); Sep 10 08:13:25.166 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:25.166 INFO kablam! Sep 10 08:13:25.166 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:25.166 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Sep 10 08:13:25.166 INFO kablam! | Sep 10 08:13:25.166 INFO kablam! 519 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 0, y_max: 0 })); Sep 10 08:13:25.166 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:25.166 INFO kablam! Sep 10 08:13:25.166 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:25.166 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Sep 10 08:13:25.166 INFO kablam! | Sep 10 08:13:25.166 INFO kablam! 523 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 1, x_max: 0, y_min: 0, y_max: 0 })); Sep 10 08:13:25.166 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:25.166 INFO kablam! Sep 10 08:13:25.166 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:25.166 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Sep 10 08:13:25.166 INFO kablam! | Sep 10 08:13:25.166 INFO kablam! 527 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 1, y_min: 0, y_max: 0 })); Sep 10 08:13:25.166 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:25.166 INFO kablam! Sep 10 08:13:25.167 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:25.167 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Sep 10 08:13:25.167 INFO kablam! | Sep 10 08:13:25.167 INFO kablam! 531 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 1, y_max: 0 })); Sep 10 08:13:25.167 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:25.167 INFO kablam! Sep 10 08:13:25.167 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:25.167 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Sep 10 08:13:25.167 INFO kablam! | Sep 10 08:13:25.167 INFO kablam! 535 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 0, y_max: 1 })); Sep 10 08:13:25.167 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:25.167 INFO kablam! Sep 10 08:13:40.219 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.55s Sep 10 08:13:40.227 INFO kablam! su: No module specific data is present Sep 10 08:13:41.655 INFO running `"docker" "rm" "-f" "d75bb232499f1986bea84ab4dc1a9290f59467e12747c1a6c1577b248b66f43f"` Sep 10 08:13:41.790 INFO blam! d75bb232499f1986bea84ab4dc1a9290f59467e12747c1a6c1577b248b66f43f