Nov 01 16:11:44.129 INFO checking simple-interner-0.2.0 against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Nov 01 16:11:44.129 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-0/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 01 16:11:44.380 INFO blam! 4e0c0c714131a2e414c12fd63318bdaa882f0a174ab9e8b027f2b8b15326e051 Nov 01 16:11:44.384 INFO running `"docker" "start" "-a" "4e0c0c714131a2e414c12fd63318bdaa882f0a174ab9e8b027f2b8b15326e051"` Nov 01 16:11:45.168 INFO kablam! usermod: no changes Nov 01 16:11:45.268 INFO kablam! Checking simple-interner v0.2.0 (/source) Nov 01 16:11:45.945 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 01 16:11:45.945 INFO kablam! --> src/interner.rs:1:5 Nov 01 16:11:45.945 INFO kablam! | Nov 01 16:11:45.945 INFO kablam! 1 | use Interned; Nov 01 16:11:45.945 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 01 16:11:45.945 INFO kablam! | Nov 01 16:11:45.945 INFO kablam! note: lint level defined here Nov 01 16:11:45.945 INFO kablam! --> src/lib.rs:14:67 Nov 01 16:11:45.945 INFO kablam! | Nov 01 16:11:45.945 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 01 16:11:45.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 01 16:11:45.945 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 01 16:11:45.945 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 01 16:11:45.945 INFO kablam! = note: for more information, see issue #53130 Nov 01 16:11:45.945 INFO kablam! Nov 01 16:11:45.945 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 01 16:11:45.945 INFO kablam! --> src/interner.rs:13:5 Nov 01 16:11:45.945 INFO kablam! | Nov 01 16:11:45.945 INFO kablam! 13 | use parking_lot_shim::*; Nov 01 16:11:45.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 01 16:11:45.945 INFO kablam! | Nov 01 16:11:45.945 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 01 16:11:45.945 INFO kablam! = note: for more information, see issue #53130 Nov 01 16:11:45.945 INFO kablam! Nov 01 16:11:45.945 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 01 16:11:45.945 INFO kablam! --> src/lib.rs:32:9 Nov 01 16:11:45.945 INFO kablam! | Nov 01 16:11:45.945 INFO kablam! 32 | pub use interner::Interner; Nov 01 16:11:45.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 01 16:11:45.945 INFO kablam! | Nov 01 16:11:45.945 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 01 16:11:45.945 INFO kablam! = note: for more information, see issue #53130 Nov 01 16:11:45.945 INFO kablam! Nov 01 16:11:45.945 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 01 16:11:45.945 INFO kablam! --> src/lib.rs:35:9 Nov 01 16:11:45.945 INFO kablam! | Nov 01 16:11:45.945 INFO kablam! 35 | pub use interned::Interned; Nov 01 16:11:45.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 01 16:11:45.946 INFO kablam! | Nov 01 16:11:45.946 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 01 16:11:45.946 INFO kablam! = note: for more information, see issue #53130 Nov 01 16:11:45.946 INFO kablam! Nov 01 16:11:46.004 INFO kablam! error: aborting due to 4 previous errors Nov 01 16:11:46.005 INFO kablam! Nov 01 16:11:46.013 INFO kablam! error: Could not compile `simple-interner`. Nov 01 16:11:46.013 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 01 16:11:46.056 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 01 16:11:46.057 INFO kablam! --> src/interner.rs:1:5 Nov 01 16:11:46.057 INFO kablam! | Nov 01 16:11:46.058 INFO kablam! 1 | use Interned; Nov 01 16:11:46.058 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 01 16:11:46.059 INFO kablam! | Nov 01 16:11:46.059 INFO kablam! note: lint level defined here Nov 01 16:11:46.060 INFO kablam! --> src/lib.rs:14:67 Nov 01 16:11:46.060 INFO kablam! | Nov 01 16:11:46.061 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 01 16:11:46.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 01 16:11:46.061 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 01 16:11:46.061 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 01 16:11:46.061 INFO kablam! = note: for more information, see issue #53130 Nov 01 16:11:46.061 INFO kablam! Nov 01 16:11:46.061 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 01 16:11:46.061 INFO kablam! --> src/interner.rs:13:5 Nov 01 16:11:46.061 INFO kablam! | Nov 01 16:11:46.061 INFO kablam! 13 | use parking_lot_shim::*; Nov 01 16:11:46.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 01 16:11:46.061 INFO kablam! | Nov 01 16:11:46.061 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 01 16:11:46.061 INFO kablam! = note: for more information, see issue #53130 Nov 01 16:11:46.061 INFO kablam! Nov 01 16:11:46.061 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 01 16:11:46.061 INFO kablam! --> src/lib.rs:32:9 Nov 01 16:11:46.061 INFO kablam! | Nov 01 16:11:46.061 INFO kablam! 32 | pub use interner::Interner; Nov 01 16:11:46.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 01 16:11:46.061 INFO kablam! | Nov 01 16:11:46.061 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 01 16:11:46.061 INFO kablam! = note: for more information, see issue #53130 Nov 01 16:11:46.061 INFO kablam! Nov 01 16:11:46.061 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 01 16:11:46.061 INFO kablam! --> src/lib.rs:35:9 Nov 01 16:11:46.061 INFO kablam! | Nov 01 16:11:46.061 INFO kablam! 35 | pub use interned::Interned; Nov 01 16:11:46.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 01 16:11:46.061 INFO kablam! | Nov 01 16:11:46.061 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 01 16:11:46.061 INFO kablam! = note: for more information, see issue #53130 Nov 01 16:11:46.061 INFO kablam! Nov 01 16:11:46.172 INFO kablam! error: aborting due to 4 previous errors Nov 01 16:11:46.172 INFO kablam! Nov 01 16:11:46.179 INFO kablam! error: Could not compile `simple-interner`. Nov 01 16:11:46.179 INFO kablam! Nov 01 16:11:46.179 INFO kablam! To learn more, run the command again with --verbose. Nov 01 16:11:46.180 INFO kablam! su: No module specific data is present Nov 01 16:11:46.805 INFO running `"docker" "rm" "-f" "4e0c0c714131a2e414c12fd63318bdaa882f0a174ab9e8b027f2b8b15326e051"` Nov 01 16:11:47.047 INFO blam! 4e0c0c714131a2e414c12fd63318bdaa882f0a174ab9e8b027f2b8b15326e051