Oct 13 07:46:07.660 INFO checking swf-parser-0.0.2 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:46:07.660 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 07:46:07.916 INFO blam! d192470dc22e080423c115d12b560d71e7218c8d6c3eaa6a6e22da063b77f9f6 Oct 13 07:46:07.922 INFO running `"docker" "start" "-a" "d192470dc22e080423c115d12b560d71e7218c8d6c3eaa6a6e22da063b77f9f6"` Oct 13 07:46:08.448 INFO kablam! usermod: no changes Oct 13 07:46:08.533 INFO kablam! Compiling rust-lzma v0.2.1 Oct 13 07:46:08.534 INFO kablam! Checking ordered-float v0.5.2 Oct 13 07:46:10.320 INFO kablam! Checking swf-tree v0.0.10 Oct 13 07:46:22.405 INFO kablam! Checking swf-parser v0.0.2 (/source) Oct 13 07:46:26.772 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:26.772 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Oct 13 07:46:26.774 INFO kablam! | Oct 13 07:46:26.774 INFO kablam! 507 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 127, x_max: 260, y_min: 15, y_max: 514 })); Oct 13 07:46:26.774 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:26.774 INFO kablam! | Oct 13 07:46:26.774 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:46:26.774 INFO kablam! Oct 13 07:46:26.774 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:26.774 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Oct 13 07:46:26.774 INFO kablam! | Oct 13 07:46:26.774 INFO kablam! 511 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 0, y_max: 0 })); Oct 13 07:46:26.774 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:26.774 INFO kablam! Oct 13 07:46:26.774 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:26.774 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Oct 13 07:46:26.774 INFO kablam! | Oct 13 07:46:26.774 INFO kablam! 515 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 0, y_max: 0 })); Oct 13 07:46:26.774 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:26.774 INFO kablam! Oct 13 07:46:26.774 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:26.774 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Oct 13 07:46:26.774 INFO kablam! | Oct 13 07:46:26.774 INFO kablam! 519 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 0, y_max: 0 })); Oct 13 07:46:26.774 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:26.774 INFO kablam! Oct 13 07:46:26.774 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:26.774 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Oct 13 07:46:26.774 INFO kablam! | Oct 13 07:46:26.774 INFO kablam! 523 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 1, x_max: 0, y_min: 0, y_max: 0 })); Oct 13 07:46:26.774 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:26.774 INFO kablam! Oct 13 07:46:26.774 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:26.774 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Oct 13 07:46:26.774 INFO kablam! | Oct 13 07:46:26.774 INFO kablam! 527 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 1, y_min: 0, y_max: 0 })); Oct 13 07:46:26.774 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:26.774 INFO kablam! Oct 13 07:46:26.774 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:26.774 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Oct 13 07:46:26.774 INFO kablam! | Oct 13 07:46:26.774 INFO kablam! 531 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 1, y_max: 0 })); Oct 13 07:46:26.774 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:26.774 INFO kablam! Oct 13 07:46:26.774 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:26.774 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Oct 13 07:46:26.774 INFO kablam! | Oct 13 07:46:26.774 INFO kablam! 535 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 0, y_max: 1 })); Oct 13 07:46:26.774 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:26.774 INFO kablam! Oct 13 07:46:46.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.39s Oct 13 07:46:46.877 INFO kablam! su: No module specific data is present Oct 13 07:46:47.629 INFO running `"docker" "rm" "-f" "d192470dc22e080423c115d12b560d71e7218c8d6c3eaa6a6e22da063b77f9f6"` Oct 13 07:46:47.913 INFO blam! d192470dc22e080423c115d12b560d71e7218c8d6c3eaa6a6e22da063b77f9f6