Nov 09 22:15:51.146 INFO checking unic-char-range-0.7.0 against master#653da4fd006c97625247acd7e076d0782cdc149b for pr-55632 Nov 09 22:15:51.146 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-4/master#653da4fd006c97625247acd7e076d0782cdc149b:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55632/master#653da4fd006c97625247acd7e076d0782cdc149b:/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 +653da4fd006c97625247acd7e076d0782cdc149b-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 09 22:15:51.280 INFO blam! b66d9bdeb905f5fed0936a9834a621f2c271e0c522ebd1435264d480d18eaacc Nov 09 22:15:51.311 INFO running `"docker" "start" "-a" "b66d9bdeb905f5fed0936a9834a621f2c271e0c522ebd1435264d480d18eaacc"` Nov 09 22:15:51.758 INFO kablam! usermod: no changes Nov 09 22:15:51.780 INFO kablam! Checking unic-char-range v0.7.0 (/source) Nov 09 22:15:51.859 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 22:15:51.859 INFO kablam! --> src/lib.rs:56:9 Nov 09 22:15:51.859 INFO kablam! | Nov 09 22:15:51.859 INFO kablam! 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; Nov 09 22:15:51.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` Nov 09 22:15:51.859 INFO kablam! | Nov 09 22:15:51.859 INFO kablam! note: lint level defined here Nov 09 22:15:51.859 INFO kablam! --> src/lib.rs:16:44 Nov 09 22:15:51.859 INFO kablam! | Nov 09 22:15:51.859 INFO kablam! 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] Nov 09 22:15:51.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 09 22:15:51.859 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Nov 09 22:15:51.859 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 09 22:15:51.859 INFO kablam! = note: for more information, see issue #53130 Nov 09 22:15:51.859 INFO kablam! Nov 09 22:15:51.859 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 22:15:51.859 INFO kablam! --> src/iter.rs:13:5 Nov 09 22:15:51.859 INFO kablam! | Nov 09 22:15:51.859 INFO kablam! 13 | use {step, CharRange}; Nov 09 22:15:51.859 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` Nov 09 22:15:51.859 INFO kablam! | Nov 09 22:15:51.859 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 09 22:15:51.859 INFO kablam! = note: for more information, see issue #53130 Nov 09 22:15:51.859 INFO kablam! Nov 09 22:15:51.859 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 22:15:51.859 INFO kablam! --> src/lib.rs:59:9 Nov 09 22:15:51.859 INFO kablam! | Nov 09 22:15:51.859 INFO kablam! 59 | pub use iter::CharIter; Nov 09 22:15:51.859 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` Nov 09 22:15:51.859 INFO kablam! | Nov 09 22:15:51.859 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 09 22:15:51.859 INFO kablam! = note: for more information, see issue #53130 Nov 09 22:15:51.859 INFO kablam! Nov 09 22:15:51.859 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 22:15:51.859 INFO kablam! --> src/range.rs:17:5 Nov 09 22:15:51.859 INFO kablam! | Nov 09 22:15:51.859 INFO kablam! 17 | use CharIter; Nov 09 22:15:51.859 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::CharIter` Nov 09 22:15:51.859 INFO kablam! | Nov 09 22:15:51.859 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 09 22:15:51.859 INFO kablam! = note: for more information, see issue #53130 Nov 09 22:15:51.859 INFO kablam! Nov 09 22:15:51.859 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 22:15:51.859 INFO kablam! --> src/lib.rs:62:9 Nov 09 22:15:51.859 INFO kablam! | Nov 09 22:15:51.859 INFO kablam! 62 | pub use range::CharRange; Nov 09 22:15:51.859 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` Nov 09 22:15:51.859 INFO kablam! | Nov 09 22:15:51.859 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 09 22:15:51.859 INFO kablam! = note: for more information, see issue #53130 Nov 09 22:15:51.859 INFO kablam! Nov 09 22:15:51.932 INFO kablam! error: aborting due to 5 previous errors Nov 09 22:15:51.932 INFO kablam! Nov 09 22:15:51.947 INFO kablam! error: Could not compile `unic-char-range`. Nov 09 22:15:51.947 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 09 22:15:52.311 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 22:15:52.311 INFO kablam! --> src/lib.rs:56:9 Nov 09 22:15:52.311 INFO kablam! | Nov 09 22:15:52.311 INFO kablam! 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; Nov 09 22:15:52.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` Nov 09 22:15:52.311 INFO kablam! | Nov 09 22:15:52.311 INFO kablam! note: lint level defined here Nov 09 22:15:52.311 INFO kablam! --> src/lib.rs:16:44 Nov 09 22:15:52.311 INFO kablam! | Nov 09 22:15:52.311 INFO kablam! 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] Nov 09 22:15:52.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 09 22:15:52.311 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Nov 09 22:15:52.311 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 09 22:15:52.311 INFO kablam! = note: for more information, see issue #53130 Nov 09 22:15:52.311 INFO kablam! Nov 09 22:15:52.311 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 22:15:52.311 INFO kablam! --> src/iter.rs:13:5 Nov 09 22:15:52.311 INFO kablam! | Nov 09 22:15:52.311 INFO kablam! 13 | use {step, CharRange}; Nov 09 22:15:52.311 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` Nov 09 22:15:52.311 INFO kablam! | Nov 09 22:15:52.311 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 09 22:15:52.311 INFO kablam! = note: for more information, see issue #53130 Nov 09 22:15:52.311 INFO kablam! Nov 09 22:15:52.311 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 22:15:52.311 INFO kablam! --> src/lib.rs:59:9 Nov 09 22:15:52.311 INFO kablam! | Nov 09 22:15:52.311 INFO kablam! 59 | pub use iter::CharIter; Nov 09 22:15:52.311 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` Nov 09 22:15:52.311 INFO kablam! | Nov 09 22:15:52.311 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 09 22:15:52.311 INFO kablam! = note: for more information, see issue #53130 Nov 09 22:15:52.311 INFO kablam! Nov 09 22:15:52.311 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 22:15:52.311 INFO kablam! --> src/range.rs:17:5 Nov 09 22:15:52.311 INFO kablam! | Nov 09 22:15:52.311 INFO kablam! 17 | use CharIter; Nov 09 22:15:52.311 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::CharIter` Nov 09 22:15:52.311 INFO kablam! | Nov 09 22:15:52.311 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 09 22:15:52.311 INFO kablam! = note: for more information, see issue #53130 Nov 09 22:15:52.311 INFO kablam! Nov 09 22:15:52.311 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 22:15:52.311 INFO kablam! --> src/lib.rs:62:9 Nov 09 22:15:52.311 INFO kablam! | Nov 09 22:15:52.311 INFO kablam! 62 | pub use range::CharRange; Nov 09 22:15:52.311 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` Nov 09 22:15:52.311 INFO kablam! | Nov 09 22:15:52.311 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 09 22:15:52.311 INFO kablam! = note: for more information, see issue #53130 Nov 09 22:15:52.311 INFO kablam! Nov 09 22:15:52.384 INFO kablam! error: aborting due to 5 previous errors Nov 09 22:15:52.384 INFO kablam! Nov 09 22:15:52.387 INFO kablam! error: Could not compile `unic-char-range`. Nov 09 22:15:52.388 INFO kablam! Nov 09 22:15:52.388 INFO kablam! To learn more, run the command again with --verbose. Nov 09 22:15:52.389 INFO kablam! su: No module specific data is present Nov 09 22:15:52.875 INFO running `"docker" "rm" "-f" "b66d9bdeb905f5fed0936a9834a621f2c271e0c522ebd1435264d480d18eaacc"` Nov 09 22:15:53.102 INFO blam! b66d9bdeb905f5fed0936a9834a621f2c271e0c522ebd1435264d480d18eaacc