Oct 13 08:30:59.778 INFO checking simple-interner-0.2.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 08:30:59.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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"` Oct 13 08:31:00.048 INFO blam! bf839602bdca92d2e12422f93e8a19f19cb4c917be1e0d83242befc27db05894 Oct 13 08:31:00.052 INFO running `"docker" "start" "-a" "bf839602bdca92d2e12422f93e8a19f19cb4c917be1e0d83242befc27db05894"` Oct 13 08:31:00.464 INFO kablam! usermod: no changes Oct 13 08:31:00.521 INFO kablam! Checking simple-interner v0.2.0 (/source) Oct 13 08:31:01.058 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 08:31:01.058 INFO kablam! --> src/interner.rs:1:5 Oct 13 08:31:01.058 INFO kablam! | Oct 13 08:31:01.058 INFO kablam! 1 | use Interned; Oct 13 08:31:01.058 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Oct 13 08:31:01.058 INFO kablam! | Oct 13 08:31:01.058 INFO kablam! note: lint level defined here Oct 13 08:31:01.059 INFO kablam! --> src/lib.rs:14:67 Oct 13 08:31:01.059 INFO kablam! | Oct 13 08:31:01.059 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 13 08:31:01.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 08:31:01.059 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 13 08:31:01.059 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 13 08:31:01.059 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.059 INFO kablam! Oct 13 08:31:01.059 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 08:31:01.059 INFO kablam! --> src/interner.rs:13:5 Oct 13 08:31:01.059 INFO kablam! | Oct 13 08:31:01.059 INFO kablam! 13 | use parking_lot_shim::*; Oct 13 08:31:01.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Oct 13 08:31:01.059 INFO kablam! | Oct 13 08:31:01.059 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 13 08:31:01.059 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.059 INFO kablam! Oct 13 08:31:01.059 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 08:31:01.059 INFO kablam! --> src/lib.rs:32:9 Oct 13 08:31:01.059 INFO kablam! | Oct 13 08:31:01.059 INFO kablam! 32 | pub use interner::Interner; Oct 13 08:31:01.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Oct 13 08:31:01.059 INFO kablam! | Oct 13 08:31:01.059 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 13 08:31:01.060 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.060 INFO kablam! Oct 13 08:31:01.060 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 08:31:01.060 INFO kablam! --> src/lib.rs:35:9 Oct 13 08:31:01.060 INFO kablam! | Oct 13 08:31:01.060 INFO kablam! 35 | pub use interned::Interned; Oct 13 08:31:01.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Oct 13 08:31:01.060 INFO kablam! | Oct 13 08:31:01.060 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 13 08:31:01.060 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.060 INFO kablam! Oct 13 08:31:01.143 INFO kablam! error: aborting due to 4 previous errors Oct 13 08:31:01.143 INFO kablam! Oct 13 08:31:01.150 INFO kablam! error: Could not compile `simple-interner`. Oct 13 08:31:01.151 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 08:31:01.228 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 08:31:01.228 INFO kablam! --> src/interner.rs:1:5 Oct 13 08:31:01.228 INFO kablam! | Oct 13 08:31:01.228 INFO kablam! 1 | use Interned; Oct 13 08:31:01.228 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Oct 13 08:31:01.228 INFO kablam! | Oct 13 08:31:01.228 INFO kablam! note: lint level defined here Oct 13 08:31:01.228 INFO kablam! --> src/lib.rs:14:67 Oct 13 08:31:01.228 INFO kablam! | Oct 13 08:31:01.228 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 13 08:31:01.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 08:31:01.228 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 13 08:31:01.228 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 13 08:31:01.228 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.228 INFO kablam! Oct 13 08:31:01.228 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 08:31:01.228 INFO kablam! --> src/interner.rs:13:5 Oct 13 08:31:01.228 INFO kablam! | Oct 13 08:31:01.228 INFO kablam! 13 | use parking_lot_shim::*; Oct 13 08:31:01.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Oct 13 08:31:01.228 INFO kablam! | Oct 13 08:31:01.228 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 13 08:31:01.228 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.228 INFO kablam! Oct 13 08:31:01.228 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 08:31:01.228 INFO kablam! --> src/lib.rs:32:9 Oct 13 08:31:01.228 INFO kablam! | Oct 13 08:31:01.228 INFO kablam! 32 | pub use interner::Interner; Oct 13 08:31:01.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Oct 13 08:31:01.228 INFO kablam! | Oct 13 08:31:01.228 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 13 08:31:01.228 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.228 INFO kablam! Oct 13 08:31:01.228 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 08:31:01.228 INFO kablam! --> src/lib.rs:35:9 Oct 13 08:31:01.228 INFO kablam! | Oct 13 08:31:01.228 INFO kablam! 35 | pub use interned::Interned; Oct 13 08:31:01.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Oct 13 08:31:01.229 INFO kablam! | Oct 13 08:31:01.229 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 13 08:31:01.229 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.229 INFO kablam! Oct 13 08:31:01.352 INFO kablam! error: aborting due to 4 previous errors Oct 13 08:31:01.352 INFO kablam! Oct 13 08:31:01.360 INFO kablam! error: Could not compile `simple-interner`. Oct 13 08:31:01.360 INFO kablam! Oct 13 08:31:01.360 INFO kablam! To learn more, run the command again with --verbose. Oct 13 08:31:01.361 INFO kablam! su: No module specific data is present Oct 13 08:31:01.936 INFO running `"docker" "rm" "-f" "bf839602bdca92d2e12422f93e8a19f19cb4c917be1e0d83242befc27db05894"` Oct 13 08:31:02.238 INFO blam! bf839602bdca92d2e12422f93e8a19f19cb4c917be1e0d83242befc27db05894