Sep 04 04:39:00.729 INFO checking swf-parser-0.0.2 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 04:39:00.729 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 04:39:00.729 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:39:00.938 INFO blam! 142f9dde08048ac957d38fec8411d50b40526a2acb4cb238ce4404af68e75915 Sep 04 04:39:00.940 INFO running `"docker" "start" "-a" "142f9dde08048ac957d38fec8411d50b40526a2acb4cb238ce4404af68e75915"` Sep 04 04:39:01.872 INFO kablam! Compiling rust-lzma v0.2.1 Sep 04 04:39:01.873 INFO kablam! Checking ordered-float v0.5.0 Sep 04 04:39:03.111 INFO kablam! Checking swf-tree v0.0.10 Sep 04 04:39:18.576 INFO kablam! Checking swf-parser v0.0.2 (file:///source) Sep 04 04:39:20.829 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:39:20.829 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Sep 04 04:39:20.829 INFO kablam! | Sep 04 04:39:20.829 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 04 04:39:20.829 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 04:39:20.830 INFO kablam! | Sep 04 04:39:20.830 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 04:39:20.830 INFO kablam! Sep 04 04:39:20.830 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:39:20.830 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Sep 04 04:39:20.830 INFO kablam! | Sep 04 04:39:20.830 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 04 04:39:20.830 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 04:39:20.830 INFO kablam! Sep 04 04:39:20.830 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:39:20.830 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Sep 04 04:39:20.830 INFO kablam! | Sep 04 04:39:20.830 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 04 04:39:20.830 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 04:39:20.830 INFO kablam! Sep 04 04:39:20.830 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:39:20.831 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Sep 04 04:39:20.831 INFO kablam! | Sep 04 04:39:20.831 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 04 04:39:20.831 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 04:39:20.831 INFO kablam! Sep 04 04:39:20.831 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:39:20.831 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Sep 04 04:39:20.831 INFO kablam! | Sep 04 04:39:20.831 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 04 04:39:20.831 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 04:39:20.831 INFO kablam! Sep 04 04:39:20.832 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:39:20.832 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Sep 04 04:39:20.832 INFO kablam! | Sep 04 04:39:20.832 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 04 04:39:20.832 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 04:39:20.832 INFO kablam! Sep 04 04:39:20.832 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:39:20.833 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Sep 04 04:39:20.833 INFO kablam! | Sep 04 04:39:20.833 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 04 04:39:20.833 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 04:39:20.833 INFO kablam! Sep 04 04:39:20.833 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:39:20.833 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Sep 04 04:39:20.833 INFO kablam! | Sep 04 04:39:20.833 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 04 04:39:20.833 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 04:39:20.833 INFO kablam! Sep 04 04:39:35.413 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.62s Sep 04 04:39:35.426 INFO kablam! su: No module specific data is present Sep 04 04:39:35.790 INFO running `"docker" "rm" "-f" "142f9dde08048ac957d38fec8411d50b40526a2acb4cb238ce4404af68e75915"` Sep 04 04:39:35.869 INFO blam! 142f9dde08048ac957d38fec8411d50b40526a2acb4cb238ce4404af68e75915