Oct 27 15:43:41.777 INFO checking simple-interner-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:43:41.777 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 15:43:41.976 INFO blam! 222bfc4be5fc1f37a4d64dee13b425b1c9d3de66e417e34dab41e4594d60040f Oct 27 15:43:41.984 INFO running `"docker" "start" "-a" "222bfc4be5fc1f37a4d64dee13b425b1c9d3de66e417e34dab41e4594d60040f"` Oct 27 15:43:42.485 INFO kablam! usermod: no changes Oct 27 15:43:42.547 INFO kablam! Checking simple-interner v0.2.0 (/source) Oct 27 15:43:43.103 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.106 INFO kablam! --> src/interner.rs:1:5 Oct 27 15:43:43.106 INFO kablam! | Oct 27 15:43:43.106 INFO kablam! 1 | use Interned; Oct 27 15:43:43.106 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Oct 27 15:43:43.107 INFO kablam! | Oct 27 15:43:43.107 INFO kablam! note: lint level defined here Oct 27 15:43:43.107 INFO kablam! --> src/lib.rs:14:67 Oct 27 15:43:43.107 INFO kablam! | Oct 27 15:43:43.107 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 27 15:43:43.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:43.107 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 27 15:43:43.107 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 27 15:43:43.107 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.107 INFO kablam! Oct 27 15:43:43.107 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.107 INFO kablam! --> src/interner.rs:13:5 Oct 27 15:43:43.107 INFO kablam! | Oct 27 15:43:43.107 INFO kablam! 13 | use parking_lot_shim::*; Oct 27 15:43:43.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Oct 27 15:43:43.107 INFO kablam! | Oct 27 15:43:43.107 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 27 15:43:43.107 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.107 INFO kablam! Oct 27 15:43:43.107 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.107 INFO kablam! --> src/lib.rs:32:9 Oct 27 15:43:43.107 INFO kablam! | Oct 27 15:43:43.107 INFO kablam! 32 | pub use interner::Interner; Oct 27 15:43:43.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Oct 27 15:43:43.107 INFO kablam! | Oct 27 15:43:43.107 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 27 15:43:43.107 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.107 INFO kablam! Oct 27 15:43:43.107 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.107 INFO kablam! --> src/lib.rs:35:9 Oct 27 15:43:43.107 INFO kablam! | Oct 27 15:43:43.107 INFO kablam! 35 | pub use interned::Interned; Oct 27 15:43:43.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Oct 27 15:43:43.107 INFO kablam! | Oct 27 15:43:43.107 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 27 15:43:43.107 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.107 INFO kablam! Oct 27 15:43:43.203 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.203 INFO kablam! --> src/interner.rs:1:5 Oct 27 15:43:43.203 INFO kablam! | Oct 27 15:43:43.203 INFO kablam! 1 | use Interned; Oct 27 15:43:43.203 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Oct 27 15:43:43.203 INFO kablam! | Oct 27 15:43:43.203 INFO kablam! note: lint level defined here Oct 27 15:43:43.203 INFO kablam! --> src/lib.rs:14:67 Oct 27 15:43:43.203 INFO kablam! | Oct 27 15:43:43.203 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 27 15:43:43.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:43.203 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 27 15:43:43.203 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 27 15:43:43.203 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.203 INFO kablam! Oct 27 15:43:43.203 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.203 INFO kablam! --> src/interner.rs:13:5 Oct 27 15:43:43.203 INFO kablam! | Oct 27 15:43:43.203 INFO kablam! 13 | use parking_lot_shim::*; Oct 27 15:43:43.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Oct 27 15:43:43.203 INFO kablam! | Oct 27 15:43:43.203 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 27 15:43:43.203 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.203 INFO kablam! Oct 27 15:43:43.203 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.203 INFO kablam! --> src/lib.rs:32:9 Oct 27 15:43:43.203 INFO kablam! | Oct 27 15:43:43.203 INFO kablam! 32 | pub use interner::Interner; Oct 27 15:43:43.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Oct 27 15:43:43.203 INFO kablam! | Oct 27 15:43:43.203 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 27 15:43:43.203 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.203 INFO kablam! Oct 27 15:43:43.203 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.203 INFO kablam! --> src/lib.rs:35:9 Oct 27 15:43:43.203 INFO kablam! | Oct 27 15:43:43.203 INFO kablam! 35 | pub use interned::Interned; Oct 27 15:43:43.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Oct 27 15:43:43.203 INFO kablam! | Oct 27 15:43:43.203 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 27 15:43:43.203 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.203 INFO kablam! Oct 27 15:43:43.213 INFO kablam! error: aborting due to 4 previous errors Oct 27 15:43:43.213 INFO kablam! Oct 27 15:43:43.227 INFO kablam! error: Could not compile `simple-interner`. Oct 27 15:43:43.227 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 15:43:43.307 INFO kablam! error: aborting due to 4 previous errors Oct 27 15:43:43.307 INFO kablam! Oct 27 15:43:43.312 INFO kablam! error: Could not compile `simple-interner`. Oct 27 15:43:43.312 INFO kablam! Oct 27 15:43:43.312 INFO kablam! To learn more, run the command again with --verbose. Oct 27 15:43:43.314 INFO kablam! su: No module specific data is present Oct 27 15:43:43.963 INFO running `"docker" "rm" "-f" "222bfc4be5fc1f37a4d64dee13b425b1c9d3de66e417e34dab41e4594d60040f"` Oct 27 15:43:44.291 INFO blam! 222bfc4be5fc1f37a4d64dee13b425b1c9d3de66e417e34dab41e4594d60040f