Oct 27 00:54:59.543 INFO checking matklad/rowan against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:54:59.543 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 00:54:59.959 INFO blam! 8f4bab0d232fe764ecfacb4a2c97e63979b72ac582d1ef2b3ec49c510c238bd1 Oct 27 00:54:59.963 INFO running `"docker" "start" "-a" "8f4bab0d232fe764ecfacb4a2c97e63979b72ac582d1ef2b3ec49c510c238bd1"` Oct 27 00:55:01.051 INFO kablam! usermod: no changes Oct 27 00:55:01.219 INFO kablam! Checking smol_str v0.1.7 Oct 27 00:55:01.223 INFO kablam! Checking text_unit v0.1.4 Oct 27 00:55:01.245 INFO kablam! Checking m_lexer v0.0.4 Oct 27 00:55:02.371 INFO kablam! Checking rowan v0.1.1 (/source) Oct 27 00:55:03.524 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:03.524 INFO kablam! --> src/green.rs:3:5 Oct 27 00:55:03.524 INFO kablam! | Oct 27 00:55:03.524 INFO kablam! 3 | use {SmolStr, TextUnit, Types}; Oct 27 00:55:03.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{SmolStr, TextUnit, Types}` Oct 27 00:55:03.524 INFO kablam! | Oct 27 00:55:03.524 INFO kablam! note: lint level defined here Oct 27 00:55:03.524 INFO kablam! --> src/lib.rs:6:5 Oct 27 00:55:03.524 INFO kablam! | Oct 27 00:55:03.524 INFO kablam! 6 | future_incompatible, Oct 27 00:55:03.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:55:03.524 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 27 00:55:03.524 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 00:55:03.524 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:03.524 INFO kablam! Oct 27 00:55:03.524 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:03.524 INFO kablam! --> src/red.rs:2:5 Oct 27 00:55:03.524 INFO kablam! | Oct 27 00:55:03.525 INFO kablam! 2 | use {roots::RedPtr, GreenNode, TextUnit, Types}; Oct 27 00:55:03.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{roots::RedPtr, GreenNode, TextUnit, Types}` Oct 27 00:55:03.525 INFO kablam! | Oct 27 00:55:03.525 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 00:55:03.525 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:03.525 INFO kablam! Oct 27 00:55:03.525 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:03.525 INFO kablam! --> src/roots.rs:6:5 Oct 27 00:55:03.525 INFO kablam! | Oct 27 00:55:03.525 INFO kablam! 6 | use {red::RedNode, Types}; Oct 27 00:55:03.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{red::RedNode, Types}` Oct 27 00:55:03.525 INFO kablam! | Oct 27 00:55:03.525 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 00:55:03.525 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:03.525 INFO kablam! Oct 27 00:55:03.525 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:03.525 INFO kablam! --> src/syntax.rs:9:5 Oct 27 00:55:03.525 INFO kablam! | Oct 27 00:55:03.525 INFO kablam! 9 | use { Oct 27 00:55:03.525 INFO kablam! | _____^ Oct 27 00:55:03.525 INFO kablam! 10 | | red::RedNode, Oct 27 00:55:03.525 INFO kablam! 11 | | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 27 00:55:03.525 INFO kablam! 12 | | GreenNode, SmolStr, TextRange, Types, Oct 27 00:55:03.525 INFO kablam! 13 | | }; Oct 27 00:55:03.525 INFO kablam! | |_^ Oct 27 00:55:03.525 INFO kablam! | Oct 27 00:55:03.539 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 00:55:03.539 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:03.539 INFO kablam! help: use `crate` Oct 27 00:55:03.539 INFO kablam! | Oct 27 00:55:03.539 INFO kablam! 9 | use crate::{ Oct 27 00:55:03.539 INFO kablam! 10 | red::RedNode, Oct 27 00:55:03.539 INFO kablam! 11 | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 27 00:55:03.539 INFO kablam! 12 | GreenNode, SmolStr, TextRange, Types, Oct 27 00:55:03.539 INFO kablam! 13 | }; Oct 27 00:55:03.539 INFO kablam! | Oct 27 00:55:03.539 INFO kablam! Oct 27 00:55:03.539 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:03.539 INFO kablam! --> src/lib.rs:21:9 Oct 27 00:55:03.539 INFO kablam! | Oct 27 00:55:03.539 INFO kablam! 21 | pub use { Oct 27 00:55:03.539 INFO kablam! | _________^ Oct 27 00:55:03.539 INFO kablam! 22 | | green::{GreenNode, GreenNodeBuilder}, Oct 27 00:55:03.539 INFO kablam! 23 | | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 27 00:55:03.539 INFO kablam! 24 | | smol_str::SmolStr, Oct 27 00:55:03.539 INFO kablam! ... | Oct 27 00:55:03.539 INFO kablam! 31 | | text_unit::{TextRange, TextUnit}, Oct 27 00:55:03.539 INFO kablam! 32 | | }; Oct 27 00:55:03.539 INFO kablam! | |_^ Oct 27 00:55:03.539 INFO kablam! | Oct 27 00:55:03.539 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 00:55:03.539 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:03.539 INFO kablam! help: use `crate` Oct 27 00:55:03.539 INFO kablam! | Oct 27 00:55:03.539 INFO kablam! 21 | pub use crate::{ Oct 27 00:55:03.539 INFO kablam! 22 | green::{GreenNode, GreenNodeBuilder}, Oct 27 00:55:03.539 INFO kablam! 23 | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 27 00:55:03.539 INFO kablam! 24 | smol_str::SmolStr, Oct 27 00:55:03.539 INFO kablam! 25 | Oct 27 00:55:03.539 INFO kablam! 26 | syntax::{SyntaxNode, SyntaxNodeChildren, WalkEvent}, Oct 27 00:55:03.539 INFO kablam! ... Oct 27 00:55:03.539 INFO kablam! Oct 27 00:55:03.767 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:03.767 INFO kablam! --> src/green.rs:3:5 Oct 27 00:55:03.767 INFO kablam! | Oct 27 00:55:03.767 INFO kablam! 3 | use {SmolStr, TextUnit, Types}; Oct 27 00:55:03.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{SmolStr, TextUnit, Types}` Oct 27 00:55:03.767 INFO kablam! | Oct 27 00:55:03.767 INFO kablam! note: lint level defined here Oct 27 00:55:03.767 INFO kablam! --> src/lib.rs:6:5 Oct 27 00:55:03.767 INFO kablam! | Oct 27 00:55:03.767 INFO kablam! 6 | future_incompatible, Oct 27 00:55:03.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:55:03.767 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 27 00:55:03.767 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 00:55:03.767 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:03.767 INFO kablam! Oct 27 00:55:03.775 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:03.775 INFO kablam! --> src/red.rs:2:5 Oct 27 00:55:03.775 INFO kablam! | Oct 27 00:55:03.775 INFO kablam! 2 | use {roots::RedPtr, GreenNode, TextUnit, Types}; Oct 27 00:55:03.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{roots::RedPtr, GreenNode, TextUnit, Types}` Oct 27 00:55:03.775 INFO kablam! | Oct 27 00:55:03.775 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 00:55:03.775 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:03.775 INFO kablam! Oct 27 00:55:03.775 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:03.775 INFO kablam! --> src/roots.rs:6:5 Oct 27 00:55:03.775 INFO kablam! | Oct 27 00:55:03.775 INFO kablam! 6 | use {red::RedNode, Types}; Oct 27 00:55:03.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{red::RedNode, Types}` Oct 27 00:55:03.775 INFO kablam! | Oct 27 00:55:03.775 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 00:55:03.775 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:03.775 INFO kablam! Oct 27 00:55:03.775 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:03.775 INFO kablam! --> src/syntax.rs:9:5 Oct 27 00:55:03.775 INFO kablam! | Oct 27 00:55:03.775 INFO kablam! 9 | use { Oct 27 00:55:03.775 INFO kablam! | _____^ Oct 27 00:55:03.775 INFO kablam! 10 | | red::RedNode, Oct 27 00:55:03.775 INFO kablam! 11 | | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 27 00:55:03.775 INFO kablam! 12 | | GreenNode, SmolStr, TextRange, Types, Oct 27 00:55:03.775 INFO kablam! 13 | | }; Oct 27 00:55:03.775 INFO kablam! | |_^ Oct 27 00:55:03.775 INFO kablam! | Oct 27 00:55:03.775 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 00:55:03.775 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:03.775 INFO kablam! help: use `crate` Oct 27 00:55:03.775 INFO kablam! | Oct 27 00:55:03.775 INFO kablam! 9 | use crate::{ Oct 27 00:55:03.775 INFO kablam! 10 | red::RedNode, Oct 27 00:55:03.775 INFO kablam! 11 | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 27 00:55:03.775 INFO kablam! 12 | GreenNode, SmolStr, TextRange, Types, Oct 27 00:55:03.775 INFO kablam! 13 | }; Oct 27 00:55:03.775 INFO kablam! | Oct 27 00:55:03.775 INFO kablam! Oct 27 00:55:03.775 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:03.775 INFO kablam! --> src/lib.rs:21:9 Oct 27 00:55:03.775 INFO kablam! | Oct 27 00:55:03.775 INFO kablam! 21 | pub use { Oct 27 00:55:03.775 INFO kablam! | _________^ Oct 27 00:55:03.776 INFO kablam! 22 | | green::{GreenNode, GreenNodeBuilder}, Oct 27 00:55:03.776 INFO kablam! 23 | | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 27 00:55:03.776 INFO kablam! 24 | | smol_str::SmolStr, Oct 27 00:55:03.776 INFO kablam! ... | Oct 27 00:55:03.776 INFO kablam! 31 | | text_unit::{TextRange, TextUnit}, Oct 27 00:55:03.776 INFO kablam! 32 | | }; Oct 27 00:55:03.776 INFO kablam! | |_^ Oct 27 00:55:03.776 INFO kablam! | Oct 27 00:55:03.776 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 00:55:03.776 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:03.776 INFO kablam! help: use `crate` Oct 27 00:55:03.776 INFO kablam! | Oct 27 00:55:03.776 INFO kablam! 21 | pub use crate::{ Oct 27 00:55:03.776 INFO kablam! 22 | green::{GreenNode, GreenNodeBuilder}, Oct 27 00:55:03.776 INFO kablam! 23 | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 27 00:55:03.776 INFO kablam! 24 | smol_str::SmolStr, Oct 27 00:55:03.776 INFO kablam! 25 | Oct 27 00:55:03.776 INFO kablam! 26 | syntax::{SyntaxNode, SyntaxNodeChildren, WalkEvent}, Oct 27 00:55:03.776 INFO kablam! ... Oct 27 00:55:03.776 INFO kablam! Oct 27 00:55:03.776 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:03.776 INFO kablam! --> src/lib.rs:50:9 Oct 27 00:55:03.776 INFO kablam! | Oct 27 00:55:03.776 INFO kablam! 50 | use red::RedNode; Oct 27 00:55:03.776 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::red::RedNode` Oct 27 00:55:03.776 INFO kablam! | Oct 27 00:55:03.776 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 00:55:03.776 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:03.776 INFO kablam! Oct 27 00:55:03.843 INFO kablam! error: aborting due to 5 previous errors Oct 27 00:55:03.851 INFO kablam! Oct 27 00:55:03.859 INFO kablam! error: Could not compile `rowan`. Oct 27 00:55:03.859 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 00:55:04.054 INFO kablam! error: aborting due to 6 previous errors Oct 27 00:55:04.055 INFO kablam! Oct 27 00:55:04.065 INFO kablam! error: Could not compile `rowan`. Oct 27 00:55:04.066 INFO kablam! Oct 27 00:55:04.066 INFO kablam! To learn more, run the command again with --verbose. Oct 27 00:55:04.067 INFO kablam! su: No module specific data is present Oct 27 00:55:05.351 INFO running `"docker" "rm" "-f" "8f4bab0d232fe764ecfacb4a2c97e63979b72ac582d1ef2b3ec49c510c238bd1"` Oct 27 00:55:05.694 INFO blam! 8f4bab0d232fe764ecfacb4a2c97e63979b72ac582d1ef2b3ec49c510c238bd1