Nov 18 18:16:39.596 INFO testing cell-0.1.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 18:16:39.598 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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 18 18:16:40.001 INFO [stdout] d24894421f1f0534f1053ed5f45ee8fdaac763620f8ad76b11fe12ad7b94e037 Nov 18 18:16:40.007 INFO running `"docker" "start" "-a" "d24894421f1f0534f1053ed5f45ee8fdaac763620f8ad76b11fe12ad7b94e037"` Nov 18 18:16:40.887 INFO [stderr] usermod: no changes Nov 18 18:16:40.887 INFO [stderr] Compiling cell v0.1.0 (/source) Nov 18 18:16:41.269 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 18:16:41.269 INFO [stderr] --> src/fmt/mod.rs:19:5 Nov 18 18:16:41.269 INFO [stderr] | Nov 18 18:16:41.269 INFO [stderr] 19 | use cell::Ref; Nov 18 18:16:41.269 INFO [stderr] | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Nov 18 18:16:41.269 INFO [stderr] | Nov 18 18:16:41.269 INFO [stderr] note: lint level defined here Nov 18 18:16:41.269 INFO [stderr] --> src/lib.rs:17:3 Nov 18 18:16:41.269 INFO [stderr] | Nov 18 18:16:41.269 INFO [stderr] 17 | rust_2018_compatibility, Nov 18 18:16:41.269 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 18:16:41.270 INFO [stderr] = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Nov 18 18:16:41.270 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 18:16:41.270 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.270 INFO [stderr] Nov 18 18:16:41.270 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 18:16:41.270 INFO [stderr] --> src/fmt/mod.rs:20:5 Nov 18 18:16:41.270 INFO [stderr] | Nov 18 18:16:41.270 INFO [stderr] 20 | use cell::RefCell; Nov 18 18:16:41.270 INFO [stderr] | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Nov 18 18:16:41.270 INFO [stderr] | Nov 18 18:16:41.270 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 18:16:41.270 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.270 INFO [stderr] Nov 18 18:16:41.270 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 18:16:41.270 INFO [stderr] --> src/fmt/mod.rs:21:5 Nov 18 18:16:41.270 INFO [stderr] | Nov 18 18:16:41.270 INFO [stderr] 21 | use cell::RefMut; Nov 18 18:16:41.270 INFO [stderr] | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Nov 18 18:16:41.270 INFO [stderr] | Nov 18 18:16:41.270 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 18:16:41.270 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.270 INFO [stderr] Nov 18 18:16:41.270 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 18:16:41.270 INFO [stderr] --> src/fmt/mod.rs:22:5 Nov 18 18:16:41.270 INFO [stderr] | Nov 18 18:16:41.270 INFO [stderr] 22 | use cell::RefVal; Nov 18 18:16:41.270 INFO [stderr] | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Nov 18 18:16:41.270 INFO [stderr] | Nov 18 18:16:41.270 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 18:16:41.270 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.270 INFO [stderr] Nov 18 18:16:41.270 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 18:16:41.270 INFO [stderr] --> src/lib.rs:30:9 Nov 18 18:16:41.270 INFO [stderr] | Nov 18 18:16:41.270 INFO [stderr] 30 | pub use cell::Ref; Nov 18 18:16:41.270 INFO [stderr] | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Nov 18 18:16:41.270 INFO [stderr] | Nov 18 18:16:41.270 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 18:16:41.270 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.270 INFO [stderr] Nov 18 18:16:41.270 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 18:16:41.270 INFO [stderr] --> src/lib.rs:31:9 Nov 18 18:16:41.270 INFO [stderr] | Nov 18 18:16:41.270 INFO [stderr] 31 | pub use cell::RefCell; Nov 18 18:16:41.270 INFO [stderr] | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Nov 18 18:16:41.270 INFO [stderr] | Nov 18 18:16:41.270 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 18:16:41.270 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.270 INFO [stderr] Nov 18 18:16:41.270 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 18:16:41.270 INFO [stderr] --> src/lib.rs:32:9 Nov 18 18:16:41.270 INFO [stderr] | Nov 18 18:16:41.270 INFO [stderr] 32 | pub use cell::RefMut; Nov 18 18:16:41.270 INFO [stderr] | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Nov 18 18:16:41.270 INFO [stderr] | Nov 18 18:16:41.270 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 18:16:41.271 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.271 INFO [stderr] Nov 18 18:16:41.271 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 18:16:41.271 INFO [stderr] --> src/lib.rs:33:9 Nov 18 18:16:41.271 INFO [stderr] | Nov 18 18:16:41.271 INFO [stderr] 33 | pub use cell::RefVal; Nov 18 18:16:41.271 INFO [stderr] | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Nov 18 18:16:41.271 INFO [stderr] | Nov 18 18:16:41.271 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 18 18:16:41.271 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.271 INFO [stderr] Nov 18 18:16:41.328 INFO [stderr] error: aborting due to 8 previous errors Nov 18 18:16:41.328 INFO [stderr] Nov 18 18:16:41.332 INFO [stderr] error: Could not compile `cell`. Nov 18 18:16:41.332 INFO [stderr] Nov 18 18:16:41.332 INFO [stderr] To learn more, run the command again with --verbose. Nov 18 18:16:41.334 INFO [stderr] su: No module specific data is present Nov 18 18:16:41.788 INFO running `"docker" "inspect" "d24894421f1f0534f1053ed5f45ee8fdaac763620f8ad76b11fe12ad7b94e037"` Nov 18 18:16:42.067 INFO running `"docker" "rm" "-f" "d24894421f1f0534f1053ed5f45ee8fdaac763620f8ad76b11fe12ad7b94e037"` Nov 18 18:16:42.321 INFO [stdout] d24894421f1f0534f1053ed5f45ee8fdaac763620f8ad76b11fe12ad7b94e037