Nov 17 19:28:04.914 INFO testing unic-char-range-0.7.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 19:28:04.914 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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 17 19:28:05.144 INFO [stdout] 476a7977d03bc1d66076f6f965236d1c2a99ad3a236dd768c6806a5248448a3f Nov 17 19:28:05.147 INFO running `"docker" "start" "-a" "476a7977d03bc1d66076f6f965236d1c2a99ad3a236dd768c6806a5248448a3f"` Nov 17 19:28:05.879 INFO [stderr] usermod: no changes Nov 17 19:28:05.952 INFO [stderr] Compiling unic-char-range v0.7.0 (/source) Nov 17 19:28:06.083 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 17 19:28:06.083 INFO [stderr] --> src/lib.rs:56:9 Nov 17 19:28:06.083 INFO [stderr] | Nov 17 19:28:06.083 INFO [stderr] 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; Nov 17 19:28:06.083 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` Nov 17 19:28:06.083 INFO [stderr] | Nov 17 19:28:06.083 INFO [stderr] note: lint level defined here Nov 17 19:28:06.083 INFO [stderr] --> src/lib.rs:16:44 Nov 17 19:28:06.083 INFO [stderr] | Nov 17 19:28:06.083 INFO [stderr] 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] Nov 17 19:28:06.083 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 17 19:28:06.083 INFO [stderr] = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] Nov 17 19:28:06.083 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 17 19:28:06.083 INFO [stderr] = note: for more information, see issue #53130 Nov 17 19:28:06.083 INFO [stderr] Nov 17 19:28:06.087 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 17 19:28:06.087 INFO [stderr] --> src/iter.rs:13:5 Nov 17 19:28:06.087 INFO [stderr] | Nov 17 19:28:06.087 INFO [stderr] 13 | use {step, CharRange}; Nov 17 19:28:06.087 INFO [stderr] | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` Nov 17 19:28:06.087 INFO [stderr] | Nov 17 19:28:06.087 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 17 19:28:06.087 INFO [stderr] = note: for more information, see issue #53130 Nov 17 19:28:06.087 INFO [stderr] Nov 17 19:28:06.087 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 17 19:28:06.087 INFO [stderr] --> src/lib.rs:59:9 Nov 17 19:28:06.087 INFO [stderr] | Nov 17 19:28:06.087 INFO [stderr] 59 | pub use iter::CharIter; Nov 17 19:28:06.087 INFO [stderr] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` Nov 17 19:28:06.087 INFO [stderr] | Nov 17 19:28:06.087 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 17 19:28:06.087 INFO [stderr] = note: for more information, see issue #53130 Nov 17 19:28:06.087 INFO [stderr] Nov 17 19:28:06.087 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 17 19:28:06.087 INFO [stderr] --> src/range.rs:17:5 Nov 17 19:28:06.087 INFO [stderr] | Nov 17 19:28:06.087 INFO [stderr] 17 | use CharIter; Nov 17 19:28:06.087 INFO [stderr] | ^^^^^^^^ help: use `crate`: `crate::CharIter` Nov 17 19:28:06.087 INFO [stderr] | Nov 17 19:28:06.087 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 17 19:28:06.087 INFO [stderr] = note: for more information, see issue #53130 Nov 17 19:28:06.087 INFO [stderr] Nov 17 19:28:06.087 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 17 19:28:06.087 INFO [stderr] --> src/lib.rs:62:9 Nov 17 19:28:06.087 INFO [stderr] | Nov 17 19:28:06.087 INFO [stderr] 62 | pub use range::CharRange; Nov 17 19:28:06.087 INFO [stderr] | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` Nov 17 19:28:06.087 INFO [stderr] | Nov 17 19:28:06.087 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 17 19:28:06.087 INFO [stderr] = note: for more information, see issue #53130 Nov 17 19:28:06.087 INFO [stderr] Nov 17 19:28:06.118 INFO [stderr] error: aborting due to 5 previous errors Nov 17 19:28:06.118 INFO [stderr] Nov 17 19:28:06.123 INFO [stderr] error: Could not compile `unic-char-range`. Nov 17 19:28:06.124 INFO [stderr] Nov 17 19:28:06.124 INFO [stderr] To learn more, run the command again with --verbose. Nov 17 19:28:06.124 INFO [stderr] su: No module specific data is present Nov 17 19:28:06.760 INFO running `"docker" "inspect" "476a7977d03bc1d66076f6f965236d1c2a99ad3a236dd768c6806a5248448a3f"` Nov 17 19:28:06.999 INFO running `"docker" "rm" "-f" "476a7977d03bc1d66076f6f965236d1c2a99ad3a236dd768c6806a5248448a3f"` Nov 17 19:28:07.143 INFO [stdout] 476a7977d03bc1d66076f6f965236d1c2a99ad3a236dd768c6806a5248448a3f