Nov 07 16:48:41.693 INFO checking ci-detective-0.1.0 against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 16:48:41.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-5/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 16:48:42.113 INFO blam! ff15952292b303225d17872baa5a88328a8f1bad1aebe34c8377017224c15bca Nov 07 16:48:42.136 INFO running `"docker" "start" "-a" "ff15952292b303225d17872baa5a88328a8f1bad1aebe34c8377017224c15bca"` Nov 07 16:48:43.329 INFO kablam! usermod: no changes Nov 07 16:48:43.387 INFO kablam! Checking ci-detective v0.1.0 (/source) Nov 07 16:48:44.012 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.012 INFO kablam! --> src/jenkins.rs:1:5 Nov 07 16:48:44.012 INFO kablam! | Nov 07 16:48:44.012 INFO kablam! 1 | use env; Nov 07 16:48:44.012 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.012 INFO kablam! | Nov 07 16:48:44.017 INFO kablam! note: lint level defined here Nov 07 16:48:44.017 INFO kablam! --> src/lib.rs:7:67 Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 INFO kablam! 7 | #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 07 16:48:44.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 07 16:48:44.017 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 07 16:48:44.017 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 07 16:48:44.017 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.017 INFO kablam! Nov 07 16:48:44.017 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.017 INFO kablam! --> src/lib.rs:59:9 Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 INFO kablam! 59 | pub use jenkins::Jenkins; Nov 07 16:48:44.017 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::jenkins::Jenkins` Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 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 07 16:48:44.017 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.017 INFO kablam! Nov 07 16:48:44.017 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.017 INFO kablam! --> src/travis.rs:1:5 Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 INFO kablam! 1 | use env; Nov 07 16:48:44.017 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 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 07 16:48:44.017 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.017 INFO kablam! Nov 07 16:48:44.017 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.017 INFO kablam! --> src/lib.rs:63:9 Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 INFO kablam! 63 | pub use travis::Travis; Nov 07 16:48:44.017 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::travis::Travis` Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 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 07 16:48:44.017 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.017 INFO kablam! Nov 07 16:48:44.017 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.017 INFO kablam! --> src/docker.rs:1:5 Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 INFO kablam! 1 | use env; Nov 07 16:48:44.017 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 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 07 16:48:44.017 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.017 INFO kablam! Nov 07 16:48:44.017 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.017 INFO kablam! --> src/lib.rs:67:9 Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 INFO kablam! 67 | pub use docker::Docker; Nov 07 16:48:44.017 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::docker::Docker` Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 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 07 16:48:44.017 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.017 INFO kablam! Nov 07 16:48:44.017 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.017 INFO kablam! --> src/codeship.rs:1:5 Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 INFO kablam! 1 | use env; Nov 07 16:48:44.017 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 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 07 16:48:44.017 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.017 INFO kablam! Nov 07 16:48:44.017 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.017 INFO kablam! --> src/lib.rs:71:9 Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 INFO kablam! 71 | pub use codeship::Codeship; Nov 07 16:48:44.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codeship::Codeship` Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.017 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 07 16:48:44.017 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.017 INFO kablam! Nov 07 16:48:44.017 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.017 INFO kablam! --> src/codefresh.rs:1:5 Nov 07 16:48:44.017 INFO kablam! | Nov 07 16:48:44.018 INFO kablam! 1 | use env; Nov 07 16:48:44.018 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.018 INFO kablam! | Nov 07 16:48:44.018 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 07 16:48:44.018 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.018 INFO kablam! Nov 07 16:48:44.018 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.018 INFO kablam! --> src/lib.rs:75:9 Nov 07 16:48:44.018 INFO kablam! | Nov 07 16:48:44.018 INFO kablam! 75 | pub use codefresh::Codefresh; Nov 07 16:48:44.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codefresh::Codefresh` Nov 07 16:48:44.018 INFO kablam! | Nov 07 16:48:44.018 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 07 16:48:44.018 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.018 INFO kablam! Nov 07 16:48:44.018 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.018 INFO kablam! --> src/circle.rs:1:5 Nov 07 16:48:44.018 INFO kablam! | Nov 07 16:48:44.018 INFO kablam! 1 | use env; Nov 07 16:48:44.018 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.018 INFO kablam! | Nov 07 16:48:44.018 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 07 16:48:44.018 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.018 INFO kablam! Nov 07 16:48:44.018 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.018 INFO kablam! --> src/lib.rs:82:9 Nov 07 16:48:44.018 INFO kablam! | Nov 07 16:48:44.018 INFO kablam! 82 | pub use circle::Circle; Nov 07 16:48:44.018 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::circle::Circle` Nov 07 16:48:44.018 INFO kablam! | Nov 07 16:48:44.018 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 07 16:48:44.018 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.018 INFO kablam! Nov 07 16:48:44.018 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.018 INFO kablam! --> src/appveyor.rs:3:5 Nov 07 16:48:44.018 INFO kablam! | Nov 07 16:48:44.018 INFO kablam! 3 | use env; Nov 07 16:48:44.018 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.018 INFO kablam! | Nov 07 16:48:44.018 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 07 16:48:44.018 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.018 INFO kablam! Nov 07 16:48:44.018 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.018 INFO kablam! --> src/lib.rs:86:9 Nov 07 16:48:44.018 INFO kablam! | Nov 07 16:48:44.018 INFO kablam! 86 | pub use appveyor::Appveyor; Nov 07 16:48:44.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::appveyor::Appveyor` Nov 07 16:48:44.018 INFO kablam! | Nov 07 16:48:44.018 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 07 16:48:44.018 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.018 INFO kablam! Nov 07 16:48:44.196 INFO kablam! error: aborting due to 14 previous errors Nov 07 16:48:44.196 INFO kablam! Nov 07 16:48:44.196 INFO kablam! error: Could not compile `ci-detective`. Nov 07 16:48:44.196 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 07 16:48:44.628 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.628 INFO kablam! --> src/jenkins.rs:1:5 Nov 07 16:48:44.628 INFO kablam! | Nov 07 16:48:44.628 INFO kablam! 1 | use env; Nov 07 16:48:44.628 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.628 INFO kablam! | Nov 07 16:48:44.628 INFO kablam! note: lint level defined here Nov 07 16:48:44.628 INFO kablam! --> src/lib.rs:7:67 Nov 07 16:48:44.628 INFO kablam! | Nov 07 16:48:44.628 INFO kablam! 7 | #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 07 16:48:44.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Nov 07 16:48:44.628 INFO kablam! = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 07 16:48:44.628 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 07 16:48:44.628 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.628 INFO kablam! Nov 07 16:48:44.628 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.628 INFO kablam! --> src/lib.rs:59:9 Nov 07 16:48:44.628 INFO kablam! | Nov 07 16:48:44.628 INFO kablam! 59 | pub use jenkins::Jenkins; Nov 07 16:48:44.628 INFO kablam! | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::jenkins::Jenkins` Nov 07 16:48:44.628 INFO kablam! | Nov 07 16:48:44.628 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 07 16:48:44.628 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.628 INFO kablam! Nov 07 16:48:44.628 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.628 INFO kablam! --> src/travis.rs:1:5 Nov 07 16:48:44.628 INFO kablam! | Nov 07 16:48:44.628 INFO kablam! 1 | use env; Nov 07 16:48:44.628 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.628 INFO kablam! | Nov 07 16:48:44.628 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 07 16:48:44.628 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.628 INFO kablam! Nov 07 16:48:44.628 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.628 INFO kablam! --> src/lib.rs:63:9 Nov 07 16:48:44.628 INFO kablam! | Nov 07 16:48:44.628 INFO kablam! 63 | pub use travis::Travis; Nov 07 16:48:44.628 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::travis::Travis` Nov 07 16:48:44.628 INFO kablam! | Nov 07 16:48:44.628 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 07 16:48:44.628 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.628 INFO kablam! Nov 07 16:48:44.628 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.628 INFO kablam! --> src/docker.rs:1:5 Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 INFO kablam! 1 | use env; Nov 07 16:48:44.629 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 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 07 16:48:44.629 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.629 INFO kablam! Nov 07 16:48:44.629 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.629 INFO kablam! --> src/lib.rs:67:9 Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 INFO kablam! 67 | pub use docker::Docker; Nov 07 16:48:44.629 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::docker::Docker` Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 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 07 16:48:44.629 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.629 INFO kablam! Nov 07 16:48:44.629 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.629 INFO kablam! --> src/codeship.rs:1:5 Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 INFO kablam! 1 | use env; Nov 07 16:48:44.629 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 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 07 16:48:44.629 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.629 INFO kablam! Nov 07 16:48:44.629 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.629 INFO kablam! --> src/lib.rs:71:9 Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 INFO kablam! 71 | pub use codeship::Codeship; Nov 07 16:48:44.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codeship::Codeship` Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 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 07 16:48:44.629 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.629 INFO kablam! Nov 07 16:48:44.629 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.629 INFO kablam! --> src/codefresh.rs:1:5 Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 INFO kablam! 1 | use env; Nov 07 16:48:44.629 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 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 07 16:48:44.629 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.629 INFO kablam! Nov 07 16:48:44.629 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.629 INFO kablam! --> src/lib.rs:75:9 Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 INFO kablam! 75 | pub use codefresh::Codefresh; Nov 07 16:48:44.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codefresh::Codefresh` Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 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 07 16:48:44.629 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.629 INFO kablam! Nov 07 16:48:44.629 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.629 INFO kablam! --> src/circle.rs:1:5 Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 INFO kablam! 1 | use env; Nov 07 16:48:44.629 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 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 07 16:48:44.629 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.629 INFO kablam! Nov 07 16:48:44.629 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.629 INFO kablam! --> src/lib.rs:82:9 Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 INFO kablam! 82 | pub use circle::Circle; Nov 07 16:48:44.629 INFO kablam! | ^^^^^^^^^^^^^^ help: use `crate`: `crate::circle::Circle` Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 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 07 16:48:44.629 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.629 INFO kablam! Nov 07 16:48:44.629 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.629 INFO kablam! --> src/appveyor.rs:3:5 Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 INFO kablam! 3 | use env; Nov 07 16:48:44.629 INFO kablam! | ^^^ help: use `crate`: `crate::env` Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 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 07 16:48:44.629 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.629 INFO kablam! Nov 07 16:48:44.629 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 07 16:48:44.629 INFO kablam! --> src/lib.rs:86:9 Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 INFO kablam! 86 | pub use appveyor::Appveyor; Nov 07 16:48:44.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::appveyor::Appveyor` Nov 07 16:48:44.629 INFO kablam! | Nov 07 16:48:44.629 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 07 16:48:44.630 INFO kablam! = note: for more information, see issue #53130 Nov 07 16:48:44.630 INFO kablam! Nov 07 16:48:44.804 INFO kablam! error: aborting due to 14 previous errors Nov 07 16:48:44.804 INFO kablam! Nov 07 16:48:44.812 INFO kablam! error: Could not compile `ci-detective`. Nov 07 16:48:44.812 INFO kablam! Nov 07 16:48:44.812 INFO kablam! To learn more, run the command again with --verbose. Nov 07 16:48:44.814 INFO kablam! su: No module specific data is present Nov 07 16:48:45.486 INFO running `"docker" "rm" "-f" "ff15952292b303225d17872baa5a88328a8f1bad1aebe34c8377017224c15bca"` Nov 07 16:48:45.750 INFO blam! ff15952292b303225d17872baa5a88328a8f1bad1aebe34c8377017224c15bca