Oct 21 23:38:33.120 INFO checking simple-interner-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:38:33.120 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 23:38:33.308 INFO blam! 7877cc22e8859072810607ae552bcb670b1d98261d47d1a61d57e35cdf8ca5b7 Oct 21 23:38:33.309 INFO running `"docker" "start" "-a" "7877cc22e8859072810607ae552bcb670b1d98261d47d1a61d57e35cdf8ca5b7"` Oct 21 23:38:33.867 INFO kablam! usermod: no changes Oct 21 23:38:33.917 INFO kablam! Checking simple-interner v0.2.0 (/source) Oct 21 23:38:34.498 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 23:38:34.498 INFO kablam! --> src/interner.rs:1:5 Oct 21 23:38:34.498 INFO kablam! | Oct 21 23:38:34.499 INFO kablam! 1 | use Interned; Oct 21 23:38:34.499 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Oct 21 23:38:34.499 INFO kablam! | Oct 21 23:38:34.499 INFO kablam! note: lint level defined here Oct 21 23:38:34.499 INFO kablam! --> src/lib.rs:14:67 Oct 21 23:38:34.499 INFO kablam! | Oct 21 23:38:34.499 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 21 23:38:34.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 23:38:34.499 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 21 23:38:34.499 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 21 23:38:34.499 INFO kablam! = note: for more information, see issue TBD Oct 21 23:38:34.499 INFO kablam! Oct 21 23:38:34.499 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 23:38:34.499 INFO kablam! --> src/interner.rs:13:5 Oct 21 23:38:34.499 INFO kablam! | Oct 21 23:38:34.499 INFO kablam! 13 | use parking_lot_shim::*; Oct 21 23:38:34.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Oct 21 23:38:34.499 INFO kablam! | Oct 21 23:38:34.499 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 21 23:38:34.499 INFO kablam! = note: for more information, see issue TBD Oct 21 23:38:34.499 INFO kablam! Oct 21 23:38:34.499 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 23:38:34.499 INFO kablam! --> src/lib.rs:32:9 Oct 21 23:38:34.499 INFO kablam! | Oct 21 23:38:34.499 INFO kablam! 32 | pub use interner::Interner; Oct 21 23:38:34.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Oct 21 23:38:34.499 INFO kablam! | Oct 21 23:38:34.499 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 21 23:38:34.499 INFO kablam! = note: for more information, see issue TBD Oct 21 23:38:34.499 INFO kablam! Oct 21 23:38:34.499 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 23:38:34.499 INFO kablam! --> src/lib.rs:35:9 Oct 21 23:38:34.499 INFO kablam! | Oct 21 23:38:34.499 INFO kablam! 35 | pub use interned::Interned; Oct 21 23:38:34.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Oct 21 23:38:34.499 INFO kablam! | Oct 21 23:38:34.499 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 21 23:38:34.499 INFO kablam! = note: for more information, see issue TBD Oct 21 23:38:34.499 INFO kablam! Oct 21 23:38:34.544 INFO kablam! error: aborting due to 4 previous errors Oct 21 23:38:34.544 INFO kablam! Oct 21 23:38:34.550 INFO kablam! error: Could not compile `simple-interner`. Oct 21 23:38:34.550 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 23:38:34.584 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 23:38:34.584 INFO kablam! --> src/interner.rs:1:5 Oct 21 23:38:34.584 INFO kablam! | Oct 21 23:38:34.584 INFO kablam! 1 | use Interned; Oct 21 23:38:34.584 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Oct 21 23:38:34.584 INFO kablam! | Oct 21 23:38:34.584 INFO kablam! note: lint level defined here Oct 21 23:38:34.584 INFO kablam! --> src/lib.rs:14:67 Oct 21 23:38:34.584 INFO kablam! | Oct 21 23:38:34.584 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 21 23:38:34.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 23:38:34.584 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 21 23:38:34.584 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 21 23:38:34.584 INFO kablam! = note: for more information, see issue TBD Oct 21 23:38:34.584 INFO kablam! Oct 21 23:38:34.584 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 23:38:34.584 INFO kablam! --> src/interner.rs:13:5 Oct 21 23:38:34.584 INFO kablam! | Oct 21 23:38:34.584 INFO kablam! 13 | use parking_lot_shim::*; Oct 21 23:38:34.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Oct 21 23:38:34.584 INFO kablam! | Oct 21 23:38:34.584 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 21 23:38:34.584 INFO kablam! = note: for more information, see issue TBD Oct 21 23:38:34.584 INFO kablam! Oct 21 23:38:34.584 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 23:38:34.584 INFO kablam! --> src/lib.rs:32:9 Oct 21 23:38:34.584 INFO kablam! | Oct 21 23:38:34.584 INFO kablam! 32 | pub use interner::Interner; Oct 21 23:38:34.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Oct 21 23:38:34.584 INFO kablam! | Oct 21 23:38:34.584 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 21 23:38:34.584 INFO kablam! = note: for more information, see issue TBD Oct 21 23:38:34.584 INFO kablam! Oct 21 23:38:34.584 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 23:38:34.584 INFO kablam! --> src/lib.rs:35:9 Oct 21 23:38:34.584 INFO kablam! | Oct 21 23:38:34.584 INFO kablam! 35 | pub use interned::Interned; Oct 21 23:38:34.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Oct 21 23:38:34.584 INFO kablam! | Oct 21 23:38:34.584 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 21 23:38:34.585 INFO kablam! = note: for more information, see issue TBD Oct 21 23:38:34.585 INFO kablam! Oct 21 23:38:34.691 INFO kablam! error: aborting due to 4 previous errors Oct 21 23:38:34.691 INFO kablam! Oct 21 23:38:34.701 INFO kablam! error: Could not compile `simple-interner`. Oct 21 23:38:34.701 INFO kablam! Oct 21 23:38:34.701 INFO kablam! To learn more, run the command again with --verbose. Oct 21 23:38:34.702 INFO kablam! su: No module specific data is present Oct 21 23:38:35.132 INFO running `"docker" "rm" "-f" "7877cc22e8859072810607ae552bcb670b1d98261d47d1a61d57e35cdf8ca5b7"` Oct 21 23:38:35.334 INFO blam! 7877cc22e8859072810607ae552bcb670b1d98261d47d1a61d57e35cdf8ca5b7