Oct 27 00:55:01.332 INFO checking matklad/rowan against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:55:01.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 00:55:01.855 INFO blam! 7c8a779d69abb9bb613d0e2d65deec607251fdbd8ce2238964a81eb32f3a1d98 Oct 27 00:55:01.857 INFO running `"docker" "start" "-a" "7c8a779d69abb9bb613d0e2d65deec607251fdbd8ce2238964a81eb32f3a1d98"` Oct 27 00:55:03.638 INFO kablam! usermod: no changes Oct 27 00:55:03.827 INFO kablam! Checking text_unit v0.1.4 Oct 27 00:55:03.839 INFO kablam! Checking smol_str v0.1.7 Oct 27 00:55:03.851 INFO kablam! Checking m_lexer v0.0.4 Oct 27 00:55:04.775 INFO kablam! Checking rowan v0.1.1 (/source) Oct 27 00:55:05.747 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:05.747 INFO kablam! --> src/green.rs:3:5 Oct 27 00:55:05.748 INFO kablam! | Oct 27 00:55:05.748 INFO kablam! 3 | use {SmolStr, TextUnit, Types}; Oct 27 00:55:05.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{SmolStr, TextUnit, Types}` Oct 27 00:55:05.749 INFO kablam! | Oct 27 00:55:05.749 INFO kablam! note: lint level defined here Oct 27 00:55:05.749 INFO kablam! --> src/lib.rs:6:5 Oct 27 00:55:05.750 INFO kablam! | Oct 27 00:55:05.750 INFO kablam! 6 | future_incompatible, Oct 27 00:55:05.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:55:05.751 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 27 00:55:05.751 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:05.751 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:05.752 INFO kablam! Oct 27 00:55:05.752 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:05.752 INFO kablam! --> src/red.rs:2:5 Oct 27 00:55:05.752 INFO kablam! | Oct 27 00:55:05.753 INFO kablam! 2 | use {roots::RedPtr, GreenNode, TextUnit, Types}; Oct 27 00:55:05.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{roots::RedPtr, GreenNode, TextUnit, Types}` Oct 27 00:55:05.753 INFO kablam! | Oct 27 00:55:05.754 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:05.754 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:05.754 INFO kablam! Oct 27 00:55:05.755 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:05.755 INFO kablam! --> src/roots.rs:6:5 Oct 27 00:55:05.755 INFO kablam! | Oct 27 00:55:05.755 INFO kablam! 6 | use {red::RedNode, Types}; Oct 27 00:55:05.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{red::RedNode, Types}` Oct 27 00:55:05.756 INFO kablam! | Oct 27 00:55:05.756 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:05.757 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:05.757 INFO kablam! Oct 27 00:55:05.757 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:05.757 INFO kablam! --> src/syntax.rs:9:5 Oct 27 00:55:05.758 INFO kablam! | Oct 27 00:55:05.758 INFO kablam! 9 | use { Oct 27 00:55:05.758 INFO kablam! | _____^ Oct 27 00:55:05.759 INFO kablam! 10 | | red::RedNode, Oct 27 00:55:05.759 INFO kablam! 11 | | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 27 00:55:05.759 INFO kablam! 12 | | GreenNode, SmolStr, TextRange, Types, Oct 27 00:55:05.759 INFO kablam! 13 | | }; Oct 27 00:55:05.760 INFO kablam! | |_^ Oct 27 00:55:05.760 INFO kablam! | Oct 27 00:55:05.760 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:05.761 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:05.761 INFO kablam! help: use `crate` Oct 27 00:55:05.761 INFO kablam! | Oct 27 00:55:05.762 INFO kablam! 9 | use crate::{ Oct 27 00:55:05.762 INFO kablam! 10 | red::RedNode, Oct 27 00:55:05.762 INFO kablam! 11 | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 27 00:55:05.763 INFO kablam! 12 | GreenNode, SmolStr, TextRange, Types, Oct 27 00:55:05.763 INFO kablam! 13 | }; Oct 27 00:55:05.763 INFO kablam! | Oct 27 00:55:05.764 INFO kablam! Oct 27 00:55:05.764 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:05.764 INFO kablam! --> src/lib.rs:21:9 Oct 27 00:55:05.764 INFO kablam! | Oct 27 00:55:05.765 INFO kablam! 21 | pub use { Oct 27 00:55:05.765 INFO kablam! | _________^ Oct 27 00:55:05.765 INFO kablam! 22 | | green::{GreenNode, GreenNodeBuilder}, Oct 27 00:55:05.766 INFO kablam! 23 | | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 27 00:55:05.766 INFO kablam! 24 | | smol_str::SmolStr, Oct 27 00:55:05.766 INFO kablam! ... | Oct 27 00:55:05.767 INFO kablam! 31 | | text_unit::{TextRange, TextUnit}, Oct 27 00:55:05.767 INFO kablam! 32 | | }; Oct 27 00:55:05.767 INFO kablam! | |_^ Oct 27 00:55:05.767 INFO kablam! | Oct 27 00:55:05.768 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:05.768 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:05.768 INFO kablam! help: use `crate` Oct 27 00:55:05.768 INFO kablam! | Oct 27 00:55:05.769 INFO kablam! 21 | pub use crate::{ Oct 27 00:55:05.769 INFO kablam! 22 | green::{GreenNode, GreenNodeBuilder}, Oct 27 00:55:05.769 INFO kablam! 23 | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 27 00:55:05.770 INFO kablam! 24 | smol_str::SmolStr, Oct 27 00:55:05.770 INFO kablam! 25 | Oct 27 00:55:05.770 INFO kablam! 26 | syntax::{SyntaxNode, SyntaxNodeChildren, WalkEvent}, Oct 27 00:55:05.775 INFO kablam! ... Oct 27 00:55:05.775 INFO kablam! Oct 27 00:55:05.811 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:05.811 INFO kablam! --> src/green.rs:3:5 Oct 27 00:55:05.811 INFO kablam! | Oct 27 00:55:05.811 INFO kablam! 3 | use {SmolStr, TextUnit, Types}; Oct 27 00:55:05.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{SmolStr, TextUnit, Types}` Oct 27 00:55:05.811 INFO kablam! | Oct 27 00:55:05.811 INFO kablam! note: lint level defined here Oct 27 00:55:05.811 INFO kablam! --> src/lib.rs:6:5 Oct 27 00:55:05.811 INFO kablam! | Oct 27 00:55:05.811 INFO kablam! 6 | future_incompatible, Oct 27 00:55:05.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 00:55:05.811 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 27 00:55:05.811 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:05.811 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:05.811 INFO kablam! Oct 27 00:55:05.811 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:05.811 INFO kablam! --> src/red.rs:2:5 Oct 27 00:55:05.811 INFO kablam! | Oct 27 00:55:05.811 INFO kablam! 2 | use {roots::RedPtr, GreenNode, TextUnit, Types}; Oct 27 00:55:05.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{roots::RedPtr, GreenNode, TextUnit, Types}` Oct 27 00:55:05.811 INFO kablam! | Oct 27 00:55:05.811 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:05.812 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:05.812 INFO kablam! Oct 27 00:55:05.812 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:05.819 INFO kablam! --> src/roots.rs:6:5 Oct 27 00:55:05.819 INFO kablam! | Oct 27 00:55:05.819 INFO kablam! 6 | use {red::RedNode, Types}; Oct 27 00:55:05.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{red::RedNode, Types}` Oct 27 00:55:05.819 INFO kablam! | Oct 27 00:55:05.819 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:05.819 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:05.819 INFO kablam! Oct 27 00:55:05.819 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:05.819 INFO kablam! --> src/syntax.rs:9:5 Oct 27 00:55:05.819 INFO kablam! | Oct 27 00:55:05.819 INFO kablam! 9 | use { Oct 27 00:55:05.819 INFO kablam! | _____^ Oct 27 00:55:05.819 INFO kablam! 10 | | red::RedNode, Oct 27 00:55:05.819 INFO kablam! 11 | | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 27 00:55:05.819 INFO kablam! 12 | | GreenNode, SmolStr, TextRange, Types, Oct 27 00:55:05.819 INFO kablam! 13 | | }; Oct 27 00:55:05.819 INFO kablam! | |_^ Oct 27 00:55:05.819 INFO kablam! | Oct 27 00:55:05.819 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:05.819 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:05.819 INFO kablam! help: use `crate` Oct 27 00:55:05.819 INFO kablam! | Oct 27 00:55:05.819 INFO kablam! 9 | use crate::{ Oct 27 00:55:05.819 INFO kablam! 10 | red::RedNode, Oct 27 00:55:05.819 INFO kablam! 11 | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 27 00:55:05.819 INFO kablam! 12 | GreenNode, SmolStr, TextRange, Types, Oct 27 00:55:05.819 INFO kablam! 13 | }; Oct 27 00:55:05.819 INFO kablam! | Oct 27 00:55:05.819 INFO kablam! Oct 27 00:55:05.819 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:05.819 INFO kablam! --> src/lib.rs:21:9 Oct 27 00:55:05.819 INFO kablam! | Oct 27 00:55:05.819 INFO kablam! 21 | pub use { Oct 27 00:55:05.819 INFO kablam! | _________^ Oct 27 00:55:05.819 INFO kablam! 22 | | green::{GreenNode, GreenNodeBuilder}, Oct 27 00:55:05.819 INFO kablam! 23 | | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 27 00:55:05.819 INFO kablam! 24 | | smol_str::SmolStr, Oct 27 00:55:05.819 INFO kablam! ... | Oct 27 00:55:05.819 INFO kablam! 31 | | text_unit::{TextRange, TextUnit}, Oct 27 00:55:05.819 INFO kablam! 32 | | }; Oct 27 00:55:05.819 INFO kablam! | |_^ Oct 27 00:55:05.819 INFO kablam! | Oct 27 00:55:05.819 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:05.819 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:05.819 INFO kablam! help: use `crate` Oct 27 00:55:05.819 INFO kablam! | Oct 27 00:55:05.819 INFO kablam! 21 | pub use crate::{ Oct 27 00:55:05.819 INFO kablam! 22 | green::{GreenNode, GreenNodeBuilder}, Oct 27 00:55:05.819 INFO kablam! 23 | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 27 00:55:05.819 INFO kablam! 24 | smol_str::SmolStr, Oct 27 00:55:05.819 INFO kablam! 25 | Oct 27 00:55:05.819 INFO kablam! 26 | syntax::{SyntaxNode, SyntaxNodeChildren, WalkEvent}, Oct 27 00:55:05.819 INFO kablam! ... Oct 27 00:55:05.819 INFO kablam! Oct 27 00:55:05.819 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 27 00:55:05.819 INFO kablam! --> src/lib.rs:50:9 Oct 27 00:55:05.819 INFO kablam! | Oct 27 00:55:05.819 INFO kablam! 50 | use red::RedNode; Oct 27 00:55:05.819 INFO kablam! | ^^^^^^^^^^^^ help: use `crate`: `crate::red::RedNode` Oct 27 00:55:05.819 INFO kablam! | Oct 27 00:55:05.819 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:05.819 INFO kablam! = note: for more information, see issue TBD Oct 27 00:55:05.819 INFO kablam! Oct 27 00:55:06.067 INFO kablam! error: aborting due to 5 previous errors Oct 27 00:55:06.067 INFO kablam! Oct 27 00:55:06.067 INFO kablam! error: aborting due to 6 previous errors Oct 27 00:55:06.067 INFO kablam! Oct 27 00:55:06.075 INFO kablam! error: Could not compile `rowan`. Oct 27 00:55:06.075 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 00:55:06.111 INFO kablam! error: Could not compile `rowan`. Oct 27 00:55:06.111 INFO kablam! Oct 27 00:55:06.111 INFO kablam! To learn more, run the command again with --verbose. Oct 27 00:55:06.111 INFO kablam! su: No module specific data is present Oct 27 00:55:06.823 INFO running `"docker" "rm" "-f" "7c8a779d69abb9bb613d0e2d65deec607251fdbd8ce2238964a81eb32f3a1d98"` Oct 27 00:55:07.057 INFO blam! 7c8a779d69abb9bb613d0e2d65deec607251fdbd8ce2238964a81eb32f3a1d98