Sep 14 08:05:44.325 INFO checking swf-parser-0.0.2 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 08:05:44.325 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 08:05:44.325 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 08:05:44.731 INFO blam! a52b004349e3b0dcfe785e5666532cc32b40e1cf8a17156221213d0cd2cd3bd9 Sep 14 08:05:44.740 INFO running `"docker" "start" "-a" "a52b004349e3b0dcfe785e5666532cc32b40e1cf8a17156221213d0cd2cd3bd9"` Sep 14 08:05:46.718 INFO kablam! usermod: no changes Sep 14 08:05:46.931 INFO kablam! Checking ordered-float v0.5.1 Sep 14 08:05:47.555 INFO kablam! Checking swf-tree v0.0.10 Sep 14 08:05:59.029 INFO kablam! Checking swf-parser v0.0.2 (file:///source) Sep 14 08:06:01.010 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:06:01.011 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Sep 14 08:06:01.011 INFO kablam! | Sep 14 08:06:01.011 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 14 08:06:01.011 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 08:06:01.011 INFO kablam! | Sep 14 08:06:01.011 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 08:06:01.011 INFO kablam! Sep 14 08:06:01.011 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:06:01.011 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Sep 14 08:06:01.011 INFO kablam! | Sep 14 08:06:01.011 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 14 08:06:01.011 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 08:06:01.011 INFO kablam! Sep 14 08:06:01.011 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:06:01.011 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Sep 14 08:06:01.011 INFO kablam! | Sep 14 08:06:01.011 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 14 08:06:01.011 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 08:06:01.011 INFO kablam! Sep 14 08:06:01.011 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:06:01.011 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Sep 14 08:06:01.011 INFO kablam! | Sep 14 08:06:01.011 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 14 08:06:01.011 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 08:06:01.011 INFO kablam! Sep 14 08:06:01.011 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:06:01.011 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Sep 14 08:06:01.011 INFO kablam! | Sep 14 08:06:01.011 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 14 08:06:01.011 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 08:06:01.011 INFO kablam! Sep 14 08:06:01.011 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:06:01.011 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Sep 14 08:06:01.011 INFO kablam! | Sep 14 08:06:01.011 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 14 08:06:01.011 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 08:06:01.011 INFO kablam! Sep 14 08:06:01.011 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:06:01.011 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Sep 14 08:06:01.011 INFO kablam! | Sep 14 08:06:01.011 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 14 08:06:01.011 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 08:06:01.011 INFO kablam! Sep 14 08:06:01.011 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:06:01.011 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Sep 14 08:06:01.011 INFO kablam! | Sep 14 08:06:01.011 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 14 08:06:01.011 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 14 08:06:01.011 INFO kablam! Sep 14 08:06:18.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.39s Sep 14 08:06:18.151 INFO kablam! su: No module specific data is present Sep 14 08:06:19.246 INFO running `"docker" "rm" "-f" "a52b004349e3b0dcfe785e5666532cc32b40e1cf8a17156221213d0cd2cd3bd9"` Sep 14 08:06:19.467 INFO blam! a52b004349e3b0dcfe785e5666532cc32b40e1cf8a17156221213d0cd2cd3bd9