Oct 16 00:45:22.994 INFO testing pagecache-0.6.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 00:45:22.994 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 00:45:23.195 INFO blam! a6b34fc6e76230b710ad3b386681c72014724907b2a341258ee4a8baf00e6fab Oct 16 00:45:23.201 INFO running `"docker" "start" "-a" "a6b34fc6e76230b710ad3b386681c72014724907b2a341258ee4a8baf00e6fab"` Oct 16 00:45:23.650 INFO kablam! usermod: no changes Oct 16 00:45:23.755 INFO kablam! Compiling crossbeam-utils v0.5.0 Oct 16 00:45:23.759 INFO kablam! Compiling coco v0.2.1 Oct 16 00:45:24.551 INFO kablam! Compiling crossbeam-epoch v0.6.0 Oct 16 00:45:25.017 INFO kablam! Compiling historian v3.0.4 Oct 16 00:45:27.292 INFO kablam! Compiling pagetable v0.0.3 Oct 16 00:45:28.293 INFO kablam! Compiling pagecache v0.6.0 (/source) Oct 16 00:45:37.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.61s Oct 16 00:45:37.311 INFO kablam! su: No module specific data is present Oct 16 00:45:37.987 INFO running `"docker" "rm" "-f" "a6b34fc6e76230b710ad3b386681c72014724907b2a341258ee4a8baf00e6fab"` Oct 16 00:45:38.151 INFO blam! a6b34fc6e76230b710ad3b386681c72014724907b2a341258ee4a8baf00e6fab Oct 16 00:45:38.153 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 00:45:38.403 INFO blam! 521dc5b516bda26d97116e84b0916b10b5a4c7cafa5a420595eed640a0439101 Oct 16 00:45:38.409 INFO running `"docker" "start" "-a" "521dc5b516bda26d97116e84b0916b10b5a4c7cafa5a420595eed640a0439101"` Oct 16 00:45:38.871 INFO kablam! usermod: no changes Oct 16 00:45:38.959 INFO kablam! Compiling pagecache v0.6.0 (/source) Oct 16 00:45:40.463 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 00:45:40.464 INFO kablam! --> src/ds/stack.rs:7:5 Oct 16 00:45:40.464 INFO kablam! | Oct 16 00:45:40.464 INFO kablam! 7 | use epoch::{pin, unprotected, Atomic, Guard, Owned, Shared}; Oct 16 00:45:40.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::epoch::{pin, unprotected, Atomic, Guard, Owned, Shared}` Oct 16 00:45:40.465 INFO kablam! | Oct 16 00:45:40.465 INFO kablam! note: lint level defined here Oct 16 00:45:40.465 INFO kablam! --> src/lib.rs:7:24 Oct 16 00:45:40.466 INFO kablam! | Oct 16 00:45:40.466 INFO kablam! 7 | #![cfg_attr(test, deny(rust_2018_compatibility))] Oct 16 00:45:40.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:45:40.468 INFO kablam! = note: #[deny(absolute_paths_not_starting_with_crate)] implied by #[deny(rust_2018_compatibility)] Oct 16 00:45:40.468 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 00:45:40.469 INFO kablam! = note: for more information, see issue TBD Oct 16 00:45:40.469 INFO kablam! Oct 16 00:45:40.469 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 00:45:40.470 INFO kablam! --> src/ds/stack.rs:9:5 Oct 16 00:45:40.470 INFO kablam! | Oct 16 00:45:40.470 INFO kablam! 9 | use debug_delay; Oct 16 00:45:40.471 INFO kablam! | ^^^^^^^^^^^ help: use `crate`: `crate::debug_delay` Oct 16 00:45:40.471 INFO kablam! | Oct 16 00:45:40.471 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 00:45:40.472 INFO kablam! = note: for more information, see issue TBD Oct 16 00:45:40.472 INFO kablam! Oct 16 00:45:40.472 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 00:45:40.473 INFO kablam! --> src/pagecache.rs:4:5 Oct 16 00:45:40.473 INFO kablam! | Oct 16 00:45:40.473 INFO kablam! 4 | use epoch::Shared; Oct 16 00:45:40.473 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::epoch::Shared` Oct 16 00:45:40.474 INFO kablam! | Oct 16 00:45:40.474 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 00:45:40.474 INFO kablam! = note: for more information, see issue TBD Oct 16 00:45:40.475 INFO kablam! Oct 16 00:45:40.475 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 00:45:40.475 INFO kablam! --> src/pagecache.rs:58:13 Oct 16 00:45:40.476 INFO kablam! | Oct 16 00:45:40.476 INFO kablam! 58 | use CacheEntry::*; Oct 16 00:45:40.476 INFO kablam! | ^^^^^^^^^^^^^ help: use `crate`: `crate::CacheEntry::*` Oct 16 00:45:40.476 INFO kablam! | Oct 16 00:45:40.477 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 00:45:40.477 INFO kablam! = note: for more information, see issue TBD Oct 16 00:45:40.477 INFO kablam! Oct 16 00:45:40.477 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 00:45:40.478 INFO kablam! --> src/result.rs:35:5 Oct 16 00:45:40.478 INFO kablam! | Oct 16 00:45:40.478 INFO kablam! 35 | use Error::*; Oct 16 00:45:40.479 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Error::*` Oct 16 00:45:40.479 INFO kablam! | Oct 16 00:45:40.479 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 00:45:40.479 INFO kablam! = note: for more information, see issue TBD Oct 16 00:45:40.480 INFO kablam! Oct 16 00:45:40.480 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 00:45:40.480 INFO kablam! --> src/tx.rs:3:5 Oct 16 00:45:40.480 INFO kablam! | Oct 16 00:45:40.481 INFO kablam! 3 | use epoch::Guard; Oct 16 00:45:40.481 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::epoch::Guard` Oct 16 00:45:40.481 INFO kablam! | Oct 16 00:45:40.481 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 00:45:40.482 INFO kablam! = note: for more information, see issue TBD Oct 16 00:45:40.482 INFO kablam! Oct 16 00:45:40.482 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 00:45:40.482 INFO kablam! --> src/util.rs:1:5 Oct 16 00:45:40.483 INFO kablam! | Oct 16 00:45:40.483 INFO kablam! 1 | use epoch; Oct 16 00:45:40.483 INFO kablam! | ^^^^^ help: use `crate`: `crate::epoch` Oct 16 00:45:40.483 INFO kablam! | Oct 16 00:45:40.484 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 00:45:40.484 INFO kablam! = note: for more information, see issue TBD Oct 16 00:45:40.484 INFO kablam! Oct 16 00:45:40.484 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 16 00:45:40.485 INFO kablam! --> src/lib.rs:127:9 Oct 16 00:45:40.485 INFO kablam! | Oct 16 00:45:40.485 INFO kablam! 127 | pub use constants::{ Oct 16 00:45:40.485 INFO kablam! | _________^ Oct 16 00:45:40.486 INFO kablam! 128 | | BLOB_FLUSH, BLOB_INLINE_LEN, EVIL_BYTE, FAILED_FLUSH, Oct 16 00:45:40.486 INFO kablam! 129 | | INLINE_FLUSH, MSG_HEADER_LEN, SEGMENT_PAD, SEG_HEADER_LEN, Oct 16 00:45:40.486 INFO kablam! 130 | | SEG_TRAILER_LEN, Oct 16 00:45:40.486 INFO kablam! 131 | | }; Oct 16 00:45:40.486 INFO kablam! | |_^ Oct 16 00:45:40.487 INFO kablam! | Oct 16 00:45:40.487 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 00:45:40.487 INFO kablam! = note: for more information, see issue TBD Oct 16 00:45:40.487 INFO kablam! help: use `crate` Oct 16 00:45:40.487 INFO kablam! | Oct 16 00:45:40.487 INFO kablam! 127 | pub use crate::constants::{ Oct 16 00:45:40.488 INFO kablam! 128 | BLOB_FLUSH, BLOB_INLINE_LEN, EVIL_BYTE, FAILED_FLUSH, Oct 16 00:45:40.488 INFO kablam! 129 | INLINE_FLUSH, MSG_HEADER_LEN, SEGMENT_PAD, SEG_HEADER_LEN, Oct 16 00:45:40.488 INFO kablam! 130 | SEG_TRAILER_LEN, Oct 16 00:45:40.488 INFO kablam! 131 | }; Oct 16 00:45:40.488 INFO kablam! | Oct 16 00:45:40.488 INFO kablam! Oct 16 00:45:42.003 INFO kablam! error: aborting due to 8 previous errors Oct 16 00:45:42.003 INFO kablam! Oct 16 00:45:42.017 INFO kablam! error: Could not compile `pagecache`. Oct 16 00:45:42.017 INFO kablam! Oct 16 00:45:42.017 INFO kablam! To learn more, run the command again with --verbose. Oct 16 00:45:42.019 INFO kablam! su: No module specific data is present Oct 16 00:45:42.307 INFO running `"docker" "rm" "-f" "521dc5b516bda26d97116e84b0916b10b5a4c7cafa5a420595eed640a0439101"` Oct 16 00:45:42.375 INFO blam! 521dc5b516bda26d97116e84b0916b10b5a4c7cafa5a420595eed640a0439101