Nov 30 15:29:13.505 INFO checking simple-interner-0.2.0 against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 15:29:13.506 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-3/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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 30 15:29:13.850 INFO [stdout] 0f9ff0aff7cd5a96bb78e5b1598467dae128bf376d242a3e91b7839f6e894110 Nov 30 15:29:13.854 INFO running `"docker" "start" "-a" "0f9ff0aff7cd5a96bb78e5b1598467dae128bf376d242a3e91b7839f6e894110"` Nov 30 15:29:14.776 INFO [stderr] usermod: no changes Nov 30 15:29:14.844 INFO [stderr] Checking simple-interner v0.2.0 (/source) Nov 30 15:29:15.380 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 30 15:29:15.380 INFO [stderr] --> src/interner.rs:1:5 Nov 30 15:29:15.380 INFO [stderr] | Nov 30 15:29:15.380 INFO [stderr] 1 | use Interned; Nov 30 15:29:15.380 INFO [stderr] | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 30 15:29:15.380 INFO [stderr] | Nov 30 15:29:15.380 INFO [stderr] note: lint level defined here Nov 30 15:29:15.380 INFO [stderr] --> src/lib.rs:14:67 Nov 30 15:29:15.380 INFO [stderr] | Nov 30 15:29:15.380 INFO [stderr] 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 30 15:29:15.380 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 30 15:29:15.380 INFO [stderr] = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 30 15:29:15.380 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 30 15:29:15.380 INFO [stderr] = note: for more information, see issue #53130 Nov 30 15:29:15.381 INFO [stderr] Nov 30 15:29:15.381 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 30 15:29:15.381 INFO [stderr] --> src/interner.rs:13:5 Nov 30 15:29:15.381 INFO [stderr] | Nov 30 15:29:15.381 INFO [stderr] 13 | use parking_lot_shim::*; Nov 30 15:29:15.381 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 30 15:29:15.381 INFO [stderr] | Nov 30 15:29:15.381 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 30 15:29:15.381 INFO [stderr] = note: for more information, see issue #53130 Nov 30 15:29:15.381 INFO [stderr] Nov 30 15:29:15.381 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 30 15:29:15.381 INFO [stderr] --> src/lib.rs:32:9 Nov 30 15:29:15.381 INFO [stderr] | Nov 30 15:29:15.381 INFO [stderr] 32 | pub use interner::Interner; Nov 30 15:29:15.381 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 30 15:29:15.381 INFO [stderr] | Nov 30 15:29:15.381 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 30 15:29:15.381 INFO [stderr] = note: for more information, see issue #53130 Nov 30 15:29:15.381 INFO [stderr] Nov 30 15:29:15.381 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 30 15:29:15.381 INFO [stderr] --> src/lib.rs:35:9 Nov 30 15:29:15.381 INFO [stderr] | Nov 30 15:29:15.381 INFO [stderr] 35 | pub use interned::Interned; Nov 30 15:29:15.381 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 30 15:29:15.381 INFO [stderr] | Nov 30 15:29:15.381 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 30 15:29:15.381 INFO [stderr] = note: for more information, see issue #53130 Nov 30 15:29:15.381 INFO [stderr] Nov 30 15:29:15.440 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 30 15:29:15.440 INFO [stderr] --> src/interner.rs:1:5 Nov 30 15:29:15.440 INFO [stderr] | Nov 30 15:29:15.440 INFO [stderr] 1 | use Interned; Nov 30 15:29:15.440 INFO [stderr] | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 30 15:29:15.440 INFO [stderr] | Nov 30 15:29:15.440 INFO [stderr] note: lint level defined here Nov 30 15:29:15.440 INFO [stderr] --> src/lib.rs:14:67 Nov 30 15:29:15.440 INFO [stderr] | Nov 30 15:29:15.440 INFO [stderr] 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 30 15:29:15.440 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 30 15:29:15.440 INFO [stderr] = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 30 15:29:15.440 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 30 15:29:15.440 INFO [stderr] = note: for more information, see issue #53130 Nov 30 15:29:15.440 INFO [stderr] Nov 30 15:29:15.440 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 30 15:29:15.440 INFO [stderr] --> src/interner.rs:13:5 Nov 30 15:29:15.440 INFO [stderr] | Nov 30 15:29:15.440 INFO [stderr] 13 | use parking_lot_shim::*; Nov 30 15:29:15.440 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 30 15:29:15.440 INFO [stderr] | Nov 30 15:29:15.440 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 30 15:29:15.440 INFO [stderr] = note: for more information, see issue #53130 Nov 30 15:29:15.440 INFO [stderr] Nov 30 15:29:15.440 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 30 15:29:15.440 INFO [stderr] --> src/lib.rs:32:9 Nov 30 15:29:15.440 INFO [stderr] | Nov 30 15:29:15.440 INFO [stderr] 32 | pub use interner::Interner; Nov 30 15:29:15.440 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 30 15:29:15.440 INFO [stderr] | Nov 30 15:29:15.440 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 30 15:29:15.440 INFO [stderr] = note: for more information, see issue #53130 Nov 30 15:29:15.440 INFO [stderr] Nov 30 15:29:15.440 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 30 15:29:15.440 INFO [stderr] --> src/lib.rs:35:9 Nov 30 15:29:15.440 INFO [stderr] | Nov 30 15:29:15.440 INFO [stderr] 35 | pub use interned::Interned; Nov 30 15:29:15.440 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 30 15:29:15.440 INFO [stderr] | Nov 30 15:29:15.440 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 30 15:29:15.440 INFO [stderr] = note: for more information, see issue #53130 Nov 30 15:29:15.440 INFO [stderr] Nov 30 15:29:15.452 INFO [stderr] error: aborting due to 4 previous errors Nov 30 15:29:15.452 INFO [stderr] Nov 30 15:29:15.459 INFO [stderr] error: Could not compile `simple-interner`. Nov 30 15:29:15.459 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 15:29:15.531 INFO [stderr] error: aborting due to 4 previous errors Nov 30 15:29:15.531 INFO [stderr] Nov 30 15:29:15.543 INFO [stderr] error: Could not compile `simple-interner`. Nov 30 15:29:15.543 INFO [stderr] Nov 30 15:29:15.543 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 15:29:15.543 INFO [stderr] su: No module specific data is present Nov 30 15:29:15.876 INFO running `"docker" "inspect" "0f9ff0aff7cd5a96bb78e5b1598467dae128bf376d242a3e91b7839f6e894110"` Nov 30 15:29:16.018 INFO running `"docker" "rm" "-f" "0f9ff0aff7cd5a96bb78e5b1598467dae128bf376d242a3e91b7839f6e894110"` Nov 30 15:29:16.264 INFO [stdout] 0f9ff0aff7cd5a96bb78e5b1598467dae128bf376d242a3e91b7839f6e894110