Nov 29 03:17:45.681 INFO checking ci-detective-0.1.0 against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 29 03:17:45.681 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-0/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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 29 03:17:46.105 INFO [stdout] 5a032a033d0e45216d1c108607bcdf4a2b4c8dfde886c3f5ced37324adbeacc1 Nov 29 03:17:46.107 INFO running `"docker" "start" "-a" "5a032a033d0e45216d1c108607bcdf4a2b4c8dfde886c3f5ced37324adbeacc1"` Nov 29 03:17:47.460 INFO [stderr] usermod: no changes Nov 29 03:17:47.512 INFO [stderr] Checking ci-detective v0.1.0 (/source) Nov 29 03:17:48.412 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.412 INFO [stderr] --> src/jenkins.rs:1:5 Nov 29 03:17:48.412 INFO [stderr] | Nov 29 03:17:48.412 INFO [stderr] 1 | use env; Nov 29 03:17:48.412 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.412 INFO [stderr] | Nov 29 03:17:48.412 INFO [stderr] note: lint level defined here Nov 29 03:17:48.412 INFO [stderr] --> src/lib.rs:7:67 Nov 29 03:17:48.412 INFO [stderr] | Nov 29 03:17:48.412 INFO [stderr] 7 | #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 29 03:17:48.412 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 29 03:17:48.412 INFO [stderr] = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 29 03:17:48.412 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.412 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.412 INFO [stderr] Nov 29 03:17:48.412 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.412 INFO [stderr] --> src/lib.rs:59:9 Nov 29 03:17:48.412 INFO [stderr] | Nov 29 03:17:48.412 INFO [stderr] 59 | pub use jenkins::Jenkins; Nov 29 03:17:48.412 INFO [stderr] | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::jenkins::Jenkins` Nov 29 03:17:48.412 INFO [stderr] | Nov 29 03:17:48.412 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.412 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.412 INFO [stderr] Nov 29 03:17:48.412 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.412 INFO [stderr] --> src/travis.rs:1:5 Nov 29 03:17:48.412 INFO [stderr] | Nov 29 03:17:48.412 INFO [stderr] 1 | use env; Nov 29 03:17:48.412 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.412 INFO [stderr] | Nov 29 03:17:48.412 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.412 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.412 INFO [stderr] Nov 29 03:17:48.412 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.412 INFO [stderr] --> src/lib.rs:63:9 Nov 29 03:17:48.412 INFO [stderr] | Nov 29 03:17:48.412 INFO [stderr] 63 | pub use travis::Travis; Nov 29 03:17:48.412 INFO [stderr] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::travis::Travis` Nov 29 03:17:48.412 INFO [stderr] | Nov 29 03:17:48.412 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.412 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.412 INFO [stderr] Nov 29 03:17:48.413 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.413 INFO [stderr] --> src/docker.rs:1:5 Nov 29 03:17:48.413 INFO [stderr] | Nov 29 03:17:48.413 INFO [stderr] 1 | use env; Nov 29 03:17:48.413 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.413 INFO [stderr] | Nov 29 03:17:48.413 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.413 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.413 INFO [stderr] Nov 29 03:17:48.413 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.413 INFO [stderr] --> src/lib.rs:67:9 Nov 29 03:17:48.413 INFO [stderr] | Nov 29 03:17:48.413 INFO [stderr] 67 | pub use docker::Docker; Nov 29 03:17:48.413 INFO [stderr] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::docker::Docker` Nov 29 03:17:48.413 INFO [stderr] | Nov 29 03:17:48.413 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.413 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.413 INFO [stderr] Nov 29 03:17:48.413 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.413 INFO [stderr] --> src/codeship.rs:1:5 Nov 29 03:17:48.413 INFO [stderr] | Nov 29 03:17:48.413 INFO [stderr] 1 | use env; Nov 29 03:17:48.413 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.413 INFO [stderr] | Nov 29 03:17:48.413 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.413 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.413 INFO [stderr] Nov 29 03:17:48.413 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.413 INFO [stderr] --> src/lib.rs:71:9 Nov 29 03:17:48.413 INFO [stderr] | Nov 29 03:17:48.413 INFO [stderr] 71 | pub use codeship::Codeship; Nov 29 03:17:48.413 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codeship::Codeship` Nov 29 03:17:48.413 INFO [stderr] | Nov 29 03:17:48.413 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.413 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.413 INFO [stderr] Nov 29 03:17:48.413 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.413 INFO [stderr] --> src/codefresh.rs:1:5 Nov 29 03:17:48.413 INFO [stderr] | Nov 29 03:17:48.413 INFO [stderr] 1 | use env; Nov 29 03:17:48.413 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.413 INFO [stderr] | Nov 29 03:17:48.413 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.413 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.413 INFO [stderr] Nov 29 03:17:48.416 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.416 INFO [stderr] --> src/lib.rs:75:9 Nov 29 03:17:48.416 INFO [stderr] | Nov 29 03:17:48.416 INFO [stderr] 75 | pub use codefresh::Codefresh; Nov 29 03:17:48.416 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codefresh::Codefresh` Nov 29 03:17:48.416 INFO [stderr] | Nov 29 03:17:48.416 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.416 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.416 INFO [stderr] Nov 29 03:17:48.416 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.416 INFO [stderr] --> src/circle.rs:1:5 Nov 29 03:17:48.416 INFO [stderr] | Nov 29 03:17:48.416 INFO [stderr] 1 | use env; Nov 29 03:17:48.416 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.416 INFO [stderr] | Nov 29 03:17:48.416 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.416 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.416 INFO [stderr] Nov 29 03:17:48.416 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.416 INFO [stderr] --> src/lib.rs:82:9 Nov 29 03:17:48.416 INFO [stderr] | Nov 29 03:17:48.416 INFO [stderr] 82 | pub use circle::Circle; Nov 29 03:17:48.416 INFO [stderr] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::circle::Circle` Nov 29 03:17:48.416 INFO [stderr] | Nov 29 03:17:48.416 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.416 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.416 INFO [stderr] Nov 29 03:17:48.416 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.416 INFO [stderr] --> src/appveyor.rs:3:5 Nov 29 03:17:48.416 INFO [stderr] | Nov 29 03:17:48.416 INFO [stderr] 3 | use env; Nov 29 03:17:48.416 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.416 INFO [stderr] | Nov 29 03:17:48.416 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.416 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.416 INFO [stderr] Nov 29 03:17:48.416 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.416 INFO [stderr] --> src/lib.rs:86:9 Nov 29 03:17:48.416 INFO [stderr] | Nov 29 03:17:48.416 INFO [stderr] 86 | pub use appveyor::Appveyor; Nov 29 03:17:48.416 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::appveyor::Appveyor` Nov 29 03:17:48.416 INFO [stderr] | Nov 29 03:17:48.416 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.416 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.416 INFO [stderr] Nov 29 03:17:48.459 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.459 INFO [stderr] --> src/jenkins.rs:1:5 Nov 29 03:17:48.459 INFO [stderr] | Nov 29 03:17:48.459 INFO [stderr] 1 | use env; Nov 29 03:17:48.459 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.459 INFO [stderr] | Nov 29 03:17:48.459 INFO [stderr] note: lint level defined here Nov 29 03:17:48.459 INFO [stderr] --> src/lib.rs:7:67 Nov 29 03:17:48.459 INFO [stderr] | Nov 29 03:17:48.459 INFO [stderr] 7 | #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] Nov 29 03:17:48.459 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 29 03:17:48.459 INFO [stderr] = note: #[forbid(absolute_paths_not_starting_with_crate)] implied by #[forbid(future_incompatible)] Nov 29 03:17:48.459 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.459 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.459 INFO [stderr] Nov 29 03:17:48.472 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.472 INFO [stderr] --> src/lib.rs:59:9 Nov 29 03:17:48.473 INFO [stderr] | Nov 29 03:17:48.473 INFO [stderr] 59 | pub use jenkins::Jenkins; Nov 29 03:17:48.473 INFO [stderr] | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::jenkins::Jenkins` Nov 29 03:17:48.473 INFO [stderr] | Nov 29 03:17:48.473 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.474 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.474 INFO [stderr] Nov 29 03:17:48.474 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.474 INFO [stderr] --> src/travis.rs:1:5 Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] 1 | use env; Nov 29 03:17:48.474 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.474 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.474 INFO [stderr] Nov 29 03:17:48.474 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.474 INFO [stderr] --> src/lib.rs:63:9 Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] 63 | pub use travis::Travis; Nov 29 03:17:48.474 INFO [stderr] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::travis::Travis` Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.474 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.474 INFO [stderr] Nov 29 03:17:48.474 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.474 INFO [stderr] --> src/docker.rs:1:5 Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] 1 | use env; Nov 29 03:17:48.474 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.474 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.474 INFO [stderr] Nov 29 03:17:48.474 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.474 INFO [stderr] --> src/lib.rs:67:9 Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] 67 | pub use docker::Docker; Nov 29 03:17:48.474 INFO [stderr] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::docker::Docker` Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.474 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.474 INFO [stderr] Nov 29 03:17:48.474 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.474 INFO [stderr] --> src/codeship.rs:1:5 Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] 1 | use env; Nov 29 03:17:48.474 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.474 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.474 INFO [stderr] Nov 29 03:17:48.474 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.474 INFO [stderr] --> src/lib.rs:71:9 Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] 71 | pub use codeship::Codeship; Nov 29 03:17:48.474 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codeship::Codeship` Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.474 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.474 INFO [stderr] Nov 29 03:17:48.474 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.474 INFO [stderr] --> src/codefresh.rs:1:5 Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.474 INFO [stderr] 1 | use env; Nov 29 03:17:48.474 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.474 INFO [stderr] | Nov 29 03:17:48.475 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.475 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.475 INFO [stderr] Nov 29 03:17:48.475 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.475 INFO [stderr] --> src/lib.rs:75:9 Nov 29 03:17:48.475 INFO [stderr] | Nov 29 03:17:48.475 INFO [stderr] 75 | pub use codefresh::Codefresh; Nov 29 03:17:48.475 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codefresh::Codefresh` Nov 29 03:17:48.475 INFO [stderr] | Nov 29 03:17:48.475 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.475 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.475 INFO [stderr] Nov 29 03:17:48.475 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.475 INFO [stderr] --> src/circle.rs:1:5 Nov 29 03:17:48.475 INFO [stderr] | Nov 29 03:17:48.475 INFO [stderr] 1 | use env; Nov 29 03:17:48.475 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.475 INFO [stderr] | Nov 29 03:17:48.475 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.475 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.475 INFO [stderr] Nov 29 03:17:48.475 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.475 INFO [stderr] --> src/lib.rs:82:9 Nov 29 03:17:48.475 INFO [stderr] | Nov 29 03:17:48.475 INFO [stderr] 82 | pub use circle::Circle; Nov 29 03:17:48.475 INFO [stderr] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::circle::Circle` Nov 29 03:17:48.475 INFO [stderr] | Nov 29 03:17:48.475 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.475 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.475 INFO [stderr] Nov 29 03:17:48.475 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.475 INFO [stderr] --> src/appveyor.rs:3:5 Nov 29 03:17:48.475 INFO [stderr] | Nov 29 03:17:48.475 INFO [stderr] 3 | use env; Nov 29 03:17:48.475 INFO [stderr] | ^^^ help: use `crate`: `crate::env` Nov 29 03:17:48.475 INFO [stderr] | Nov 29 03:17:48.475 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.475 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.475 INFO [stderr] Nov 29 03:17:48.475 INFO [stderr] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Nov 29 03:17:48.475 INFO [stderr] --> src/lib.rs:86:9 Nov 29 03:17:48.475 INFO [stderr] | Nov 29 03:17:48.475 INFO [stderr] 86 | pub use appveyor::Appveyor; Nov 29 03:17:48.475 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::appveyor::Appveyor` Nov 29 03:17:48.475 INFO [stderr] | Nov 29 03:17:48.475 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Nov 29 03:17:48.475 INFO [stderr] = note: for more information, see issue #53130 Nov 29 03:17:48.475 INFO [stderr] Nov 29 03:17:48.652 INFO [stderr] error: aborting due to 14 previous errors Nov 29 03:17:48.652 INFO [stderr] Nov 29 03:17:48.664 INFO [stderr] error: Could not compile `ci-detective`. Nov 29 03:17:48.664 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 03:17:48.776 INFO [stderr] error: aborting due to 14 previous errors Nov 29 03:17:48.776 INFO [stderr] Nov 29 03:17:48.784 INFO [stderr] error: Could not compile `ci-detective`. Nov 29 03:17:48.784 INFO [stderr] Nov 29 03:17:48.784 INFO [stderr] To learn more, run the command again with --verbose. Nov 29 03:17:48.788 INFO [stderr] su: No module specific data is present Nov 29 03:17:49.668 INFO running `"docker" "inspect" "5a032a033d0e45216d1c108607bcdf4a2b4c8dfde886c3f5ced37324adbeacc1"` Nov 29 03:17:49.898 INFO running `"docker" "rm" "-f" "5a032a033d0e45216d1c108607bcdf4a2b4c8dfde886c3f5ced37324adbeacc1"` Nov 29 03:17:50.220 INFO [stdout] 5a032a033d0e45216d1c108607bcdf4a2b4c8dfde886c3f5ced37324adbeacc1