Oct 27 16:58:12.160 INFO checking rowan-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:58:12.160 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 16:58:12.551 INFO blam! b8863a1eef76da2d8dcb930f9e884046f674cd991831669cfd9e9223b61603ba Oct 27 16:58:12.555 INFO running `"docker" "start" "-a" "b8863a1eef76da2d8dcb930f9e884046f674cd991831669cfd9e9223b61603ba"` Oct 27 16:58:13.815 INFO kablam! usermod: no changes Oct 27 16:58:13.955 INFO kablam! Checking text_unit v0.1.4 Oct 27 16:58:13.955 INFO kablam! Checking smol_str v0.1.7 Oct 27 16:58:13.963 INFO kablam! Checking m_lexer v0.0.4 Oct 27 16:58:15.604 INFO kablam! Checking rowan v0.1.0 (/source) Oct 27 16:58:17.431 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 16:58:17.431 INFO kablam! --> src/green.rs:3:5 Oct 27 16:58:17.431 INFO kablam! | Oct 27 16:58:17.431 INFO kablam! 3 | use {SmolStr, TextUnit, Types}; Oct 27 16:58:17.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{SmolStr, TextUnit, Types}` Oct 27 16:58:17.433 INFO kablam! | Oct 27 16:58:17.434 INFO kablam! note: lint level defined here Oct 27 16:58:17.434 INFO kablam! --> src/lib.rs:6:5 Oct 27 16:58:17.434 INFO kablam! | Oct 27 16:58:17.434 INFO kablam! 6 | future_incompatible, Oct 27 16:58:17.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 16:58:17.434 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 27 16:58:17.434 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 27 16:58:17.434 INFO kablam! = note: for more information, see issue TBD Oct 27 16:58:17.434 INFO kablam! Oct 27 16:58:17.434 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 16:58:17.434 INFO kablam! --> src/red.rs:2:5 Oct 27 16:58:17.434 INFO kablam! | Oct 27 16:58:17.434 INFO kablam! 2 | use {roots::RedPtr, GreenNode, TextUnit, Types}; Oct 27 16:58:17.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{roots::RedPtr, GreenNode, TextUnit, Types}` Oct 27 16:58:17.434 INFO kablam! | Oct 27 16:58:17.434 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 27 16:58:17.434 INFO kablam! = note: for more information, see issue TBD Oct 27 16:58:17.434 INFO kablam! Oct 27 16:58:17.434 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 16:58:17.434 INFO kablam! --> src/roots.rs:6:5 Oct 27 16:58:17.434 INFO kablam! | Oct 27 16:58:17.434 INFO kablam! 6 | use {red::RedNode, Types}; Oct 27 16:58:17.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{red::RedNode, Types}` Oct 27 16:58:17.434 INFO kablam! | Oct 27 16:58:17.435 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 27 16:58:17.435 INFO kablam! = note: for more information, see issue TBD Oct 27 16:58:17.435 INFO kablam! Oct 27 16:58:17.435 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 16:58:17.435 INFO kablam! --> src/syntax.rs:8:5 Oct 27 16:58:17.435 INFO kablam! | Oct 27 16:58:17.435 INFO kablam! 8 | use { Oct 27 16:58:17.435 INFO kablam! | _____^ Oct 27 16:58:17.435 INFO kablam! 9 | | red::RedNode, Oct 27 16:58:17.435 INFO kablam! 10 | | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 27 16:58:17.435 INFO kablam! 11 | | GreenNode, SmolStr, TextRange, Types, Oct 27 16:58:17.435 INFO kablam! 12 | | }; Oct 27 16:58:17.435 INFO kablam! | |_^ Oct 27 16:58:17.435 INFO kablam! | Oct 27 16:58:17.435 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 27 16:58:17.435 INFO kablam! = note: for more information, see issue TBD Oct 27 16:58:17.435 INFO kablam! help: use `crate` Oct 27 16:58:17.435 INFO kablam! | Oct 27 16:58:17.435 INFO kablam! 8 | use crate::{ Oct 27 16:58:17.436 INFO kablam! 9 | red::RedNode, Oct 27 16:58:17.436 INFO kablam! 10 | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 27 16:58:17.436 INFO kablam! 11 | GreenNode, SmolStr, TextRange, Types, Oct 27 16:58:17.436 INFO kablam! 12 | }; Oct 27 16:58:17.436 INFO kablam! | Oct 27 16:58:17.436 INFO kablam! Oct 27 16:58:17.436 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 16:58:17.436 INFO kablam! --> src/lib.rs:21:9 Oct 27 16:58:17.436 INFO kablam! | Oct 27 16:58:17.436 INFO kablam! 21 | pub use { Oct 27 16:58:17.436 INFO kablam! | _________^ Oct 27 16:58:17.436 INFO kablam! 22 | | green::{GreenNode, GreenNodeBuilder}, Oct 27 16:58:17.436 INFO kablam! 23 | | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 27 16:58:17.436 INFO kablam! 24 | | smol_str::SmolStr, Oct 27 16:58:17.436 INFO kablam! ... | Oct 27 16:58:17.436 INFO kablam! 31 | | text_unit::{TextRange, TextUnit}, Oct 27 16:58:17.436 INFO kablam! 32 | | }; Oct 27 16:58:17.436 INFO kablam! | |_^ Oct 27 16:58:17.436 INFO kablam! | Oct 27 16:58:17.436 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 27 16:58:17.436 INFO kablam! = note: for more information, see issue TBD Oct 27 16:58:17.437 INFO kablam! help: use `crate` Oct 27 16:58:17.437 INFO kablam! | Oct 27 16:58:17.437 INFO kablam! 21 | pub use crate::{ Oct 27 16:58:17.437 INFO kablam! 22 | green::{GreenNode, GreenNodeBuilder}, Oct 27 16:58:17.437 INFO kablam! 23 | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 27 16:58:17.437 INFO kablam! 24 | smol_str::SmolStr, Oct 27 16:58:17.437 INFO kablam! 25 | Oct 27 16:58:17.437 INFO kablam! 26 | syntax::{SyntaxNode, SyntaxNodeChildren}, Oct 27 16:58:17.437 INFO kablam! ... Oct 27 16:58:17.437 INFO kablam! Oct 27 16:58:17.779 INFO kablam! error: aborting due to 5 previous errors Oct 27 16:58:17.779 INFO kablam! Oct 27 16:58:17.787 INFO kablam! error: Could not compile `rowan`. Oct 27 16:58:17.787 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 16:58:18.303 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 16:58:18.303 INFO kablam! --> src/green.rs:3:5 Oct 27 16:58:18.303 INFO kablam! | Oct 27 16:58:18.303 INFO kablam! 3 | use {SmolStr, TextUnit, Types}; Oct 27 16:58:18.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{SmolStr, TextUnit, Types}` Oct 27 16:58:18.303 INFO kablam! | Oct 27 16:58:18.303 INFO kablam! note: lint level defined here Oct 27 16:58:18.303 INFO kablam! --> src/lib.rs:6:5 Oct 27 16:58:18.303 INFO kablam! | Oct 27 16:58:18.303 INFO kablam! 6 | future_incompatible, Oct 27 16:58:18.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 16:58:18.303 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 27 16:58:18.303 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 27 16:58:18.303 INFO kablam! = note: for more information, see issue TBD Oct 27 16:58:18.303 INFO kablam! Oct 27 16:58:18.304 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 16:58:18.304 INFO kablam! --> src/red.rs:2:5 Oct 27 16:58:18.304 INFO kablam! | Oct 27 16:58:18.304 INFO kablam! 2 | use {roots::RedPtr, GreenNode, TextUnit, Types}; Oct 27 16:58:18.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{roots::RedPtr, GreenNode, TextUnit, Types}` Oct 27 16:58:18.304 INFO kablam! | Oct 27 16:58:18.304 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 27 16:58:18.304 INFO kablam! = note: for more information, see issue TBD Oct 27 16:58:18.304 INFO kablam! Oct 27 16:58:18.304 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 16:58:18.304 INFO kablam! --> src/roots.rs:6:5 Oct 27 16:58:18.304 INFO kablam! | Oct 27 16:58:18.304 INFO kablam! 6 | use {red::RedNode, Types}; Oct 27 16:58:18.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{red::RedNode, Types}` Oct 27 16:58:18.304 INFO kablam! | Oct 27 16:58:18.304 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 27 16:58:18.304 INFO kablam! = note: for more information, see issue TBD Oct 27 16:58:18.304 INFO kablam! Oct 27 16:58:18.307 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 16:58:18.307 INFO kablam! --> src/syntax.rs:8:5 Oct 27 16:58:18.307 INFO kablam! | Oct 27 16:58:18.307 INFO kablam! 8 | use { Oct 27 16:58:18.307 INFO kablam! | _____^ Oct 27 16:58:18.307 INFO kablam! 9 | | red::RedNode, Oct 27 16:58:18.307 INFO kablam! 10 | | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 27 16:58:18.307 INFO kablam! 11 | | GreenNode, SmolStr, TextRange, Types, Oct 27 16:58:18.307 INFO kablam! 12 | | }; Oct 27 16:58:18.307 INFO kablam! | |_^ Oct 27 16:58:18.307 INFO kablam! | Oct 27 16:58:18.307 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 27 16:58:18.307 INFO kablam! = note: for more information, see issue TBD Oct 27 16:58:18.307 INFO kablam! help: use `crate` Oct 27 16:58:18.307 INFO kablam! | Oct 27 16:58:18.307 INFO kablam! 8 | use crate::{ Oct 27 16:58:18.307 INFO kablam! 9 | red::RedNode, Oct 27 16:58:18.307 INFO kablam! 10 | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 27 16:58:18.307 INFO kablam! 11 | GreenNode, SmolStr, TextRange, Types, Oct 27 16:58:18.307 INFO kablam! 12 | }; Oct 27 16:58:18.307 INFO kablam! | Oct 27 16:58:18.307 INFO kablam! Oct 27 16:58:18.307 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 16:58:18.307 INFO kablam! --> src/lib.rs:21:9 Oct 27 16:58:18.307 INFO kablam! | Oct 27 16:58:18.307 INFO kablam! 21 | pub use { Oct 27 16:58:18.307 INFO kablam! | _________^ Oct 27 16:58:18.307 INFO kablam! 22 | | green::{GreenNode, GreenNodeBuilder}, Oct 27 16:58:18.307 INFO kablam! 23 | | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 27 16:58:18.307 INFO kablam! 24 | | smol_str::SmolStr, Oct 27 16:58:18.307 INFO kablam! ... | Oct 27 16:58:18.307 INFO kablam! 31 | | text_unit::{TextRange, TextUnit}, Oct 27 16:58:18.307 INFO kablam! 32 | | }; Oct 27 16:58:18.307 INFO kablam! | |_^ Oct 27 16:58:18.307 INFO kablam! | Oct 27 16:58:18.307 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 27 16:58:18.307 INFO kablam! = note: for more information, see issue TBD Oct 27 16:58:18.307 INFO kablam! help: use `crate` Oct 27 16:58:18.307 INFO kablam! | Oct 27 16:58:18.307 INFO kablam! 21 | pub use crate::{ Oct 27 16:58:18.307 INFO kablam! 22 | green::{GreenNode, GreenNodeBuilder}, Oct 27 16:58:18.307 INFO kablam! 23 | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 27 16:58:18.307 INFO kablam! 24 | smol_str::SmolStr, Oct 27 16:58:18.307 INFO kablam! 25 | Oct 27 16:58:18.307 INFO kablam! 26 | syntax::{SyntaxNode, SyntaxNodeChildren}, Oct 27 16:58:18.307 INFO kablam! ... Oct 27 16:58:18.307 INFO kablam! Oct 27 16:58:18.307 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 16:58:18.307 INFO kablam! --> src/lib.rs:50:9 Oct 27 16:58:18.307 INFO kablam! | Oct 27 16:58:18.307 INFO kablam! 50 | use red::RedNode; Oct 27 16:58:18.307 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::red::RedNode` Oct 27 16:58:18.307 INFO kablam! | Oct 27 16:58:18.307 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 27 16:58:18.307 INFO kablam! = note: for more information, see issue TBD Oct 27 16:58:18.307 INFO kablam! Oct 27 16:58:18.555 INFO kablam! error: aborting due to 6 previous errors Oct 27 16:58:18.555 INFO kablam! Oct 27 16:58:18.565 INFO kablam! error: Could not compile `rowan`. Oct 27 16:58:18.565 INFO kablam! Oct 27 16:58:18.565 INFO kablam! To learn more, run the command again with --verbose. Oct 27 16:58:18.566 INFO kablam! su: No module specific data is present Oct 27 16:58:18.963 INFO running `"docker" "rm" "-f" "b8863a1eef76da2d8dcb930f9e884046f674cd991831669cfd9e9223b61603ba"` Oct 27 16:58:19.216 INFO blam! b8863a1eef76da2d8dcb930f9e884046f674cd991831669cfd9e9223b61603ba