Oct 21 14:49:56.991 INFO checking phenguin/hue against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:49:56.991 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 14:49:57.443 INFO blam! 8dd6b9bc7304ae091f85818d292435980932905cc23dcb989d482b99ad5946d5 Oct 21 14:49:57.450 INFO running `"docker" "start" "-a" "8dd6b9bc7304ae091f85818d292435980932905cc23dcb989d482b99ad5946d5"` Oct 21 14:49:58.406 INFO kablam! usermod: no changes Oct 21 14:49:58.544 INFO kablam! Compiling case v0.0.1 Oct 21 14:49:58.544 INFO kablam! Compiling pest v1.0.0-beta.5 Oct 21 14:49:58.544 INFO kablam! Checking dump v0.1.1 Oct 21 14:49:58.544 INFO kablam! Compiling syn v0.11.11 (/source/folder_derive/syn) Oct 21 14:49:58.544 INFO kablam! Checking backtrace-sys v0.1.12 Oct 21 14:49:59.655 INFO kablam! Checking backtrace v0.3.2 Oct 21 14:50:00.808 INFO kablam! Checking error-chain v0.11.0 Oct 21 14:50:01.315 INFO kablam! Compiling pest_derive v1.0.0-beta.5 Oct 21 14:50:06.519 INFO kablam! Compiling folder_derive v0.1.0 (/source/folder_derive) Oct 21 14:50:08.640 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 21 14:50:08.640 INFO kablam! --> folder_derive/src/lib.rs:1:12 Oct 21 14:50:08.640 INFO kablam! | Oct 21 14:50:08.640 INFO kablam! 1 | #![feature(proc_macro)] Oct 21 14:50:08.640 INFO kablam! | ^^^^^^^^^^ Oct 21 14:50:08.640 INFO kablam! | Oct 21 14:50:08.640 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 14:50:08.640 INFO kablam! Oct 21 14:50:13.708 INFO kablam! Checking hue v0.1.0 (/source) Oct 21 14:50:13.788 INFO kablam! warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 21 14:50:13.788 INFO kablam! --> src/errors.rs:1:9 Oct 21 14:50:13.788 INFO kablam! | Oct 21 14:50:13.788 INFO kablam! 1 | #[allow(unused_doc_comment)] Oct 21 14:50:13.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 21 14:50:13.788 INFO kablam! | Oct 21 14:50:13.788 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 21 14:50:13.788 INFO kablam! Oct 21 14:50:13.896 INFO kablam! warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 21 14:50:13.896 INFO kablam! --> src/errors.rs:1:9 Oct 21 14:50:13.896 INFO kablam! | Oct 21 14:50:13.896 INFO kablam! 1 | #[allow(unused_doc_comment)] Oct 21 14:50:13.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 21 14:50:13.896 INFO kablam! | Oct 21 14:50:13.896 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 21 14:50:13.896 INFO kablam! Oct 21 14:50:14.200 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:50:14.201 INFO kablam! --> src/parsers/lisp.rs:107:48 Oct 21 14:50:14.201 INFO kablam! | Oct 21 14:50:14.202 INFO kablam! 107 | Rule::expr => res.push((LispExpr::try_from(p)?)), Oct 21 14:50:14.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:50:14.203 INFO kablam! | Oct 21 14:50:14.203 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 14:50:14.203 INFO kablam! Oct 21 14:50:14.376 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:50:14.377 INFO kablam! --> src/parsers/lisp.rs:107:48 Oct 21 14:50:14.377 INFO kablam! | Oct 21 14:50:14.380 INFO kablam! 107 | Rule::expr => res.push((LispExpr::try_from(p)?)), Oct 21 14:50:14.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:50:14.381 INFO kablam! | Oct 21 14:50:14.381 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 14:50:14.382 INFO kablam! Oct 21 14:50:14.919 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 21 14:50:14.919 INFO kablam! --> src/main.rs:1:12 Oct 21 14:50:14.919 INFO kablam! | Oct 21 14:50:14.919 INFO kablam! 1 | #![feature(proc_macro)] Oct 21 14:50:14.919 INFO kablam! | ^^^^^^^^^^ Oct 21 14:50:14.919 INFO kablam! | Oct 21 14:50:14.920 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 14:50:14.920 INFO kablam! Oct 21 14:50:15.018 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 21 14:50:15.018 INFO kablam! --> src/main.rs:1:12 Oct 21 14:50:15.018 INFO kablam! | Oct 21 14:50:15.018 INFO kablam! 1 | #![feature(proc_macro)] Oct 21 14:50:15.018 INFO kablam! | ^^^^^^^^^^ Oct 21 14:50:15.019 INFO kablam! | Oct 21 14:50:15.019 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 14:50:15.019 INFO kablam! Oct 21 14:50:15.072 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.63s Oct 21 14:50:15.077 INFO kablam! su: No module specific data is present Oct 21 14:50:15.854 INFO running `"docker" "rm" "-f" "8dd6b9bc7304ae091f85818d292435980932905cc23dcb989d482b99ad5946d5"` Oct 21 14:50:16.136 INFO blam! 8dd6b9bc7304ae091f85818d292435980932905cc23dcb989d482b99ad5946d5