Nov 09 23:53:19.004 INFO checking simple-interner-0.2.0 against master#653da4fd006c97625247acd7e076d0782cdc149b for pr-55632 Nov 09 23:53:19.005 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-1/master#653da4fd006c97625247acd7e076d0782cdc149b:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55632/master#653da4fd006c97625247acd7e076d0782cdc149b:/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 +653da4fd006c97625247acd7e076d0782cdc149b-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 09 23:53:19.372 INFO blam! 5704e3d490cf410793fd7ff3016cf158716e4d72232760f8a498db36bf2e06ad Nov 09 23:53:19.373 INFO running `"docker" "start" "-a" "5704e3d490cf410793fd7ff3016cf158716e4d72232760f8a498db36bf2e06ad"` Nov 09 23:53:19.974 INFO kablam! usermod: no changes Nov 09 23:53:20.091 INFO kablam! Checking simple-interner v0.2.0 (/source) Nov 09 23:53:20.797 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.797 INFO kablam! --> src/interner.rs:1:5 Nov 09 23:53:20.797 INFO kablam! | Nov 09 23:53:20.797 INFO kablam! 1 | use Interned; Nov 09 23:53:20.797 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 09 23:53:20.797 INFO kablam! | Nov 09 23:53:20.797 INFO kablam! note: lint level defined here Nov 09 23:53:20.797 INFO kablam! --> src/lib.rs:14:67 Nov 09 23:53:20.797 INFO kablam! | Nov 09 23:53:20.797 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 09 23:53:20.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 09 23:53:20.797 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 09 23:53:20.797 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 09 23:53:20.797 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.797 INFO kablam! Nov 09 23:53:20.797 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.797 INFO kablam! --> src/interner.rs:13:5 Nov 09 23:53:20.797 INFO kablam! | Nov 09 23:53:20.797 INFO kablam! 13 | use parking_lot_shim::*; Nov 09 23:53:20.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 09 23:53:20.797 INFO kablam! | Nov 09 23:53:20.797 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 09 23:53:20.797 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.797 INFO kablam! Nov 09 23:53:20.797 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.797 INFO kablam! --> src/lib.rs:32:9 Nov 09 23:53:20.797 INFO kablam! | Nov 09 23:53:20.797 INFO kablam! 32 | pub use interner::Interner; Nov 09 23:53:20.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 09 23:53:20.797 INFO kablam! | Nov 09 23:53:20.797 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 09 23:53:20.797 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.797 INFO kablam! Nov 09 23:53:20.798 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.798 INFO kablam! --> src/lib.rs:35:9 Nov 09 23:53:20.798 INFO kablam! | Nov 09 23:53:20.798 INFO kablam! 35 | pub use interned::Interned; Nov 09 23:53:20.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 09 23:53:20.798 INFO kablam! | Nov 09 23:53:20.798 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 09 23:53:20.798 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.798 INFO kablam! Nov 09 23:53:20.841 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.841 INFO kablam! --> src/interner.rs:1:5 Nov 09 23:53:20.841 INFO kablam! | Nov 09 23:53:20.842 INFO kablam! 1 | use Interned; Nov 09 23:53:20.842 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 09 23:53:20.842 INFO kablam! | Nov 09 23:53:20.842 INFO kablam! note: lint level defined here Nov 09 23:53:20.842 INFO kablam! --> src/lib.rs:14:67 Nov 09 23:53:20.842 INFO kablam! | Nov 09 23:53:20.843 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 09 23:53:20.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 09 23:53:20.843 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 09 23:53:20.843 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 09 23:53:20.843 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.843 INFO kablam! Nov 09 23:53:20.844 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.844 INFO kablam! --> src/interner.rs:13:5 Nov 09 23:53:20.844 INFO kablam! | Nov 09 23:53:20.844 INFO kablam! 13 | use parking_lot_shim::*; Nov 09 23:53:20.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 09 23:53:20.844 INFO kablam! | Nov 09 23:53:20.845 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 09 23:53:20.845 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.845 INFO kablam! Nov 09 23:53:20.845 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.846 INFO kablam! --> src/lib.rs:32:9 Nov 09 23:53:20.846 INFO kablam! | Nov 09 23:53:20.846 INFO kablam! 32 | pub use interner::Interner; Nov 09 23:53:20.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 09 23:53:20.846 INFO kablam! | Nov 09 23:53:20.846 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 09 23:53:20.847 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.847 INFO kablam! Nov 09 23:53:20.847 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.847 INFO kablam! --> src/lib.rs:35:9 Nov 09 23:53:20.847 INFO kablam! | Nov 09 23:53:20.848 INFO kablam! 35 | pub use interned::Interned; Nov 09 23:53:20.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 09 23:53:20.848 INFO kablam! | Nov 09 23:53:20.848 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 09 23:53:20.848 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.848 INFO kablam! Nov 09 23:53:20.922 INFO kablam! error: aborting due to 4 previous errors Nov 09 23:53:20.922 INFO kablam! Nov 09 23:53:20.933 INFO kablam! error: Could not compile `simple-interner`. Nov 09 23:53:20.933 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 09 23:53:21.019 INFO kablam! error: aborting due to 4 previous errors Nov 09 23:53:21.019 INFO kablam! Nov 09 23:53:21.030 INFO kablam! error: Could not compile `simple-interner`. Nov 09 23:53:21.030 INFO kablam! Nov 09 23:53:21.030 INFO kablam! To learn more, run the command again with --verbose. Nov 09 23:53:21.031 INFO kablam! su: No module specific data is present Nov 09 23:53:21.687 INFO running `"docker" "rm" "-f" "5704e3d490cf410793fd7ff3016cf158716e4d72232760f8a498db36bf2e06ad"` Nov 09 23:53:21.969 INFO blam! 5704e3d490cf410793fd7ff3016cf158716e4d72232760f8a498db36bf2e06ad