Oct 13 16:52:28.507 INFO checking ci-detective-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 16:52:28.508 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 16:52:28.966 INFO blam! 6ff7bb7f269075ad39e5634c7b9f0e30e183afa0e71cb4fd98d1a2f74de78c34 Oct 13 16:52:28.967 INFO running `"docker" "start" "-a" "6ff7bb7f269075ad39e5634c7b9f0e30e183afa0e71cb4fd98d1a2f74de78c34"` Oct 13 16:52:30.012 INFO kablam! usermod: no changes Oct 13 16:52:30.069 INFO kablam! Checking ci-detective v0.1.0 (/source) Oct 13 16:52:30.889 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.889 INFO kablam! --> src/jenkins.rs:1:5 Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 INFO kablam! 1 | use env; Oct 13 16:52:30.889 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 INFO kablam! note: lint level defined here Oct 13 16:52:30.889 INFO kablam! --> src/lib.rs:7:67 Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 INFO kablam! 7 | #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 13 16:52:30.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 16:52:30.889 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 13 16:52:30.889 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 13 16:52:30.889 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.889 INFO kablam! Oct 13 16:52:30.889 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.889 INFO kablam! --> src/lib.rs:59:9 Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 INFO kablam! 59 | pub use jenkins::Jenkins; Oct 13 16:52:30.889 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::jenkins::Jenkins` Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 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 13 16:52:30.889 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.889 INFO kablam! Oct 13 16:52:30.889 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.889 INFO kablam! --> src/travis.rs:1:5 Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 INFO kablam! 1 | use env; Oct 13 16:52:30.889 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 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 13 16:52:30.889 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.889 INFO kablam! Oct 13 16:52:30.889 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.889 INFO kablam! --> src/lib.rs:63:9 Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 INFO kablam! 63 | pub use travis::Travis; Oct 13 16:52:30.889 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::travis::Travis` Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 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 13 16:52:30.889 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.889 INFO kablam! Oct 13 16:52:30.889 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.889 INFO kablam! --> src/docker.rs:1:5 Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 INFO kablam! 1 | use env; Oct 13 16:52:30.889 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 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 13 16:52:30.889 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.889 INFO kablam! Oct 13 16:52:30.889 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.889 INFO kablam! --> src/lib.rs:67:9 Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 INFO kablam! 67 | pub use docker::Docker; Oct 13 16:52:30.889 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::docker::Docker` Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 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 13 16:52:30.889 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.889 INFO kablam! Oct 13 16:52:30.889 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.889 INFO kablam! --> src/codeship.rs:1:5 Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 INFO kablam! 1 | use env; Oct 13 16:52:30.889 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 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 13 16:52:30.889 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.889 INFO kablam! Oct 13 16:52:30.889 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.889 INFO kablam! --> src/lib.rs:71:9 Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 INFO kablam! 71 | pub use codeship::Codeship; Oct 13 16:52:30.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codeship::Codeship` Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.889 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 13 16:52:30.889 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.889 INFO kablam! Oct 13 16:52:30.889 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.889 INFO kablam! --> src/codefresh.rs:1:5 Oct 13 16:52:30.889 INFO kablam! | Oct 13 16:52:30.890 INFO kablam! 1 | use env; Oct 13 16:52:30.890 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.890 INFO kablam! | Oct 13 16:52:30.890 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 13 16:52:30.890 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.890 INFO kablam! Oct 13 16:52:30.890 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.890 INFO kablam! --> src/lib.rs:75:9 Oct 13 16:52:30.890 INFO kablam! | Oct 13 16:52:30.890 INFO kablam! 75 | pub use codefresh::Codefresh; Oct 13 16:52:30.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codefresh::Codefresh` Oct 13 16:52:30.890 INFO kablam! | Oct 13 16:52:30.890 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 13 16:52:30.890 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.890 INFO kablam! Oct 13 16:52:30.890 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.890 INFO kablam! --> src/circle.rs:1:5 Oct 13 16:52:30.890 INFO kablam! | Oct 13 16:52:30.890 INFO kablam! 1 | use env; Oct 13 16:52:30.890 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.890 INFO kablam! | Oct 13 16:52:30.890 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 13 16:52:30.890 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.890 INFO kablam! Oct 13 16:52:30.890 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.890 INFO kablam! --> src/lib.rs:82:9 Oct 13 16:52:30.890 INFO kablam! | Oct 13 16:52:30.890 INFO kablam! 82 | pub use circle::Circle; Oct 13 16:52:30.890 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::circle::Circle` Oct 13 16:52:30.890 INFO kablam! | Oct 13 16:52:30.890 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 13 16:52:30.890 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.890 INFO kablam! Oct 13 16:52:30.890 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.890 INFO kablam! --> src/appveyor.rs:3:5 Oct 13 16:52:30.890 INFO kablam! | Oct 13 16:52:30.890 INFO kablam! 3 | use env; Oct 13 16:52:30.890 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.890 INFO kablam! | Oct 13 16:52:30.890 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 13 16:52:30.890 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.890 INFO kablam! Oct 13 16:52:30.890 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.890 INFO kablam! --> src/lib.rs:86:9 Oct 13 16:52:30.890 INFO kablam! | Oct 13 16:52:30.890 INFO kablam! 86 | pub use appveyor::Appveyor; Oct 13 16:52:30.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::appveyor::Appveyor` Oct 13 16:52:30.890 INFO kablam! | Oct 13 16:52:30.890 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 13 16:52:30.890 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.890 INFO kablam! Oct 13 16:52:30.892 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.892 INFO kablam! --> src/jenkins.rs:1:5 Oct 13 16:52:30.892 INFO kablam! | Oct 13 16:52:30.892 INFO kablam! 1 | use env; Oct 13 16:52:30.892 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.892 INFO kablam! | Oct 13 16:52:30.892 INFO kablam! note: lint level defined here Oct 13 16:52:30.892 INFO kablam! --> src/lib.rs:7:67 Oct 13 16:52:30.892 INFO kablam! | Oct 13 16:52:30.892 INFO kablam! 7 | #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Oct 13 16:52:30.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 16:52:30.892 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Oct 13 16:52:30.892 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 13 16:52:30.892 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.892 INFO kablam! Oct 13 16:52:30.892 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.892 INFO kablam! --> src/lib.rs:59:9 Oct 13 16:52:30.892 INFO kablam! | Oct 13 16:52:30.892 INFO kablam! 59 | pub use jenkins::Jenkins; Oct 13 16:52:30.892 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::jenkins::Jenkins` Oct 13 16:52:30.892 INFO kablam! | Oct 13 16:52:30.893 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 13 16:52:30.893 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.893 INFO kablam! Oct 13 16:52:30.893 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.893 INFO kablam! --> src/travis.rs:1:5 Oct 13 16:52:30.893 INFO kablam! | Oct 13 16:52:30.893 INFO kablam! 1 | use env; Oct 13 16:52:30.893 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.893 INFO kablam! | Oct 13 16:52:30.893 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 13 16:52:30.893 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.893 INFO kablam! Oct 13 16:52:30.896 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.896 INFO kablam! --> src/lib.rs:63:9 Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 INFO kablam! 63 | pub use travis::Travis; Oct 13 16:52:30.897 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::travis::Travis` Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 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 13 16:52:30.897 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.897 INFO kablam! Oct 13 16:52:30.897 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.897 INFO kablam! --> src/docker.rs:1:5 Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 INFO kablam! 1 | use env; Oct 13 16:52:30.897 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 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 13 16:52:30.897 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.897 INFO kablam! Oct 13 16:52:30.897 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.897 INFO kablam! --> src/lib.rs:67:9 Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 INFO kablam! 67 | pub use docker::Docker; Oct 13 16:52:30.897 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::docker::Docker` Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 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 13 16:52:30.897 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.897 INFO kablam! Oct 13 16:52:30.897 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.897 INFO kablam! --> src/codeship.rs:1:5 Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 INFO kablam! 1 | use env; Oct 13 16:52:30.897 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 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 13 16:52:30.897 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.897 INFO kablam! Oct 13 16:52:30.897 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.897 INFO kablam! --> src/lib.rs:71:9 Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 INFO kablam! 71 | pub use codeship::Codeship; Oct 13 16:52:30.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codeship::Codeship` Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 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 13 16:52:30.897 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.897 INFO kablam! Oct 13 16:52:30.897 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.897 INFO kablam! --> src/codefresh.rs:1:5 Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 INFO kablam! 1 | use env; Oct 13 16:52:30.897 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 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 13 16:52:30.897 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.897 INFO kablam! Oct 13 16:52:30.897 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.897 INFO kablam! --> src/lib.rs:75:9 Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 INFO kablam! 75 | pub use codefresh::Codefresh; Oct 13 16:52:30.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codefresh::Codefresh` Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 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 13 16:52:30.897 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.897 INFO kablam! Oct 13 16:52:30.897 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.897 INFO kablam! --> src/circle.rs:1:5 Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 INFO kablam! 1 | use env; Oct 13 16:52:30.897 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 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 13 16:52:30.897 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.897 INFO kablam! Oct 13 16:52:30.897 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.897 INFO kablam! --> src/lib.rs:82:9 Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 INFO kablam! 82 | pub use circle::Circle; Oct 13 16:52:30.897 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::circle::Circle` Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 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 13 16:52:30.897 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.897 INFO kablam! Oct 13 16:52:30.897 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.897 INFO kablam! --> src/appveyor.rs:3:5 Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 INFO kablam! 3 | use env; Oct 13 16:52:30.897 INFO kablam! | ^^^ help: use `crate`: `crate::env` Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 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 13 16:52:30.897 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.897 INFO kablam! Oct 13 16:52:30.897 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 13 16:52:30.897 INFO kablam! --> src/lib.rs:86:9 Oct 13 16:52:30.897 INFO kablam! | Oct 13 16:52:30.897 INFO kablam! 86 | pub use appveyor::Appveyor; Oct 13 16:52:30.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::appveyor::Appveyor` Oct 13 16:52:30.898 INFO kablam! | Oct 13 16:52:30.898 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 13 16:52:30.898 INFO kablam! = note: for more information, see issue TBD Oct 13 16:52:30.898 INFO kablam! Oct 13 16:52:31.084 INFO kablam! error: aborting due to 14 previous errors Oct 13 16:52:31.084 INFO kablam! Oct 13 16:52:31.086 INFO kablam! error: Could not compile `ci-detective`. Oct 13 16:52:31.086 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 16:52:31.086 INFO kablam! error: aborting due to 14 previous errors Oct 13 16:52:31.086 INFO kablam! Oct 13 16:52:31.094 INFO kablam! error: Could not compile `ci-detective`. Oct 13 16:52:31.094 INFO kablam! Oct 13 16:52:31.094 INFO kablam! To learn more, run the command again with --verbose. Oct 13 16:52:31.095 INFO kablam! su: No module specific data is present Oct 13 16:52:31.845 INFO running `"docker" "rm" "-f" "6ff7bb7f269075ad39e5634c7b9f0e30e183afa0e71cb4fd98d1a2f74de78c34"` Oct 13 16:52:32.172 INFO blam! 6ff7bb7f269075ad39e5634c7b9f0e30e183afa0e71cb4fd98d1a2f74de78c34