Sep 17 16:26:17.811 INFO checking swf-parser-0.0.2 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 16:26:17.811 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 16:26:17.812 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:26:18.245 INFO blam! c81d13275d3e35b8f0404354ac9a30cfb4981f8b677aea6b005be605fa2b4d46 Sep 17 16:26:18.251 INFO running `"docker" "start" "-a" "c81d13275d3e35b8f0404354ac9a30cfb4981f8b677aea6b005be605fa2b4d46"` Sep 17 16:26:20.671 INFO kablam! usermod: no changes Sep 17 16:26:20.855 INFO kablam! Checking swf-tree v0.0.10 Sep 17 16:26:35.551 INFO kablam! Checking swf-parser v0.0.2 (/source) Sep 17 16:26:37.203 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:26:37.203 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Sep 17 16:26:37.203 INFO kablam! | Sep 17 16:26:37.203 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 17 16:26:37.203 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 16:26:37.203 INFO kablam! | Sep 17 16:26:37.203 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 16:26:37.203 INFO kablam! Sep 17 16:26:37.203 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:26:37.203 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Sep 17 16:26:37.203 INFO kablam! | Sep 17 16:26:37.203 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 17 16:26:37.203 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 16:26:37.203 INFO kablam! Sep 17 16:26:37.203 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:26:37.203 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Sep 17 16:26:37.203 INFO kablam! | Sep 17 16:26:37.203 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 17 16:26:37.203 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 16:26:37.203 INFO kablam! Sep 17 16:26:37.203 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:26:37.203 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Sep 17 16:26:37.203 INFO kablam! | Sep 17 16:26:37.203 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 17 16:26:37.203 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 16:26:37.203 INFO kablam! Sep 17 16:26:37.203 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:26:37.203 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Sep 17 16:26:37.203 INFO kablam! | Sep 17 16:26:37.203 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 17 16:26:37.203 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 16:26:37.203 INFO kablam! Sep 17 16:26:37.203 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:26:37.203 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Sep 17 16:26:37.203 INFO kablam! | Sep 17 16:26:37.203 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 17 16:26:37.203 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 16:26:37.203 INFO kablam! Sep 17 16:26:37.203 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:26:37.203 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Sep 17 16:26:37.203 INFO kablam! | Sep 17 16:26:37.203 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 17 16:26:37.203 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 16:26:37.203 INFO kablam! Sep 17 16:26:37.204 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:26:37.204 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Sep 17 16:26:37.204 INFO kablam! | Sep 17 16:26:37.204 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 17 16:26:37.204 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 17 16:26:37.204 INFO kablam! Sep 17 16:26:49.032 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.31s Sep 17 16:26:49.043 INFO kablam! su: No module specific data is present Sep 17 16:26:49.651 INFO running `"docker" "rm" "-f" "c81d13275d3e35b8f0404354ac9a30cfb4981f8b677aea6b005be605fa2b4d46"` Sep 17 16:26:49.843 INFO blam! c81d13275d3e35b8f0404354ac9a30cfb4981f8b677aea6b005be605fa2b4d46