Nov 18 18:16:39.484 INFO testing cell-0.1.0 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 18:16:39.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:39.933 INFO [stdout] 737559620f5133a696f4933223e593d2cb0f3c3894ba6e5bb43e090bd1d34cbd Nov 18 18:16:39.943 INFO running `"docker" "start" "-a" "737559620f5133a696f4933223e593d2cb0f3c3894ba6e5bb43e090bd1d34cbd"` Nov 18 18:16:40.779 INFO [stderr] usermod: no changes Nov 18 18:16:40.821 INFO [stderr] Compiling cell v0.1.0 (/source) Nov 18 18:16:41.145 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.145 INFO [stderr] --> src/fmt/mod.rs:19:5 Nov 18 18:16:41.145 INFO [stderr] | Nov 18 18:16:41.145 INFO [stderr] 19 | use cell::Ref; Nov 18 18:16:41.145 INFO [stderr] | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 INFO [stderr] note: lint level defined here Nov 18 18:16:41.146 INFO [stderr] --> src/lib.rs:17:3 Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 INFO [stderr] 17 | rust_2018_compatibility, Nov 18 18:16:41.146 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 18:16:41.146 INFO [stderr] = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Nov 18 18:16:41.146 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.146 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.146 INFO [stderr] Nov 18 18:16:41.146 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.146 INFO [stderr] --> src/fmt/mod.rs:20:5 Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 INFO [stderr] 20 | use cell::RefCell; Nov 18 18:16:41.146 INFO [stderr] | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 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.146 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.146 INFO [stderr] Nov 18 18:16:41.146 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.146 INFO [stderr] --> src/fmt/mod.rs:21:5 Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 INFO [stderr] 21 | use cell::RefMut; Nov 18 18:16:41.146 INFO [stderr] | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 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.146 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.146 INFO [stderr] Nov 18 18:16:41.146 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.146 INFO [stderr] --> src/fmt/mod.rs:22:5 Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 INFO [stderr] 22 | use cell::RefVal; Nov 18 18:16:41.146 INFO [stderr] | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 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.146 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.146 INFO [stderr] Nov 18 18:16:41.146 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.146 INFO [stderr] --> src/lib.rs:30:9 Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 INFO [stderr] 30 | pub use cell::Ref; Nov 18 18:16:41.146 INFO [stderr] | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 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.146 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.146 INFO [stderr] Nov 18 18:16:41.146 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.146 INFO [stderr] --> src/lib.rs:31:9 Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 INFO [stderr] 31 | pub use cell::RefCell; Nov 18 18:16:41.146 INFO [stderr] | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 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.146 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.146 INFO [stderr] Nov 18 18:16:41.146 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.146 INFO [stderr] --> src/lib.rs:32:9 Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 INFO [stderr] 32 | pub use cell::RefMut; Nov 18 18:16:41.146 INFO [stderr] | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 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.146 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.146 INFO [stderr] Nov 18 18:16:41.146 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.146 INFO [stderr] --> src/lib.rs:33:9 Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 INFO [stderr] 33 | pub use cell::RefVal; Nov 18 18:16:41.146 INFO [stderr] | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Nov 18 18:16:41.146 INFO [stderr] | Nov 18 18:16:41.146 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.146 INFO [stderr] = note: for more information, see issue #53130 Nov 18 18:16:41.160 INFO [stderr] Nov 18 18:16:41.212 INFO [stderr] error: aborting due to 8 previous errors Nov 18 18:16:41.212 INFO [stderr] Nov 18 18:16:41.221 INFO [stderr] error: Could not compile `cell`. Nov 18 18:16:41.221 INFO [stderr] Nov 18 18:16:41.221 INFO [stderr] To learn more, run the command again with --verbose. Nov 18 18:16:41.222 INFO [stderr] su: No module specific data is present Nov 18 18:16:41.573 INFO running `"docker" "inspect" "737559620f5133a696f4933223e593d2cb0f3c3894ba6e5bb43e090bd1d34cbd"` Nov 18 18:16:41.721 INFO running `"docker" "rm" "-f" "737559620f5133a696f4933223e593d2cb0f3c3894ba6e5bb43e090bd1d34cbd"` Nov 18 18:16:41.911 INFO [stdout] 737559620f5133a696f4933223e593d2cb0f3c3894ba6e5bb43e090bd1d34cbd