[INFO] crate unic-char-range 0.7.0 is already in cache [INFO] extracting crate unic-char-range 0.7.0 into work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/unic-char-range/0.7.0 [INFO] extracting crate unic-char-range 0.7.0 into work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/unic-char-range/0.7.0 [INFO] validating manifest of unic-char-range-0.7.0 on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of unic-char-range-0.7.0 on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing unic-char-range-0.7.0 [INFO] finished frobbing unic-char-range-0.7.0 [INFO] frobbed toml for unic-char-range-0.7.0 written to work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/unic-char-range/0.7.0/Cargo.toml [INFO] started frobbing unic-char-range-0.7.0 [INFO] finished frobbing unic-char-range-0.7.0 [INFO] frobbed toml for unic-char-range-0.7.0 written to work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/unic-char-range/0.7.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking unic-char-range-0.7.0 against try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-5/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/unic-char-range/0.7.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 46f62b7b6149d4245d795a3ae1253f7f965101b5429c5e195180d6a06e7008b8 [INFO] running `"docker" "start" "-a" "46f62b7b6149d4245d795a3ae1253f7f965101b5429c5e195180d6a06e7008b8"` [INFO] [stderr] Checking unic-char-range v0.7.0 (/opt/crater/workdir) [INFO] [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/lib.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:16:44 [INFO] [stderr] | [INFO] [stderr] 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] [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! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/iter.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use {step, CharRange}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/lib.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub use iter::CharIter; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/range.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use CharIter; [INFO] [stderr] | ^^^^^^^^ help: use `crate`: `crate::CharIter` [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/lib.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | pub use range::CharRange; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `unic-char-range`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/lib.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | pub use pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::pkg_info::{PKG_DESCRIPTION, PKG_NAME, PKG_VERSION}` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:16:44 [INFO] [stderr] | [INFO] [stderr] 16 | #![deny(missing_docs, unsafe_code, unused, future_incompatible)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(future_incompatible)] [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! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/iter.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use {step, CharRange}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{step, CharRange}` [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/lib.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub use iter::CharIter; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::iter::CharIter` [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/range.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use CharIter; [INFO] [stderr] | ^^^^^^^^ help: use `crate`: `crate::CharIter` [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/lib.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | pub use range::CharRange; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::range::CharRange` [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `unic-char-range`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "46f62b7b6149d4245d795a3ae1253f7f965101b5429c5e195180d6a06e7008b8"` [INFO] running `"docker" "rm" "-f" "46f62b7b6149d4245d795a3ae1253f7f965101b5429c5e195180d6a06e7008b8"` [INFO] [stdout] 46f62b7b6149d4245d795a3ae1253f7f965101b5429c5e195180d6a06e7008b8