Oct 11 15:27:20.909 INFO testing pagecache-0.6.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 15:27:20.909 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 15:27:20.911 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:27:21.269 INFO blam! df4e1905eda8b36d6ac086de62d382631132aa84db0937c6df18e3f41898ba36 Oct 11 15:27:21.276 INFO running `"docker" "start" "-a" "df4e1905eda8b36d6ac086de62d382631132aa84db0937c6df18e3f41898ba36"` Oct 11 15:27:22.408 INFO kablam! usermod: no changes Oct 11 15:27:22.568 INFO kablam! Compiling crossbeam-utils v0.5.0 Oct 11 15:27:22.576 INFO kablam! Compiling coco v0.2.1 Oct 11 15:27:23.736 INFO kablam! Compiling crossbeam-epoch v0.6.0 Oct 11 15:27:24.444 INFO kablam! Compiling historian v3.0.4 Oct 11 15:27:25.964 INFO kablam! Compiling pagetable v0.0.3 Oct 11 15:27:27.272 INFO kablam! Compiling pagecache v0.6.0 (/source) Oct 11 15:27:39.024 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.58s Oct 11 15:27:39.036 INFO kablam! su: No module specific data is present Oct 11 15:27:39.704 INFO running `"docker" "rm" "-f" "df4e1905eda8b36d6ac086de62d382631132aa84db0937c6df18e3f41898ba36"` Oct 11 15:27:39.961 INFO blam! df4e1905eda8b36d6ac086de62d382631132aa84db0937c6df18e3f41898ba36 Oct 11 15:27:39.972 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 15:27:39.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:27:40.309 INFO blam! 268e3ace6d8e848795515941510307259188bf1cbcbc0f9b0b50124b343a906f Oct 11 15:27:40.314 INFO running `"docker" "start" "-a" "268e3ace6d8e848795515941510307259188bf1cbcbc0f9b0b50124b343a906f"` Oct 11 15:27:41.435 INFO kablam! usermod: no changes Oct 11 15:27:41.584 INFO kablam! Compiling pagecache v0.6.0 (/source) Oct 11 15:27:43.125 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 15:27:43.125 INFO kablam! --> src/ds/stack.rs:7:5 Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 INFO kablam! 7 | use epoch::{pin, unprotected, Atomic, Guard, Owned, Shared}; Oct 11 15:27:43.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::epoch::{pin, unprotected, Atomic, Guard, Owned, Shared}` Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 INFO kablam! note: lint level defined here Oct 11 15:27:43.125 INFO kablam! --> src/lib.rs:7:24 Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 INFO kablam! 7 | #![cfg_attr(test, deny(rust_2018_compatibility))] Oct 11 15:27:43.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:27:43.125 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 11 15:27:43.125 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 11 15:27:43.125 INFO kablam! = note: for more information, see issue TBD Oct 11 15:27:43.125 INFO kablam! Oct 11 15:27:43.125 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 15:27:43.125 INFO kablam! --> src/ds/stack.rs:9:5 Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 INFO kablam! 9 | use debug_delay; Oct 11 15:27:43.125 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::debug_delay` Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 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 11 15:27:43.125 INFO kablam! = note: for more information, see issue TBD Oct 11 15:27:43.125 INFO kablam! Oct 11 15:27:43.125 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 15:27:43.125 INFO kablam! --> src/pagecache.rs:4:5 Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 INFO kablam! 4 | use epoch::Shared; Oct 11 15:27:43.125 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::epoch::Shared` Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 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 11 15:27:43.125 INFO kablam! = note: for more information, see issue TBD Oct 11 15:27:43.125 INFO kablam! Oct 11 15:27:43.125 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 15:27:43.125 INFO kablam! --> src/pagecache.rs:58:13 Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 INFO kablam! 58 | use CacheEntry::*; Oct 11 15:27:43.125 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::CacheEntry::*` Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 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 11 15:27:43.125 INFO kablam! = note: for more information, see issue TBD Oct 11 15:27:43.125 INFO kablam! Oct 11 15:27:43.125 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 15:27:43.125 INFO kablam! --> src/result.rs:35:5 Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 INFO kablam! 35 | use Error::*; Oct 11 15:27:43.125 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Error::*` Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 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 11 15:27:43.125 INFO kablam! = note: for more information, see issue TBD Oct 11 15:27:43.125 INFO kablam! Oct 11 15:27:43.125 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 15:27:43.125 INFO kablam! --> src/tx.rs:3:5 Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 INFO kablam! 3 | use epoch::Guard; Oct 11 15:27:43.125 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::epoch::Guard` Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 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 11 15:27:43.125 INFO kablam! = note: for more information, see issue TBD Oct 11 15:27:43.125 INFO kablam! Oct 11 15:27:43.125 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 15:27:43.125 INFO kablam! --> src/util.rs:1:5 Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 INFO kablam! 1 | use epoch; Oct 11 15:27:43.125 INFO kablam! | ^^^^^ help: use `crate`: `crate::epoch` Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 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 11 15:27:43.125 INFO kablam! = note: for more information, see issue TBD Oct 11 15:27:43.125 INFO kablam! Oct 11 15:27:43.125 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 15:27:43.125 INFO kablam! --> src/lib.rs:127:9 Oct 11 15:27:43.125 INFO kablam! | Oct 11 15:27:43.125 INFO kablam! 127 | pub use constants::{ Oct 11 15:27:43.126 INFO kablam! | _________^ Oct 11 15:27:43.126 INFO kablam! 128 | | BLOB_FLUSH, BLOB_INLINE_LEN, EVIL_BYTE, FAILED_FLUSH, Oct 11 15:27:43.126 INFO kablam! 129 | | INLINE_FLUSH, MSG_HEADER_LEN, SEGMENT_PAD, SEG_HEADER_LEN, Oct 11 15:27:43.126 INFO kablam! 130 | | SEG_TRAILER_LEN, Oct 11 15:27:43.126 INFO kablam! 131 | | }; Oct 11 15:27:43.126 INFO kablam! | |_^ Oct 11 15:27:43.126 INFO kablam! | Oct 11 15:27:43.126 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 11 15:27:43.126 INFO kablam! = note: for more information, see issue TBD Oct 11 15:27:43.126 INFO kablam! help: use `crate` Oct 11 15:27:43.126 INFO kablam! | Oct 11 15:27:43.126 INFO kablam! 127 | pub use crate::constants::{ Oct 11 15:27:43.126 INFO kablam! 128 | BLOB_FLUSH, BLOB_INLINE_LEN, EVIL_BYTE, FAILED_FLUSH, Oct 11 15:27:43.126 INFO kablam! 129 | INLINE_FLUSH, MSG_HEADER_LEN, SEGMENT_PAD, SEG_HEADER_LEN, Oct 11 15:27:43.126 INFO kablam! 130 | SEG_TRAILER_LEN, Oct 11 15:27:43.126 INFO kablam! 131 | }; Oct 11 15:27:43.126 INFO kablam! | Oct 11 15:27:43.126 INFO kablam! Oct 11 15:27:44.860 INFO kablam! error: aborting due to 8 previous errors Oct 11 15:27:44.860 INFO kablam! Oct 11 15:27:44.868 INFO kablam! error: Could not compile `pagecache`. Oct 11 15:27:44.868 INFO kablam! Oct 11 15:27:44.868 INFO kablam! To learn more, run the command again with --verbose. Oct 11 15:27:44.868 INFO kablam! su: No module specific data is present Oct 11 15:27:45.648 INFO running `"docker" "rm" "-f" "268e3ace6d8e848795515941510307259188bf1cbcbc0f9b0b50124b343a906f"` Oct 11 15:27:45.876 INFO blam! 268e3ace6d8e848795515941510307259188bf1cbcbc0f9b0b50124b343a906f