[INFO] fetching crate ci-detective 0.1.0... [INFO] checking ci-detective-0.1.0 against try#6f12b8fe67b4eed2e838dab803ed9493b9d62c0f for pr-79073 [INFO] extracting crate ci-detective 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate ci-detective 0.1.0 on toolchain 6f12b8fe67b4eed2e838dab803ed9493b9d62c0f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f442b1cc84a738a2e47c03bdcaabcfe42816e060174e1479b27e057ef6d1962 [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" "4f442b1cc84a738a2e47c03bdcaabcfe42816e060174e1479b27e057ef6d1962", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f442b1cc84a738a2e47c03bdcaabcfe42816e060174e1479b27e057ef6d1962", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f442b1cc84a738a2e47c03bdcaabcfe42816e060174e1479b27e057ef6d1962", kill_on_drop: false }` [INFO] [stdout] 4f442b1cc84a738a2e47c03bdcaabcfe42816e060174e1479b27e057ef6d1962 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a0932aaa7de79a2a70d32663bc02411ed49199114e68f4af0f123ce067531b3 [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" "8a0932aaa7de79a2a70d32663bc02411ed49199114e68f4af0f123ce067531b3", 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" "8a0932aaa7de79a2a70d32663bc02411ed49199114e68f4af0f123ce067531b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a0932aaa7de79a2a70d32663bc02411ed49199114e68f4af0f123ce067531b3", kill_on_drop: false }` [INFO] [stdout] 8a0932aaa7de79a2a70d32663bc02411ed49199114e68f4af0f123ce067531b3