Sep 19 17:20:21.901 INFO checking swf-parser-0.0.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 17:20:21.901 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 17:20:21.901 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:20:22.333 INFO blam! 1835a0c2331b3dc8e8c137a8bf7e764367454f5f7d85815ddeae94d70ac2ac9e Sep 19 17:20:22.336 INFO running `"docker" "start" "-a" "1835a0c2331b3dc8e8c137a8bf7e764367454f5f7d85815ddeae94d70ac2ac9e"` Sep 19 17:20:24.012 INFO kablam! usermod: no changes Sep 19 17:20:24.183 INFO kablam! Compiling rust-lzma v0.2.1 Sep 19 17:20:24.185 INFO kablam! Checking ordered-float v0.5.2 Sep 19 17:20:25.776 INFO kablam! Checking swf-tree v0.0.10 Sep 19 17:20:36.644 INFO kablam! Checking swf-parser v0.0.2 (/source) Sep 19 17:20:38.601 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:20:38.601 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Sep 19 17:20:38.601 INFO kablam! | Sep 19 17:20:38.601 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 19 17:20:38.601 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 17:20:38.601 INFO kablam! | Sep 19 17:20:38.601 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 17:20:38.601 INFO kablam! Sep 19 17:20:38.601 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:20:38.601 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Sep 19 17:20:38.601 INFO kablam! | Sep 19 17:20:38.601 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 19 17:20:38.601 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 17:20:38.601 INFO kablam! Sep 19 17:20:38.601 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:20:38.601 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Sep 19 17:20:38.601 INFO kablam! | Sep 19 17:20:38.601 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 19 17:20:38.601 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 17:20:38.601 INFO kablam! Sep 19 17:20:38.601 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:20:38.601 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Sep 19 17:20:38.601 INFO kablam! | Sep 19 17:20:38.601 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 19 17:20:38.602 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 17:20:38.602 INFO kablam! Sep 19 17:20:38.602 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:20:38.602 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Sep 19 17:20:38.602 INFO kablam! | Sep 19 17:20:38.602 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 19 17:20:38.602 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 17:20:38.602 INFO kablam! Sep 19 17:20:38.602 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:20:38.602 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Sep 19 17:20:38.602 INFO kablam! | Sep 19 17:20:38.602 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 19 17:20:38.602 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 17:20:38.602 INFO kablam! Sep 19 17:20:38.602 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:20:38.602 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Sep 19 17:20:38.602 INFO kablam! | Sep 19 17:20:38.602 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 19 17:20:38.602 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 17:20:38.602 INFO kablam! Sep 19 17:20:38.602 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:20:38.602 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Sep 19 17:20:38.602 INFO kablam! | Sep 19 17:20:38.602 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 19 17:20:38.602 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 17:20:38.602 INFO kablam! Sep 19 17:20:57.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.57s Sep 19 17:20:57.627 INFO kablam! su: No module specific data is present Sep 19 17:20:59.139 INFO running `"docker" "rm" "-f" "1835a0c2331b3dc8e8c137a8bf7e764367454f5f7d85815ddeae94d70ac2ac9e"` Sep 19 17:20:59.459 INFO blam! 1835a0c2331b3dc8e8c137a8bf7e764367454f5f7d85815ddeae94d70ac2ac9e