Nov 07 08:44:43.078 INFO checking simple-interner-0.2.0 against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 08:44:43.078 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-1/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 08:44:43.286 INFO blam! b37225ae538030b4c07b9b844e0b1162186a8fb4ba20a6cffa95cb3941e02ac2 Nov 07 08:44:43.287 INFO running `"docker" "start" "-a" "b37225ae538030b4c07b9b844e0b1162186a8fb4ba20a6cffa95cb3941e02ac2"` Nov 07 08:44:44.171 INFO kablam! usermod: no changes Nov 07 08:44:44.268 INFO kablam! Checking simple-interner v0.2.0 (/source) Nov 07 08:44:44.761 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 08:44:44.761 INFO kablam! --> src/interner.rs:1:5 Nov 07 08:44:44.761 INFO kablam! | Nov 07 08:44:44.762 INFO kablam! 1 | use Interned; Nov 07 08:44:44.762 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 07 08:44:44.762 INFO kablam! | Nov 07 08:44:44.763 INFO kablam! note: lint level defined here Nov 07 08:44:44.763 INFO kablam! --> src/lib.rs:14:67 Nov 07 08:44:44.763 INFO kablam! | Nov 07 08:44:44.764 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 07 08:44:44.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 07 08:44:44.764 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 07 08:44:44.765 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 07 08:44:44.765 INFO kablam! = note: for more information, see issue #53130 Nov 07 08:44:44.765 INFO kablam! Nov 07 08:44:44.766 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 08:44:44.766 INFO kablam! --> src/interner.rs:13:5 Nov 07 08:44:44.766 INFO kablam! | Nov 07 08:44:44.767 INFO kablam! 13 | use parking_lot_shim::*; Nov 07 08:44:44.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 07 08:44:44.767 INFO kablam! | Nov 07 08:44:44.767 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 07 08:44:44.768 INFO kablam! = note: for more information, see issue #53130 Nov 07 08:44:44.768 INFO kablam! Nov 07 08:44:44.768 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 08:44:44.769 INFO kablam! --> src/lib.rs:32:9 Nov 07 08:44:44.769 INFO kablam! | Nov 07 08:44:44.769 INFO kablam! 32 | pub use interner::Interner; Nov 07 08:44:44.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 07 08:44:44.770 INFO kablam! | Nov 07 08:44:44.770 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 07 08:44:44.771 INFO kablam! = note: for more information, see issue #53130 Nov 07 08:44:44.771 INFO kablam! Nov 07 08:44:44.771 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 08:44:44.772 INFO kablam! --> src/lib.rs:35:9 Nov 07 08:44:44.772 INFO kablam! | Nov 07 08:44:44.772 INFO kablam! 35 | pub use interned::Interned; Nov 07 08:44:44.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 07 08:44:44.773 INFO kablam! | Nov 07 08:44:44.773 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 07 08:44:44.774 INFO kablam! = note: for more information, see issue #53130 Nov 07 08:44:44.774 INFO kablam! Nov 07 08:44:44.841 INFO kablam! error: aborting due to 4 previous errors Nov 07 08:44:44.841 INFO kablam! Nov 07 08:44:44.847 INFO kablam! error: Could not compile `simple-interner`. Nov 07 08:44:44.847 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 07 08:44:44.959 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 08:44:44.959 INFO kablam! --> src/interner.rs:1:5 Nov 07 08:44:44.959 INFO kablam! | Nov 07 08:44:44.959 INFO kablam! 1 | use Interned; Nov 07 08:44:44.959 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 07 08:44:44.959 INFO kablam! | Nov 07 08:44:44.959 INFO kablam! note: lint level defined here Nov 07 08:44:44.959 INFO kablam! --> src/lib.rs:14:67 Nov 07 08:44:44.959 INFO kablam! | Nov 07 08:44:44.959 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 07 08:44:44.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 07 08:44:44.959 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 07 08:44:44.959 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 07 08:44:44.959 INFO kablam! = note: for more information, see issue #53130 Nov 07 08:44:44.959 INFO kablam! Nov 07 08:44:44.960 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 08:44:44.960 INFO kablam! --> src/interner.rs:13:5 Nov 07 08:44:44.960 INFO kablam! | Nov 07 08:44:44.960 INFO kablam! 13 | use parking_lot_shim::*; Nov 07 08:44:44.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 07 08:44:44.960 INFO kablam! | Nov 07 08:44:44.960 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 07 08:44:44.960 INFO kablam! = note: for more information, see issue #53130 Nov 07 08:44:44.960 INFO kablam! Nov 07 08:44:44.960 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 08:44:44.960 INFO kablam! --> src/lib.rs:32:9 Nov 07 08:44:44.960 INFO kablam! | Nov 07 08:44:44.960 INFO kablam! 32 | pub use interner::Interner; Nov 07 08:44:44.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 07 08:44:44.960 INFO kablam! | Nov 07 08:44:44.960 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 07 08:44:44.960 INFO kablam! = note: for more information, see issue #53130 Nov 07 08:44:44.960 INFO kablam! Nov 07 08:44:44.962 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 08:44:44.962 INFO kablam! --> src/lib.rs:35:9 Nov 07 08:44:44.962 INFO kablam! | Nov 07 08:44:44.962 INFO kablam! 35 | pub use interned::Interned; Nov 07 08:44:44.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 07 08:44:44.962 INFO kablam! | Nov 07 08:44:44.962 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 07 08:44:44.962 INFO kablam! = note: for more information, see issue #53130 Nov 07 08:44:44.962 INFO kablam! Nov 07 08:44:45.072 INFO kablam! error: aborting due to 4 previous errors Nov 07 08:44:45.072 INFO kablam! Nov 07 08:44:45.091 INFO kablam! error: Could not compile `simple-interner`. Nov 07 08:44:45.091 INFO kablam! Nov 07 08:44:45.091 INFO kablam! To learn more, run the command again with --verbose. Nov 07 08:44:45.091 INFO kablam! su: No module specific data is present Nov 07 08:44:45.378 INFO running `"docker" "rm" "-f" "b37225ae538030b4c07b9b844e0b1162186a8fb4ba20a6cffa95cb3941e02ac2"` Nov 07 08:44:45.628 INFO blam! b37225ae538030b4c07b9b844e0b1162186a8fb4ba20a6cffa95cb3941e02ac2