Oct 15 21:33:11.906 INFO testing rowan-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 21:33:11.908 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 21:33:12.358 INFO blam! a47700ea0578966b96a715f9128b97cf533952d246fdd98d94ffa44636dd4c29 Oct 15 21:33:12.361 INFO running `"docker" "start" "-a" "a47700ea0578966b96a715f9128b97cf533952d246fdd98d94ffa44636dd4c29"` Oct 15 21:33:14.321 INFO kablam! usermod: no changes Oct 15 21:33:14.483 INFO kablam! Compiling text_unit v0.1.4 Oct 15 21:33:14.483 INFO kablam! Compiling smol_str v0.1.7 Oct 15 21:33:15.909 INFO kablam! Compiling rowan v0.1.0 (/source) Oct 15 21:33:17.195 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 15 21:33:17.195 INFO kablam! --> src/green.rs:3:5 Oct 15 21:33:17.195 INFO kablam! | Oct 15 21:33:17.195 INFO kablam! 3 | use {SmolStr, TextUnit, Types}; Oct 15 21:33:17.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{SmolStr, TextUnit, Types}` Oct 15 21:33:17.195 INFO kablam! | Oct 15 21:33:17.195 INFO kablam! note: lint level defined here Oct 15 21:33:17.195 INFO kablam! --> src/lib.rs:6:5 Oct 15 21:33:17.195 INFO kablam! | Oct 15 21:33:17.195 INFO kablam! 6 | future_incompatible, Oct 15 21:33:17.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 21:33:17.195 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 15 21:33:17.195 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 15 21:33:17.195 INFO kablam! = note: for more information, see issue TBD Oct 15 21:33:17.195 INFO kablam! Oct 15 21:33:17.195 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 15 21:33:17.195 INFO kablam! --> src/red.rs:2:5 Oct 15 21:33:17.195 INFO kablam! | Oct 15 21:33:17.195 INFO kablam! 2 | use {roots::RedPtr, GreenNode, TextUnit, Types}; Oct 15 21:33:17.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{roots::RedPtr, GreenNode, TextUnit, Types}` Oct 15 21:33:17.195 INFO kablam! | Oct 15 21:33:17.195 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 15 21:33:17.195 INFO kablam! = note: for more information, see issue TBD Oct 15 21:33:17.195 INFO kablam! Oct 15 21:33:17.195 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 15 21:33:17.195 INFO kablam! --> src/roots.rs:6:5 Oct 15 21:33:17.195 INFO kablam! | Oct 15 21:33:17.195 INFO kablam! 6 | use {red::RedNode, Types}; Oct 15 21:33:17.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::{red::RedNode, Types}` Oct 15 21:33:17.195 INFO kablam! | Oct 15 21:33:17.195 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 15 21:33:17.195 INFO kablam! = note: for more information, see issue TBD Oct 15 21:33:17.195 INFO kablam! Oct 15 21:33:17.195 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 15 21:33:17.196 INFO kablam! --> src/syntax.rs:8:5 Oct 15 21:33:17.196 INFO kablam! | Oct 15 21:33:17.196 INFO kablam! 8 | use { Oct 15 21:33:17.196 INFO kablam! | _____^ Oct 15 21:33:17.196 INFO kablam! 9 | | red::RedNode, Oct 15 21:33:17.196 INFO kablam! 10 | | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 15 21:33:17.196 INFO kablam! 11 | | GreenNode, SmolStr, TextRange, Types, Oct 15 21:33:17.196 INFO kablam! 12 | | }; Oct 15 21:33:17.196 INFO kablam! | |_^ Oct 15 21:33:17.196 INFO kablam! | Oct 15 21:33:17.196 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 15 21:33:17.196 INFO kablam! = note: for more information, see issue TBD Oct 15 21:33:17.196 INFO kablam! help: use `crate` Oct 15 21:33:17.196 INFO kablam! | Oct 15 21:33:17.196 INFO kablam! 8 | use crate::{ Oct 15 21:33:17.196 INFO kablam! 9 | red::RedNode, Oct 15 21:33:17.196 INFO kablam! 10 | roots::{OwnedRoot, RedPtr, RefRoot, SyntaxRoot, TreeRoot}, Oct 15 21:33:17.196 INFO kablam! 11 | GreenNode, SmolStr, TextRange, Types, Oct 15 21:33:17.196 INFO kablam! 12 | }; Oct 15 21:33:17.196 INFO kablam! | Oct 15 21:33:17.196 INFO kablam! Oct 15 21:33:17.196 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 15 21:33:17.196 INFO kablam! --> src/lib.rs:21:9 Oct 15 21:33:17.196 INFO kablam! | Oct 15 21:33:17.196 INFO kablam! 21 | pub use { Oct 15 21:33:17.196 INFO kablam! | _________^ Oct 15 21:33:17.196 INFO kablam! 22 | | green::{GreenNode, GreenNodeBuilder}, Oct 15 21:33:17.196 INFO kablam! 23 | | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 15 21:33:17.196 INFO kablam! 24 | | smol_str::SmolStr, Oct 15 21:33:17.196 INFO kablam! ... | Oct 15 21:33:17.196 INFO kablam! 31 | | text_unit::{TextRange, TextUnit}, Oct 15 21:33:17.196 INFO kablam! 32 | | }; Oct 15 21:33:17.196 INFO kablam! | |_^ Oct 15 21:33:17.196 INFO kablam! | Oct 15 21:33:17.196 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 15 21:33:17.196 INFO kablam! = note: for more information, see issue TBD Oct 15 21:33:17.196 INFO kablam! help: use `crate` Oct 15 21:33:17.196 INFO kablam! | Oct 15 21:33:17.196 INFO kablam! 21 | pub use crate::{ Oct 15 21:33:17.196 INFO kablam! 22 | green::{GreenNode, GreenNodeBuilder}, Oct 15 21:33:17.196 INFO kablam! 23 | roots::{OwnedRoot, RefRoot, TreeRoot}, Oct 15 21:33:17.196 INFO kablam! 24 | smol_str::SmolStr, Oct 15 21:33:17.196 INFO kablam! 25 | Oct 15 21:33:17.196 INFO kablam! 26 | syntax::{SyntaxNode, SyntaxNodeChildren}, Oct 15 21:33:17.196 INFO kablam! ... Oct 15 21:33:17.196 INFO kablam! Oct 15 21:33:17.475 INFO kablam! error: aborting due to 5 previous errors Oct 15 21:33:17.475 INFO kablam! Oct 15 21:33:17.485 INFO kablam! error: Could not compile `rowan`. Oct 15 21:33:17.486 INFO kablam! Oct 15 21:33:17.486 INFO kablam! To learn more, run the command again with --verbose. Oct 15 21:33:17.495 INFO kablam! su: No module specific data is present Oct 15 21:33:18.283 INFO running `"docker" "rm" "-f" "a47700ea0578966b96a715f9128b97cf533952d246fdd98d94ffa44636dd4c29"` Oct 15 21:33:18.519 INFO blam! a47700ea0578966b96a715f9128b97cf533952d246fdd98d94ffa44636dd4c29