Sep 01 16:40:07.960 INFO checking irc_message-1.0.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 16:40:07.960 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 16:40:07.960 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 16:40:08.146 INFO blam! 3cfa7f18b3010028a70377577bbe7e890dd3f9af906077eaf69b1b59d2367458 Sep 01 16:40:08.148 INFO running `"docker" "start" "-a" "3cfa7f18b3010028a70377577bbe7e890dd3f9af906077eaf69b1b59d2367458"` Sep 01 16:40:08.719 INFO kablam! Checking irc_message v1.0.0 (file:///source) Sep 01 16:40:09.382 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.383 INFO kablam! --> src/tests.rs:9:36 Sep 01 16:40:09.383 INFO kablam! | Sep 01 16:40:09.383 INFO kablam! 9 | assert_eq!(topic.command, Some(("FOO"))); Sep 01 16:40:09.383 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 01 16:40:09.383 INFO kablam! | Sep 01 16:40:09.383 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 16:40:09.383 INFO kablam! Sep 01 16:40:09.383 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.383 INFO kablam! --> src/tests.rs:20:35 Sep 01 16:40:09.383 INFO kablam! | Sep 01 16:40:09.383 INFO kablam! 20 | assert_eq!(topic.prefix, Some(("test"))); Sep 01 16:40:09.383 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.383 INFO kablam! Sep 01 16:40:09.383 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.383 INFO kablam! --> src/tests.rs:21:36 Sep 01 16:40:09.383 INFO kablam! | Sep 01 16:40:09.384 INFO kablam! 21 | assert_eq!(topic.command, Some(("FOO"))); Sep 01 16:40:09.384 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 01 16:40:09.384 INFO kablam! Sep 01 16:40:09.384 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.384 INFO kablam! --> src/tests.rs:32:35 Sep 01 16:40:09.384 INFO kablam! | Sep 01 16:40:09.384 INFO kablam! 32 | assert_eq!(topic.prefix, Some(("test"))); Sep 01 16:40:09.384 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.384 INFO kablam! Sep 01 16:40:09.384 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.384 INFO kablam! --> src/tests.rs:33:36 Sep 01 16:40:09.384 INFO kablam! | Sep 01 16:40:09.384 INFO kablam! 33 | assert_eq!(topic.command, Some(("FOO"))); Sep 01 16:40:09.384 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 01 16:40:09.384 INFO kablam! Sep 01 16:40:09.384 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.384 INFO kablam! --> src/tests.rs:42:35 Sep 01 16:40:09.384 INFO kablam! | Sep 01 16:40:09.385 INFO kablam! 42 | assert_eq!(topic.prefix, Some(("test!me@test.ing"))); Sep 01 16:40:09.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.385 INFO kablam! Sep 01 16:40:09.385 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.385 INFO kablam! --> src/tests.rs:43:36 Sep 01 16:40:09.385 INFO kablam! | Sep 01 16:40:09.385 INFO kablam! 43 | assert_eq!(topic.command, Some(("PRIVMSG"))); Sep 01 16:40:09.385 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.385 INFO kablam! Sep 01 16:40:09.385 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.385 INFO kablam! --> src/tests.rs:52:36 Sep 01 16:40:09.385 INFO kablam! | Sep 01 16:40:09.385 INFO kablam! 52 | assert_eq!(topic.command, Some(("PRIVMSG"))); Sep 01 16:40:09.385 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.385 INFO kablam! Sep 01 16:40:09.385 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.385 INFO kablam! --> src/tests.rs:60:35 Sep 01 16:40:09.385 INFO kablam! | Sep 01 16:40:09.385 INFO kablam! 60 | assert_eq!(topic.prefix, Some(("test"))); Sep 01 16:40:09.385 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.385 INFO kablam! Sep 01 16:40:09.385 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.386 INFO kablam! --> src/tests.rs:61:36 Sep 01 16:40:09.386 INFO kablam! | Sep 01 16:40:09.386 INFO kablam! 61 | assert_eq!(topic.command, Some(("PRIVMSG"))); Sep 01 16:40:09.386 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.386 INFO kablam! Sep 01 16:40:09.386 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.386 INFO kablam! --> src/tests.rs:69:35 Sep 01 16:40:09.386 INFO kablam! | Sep 01 16:40:09.386 INFO kablam! 69 | assert_eq!(topic.prefix, Some(("test"))); Sep 01 16:40:09.386 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.386 INFO kablam! Sep 01 16:40:09.386 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.386 INFO kablam! --> src/tests.rs:70:36 Sep 01 16:40:09.386 INFO kablam! | Sep 01 16:40:09.386 INFO kablam! 70 | assert_eq!(topic.command, Some(("PRIVMSG"))); Sep 01 16:40:09.386 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.386 INFO kablam! Sep 01 16:40:09.386 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.386 INFO kablam! --> src/tests.rs:78:35 Sep 01 16:40:09.386 INFO kablam! | Sep 01 16:40:09.386 INFO kablam! 78 | assert_eq!(topic.prefix, Some(("test"))); Sep 01 16:40:09.386 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.386 INFO kablam! Sep 01 16:40:09.386 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.386 INFO kablam! --> src/tests.rs:79:36 Sep 01 16:40:09.386 INFO kablam! | Sep 01 16:40:09.387 INFO kablam! 79 | assert_eq!(topic.command, Some(("FOO"))); Sep 01 16:40:09.387 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 01 16:40:09.387 INFO kablam! Sep 01 16:40:09.387 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.387 INFO kablam! --> src/tests.rs:88:36 Sep 01 16:40:09.387 INFO kablam! | Sep 01 16:40:09.387 INFO kablam! 88 | assert_eq!(topic.command, Some(("FOO"))); Sep 01 16:40:09.387 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 01 16:40:09.387 INFO kablam! Sep 01 16:40:09.387 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.387 INFO kablam! --> src/tests.rs:97:36 Sep 01 16:40:09.387 INFO kablam! | Sep 01 16:40:09.387 INFO kablam! 97 | assert_eq!(topic.command, Some(("FOO"))); Sep 01 16:40:09.387 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 01 16:40:09.387 INFO kablam! Sep 01 16:40:09.387 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.387 INFO kablam! --> src/tests.rs:106:36 Sep 01 16:40:09.387 INFO kablam! | Sep 01 16:40:09.387 INFO kablam! 106 | assert_eq!(topic.command, Some(("FOO"))); Sep 01 16:40:09.387 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 01 16:40:09.387 INFO kablam! Sep 01 16:40:09.387 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.387 INFO kablam! --> src/tests.rs:114:35 Sep 01 16:40:09.387 INFO kablam! | Sep 01 16:40:09.387 INFO kablam! 114 | assert_eq!(topic.prefix, Some(("test"))); Sep 01 16:40:09.387 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.387 INFO kablam! Sep 01 16:40:09.388 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.388 INFO kablam! --> src/tests.rs:115:36 Sep 01 16:40:09.388 INFO kablam! | Sep 01 16:40:09.388 INFO kablam! 115 | assert_eq!(topic.command, Some(("PRIVMSG"))); Sep 01 16:40:09.388 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.388 INFO kablam! Sep 01 16:40:09.388 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.388 INFO kablam! --> src/tests.rs:127:42 Sep 01 16:40:09.388 INFO kablam! | Sep 01 16:40:09.388 INFO kablam! 127 | assert!(topic.tags[("best")] == Some(("super"))); Sep 01 16:40:09.388 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.388 INFO kablam! Sep 01 16:40:09.388 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.388 INFO kablam! --> src/tests.rs:129:34 Sep 01 16:40:09.388 INFO kablam! | Sep 01 16:40:09.388 INFO kablam! 129 | assert!(topic.prefix == Some(("test!me@test.ing"))); Sep 01 16:40:09.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 16:40:09.388 INFO kablam! Sep 01 16:40:09.388 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 16:40:09.388 INFO kablam! --> src/tests.rs:130:35 Sep 01 16:40:09.388 INFO kablam! | Sep 01 16:40:09.388 INFO kablam! 130 | assert!(topic.command == Some(("FOO"))); Sep 01 16:40:09.388 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 01 16:40:09.388 INFO kablam! Sep 01 16:40:10.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.41s Sep 01 16:40:10.122 INFO kablam! su: No module specific data is present Sep 01 16:40:10.574 INFO running `"docker" "rm" "-f" "3cfa7f18b3010028a70377577bbe7e890dd3f9af906077eaf69b1b59d2367458"` Sep 01 16:40:10.681 INFO blam! 3cfa7f18b3010028a70377577bbe7e890dd3f9af906077eaf69b1b59d2367458