[INFO] updating cached repository https://github.com/fuchsnj/poll_next_bug
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 4045811bc0ffe68b652b43617c89c8fbb468423e
[INFO] checking fuchsnj/poll_next_bug against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuchsnj%2Fpoll_next_bug" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/fuchsnj/poll_next_bug on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/fuchsnj/poll_next_bug
[INFO] finished tweaking git repo https://github.com/fuchsnj/poll_next_bug
[INFO] tweaked toml for git repo https://github.com/fuchsnj/poll_next_bug written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/fuchsnj/poll_next_bug already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"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" "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" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] a742e73e8fb7d95ee44ea9b2e9ba385256d47a48c5536167dda0e2c01887937e
[INFO] running `"docker" "start" "-a" "a742e73e8fb7d95ee44ea9b2e9ba385256d47a48c5536167dda0e2c01887937e"`
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]     Checking futures-io-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling pin-project-internal v0.4.2
[INFO] [stderr]     Checking futures-channel-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]     Checking tracing-core v0.1.6
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking futures-util-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking mio v0.6.19
[INFO] [stderr]     Checking crossbeam-epoch v0.7.2
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]     Checking crossbeam-channel v0.3.9
[INFO] [stderr]     Checking crossbeam-deque v0.7.1
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking tokio-sync v0.2.0-alpha.6
[INFO] [stderr]     Checking futures-executor-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling tracing-attributes v0.1.4
[INFO] [stderr]    Compiling tokio-macros v0.2.0-alpha.6
[INFO] [stderr]     Checking tracing v0.1.9
[INFO] [stderr]     Checking tokio-executor v0.2.0-alpha.6
[INFO] [stderr]     Checking pin-project v0.4.2
[INFO] [stderr]     Checking tokio-io v0.2.0-alpha.6
[INFO] [stderr]     Checking tokio-codec v0.2.0-alpha.6
[INFO] [stderr]     Checking tokio-timer v0.3.0-alpha.6
[INFO] [stderr]     Checking tokio-fs v0.2.0-alpha.6
[INFO] [stderr]     Checking tokio-net v0.2.0-alpha.6
[INFO] [stderr]     Checking tokio v0.2.0-alpha.6
[INFO] [stderr]     Checking poll_next_bug v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0599]: no method named `poll_next` found for type parameter `T` in the current scope
[INFO] [stderr]   --> src/main.rs:13:23
[INFO] [stderr]    |
[INFO] [stderr] 13 |         self.upstream.poll_next()
[INFO] [stderr]    |                       ^^^^^^^^^ method not found in `T`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the type parameter is bounded by the trait
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `poll_next_bug`.
[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] [stderr] error[E0599]: no method named `poll_next` found for type parameter `T` in the current scope
[INFO] [stderr]   --> src/main.rs:13:23
[INFO] [stderr]    |
[INFO] [stderr] 13 |         self.upstream.poll_next()
[INFO] [stderr]    |                       ^^^^^^^^^ method not found in `T`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the type parameter is bounded by the trait
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `poll_next_bug`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "a742e73e8fb7d95ee44ea9b2e9ba385256d47a48c5536167dda0e2c01887937e"`
[INFO] running `"docker" "rm" "-f" "a742e73e8fb7d95ee44ea9b2e9ba385256d47a48c5536167dda0e2c01887937e"`
[INFO] [stdout] a742e73e8fb7d95ee44ea9b2e9ba385256d47a48c5536167dda0e2c01887937e
