Oct 27 14:58:05.621 INFO checking swf-parser-0.0.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:58:05.621 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.777 INFO blam! db977f0601486b65b6768f00d63813584fc243ab6967632beab07bf47b5d8fb8 Oct 27 14:58:05.778 INFO running `"docker" "start" "-a" "db977f0601486b65b6768f00d63813584fc243ab6967632beab07bf47b5d8fb8"` Oct 27 14:58:07.031 INFO kablam! usermod: no changes Oct 27 14:58:07.184 INFO kablam! Compiling rust-lzma v0.2.1 Oct 27 14:58:07.184 INFO kablam! Checking ordered-float v0.5.2 Oct 27 14:58:09.404 INFO kablam! Checking swf-tree v0.0.10 Oct 27 14:58:21.438 INFO kablam! Checking swf-parser v0.0.2 (/source) Oct 27 14:58:25.814 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.814 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Oct 27 14:58:25.814 INFO kablam! | Oct 27 14:58:25.814 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.815 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.815 INFO kablam! | Oct 27 14:58:25.815 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:58:25.815 INFO kablam! Oct 27 14:58:25.817 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.817 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Oct 27 14:58:25.817 INFO kablam! | Oct 27 14:58:25.817 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.817 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.817 INFO kablam! Oct 27 14:58:25.823 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.823 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Oct 27 14:58:25.823 INFO kablam! | Oct 27 14:58:25.823 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.823 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.823 INFO kablam! Oct 27 14:58:25.823 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.823 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Oct 27 14:58:25.823 INFO kablam! | Oct 27 14:58:25.823 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.823 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.823 INFO kablam! Oct 27 14:58:25.823 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.823 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Oct 27 14:58:25.823 INFO kablam! | Oct 27 14:58:25.823 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.823 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.823 INFO kablam! Oct 27 14:58:25.823 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.823 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Oct 27 14:58:25.823 INFO kablam! | Oct 27 14:58:25.823 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.823 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.827 INFO kablam! Oct 27 14:58:25.827 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.827 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Oct 27 14:58:25.827 INFO kablam! | Oct 27 14:58:25.827 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.827 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.827 INFO kablam! Oct 27 14:58:25.827 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:58:25.827 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Oct 27 14:58:25.827 INFO kablam! | Oct 27 14:58:25.827 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.827 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 14:58:25.827 INFO kablam! Oct 27 14:58:47.171 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.11s Oct 27 14:58:47.186 INFO kablam! su: No module specific data is present Oct 27 14:58:47.723 INFO running `"docker" "rm" "-f" "db977f0601486b65b6768f00d63813584fc243ab6967632beab07bf47b5d8fb8"` Oct 27 14:58:48.087 INFO blam! db977f0601486b65b6768f00d63813584fc243ab6967632beab07bf47b5d8fb8