Nov 09 23:53:18.979 INFO checking simple-interner-0.2.0 against try#dc13be39fae8d4c607889b27de374b52586485a3 for pr-55632 Nov 09 23:53:18.979 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-4/try#dc13be39fae8d4c607889b27de374b52586485a3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55632/try#dc13be39fae8d4c607889b27de374b52586485a3:/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 +dc13be39fae8d4c607889b27de374b52586485a3-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 09 23:53:19.331 INFO blam! 791e7cc4491f93d29b19101b3d101c255328aef173f99f4690b7eb7c362cb567 Nov 09 23:53:19.337 INFO running `"docker" "start" "-a" "791e7cc4491f93d29b19101b3d101c255328aef173f99f4690b7eb7c362cb567"` Nov 09 23:53:19.883 INFO kablam! usermod: no changes Nov 09 23:53:19.999 INFO kablam! Checking simple-interner v0.2.0 (/source) Nov 09 23:53:20.839 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.839 INFO kablam! --> src/interner.rs:1:5 Nov 09 23:53:20.839 INFO kablam! | Nov 09 23:53:20.839 INFO kablam! 1 | use Interned; Nov 09 23:53:20.839 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 09 23:53:20.839 INFO kablam! | Nov 09 23:53:20.839 INFO kablam! note: lint level defined here Nov 09 23:53:20.839 INFO kablam! --> src/lib.rs:14:67 Nov 09 23:53:20.839 INFO kablam! | Nov 09 23:53:20.839 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 09 23:53:20.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 09 23:53:20.839 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 09 23:53:20.839 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 09 23:53:20.839 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.839 INFO kablam! Nov 09 23:53:20.839 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.839 INFO kablam! --> src/interner.rs:13:5 Nov 09 23:53:20.839 INFO kablam! | Nov 09 23:53:20.839 INFO kablam! 13 | use parking_lot_shim::*; Nov 09 23:53:20.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 09 23:53:20.839 INFO kablam! | Nov 09 23:53:20.839 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 09 23:53:20.839 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.839 INFO kablam! Nov 09 23:53:20.839 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.839 INFO kablam! --> src/lib.rs:32:9 Nov 09 23:53:20.839 INFO kablam! | Nov 09 23:53:20.839 INFO kablam! 32 | pub use interner::Interner; Nov 09 23:53:20.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 09 23:53:20.839 INFO kablam! | Nov 09 23:53:20.839 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 09 23:53:20.839 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.839 INFO kablam! Nov 09 23:53:20.839 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.839 INFO kablam! --> src/lib.rs:35:9 Nov 09 23:53:20.839 INFO kablam! | Nov 09 23:53:20.839 INFO kablam! 35 | pub use interned::Interned; Nov 09 23:53:20.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 09 23:53:20.840 INFO kablam! | Nov 09 23:53:20.840 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 09 23:53:20.840 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.840 INFO kablam! Nov 09 23:53:20.904 INFO kablam! error: aborting due to 4 previous errors Nov 09 23:53:20.904 INFO kablam! Nov 09 23:53:20.910 INFO kablam! error: Could not compile `simple-interner`. Nov 09 23:53:20.910 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 09 23:53:20.941 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.942 INFO kablam! --> src/interner.rs:1:5 Nov 09 23:53:20.942 INFO kablam! | Nov 09 23:53:20.942 INFO kablam! 1 | use Interned; Nov 09 23:53:20.942 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Nov 09 23:53:20.942 INFO kablam! | Nov 09 23:53:20.942 INFO kablam! note: lint level defined here Nov 09 23:53:20.942 INFO kablam! --> src/lib.rs:14:67 Nov 09 23:53:20.942 INFO kablam! | Nov 09 23:53:20.942 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 09 23:53:20.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 09 23:53:20.942 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 09 23:53:20.942 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 09 23:53:20.942 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.942 INFO kablam! Nov 09 23:53:20.943 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.943 INFO kablam! --> src/interner.rs:13:5 Nov 09 23:53:20.943 INFO kablam! | Nov 09 23:53:20.943 INFO kablam! 13 | use parking_lot_shim::*; Nov 09 23:53:20.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Nov 09 23:53:20.943 INFO kablam! | Nov 09 23:53:20.943 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 09 23:53:20.943 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.943 INFO kablam! Nov 09 23:53:20.945 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.945 INFO kablam! --> src/lib.rs:32:9 Nov 09 23:53:20.945 INFO kablam! | Nov 09 23:53:20.945 INFO kablam! 32 | pub use interner::Interner; Nov 09 23:53:20.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Nov 09 23:53:20.945 INFO kablam! | Nov 09 23:53:20.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 09 23:53:20.945 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.945 INFO kablam! Nov 09 23:53:20.946 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 09 23:53:20.946 INFO kablam! --> src/lib.rs:35:9 Nov 09 23:53:20.946 INFO kablam! | Nov 09 23:53:20.946 INFO kablam! 35 | pub use interned::Interned; Nov 09 23:53:20.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Nov 09 23:53:20.946 INFO kablam! | Nov 09 23:53:20.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 09 23:53:20.946 INFO kablam! = note: for more information, see issue #53130 Nov 09 23:53:20.946 INFO kablam! Nov 09 23:53:21.055 INFO kablam! error: aborting due to 4 previous errors Nov 09 23:53:21.055 INFO kablam! Nov 09 23:53:21.063 INFO kablam! error: Could not compile `simple-interner`. Nov 09 23:53:21.063 INFO kablam! Nov 09 23:53:21.063 INFO kablam! To learn more, run the command again with --verbose. Nov 09 23:53:21.064 INFO kablam! su: No module specific data is present Nov 09 23:53:21.651 INFO running `"docker" "rm" "-f" "791e7cc4491f93d29b19101b3d101c255328aef173f99f4690b7eb7c362cb567"` Nov 09 23:53:21.892 INFO blam! 791e7cc4491f93d29b19101b3d101c255328aef173f99f4690b7eb7c362cb567