Oct 22 00:18:41.810 INFO checking rowan-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:18:41.810 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 22 00:18:42.177 INFO blam! 61a5f97e208f2cbf597e6ee0c0e371577fba452750a3ef7128fc00db79221423 Oct 22 00:18:42.178 INFO running `"docker" "start" "-a" "61a5f97e208f2cbf597e6ee0c0e371577fba452750a3ef7128fc00db79221423"` Oct 22 00:18:43.280 INFO kablam! usermod: no changes Oct 22 00:18:43.475 INFO kablam! Checking m_lexer v0.0.4 Oct 22 00:18:43.488 INFO kablam! Checking rowan v0.1.0 (/source) Oct 22 00:18:45.220 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 00:18:45.221 INFO kablam! --> src/green.rs:3:5 Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 INFO kablam! 3 | use {SmolStr, TextUnit, Types}; Oct 22 00:18:45.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{SmolStr, TextUnit, Types}` Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 INFO kablam! note: lint level defined here Oct 22 00:18:45.221 INFO kablam! --> src/lib.rs:6:5 Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 INFO kablam! 6 | future_incompatible, Oct 22 00:18:45.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 00:18:45.221 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 22 00:18:45.221 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 22 00:18:45.221 INFO kablam! = note: for more information, see issue TBD Oct 22 00:18:45.221 INFO kablam! Oct 22 00:18:45.221 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 00:18:45.221 INFO kablam! --> src/red.rs:2:5 Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 INFO kablam! 2 | use {roots::RedPtr, GreenNode, TextUnit, Types}; Oct 22 00:18:45.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{roots::RedPtr, GreenNode, TextUnit, Types}` Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 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 22 00:18:45.221 INFO kablam! = note: for more information, see issue TBD Oct 22 00:18:45.221 INFO kablam! Oct 22 00:18:45.221 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 00:18:45.221 INFO kablam! --> src/roots.rs:6:5 Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 INFO kablam! 6 | use {red::RedNode, Types}; Oct 22 00:18:45.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{red::RedNode, Types}` Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 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 22 00:18:45.221 INFO kablam! = note: for more information, see issue TBD Oct 22 00:18:45.221 INFO kablam! Oct 22 00:18:45.221 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 00:18:45.221 INFO kablam! --> src/syntax.rs:8:5 Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 INFO kablam! 8 | use { Oct 22 00:18:45.221 INFO kablam! | _____^ Oct 22 00:18:45.221 INFO kablam! 9 | | red::RedNode, Oct 22 00:18:45.221 INFO kablam! 10 | | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 22 00:18:45.221 INFO kablam! 11 | | GreenNode, SmolStr, TextRange, Types, Oct 22 00:18:45.221 INFO kablam! 12 | | }; Oct 22 00:18:45.221 INFO kablam! | |_^ Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 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 22 00:18:45.221 INFO kablam! = note: for more information, see issue TBD Oct 22 00:18:45.221 INFO kablam! help: use `crate` Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 INFO kablam! 8 | use crate::{ Oct 22 00:18:45.221 INFO kablam! 9 | red::RedNode, Oct 22 00:18:45.221 INFO kablam! 10 | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 22 00:18:45.221 INFO kablam! 11 | GreenNode, SmolStr, TextRange, Types, Oct 22 00:18:45.221 INFO kablam! 12 | }; Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 INFO kablam! Oct 22 00:18:45.221 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 00:18:45.221 INFO kablam! --> src/lib.rs:21:9 Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 INFO kablam! 21 | pub use { Oct 22 00:18:45.221 INFO kablam! | _________^ Oct 22 00:18:45.221 INFO kablam! 22 | | green::{GreenNode, GreenNodeBuilder}, Oct 22 00:18:45.221 INFO kablam! 23 | | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 22 00:18:45.221 INFO kablam! 24 | | smol_str::SmolStr, Oct 22 00:18:45.221 INFO kablam! ... | Oct 22 00:18:45.221 INFO kablam! 31 | | text_unit::{TextRange, TextUnit}, Oct 22 00:18:45.221 INFO kablam! 32 | | }; Oct 22 00:18:45.221 INFO kablam! | |_^ Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 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 22 00:18:45.221 INFO kablam! = note: for more information, see issue TBD Oct 22 00:18:45.221 INFO kablam! help: use `crate` Oct 22 00:18:45.221 INFO kablam! | Oct 22 00:18:45.221 INFO kablam! 21 | pub use crate::{ Oct 22 00:18:45.221 INFO kablam! 22 | green::{GreenNode, GreenNodeBuilder}, Oct 22 00:18:45.221 INFO kablam! 23 | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 22 00:18:45.221 INFO kablam! 24 | smol_str::SmolStr, Oct 22 00:18:45.221 INFO kablam! 25 | Oct 22 00:18:45.221 INFO kablam! 26 | syntax::{SyntaxNode, SyntaxNodeChildren}, Oct 22 00:18:45.221 INFO kablam! ... Oct 22 00:18:45.221 INFO kablam! Oct 22 00:18:45.668 INFO kablam! error: aborting due to 5 previous errors Oct 22 00:18:45.669 INFO kablam! Oct 22 00:18:45.699 INFO kablam! error: Could not compile `rowan`. Oct 22 00:18:45.700 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 00:18:46.963 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 00:18:46.963 INFO kablam! --> src/green.rs:3:5 Oct 22 00:18:46.964 INFO kablam! | Oct 22 00:18:46.964 INFO kablam! 3 | use {SmolStr, TextUnit, Types}; Oct 22 00:18:46.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{SmolStr, TextUnit, Types}` Oct 22 00:18:46.964 INFO kablam! | Oct 22 00:18:46.964 INFO kablam! note: lint level defined here Oct 22 00:18:46.964 INFO kablam! --> src/lib.rs:6:5 Oct 22 00:18:46.964 INFO kablam! | Oct 22 00:18:46.964 INFO kablam! 6 | future_incompatible, Oct 22 00:18:46.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 00:18:46.964 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 22 00:18:46.964 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 22 00:18:46.964 INFO kablam! = note: for more information, see issue TBD Oct 22 00:18:46.964 INFO kablam! Oct 22 00:18:46.964 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 00:18:46.964 INFO kablam! --> src/red.rs:2:5 Oct 22 00:18:46.964 INFO kablam! | Oct 22 00:18:46.964 INFO kablam! 2 | use {roots::RedPtr, GreenNode, TextUnit, Types}; Oct 22 00:18:46.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{roots::RedPtr, GreenNode, TextUnit, Types}` Oct 22 00:18:46.964 INFO kablam! | Oct 22 00:18:46.964 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 22 00:18:46.964 INFO kablam! = note: for more information, see issue TBD Oct 22 00:18:46.964 INFO kablam! Oct 22 00:18:46.964 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 00:18:46.964 INFO kablam! --> src/roots.rs:6:5 Oct 22 00:18:46.964 INFO kablam! | Oct 22 00:18:46.964 INFO kablam! 6 | use {red::RedNode, Types}; Oct 22 00:18:46.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{red::RedNode, Types}` Oct 22 00:18:46.965 INFO kablam! | Oct 22 00:18:46.965 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 22 00:18:46.965 INFO kablam! = note: for more information, see issue TBD Oct 22 00:18:46.965 INFO kablam! Oct 22 00:18:46.965 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 00:18:46.965 INFO kablam! --> src/syntax.rs:8:5 Oct 22 00:18:46.965 INFO kablam! | Oct 22 00:18:46.965 INFO kablam! 8 | use { Oct 22 00:18:46.965 INFO kablam! | _____^ Oct 22 00:18:46.965 INFO kablam! 9 | | red::RedNode, Oct 22 00:18:46.965 INFO kablam! 10 | | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 22 00:18:46.965 INFO kablam! 11 | | GreenNode, SmolStr, TextRange, Types, Oct 22 00:18:46.965 INFO kablam! 12 | | }; Oct 22 00:18:46.965 INFO kablam! | |_^ Oct 22 00:18:46.965 INFO kablam! | Oct 22 00:18:46.965 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 22 00:18:46.965 INFO kablam! = note: for more information, see issue TBD Oct 22 00:18:46.965 INFO kablam! help: use `crate` Oct 22 00:18:46.965 INFO kablam! | Oct 22 00:18:46.965 INFO kablam! 8 | use crate::{ Oct 22 00:18:46.965 INFO kablam! 9 | red::RedNode, Oct 22 00:18:46.965 INFO kablam! 10 | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 22 00:18:46.965 INFO kablam! 11 | GreenNode, SmolStr, TextRange, Types, Oct 22 00:18:46.965 INFO kablam! 12 | }; Oct 22 00:18:46.965 INFO kablam! | Oct 22 00:18:46.965 INFO kablam! Oct 22 00:18:46.965 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 00:18:46.965 INFO kablam! --> src/lib.rs:21:9 Oct 22 00:18:46.965 INFO kablam! | Oct 22 00:18:46.965 INFO kablam! 21 | pub use { Oct 22 00:18:46.965 INFO kablam! | _________^ Oct 22 00:18:46.965 INFO kablam! 22 | | green::{GreenNode, GreenNodeBuilder}, Oct 22 00:18:46.965 INFO kablam! 23 | | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 22 00:18:46.965 INFO kablam! 24 | | smol_str::SmolStr, Oct 22 00:18:46.965 INFO kablam! ... | Oct 22 00:18:46.965 INFO kablam! 31 | | text_unit::{TextRange, TextUnit}, Oct 22 00:18:46.965 INFO kablam! 32 | | }; Oct 22 00:18:46.965 INFO kablam! | |_^ Oct 22 00:18:46.965 INFO kablam! | Oct 22 00:18:46.965 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 22 00:18:46.965 INFO kablam! = note: for more information, see issue TBD Oct 22 00:18:46.965 INFO kablam! help: use `crate` Oct 22 00:18:46.965 INFO kablam! | Oct 22 00:18:46.966 INFO kablam! 21 | pub use crate::{ Oct 22 00:18:46.966 INFO kablam! 22 | green::{GreenNode, GreenNodeBuilder}, Oct 22 00:18:46.966 INFO kablam! 23 | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 22 00:18:46.966 INFO kablam! 24 | smol_str::SmolStr, Oct 22 00:18:46.966 INFO kablam! 25 | Oct 22 00:18:46.966 INFO kablam! 26 | syntax::{SyntaxNode, SyntaxNodeChildren}, Oct 22 00:18:46.966 INFO kablam! ... Oct 22 00:18:46.966 INFO kablam! Oct 22 00:18:46.966 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 22 00:18:46.966 INFO kablam! --> src/lib.rs:50:9 Oct 22 00:18:46.966 INFO kablam! | Oct 22 00:18:46.966 INFO kablam! 50 | use red::RedNode; Oct 22 00:18:46.966 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::red::RedNode` Oct 22 00:18:46.966 INFO kablam! | Oct 22 00:18:46.966 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 22 00:18:46.966 INFO kablam! = note: for more information, see issue TBD Oct 22 00:18:46.966 INFO kablam! Oct 22 00:18:47.200 INFO kablam! error: aborting due to 6 previous errors Oct 22 00:18:47.200 INFO kablam! Oct 22 00:18:47.213 INFO kablam! error: Could not compile `rowan`. Oct 22 00:18:47.213 INFO kablam! Oct 22 00:18:47.213 INFO kablam! To learn more, run the command again with --verbose. Oct 22 00:18:47.214 INFO kablam! su: No module specific data is present Oct 22 00:18:48.104 INFO running `"docker" "rm" "-f" "61a5f97e208f2cbf597e6ee0c0e371577fba452750a3ef7128fc00db79221423"` Oct 22 00:18:48.381 INFO blam! 61a5f97e208f2cbf597e6ee0c0e371577fba452750a3ef7128fc00db79221423