Oct 21 15:52:35.970 INFO checking matklad/rowan against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:52:35.970 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 15:52:36.330 INFO blam! 8d7dd7dc01ed963c6c5b524eb2fb006ed01b1096a4d3ea1fa2b8cccc5698089b Oct 21 15:52:36.335 INFO running `"docker" "start" "-a" "8d7dd7dc01ed963c6c5b524eb2fb006ed01b1096a4d3ea1fa2b8cccc5698089b"` Oct 21 15:52:37.565 INFO kablam! usermod: no changes Oct 21 15:52:37.768 INFO kablam! Checking text_unit v0.1.4 Oct 21 15:52:37.768 INFO kablam! Checking smol_str v0.1.7 Oct 21 15:52:37.810 INFO kablam! Checking regex v1.0.5 Oct 21 15:52:38.442 INFO kablam! Checking rowan v0.1.1 (/source) Oct 21 15:52:39.198 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 15:52:39.199 INFO kablam! --> src/green.rs:3:5 Oct 21 15:52:39.199 INFO kablam! | Oct 21 15:52:39.199 INFO kablam! 3 | use {SmolStr, TextUnit, Types}; Oct 21 15:52:39.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{SmolStr, TextUnit, Types}` Oct 21 15:52:39.200 INFO kablam! | Oct 21 15:52:39.200 INFO kablam! note: lint level defined here Oct 21 15:52:39.200 INFO kablam! --> src/lib.rs:6:5 Oct 21 15:52:39.201 INFO kablam! | Oct 21 15:52:39.201 INFO kablam! 6 | future_incompatible, Oct 21 15:52:39.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 15:52:39.201 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 21 15:52:39.202 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 21 15:52:39.202 INFO kablam! = note: for more information, see issue TBD Oct 21 15:52:39.202 INFO kablam! Oct 21 15:52:39.202 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 15:52:39.203 INFO kablam! --> src/red.rs:2:5 Oct 21 15:52:39.203 INFO kablam! | Oct 21 15:52:39.203 INFO kablam! 2 | use {roots::RedPtr, GreenNode, TextUnit, Types}; Oct 21 15:52:39.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{roots::RedPtr, GreenNode, TextUnit, Types}` Oct 21 15:52:39.204 INFO kablam! | Oct 21 15:52:39.204 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 21 15:52:39.204 INFO kablam! = note: for more information, see issue TBD Oct 21 15:52:39.205 INFO kablam! Oct 21 15:52:39.205 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 15:52:39.205 INFO kablam! --> src/roots.rs:6:5 Oct 21 15:52:39.205 INFO kablam! | Oct 21 15:52:39.205 INFO kablam! 6 | use {red::RedNode, Types}; Oct 21 15:52:39.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{red::RedNode, Types}` Oct 21 15:52:39.206 INFO kablam! | Oct 21 15:52:39.206 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 21 15:52:39.206 INFO kablam! = note: for more information, see issue TBD Oct 21 15:52:39.207 INFO kablam! Oct 21 15:52:39.207 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 15:52:39.207 INFO kablam! --> src/syntax.rs:9:5 Oct 21 15:52:39.208 INFO kablam! | Oct 21 15:52:39.208 INFO kablam! 9 | use { Oct 21 15:52:39.208 INFO kablam! | _____^ Oct 21 15:52:39.208 INFO kablam! 10 | | red::RedNode, Oct 21 15:52:39.209 INFO kablam! 11 | | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 21 15:52:39.209 INFO kablam! 12 | | GreenNode, SmolStr, TextRange, Types, Oct 21 15:52:39.209 INFO kablam! 13 | | }; Oct 21 15:52:39.210 INFO kablam! | |_^ Oct 21 15:52:39.210 INFO kablam! | Oct 21 15:52:39.210 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 21 15:52:39.210 INFO kablam! = note: for more information, see issue TBD Oct 21 15:52:39.211 INFO kablam! help: use `crate` Oct 21 15:52:39.211 INFO kablam! | Oct 21 15:52:39.211 INFO kablam! 9 | use crate::{ Oct 21 15:52:39.211 INFO kablam! 10 | red::RedNode, Oct 21 15:52:39.212 INFO kablam! 11 | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 21 15:52:39.212 INFO kablam! 12 | GreenNode, SmolStr, TextRange, Types, Oct 21 15:52:39.212 INFO kablam! 13 | }; Oct 21 15:52:39.213 INFO kablam! | Oct 21 15:52:39.213 INFO kablam! Oct 21 15:52:39.262 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 21 15:52:39.262 INFO kablam! --> src/lib.rs:21:9 Oct 21 15:52:39.262 INFO kablam! | Oct 21 15:52:39.262 INFO kablam! 21 | pub use { Oct 21 15:52:39.262 INFO kablam! | _________^ Oct 21 15:52:39.262 INFO kablam! 22 | | green::{GreenNode, GreenNodeBuilder}, Oct 21 15:52:39.262 INFO kablam! 23 | | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 21 15:52:39.262 INFO kablam! 24 | | smol_str::SmolStr, Oct 21 15:52:39.262 INFO kablam! ... | Oct 21 15:52:39.262 INFO kablam! 31 | | text_unit::{TextRange, TextUnit}, Oct 21 15:52:39.262 INFO kablam! 32 | | }; Oct 21 15:52:39.262 INFO kablam! | |_^ Oct 21 15:52:39.262 INFO kablam! | Oct 21 15:52:39.262 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 21 15:52:39.262 INFO kablam! = note: for more information, see issue TBD Oct 21 15:52:39.262 INFO kablam! help: use `crate` Oct 21 15:52:39.262 INFO kablam! | Oct 21 15:52:39.262 INFO kablam! 21 | pub use crate::{ Oct 21 15:52:39.262 INFO kablam! 22 | green::{GreenNode, GreenNodeBuilder}, Oct 21 15:52:39.262 INFO kablam! 23 | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 21 15:52:39.262 INFO kablam! 24 | smol_str::SmolStr, Oct 21 15:52:39.262 INFO kablam! 25 | Oct 21 15:52:39.262 INFO kablam! 26 | syntax::{SyntaxNode, SyntaxNodeChildren, WalkEvent}, Oct 21 15:52:39.262 INFO kablam! ... Oct 21 15:52:39.262 INFO kablam! Oct 21 15:52:39.698 INFO kablam! error: aborting due to 5 previous errors Oct 21 15:52:39.699 INFO kablam! Oct 21 15:52:39.699 INFO kablam! error: Could not compile `rowan`. Oct 21 15:52:39.699 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 15:52:41.317 INFO kablam! error: build failed Oct 21 15:52:41.317 INFO kablam! su: No module specific data is present Oct 21 15:52:42.031 INFO running `"docker" "rm" "-f" "8d7dd7dc01ed963c6c5b524eb2fb006ed01b1096a4d3ea1fa2b8cccc5698089b"` Oct 21 15:52:42.252 INFO blam! 8d7dd7dc01ed963c6c5b524eb2fb006ed01b1096a4d3ea1fa2b8cccc5698089b