Nov 04 17:34:57.589 INFO checking simple-interner-0.2.0 against try#e740b9aa0b624fa39feb39613e76d15bdf57e594 for pr-55655 Nov 04 17:34:57.589 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-5/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55655/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/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 +e740b9aa0b624fa39feb39613e76d15bdf57e594-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.845 INFO blam! 38293ad969f62b2bfff415ad851ec31315c568877a1fab430be43e2a6367cc9a Nov 04 17:34:57.859 INFO running `"docker" "start" "-a" "38293ad969f62b2bfff415ad851ec31315c568877a1fab430be43e2a6367cc9a"` Nov 04 17:34:58.433 INFO kablam! usermod: no changes Nov 04 17:34:58.485 INFO kablam! Checking simple-interner v0.2.0 (/source) Nov 04 17:34:58.930 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 17:34:58.930 INFO kablam! --> src/interner.rs:1:5 Nov 04 17:34:58.930 INFO kablam! | Nov 04 17:34:58.930 INFO kablam! 1 | use Interned; Nov 04 17:34:58.930 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 04 17:34:58.930 INFO kablam! | Nov 04 17:34:58.930 INFO kablam! note: lint level defined here Nov 04 17:34:58.930 INFO kablam! --> src/lib.rs:14:67 Nov 04 17:34:58.930 INFO kablam! | Nov 04 17:34:58.930 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 04 17:34:58.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 04 17:34:58.930 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 04 17:34:58.930 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:58.930 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:58.930 INFO kablam! Nov 04 17:34:58.930 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 17:34:58.930 INFO kablam! --> src/interner.rs:13:5 Nov 04 17:34:58.930 INFO kablam! | Nov 04 17:34:58.930 INFO kablam! 13 | use parking_lot_shim::*; Nov 04 17:34:58.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 04 17:34:58.930 INFO kablam! | Nov 04 17:34:58.930 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:58.930 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:58.930 INFO kablam! Nov 04 17:34:58.930 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 17:34:58.930 INFO kablam! --> src/lib.rs:32:9 Nov 04 17:34:58.930 INFO kablam! | Nov 04 17:34:58.930 INFO kablam! 32 | pub use interner::Interner; Nov 04 17:34:58.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 04 17:34:58.930 INFO kablam! | Nov 04 17:34:58.930 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:58.930 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:58.930 INFO kablam! Nov 04 17:34:58.930 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 04 17:34:58.930 INFO kablam! --> src/lib.rs:35:9 Nov 04 17:34:58.930 INFO kablam! | Nov 04 17:34:58.930 INFO kablam! 35 | pub use interned::Interned; Nov 04 17:34:58.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 04 17:34:58.930 INFO kablam! | Nov 04 17:34:58.930 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:58.930 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:58.930 INFO kablam! Nov 04 17:34:59.029 INFO kablam! error: aborting due to 4 previous errors Nov 04 17:34:59.029 INFO kablam! Nov 04 17:34:59.029 INFO kablam! error: Could not compile `simple-interner`. Nov 04 17:34:59.029 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 04 17:34:59.119 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.119 INFO kablam! --> src/interner.rs:1:5 Nov 04 17:34:59.119 INFO kablam! | Nov 04 17:34:59.120 INFO kablam! 1 | use Interned; Nov 04 17:34:59.120 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 04 17:34:59.120 INFO kablam! | Nov 04 17:34:59.120 INFO kablam! note: lint level defined here Nov 04 17:34:59.120 INFO kablam! --> src/lib.rs:14:67 Nov 04 17:34:59.120 INFO kablam! | Nov 04 17:34:59.120 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 04 17:34:59.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 04 17:34:59.121 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 04 17:34:59.121 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.121 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:59.121 INFO kablam! Nov 04 17:34:59.121 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.122 INFO kablam! --> src/interner.rs:13:5 Nov 04 17:34:59.122 INFO kablam! | Nov 04 17:34:59.122 INFO kablam! 13 | use parking_lot_shim::*; Nov 04 17:34:59.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 04 17:34:59.122 INFO kablam! | Nov 04 17:34:59.122 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.122 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:59.123 INFO kablam! Nov 04 17:34:59.123 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.123 INFO kablam! --> src/lib.rs:32:9 Nov 04 17:34:59.123 INFO kablam! | Nov 04 17:34:59.123 INFO kablam! 32 | pub use interner::Interner; Nov 04 17:34:59.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 04 17:34:59.124 INFO kablam! | Nov 04 17:34:59.124 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.124 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:59.124 INFO kablam! Nov 04 17:34:59.124 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.124 INFO kablam! --> src/lib.rs:35:9 Nov 04 17:34:59.125 INFO kablam! | Nov 04 17:34:59.125 INFO kablam! 35 | pub use interned::Interned; Nov 04 17:34:59.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 04 17:34:59.125 INFO kablam! | Nov 04 17:34:59.125 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.125 INFO kablam! = note: for more information, see issue #53130 Nov 04 17:34:59.125 INFO kablam! Nov 04 17:34:59.231 INFO kablam! error: aborting due to 4 previous errors Nov 04 17:34:59.231 INFO kablam! Nov 04 17:34:59.239 INFO kablam! error: Could not compile `simple-interner`. Nov 04 17:34:59.239 INFO kablam! Nov 04 17:34:59.239 INFO kablam! To learn more, run the command again with --verbose. Nov 04 17:34:59.239 INFO kablam! su: No module specific data is present Nov 04 17:34:59.640 INFO running `"docker" "rm" "-f" "38293ad969f62b2bfff415ad851ec31315c568877a1fab430be43e2a6367cc9a"` Nov 04 17:34:59.805 INFO blam! 38293ad969f62b2bfff415ad851ec31315c568877a1fab430be43e2a6367cc9a