[INFO] updating cached repository raviqqe/rust-async-example [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/raviqqe/rust-async-example [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/raviqqe/rust-async-example" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/raviqqe/rust-async-example"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/raviqqe/rust-async-example'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/raviqqe/rust-async-example" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/raviqqe/rust-async-example"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/raviqqe/rust-async-example'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ce3d840c3d45449b7ec5c77e4f01cf377e48e92d [INFO] sha for GitHub repo raviqqe/rust-async-example: ce3d840c3d45449b7ec5c77e4f01cf377e48e92d [INFO] validating manifest of raviqqe/rust-async-example on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of raviqqe/rust-async-example on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing raviqqe/rust-async-example [INFO] finished frobbing raviqqe/rust-async-example [INFO] frobbed toml for raviqqe/rust-async-example written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/raviqqe/rust-async-example/Cargo.toml [INFO] started frobbing raviqqe/rust-async-example [INFO] finished frobbing raviqqe/rust-async-example [INFO] frobbed toml for raviqqe/rust-async-example written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/raviqqe/rust-async-example/Cargo.toml [INFO] crate raviqqe/rust-async-example already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking raviqqe/rust-async-example against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-3/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/raviqqe/rust-async-example:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a20e71790db9ec350cca2e224643ef81639855061fcdbb0c93828e8e417770c4 [INFO] running `"docker" "start" "-a" "a20e71790db9ec350cca2e224643ef81639855061fcdbb0c93828e8e417770c4"` [INFO] [stderr] Checking futures-core v0.3.0-alpha (https://github.com/rust-lang-nursery/futures-rs?branch=0.3#29bc7bd3) [INFO] [stderr] error[E0432]: unresolved import `core::mem::PinMut` [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/29bc7bd/futures-core/src/future.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use core::mem::PinMut; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::future::FutureObj`, `core::future::LocalFutureObj`, `core::future::UnsafeFutureObj` [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/29bc7bd/futures-core/src/future.rs:6:32 [INFO] [stderr] | [INFO] [stderr] 6 | pub use core::future::{Future, FutureObj, LocalFutureObj, UnsafeFutureObj}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ no `UnsafeFutureObj` in `future` [INFO] [stderr] | | | [INFO] [stderr] | | no `LocalFutureObj` in `future` [INFO] [stderr] | no `FutureObj` in `future` [INFO] [stderr] | help: a similar name exists in the module: `Future` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::mem::PinMut` [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/29bc7bd/futures-core/src/stream.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use core::mem::PinMut; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::task::Executor`, `core::task::LocalWaker`, `core::task::UnsafeWake`, `core::task::SpawnErrorKind`, `core::task::SpawnObjError`, `core::task::SpawnLocalObjError` [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/29bc7bd/futures-core/src/task.rs:4:20 [INFO] [stderr] | [INFO] [stderr] 4 | Context, Poll, Executor, [INFO] [stderr] | ^^^^^^^^ no `Executor` in `task` [INFO] [stderr] 5 | Waker, LocalWaker, UnsafeWake, [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ no `UnsafeWake` in `task` [INFO] [stderr] | | [INFO] [stderr] | no `LocalWaker` in `task` [INFO] [stderr] 6 | SpawnErrorKind, SpawnObjError, SpawnLocalObjError, [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ no `SpawnLocalObjError` in `task` [INFO] [stderr] | | | [INFO] [stderr] | | no `SpawnObjError` in `task` [INFO] [stderr] | no `SpawnErrorKind` in `task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::boxed::PinBox` [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/29bc7bd/futures-core/src/stream.rs:135:27 [INFO] [stderr] | [INFO] [stderr] 135 | use std::boxed::{Box, PinBox}; [INFO] [stderr] | ^^^^^^ no `PinBox` in `boxed` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::task::Wake`, `std::task::local_waker`, `std::task::local_waker_from_nonlocal` [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/29bc7bd/futures-core/src/task.rs:10:25 [INFO] [stderr] | [INFO] [stderr] 10 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal}; [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ no `local_waker_from_nonlocal` in `task` [INFO] [stderr] | | | [INFO] [stderr] | | no `local_waker` in `task` [INFO] [stderr] | no `Wake` in `task` [INFO] [stderr] | help: a similar name exists in the module: `Waker` [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/29bc7bd/futures-core/src/stream.rs:75:10 [INFO] [stderr] | [INFO] [stderr] 75 | impl<'a, S: ?Sized + Stream> Stream for PinMut<'a, S> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/29bc7bd/futures-core/src/stream.rs:148:10 [INFO] [stderr] | [INFO] [stderr] 148 | impl Stream for PinBox { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0207, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0207`. [INFO] [stderr] error: Could not compile `futures-core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a20e71790db9ec350cca2e224643ef81639855061fcdbb0c93828e8e417770c4"` [INFO] running `"docker" "rm" "-f" "a20e71790db9ec350cca2e224643ef81639855061fcdbb0c93828e8e417770c4"` [INFO] [stdout] a20e71790db9ec350cca2e224643ef81639855061fcdbb0c93828e8e417770c4