Sep 10 08:12:55.147 INFO checking swf-parser-0.0.2 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 08:12:55.147 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 08:12:55.147 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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:12:55.382 INFO blam! abec91d888e7786104b4d1fbd66e6e4e6435cb04efa9643bb23427251d025830 Sep 10 08:12:55.384 INFO running `"docker" "start" "-a" "abec91d888e7786104b4d1fbd66e6e4e6435cb04efa9643bb23427251d025830"` Sep 10 08:12:57.290 INFO kablam! usermod: no changes Sep 10 08:12:57.472 INFO kablam! Compiling rust-lzma v0.2.1 Sep 10 08:12:57.502 INFO kablam! Checking ordered-float v0.5.0 Sep 10 08:12:58.864 INFO kablam! Checking swf-tree v0.0.10 Sep 10 08:13:08.923 INFO kablam! Checking swf-parser v0.0.2 (file:///source) Sep 10 08:13:11.395 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:11.395 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Sep 10 08:13:11.395 INFO kablam! | Sep 10 08:13:11.395 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:11.395 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:11.395 INFO kablam! | Sep 10 08:13:11.395 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 08:13:11.395 INFO kablam! Sep 10 08:13:11.396 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:11.396 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Sep 10 08:13:11.396 INFO kablam! | Sep 10 08:13:11.396 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:11.396 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:11.396 INFO kablam! Sep 10 08:13:11.396 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:11.396 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Sep 10 08:13:11.396 INFO kablam! | Sep 10 08:13:11.396 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:11.396 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:11.396 INFO kablam! Sep 10 08:13:11.396 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:11.396 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Sep 10 08:13:11.396 INFO kablam! | Sep 10 08:13:11.396 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:11.396 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:11.396 INFO kablam! Sep 10 08:13:11.396 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:11.396 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Sep 10 08:13:11.396 INFO kablam! | Sep 10 08:13:11.396 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:11.396 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:11.396 INFO kablam! Sep 10 08:13:11.396 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:11.396 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Sep 10 08:13:11.396 INFO kablam! | Sep 10 08:13:11.396 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:11.396 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:11.396 INFO kablam! Sep 10 08:13:11.397 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:11.397 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Sep 10 08:13:11.397 INFO kablam! | Sep 10 08:13:11.397 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:11.397 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:11.397 INFO kablam! Sep 10 08:13:11.397 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 08:13:11.397 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Sep 10 08:13:11.397 INFO kablam! | Sep 10 08:13:11.397 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:11.397 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 08:13:11.397 INFO kablam! Sep 10 08:13:25.810 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.48s Sep 10 08:13:25.813 INFO kablam! su: No module specific data is present Sep 10 08:13:26.916 INFO running `"docker" "rm" "-f" "abec91d888e7786104b4d1fbd66e6e4e6435cb04efa9643bb23427251d025830"` Sep 10 08:13:27.033 INFO blam! abec91d888e7786104b4d1fbd66e6e4e6435cb04efa9643bb23427251d025830