Nov 05 01:43:05.648 INFO checking cell-0.1.0 against try#e740b9aa0b624fa39feb39613e76d15bdf57e594 for pr-55655 Nov 05 01:43:05.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-7/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55655/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/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 +e740b9aa0b624fa39feb39613e76d15bdf57e594-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 05 01:43:06.051 INFO blam! a3fc3a339f1bc1cff7638ccfe7cb119f5aa053915bbf112a2af6d19825465933 Nov 05 01:43:06.053 INFO running `"docker" "start" "-a" "a3fc3a339f1bc1cff7638ccfe7cb119f5aa053915bbf112a2af6d19825465933"` Nov 05 01:43:08.174 INFO kablam! usermod: no changes Nov 05 01:43:08.243 INFO kablam! Checking cell v0.1.0 (/source) Nov 05 01:43:09.399 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.400 INFO kablam! --> src/fmt/mod.rs:19:5 Nov 05 01:43:09.400 INFO kablam! | Nov 05 01:43:09.400 INFO kablam! 19 | use cell::Ref; Nov 05 01:43:09.400 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Nov 05 01:43:09.401 INFO kablam! | Nov 05 01:43:09.401 INFO kablam! note: lint level defined here Nov 05 01:43:09.401 INFO kablam! --> src/lib.rs:17:3 Nov 05 01:43:09.401 INFO kablam! | Nov 05 01:43:09.401 INFO kablam! 17 | rust_2018_compatibility, Nov 05 01:43:09.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 05 01:43:09.402 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Nov 05 01:43:09.402 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 05 01:43:09.402 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.402 INFO kablam! Nov 05 01:43:09.402 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.402 INFO kablam! --> src/fmt/mod.rs:20:5 Nov 05 01:43:09.402 INFO kablam! | Nov 05 01:43:09.402 INFO kablam! 20 | use cell::RefCell; Nov 05 01:43:09.402 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Nov 05 01:43:09.403 INFO kablam! | Nov 05 01:43:09.403 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 05 01:43:09.403 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.403 INFO kablam! Nov 05 01:43:09.403 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.403 INFO kablam! --> src/fmt/mod.rs:21:5 Nov 05 01:43:09.403 INFO kablam! | Nov 05 01:43:09.403 INFO kablam! 21 | use cell::RefMut; Nov 05 01:43:09.404 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Nov 05 01:43:09.404 INFO kablam! | Nov 05 01:43:09.404 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 05 01:43:09.405 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.405 INFO kablam! Nov 05 01:43:09.405 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.405 INFO kablam! --> src/fmt/mod.rs:22:5 Nov 05 01:43:09.405 INFO kablam! | Nov 05 01:43:09.405 INFO kablam! 22 | use cell::RefVal; Nov 05 01:43:09.405 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Nov 05 01:43:09.405 INFO kablam! | Nov 05 01:43:09.405 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 05 01:43:09.406 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.406 INFO kablam! Nov 05 01:43:09.406 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.406 INFO kablam! --> src/lib.rs:30:9 Nov 05 01:43:09.406 INFO kablam! | Nov 05 01:43:09.408 INFO kablam! 30 | pub use cell::Ref; Nov 05 01:43:09.408 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Nov 05 01:43:09.408 INFO kablam! | Nov 05 01:43:09.408 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 05 01:43:09.408 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.408 INFO kablam! Nov 05 01:43:09.408 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.408 INFO kablam! --> src/lib.rs:31:9 Nov 05 01:43:09.408 INFO kablam! | Nov 05 01:43:09.408 INFO kablam! 31 | pub use cell::RefCell; Nov 05 01:43:09.408 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Nov 05 01:43:09.408 INFO kablam! | Nov 05 01:43:09.408 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 05 01:43:09.408 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.408 INFO kablam! Nov 05 01:43:09.408 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.408 INFO kablam! --> src/lib.rs:32:9 Nov 05 01:43:09.408 INFO kablam! | Nov 05 01:43:09.408 INFO kablam! 32 | pub use cell::RefMut; Nov 05 01:43:09.408 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Nov 05 01:43:09.408 INFO kablam! | Nov 05 01:43:09.408 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 05 01:43:09.408 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.408 INFO kablam! Nov 05 01:43:09.408 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.408 INFO kablam! --> src/lib.rs:33:9 Nov 05 01:43:09.408 INFO kablam! | Nov 05 01:43:09.409 INFO kablam! 33 | pub use cell::RefVal; Nov 05 01:43:09.409 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Nov 05 01:43:09.409 INFO kablam! | Nov 05 01:43:09.409 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 05 01:43:09.409 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.409 INFO kablam! Nov 05 01:43:09.499 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.499 INFO kablam! --> src/fmt/mod.rs:19:5 Nov 05 01:43:09.499 INFO kablam! | Nov 05 01:43:09.500 INFO kablam! 19 | use cell::Ref; Nov 05 01:43:09.500 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Nov 05 01:43:09.500 INFO kablam! | Nov 05 01:43:09.500 INFO kablam! note: lint level defined here Nov 05 01:43:09.501 INFO kablam! --> src/lib.rs:17:3 Nov 05 01:43:09.501 INFO kablam! | Nov 05 01:43:09.501 INFO kablam! 17 | rust_2018_compatibility, Nov 05 01:43:09.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 05 01:43:09.502 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Nov 05 01:43:09.502 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 05 01:43:09.502 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.503 INFO kablam! Nov 05 01:43:09.503 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.503 INFO kablam! --> src/fmt/mod.rs:20:5 Nov 05 01:43:09.504 INFO kablam! | Nov 05 01:43:09.504 INFO kablam! 20 | use cell::RefCell; Nov 05 01:43:09.504 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Nov 05 01:43:09.504 INFO kablam! | Nov 05 01:43:09.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 05 01:43:09.505 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.505 INFO kablam! Nov 05 01:43:09.506 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.506 INFO kablam! --> src/fmt/mod.rs:21:5 Nov 05 01:43:09.506 INFO kablam! | Nov 05 01:43:09.506 INFO kablam! 21 | use cell::RefMut; Nov 05 01:43:09.506 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Nov 05 01:43:09.506 INFO kablam! | Nov 05 01:43:09.506 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 05 01:43:09.506 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.506 INFO kablam! Nov 05 01:43:09.506 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.506 INFO kablam! --> src/fmt/mod.rs:22:5 Nov 05 01:43:09.506 INFO kablam! | Nov 05 01:43:09.506 INFO kablam! 22 | use cell::RefVal; Nov 05 01:43:09.506 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Nov 05 01:43:09.506 INFO kablam! | Nov 05 01:43:09.506 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 05 01:43:09.506 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.507 INFO kablam! Nov 05 01:43:09.507 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.507 INFO kablam! --> src/lib.rs:30:9 Nov 05 01:43:09.507 INFO kablam! | Nov 05 01:43:09.507 INFO kablam! 30 | pub use cell::Ref; Nov 05 01:43:09.507 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Nov 05 01:43:09.507 INFO kablam! | Nov 05 01:43:09.507 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 05 01:43:09.507 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.507 INFO kablam! Nov 05 01:43:09.507 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.507 INFO kablam! --> src/lib.rs:31:9 Nov 05 01:43:09.507 INFO kablam! | Nov 05 01:43:09.507 INFO kablam! 31 | pub use cell::RefCell; Nov 05 01:43:09.507 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Nov 05 01:43:09.507 INFO kablam! | Nov 05 01:43:09.507 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 05 01:43:09.507 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.507 INFO kablam! Nov 05 01:43:09.507 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.507 INFO kablam! --> src/lib.rs:32:9 Nov 05 01:43:09.507 INFO kablam! | Nov 05 01:43:09.507 INFO kablam! 32 | pub use cell::RefMut; Nov 05 01:43:09.511 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Nov 05 01:43:09.511 INFO kablam! | Nov 05 01:43:09.511 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 05 01:43:09.511 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.511 INFO kablam! Nov 05 01:43:09.511 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 05 01:43:09.511 INFO kablam! --> src/lib.rs:33:9 Nov 05 01:43:09.511 INFO kablam! | Nov 05 01:43:09.511 INFO kablam! 33 | pub use cell::RefVal; Nov 05 01:43:09.511 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Nov 05 01:43:09.511 INFO kablam! | Nov 05 01:43:09.511 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 05 01:43:09.511 INFO kablam! = note: for more information, see issue #53130 Nov 05 01:43:09.511 INFO kablam! Nov 05 01:43:09.587 INFO kablam! error: aborting due to 8 previous errors Nov 05 01:43:09.587 INFO kablam! Nov 05 01:43:09.608 INFO kablam! error: Could not compile `cell`. Nov 05 01:43:09.609 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 05 01:43:09.655 INFO kablam! error: aborting due to 8 previous errors Nov 05 01:43:09.655 INFO kablam! Nov 05 01:43:09.662 INFO kablam! error: Could not compile `cell`. Nov 05 01:43:09.662 INFO kablam! Nov 05 01:43:09.662 INFO kablam! To learn more, run the command again with --verbose. Nov 05 01:43:09.664 INFO kablam! su: No module specific data is present Nov 05 01:43:10.946 INFO running `"docker" "rm" "-f" "a3fc3a339f1bc1cff7638ccfe7cb119f5aa053915bbf112a2af6d19825465933"` Nov 05 01:43:11.255 INFO blam! a3fc3a339f1bc1cff7638ccfe7cb119f5aa053915bbf112a2af6d19825465933