[INFO] fetching crate futures-poll-log 1.0.1...
[INFO] checking futures-poll-log-1.0.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate futures-poll-log 1.0.1 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate futures-poll-log 1.0.1 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f39f879759e64694722a455f94f7df6ea39ef9072d7fb4854d7cb172d756a07d
[INFO] running `Command { std: "docker" "start" "-a" "f39f879759e64694722a455f94f7df6ea39ef9072d7fb4854d7cb172d756a07d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f39f879759e64694722a455f94f7df6ea39ef9072d7fb4854d7cb172d756a07d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f39f879759e64694722a455f94f7df6ea39ef9072d7fb4854d7cb172d756a07d", kill_on_drop: false }`
[INFO] [stdout] f39f879759e64694722a455f94f7df6ea39ef9072d7fb4854d7cb172d756a07d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f8029cfc77ceabb74a5cec11f0fb0c38533779aaec3e9fe9656098ab62577ff
[INFO] running `Command { std: "docker" "start" "-a" "1f8029cfc77ceabb74a5cec11f0fb0c38533779aaec3e9fe9656098ab62577ff", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking futures v0.1.31
[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/b0696a5160711c068cb1f01b7437db7990d15750/library/core/src/iter/traits/iterator.rs:1881: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" "1f8029cfc77ceabb74a5cec11f0fb0c38533779aaec3e9fe9656098ab62577ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f8029cfc77ceabb74a5cec11f0fb0c38533779aaec3e9fe9656098ab62577ff", kill_on_drop: false }`
[INFO] [stdout] 1f8029cfc77ceabb74a5cec11f0fb0c38533779aaec3e9fe9656098ab62577ff
