Oct 21 23:13:11.533 INFO checking swf-parser-0.0.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:13:11.533 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 23:13:11.781 INFO blam! ca353b3e6062dd9600c7cd497c568d1fec63ab662aefe81b3007fe3d3705ae10 Oct 21 23:13:11.785 INFO running `"docker" "start" "-a" "ca353b3e6062dd9600c7cd497c568d1fec63ab662aefe81b3007fe3d3705ae10"` Oct 21 23:13:12.207 INFO kablam! usermod: no changes Oct 21 23:13:12.320 INFO kablam! Compiling rust-lzma v0.2.1 Oct 21 23:13:12.324 INFO kablam! Checking ordered-float v0.5.2 Oct 21 23:13:14.328 INFO kablam! Checking swf-tree v0.0.10 Oct 21 23:13:25.780 INFO kablam! Checking swf-parser v0.0.2 (/source) Oct 21 23:13:28.877 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:13:28.877 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Oct 21 23:13:28.877 INFO kablam! | Oct 21 23:13:28.877 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 21 23:13:28.877 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 23:13:28.877 INFO kablam! | Oct 21 23:13:28.877 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:13:28.877 INFO kablam! Oct 21 23:13:28.877 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:13:28.877 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Oct 21 23:13:28.877 INFO kablam! | Oct 21 23:13:28.877 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 21 23:13:28.877 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 23:13:28.877 INFO kablam! Oct 21 23:13:28.877 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:13:28.877 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Oct 21 23:13:28.877 INFO kablam! | Oct 21 23:13:28.877 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 21 23:13:28.877 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 23:13:28.877 INFO kablam! Oct 21 23:13:28.877 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:13:28.877 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Oct 21 23:13:28.877 INFO kablam! | Oct 21 23:13:28.877 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 21 23:13:28.877 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 23:13:28.877 INFO kablam! Oct 21 23:13:28.877 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:13:28.877 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Oct 21 23:13:28.877 INFO kablam! | Oct 21 23:13:28.877 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 21 23:13:28.877 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 23:13:28.877 INFO kablam! Oct 21 23:13:28.877 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:13:28.877 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Oct 21 23:13:28.877 INFO kablam! | Oct 21 23:13:28.877 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 21 23:13:28.877 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 23:13:28.877 INFO kablam! Oct 21 23:13:28.877 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:13:28.877 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Oct 21 23:13:28.877 INFO kablam! | Oct 21 23:13:28.877 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 21 23:13:28.877 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 23:13:28.877 INFO kablam! Oct 21 23:13:28.877 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:13:28.877 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Oct 21 23:13:28.877 INFO kablam! | Oct 21 23:13:28.877 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 21 23:13:28.877 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 23:13:28.877 INFO kablam! Oct 21 23:13:45.333 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.09s Oct 21 23:13:45.353 INFO kablam! su: No module specific data is present Oct 21 23:13:46.206 INFO running `"docker" "rm" "-f" "ca353b3e6062dd9600c7cd497c568d1fec63ab662aefe81b3007fe3d3705ae10"` Oct 21 23:13:46.416 INFO blam! ca353b3e6062dd9600c7cd497c568d1fec63ab662aefe81b3007fe3d3705ae10