Oct 13 06:51:24.789 INFO checking unic-char-range-0.7.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 06:51:24.790 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 06:51:25.096 INFO blam! 9ae85b1ded6b1403d1a0e08b3dfa5692215987db2c69f91913ea8107cd9ba7dd Oct 13 06:51:25.101 INFO running `"docker" "start" "-a" "9ae85b1ded6b1403d1a0e08b3dfa5692215987db2c69f91913ea8107cd9ba7dd"` Oct 13 06:51:25.683 INFO kablam! usermod: no changes Oct 13 06:51:25.712 INFO kablam! Checking unic-char-range v0.7.0 (/source) Oct 13 06:51:25.876 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 06:51:25.876 INFO kablam! --> src/lib.rs:56:9 Oct 13 06:51:25.876 INFO kablam! | Oct 13 06:51:25.877 INFO kablam! 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; Oct 13 06:51:25.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` Oct 13 06:51:25.877 INFO kablam! | Oct 13 06:51:25.877 INFO kablam! note: lint level defined here Oct 13 06:51:25.877 INFO kablam! --> src/lib.rs:16:44 Oct 13 06:51:25.877 INFO kablam! | Oct 13 06:51:25.877 INFO kablam! 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] Oct 13 06:51:25.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:25.877 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Oct 13 06:51:25.877 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! Oct 13 06:51:25.877 INFO kablam! = note: for more information, see issue TBD Oct 13 06:51:25.877 INFO kablam! Oct 13 06:51:25.877 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 06:51:25.877 INFO kablam! --> src/iter.rs:13:5 Oct 13 06:51:25.877 INFO kablam! | Oct 13 06:51:25.877 INFO kablam! 13 | use {step, CharRange}; Oct 13 06:51:25.877 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` Oct 13 06:51:25.877 INFO kablam! | Oct 13 06:51:25.877 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! Oct 13 06:51:25.877 INFO kablam! = note: for more information, see issue TBD Oct 13 06:51:25.877 INFO kablam! Oct 13 06:51:25.877 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 06:51:25.877 INFO kablam! --> src/lib.rs:59:9 Oct 13 06:51:25.877 INFO kablam! | Oct 13 06:51:25.877 INFO kablam! 59 | pub use iter::CharIter; Oct 13 06:51:25.877 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` Oct 13 06:51:25.877 INFO kablam! | Oct 13 06:51:25.877 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! Oct 13 06:51:25.877 INFO kablam! = note: for more information, see issue TBD Oct 13 06:51:25.877 INFO kablam! Oct 13 06:51:25.877 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 06:51:25.877 INFO kablam! --> src/range.rs:17:5 Oct 13 06:51:25.877 INFO kablam! | Oct 13 06:51:25.877 INFO kablam! 17 | use CharIter; Oct 13 06:51:25.877 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::CharIter` Oct 13 06:51:25.877 INFO kablam! | Oct 13 06:51:25.877 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! Oct 13 06:51:25.877 INFO kablam! = note: for more information, see issue TBD Oct 13 06:51:25.877 INFO kablam! Oct 13 06:51:25.877 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 06:51:25.877 INFO kablam! --> src/lib.rs:62:9 Oct 13 06:51:25.877 INFO kablam! | Oct 13 06:51:25.877 INFO kablam! 62 | pub use range::CharRange; Oct 13 06:51:25.877 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` Oct 13 06:51:25.877 INFO kablam! | Oct 13 06:51:25.877 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! Oct 13 06:51:25.877 INFO kablam! = note: for more information, see issue TBD Oct 13 06:51:25.877 INFO kablam! Oct 13 06:51:25.968 INFO kablam! error: aborting due to 5 previous errors Oct 13 06:51:25.968 INFO kablam! Oct 13 06:51:25.992 INFO kablam! error: Could not compile `unic-char-range`. Oct 13 06:51:25.992 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 06:51:26.439 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 06:51:26.440 INFO kablam! --> src/lib.rs:56:9 Oct 13 06:51:26.441 INFO kablam! | Oct 13 06:51:26.441 INFO kablam! 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; Oct 13 06:51:26.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` Oct 13 06:51:26.442 INFO kablam! | Oct 13 06:51:26.443 INFO kablam! note: lint level defined here Oct 13 06:51:26.443 INFO kablam! --> src/lib.rs:16:44 Oct 13 06:51:26.444 INFO kablam! | Oct 13 06:51:26.444 INFO kablam! 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] Oct 13 06:51:26.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 06:51:26.445 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Oct 13 06:51:26.446 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! Oct 13 06:51:26.446 INFO kablam! = note: for more information, see issue TBD Oct 13 06:51:26.447 INFO kablam! Oct 13 06:51:26.447 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 06:51:26.447 INFO kablam! --> src/iter.rs:13:5 Oct 13 06:51:26.447 INFO kablam! | Oct 13 06:51:26.447 INFO kablam! 13 | use {step, CharRange}; Oct 13 06:51:26.448 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` Oct 13 06:51:26.448 INFO kablam! | Oct 13 06:51:26.448 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! Oct 13 06:51:26.448 INFO kablam! = note: for more information, see issue TBD Oct 13 06:51:26.448 INFO kablam! Oct 13 06:51:26.448 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 06:51:26.448 INFO kablam! --> src/lib.rs:59:9 Oct 13 06:51:26.448 INFO kablam! | Oct 13 06:51:26.448 INFO kablam! 59 | pub use iter::CharIter; Oct 13 06:51:26.448 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` Oct 13 06:51:26.448 INFO kablam! | Oct 13 06:51:26.448 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! Oct 13 06:51:26.448 INFO kablam! = note: for more information, see issue TBD Oct 13 06:51:26.448 INFO kablam! Oct 13 06:51:26.448 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 06:51:26.448 INFO kablam! --> src/range.rs:17:5 Oct 13 06:51:26.448 INFO kablam! | Oct 13 06:51:26.448 INFO kablam! 17 | use CharIter; Oct 13 06:51:26.448 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::CharIter` Oct 13 06:51:26.448 INFO kablam! | Oct 13 06:51:26.448 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! Oct 13 06:51:26.448 INFO kablam! = note: for more information, see issue TBD Oct 13 06:51:26.448 INFO kablam! Oct 13 06:51:26.448 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 06:51:26.448 INFO kablam! --> src/lib.rs:62:9 Oct 13 06:51:26.448 INFO kablam! | Oct 13 06:51:26.448 INFO kablam! 62 | pub use range::CharRange; Oct 13 06:51:26.448 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` Oct 13 06:51:26.448 INFO kablam! | Oct 13 06:51:26.448 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! Oct 13 06:51:26.448 INFO kablam! = note: for more information, see issue TBD Oct 13 06:51:26.448 INFO kablam! Oct 13 06:51:26.517 INFO kablam! error: aborting due to 5 previous errors Oct 13 06:51:26.518 INFO kablam! Oct 13 06:51:26.532 INFO kablam! error: Could not compile `unic-char-range`. Oct 13 06:51:26.532 INFO kablam! Oct 13 06:51:26.532 INFO kablam! To learn more, run the command again with --verbose. Oct 13 06:51:26.534 INFO kablam! su: No module specific data is present Oct 13 06:51:27.793 INFO running `"docker" "rm" "-f" "9ae85b1ded6b1403d1a0e08b3dfa5692215987db2c69f91913ea8107cd9ba7dd"` Oct 13 06:51:28.128 INFO blam! 9ae85b1ded6b1403d1a0e08b3dfa5692215987db2c69f91913ea8107cd9ba7dd