Oct 15 18:47:25.288 INFO testing simple-interner-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 18:47:25.288 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 18:47:25.713 INFO blam! 7f94e4cbe86262d809dc46d150d99da105b323f7adecb3deec8aab6047d82d5e Oct 15 18:47:25.715 INFO running `"docker" "start" "-a" "7f94e4cbe86262d809dc46d150d99da105b323f7adecb3deec8aab6047d82d5e"` Oct 15 18:47:26.660 INFO kablam! usermod: no changes Oct 15 18:47:26.735 INFO kablam! Compiling simple-interner v0.2.0 (/source) Oct 15 18:47:27.103 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 15 18:47:27.103 INFO kablam! --> src/interner.rs:1:5 Oct 15 18:47:27.103 INFO kablam! | Oct 15 18:47:27.103 INFO kablam! 1 | use Interned; Oct 15 18:47:27.103 INFO kablam! | ^^^^^^^^ help: use `crate`: `crate::Interned` Oct 15 18:47:27.103 INFO kablam! | Oct 15 18:47:27.103 INFO kablam! note: lint level defined here Oct 15 18:47:27.103 INFO kablam! --> src/lib.rs:14:67 Oct 15 18:47:27.103 INFO kablam! | Oct 15 18:47:27.103 INFO kablam! 14| #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 15 18:47:27.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 18:47:27.103 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 15 18:47:27.103 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 15 18:47:27.103 INFO kablam! = note: for more information, see issue TBD Oct 15 18:47:27.103 INFO kablam! Oct 15 18:47:27.103 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 15 18:47:27.103 INFO kablam! --> src/interner.rs:13:5 Oct 15 18:47:27.103 INFO kablam! | Oct 15 18:47:27.103 INFO kablam! 13 | use parking_lot_shim::*; Oct 15 18:47:27.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::parking_lot_shim::*` Oct 15 18:47:27.103 INFO kablam! | Oct 15 18:47:27.103 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 15 18:47:27.103 INFO kablam! = note: for more information, see issue TBD Oct 15 18:47:27.103 INFO kablam! Oct 15 18:47:27.103 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 15 18:47:27.103 INFO kablam! --> src/lib.rs:32:9 Oct 15 18:47:27.103 INFO kablam! | Oct 15 18:47:27.103 INFO kablam! 32 | pub use interner::Interner; Oct 15 18:47:27.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interner::Interner` Oct 15 18:47:27.103 INFO kablam! | Oct 15 18:47:27.103 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 15 18:47:27.103 INFO kablam! = note: for more information, see issue TBD Oct 15 18:47:27.103 INFO kablam! Oct 15 18:47:27.103 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 15 18:47:27.103 INFO kablam! --> src/lib.rs:35:9 Oct 15 18:47:27.103 INFO kablam! | Oct 15 18:47:27.103 INFO kablam! 35 | pub use interned::Interned; Oct 15 18:47:27.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::interned::Interned` Oct 15 18:47:27.104 INFO kablam! | Oct 15 18:47:27.104 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 15 18:47:27.104 INFO kablam! = note: for more information, see issue TBD Oct 15 18:47:27.104 INFO kablam! Oct 15 18:47:27.170 INFO kablam! error: aborting due to 4 previous errors Oct 15 18:47:27.170 INFO kablam! Oct 15 18:47:27.179 INFO kablam! error: Could not compile `simple-interner`. Oct 15 18:47:27.179 INFO kablam! Oct 15 18:47:27.179 INFO kablam! To learn more, run the command again with --verbose. Oct 15 18:47:27.182 INFO kablam! su: No module specific data is present Oct 15 18:47:27.475 INFO running `"docker" "rm" "-f" "7f94e4cbe86262d809dc46d150d99da105b323f7adecb3deec8aab6047d82d5e"` Oct 15 18:47:27.562 INFO blam! 7f94e4cbe86262d809dc46d150d99da105b323f7adecb3deec8aab6047d82d5e