Nov 02 00:52:54.183 INFO checking cell-0.1.0 against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Nov 02 00:52:54.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-4/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 02 00:52:54.681 INFO blam! a36899e53e8020c93699ed2fa83ce10a7cbd352c0099199db0b459df657c7fed Nov 02 00:52:54.692 INFO running `"docker" "start" "-a" "a36899e53e8020c93699ed2fa83ce10a7cbd352c0099199db0b459df657c7fed"` Nov 02 00:52:56.220 INFO kablam! usermod: no changes Nov 02 00:52:56.270 INFO kablam! Checking cell v0.1.0 (/source) Nov 02 00:52:57.378 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.378 INFO kablam! --> src/fmt/mod.rs:19:5 Nov 02 00:52:57.378 INFO kablam! | Nov 02 00:52:57.379 INFO kablam! 19 | use cell::Ref; Nov 02 00:52:57.379 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Nov 02 00:52:57.379 INFO kablam! | Nov 02 00:52:57.379 INFO kablam! note: lint level defined here Nov 02 00:52:57.380 INFO kablam! --> src/lib.rs:17:3 Nov 02 00:52:57.380 INFO kablam! | Nov 02 00:52:57.380 INFO kablam! 17 | rust_2018_compatibility, Nov 02 00:52:57.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 02 00:52:57.381 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Nov 02 00:52:57.381 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 02 00:52:57.381 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.381 INFO kablam! Nov 02 00:52:57.381 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.382 INFO kablam! --> src/fmt/mod.rs:20:5 Nov 02 00:52:57.382 INFO kablam! | Nov 02 00:52:57.382 INFO kablam! 20 | use cell::RefCell; Nov 02 00:52:57.382 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Nov 02 00:52:57.383 INFO kablam! | Nov 02 00:52:57.383 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 02 00:52:57.383 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.383 INFO kablam! Nov 02 00:52:57.384 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.384 INFO kablam! --> src/fmt/mod.rs:21:5 Nov 02 00:52:57.384 INFO kablam! | Nov 02 00:52:57.384 INFO kablam! 21 | use cell::RefMut; Nov 02 00:52:57.385 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Nov 02 00:52:57.385 INFO kablam! | Nov 02 00:52:57.385 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 02 00:52:57.385 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.385 INFO kablam! Nov 02 00:52:57.386 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.386 INFO kablam! --> src/fmt/mod.rs:22:5 Nov 02 00:52:57.386 INFO kablam! | Nov 02 00:52:57.387 INFO kablam! 22 | use cell::RefVal; Nov 02 00:52:57.387 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Nov 02 00:52:57.387 INFO kablam! | Nov 02 00:52:57.387 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 02 00:52:57.388 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.388 INFO kablam! Nov 02 00:52:57.388 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.388 INFO kablam! --> src/lib.rs:30:9 Nov 02 00:52:57.389 INFO kablam! | Nov 02 00:52:57.389 INFO kablam! 30 | pub use cell::Ref; Nov 02 00:52:57.389 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Nov 02 00:52:57.389 INFO kablam! | Nov 02 00:52:57.389 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 02 00:52:57.389 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.389 INFO kablam! Nov 02 00:52:57.389 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.389 INFO kablam! --> src/lib.rs:31:9 Nov 02 00:52:57.389 INFO kablam! | Nov 02 00:52:57.389 INFO kablam! 31 | pub use cell::RefCell; Nov 02 00:52:57.389 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Nov 02 00:52:57.389 INFO kablam! | Nov 02 00:52:57.389 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 02 00:52:57.389 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.389 INFO kablam! Nov 02 00:52:57.389 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.389 INFO kablam! --> src/lib.rs:32:9 Nov 02 00:52:57.389 INFO kablam! | Nov 02 00:52:57.389 INFO kablam! 32 | pub use cell::RefMut; Nov 02 00:52:57.389 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Nov 02 00:52:57.389 INFO kablam! | Nov 02 00:52:57.389 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 02 00:52:57.389 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.389 INFO kablam! Nov 02 00:52:57.389 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.390 INFO kablam! --> src/lib.rs:33:9 Nov 02 00:52:57.390 INFO kablam! | Nov 02 00:52:57.390 INFO kablam! 33 | pub use cell::RefVal; Nov 02 00:52:57.390 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Nov 02 00:52:57.390 INFO kablam! | Nov 02 00:52:57.390 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 02 00:52:57.390 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.390 INFO kablam! Nov 02 00:52:57.504 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.504 INFO kablam! --> src/fmt/mod.rs:19:5 Nov 02 00:52:57.504 INFO kablam! | Nov 02 00:52:57.504 INFO kablam! 19 | use cell::Ref; Nov 02 00:52:57.505 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 INFO kablam! note: lint level defined here Nov 02 00:52:57.505 INFO kablam! --> src/lib.rs:17:3 Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 INFO kablam! 17 | rust_2018_compatibility, Nov 02 00:52:57.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 02 00:52:57.505 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Nov 02 00:52:57.505 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 02 00:52:57.505 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.505 INFO kablam! Nov 02 00:52:57.505 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.505 INFO kablam! --> src/fmt/mod.rs:20:5 Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 INFO kablam! 20 | use cell::RefCell; Nov 02 00:52:57.505 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 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 02 00:52:57.505 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.505 INFO kablam! Nov 02 00:52:57.505 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.505 INFO kablam! --> src/fmt/mod.rs:21:5 Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 INFO kablam! 21 | use cell::RefMut; Nov 02 00:52:57.505 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 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 02 00:52:57.505 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.505 INFO kablam! Nov 02 00:52:57.505 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.505 INFO kablam! --> src/fmt/mod.rs:22:5 Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 INFO kablam! 22 | use cell::RefVal; Nov 02 00:52:57.505 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 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 02 00:52:57.505 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.505 INFO kablam! Nov 02 00:52:57.505 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.505 INFO kablam! --> src/lib.rs:30:9 Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 INFO kablam! 30 | pub use cell::Ref; Nov 02 00:52:57.505 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 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 02 00:52:57.505 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.505 INFO kablam! Nov 02 00:52:57.505 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.505 INFO kablam! --> src/lib.rs:31:9 Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 INFO kablam! 31 | pub use cell::RefCell; Nov 02 00:52:57.505 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 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 02 00:52:57.505 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.505 INFO kablam! Nov 02 00:52:57.505 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.505 INFO kablam! --> src/lib.rs:32:9 Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 INFO kablam! 32 | pub use cell::RefMut; Nov 02 00:52:57.505 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 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 02 00:52:57.505 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.505 INFO kablam! Nov 02 00:52:57.505 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:52:57.505 INFO kablam! --> src/lib.rs:33:9 Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 INFO kablam! 33 | pub use cell::RefVal; Nov 02 00:52:57.505 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Nov 02 00:52:57.505 INFO kablam! | Nov 02 00:52:57.505 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 02 00:52:57.505 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:52:57.505 INFO kablam! Nov 02 00:52:57.552 INFO kablam! error: aborting due to 8 previous errors Nov 02 00:52:57.552 INFO kablam! Nov 02 00:52:57.568 INFO kablam! error: Could not compile `cell`. Nov 02 00:52:57.568 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 02 00:52:57.624 INFO kablam! error: aborting due to 8 previous errors Nov 02 00:52:57.624 INFO kablam! Nov 02 00:52:57.644 INFO kablam! error: Could not compile `cell`. Nov 02 00:52:57.644 INFO kablam! Nov 02 00:52:57.644 INFO kablam! To learn more, run the command again with --verbose. Nov 02 00:52:57.644 INFO kablam! su: No module specific data is present Nov 02 00:52:58.637 INFO running `"docker" "rm" "-f" "a36899e53e8020c93699ed2fa83ce10a7cbd352c0099199db0b459df657c7fed"` Nov 02 00:52:58.926 INFO blam! a36899e53e8020c93699ed2fa83ce10a7cbd352c0099199db0b459df657c7fed