Oct 13 11:09:29.462 INFO checking pagecache-0.6.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 11:09:29.462 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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"` Oct 13 11:09:29.780 INFO blam! 4f386e8f4f7237dc56ac09f7810e3ace01771f516d3a169d35cffefd046a4250 Oct 13 11:09:29.787 INFO running `"docker" "start" "-a" "4f386e8f4f7237dc56ac09f7810e3ace01771f516d3a169d35cffefd046a4250"` Oct 13 11:09:30.500 INFO kablam! usermod: no changes Oct 13 11:09:30.586 INFO kablam! Checking crossbeam-utils v0.5.0 Oct 13 11:09:30.589 INFO kablam! Checking coco v0.2.1 Oct 13 11:09:31.184 INFO kablam! Checking crossbeam-epoch v0.6.0 Oct 13 11:09:31.423 INFO kablam! Checking historian v3.0.4 Oct 13 11:09:32.108 INFO kablam! Checking pagetable v0.0.3 Oct 13 11:09:32.816 INFO kablam! Checking pagecache v0.6.0 (/source) Oct 13 11:09:34.796 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:09:34.796 INFO kablam! --> src/ds/stack.rs:7:5 Oct 13 11:09:34.796 INFO kablam! | Oct 13 11:09:34.796 INFO kablam! 7 | use epoch::{pin, unprotected, Atomic, Guard, Owned, Shared}; Oct 13 11:09:34.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::epoch::{pin, unprotected, Atomic, Guard, Owned, Shared}` Oct 13 11:09:34.796 INFO kablam! | Oct 13 11:09:34.796 INFO kablam! note: lint level defined here Oct 13 11:09:34.796 INFO kablam! --> src/lib.rs:7:24 Oct 13 11:09:34.796 INFO kablam! | Oct 13 11:09:34.796 INFO kablam! 7 | #![cfg_attr(test, deny(rust_2018_compatibility))] Oct 13 11:09:34.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:09:34.796 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 13 11:09:34.796 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 13 11:09:34.796 INFO kablam! = note: for more information, see issue TBD Oct 13 11:09:34.796 INFO kablam! Oct 13 11:09:34.796 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:09:34.796 INFO kablam! --> src/ds/stack.rs:9:5 Oct 13 11:09:34.796 INFO kablam! | Oct 13 11:09:34.797 INFO kablam! 9 | use debug_delay; Oct 13 11:09:34.797 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::debug_delay` Oct 13 11:09:34.797 INFO kablam! | Oct 13 11:09:34.797 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 13 11:09:34.797 INFO kablam! = note: for more information, see issue TBD Oct 13 11:09:34.797 INFO kablam! Oct 13 11:09:34.802 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:09:34.802 INFO kablam! --> src/pagecache.rs:4:5 Oct 13 11:09:34.802 INFO kablam! | Oct 13 11:09:34.802 INFO kablam! 4 | use epoch::Shared; Oct 13 11:09:34.802 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::epoch::Shared` Oct 13 11:09:34.802 INFO kablam! | Oct 13 11:09:34.802 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 13 11:09:34.802 INFO kablam! = note: for more information, see issue TBD Oct 13 11:09:34.802 INFO kablam! Oct 13 11:09:34.802 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:09:34.802 INFO kablam! --> src/pagecache.rs:58:13 Oct 13 11:09:34.802 INFO kablam! | Oct 13 11:09:34.802 INFO kablam! 58 | use CacheEntry::*; Oct 13 11:09:34.802 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::CacheEntry::*` Oct 13 11:09:34.802 INFO kablam! | Oct 13 11:09:34.802 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 13 11:09:34.802 INFO kablam! = note: for more information, see issue TBD Oct 13 11:09:34.802 INFO kablam! Oct 13 11:09:34.804 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:09:34.804 INFO kablam! --> src/result.rs:35:5 Oct 13 11:09:34.804 INFO kablam! | Oct 13 11:09:34.804 INFO kablam! 35 | use Error::*; Oct 13 11:09:34.804 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Error::*` Oct 13 11:09:34.804 INFO kablam! | Oct 13 11:09:34.804 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 13 11:09:34.804 INFO kablam! = note: for more information, see issue TBD Oct 13 11:09:34.804 INFO kablam! Oct 13 11:09:34.812 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:09:34.812 INFO kablam! --> src/tx.rs:3:5 Oct 13 11:09:34.812 INFO kablam! | Oct 13 11:09:34.812 INFO kablam! 3 | use epoch::Guard; Oct 13 11:09:34.812 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::epoch::Guard` Oct 13 11:09:34.812 INFO kablam! | Oct 13 11:09:34.812 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 13 11:09:34.812 INFO kablam! = note: for more information, see issue TBD Oct 13 11:09:34.812 INFO kablam! Oct 13 11:09:34.812 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:09:34.812 INFO kablam! --> src/util.rs:1:5 Oct 13 11:09:34.812 INFO kablam! | Oct 13 11:09:34.812 INFO kablam! 1 | use epoch; Oct 13 11:09:34.812 INFO kablam! | ^^^^^ help: use `crate`: `crate::epoch` Oct 13 11:09:34.812 INFO kablam! | Oct 13 11:09:34.812 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 13 11:09:34.812 INFO kablam! = note: for more information, see issue TBD Oct 13 11:09:34.812 INFO kablam! Oct 13 11:09:34.812 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 11:09:34.813 INFO kablam! --> src/lib.rs:127:9 Oct 13 11:09:34.813 INFO kablam! | Oct 13 11:09:34.813 INFO kablam! 127 | pub use constants::{ Oct 13 11:09:34.813 INFO kablam! | _________^ Oct 13 11:09:34.813 INFO kablam! 128 | | BLOB_FLUSH, BLOB_INLINE_LEN, EVIL_BYTE, FAILED_FLUSH, Oct 13 11:09:34.813 INFO kablam! 129 | | INLINE_FLUSH, MSG_HEADER_LEN, SEGMENT_PAD, SEG_HEADER_LEN, Oct 13 11:09:34.813 INFO kablam! 130 | | SEG_TRAILER_LEN, Oct 13 11:09:34.813 INFO kablam! 131 | | }; Oct 13 11:09:34.813 INFO kablam! | |_^ Oct 13 11:09:34.813 INFO kablam! | Oct 13 11:09:34.813 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 13 11:09:34.813 INFO kablam! = note: for more information, see issue TBD Oct 13 11:09:34.813 INFO kablam! help: use `crate` Oct 13 11:09:34.813 INFO kablam! | Oct 13 11:09:34.813 INFO kablam! 127 | pub use crate::constants::{ Oct 13 11:09:34.813 INFO kablam! 128 | BLOB_FLUSH, BLOB_INLINE_LEN, EVIL_BYTE, FAILED_FLUSH, Oct 13 11:09:34.813 INFO kablam! 129 | INLINE_FLUSH, MSG_HEADER_LEN, SEGMENT_PAD, SEG_HEADER_LEN, Oct 13 11:09:34.813 INFO kablam! 130 | SEG_TRAILER_LEN, Oct 13 11:09:34.813 INFO kablam! 131 | }; Oct 13 11:09:34.813 INFO kablam! | Oct 13 11:09:34.813 INFO kablam! Oct 13 11:09:37.616 INFO kablam! error: aborting due to 8 previous errors Oct 13 11:09:37.616 INFO kablam! Oct 13 11:09:37.632 INFO kablam! error: Could not compile `pagecache`. Oct 13 11:09:37.632 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 11:09:38.371 INFO kablam! error: build failed Oct 13 11:09:38.371 INFO kablam! su: No module specific data is present Oct 13 11:09:39.244 INFO running `"docker" "rm" "-f" "4f386e8f4f7237dc56ac09f7810e3ace01771f516d3a169d35cffefd046a4250"` Oct 13 11:09:39.534 INFO blam! 4f386e8f4f7237dc56ac09f7810e3ace01771f516d3a169d35cffefd046a4250