Sep 21 02:11:14.777 INFO checking swf-parser-0.0.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:11:14.777 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:11:14.778 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:11:14.965 INFO blam! 56690662a248c24be0b66a2413934a36f130b90215b91d843cc2c9d2249788ca Sep 21 02:11:14.966 INFO running `"docker" "start" "-a" "56690662a248c24be0b66a2413934a36f130b90215b91d843cc2c9d2249788ca"` Sep 21 02:11:16.761 INFO kablam! usermod: no changes Sep 21 02:11:16.929 INFO kablam! Checking ordered-float v0.5.2 Sep 21 02:11:17.512 INFO kablam! Checking swf-tree v0.0.10 Sep 21 02:11:28.013 INFO kablam! Checking swf-parser v0.0.2 (/source) Sep 21 02:11:29.947 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:11:29.947 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Sep 21 02:11:29.947 INFO kablam! | Sep 21 02:11:29.947 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 21 02:11:29.947 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 21 02:11:29.947 INFO kablam! | Sep 21 02:11:29.947 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 02:11:29.947 INFO kablam! Sep 21 02:11:29.947 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:11:29.947 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Sep 21 02:11:29.947 INFO kablam! | Sep 21 02:11:29.947 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 21 02:11:29.947 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 21 02:11:29.947 INFO kablam! Sep 21 02:11:29.947 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:11:29.947 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Sep 21 02:11:29.947 INFO kablam! | Sep 21 02:11:29.947 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 21 02:11:29.947 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 21 02:11:29.947 INFO kablam! Sep 21 02:11:29.947 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:11:29.947 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Sep 21 02:11:29.947 INFO kablam! | Sep 21 02:11:29.947 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 21 02:11:29.947 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 21 02:11:29.947 INFO kablam! Sep 21 02:11:29.947 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:11:29.948 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Sep 21 02:11:29.948 INFO kablam! | Sep 21 02:11:29.948 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 21 02:11:29.948 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 21 02:11:29.948 INFO kablam! Sep 21 02:11:29.948 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:11:29.948 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Sep 21 02:11:29.948 INFO kablam! | Sep 21 02:11:29.948 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 21 02:11:29.948 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 21 02:11:29.948 INFO kablam! Sep 21 02:11:29.948 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:11:29.948 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Sep 21 02:11:29.948 INFO kablam! | Sep 21 02:11:29.948 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 21 02:11:29.948 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 21 02:11:29.948 INFO kablam! Sep 21 02:11:29.948 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:11:29.948 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Sep 21 02:11:29.948 INFO kablam! | Sep 21 02:11:29.948 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 21 02:11:29.948 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 21 02:11:29.948 INFO kablam! Sep 21 02:11:46.634 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.83s Sep 21 02:11:46.635 INFO kablam! su: No module specific data is present Sep 21 02:11:47.677 INFO running `"docker" "rm" "-f" "56690662a248c24be0b66a2413934a36f130b90215b91d843cc2c9d2249788ca"` Sep 21 02:11:47.794 INFO blam! 56690662a248c24be0b66a2413934a36f130b90215b91d843cc2c9d2249788ca