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