Oct 13 08:30:59.858 INFO checking simple-interner-0.2.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 08:30:59.858 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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.096 INFO blam! 678960e1c42ff6ef4edd0165b881360a0f93deb2c7cd9ad59f21d74b627b585d Oct 13 08:31:00.098 INFO running `"docker" "start" "-a" "678960e1c42ff6ef4edd0165b881360a0f93deb2c7cd9ad59f21d74b627b585d"` Oct 13 08:31:00.527 INFO kablam! usermod: no changes Oct 13 08:31:00.572 INFO kablam! Checking simple-interner v0.2.0 (/source) Oct 13 08:31:01.153 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.153 INFO kablam! --> src/interner.rs:1:5 Oct 13 08:31:01.153 INFO kablam! | Oct 13 08:31:01.153 INFO kablam! 1 | use Interned; Oct 13 08:31:01.153 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Oct 13 08:31:01.153 INFO kablam! | Oct 13 08:31:01.153 INFO kablam! note: lint level defined here Oct 13 08:31:01.154 INFO kablam! --> src/lib.rs:14:67 Oct 13 08:31:01.154 INFO kablam! | Oct 13 08:31:01.154 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 13 08:31:01.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 08:31:01.154 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 13 08:31:01.154 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.154 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.154 INFO kablam! Oct 13 08:31:01.154 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.154 INFO kablam! --> src/interner.rs:13:5 Oct 13 08:31:01.154 INFO kablam! | Oct 13 08:31:01.154 INFO kablam! 13 | use parking_lot_shim::*; Oct 13 08:31:01.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Oct 13 08:31:01.154 INFO kablam! | Oct 13 08:31:01.154 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.154 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.154 INFO kablam! Oct 13 08:31:01.154 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.154 INFO kablam! --> src/lib.rs:32:9 Oct 13 08:31:01.154 INFO kablam! | Oct 13 08:31:01.154 INFO kablam! 32 | pub use interner::Interner; Oct 13 08:31:01.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Oct 13 08:31:01.154 INFO kablam! | Oct 13 08:31:01.154 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.154 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.155 INFO kablam! Oct 13 08:31:01.155 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.155 INFO kablam! --> src/lib.rs:35:9 Oct 13 08:31:01.155 INFO kablam! | Oct 13 08:31:01.155 INFO kablam! 35 | pub use interned::Interned; Oct 13 08:31:01.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Oct 13 08:31:01.155 INFO kablam! | Oct 13 08:31:01.155 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.155 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.155 INFO kablam! Oct 13 08:31:01.247 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.247 INFO kablam! --> src/interner.rs:1:5 Oct 13 08:31:01.247 INFO kablam! | Oct 13 08:31:01.247 INFO kablam! 1 | use Interned; Oct 13 08:31:01.247 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Oct 13 08:31:01.247 INFO kablam! | Oct 13 08:31:01.247 INFO kablam! note: lint level defined here Oct 13 08:31:01.247 INFO kablam! --> src/lib.rs:14:67 Oct 13 08:31:01.247 INFO kablam! | Oct 13 08:31:01.247 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 13 08:31:01.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 08:31:01.247 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 13 08:31:01.247 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.247 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.247 INFO kablam! Oct 13 08:31:01.247 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.247 INFO kablam! --> src/interner.rs:13:5 Oct 13 08:31:01.247 INFO kablam! | Oct 13 08:31:01.247 INFO kablam! 13 | use parking_lot_shim::*; Oct 13 08:31:01.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Oct 13 08:31:01.248 INFO kablam! | Oct 13 08:31:01.248 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.248 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.248 INFO kablam! Oct 13 08:31:01.248 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.248 INFO kablam! --> src/lib.rs:32:9 Oct 13 08:31:01.248 INFO kablam! | Oct 13 08:31:01.248 INFO kablam! 32 | pub use interner::Interner; Oct 13 08:31:01.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Oct 13 08:31:01.248 INFO kablam! | Oct 13 08:31:01.248 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.248 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.248 INFO kablam! Oct 13 08:31:01.248 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.248 INFO kablam! --> src/lib.rs:35:9 Oct 13 08:31:01.248 INFO kablam! | Oct 13 08:31:01.248 INFO kablam! 35 | pub use interned::Interned; Oct 13 08:31:01.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Oct 13 08:31:01.248 INFO kablam! | Oct 13 08:31:01.248 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.248 INFO kablam! = note: for more information, see issue TBD Oct 13 08:31:01.248 INFO kablam! Oct 13 08:31:01.264 INFO kablam! error: aborting due to 4 previous errors Oct 13 08:31:01.264 INFO kablam! Oct 13 08:31:01.280 INFO kablam! error: Could not compile `simple-interner`. Oct 13 08:31:01.280 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 08:31:01.388 INFO kablam! error: aborting due to 4 previous errors Oct 13 08:31:01.388 INFO kablam! Oct 13 08:31:01.396 INFO kablam! error: Could not compile `simple-interner`. Oct 13 08:31:01.396 INFO kablam! Oct 13 08:31:01.396 INFO kablam! To learn more, run the command again with --verbose. Oct 13 08:31:01.396 INFO kablam! su: No module specific data is present Oct 13 08:31:01.940 INFO running `"docker" "rm" "-f" "678960e1c42ff6ef4edd0165b881360a0f93deb2c7cd9ad59f21d74b627b585d"` Oct 13 08:31:02.188 INFO blam! 678960e1c42ff6ef4edd0165b881360a0f93deb2c7cd9ad59f21d74b627b585d