Oct 11 09:15:13.310 INFO testing unic-char-range-0.7.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:15:13.310 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:15:13.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:15:13.548 INFO blam! 03d4e4bce61e3b63452c77340ca8364def78a817a1e9b392400698879c82760e Oct 11 09:15:13.553 INFO running `"docker" "start" "-a" "03d4e4bce61e3b63452c77340ca8364def78a817a1e9b392400698879c82760e"` Oct 11 09:15:14.241 INFO kablam! usermod: no changes Oct 11 09:15:14.261 INFO kablam! Compiling unic-char-range v0.7.0 (/source) Oct 11 09:15:14.308 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 09:15:14.308 INFO kablam! --> src/lib.rs:56:9 Oct 11 09:15:14.308 INFO kablam! | Oct 11 09:15:14.308 INFO kablam! 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; Oct 11 09:15:14.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` Oct 11 09:15:14.308 INFO kablam! | Oct 11 09:15:14.308 INFO kablam! note: lint level defined here Oct 11 09:15:14.308 INFO kablam! --> src/lib.rs:16:44 Oct 11 09:15:14.308 INFO kablam! | Oct 11 09:15:14.308 INFO kablam! 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] Oct 11 09:15:14.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 09:15:14.308 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Oct 11 09:15:14.308 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 11 09:15:14.308 INFO kablam! = note: for more information, see issue TBD Oct 11 09:15:14.308 INFO kablam! Oct 11 09:15:14.308 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 09:15:14.308 INFO kablam! --> src/iter.rs:13:5 Oct 11 09:15:14.308 INFO kablam! | Oct 11 09:15:14.308 INFO kablam! 13 | use {step, CharRange}; Oct 11 09:15:14.308 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` Oct 11 09:15:14.308 INFO kablam! | Oct 11 09:15:14.308 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 11 09:15:14.308 INFO kablam! = note: for more information, see issue TBD Oct 11 09:15:14.308 INFO kablam! Oct 11 09:15:14.308 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 09:15:14.308 INFO kablam! --> src/lib.rs:59:9 Oct 11 09:15:14.308 INFO kablam! | Oct 11 09:15:14.308 INFO kablam! 59 | pub use iter::CharIter; Oct 11 09:15:14.308 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` Oct 11 09:15:14.308 INFO kablam! | Oct 11 09:15:14.308 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 11 09:15:14.308 INFO kablam! = note: for more information, see issue TBD Oct 11 09:15:14.308 INFO kablam! Oct 11 09:15:14.308 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 09:15:14.308 INFO kablam! --> src/range.rs:17:5 Oct 11 09:15:14.308 INFO kablam! | Oct 11 09:15:14.308 INFO kablam! 17 | use CharIter; Oct 11 09:15:14.308 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::CharIter` Oct 11 09:15:14.308 INFO kablam! | Oct 11 09:15:14.308 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 11 09:15:14.308 INFO kablam! = note: for more information, see issue TBD Oct 11 09:15:14.308 INFO kablam! Oct 11 09:15:14.309 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 09:15:14.309 INFO kablam! --> src/lib.rs:62:9 Oct 11 09:15:14.309 INFO kablam! | Oct 11 09:15:14.309 INFO kablam! 62 | pub use range::CharRange; Oct 11 09:15:14.309 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` Oct 11 09:15:14.309 INFO kablam! | Oct 11 09:15:14.309 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 11 09:15:14.309 INFO kablam! = note: for more information, see issue TBD Oct 11 09:15:14.309 INFO kablam! Oct 11 09:15:14.334 INFO kablam! error: aborting due to 5 previous errors Oct 11 09:15:14.334 INFO kablam! Oct 11 09:15:14.338 INFO kablam! error: Could not compile `unic-char-range`. Oct 11 09:15:14.338 INFO kablam! Oct 11 09:15:14.338 INFO kablam! To learn more, run the command again with --verbose. Oct 11 09:15:14.339 INFO kablam! su: No module specific data is present Oct 11 09:15:14.597 INFO running `"docker" "rm" "-f" "03d4e4bce61e3b63452c77340ca8364def78a817a1e9b392400698879c82760e"` Oct 11 09:15:14.684 INFO blam! 03d4e4bce61e3b63452c77340ca8364def78a817a1e9b392400698879c82760e