Oct 12 03:12:15.750 INFO testing ci-detective-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 03:12:15.750 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 03:12:16.265 INFO blam! c95e061f9a05b595974d9574f74076371dc78f47bb3f20861ebc6bb52a9cbf6a Oct 12 03:12:16.266 INFO running `"docker" "start" "-a" "c95e061f9a05b595974d9574f74076371dc78f47bb3f20861ebc6bb52a9cbf6a"` Oct 12 03:12:17.805 INFO kablam! usermod: no changes Oct 12 03:12:17.858 INFO kablam! Compiling ci-detective v0.1.0 (/source) Oct 12 03:12:18.724 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.724 INFO kablam! --> src/jenkins.rs:1:5 Oct 12 03:12:18.724 INFO kablam! | Oct 12 03:12:18.724 INFO kablam! 1 | use env; Oct 12 03:12:18.724 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 12 03:12:18.724 INFO kablam! | Oct 12 03:12:18.724 INFO kablam! note: lint level defined here Oct 12 03:12:18.724 INFO kablam! --> src/lib.rs:7:67 Oct 12 03:12:18.724 INFO kablam! | Oct 12 03:12:18.724 INFO kablam! 7 | #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 12 03:12:18.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 03:12:18.725 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 12 03:12:18.728 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 12 03:12:18.728 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.728 INFO kablam! Oct 12 03:12:18.728 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.728 INFO kablam! --> src/lib.rs:59:9 Oct 12 03:12:18.728 INFO kablam! | Oct 12 03:12:18.728 INFO kablam! 59 | pub use jenkins::Jenkins; Oct 12 03:12:18.728 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::jenkins::Jenkins` Oct 12 03:12:18.728 INFO kablam! | Oct 12 03:12:18.728 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 12 03:12:18.728 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.728 INFO kablam! Oct 12 03:12:18.728 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.729 INFO kablam! --> src/travis.rs:1:5 Oct 12 03:12:18.729 INFO kablam! | Oct 12 03:12:18.729 INFO kablam! 1 | use env; Oct 12 03:12:18.729 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 12 03:12:18.729 INFO kablam! | Oct 12 03:12:18.729 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 12 03:12:18.729 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.729 INFO kablam! Oct 12 03:12:18.729 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.729 INFO kablam! --> src/lib.rs:63:9 Oct 12 03:12:18.729 INFO kablam! | Oct 12 03:12:18.729 INFO kablam! 63 | pub use travis::Travis; Oct 12 03:12:18.729 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::travis::Travis` Oct 12 03:12:18.729 INFO kablam! | Oct 12 03:12:18.729 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 12 03:12:18.729 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.729 INFO kablam! Oct 12 03:12:18.729 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.729 INFO kablam! --> src/docker.rs:1:5 Oct 12 03:12:18.729 INFO kablam! | Oct 12 03:12:18.729 INFO kablam! 1 | use env; Oct 12 03:12:18.729 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 12 03:12:18.729 INFO kablam! | Oct 12 03:12:18.729 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 12 03:12:18.729 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.729 INFO kablam! Oct 12 03:12:18.740 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.740 INFO kablam! --> src/lib.rs:67:9 Oct 12 03:12:18.740 INFO kablam! | Oct 12 03:12:18.740 INFO kablam! 67 | pub use docker::Docker; Oct 12 03:12:18.741 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::docker::Docker` Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 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 12 03:12:18.741 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.741 INFO kablam! Oct 12 03:12:18.741 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.741 INFO kablam! --> src/codeship.rs:1:5 Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 INFO kablam! 1 | use env; Oct 12 03:12:18.741 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 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 12 03:12:18.741 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.741 INFO kablam! Oct 12 03:12:18.741 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.741 INFO kablam! --> src/lib.rs:71:9 Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 INFO kablam! 71 | pub use codeship::Codeship; Oct 12 03:12:18.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codeship::Codeship` Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 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 12 03:12:18.741 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.741 INFO kablam! Oct 12 03:12:18.741 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.741 INFO kablam! --> src/codefresh.rs:1:5 Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 INFO kablam! 1 | use env; Oct 12 03:12:18.741 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 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 12 03:12:18.741 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.741 INFO kablam! Oct 12 03:12:18.741 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.741 INFO kablam! --> src/lib.rs:75:9 Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 INFO kablam! 75 | pub use codefresh::Codefresh; Oct 12 03:12:18.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codefresh::Codefresh` Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 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 12 03:12:18.741 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.741 INFO kablam! Oct 12 03:12:18.741 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.741 INFO kablam! --> src/circle.rs:1:5 Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 INFO kablam! 1 | use env; Oct 12 03:12:18.741 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 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 12 03:12:18.741 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.741 INFO kablam! Oct 12 03:12:18.741 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.741 INFO kablam! --> src/lib.rs:82:9 Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 INFO kablam! 82 | pub use circle::Circle; Oct 12 03:12:18.741 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::circle::Circle` Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 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 12 03:12:18.741 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.741 INFO kablam! Oct 12 03:12:18.741 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.741 INFO kablam! --> src/appveyor.rs:3:5 Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 INFO kablam! 3 | use env; Oct 12 03:12:18.741 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 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 12 03:12:18.741 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.741 INFO kablam! Oct 12 03:12:18.741 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 12 03:12:18.741 INFO kablam! --> src/lib.rs:86:9 Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 INFO kablam! 86 | pub use appveyor::Appveyor; Oct 12 03:12:18.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::appveyor::Appveyor` Oct 12 03:12:18.741 INFO kablam! | Oct 12 03:12:18.741 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 12 03:12:18.741 INFO kablam! = note: for more information, see issue TBD Oct 12 03:12:18.741 INFO kablam! Oct 12 03:12:18.959 INFO kablam! error: aborting due to 14 previous errors Oct 12 03:12:18.959 INFO kablam! Oct 12 03:12:18.969 INFO kablam! error: Could not compile `ci-detective`. Oct 12 03:12:18.969 INFO kablam! Oct 12 03:12:18.969 INFO kablam! To learn more, run the command again with --verbose. Oct 12 03:12:18.971 INFO kablam! su: No module specific data is present Oct 12 03:12:20.052 INFO running `"docker" "rm" "-f" "c95e061f9a05b595974d9574f74076371dc78f47bb3f20861ebc6bb52a9cbf6a"` Oct 12 03:12:20.452 INFO blam! c95e061f9a05b595974d9574f74076371dc78f47bb3f20861ebc6bb52a9cbf6a