Sep 05 22:17:48.517 INFO checking swf-parser-0.0.2 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 22:17:48.517 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 22:17:48.518 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 22:17:48.966 INFO blam! d69ac6aad2f80d530a059418228722b40e3c21484fb98b0314f51764bf32ad0f Sep 05 22:17:48.967 INFO running `"docker" "start" "-a" "d69ac6aad2f80d530a059418228722b40e3c21484fb98b0314f51764bf32ad0f"` Sep 05 22:17:50.824 INFO kablam! usermod: no changes Sep 05 22:17:50.994 INFO kablam! Compiling rust-lzma v0.2.1 Sep 05 22:17:50.994 INFO kablam! Checking ordered-float v0.5.0 Sep 05 22:17:52.470 INFO kablam! Checking swf-tree v0.0.10 Sep 05 22:18:02.898 INFO kablam! Checking swf-parser v0.0.2 (file:///source) Sep 05 22:18:04.941 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 22:18:04.941 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Sep 05 22:18:04.942 INFO kablam! | Sep 05 22:18:04.942 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 05 22:18:04.942 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 22:18:04.942 INFO kablam! | Sep 05 22:18:04.942 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 22:18:04.942 INFO kablam! Sep 05 22:18:04.942 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 22:18:04.942 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Sep 05 22:18:04.942 INFO kablam! | Sep 05 22:18:04.942 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 05 22:18:04.942 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 22:18:04.942 INFO kablam! Sep 05 22:18:04.942 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 22:18:04.942 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Sep 05 22:18:04.942 INFO kablam! | Sep 05 22:18:04.942 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 05 22:18:04.942 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 22:18:04.942 INFO kablam! Sep 05 22:18:04.942 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 22:18:04.942 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Sep 05 22:18:04.942 INFO kablam! | Sep 05 22:18:04.942 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 05 22:18:04.942 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 22:18:04.942 INFO kablam! Sep 05 22:18:04.942 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 22:18:04.942 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Sep 05 22:18:04.942 INFO kablam! | Sep 05 22:18:04.942 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 05 22:18:04.942 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 22:18:04.942 INFO kablam! Sep 05 22:18:04.942 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 22:18:04.942 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Sep 05 22:18:04.942 INFO kablam! | Sep 05 22:18:04.942 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 05 22:18:04.942 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 22:18:04.942 INFO kablam! Sep 05 22:18:04.942 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 22:18:04.942 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Sep 05 22:18:04.942 INFO kablam! | Sep 05 22:18:04.942 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 05 22:18:04.942 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 22:18:04.942 INFO kablam! Sep 05 22:18:04.942 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 22:18:04.942 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Sep 05 22:18:04.942 INFO kablam! | Sep 05 22:18:04.942 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 05 22:18:04.942 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 05 22:18:04.942 INFO kablam! Sep 05 22:18:20.950 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.08s Sep 05 22:18:20.972 INFO kablam! su: No module specific data is present Sep 05 22:18:21.958 INFO running `"docker" "rm" "-f" "d69ac6aad2f80d530a059418228722b40e3c21484fb98b0314f51764bf32ad0f"` Sep 05 22:18:22.197 INFO blam! d69ac6aad2f80d530a059418228722b40e3c21484fb98b0314f51764bf32ad0f