Nov 04 17:34:57.700 INFO checking simple-interner-0.2.0 against master#2ad8c7b3502616aff142a4640cce911c6c2c5463 for pr-55655 Nov 04 17:34:57.700 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-3/master#2ad8c7b3502616aff142a4640cce911c6c2c5463:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55655/master#2ad8c7b3502616aff142a4640cce911c6c2c5463:/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 +2ad8c7b3502616aff142a4640cce911c6c2c5463-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 04 17:34:57.955 INFO blam! 54462a61714b197c3b68900b8416c8f3d162c067003c324d5faf8c9f3e8a7244 Nov 04 17:34:57.967 INFO running `"docker" "start" "-a" "54462a61714b197c3b68900b8416c8f3d162c067003c324d5faf8c9f3e8a7244"` Nov 04 17:34:58.485 INFO kablam! usermod: no changes Nov 04 17:34:58.539 INFO kablam! Checking simple-interner v0.2.0 (/source) Nov 04 17:34:59.087 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 17:34:59.087 INFO kablam! --> src/interner.rs:1:5 Nov 04 17:34:59.087 INFO kablam! | Nov 04 17:34:59.087 INFO kablam! 1 | use Interned; Nov 04 17:34:59.087 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 04 17:34:59.087 INFO kablam! | Nov 04 17:34:59.087 INFO kablam! note: lint level defined here Nov 04 17:34:59.087 INFO kablam! --> src/lib.rs:14:67 Nov 04 17:34:59.087 INFO kablam! | Nov 04 17:34:59.087 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 04 17:34:59.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 04 17:34:59.087 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 04 17:34:59.087 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 04 17:34:59.087 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:59.087 INFO kablam! Nov 04 17:34:59.087 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 17:34:59.087 INFO kablam! --> src/interner.rs:13:5 Nov 04 17:34:59.087 INFO kablam! | Nov 04 17:34:59.087 INFO kablam! 13 | use parking_lot_shim::*; Nov 04 17:34:59.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 04 17:34:59.087 INFO kablam! | Nov 04 17:34:59.087 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 04 17:34:59.087 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:59.087 INFO kablam! Nov 04 17:34:59.087 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 17:34:59.087 INFO kablam! --> src/lib.rs:32:9 Nov 04 17:34:59.087 INFO kablam! | Nov 04 17:34:59.087 INFO kablam! 32 | pub use interner::Interner; Nov 04 17:34:59.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 04 17:34:59.087 INFO kablam! | Nov 04 17:34:59.087 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 04 17:34:59.087 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:59.087 INFO kablam! Nov 04 17:34:59.087 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 17:34:59.087 INFO kablam! --> src/lib.rs:35:9 Nov 04 17:34:59.087 INFO kablam! | Nov 04 17:34:59.087 INFO kablam! 35 | pub use interned::Interned; Nov 04 17:34:59.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 04 17:34:59.087 INFO kablam! | Nov 04 17:34:59.087 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 04 17:34:59.087 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:59.087 INFO kablam! Nov 04 17:34:59.155 INFO kablam! error: aborting due to 4 previous errors Nov 04 17:34:59.155 INFO kablam! Nov 04 17:34:59.159 INFO kablam! error: Could not compile `simple-interner`. Nov 04 17:34:59.159 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 04 17:34:59.195 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 17:34:59.195 INFO kablam! --> src/interner.rs:1:5 Nov 04 17:34:59.195 INFO kablam! | Nov 04 17:34:59.195 INFO kablam! 1 | use Interned; Nov 04 17:34:59.196 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 04 17:34:59.196 INFO kablam! | Nov 04 17:34:59.196 INFO kablam! note: lint level defined here Nov 04 17:34:59.196 INFO kablam! --> src/lib.rs:14:67 Nov 04 17:34:59.196 INFO kablam! | Nov 04 17:34:59.196 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 04 17:34:59.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 04 17:34:59.196 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 04 17:34:59.197 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 04 17:34:59.197 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:59.197 INFO kablam! Nov 04 17:34:59.197 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 17:34:59.197 INFO kablam! --> src/interner.rs:13:5 Nov 04 17:34:59.197 INFO kablam! | Nov 04 17:34:59.197 INFO kablam! 13 | use parking_lot_shim::*; Nov 04 17:34:59.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 04 17:34:59.197 INFO kablam! | Nov 04 17:34:59.198 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 04 17:34:59.198 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:59.198 INFO kablam! Nov 04 17:34:59.198 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 17:34:59.198 INFO kablam! --> src/lib.rs:32:9 Nov 04 17:34:59.198 INFO kablam! | Nov 04 17:34:59.198 INFO kablam! 32 | pub use interner::Interner; Nov 04 17:34:59.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 04 17:34:59.198 INFO kablam! | Nov 04 17:34:59.199 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 04 17:34:59.199 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:59.199 INFO kablam! Nov 04 17:34:59.199 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 17:34:59.199 INFO kablam! --> src/lib.rs:35:9 Nov 04 17:34:59.199 INFO kablam! | Nov 04 17:34:59.199 INFO kablam! 35 | pub use interned::Interned; Nov 04 17:34:59.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 04 17:34:59.199 INFO kablam! | Nov 04 17:34:59.200 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 04 17:34:59.200 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:59.200 INFO kablam! Nov 04 17:34:59.307 INFO kablam! error: aborting due to 4 previous errors Nov 04 17:34:59.307 INFO kablam! Nov 04 17:34:59.307 INFO kablam! error: Could not compile `simple-interner`. Nov 04 17:34:59.307 INFO kablam! Nov 04 17:34:59.308 INFO kablam! To learn more, run the command again with --verbose. Nov 04 17:34:59.308 INFO kablam! su: No module specific data is present Nov 04 17:34:59.651 INFO running `"docker" "rm" "-f" "54462a61714b197c3b68900b8416c8f3d162c067003c324d5faf8c9f3e8a7244"` Nov 04 17:34:59.869 INFO blam! 54462a61714b197c3b68900b8416c8f3d162c067003c324d5faf8c9f3e8a7244