Nov 07 07:08:03.076 INFO checking unic-char-range-0.7.0 against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a for pr-55687 Nov 07 07:08:03.076 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-5/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a:/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" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 07:08:03.267 INFO blam! 5208ae8b3f2aa99e02d98732ca6140764e79cbe29f9bb46832f55810b0fcf6e9 Nov 07 07:08:03.272 INFO running `"docker" "start" "-a" "5208ae8b3f2aa99e02d98732ca6140764e79cbe29f9bb46832f55810b0fcf6e9"` Nov 07 07:08:04.140 INFO kablam! usermod: no changes Nov 07 07:08:04.176 INFO kablam! Checking unic-char-range v0.7.0 (/source) Nov 07 07:08:04.336 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.336 INFO kablam! --> src/lib.rs:56:9 Nov 07 07:08:04.336 INFO kablam! | Nov 07 07:08:04.336 INFO kablam! 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; Nov 07 07:08:04.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` Nov 07 07:08:04.336 INFO kablam! | Nov 07 07:08:04.336 INFO kablam! note: lint level defined here Nov 07 07:08:04.336 INFO kablam! --> src/lib.rs:16:44 Nov 07 07:08:04.336 INFO kablam! | Nov 07 07:08:04.336 INFO kablam! 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] Nov 07 07:08:04.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 07 07:08:04.336 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Nov 07 07:08:04.336 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.336 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.336 INFO kablam! Nov 07 07:08:04.337 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.337 INFO kablam! --> src/iter.rs:13:5 Nov 07 07:08:04.337 INFO kablam! | Nov 07 07:08:04.337 INFO kablam! 13 | use {step, CharRange}; Nov 07 07:08:04.337 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` Nov 07 07:08:04.337 INFO kablam! | Nov 07 07:08:04.337 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.337 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.337 INFO kablam! Nov 07 07:08:04.337 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.337 INFO kablam! --> src/lib.rs:59:9 Nov 07 07:08:04.337 INFO kablam! | Nov 07 07:08:04.337 INFO kablam! 59 | pub use iter::CharIter; Nov 07 07:08:04.337 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` Nov 07 07:08:04.337 INFO kablam! | Nov 07 07:08:04.337 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.337 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.337 INFO kablam! Nov 07 07:08:04.337 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.337 INFO kablam! --> src/range.rs:17:5 Nov 07 07:08:04.337 INFO kablam! | Nov 07 07:08:04.337 INFO kablam! 17 | use CharIter; Nov 07 07:08:04.337 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::CharIter` Nov 07 07:08:04.337 INFO kablam! | Nov 07 07:08:04.337 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.337 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.337 INFO kablam! Nov 07 07:08:04.337 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.337 INFO kablam! --> src/lib.rs:62:9 Nov 07 07:08:04.337 INFO kablam! | Nov 07 07:08:04.337 INFO kablam! 62 | pub use range::CharRange; Nov 07 07:08:04.337 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` Nov 07 07:08:04.337 INFO kablam! | Nov 07 07:08:04.337 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.337 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.337 INFO kablam! Nov 07 07:08:04.375 INFO kablam! error: aborting due to 5 previous errors Nov 07 07:08:04.375 INFO kablam! Nov 07 07:08:04.376 INFO kablam! error: Could not compile `unic-char-range`. Nov 07 07:08:04.376 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 07 07:08:04.764 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.764 INFO kablam! --> src/lib.rs:56:9 Nov 07 07:08:04.764 INFO kablam! | Nov 07 07:08:04.764 INFO kablam! 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; Nov 07 07:08:04.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` Nov 07 07:08:04.764 INFO kablam! | Nov 07 07:08:04.764 INFO kablam! note: lint level defined here Nov 07 07:08:04.764 INFO kablam! --> src/lib.rs:16:44 Nov 07 07:08:04.764 INFO kablam! | Nov 07 07:08:04.764 INFO kablam! 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] Nov 07 07:08:04.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 07 07:08:04.764 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Nov 07 07:08:04.764 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.764 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.764 INFO kablam! Nov 07 07:08:04.764 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.764 INFO kablam! --> src/iter.rs:13:5 Nov 07 07:08:04.764 INFO kablam! | Nov 07 07:08:04.764 INFO kablam! 13 | use {step, CharRange}; Nov 07 07:08:04.764 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` Nov 07 07:08:04.764 INFO kablam! | Nov 07 07:08:04.764 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.764 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.764 INFO kablam! Nov 07 07:08:04.764 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.764 INFO kablam! --> src/lib.rs:59:9 Nov 07 07:08:04.764 INFO kablam! | Nov 07 07:08:04.764 INFO kablam! 59 | pub use iter::CharIter; Nov 07 07:08:04.764 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` Nov 07 07:08:04.764 INFO kablam! | Nov 07 07:08:04.764 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.764 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.764 INFO kablam! Nov 07 07:08:04.764 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.765 INFO kablam! --> src/range.rs:17:5 Nov 07 07:08:04.765 INFO kablam! | Nov 07 07:08:04.765 INFO kablam! 17 | use CharIter; Nov 07 07:08:04.765 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::CharIter` Nov 07 07:08:04.765 INFO kablam! | Nov 07 07:08:04.765 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.765 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.765 INFO kablam! Nov 07 07:08:04.765 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.765 INFO kablam! --> src/lib.rs:62:9 Nov 07 07:08:04.765 INFO kablam! | Nov 07 07:08:04.765 INFO kablam! 62 | pub use range::CharRange; Nov 07 07:08:04.765 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` Nov 07 07:08:04.765 INFO kablam! | Nov 07 07:08:04.765 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.765 INFO kablam! = note: for more information, see issue #53130 Nov 07 07:08:04.765 INFO kablam! Nov 07 07:08:04.836 INFO kablam! error: aborting due to 5 previous errors Nov 07 07:08:04.836 INFO kablam! Nov 07 07:08:04.842 INFO kablam! error: Could not compile `unic-char-range`. Nov 07 07:08:04.842 INFO kablam! Nov 07 07:08:04.842 INFO kablam! To learn more, run the command again with --verbose. Nov 07 07:08:04.848 INFO kablam! su: No module specific data is present Nov 07 07:08:05.898 INFO running `"docker" "rm" "-f" "5208ae8b3f2aa99e02d98732ca6140764e79cbe29f9bb46832f55810b0fcf6e9"` Nov 07 07:08:06.172 INFO blam! 5208ae8b3f2aa99e02d98732ca6140764e79cbe29f9bb46832f55810b0fcf6e9