Nov 28 18:00:09.218 INFO checking simple-interner-0.2.0 against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 18:00:09.220 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-2/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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 28 18:00:09.458 INFO [stdout] 06dbbd64c667376d88b3d1c3b3d5ab116ad466028b21c2dc3ce8c49807823b0e Nov 28 18:00:09.462 INFO running `"docker" "start" "-a" "06dbbd64c667376d88b3d1c3b3d5ab116ad466028b21c2dc3ce8c49807823b0e"` Nov 28 18:00:10.288 INFO [stderr] usermod: no changes Nov 28 18:00:10.384 INFO [stderr] Checking simple-interner v0.2.0 (/source) Nov 28 18:00:10.932 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 28 18:00:10.932 INFO [stderr] --> src/interner.rs:1:5 Nov 28 18:00:10.932 INFO [stderr] | Nov 28 18:00:10.932 INFO [stderr] 1 | use Interned; Nov 28 18:00:10.932 INFO [stderr] | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 28 18:00:10.932 INFO [stderr] | Nov 28 18:00:10.932 INFO [stderr] note: lint level defined here Nov 28 18:00:10.932 INFO [stderr] --> src/lib.rs:14:67 Nov 28 18:00:10.932 INFO [stderr] | Nov 28 18:00:10.932 INFO [stderr] 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 28 18:00:10.932 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 28 18:00:10.932 INFO [stderr] = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 28 18:00:10.932 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 28 18:00:10.932 INFO [stderr] = note: for more information, see issue #53130 Nov 28 18:00:10.932 INFO [stderr] Nov 28 18:00:10.932 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 28 18:00:10.933 INFO [stderr] --> src/interner.rs:13:5 Nov 28 18:00:10.933 INFO [stderr] | Nov 28 18:00:10.933 INFO [stderr] 13 | use parking_lot_shim::*; Nov 28 18:00:10.933 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 28 18:00:10.933 INFO [stderr] | Nov 28 18:00:10.933 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 28 18:00:10.933 INFO [stderr] = note: for more information, see issue #53130 Nov 28 18:00:10.933 INFO [stderr] Nov 28 18:00:10.933 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 28 18:00:10.933 INFO [stderr] --> src/lib.rs:32:9 Nov 28 18:00:10.933 INFO [stderr] | Nov 28 18:00:10.933 INFO [stderr] 32 | pub use interner::Interner; Nov 28 18:00:10.933 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 28 18:00:10.933 INFO [stderr] | Nov 28 18:00:10.933 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 28 18:00:10.933 INFO [stderr] = note: for more information, see issue #53130 Nov 28 18:00:10.933 INFO [stderr] Nov 28 18:00:10.933 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 28 18:00:10.933 INFO [stderr] --> src/lib.rs:35:9 Nov 28 18:00:10.933 INFO [stderr] | Nov 28 18:00:10.933 INFO [stderr] 35 | pub use interned::Interned; Nov 28 18:00:10.933 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 28 18:00:10.933 INFO [stderr] | Nov 28 18:00:10.933 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 28 18:00:10.933 INFO [stderr] = note: for more information, see issue #53130 Nov 28 18:00:10.933 INFO [stderr] Nov 28 18:00:11.008 INFO [stderr] error: aborting due to 4 previous errors Nov 28 18:00:11.008 INFO [stderr] Nov 28 18:00:11.013 INFO [stderr] error: Could not compile `simple-interner`. Nov 28 18:00:11.013 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 18:00:11.132 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 28 18:00:11.132 INFO [stderr] --> src/interner.rs:1:5 Nov 28 18:00:11.132 INFO [stderr] | Nov 28 18:00:11.133 INFO [stderr] 1 | use Interned; Nov 28 18:00:11.133 INFO [stderr] | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 28 18:00:11.133 INFO [stderr] | Nov 28 18:00:11.133 INFO [stderr] note: lint level defined here Nov 28 18:00:11.133 INFO [stderr] --> src/lib.rs:14:67 Nov 28 18:00:11.133 INFO [stderr] | Nov 28 18:00:11.133 INFO [stderr] 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 28 18:00:11.133 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 28 18:00:11.133 INFO [stderr] = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 28 18:00:11.133 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 28 18:00:11.135 INFO [stderr] = note: for more information, see issue #53130 Nov 28 18:00:11.135 INFO [stderr] Nov 28 18:00:11.135 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 28 18:00:11.135 INFO [stderr] --> src/interner.rs:13:5 Nov 28 18:00:11.135 INFO [stderr] | Nov 28 18:00:11.135 INFO [stderr] 13 | use parking_lot_shim::*; Nov 28 18:00:11.135 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 28 18:00:11.135 INFO [stderr] | Nov 28 18:00:11.135 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 28 18:00:11.135 INFO [stderr] = note: for more information, see issue #53130 Nov 28 18:00:11.135 INFO [stderr] Nov 28 18:00:11.135 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 28 18:00:11.135 INFO [stderr] --> src/lib.rs:32:9 Nov 28 18:00:11.135 INFO [stderr] | Nov 28 18:00:11.135 INFO [stderr] 32 | pub use interner::Interner; Nov 28 18:00:11.136 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 28 18:00:11.136 INFO [stderr] | Nov 28 18:00:11.136 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 28 18:00:11.136 INFO [stderr] = note: for more information, see issue #53130 Nov 28 18:00:11.136 INFO [stderr] Nov 28 18:00:11.136 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 28 18:00:11.136 INFO [stderr] --> src/lib.rs:35:9 Nov 28 18:00:11.136 INFO [stderr] | Nov 28 18:00:11.136 INFO [stderr] 35 | pub use interned::Interned; Nov 28 18:00:11.136 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 28 18:00:11.136 INFO [stderr] | Nov 28 18:00:11.136 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 28 18:00:11.136 INFO [stderr] = note: for more information, see issue #53130 Nov 28 18:00:11.136 INFO [stderr] Nov 28 18:00:11.248 INFO [stderr] error: aborting due to 4 previous errors Nov 28 18:00:11.248 INFO [stderr] Nov 28 18:00:11.256 INFO [stderr] error: Could not compile `simple-interner`. Nov 28 18:00:11.256 INFO [stderr] Nov 28 18:00:11.256 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 18:00:11.256 INFO [stderr] su: No module specific data is present Nov 28 18:00:12.049 INFO running `"docker" "inspect" "06dbbd64c667376d88b3d1c3b3d5ab116ad466028b21c2dc3ce8c49807823b0e"` Nov 28 18:00:12.263 INFO running `"docker" "rm" "-f" "06dbbd64c667376d88b3d1c3b3d5ab116ad466028b21c2dc3ce8c49807823b0e"` Nov 28 18:00:12.449 INFO [stdout] 06dbbd64c667376d88b3d1c3b3d5ab116ad466028b21c2dc3ce8c49807823b0e