Oct 22 04:08:27.564 INFO checking cell-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:08:27.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 04:08:28.110 INFO blam! 8c0354d4f0b9fac75759bf290fb64915febd0d25b057fec2c476ef02ecba9e91 Oct 22 04:08:28.116 INFO running `"docker" "start" "-a" "8c0354d4f0b9fac75759bf290fb64915febd0d25b057fec2c476ef02ecba9e91"` Oct 22 04:08:29.747 INFO kablam! usermod: no changes Oct 22 04:08:29.800 INFO kablam! Checking cell v0.1.0 (/source) Oct 22 04:08:30.692 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:30.692 INFO kablam! --> src/fmt/mod.rs:19:5 Oct 22 04:08:30.692 INFO kablam! | Oct 22 04:08:30.693 INFO kablam! 19 | use cell::Ref; Oct 22 04:08:30.693 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 INFO kablam! note: lint level defined here Oct 22 04:08:30.693 INFO kablam! --> src/lib.rs:17:3 Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 INFO kablam! 17 | rust_2018_compatibility, Oct 22 04:08:30.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:08:30.693 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 22 04:08:30.693 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 22 04:08:30.693 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:30.693 INFO kablam! Oct 22 04:08:30.693 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:30.693 INFO kablam! --> src/fmt/mod.rs:20:5 Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 INFO kablam! 20 | use cell::RefCell; Oct 22 04:08:30.693 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 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 22 04:08:30.693 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:30.693 INFO kablam! Oct 22 04:08:30.693 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:30.693 INFO kablam! --> src/fmt/mod.rs:21:5 Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 INFO kablam! 21 | use cell::RefMut; Oct 22 04:08:30.693 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 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 22 04:08:30.693 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:30.693 INFO kablam! Oct 22 04:08:30.693 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:30.693 INFO kablam! --> src/fmt/mod.rs:22:5 Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 INFO kablam! 22 | use cell::RefVal; Oct 22 04:08:30.693 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 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 22 04:08:30.693 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:30.693 INFO kablam! Oct 22 04:08:30.693 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:30.693 INFO kablam! --> src/lib.rs:30:9 Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 INFO kablam! 30 | pub use cell::Ref; Oct 22 04:08:30.693 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 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 22 04:08:30.693 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:30.693 INFO kablam! Oct 22 04:08:30.693 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:30.693 INFO kablam! --> src/lib.rs:31:9 Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 INFO kablam! 31 | pub use cell::RefCell; Oct 22 04:08:30.693 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 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 22 04:08:30.693 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:30.693 INFO kablam! Oct 22 04:08:30.693 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:30.693 INFO kablam! --> src/lib.rs:32:9 Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 INFO kablam! 32 | pub use cell::RefMut; Oct 22 04:08:30.693 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 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 22 04:08:30.693 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:30.693 INFO kablam! Oct 22 04:08:30.693 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:30.693 INFO kablam! --> src/lib.rs:33:9 Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 INFO kablam! 33 | pub use cell::RefVal; Oct 22 04:08:30.693 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Oct 22 04:08:30.693 INFO kablam! | Oct 22 04:08:30.693 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 22 04:08:30.693 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:30.693 INFO kablam! Oct 22 04:08:30.792 INFO kablam! error: aborting due to 8 previous errors Oct 22 04:08:30.792 INFO kablam! Oct 22 04:08:30.799 INFO kablam! error: Could not compile `cell`. Oct 22 04:08:30.799 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 04:08:31.254 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:31.254 INFO kablam! --> src/fmt/mod.rs:19:5 Oct 22 04:08:31.254 INFO kablam! | Oct 22 04:08:31.254 INFO kablam! 19 | use cell::Ref; Oct 22 04:08:31.254 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Oct 22 04:08:31.254 INFO kablam! | Oct 22 04:08:31.254 INFO kablam! note: lint level defined here Oct 22 04:08:31.254 INFO kablam! --> src/lib.rs:17:3 Oct 22 04:08:31.254 INFO kablam! | Oct 22 04:08:31.254 INFO kablam! 17 | rust_2018_compatibility, Oct 22 04:08:31.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:08:31.254 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 22 04:08:31.254 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 22 04:08:31.254 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:31.254 INFO kablam! Oct 22 04:08:31.254 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:31.254 INFO kablam! --> src/fmt/mod.rs:20:5 Oct 22 04:08:31.254 INFO kablam! | Oct 22 04:08:31.254 INFO kablam! 20 | use cell::RefCell; Oct 22 04:08:31.254 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Oct 22 04:08:31.254 INFO kablam! | Oct 22 04:08:31.254 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 22 04:08:31.254 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:31.254 INFO kablam! Oct 22 04:08:31.254 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:31.254 INFO kablam! --> src/fmt/mod.rs:21:5 Oct 22 04:08:31.254 INFO kablam! | Oct 22 04:08:31.254 INFO kablam! 21 | use cell::RefMut; Oct 22 04:08:31.254 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Oct 22 04:08:31.254 INFO kablam! | Oct 22 04:08:31.254 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 22 04:08:31.254 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:31.254 INFO kablam! Oct 22 04:08:31.254 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:31.254 INFO kablam! --> src/fmt/mod.rs:22:5 Oct 22 04:08:31.254 INFO kablam! | Oct 22 04:08:31.254 INFO kablam! 22 | use cell::RefVal; Oct 22 04:08:31.254 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Oct 22 04:08:31.254 INFO kablam! | Oct 22 04:08:31.254 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 22 04:08:31.254 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:31.254 INFO kablam! Oct 22 04:08:31.255 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:31.255 INFO kablam! --> src/lib.rs:30:9 Oct 22 04:08:31.255 INFO kablam! | Oct 22 04:08:31.255 INFO kablam! 30 | pub use cell::Ref; Oct 22 04:08:31.255 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Oct 22 04:08:31.255 INFO kablam! | Oct 22 04:08:31.255 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 22 04:08:31.255 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:31.255 INFO kablam! Oct 22 04:08:31.255 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:31.255 INFO kablam! --> src/lib.rs:31:9 Oct 22 04:08:31.255 INFO kablam! | Oct 22 04:08:31.255 INFO kablam! 31 | pub use cell::RefCell; Oct 22 04:08:31.255 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Oct 22 04:08:31.255 INFO kablam! | Oct 22 04:08:31.255 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 22 04:08:31.255 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:31.255 INFO kablam! Oct 22 04:08:31.255 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:31.255 INFO kablam! --> src/lib.rs:32:9 Oct 22 04:08:31.255 INFO kablam! | Oct 22 04:08:31.255 INFO kablam! 32 | pub use cell::RefMut; Oct 22 04:08:31.255 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Oct 22 04:08:31.255 INFO kablam! | Oct 22 04:08:31.255 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 22 04:08:31.255 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:31.255 INFO kablam! Oct 22 04:08:31.255 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 04:08:31.255 INFO kablam! --> src/lib.rs:33:9 Oct 22 04:08:31.255 INFO kablam! | Oct 22 04:08:31.255 INFO kablam! 33 | pub use cell::RefVal; Oct 22 04:08:31.255 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Oct 22 04:08:31.255 INFO kablam! | Oct 22 04:08:31.255 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 22 04:08:31.255 INFO kablam! = note: for more information, see issue TBD Oct 22 04:08:31.255 INFO kablam! Oct 22 04:08:31.336 INFO kablam! error: aborting due to 8 previous errors Oct 22 04:08:31.336 INFO kablam! Oct 22 04:08:31.342 INFO kablam! error: Could not compile `cell`. Oct 22 04:08:31.343 INFO kablam! Oct 22 04:08:31.343 INFO kablam! To learn more, run the command again with --verbose. Oct 22 04:08:31.344 INFO kablam! su: No module specific data is present Oct 22 04:08:32.500 INFO running `"docker" "rm" "-f" "8c0354d4f0b9fac75759bf290fb64915febd0d25b057fec2c476ef02ecba9e91"` Oct 22 04:08:32.792 INFO blam! 8c0354d4f0b9fac75759bf290fb64915febd0d25b057fec2c476ef02ecba9e91