Oct 27 14:58:05.473 INFO checking swf-parser-0.0.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:58:05.473 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 14:58:05.669 INFO blam! 28708ea9b4e2bfcadf9732e933ef71c07ffc0a71f60a15057f51b938c66d69af Oct 27 14:58:05.671 INFO running `"docker" "start" "-a" "28708ea9b4e2bfcadf9732e933ef71c07ffc0a71f60a15057f51b938c66d69af"` Oct 27 14:58:06.659 INFO kablam! usermod: no changes Oct 27 14:58:06.807 INFO kablam! Compiling rust-lzma v0.2.1 Oct 27 14:58:06.819 INFO kablam! Checking ordered-float v0.5.2 Oct 27 14:58:09.120 INFO kablam! Checking swf-tree v0.0.10 Oct 27 14:58:20.443 INFO kablam! Checking swf-parser v0.0.2 (/source) Oct 27 14:58:25.275 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.275 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Oct 27 14:58:25.275 INFO kablam! | Oct 27 14:58:25.275 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 27 14:58:25.276 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.276 INFO kablam! | Oct 27 14:58:25.276 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:58:25.276 INFO kablam! Oct 27 14:58:25.277 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.277 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Oct 27 14:58:25.277 INFO kablam! | Oct 27 14:58:25.277 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 27 14:58:25.278 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.278 INFO kablam! Oct 27 14:58:25.278 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.278 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Oct 27 14:58:25.278 INFO kablam! | Oct 27 14:58:25.279 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 27 14:58:25.279 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.279 INFO kablam! Oct 27 14:58:25.279 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.280 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Oct 27 14:58:25.280 INFO kablam! | Oct 27 14:58:25.280 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 27 14:58:25.280 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.280 INFO kablam! Oct 27 14:58:25.281 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.281 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Oct 27 14:58:25.281 INFO kablam! | Oct 27 14:58:25.281 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 27 14:58:25.282 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.282 INFO kablam! Oct 27 14:58:25.283 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.283 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Oct 27 14:58:25.283 INFO kablam! | Oct 27 14:58:25.283 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 27 14:58:25.284 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.284 INFO kablam! Oct 27 14:58:25.284 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.284 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Oct 27 14:58:25.284 INFO kablam! | Oct 27 14:58:25.285 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 27 14:58:25.285 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.285 INFO kablam! Oct 27 14:58:25.285 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.286 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Oct 27 14:58:25.286 INFO kablam! | Oct 27 14:58:25.286 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 27 14:58:25.286 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.286 INFO kablam! Oct 27 14:58:46.422 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.74s Oct 27 14:58:46.435 INFO kablam! su: No module specific data is present Oct 27 14:58:47.441 INFO running `"docker" "rm" "-f" "28708ea9b4e2bfcadf9732e933ef71c07ffc0a71f60a15057f51b938c66d69af"` Oct 27 14:58:47.623 INFO blam! 28708ea9b4e2bfcadf9732e933ef71c07ffc0a71f60a15057f51b938c66d69af