Nov 07 07:08:03.028 INFO checking unic-char-range-0.7.0 against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 07:08:03.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-1/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 07:08:03.257 INFO blam! 64c4c80f59afc8c091bbaaaa8c7698b6bbf59eec459fb4072357cd12f99db1d0 Nov 07 07:08:03.264 INFO running `"docker" "start" "-a" "64c4c80f59afc8c091bbaaaa8c7698b6bbf59eec459fb4072357cd12f99db1d0"` Nov 07 07:08:04.092 INFO kablam! usermod: no changes Nov 07 07:08:04.153 INFO kablam! Checking unic-char-range v0.7.0 (/source) Nov 07 07:08:04.264 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 07:08:04.264 INFO kablam! --> src/lib.rs:56:9 Nov 07 07:08:04.264 INFO kablam! | Nov 07 07:08:04.264 INFO kablam! 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; Nov 07 07:08:04.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` Nov 07 07:08:04.264 INFO kablam! | Nov 07 07:08:04.264 INFO kablam! note: lint level defined here Nov 07 07:08:04.264 INFO kablam! --> src/lib.rs:16:44 Nov 07 07:08:04.264 INFO kablam! | Nov 07 07:08:04.264 INFO kablam! 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] Nov 07 07:08:04.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 07 07:08:04.264 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Nov 07 07:08:04.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 07 07:08:04.264 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.265 INFO kablam! Nov 07 07:08:04.265 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 07:08:04.265 INFO kablam! --> src/iter.rs:13:5 Nov 07 07:08:04.265 INFO kablam! | Nov 07 07:08:04.265 INFO kablam! 13 | use {step, CharRange}; Nov 07 07:08:04.265 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` Nov 07 07:08:04.265 INFO kablam! | Nov 07 07:08:04.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 07 07:08:04.265 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.265 INFO kablam! Nov 07 07:08:04.265 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 07:08:04.265 INFO kablam! --> src/lib.rs:59:9 Nov 07 07:08:04.265 INFO kablam! | Nov 07 07:08:04.265 INFO kablam! 59 | pub use iter::CharIter; Nov 07 07:08:04.265 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` Nov 07 07:08:04.265 INFO kablam! | Nov 07 07:08:04.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 07 07:08:04.265 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.265 INFO kablam! Nov 07 07:08:04.265 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 07:08:04.265 INFO kablam! --> src/range.rs:17:5 Nov 07 07:08:04.265 INFO kablam! | Nov 07 07:08:04.265 INFO kablam! 17 | use CharIter; Nov 07 07:08:04.265 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::CharIter` Nov 07 07:08:04.265 INFO kablam! | Nov 07 07:08:04.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 07 07:08:04.265 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.265 INFO kablam! Nov 07 07:08:04.265 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 07:08:04.265 INFO kablam! --> src/lib.rs:62:9 Nov 07 07:08:04.265 INFO kablam! | Nov 07 07:08:04.265 INFO kablam! 62 | pub use range::CharRange; Nov 07 07:08:04.265 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` Nov 07 07:08:04.265 INFO kablam! | Nov 07 07:08:04.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 07 07:08:04.265 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.265 INFO kablam! Nov 07 07:08:04.321 INFO kablam! error: aborting due to 5 previous errors Nov 07 07:08:04.321 INFO kablam! Nov 07 07:08:04.336 INFO kablam! error: Could not compile `unic-char-range`. Nov 07 07:08:04.336 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 07 07:08:04.740 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 07:08:04.740 INFO kablam! --> src/lib.rs:56:9 Nov 07 07:08:04.740 INFO kablam! | Nov 07 07:08:04.740 INFO kablam! 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; Nov 07 07:08:04.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` Nov 07 07:08:04.740 INFO kablam! | Nov 07 07:08:04.740 INFO kablam! note: lint level defined here Nov 07 07:08:04.740 INFO kablam! --> src/lib.rs:16:44 Nov 07 07:08:04.740 INFO kablam! | Nov 07 07:08:04.740 INFO kablam! 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] Nov 07 07:08:04.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 07 07:08:04.740 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Nov 07 07:08:04.740 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 07 07:08:04.740 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.740 INFO kablam! Nov 07 07:08:04.741 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 07:08:04.741 INFO kablam! --> src/iter.rs:13:5 Nov 07 07:08:04.741 INFO kablam! | Nov 07 07:08:04.741 INFO kablam! 13 | use {step, CharRange}; Nov 07 07:08:04.741 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` Nov 07 07:08:04.741 INFO kablam! | Nov 07 07:08:04.741 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 07 07:08:04.741 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.741 INFO kablam! Nov 07 07:08:04.741 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 07:08:04.741 INFO kablam! --> src/lib.rs:59:9 Nov 07 07:08:04.741 INFO kablam! | Nov 07 07:08:04.741 INFO kablam! 59 | pub use iter::CharIter; Nov 07 07:08:04.741 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` Nov 07 07:08:04.741 INFO kablam! | Nov 07 07:08:04.741 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 07 07:08:04.741 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.741 INFO kablam! Nov 07 07:08:04.741 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 07:08:04.741 INFO kablam! --> src/range.rs:17:5 Nov 07 07:08:04.741 INFO kablam! | Nov 07 07:08:04.741 INFO kablam! 17 | use CharIter; Nov 07 07:08:04.741 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::CharIter` Nov 07 07:08:04.741 INFO kablam! | Nov 07 07:08:04.741 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 07 07:08:04.741 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.741 INFO kablam! Nov 07 07:08:04.741 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 07:08:04.741 INFO kablam! --> src/lib.rs:62:9 Nov 07 07:08:04.741 INFO kablam! | Nov 07 07:08:04.741 INFO kablam! 62 | pub use range::CharRange; Nov 07 07:08:04.741 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` Nov 07 07:08:04.741 INFO kablam! | Nov 07 07:08:04.741 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 07 07:08:04.741 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.741 INFO kablam! Nov 07 07:08:04.784 INFO kablam! error: aborting due to 5 previous errors Nov 07 07:08:04.784 INFO kablam! Nov 07 07:08:04.789 INFO kablam! error: Could not compile `unic-char-range`. Nov 07 07:08:04.789 INFO kablam! Nov 07 07:08:04.789 INFO kablam! To learn more, run the command again with --verbose. Nov 07 07:08:04.790 INFO kablam! su: No module specific data is present Nov 07 07:08:05.831 INFO running `"docker" "rm" "-f" "64c4c80f59afc8c091bbaaaa8c7698b6bbf59eec459fb4072357cd12f99db1d0"` Nov 07 07:08:06.136 INFO blam! 64c4c80f59afc8c091bbaaaa8c7698b6bbf59eec459fb4072357cd12f99db1d0