Oct 27 15:43:41.707 INFO checking simple-interner-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:43:41.707 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 15:43:41.855 INFO blam! 3316df16fd6988ad23108e36e102da882556cd4b27741145493804bd88ccdc62 Oct 27 15:43:41.861 INFO running `"docker" "start" "-a" "3316df16fd6988ad23108e36e102da882556cd4b27741145493804bd88ccdc62"` Oct 27 15:43:42.539 INFO kablam! usermod: no changes Oct 27 15:43:42.599 INFO kablam! Checking simple-interner v0.2.0 (/source) Oct 27 15:43:43.097 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.098 INFO kablam! --> src/interner.rs:1:5 Oct 27 15:43:43.098 INFO kablam! | Oct 27 15:43:43.098 INFO kablam! 1 | use Interned; Oct 27 15:43:43.099 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Oct 27 15:43:43.099 INFO kablam! | Oct 27 15:43:43.099 INFO kablam! note: lint level defined here Oct 27 15:43:43.100 INFO kablam! --> src/lib.rs:14:67 Oct 27 15:43:43.100 INFO kablam! | Oct 27 15:43:43.100 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 27 15:43:43.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:43.101 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 27 15:43:43.101 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 27 15:43:43.101 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.101 INFO kablam! Oct 27 15:43:43.102 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.102 INFO kablam! --> src/interner.rs:13:5 Oct 27 15:43:43.102 INFO kablam! | Oct 27 15:43:43.102 INFO kablam! 13 | use parking_lot_shim::*; Oct 27 15:43:43.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Oct 27 15:43:43.103 INFO kablam! | Oct 27 15:43:43.103 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 27 15:43:43.103 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.103 INFO kablam! Oct 27 15:43:43.103 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.103 INFO kablam! --> src/lib.rs:32:9 Oct 27 15:43:43.103 INFO kablam! | Oct 27 15:43:43.103 INFO kablam! 32 | pub use interner::Interner; Oct 27 15:43:43.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Oct 27 15:43:43.103 INFO kablam! | Oct 27 15:43:43.103 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 27 15:43:43.103 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.103 INFO kablam! Oct 27 15:43:43.103 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.103 INFO kablam! --> src/lib.rs:35:9 Oct 27 15:43:43.103 INFO kablam! | Oct 27 15:43:43.103 INFO kablam! 35 | pub use interned::Interned; Oct 27 15:43:43.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Oct 27 15:43:43.103 INFO kablam! | Oct 27 15:43:43.103 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 27 15:43:43.103 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.103 INFO kablam! Oct 27 15:43:43.187 INFO kablam! error: aborting due to 4 previous errors Oct 27 15:43:43.187 INFO kablam! Oct 27 15:43:43.188 INFO kablam! error: Could not compile `simple-interner`. Oct 27 15:43:43.188 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 15:43:43.251 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.251 INFO kablam! --> src/interner.rs:1:5 Oct 27 15:43:43.251 INFO kablam! | Oct 27 15:43:43.251 INFO kablam! 1 | use Interned; Oct 27 15:43:43.251 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Oct 27 15:43:43.251 INFO kablam! | Oct 27 15:43:43.251 INFO kablam! note: lint level defined here Oct 27 15:43:43.251 INFO kablam! --> src/lib.rs:14:67 Oct 27 15:43:43.251 INFO kablam! | Oct 27 15:43:43.251 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 27 15:43:43.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 15:43:43.251 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 27 15:43:43.251 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 27 15:43:43.251 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.251 INFO kablam! Oct 27 15:43:43.251 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.251 INFO kablam! --> src/interner.rs:13:5 Oct 27 15:43:43.251 INFO kablam! | Oct 27 15:43:43.251 INFO kablam! 13 | use parking_lot_shim::*; Oct 27 15:43:43.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Oct 27 15:43:43.251 INFO kablam! | Oct 27 15:43:43.251 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 27 15:43:43.251 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.251 INFO kablam! Oct 27 15:43:43.251 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.251 INFO kablam! --> src/lib.rs:32:9 Oct 27 15:43:43.251 INFO kablam! | Oct 27 15:43:43.251 INFO kablam! 32 | pub use interner::Interner; Oct 27 15:43:43.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Oct 27 15:43:43.251 INFO kablam! | Oct 27 15:43:43.251 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 27 15:43:43.251 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.251 INFO kablam! Oct 27 15:43:43.251 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 15:43:43.251 INFO kablam! --> src/lib.rs:35:9 Oct 27 15:43:43.251 INFO kablam! | Oct 27 15:43:43.251 INFO kablam! 35 | pub use interned::Interned; Oct 27 15:43:43.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Oct 27 15:43:43.251 INFO kablam! | Oct 27 15:43:43.251 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 27 15:43:43.251 INFO kablam! = note: for more information, see issue TBD Oct 27 15:43:43.251 INFO kablam! Oct 27 15:43:43.367 INFO kablam! error: aborting due to 4 previous errors Oct 27 15:43:43.367 INFO kablam! Oct 27 15:43:43.370 INFO kablam! error: Could not compile `simple-interner`. Oct 27 15:43:43.370 INFO kablam! Oct 27 15:43:43.370 INFO kablam! To learn more, run the command again with --verbose. Oct 27 15:43:43.371 INFO kablam! su: No module specific data is present Oct 27 15:43:43.969 INFO running `"docker" "rm" "-f" "3316df16fd6988ad23108e36e102da882556cd4b27741145493804bd88ccdc62"` Oct 27 15:43:44.319 INFO blam! 3316df16fd6988ad23108e36e102da882556cd4b27741145493804bd88ccdc62