Oct 13 07:46:09.193 INFO checking swf-parser-0.0.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:46:09.194 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:09.732 INFO blam! 1ad60e73561c630352a13b87fafcb1bef5aed3ed60262cdca5bafc7fde47458f Oct 13 07:46:09.741 INFO running `"docker" "start" "-a" "1ad60e73561c630352a13b87fafcb1bef5aed3ed60262cdca5bafc7fde47458f"` Oct 13 07:46:10.788 INFO kablam! usermod: no changes Oct 13 07:46:10.936 INFO kablam! Compiling rust-lzma v0.2.1 Oct 13 07:46:10.936 INFO kablam! Checking ordered-float v0.5.2 Oct 13 07:46:13.426 INFO kablam! Checking swf-tree v0.0.10 Oct 13 07:46:25.145 INFO kablam! Checking swf-parser v0.0.2 (/source) Oct 13 07:46:29.148 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:29.149 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Oct 13 07:46:29.149 INFO kablam! | Oct 13 07:46:29.149 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:29.150 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:29.150 INFO kablam! | Oct 13 07:46:29.150 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:46:29.150 INFO kablam! Oct 13 07:46:29.150 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:29.150 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Oct 13 07:46:29.150 INFO kablam! | Oct 13 07:46:29.150 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:29.150 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:29.150 INFO kablam! Oct 13 07:46:29.151 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:29.151 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Oct 13 07:46:29.151 INFO kablam! | Oct 13 07:46:29.151 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:29.151 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:29.151 INFO kablam! Oct 13 07:46:29.151 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:29.151 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Oct 13 07:46:29.151 INFO kablam! | Oct 13 07:46:29.151 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:29.151 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:29.151 INFO kablam! Oct 13 07:46:29.152 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:29.152 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Oct 13 07:46:29.152 INFO kablam! | Oct 13 07:46:29.152 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:29.152 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:29.152 INFO kablam! Oct 13 07:46:29.152 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:29.152 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Oct 13 07:46:29.152 INFO kablam! | Oct 13 07:46:29.152 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:29.152 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:29.152 INFO kablam! Oct 13 07:46:29.152 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:29.152 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Oct 13 07:46:29.152 INFO kablam! | Oct 13 07:46:29.152 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:29.152 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:29.153 INFO kablam! Oct 13 07:46:29.153 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:46:29.153 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Oct 13 07:46:29.153 INFO kablam! | Oct 13 07:46:29.153 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:29.153 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 07:46:29.153 INFO kablam! Oct 13 07:46:48.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.67s Oct 13 07:46:48.516 INFO kablam! su: No module specific data is present Oct 13 07:46:49.137 INFO running `"docker" "rm" "-f" "1ad60e73561c630352a13b87fafcb1bef5aed3ed60262cdca5bafc7fde47458f"` Oct 13 07:46:49.465 INFO blam! 1ad60e73561c630352a13b87fafcb1bef5aed3ed60262cdca5bafc7fde47458f