Oct 13 17:02:29.729 INFO checking cell-0.1.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:02:29.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 17:02:30.152 INFO blam! a8b93c38b8fc69b848a6bf1956038faa020c5303166f5d9323695bdb7b5e8def Oct 13 17:02:30.161 INFO running `"docker" "start" "-a" "a8b93c38b8fc69b848a6bf1956038faa020c5303166f5d9323695bdb7b5e8def"` Oct 13 17:02:31.180 INFO kablam! usermod: no changes Oct 13 17:02:31.239 INFO kablam! Checking cell v0.1.0 (/source) Oct 13 17:02:32.416 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.416 INFO kablam! --> src/fmt/mod.rs:19:5 Oct 13 17:02:32.416 INFO kablam! | Oct 13 17:02:32.416 INFO kablam! 19 | use cell::Ref; Oct 13 17:02:32.416 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Oct 13 17:02:32.416 INFO kablam! | Oct 13 17:02:32.416 INFO kablam! note: lint level defined here Oct 13 17:02:32.416 INFO kablam! --> src/lib.rs:17:3 Oct 13 17:02:32.416 INFO kablam! | Oct 13 17:02:32.416 INFO kablam! 17 | rust_2018_compatibility, Oct 13 17:02:32.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:02:32.416 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 13 17:02:32.416 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 13 17:02:32.416 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.416 INFO kablam! Oct 13 17:02:32.416 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.416 INFO kablam! --> src/fmt/mod.rs:20:5 Oct 13 17:02:32.416 INFO kablam! | Oct 13 17:02:32.416 INFO kablam! 20 | use cell::RefCell; Oct 13 17:02:32.416 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Oct 13 17:02:32.416 INFO kablam! | Oct 13 17:02:32.416 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 13 17:02:32.416 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.416 INFO kablam! Oct 13 17:02:32.416 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.416 INFO kablam! --> src/fmt/mod.rs:21:5 Oct 13 17:02:32.416 INFO kablam! | Oct 13 17:02:32.416 INFO kablam! 21 | use cell::RefMut; Oct 13 17:02:32.416 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Oct 13 17:02:32.416 INFO kablam! | Oct 13 17:02:32.416 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 13 17:02:32.416 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.416 INFO kablam! Oct 13 17:02:32.416 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.416 INFO kablam! --> src/fmt/mod.rs:22:5 Oct 13 17:02:32.416 INFO kablam! | Oct 13 17:02:32.416 INFO kablam! 22 | use cell::RefVal; Oct 13 17:02:32.416 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Oct 13 17:02:32.416 INFO kablam! | Oct 13 17:02:32.416 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 13 17:02:32.416 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.417 INFO kablam! Oct 13 17:02:32.417 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.417 INFO kablam! --> src/lib.rs:30:9 Oct 13 17:02:32.417 INFO kablam! | Oct 13 17:02:32.417 INFO kablam! 30 | pub use cell::Ref; Oct 13 17:02:32.417 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Oct 13 17:02:32.417 INFO kablam! | Oct 13 17:02:32.417 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 13 17:02:32.417 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.417 INFO kablam! Oct 13 17:02:32.417 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.417 INFO kablam! --> src/lib.rs:31:9 Oct 13 17:02:32.417 INFO kablam! | Oct 13 17:02:32.417 INFO kablam! 31 | pub use cell::RefCell; Oct 13 17:02:32.417 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Oct 13 17:02:32.417 INFO kablam! | Oct 13 17:02:32.417 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 13 17:02:32.417 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.417 INFO kablam! Oct 13 17:02:32.417 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.417 INFO kablam! --> src/lib.rs:32:9 Oct 13 17:02:32.417 INFO kablam! | Oct 13 17:02:32.417 INFO kablam! 32 | pub use cell::RefMut; Oct 13 17:02:32.417 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Oct 13 17:02:32.417 INFO kablam! | Oct 13 17:02:32.417 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 13 17:02:32.417 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.417 INFO kablam! Oct 13 17:02:32.417 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.417 INFO kablam! --> src/lib.rs:33:9 Oct 13 17:02:32.417 INFO kablam! | Oct 13 17:02:32.417 INFO kablam! 33 | pub use cell::RefVal; Oct 13 17:02:32.417 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Oct 13 17:02:32.417 INFO kablam! | Oct 13 17:02:32.417 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 13 17:02:32.417 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.417 INFO kablam! Oct 13 17:02:32.580 INFO kablam! error: aborting due to 8 previous errors Oct 13 17:02:32.580 INFO kablam! Oct 13 17:02:32.604 INFO kablam! error: Could not compile `cell`. Oct 13 17:02:32.604 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 17:02:32.712 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.713 INFO kablam! --> src/fmt/mod.rs:19:5 Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 INFO kablam! 19 | use cell::Ref; Oct 13 17:02:32.713 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 INFO kablam! note: lint level defined here Oct 13 17:02:32.713 INFO kablam! --> src/lib.rs:17:3 Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 INFO kablam! 17 | rust_2018_compatibility, Oct 13 17:02:32.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:02:32.713 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 13 17:02:32.713 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 13 17:02:32.713 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.713 INFO kablam! Oct 13 17:02:32.713 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.713 INFO kablam! --> src/fmt/mod.rs:20:5 Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 INFO kablam! 20 | use cell::RefCell; Oct 13 17:02:32.713 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 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 13 17:02:32.713 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.713 INFO kablam! Oct 13 17:02:32.713 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.713 INFO kablam! --> src/fmt/mod.rs:21:5 Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 INFO kablam! 21 | use cell::RefMut; Oct 13 17:02:32.713 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 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 13 17:02:32.713 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.713 INFO kablam! Oct 13 17:02:32.713 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.713 INFO kablam! --> src/fmt/mod.rs:22:5 Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 INFO kablam! 22 | use cell::RefVal; Oct 13 17:02:32.713 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 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 13 17:02:32.713 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.713 INFO kablam! Oct 13 17:02:32.713 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.713 INFO kablam! --> src/lib.rs:30:9 Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 INFO kablam! 30 | pub use cell::Ref; Oct 13 17:02:32.713 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 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 13 17:02:32.713 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.713 INFO kablam! Oct 13 17:02:32.713 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.713 INFO kablam! --> src/lib.rs:31:9 Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 INFO kablam! 31 | pub use cell::RefCell; Oct 13 17:02:32.713 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 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 13 17:02:32.713 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.713 INFO kablam! Oct 13 17:02:32.713 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.713 INFO kablam! --> src/lib.rs:32:9 Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 INFO kablam! 32 | pub use cell::RefMut; Oct 13 17:02:32.713 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 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 13 17:02:32.713 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.713 INFO kablam! Oct 13 17:02:32.713 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 17:02:32.713 INFO kablam! --> src/lib.rs:33:9 Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 INFO kablam! 33 | pub use cell::RefVal; Oct 13 17:02:32.713 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Oct 13 17:02:32.713 INFO kablam! | Oct 13 17:02:32.713 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 13 17:02:32.713 INFO kablam! = note: for more information, see issue TBD Oct 13 17:02:32.713 INFO kablam! Oct 13 17:02:32.801 INFO kablam! error: aborting due to 8 previous errors Oct 13 17:02:32.801 INFO kablam! Oct 13 17:02:32.808 INFO kablam! error: Could not compile `cell`. Oct 13 17:02:32.808 INFO kablam! Oct 13 17:02:32.808 INFO kablam! To learn more, run the command again with --verbose. Oct 13 17:02:32.814 INFO kablam! su: No module specific data is present Oct 13 17:02:33.366 INFO running `"docker" "rm" "-f" "a8b93c38b8fc69b848a6bf1956038faa020c5303166f5d9323695bdb7b5e8def"` Oct 13 17:02:33.795 INFO blam! a8b93c38b8fc69b848a6bf1956038faa020c5303166f5d9323695bdb7b5e8def