[INFO] fetching crate ci-detective 0.1.0... [INFO] checking ci-detective-0.1.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate ci-detective 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate ci-detective 0.1.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ci-detective 0.1.0 [INFO] finished tweaking crates.io crate ci-detective 0.1.0 [INFO] tweaked toml for crates.io crate ci-detective 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93d6e72f60df6a670305301ad4998bbd3379736f081f3090971c3f7819ef0cab [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "93d6e72f60df6a670305301ad4998bbd3379736f081f3090971c3f7819ef0cab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93d6e72f60df6a670305301ad4998bbd3379736f081f3090971c3f7819ef0cab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93d6e72f60df6a670305301ad4998bbd3379736f081f3090971c3f7819ef0cab", kill_on_drop: false }` [INFO] [stdout] 93d6e72f60df6a670305301ad4998bbd3379736f081f3090971c3f7819ef0cab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7f02581818515fedd869d3f5d497f44700996803c346daa1e806c8754ec221da [INFO] running `Command { std: "docker" "start" "-a" "7f02581818515fedd869d3f5d497f44700996803c346daa1e806c8754ec221da", kill_on_drop: false }` [INFO] [stderr] Checking ci-detective v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/jenkins.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:7:67 [INFO] [stdout] | [INFO] [stdout] 7 | #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[forbid(absolute_paths_not_starting_with_crate)]` implied by `#[forbid(future_incompatible)]` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub use jenkins::Jenkins; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::jenkins::Jenkins` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/travis.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub use travis::Travis; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::travis::Travis` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/docker.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub use docker::Docker; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::docker::Docker` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/codeship.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub use codeship::Codeship; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codeship::Codeship` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/codefresh.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub use codefresh::Codefresh; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codefresh::Codefresh` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/circle.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub use circle::Circle; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::circle::Circle` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/appveyor.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | pub use appveyor::Appveyor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::appveyor::Appveyor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/jenkins.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:7:67 [INFO] [stdout] | [INFO] [stdout] 7 | #![forbid(missing_debug_implementations, unconditional_recursion, future_incompatible)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[forbid(absolute_paths_not_starting_with_crate)]` implied by `#[forbid(future_incompatible)]` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub use jenkins::Jenkins; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `crate`: `crate::jenkins::Jenkins` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/travis.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub use travis::Travis; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::travis::Travis` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/docker.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub use docker::Docker; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::docker::Docker` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/codeship.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub use codeship::Codeship; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codeship::Codeship` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/codefresh.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub use codefresh::Codefresh; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::codefresh::Codefresh` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/circle.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub use circle::Circle; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `crate`: `crate::circle::Circle` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/appveyor.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use env; [INFO] [stdout] | ^^^ help: use `crate`: `crate::env` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stdout] --> src/lib.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | pub use appveyor::Appveyor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::appveyor::Appveyor` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #53130 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ci-detective` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7f02581818515fedd869d3f5d497f44700996803c346daa1e806c8754ec221da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f02581818515fedd869d3f5d497f44700996803c346daa1e806c8754ec221da", kill_on_drop: false }` [INFO] [stdout] 7f02581818515fedd869d3f5d497f44700996803c346daa1e806c8754ec221da