Sep 19 19:21:15.354 INFO checking swf-parser-0.0.2 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 19:21:15.354 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 19:21:15.354 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:21:15.592 INFO blam! 2e270538c00dad5cc3c06e2e8a7f88cdc4a46dcb4a4254c397a3088220f28b24 Sep 19 19:21:15.594 INFO running `"docker" "start" "-a" "2e270538c00dad5cc3c06e2e8a7f88cdc4a46dcb4a4254c397a3088220f28b24"` Sep 19 19:21:17.858 INFO kablam! usermod: no changes Sep 19 19:21:17.994 INFO kablam! Compiling rust-lzma v0.2.1 Sep 19 19:21:17.994 INFO kablam! Checking nom v3.2.1 Sep 19 19:21:17.998 INFO kablam! Checking ordered-float v0.5.2 Sep 19 19:21:20.343 INFO kablam! Checking swf-tree v0.0.10 Sep 19 19:21:32.786 INFO kablam! Checking swf-parser v0.0.2 (/source) Sep 19 19:21:35.044 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:21:35.044 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Sep 19 19:21:35.044 INFO kablam! | Sep 19 19:21:35.044 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 19:21:35.044 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:21:35.044 INFO kablam! | Sep 19 19:21:35.044 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:21:35.044 INFO kablam! Sep 19 19:21:35.044 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:21:35.044 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Sep 19 19:21:35.044 INFO kablam! | Sep 19 19:21:35.044 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 19:21:35.044 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:21:35.044 INFO kablam! Sep 19 19:21:35.044 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:21:35.044 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Sep 19 19:21:35.044 INFO kablam! | Sep 19 19:21:35.044 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 19:21:35.044 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:21:35.044 INFO kablam! Sep 19 19:21:35.044 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:21:35.044 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Sep 19 19:21:35.044 INFO kablam! | Sep 19 19:21:35.044 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 19:21:35.044 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:21:35.044 INFO kablam! Sep 19 19:21:35.044 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:21:35.044 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Sep 19 19:21:35.044 INFO kablam! | Sep 19 19:21:35.045 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 19:21:35.045 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:21:35.045 INFO kablam! Sep 19 19:21:35.045 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:21:35.045 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Sep 19 19:21:35.045 INFO kablam! | Sep 19 19:21:35.045 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 19:21:35.045 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:21:35.045 INFO kablam! Sep 19 19:21:35.045 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:21:35.045 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Sep 19 19:21:35.045 INFO kablam! | Sep 19 19:21:35.045 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 19:21:35.045 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:21:35.045 INFO kablam! Sep 19 19:21:35.045 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 19:21:35.045 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Sep 19 19:21:35.045 INFO kablam! | Sep 19 19:21:35.045 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 19:21:35.045 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 19:21:35.045 INFO kablam! Sep 19 19:21:51.260 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.37s Sep 19 19:21:51.267 INFO kablam! su: No module specific data is present Sep 19 19:21:52.213 INFO running `"docker" "rm" "-f" "2e270538c00dad5cc3c06e2e8a7f88cdc4a46dcb4a4254c397a3088220f28b24"` Sep 19 19:21:52.337 INFO blam! 2e270538c00dad5cc3c06e2e8a7f88cdc4a46dcb4a4254c397a3088220f28b24