[INFO] fetching crate green-tea 0.1.2... [INFO] checking green-tea-0.1.2 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate green-tea 0.1.2 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate green-tea 0.1.2 [INFO] finished tweaking crates.io crate green-tea 0.1.2 [INFO] tweaked toml for crates.io crate green-tea 0.1.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate green-tea 0.1.2 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate green-tea 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enigo v0.0.14 [INFO] [stderr] Downloaded core-graphics v0.18.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 459c5b35fcc075ac39ccd6cc4959ca2be68ef63651ad75734386360f8e8c6769 [INFO] running `Command { std: "docker" "start" "-a" "459c5b35fcc075ac39ccd6cc4959ca2be68ef63651ad75734386360f8e8c6769", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "459c5b35fcc075ac39ccd6cc4959ca2be68ef63651ad75734386360f8e8c6769", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "459c5b35fcc075ac39ccd6cc4959ca2be68ef63651ad75734386360f8e8c6769", kill_on_drop: false }` [INFO] [stdout] 459c5b35fcc075ac39ccd6cc4959ca2be68ef63651ad75734386360f8e8c6769 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 08bcd416902b79ec11e3fdad8461bfc2789feb7435876ee7f087f25c873aa473 [INFO] running `Command { std: "docker" "start" "-a" "08bcd416902b79ec11e3fdad8461bfc2789feb7435876ee7f087f25c873aa473", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling enigo v0.0.14 [INFO] [stderr] Checking green-tea v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `self::codes::_RED as red` [INFO] [stdout] --> src/colours.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use self::codes::_RED as red; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_YELLOW as yellow` [INFO] [stdout] --> src/colours.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub use self::codes::_YELLOW as yellow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_BLUE as blue` [INFO] [stdout] --> src/colours.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub use self::codes::_BLUE as blue; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_CYAN as cyan` [INFO] [stdout] --> src/colours.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub use self::codes::_CYAN as cyan; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_MAGENTA as magenta` [INFO] [stdout] --> src/colours.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub use self::codes::_MAGENTA as magenta; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_GRAY as gray` [INFO] [stdout] --> src/colours.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use self::codes::_GRAY as gray; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_BOLD as bold` [INFO] [stdout] --> src/colours.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub use self::codes::_BOLD as bold; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_RED as red` [INFO] [stdout] --> src/colours.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use self::codes::_RED as red; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_YELLOW as yellow` [INFO] [stdout] --> src/colours.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub use self::codes::_YELLOW as yellow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_BLUE as blue` [INFO] [stdout] --> src/colours.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub use self::codes::_BLUE as blue; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_CYAN as cyan` [INFO] [stdout] --> src/colours.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub use self::codes::_CYAN as cyan; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_MAGENTA as magenta` [INFO] [stdout] --> src/colours.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub use self::codes::_MAGENTA as magenta; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_GRAY as gray` [INFO] [stdout] --> src/colours.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use self::codes::_GRAY as gray; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::codes::_BOLD as bold` [INFO] [stdout] --> src/colours.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub use self::codes::_BOLD as bold; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s [INFO] running `Command { std: "docker" "inspect" "08bcd416902b79ec11e3fdad8461bfc2789feb7435876ee7f087f25c873aa473", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08bcd416902b79ec11e3fdad8461bfc2789feb7435876ee7f087f25c873aa473", kill_on_drop: false }` [INFO] [stdout] 08bcd416902b79ec11e3fdad8461bfc2789feb7435876ee7f087f25c873aa473