[INFO] crate ci-detective 0.1.0 is already in cache [INFO] testing ci-detective-0.1.0 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate ci-detective 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate ci-detective 0.1.0 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7a59e52b283d7cdb8651ef77774f569bfd439f3d9f82ee772b00a2a9902d4e0 [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" "e7a59e52b283d7cdb8651ef77774f569bfd439f3d9f82ee772b00a2a9902d4e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7a59e52b283d7cdb8651ef77774f569bfd439f3d9f82ee772b00a2a9902d4e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7a59e52b283d7cdb8651ef77774f569bfd439f3d9f82ee772b00a2a9902d4e0", kill_on_drop: false }` [INFO] [stdout] e7a59e52b283d7cdb8651ef77774f569bfd439f3d9f82ee772b00a2a9902d4e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7bb3f3b217fe35b6b2ff760ff2245216859605a1d286486cac813d6b13fa7c4f [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" "7bb3f3b217fe35b6b2ff760ff2245216859605a1d286486cac813d6b13fa7c4f", kill_on_drop: false }` [INFO] [stderr] Compiling 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: 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] running `Command { std: "docker" "inspect" "7bb3f3b217fe35b6b2ff760ff2245216859605a1d286486cac813d6b13fa7c4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bb3f3b217fe35b6b2ff760ff2245216859605a1d286486cac813d6b13fa7c4f", kill_on_drop: false }` [INFO] [stdout] 7bb3f3b217fe35b6b2ff760ff2245216859605a1d286486cac813d6b13fa7c4f