[INFO] fetching crate futures-poll-log 1.0.1...
[INFO] checking futures-poll-log-1.0.1 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate futures-poll-log 1.0.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate futures-poll-log 1.0.1 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate futures-poll-log 1.0.1
[INFO] finished tweaking crates.io crate futures-poll-log 1.0.1
[INFO] tweaked toml for crates.io crate futures-poll-log 1.0.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 23aa00ca54a6b74f0475d0065386ff0f47df806d5f3d278f479634e17b27ef29
[INFO] running `Command { std: "docker" "start" "-a" "23aa00ca54a6b74f0475d0065386ff0f47df806d5f3d278f479634e17b27ef29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23aa00ca54a6b74f0475d0065386ff0f47df806d5f3d278f479634e17b27ef29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23aa00ca54a6b74f0475d0065386ff0f47df806d5f3d278f479634e17b27ef29", kill_on_drop: false }`
[INFO] [stdout] 23aa00ca54a6b74f0475d0065386ff0f47df806d5f3d278f479634e17b27ef29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad43b345267247864390a95af1fdd26406b8c35cf4f163df7d104e323d024c1b
[INFO] running `Command { std: "docker" "start" "-a" "ad43b345267247864390a95af1fdd26406b8c35cf4f163df7d104e323d024c1b", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking futures-poll-log v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> examples/simple_future.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 |         .inspect("immeditate future")
[INFO] [stdout]    |          ^^^^^^^ multiple `inspect` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `LoggingExt` for the type `F`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `futures::Future` for the type `Failed<T, E>`
[INFO] [stdout] note: candidate #3 is defined in the trait `Iterator`
[INFO] [stdout]   --> /rustc/4d1bd0db7f489b22c6d8aa2385937a95412c015b/library/core/src/iter/traits/iterator.rs:1899:5
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let _: Result<i32, _> = LoggingExt::inspect(futures::future::ok(3), "immeditate future")
[INFO] [stdout]    |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let _: Result<i32, _> = futures::Future::inspect(futures::future::ok(3), "immeditate future")
[INFO] [stdout]    |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: disambiguate the method for candidate #3
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let _: Result<i32, _> = Iterator::inspect(futures::future::ok(3), "immeditate future")
[INFO] [stdout]    |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures::Future`
[INFO] [stdout]  --> examples/simple_future.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use futures::Future;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures_poll_log::LoggingExt`
[INFO] [stdout]  --> examples/simple_future.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use futures_poll_log::LoggingExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0034`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures-poll-log` (example "simple_future") due to 2 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ad43b345267247864390a95af1fdd26406b8c35cf4f163df7d104e323d024c1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad43b345267247864390a95af1fdd26406b8c35cf4f163df7d104e323d024c1b", kill_on_drop: false }`
[INFO] [stdout] ad43b345267247864390a95af1fdd26406b8c35cf4f163df7d104e323d024c1b
[INFO] checking futures-poll-log-1.0.1 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate futures-poll-log 1.0.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate futures-poll-log 1.0.1 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate futures-poll-log 1.0.1
[INFO] finished tweaking crates.io crate futures-poll-log 1.0.1
[INFO] tweaked toml for crates.io crate futures-poll-log 1.0.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9bfb986c398d3213e7b6bc4908cd1a8a94513b14c6d2915838f096d4ba51c7c9
[INFO] running `Command { std: "docker" "start" "-a" "9bfb986c398d3213e7b6bc4908cd1a8a94513b14c6d2915838f096d4ba51c7c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9bfb986c398d3213e7b6bc4908cd1a8a94513b14c6d2915838f096d4ba51c7c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bfb986c398d3213e7b6bc4908cd1a8a94513b14c6d2915838f096d4ba51c7c9", kill_on_drop: false }`
[INFO] [stdout] 9bfb986c398d3213e7b6bc4908cd1a8a94513b14c6d2915838f096d4ba51c7c9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6222c83ef00cc629201a1b2570d15a055ef3ab948ed4c4e0b7acc66b80522fc9
[INFO] running `Command { std: "docker" "start" "-a" "6222c83ef00cc629201a1b2570d15a055ef3ab948ed4c4e0b7acc66b80522fc9", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking futures-poll-log v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> examples/simple_future.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 |         .inspect("immeditate future")
[INFO] [stdout]    |          ^^^^^^^ multiple `inspect` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `LoggingExt` for the type `F`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `futures::Future` for the type `Failed<T, E>`
[INFO] [stdout] note: candidate #3 is defined in the trait `Iterator`
[INFO] [stdout]   --> /rustc/785364c7e5e0804473a3fddfb579798ea14e3493/library/core/src/iter/traits/iterator.rs:1899:5
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let _: Result<i32, _> = LoggingExt::inspect(futures::future::ok(3), "immeditate future")
[INFO] [stdout]    |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let _: Result<i32, _> = futures::Future::inspect(futures::future::ok(3), "immeditate future")
[INFO] [stdout]    |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: disambiguate the method for candidate #3
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let _: Result<i32, _> = Iterator::inspect(futures::future::ok(3), "immeditate future")
[INFO] [stdout]    |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures::Future`
[INFO] [stdout]  --> examples/simple_future.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use futures::Future;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `futures_poll_log::LoggingExt`
[INFO] [stdout]  --> examples/simple_future.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use futures_poll_log::LoggingExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0034`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures-poll-log` (example "simple_future") due to 2 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6222c83ef00cc629201a1b2570d15a055ef3ab948ed4c4e0b7acc66b80522fc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6222c83ef00cc629201a1b2570d15a055ef3ab948ed4c4e0b7acc66b80522fc9", kill_on_drop: false }`
[INFO] [stdout] 6222c83ef00cc629201a1b2570d15a055ef3ab948ed4c4e0b7acc66b80522fc9
