Nov 18 04:26:03.750 INFO testing pagecache-0.6.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 04:26:03.750 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 04:26:03.958 INFO [stdout] 0a0bb7ed44ae236e3c3b7126556726a2f786e3de17c1bb48abccc0b8fdfd5b31 Nov 18 04:26:03.960 INFO running `"docker" "start" "-a" "0a0bb7ed44ae236e3c3b7126556726a2f786e3de17c1bb48abccc0b8fdfd5b31"` Nov 18 04:26:04.401 INFO [stderr] usermod: no changes Nov 18 04:26:04.521 INFO [stderr] Compiling crossbeam-epoch v0.6.1 Nov 18 04:26:05.787 INFO [stderr] Compiling pagetable v0.0.3 Nov 18 04:26:06.671 INFO [stderr] Compiling pagecache v0.6.0 (/source) Nov 18 04:26:15.366 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.95s Nov 18 04:26:15.375 INFO [stderr] su: No module specific data is present Nov 18 04:26:15.664 INFO running `"docker" "inspect" "0a0bb7ed44ae236e3c3b7126556726a2f786e3de17c1bb48abccc0b8fdfd5b31"` Nov 18 04:26:15.748 INFO running `"docker" "rm" "-f" "0a0bb7ed44ae236e3c3b7126556726a2f786e3de17c1bb48abccc0b8fdfd5b31"` Nov 18 04:26:15.849 INFO [stdout] 0a0bb7ed44ae236e3c3b7126556726a2f786e3de17c1bb48abccc0b8fdfd5b31 Nov 18 04:26:15.852 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 test --frozen --no-run" "-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 04:26:16.007 INFO [stdout] c22b96eb0fb3b402404ce84256f96973164bcaf8f1eec8ae2f52f0634f74c0c9 Nov 18 04:26:16.009 INFO running `"docker" "start" "-a" "c22b96eb0fb3b402404ce84256f96973164bcaf8f1eec8ae2f52f0634f74c0c9"` Nov 18 04:26:16.471 INFO [stderr] usermod: no changes Nov 18 04:26:16.582 INFO [stderr] Compiling pagecache v0.6.0 (/source) Nov 18 04:26:18.251 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 04:26:18.251 INFO [stderr] --> src/ds/stack.rs:7:5 Nov 18 04:26:18.251 INFO [stderr] | Nov 18 04:26:18.251 INFO [stderr] 7 | use epoch::{pin, unprotected, Atomic, Guard, Owned, Shared}; Nov 18 04:26:18.251 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::epoch::{pin, unprotected, Atomic, Guard, Owned, Shared}` Nov 18 04:26:18.251 INFO [stderr] | Nov 18 04:26:18.251 INFO [stderr] note: lint level defined here Nov 18 04:26:18.251 INFO [stderr] --> src/lib.rs:7:24 Nov 18 04:26:18.251 INFO [stderr] | Nov 18 04:26:18.251 INFO [stderr] 7 | #![cfg_attr(test, deny(rust_2018_compatibility))] Nov 18 04:26:18.251 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 04:26:18.251 INFO [stderr] = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Nov 18 04:26:18.251 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 04:26:18.251 INFO [stderr] = note: for more information, see issue #53130 Nov 18 04:26:18.251 INFO [stderr] Nov 18 04:26:18.251 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 04:26:18.251 INFO [stderr] --> src/ds/stack.rs:9:5 Nov 18 04:26:18.251 INFO [stderr] | Nov 18 04:26:18.251 INFO [stderr] 9 | use debug_delay; Nov 18 04:26:18.251 INFO [stderr] | ^^^^^^^^^^^ help: use `crate`: `crate::debug_delay` Nov 18 04:26:18.251 INFO [stderr] | Nov 18 04:26:18.251 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 04:26:18.251 INFO [stderr] = note: for more information, see issue #53130 Nov 18 04:26:18.251 INFO [stderr] Nov 18 04:26:18.251 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 04:26:18.251 INFO [stderr] --> src/pagecache.rs:4:5 Nov 18 04:26:18.251 INFO [stderr] | Nov 18 04:26:18.251 INFO [stderr] 4 | use epoch::Shared; Nov 18 04:26:18.251 INFO [stderr] | ^^^^^^^^^^^^^ help: use `crate`: `crate::epoch::Shared` Nov 18 04:26:18.251 INFO [stderr] | Nov 18 04:26:18.251 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 04:26:18.251 INFO [stderr] = note: for more information, see issue #53130 Nov 18 04:26:18.252 INFO [stderr] Nov 18 04:26:18.252 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 04:26:18.252 INFO [stderr] --> src/pagecache.rs:58:13 Nov 18 04:26:18.252 INFO [stderr] | Nov 18 04:26:18.252 INFO [stderr] 58 | use CacheEntry::*; Nov 18 04:26:18.252 INFO [stderr] | ^^^^^^^^^^^^^ help: use `crate`: `crate::CacheEntry::*` Nov 18 04:26:18.252 INFO [stderr] | Nov 18 04:26:18.252 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 04:26:18.252 INFO [stderr] = note: for more information, see issue #53130 Nov 18 04:26:18.252 INFO [stderr] Nov 18 04:26:18.254 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 04:26:18.255 INFO [stderr] --> src/result.rs:35:5 Nov 18 04:26:18.255 INFO [stderr] | Nov 18 04:26:18.255 INFO [stderr] 35 | use Error::*; Nov 18 04:26:18.255 INFO [stderr] | ^^^^^^^^ help: use `crate`: `crate::Error::*` Nov 18 04:26:18.255 INFO [stderr] | Nov 18 04:26:18.255 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 04:26:18.259 INFO [stderr] = note: for more information, see issue #53130 Nov 18 04:26:18.259 INFO [stderr] Nov 18 04:26:18.262 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 04:26:18.262 INFO [stderr] --> src/tx.rs:3:5 Nov 18 04:26:18.262 INFO [stderr] | Nov 18 04:26:18.262 INFO [stderr] 3 | use epoch::Guard; Nov 18 04:26:18.262 INFO [stderr] | ^^^^^^^^^^^^ help: use `crate`: `crate::epoch::Guard` Nov 18 04:26:18.262 INFO [stderr] | Nov 18 04:26:18.262 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 04:26:18.262 INFO [stderr] = note: for more information, see issue #53130 Nov 18 04:26:18.262 INFO [stderr] Nov 18 04:26:18.262 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 04:26:18.262 INFO [stderr] --> src/util.rs:1:5 Nov 18 04:26:18.262 INFO [stderr] | Nov 18 04:26:18.262 INFO [stderr] 1 | use epoch; Nov 18 04:26:18.262 INFO [stderr] | ^^^^^ help: use `crate`: `crate::epoch` Nov 18 04:26:18.262 INFO [stderr] | Nov 18 04:26:18.262 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 04:26:18.262 INFO [stderr] = note: for more information, see issue #53130 Nov 18 04:26:18.264 INFO [stderr] Nov 18 04:26:18.264 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 18 04:26:18.264 INFO [stderr] --> src/lib.rs:127:9 Nov 18 04:26:18.264 INFO [stderr] | Nov 18 04:26:18.264 INFO [stderr] 127 | pub use constants::{ Nov 18 04:26:18.264 INFO [stderr] | _________^ Nov 18 04:26:18.264 INFO [stderr] 128 | | BLOB_FLUSH, BLOB_INLINE_LEN, EVIL_BYTE, FAILED_FLUSH, Nov 18 04:26:18.264 INFO [stderr] 129 | | INLINE_FLUSH, MSG_HEADER_LEN, SEGMENT_PAD, SEG_HEADER_LEN, Nov 18 04:26:18.264 INFO [stderr] 130 | | SEG_TRAILER_LEN, Nov 18 04:26:18.264 INFO [stderr] 131 | | }; Nov 18 04:26:18.264 INFO [stderr] | |_^ Nov 18 04:26:18.264 INFO [stderr] | Nov 18 04:26:18.264 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 04:26:18.264 INFO [stderr] = note: for more information, see issue #53130 Nov 18 04:26:18.264 INFO [stderr] help: use `crate` Nov 18 04:26:18.264 INFO [stderr] | Nov 18 04:26:18.264 INFO [stderr] 127 | pub use crate::constants::{ Nov 18 04:26:18.264 INFO [stderr] 128 | BLOB_FLUSH, BLOB_INLINE_LEN, EVIL_BYTE, FAILED_FLUSH, Nov 18 04:26:18.264 INFO [stderr] 129 | INLINE_FLUSH, MSG_HEADER_LEN, SEGMENT_PAD, SEG_HEADER_LEN, Nov 18 04:26:18.264 INFO [stderr] 130 | SEG_TRAILER_LEN, Nov 18 04:26:18.264 INFO [stderr] 131 | }; Nov 18 04:26:18.264 INFO [stderr] | Nov 18 04:26:18.264 INFO [stderr] Nov 18 04:26:19.798 INFO [stderr] error: aborting due to 8 previous errors Nov 18 04:26:19.798 INFO [stderr] Nov 18 04:26:19.816 INFO [stderr] error: Could not compile `pagecache`. Nov 18 04:26:19.816 INFO [stderr] Nov 18 04:26:19.816 INFO [stderr] To learn more, run the command again with --verbose. Nov 18 04:26:19.818 INFO [stderr] su: No module specific data is present Nov 18 04:26:20.924 INFO running `"docker" "inspect" "c22b96eb0fb3b402404ce84256f96973164bcaf8f1eec8ae2f52f0634f74c0c9"` Nov 18 04:26:21.115 INFO running `"docker" "rm" "-f" "c22b96eb0fb3b402404ce84256f96973164bcaf8f1eec8ae2f52f0634f74c0c9"` Nov 18 04:26:21.352 INFO [stdout] c22b96eb0fb3b402404ce84256f96973164bcaf8f1eec8ae2f52f0634f74c0c9