Oct 16 15:27:11.116 INFO testing cell-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 15:27:11.116 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 16 15:27:11.572 INFO blam! a6da7c0fdd7a0f6de0f172afa10edf6d70e91d6e72d3ffe8a4cc6841881e358e Oct 16 15:27:11.587 INFO running `"docker" "start" "-a" "a6da7c0fdd7a0f6de0f172afa10edf6d70e91d6e72d3ffe8a4cc6841881e358e"` Oct 16 15:27:12.755 INFO kablam! usermod: no changes Oct 16 15:27:12.812 INFO kablam! Compiling cell v0.1.0 (/source) Oct 16 15:27:13.421 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 15:27:13.421 INFO kablam! --> src/fmt/mod.rs:19:5 Oct 16 15:27:13.421 INFO kablam! | Oct 16 15:27:13.422 INFO kablam! 19 | use cell::Ref; Oct 16 15:27:13.422 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Oct 16 15:27:13.423 INFO kablam! | Oct 16 15:27:13.423 INFO kablam! note: lint level defined here Oct 16 15:27:13.423 INFO kablam! --> src/lib.rs:17:3 Oct 16 15:27:13.424 INFO kablam! | Oct 16 15:27:13.424 INFO kablam! 17 | rust_2018_compatibility, Oct 16 15:27:13.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:27:13.424 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 16 15:27:13.425 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 16 15:27:13.425 INFO kablam! = note: for more information, see issue TBD Oct 16 15:27:13.425 INFO kablam! Oct 16 15:27:13.426 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 15:27:13.426 INFO kablam! --> src/fmt/mod.rs:20:5 Oct 16 15:27:13.426 INFO kablam! | Oct 16 15:27:13.427 INFO kablam! 20 | use cell::RefCell; Oct 16 15:27:13.427 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Oct 16 15:27:13.427 INFO kablam! | Oct 16 15:27:13.428 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 16 15:27:13.428 INFO kablam! = note: for more information, see issue TBD Oct 16 15:27:13.428 INFO kablam! Oct 16 15:27:13.429 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 15:27:13.429 INFO kablam! --> src/fmt/mod.rs:21:5 Oct 16 15:27:13.429 INFO kablam! | Oct 16 15:27:13.430 INFO kablam! 21 | use cell::RefMut; Oct 16 15:27:13.430 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Oct 16 15:27:13.430 INFO kablam! | Oct 16 15:27:13.431 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 16 15:27:13.431 INFO kablam! = note: for more information, see issue TBD Oct 16 15:27:13.431 INFO kablam! Oct 16 15:27:13.432 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 15:27:13.432 INFO kablam! --> src/fmt/mod.rs:22:5 Oct 16 15:27:13.432 INFO kablam! | Oct 16 15:27:13.432 INFO kablam! 22 | use cell::RefVal; Oct 16 15:27:13.433 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Oct 16 15:27:13.433 INFO kablam! | Oct 16 15:27:13.433 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 16 15:27:13.434 INFO kablam! = note: for more information, see issue TBD Oct 16 15:27:13.434 INFO kablam! Oct 16 15:27:13.434 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 15:27:13.435 INFO kablam! --> src/lib.rs:30:9 Oct 16 15:27:13.435 INFO kablam! | Oct 16 15:27:13.435 INFO kablam! 30 | pub use cell::Ref; Oct 16 15:27:13.436 INFO kablam! | ^^^^^^^^^ help: use `crate`: `crate::cell::Ref` Oct 16 15:27:13.436 INFO kablam! | Oct 16 15:27:13.436 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 16 15:27:13.437 INFO kablam! = note: for more information, see issue TBD Oct 16 15:27:13.437 INFO kablam! Oct 16 15:27:13.437 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 15:27:13.438 INFO kablam! --> src/lib.rs:31:9 Oct 16 15:27:13.438 INFO kablam! | Oct 16 15:27:13.438 INFO kablam! 31 | pub use cell::RefCell; Oct 16 15:27:13.443 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefCell` Oct 16 15:27:13.443 INFO kablam! | Oct 16 15:27:13.443 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 16 15:27:13.443 INFO kablam! = note: for more information, see issue TBD Oct 16 15:27:13.444 INFO kablam! Oct 16 15:27:13.444 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 15:27:13.444 INFO kablam! --> src/lib.rs:32:9 Oct 16 15:27:13.445 INFO kablam! | Oct 16 15:27:13.445 INFO kablam! 32 | pub use cell::RefMut; Oct 16 15:27:13.445 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefMut` Oct 16 15:27:13.446 INFO kablam! | Oct 16 15:27:13.446 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 16 15:27:13.446 INFO kablam! = note: for more information, see issue TBD Oct 16 15:27:13.447 INFO kablam! Oct 16 15:27:13.447 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 15:27:13.447 INFO kablam! --> src/lib.rs:33:9 Oct 16 15:27:13.447 INFO kablam! | Oct 16 15:27:13.448 INFO kablam! 33 | pub use cell::RefVal; Oct 16 15:27:13.448 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::cell::RefVal` Oct 16 15:27:13.448 INFO kablam! | Oct 16 15:27:13.449 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 16 15:27:13.449 INFO kablam! = note: for more information, see issue TBD Oct 16 15:27:13.449 INFO kablam! Oct 16 15:27:13.519 INFO kablam! error: aborting due to 8 previous errors Oct 16 15:27:13.519 INFO kablam! Oct 16 15:27:13.521 INFO kablam! error: Could not compile `cell`. Oct 16 15:27:13.521 INFO kablam! Oct 16 15:27:13.521 INFO kablam! To learn more, run the command again with --verbose. Oct 16 15:27:13.522 INFO kablam! su: No module specific data is present Oct 16 15:27:14.061 INFO running `"docker" "rm" "-f" "a6da7c0fdd7a0f6de0f172afa10edf6d70e91d6e72d3ffe8a4cc6841881e358e"` Oct 16 15:27:14.287 INFO blam! a6da7c0fdd7a0f6de0f172afa10edf6d70e91d6e72d3ffe8a4cc6841881e358e