Sep 06 02:06:11.736 INFO checking python27-sys-0.1.2 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 02:06:11.736 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 02:06:11.736 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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=1000" "-e" "CMD=cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:06:12.051 INFO blam! 7e4d3b5b92573d546f3276e2dc56cea5a6b86f091b56aca708ff04150ac17b72 Sep 06 02:06:12.052 INFO running `"docker" "start" "-a" "7e4d3b5b92573d546f3276e2dc56cea5a6b86f091b56aca708ff04150ac17b72"` Sep 06 02:06:13.917 INFO kablam! usermod: no changes Sep 06 02:06:14.042 INFO kablam! Compiling python27-sys v0.1.2 (file:///source) Sep 06 02:06:17.146 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 02:06:17.146 INFO kablam! --> src/objimpl.rs:35:23 Sep 06 02:06:17.146 INFO kablam! | Sep 06 02:06:17.146 INFO kablam! 35 | PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC) Sep 06 02:06:17.146 INFO kablam! | ^^^ help: remove these parentheses Sep 06 02:06:17.146 INFO kablam! | Sep 06 02:06:17.146 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 02:06:17.146 INFO kablam! Sep 06 02:06:17.146 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 02:06:17.146 INFO kablam! --> src/objimpl.rs:51:24 Sep 06 02:06:17.146 INFO kablam! | Sep 06 02:06:17.146 INFO kablam! 51 | (PyType_HasFeature((t), Py_TPFLAGS_HAVE_WEAKREFS) != 0 Sep 06 02:06:17.146 INFO kablam! | ^^^ help: remove these parentheses Sep 06 02:06:17.146 INFO kablam! Sep 06 02:06:17.147 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 02:06:17.147 INFO kablam! --> src/pyerrors.rs:29:20 Sep 06 02:06:17.147 INFO kablam! | Sep 06 02:06:17.147 INFO kablam! 29 | (PyClass_Check((x)) != 0 || (PyType_Check((x)) != 0 && Sep 06 02:06:17.147 INFO kablam! | ^^^ help: remove these parentheses Sep 06 02:06:17.147 INFO kablam! Sep 06 02:06:17.147 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 02:06:17.147 INFO kablam! --> src/pyerrors.rs:29:47 Sep 06 02:06:17.147 INFO kablam! | Sep 06 02:06:17.147 INFO kablam! 29 | (PyClass_Check((x)) != 0 || (PyType_Check((x)) != 0 && Sep 06 02:06:17.147 INFO kablam! | ^^^ help: remove these parentheses Sep 06 02:06:17.147 INFO kablam! Sep 06 02:06:17.147 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 02:06:17.147 INFO kablam! --> src/pyerrors.rs:35:23 Sep 06 02:06:17.147 INFO kablam! | Sep 06 02:06:17.147 INFO kablam! 35 | (PyInstance_Check((x)) != 0 || Sep 06 02:06:17.147 INFO kablam! | ^^^ help: remove these parentheses Sep 06 02:06:17.147 INFO kablam! Sep 06 02:06:17.370 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 02:06:17.370 INFO kablam! --> src/objimpl.rs:35:23 Sep 06 02:06:17.370 INFO kablam! | Sep 06 02:06:17.370 INFO kablam! 35 | PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC) Sep 06 02:06:17.370 INFO kablam! | ^^^ help: remove these parentheses Sep 06 02:06:17.370 INFO kablam! | Sep 06 02:06:17.370 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 02:06:17.370 INFO kablam! Sep 06 02:06:17.370 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 02:06:17.370 INFO kablam! --> src/objimpl.rs:51:24 Sep 06 02:06:17.370 INFO kablam! | Sep 06 02:06:17.370 INFO kablam! 51 | (PyType_HasFeature((t), Py_TPFLAGS_HAVE_WEAKREFS) != 0 Sep 06 02:06:17.370 INFO kablam! | ^^^ help: remove these parentheses Sep 06 02:06:17.370 INFO kablam! Sep 06 02:06:17.386 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 02:06:17.386 INFO kablam! --> src/pyerrors.rs:29:20 Sep 06 02:06:17.386 INFO kablam! | Sep 06 02:06:17.386 INFO kablam! 29 | (PyClass_Check((x)) != 0 || (PyType_Check((x)) != 0 && Sep 06 02:06:17.386 INFO kablam! | ^^^ help: remove these parentheses Sep 06 02:06:17.386 INFO kablam! Sep 06 02:06:17.386 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 02:06:17.386 INFO kablam! --> src/pyerrors.rs:29:47 Sep 06 02:06:17.386 INFO kablam! | Sep 06 02:06:17.386 INFO kablam! 29 | (PyClass_Check((x)) != 0 || (PyType_Check((x)) != 0 && Sep 06 02:06:17.386 INFO kablam! | ^^^ help: remove these parentheses Sep 06 02:06:17.386 INFO kablam! Sep 06 02:06:17.386 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 02:06:17.386 INFO kablam! --> src/pyerrors.rs:35:23 Sep 06 02:06:17.386 INFO kablam! | Sep 06 02:06:17.386 INFO kablam! 35 | (PyInstance_Check((x)) != 0 || Sep 06 02:06:17.386 INFO kablam! | ^^^ help: remove these parentheses Sep 06 02:06:17.386 INFO kablam! Sep 06 02:06:17.930 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.98s Sep 06 02:06:17.938 INFO kablam! su: No module specific data is present Sep 06 02:06:18.860 INFO running `"docker" "rm" "-f" "7e4d3b5b92573d546f3276e2dc56cea5a6b86f091b56aca708ff04150ac17b72"` Sep 06 02:06:19.004 INFO blam! 7e4d3b5b92573d546f3276e2dc56cea5a6b86f091b56aca708ff04150ac17b72