Oct 31 23:17:13.380 INFO checking phenguin/hue against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 23:17:13.380 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 23:17:13.950 INFO blam! 559608c2e3ca7c8fa1578e2a69a76b7b6316d5cb73f1cac33b570a0af8db5245 Oct 31 23:17:13.952 INFO running `"docker" "start" "-a" "559608c2e3ca7c8fa1578e2a69a76b7b6316d5cb73f1cac33b570a0af8db5245"` Oct 31 23:17:15.468 INFO kablam! usermod: no changes Oct 31 23:17:15.574 INFO kablam! Compiling gcc v0.3.53 Oct 31 23:17:15.577 INFO kablam! Compiling pest v1.0.0-beta.5 Oct 31 23:17:15.585 INFO kablam! Compiling case v0.0.1 Oct 31 23:17:15.609 INFO kablam! Checking dump v0.1.1 Oct 31 23:17:15.610 INFO kablam! Compiling syn v0.11.11 (/source/folder_derive/syn) Oct 31 23:17:18.900 INFO kablam! Compiling pest_derive v1.0.0-beta.5 Oct 31 23:17:22.224 INFO kablam! Compiling backtrace-sys v0.1.12 Oct 31 23:17:34.444 INFO kablam! Compiling folder_derive v0.1.0 (/source/folder_derive) Oct 31 23:17:39.818 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 31 23:17:39.818 INFO kablam! --> folder_derive/src/lib.rs:1:12 Oct 31 23:17:39.818 INFO kablam! | Oct 31 23:17:39.818 INFO kablam! 1 | #![feature(proc_macro)] Oct 31 23:17:39.818 INFO kablam! | ^^^^^^^^^^ Oct 31 23:17:39.818 INFO kablam! | Oct 31 23:17:39.818 INFO kablam! = note: #[warn(stable_features)] on by default Oct 31 23:17:39.818 INFO kablam! Oct 31 23:17:48.265 INFO kablam! Checking backtrace v0.3.2 Oct 31 23:17:48.820 INFO kablam! Checking error-chain v0.11.0 Oct 31 23:17:49.596 INFO kablam! Checking hue v0.1.0 (/source) Oct 31 23:17:49.745 INFO kablam! warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 31 23:17:49.745 INFO kablam! --> src/errors.rs:1:9 Oct 31 23:17:49.746 INFO kablam! | Oct 31 23:17:49.746 INFO kablam! 1 | #[allow(unused_doc_comment)] Oct 31 23:17:49.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 31 23:17:49.747 INFO kablam! | Oct 31 23:17:49.747 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 31 23:17:49.748 INFO kablam! Oct 31 23:17:49.808 INFO kablam! warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 31 23:17:49.808 INFO kablam! --> src/errors.rs:1:9 Oct 31 23:17:49.809 INFO kablam! | Oct 31 23:17:49.809 INFO kablam! 1 | #[allow(unused_doc_comment)] Oct 31 23:17:49.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 31 23:17:49.809 INFO kablam! | Oct 31 23:17:49.810 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 31 23:17:49.810 INFO kablam! Oct 31 23:17:50.118 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 23:17:50.118 INFO kablam! --> src/parsers/lisp.rs:107:48 Oct 31 23:17:50.118 INFO kablam! | Oct 31 23:17:50.118 INFO kablam! 107 | Rule::expr => res.push((LispExpr::try_from(p)?)), Oct 31 23:17:50.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 23:17:50.118 INFO kablam! | Oct 31 23:17:50.118 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 23:17:50.118 INFO kablam! Oct 31 23:17:50.552 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 23:17:50.552 INFO kablam! --> src/parsers/lisp.rs:107:48 Oct 31 23:17:50.552 INFO kablam! | Oct 31 23:17:50.552 INFO kablam! 107 | Rule::expr => res.push((LispExpr::try_from(p)?)), Oct 31 23:17:50.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 23:17:50.552 INFO kablam! | Oct 31 23:17:50.552 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 23:17:50.552 INFO kablam! Oct 31 23:17:51.165 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 31 23:17:51.165 INFO kablam! --> src/main.rs:1:12 Oct 31 23:17:51.165 INFO kablam! | Oct 31 23:17:51.166 INFO kablam! 1 | #![feature(proc_macro)] Oct 31 23:17:51.167 INFO kablam! | ^^^^^^^^^^ Oct 31 23:17:51.167 INFO kablam! | Oct 31 23:17:51.167 INFO kablam! = note: #[warn(stable_features)] on by default Oct 31 23:17:51.168 INFO kablam! Oct 31 23:17:51.453 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 31 23:17:51.454 INFO kablam! --> src/main.rs:1:12 Oct 31 23:17:51.454 INFO kablam! | Oct 31 23:17:51.455 INFO kablam! 1 | #![feature(proc_macro)] Oct 31 23:17:51.456 INFO kablam! | ^^^^^^^^^^ Oct 31 23:17:51.456 INFO kablam! | Oct 31 23:17:51.457 INFO kablam! = note: #[warn(stable_features)] on by default Oct 31 23:17:51.457 INFO kablam! Oct 31 23:17:51.485 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.99s Oct 31 23:17:51.497 INFO kablam! su: No module specific data is present Oct 31 23:17:52.646 INFO running `"docker" "rm" "-f" "559608c2e3ca7c8fa1578e2a69a76b7b6316d5cb73f1cac33b570a0af8db5245"` Oct 31 23:17:52.948 INFO blam! 559608c2e3ca7c8fa1578e2a69a76b7b6316d5cb73f1cac33b570a0af8db5245