Nov 04 15:58:57.391 INFO checking unic-char-range-0.7.0 against master#2ad8c7b3502616aff142a4640cce911c6c2c5463 for pr-55655 Nov 04 15:58:57.391 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-3/master#2ad8c7b3502616aff142a4640cce911c6c2c5463:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55655/master#2ad8c7b3502616aff142a4640cce911c6c2c5463:/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 +2ad8c7b3502616aff142a4640cce911c6c2c5463-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"` Nov 04 15:58:57.550 INFO blam! 14a3e0c4ffc4fe51152543ab69254c73dd33ac6c6adf1731e47b8fb9b50cf013 Nov 04 15:58:57.554 INFO running `"docker" "start" "-a" "14a3e0c4ffc4fe51152543ab69254c73dd33ac6c6adf1731e47b8fb9b50cf013"` Nov 04 15:58:57.944 INFO kablam! usermod: no changes Nov 04 15:58:57.976 INFO kablam! Checking unic-char-range v0.7.0 (/source) Nov 04 15:58:58.263 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 15:58:58.263 INFO kablam! --> src/lib.rs:56:9 Nov 04 15:58:58.263 INFO kablam! | Nov 04 15:58:58.263 INFO kablam! 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; Nov 04 15:58:58.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` Nov 04 15:58:58.263 INFO kablam! | Nov 04 15:58:58.263 INFO kablam! note: lint level defined here Nov 04 15:58:58.263 INFO kablam! --> src/lib.rs:16:44 Nov 04 15:58:58.263 INFO kablam! | Nov 04 15:58:58.263 INFO kablam! 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] Nov 04 15:58:58.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 04 15:58:58.263 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Nov 04 15:58:58.263 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 04 15:58:58.263 INFO kablam! = note: for more information, see issue #53130 Nov 04 15:58:58.263 INFO kablam! Nov 04 15:58:58.263 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 15:58:58.263 INFO kablam! --> src/iter.rs:13:5 Nov 04 15:58:58.263 INFO kablam! | Nov 04 15:58:58.263 INFO kablam! 13 | use {step, CharRange}; Nov 04 15:58:58.263 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` Nov 04 15:58:58.263 INFO kablam! | Nov 04 15:58:58.263 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 04 15:58:58.263 INFO kablam! = note: for more information, see issue #53130 Nov 04 15:58:58.263 INFO kablam! Nov 04 15:58:58.263 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 15:58:58.263 INFO kablam! --> src/lib.rs:59:9 Nov 04 15:58:58.263 INFO kablam! | Nov 04 15:58:58.263 INFO kablam! 59 | pub use iter::CharIter; Nov 04 15:58:58.263 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` Nov 04 15:58:58.263 INFO kablam! | Nov 04 15:58:58.263 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 04 15:58:58.263 INFO kablam! = note: for more information, see issue #53130 Nov 04 15:58:58.263 INFO kablam! Nov 04 15:58:58.263 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 15:58:58.263 INFO kablam! --> src/range.rs:17:5 Nov 04 15:58:58.263 INFO kablam! | Nov 04 15:58:58.263 INFO kablam! 17 | use CharIter; Nov 04 15:58:58.263 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::CharIter` Nov 04 15:58:58.263 INFO kablam! | Nov 04 15:58:58.263 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 04 15:58:58.263 INFO kablam! = note: for more information, see issue #53130 Nov 04 15:58:58.263 INFO kablam! Nov 04 15:58:58.263 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 15:58:58.263 INFO kablam! --> src/lib.rs:62:9 Nov 04 15:58:58.263 INFO kablam! | Nov 04 15:58:58.263 INFO kablam! 62 | pub use range::CharRange; Nov 04 15:58:58.263 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` Nov 04 15:58:58.263 INFO kablam! | Nov 04 15:58:58.263 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 04 15:58:58.264 INFO kablam! = note: for more information, see issue #53130 Nov 04 15:58:58.264 INFO kablam! Nov 04 15:58:58.303 INFO kablam! error: aborting due to 5 previous errors Nov 04 15:58:58.303 INFO kablam! Nov 04 15:58:58.311 INFO kablam! error: Could not compile `unic-char-range`. Nov 04 15:58:58.311 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 04 15:58:58.647 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 15:58:58.647 INFO kablam! --> src/lib.rs:56:9 Nov 04 15:58:58.647 INFO kablam! | Nov 04 15:58:58.647 INFO kablam! 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; Nov 04 15:58:58.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` Nov 04 15:58:58.647 INFO kablam! | Nov 04 15:58:58.647 INFO kablam! note: lint level defined here Nov 04 15:58:58.647 INFO kablam! --> src/lib.rs:16:44 Nov 04 15:58:58.647 INFO kablam! | Nov 04 15:58:58.647 INFO kablam! 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] Nov 04 15:58:58.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 04 15:58:58.647 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Nov 04 15:58:58.647 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 04 15:58:58.647 INFO kablam! = note: for more information, see issue #53130 Nov 04 15:58:58.647 INFO kablam! Nov 04 15:58:58.647 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 15:58:58.647 INFO kablam! --> src/iter.rs:13:5 Nov 04 15:58:58.647 INFO kablam! | Nov 04 15:58:58.647 INFO kablam! 13 | use {step, CharRange}; Nov 04 15:58:58.647 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` Nov 04 15:58:58.647 INFO kablam! | Nov 04 15:58:58.647 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 04 15:58:58.647 INFO kablam! = note: for more information, see issue #53130 Nov 04 15:58:58.647 INFO kablam! Nov 04 15:58:58.647 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 15:58:58.647 INFO kablam! --> src/lib.rs:59:9 Nov 04 15:58:58.647 INFO kablam! | Nov 04 15:58:58.647 INFO kablam! 59 | pub use iter::CharIter; Nov 04 15:58:58.647 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` Nov 04 15:58:58.647 INFO kablam! | Nov 04 15:58:58.647 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 04 15:58:58.647 INFO kablam! = note: for more information, see issue #53130 Nov 04 15:58:58.647 INFO kablam! Nov 04 15:58:58.647 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 15:58:58.647 INFO kablam! --> src/range.rs:17:5 Nov 04 15:58:58.647 INFO kablam! | Nov 04 15:58:58.647 INFO kablam! 17 | use CharIter; Nov 04 15:58:58.647 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::CharIter` Nov 04 15:58:58.647 INFO kablam! | Nov 04 15:58:58.647 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 04 15:58:58.647 INFO kablam! = note: for more information, see issue #53130 Nov 04 15:58:58.647 INFO kablam! Nov 04 15:58:58.647 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 15:58:58.647 INFO kablam! --> src/lib.rs:62:9 Nov 04 15:58:58.647 INFO kablam! | Nov 04 15:58:58.647 INFO kablam! 62 | pub use range::CharRange; Nov 04 15:58:58.647 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` Nov 04 15:58:58.647 INFO kablam! | Nov 04 15:58:58.647 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 04 15:58:58.647 INFO kablam! = note: for more information, see issue #53130 Nov 04 15:58:58.648 INFO kablam! Nov 04 15:58:58.707 INFO kablam! error: aborting due to 5 previous errors Nov 04 15:58:58.707 INFO kablam! Nov 04 15:58:58.712 INFO kablam! error: Could not compile `unic-char-range`. Nov 04 15:58:58.712 INFO kablam! Nov 04 15:58:58.712 INFO kablam! To learn more, run the command again with --verbose. Nov 04 15:58:58.713 INFO kablam! su: No module specific data is present Nov 04 15:58:59.690 INFO running `"docker" "rm" "-f" "14a3e0c4ffc4fe51152543ab69254c73dd33ac6c6adf1731e47b8fb9b50cf013"` Nov 04 15:59:00.005 INFO blam! 14a3e0c4ffc4fe51152543ab69254c73dd33ac6c6adf1731e47b8fb9b50cf013