Nov 02 00:43:01.980 INFO checking ci-detective-0.1.0 against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Nov 02 00:43:01.982 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-2/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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"` Nov 02 00:43:02.456 INFO blam! 041a8826d92d443d88242186133721dde2aca42d73ce4b8f4b0bd3ad861c2f17 Nov 02 00:43:02.464 INFO running `"docker" "start" "-a" "041a8826d92d443d88242186133721dde2aca42d73ce4b8f4b0bd3ad861c2f17"` Nov 02 00:43:03.839 INFO kablam! usermod: no changes Nov 02 00:43:03.895 INFO kablam! Checking ci-detective v0.1.0 (/source) Nov 02 00:43:05.055 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.056 INFO kablam! --> src/jenkins.rs:1:5 Nov 02 00:43:05.056 INFO kablam! | Nov 02 00:43:05.056 INFO kablam! 1 | use env; Nov 02 00:43:05.057 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.065 INFO kablam! | Nov 02 00:43:05.065 INFO kablam! note: lint level defined here Nov 02 00:43:05.065 INFO kablam! --> src/lib.rs:7:67 Nov 02 00:43:05.066 INFO kablam! | Nov 02 00:43:05.066 INFO kablam! 7 | #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 02 00:43:05.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 02 00:43:05.066 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 02 00:43:05.067 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! Nov 02 00:43:05.067 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.067 INFO kablam! Nov 02 00:43:05.067 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.068 INFO kablam! --> src/lib.rs:59:9 Nov 02 00:43:05.068 INFO kablam! | Nov 02 00:43:05.069 INFO kablam! 59 | pub use jenkins::Jenkins; Nov 02 00:43:05.069 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::jenkins::Jenkins` Nov 02 00:43:05.069 INFO kablam! | Nov 02 00:43:05.069 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! Nov 02 00:43:05.070 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.070 INFO kablam! Nov 02 00:43:05.070 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.070 INFO kablam! --> src/travis.rs:1:5 Nov 02 00:43:05.071 INFO kablam! | Nov 02 00:43:05.071 INFO kablam! 1 | use env; Nov 02 00:43:05.071 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.071 INFO kablam! | Nov 02 00:43:05.072 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! Nov 02 00:43:05.072 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.072 INFO kablam! Nov 02 00:43:05.072 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.073 INFO kablam! --> src/lib.rs:63:9 Nov 02 00:43:05.073 INFO kablam! | Nov 02 00:43:05.073 INFO kablam! 63 | pub use travis::Travis; Nov 02 00:43:05.073 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::travis::Travis` Nov 02 00:43:05.073 INFO kablam! | Nov 02 00:43:05.074 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! Nov 02 00:43:05.074 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.074 INFO kablam! Nov 02 00:43:05.074 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.075 INFO kablam! --> src/docker.rs:1:5 Nov 02 00:43:05.075 INFO kablam! | Nov 02 00:43:05.075 INFO kablam! 1 | use env; Nov 02 00:43:05.075 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.076 INFO kablam! | Nov 02 00:43:05.076 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! Nov 02 00:43:05.076 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.076 INFO kablam! Nov 02 00:43:05.077 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.077 INFO kablam! --> src/lib.rs:67:9 Nov 02 00:43:05.077 INFO kablam! | Nov 02 00:43:05.077 INFO kablam! 67 | pub use docker::Docker; Nov 02 00:43:05.078 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::docker::Docker` Nov 02 00:43:05.078 INFO kablam! | Nov 02 00:43:05.078 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! Nov 02 00:43:05.078 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.079 INFO kablam! Nov 02 00:43:05.079 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.079 INFO kablam! --> src/codeship.rs:1:5 Nov 02 00:43:05.079 INFO kablam! | Nov 02 00:43:05.080 INFO kablam! 1 | use env; Nov 02 00:43:05.084 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.084 INFO kablam! | Nov 02 00:43:05.085 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! Nov 02 00:43:05.085 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.085 INFO kablam! Nov 02 00:43:05.085 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.086 INFO kablam! --> src/lib.rs:71:9 Nov 02 00:43:05.086 INFO kablam! | Nov 02 00:43:05.086 INFO kablam! 71 | pub use codeship::Codeship; Nov 02 00:43:05.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codeship::Codeship` Nov 02 00:43:05.087 INFO kablam! | Nov 02 00:43:05.087 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! Nov 02 00:43:05.087 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.088 INFO kablam! Nov 02 00:43:05.088 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.088 INFO kablam! --> src/codefresh.rs:1:5 Nov 02 00:43:05.088 INFO kablam! | Nov 02 00:43:05.089 INFO kablam! 1 | use env; Nov 02 00:43:05.089 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.089 INFO kablam! | Nov 02 00:43:05.090 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! Nov 02 00:43:05.090 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.090 INFO kablam! Nov 02 00:43:05.090 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.091 INFO kablam! --> src/lib.rs:75:9 Nov 02 00:43:05.091 INFO kablam! | Nov 02 00:43:05.091 INFO kablam! 75 | pub use codefresh::Codefresh; Nov 02 00:43:05.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codefresh::Codefresh` Nov 02 00:43:05.092 INFO kablam! | Nov 02 00:43:05.092 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! Nov 02 00:43:05.096 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.096 INFO kablam! Nov 02 00:43:05.097 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.097 INFO kablam! --> src/circle.rs:1:5 Nov 02 00:43:05.097 INFO kablam! | Nov 02 00:43:05.097 INFO kablam! 1 | use env; Nov 02 00:43:05.098 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.098 INFO kablam! | Nov 02 00:43:05.098 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! Nov 02 00:43:05.098 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.099 INFO kablam! Nov 02 00:43:05.099 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.099 INFO kablam! --> src/lib.rs:82:9 Nov 02 00:43:05.099 INFO kablam! | Nov 02 00:43:05.099 INFO kablam! 82 | pub use circle::Circle; Nov 02 00:43:05.100 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::circle::Circle` Nov 02 00:43:05.104 INFO kablam! | Nov 02 00:43:05.104 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! Nov 02 00:43:05.105 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.105 INFO kablam! Nov 02 00:43:05.105 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.105 INFO kablam! --> src/appveyor.rs:3:5 Nov 02 00:43:05.106 INFO kablam! | Nov 02 00:43:05.106 INFO kablam! 3 | use env; Nov 02 00:43:05.106 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.106 INFO kablam! | Nov 02 00:43:05.107 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! Nov 02 00:43:05.107 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.107 INFO kablam! Nov 02 00:43:05.107 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.108 INFO kablam! --> src/lib.rs:86:9 Nov 02 00:43:05.108 INFO kablam! | Nov 02 00:43:05.108 INFO kablam! 86 | pub use appveyor::Appveyor; Nov 02 00:43:05.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::appveyor::Appveyor` Nov 02 00:43:05.109 INFO kablam! | Nov 02 00:43:05.109 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! Nov 02 00:43:05.109 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.109 INFO kablam! Nov 02 00:43:05.408 INFO kablam! error: aborting due to 14 previous errors Nov 02 00:43:05.408 INFO kablam! Nov 02 00:43:05.420 INFO kablam! error: Could not compile `ci-detective`. Nov 02 00:43:05.420 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 02 00:43:05.512 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.512 INFO kablam! --> src/jenkins.rs:1:5 Nov 02 00:43:05.512 INFO kablam! | Nov 02 00:43:05.512 INFO kablam! 1 | use env; Nov 02 00:43:05.512 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.512 INFO kablam! | Nov 02 00:43:05.512 INFO kablam! note: lint level defined here Nov 02 00:43:05.512 INFO kablam! --> src/lib.rs:7:67 Nov 02 00:43:05.512 INFO kablam! | Nov 02 00:43:05.512 INFO kablam! 7 | #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 02 00:43:05.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 02 00:43:05.512 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 02 00:43:05.512 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! Nov 02 00:43:05.512 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.512 INFO kablam! Nov 02 00:43:05.512 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.512 INFO kablam! --> src/lib.rs:59:9 Nov 02 00:43:05.512 INFO kablam! | Nov 02 00:43:05.512 INFO kablam! 59 | pub use jenkins::Jenkins; Nov 02 00:43:05.512 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::jenkins::Jenkins` Nov 02 00:43:05.512 INFO kablam! | Nov 02 00:43:05.512 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! Nov 02 00:43:05.512 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.512 INFO kablam! Nov 02 00:43:05.512 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.512 INFO kablam! --> src/travis.rs:1:5 Nov 02 00:43:05.512 INFO kablam! | Nov 02 00:43:05.512 INFO kablam! 1 | use env; Nov 02 00:43:05.512 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.512 INFO kablam! | Nov 02 00:43:05.512 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! Nov 02 00:43:05.512 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.512 INFO kablam! Nov 02 00:43:05.512 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.512 INFO kablam! --> src/lib.rs:63:9 Nov 02 00:43:05.512 INFO kablam! | Nov 02 00:43:05.513 INFO kablam! 63 | pub use travis::Travis; Nov 02 00:43:05.513 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::travis::Travis` Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 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! Nov 02 00:43:05.513 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.513 INFO kablam! Nov 02 00:43:05.513 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.513 INFO kablam! --> src/docker.rs:1:5 Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 INFO kablam! 1 | use env; Nov 02 00:43:05.513 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 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! Nov 02 00:43:05.513 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.513 INFO kablam! Nov 02 00:43:05.513 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.513 INFO kablam! --> src/lib.rs:67:9 Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 INFO kablam! 67 | pub use docker::Docker; Nov 02 00:43:05.513 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::docker::Docker` Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 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! Nov 02 00:43:05.513 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.513 INFO kablam! Nov 02 00:43:05.513 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.513 INFO kablam! --> src/codeship.rs:1:5 Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 INFO kablam! 1 | use env; Nov 02 00:43:05.513 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 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! Nov 02 00:43:05.513 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.513 INFO kablam! Nov 02 00:43:05.513 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.513 INFO kablam! --> src/lib.rs:71:9 Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 INFO kablam! 71 | pub use codeship::Codeship; Nov 02 00:43:05.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codeship::Codeship` Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 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! Nov 02 00:43:05.513 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.513 INFO kablam! Nov 02 00:43:05.513 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.513 INFO kablam! --> src/codefresh.rs:1:5 Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 INFO kablam! 1 | use env; Nov 02 00:43:05.513 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 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! Nov 02 00:43:05.513 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.513 INFO kablam! Nov 02 00:43:05.513 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.513 INFO kablam! --> src/lib.rs:75:9 Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 INFO kablam! 75 | pub use codefresh::Codefresh; Nov 02 00:43:05.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codefresh::Codefresh` Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 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! Nov 02 00:43:05.513 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.513 INFO kablam! Nov 02 00:43:05.513 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.513 INFO kablam! --> src/circle.rs:1:5 Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 INFO kablam! 1 | use env; Nov 02 00:43:05.513 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 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! Nov 02 00:43:05.513 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.513 INFO kablam! Nov 02 00:43:05.513 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.513 INFO kablam! --> src/lib.rs:82:9 Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 INFO kablam! 82 | pub use circle::Circle; Nov 02 00:43:05.513 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::circle::Circle` Nov 02 00:43:05.513 INFO kablam! | Nov 02 00:43:05.513 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! Nov 02 00:43:05.513 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.513 INFO kablam! Nov 02 00:43:05.513 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.513 INFO kablam! --> src/appveyor.rs:3:5 Nov 02 00:43:05.514 INFO kablam! | Nov 02 00:43:05.514 INFO kablam! 3 | use env; Nov 02 00:43:05.514 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 02 00:43:05.514 INFO kablam! | Nov 02 00:43:05.514 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! Nov 02 00:43:05.514 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.514 INFO kablam! Nov 02 00:43:05.514 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 02 00:43:05.514 INFO kablam! --> src/lib.rs:86:9 Nov 02 00:43:05.514 INFO kablam! | Nov 02 00:43:05.514 INFO kablam! 86 | pub use appveyor::Appveyor; Nov 02 00:43:05.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::appveyor::Appveyor` Nov 02 00:43:05.514 INFO kablam! | Nov 02 00:43:05.514 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! Nov 02 00:43:05.514 INFO kablam! = note: for more information, see issue #53130 Nov 02 00:43:05.514 INFO kablam! Nov 02 00:43:05.740 INFO kablam! error: aborting due to 14 previous errors Nov 02 00:43:05.740 INFO kablam! Nov 02 00:43:05.742 INFO kablam! error: Could not compile `ci-detective`. Nov 02 00:43:05.742 INFO kablam! Nov 02 00:43:05.742 INFO kablam! To learn more, run the command again with --verbose. Nov 02 00:43:05.743 INFO kablam! su: No module specific data is present Nov 02 00:43:06.565 INFO running `"docker" "rm" "-f" "041a8826d92d443d88242186133721dde2aca42d73ce4b8f4b0bd3ad861c2f17"` Nov 02 00:43:06.860 INFO blam! 041a8826d92d443d88242186133721dde2aca42d73ce4b8f4b0bd3ad861c2f17