[INFO] updating cached repository bfredl/gtknvim [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bfredl/gtknvim [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bfredl/gtknvim" "work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/gh/bfredl/gtknvim"` [INFO] [stderr] Cloning into 'work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/gh/bfredl/gtknvim'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bfredl/gtknvim" "work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/gh/bfredl/gtknvim"` [INFO] [stderr] Cloning into 'work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/gh/bfredl/gtknvim'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e948263522d16aea8a3f0db4efaf385e7d0aa63f [INFO] sha for GitHub repo bfredl/gtknvim: e948263522d16aea8a3f0db4efaf385e7d0aa63f [INFO] validating manifest of bfredl/gtknvim on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bfredl/gtknvim on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bfredl/gtknvim [INFO] finished frobbing bfredl/gtknvim [INFO] frobbed toml for bfredl/gtknvim written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/gh/bfredl/gtknvim/Cargo.toml [INFO] started frobbing bfredl/gtknvim [INFO] finished frobbing bfredl/gtknvim [INFO] frobbed toml for bfredl/gtknvim written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/gh/bfredl/gtknvim/Cargo.toml [INFO] crate bfredl/gtknvim already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking bfredl/gtknvim against master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-5/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/gh/bfredl/gtknvim:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 11f3ade48bb31ff7e4d60920454a4dad8b583942ac6e582d001cb78fd423a372 [INFO] running `"docker" "start" "-a" "11f3ade48bb31ff7e4d60920454a4dad8b583942ac6e582d001cb78fd423a372"` [INFO] [stderr] Compiling gio v0.5.0 [INFO] [stderr] Checking pin-utils v0.1.0-alpha.3 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.7 [INFO] [stderr] Checking glib v0.6.0 [INFO] [stderr] error[E0432]: unresolved import `core::task::LocalWaker` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | task::{LocalWaker, Poll}, [INFO] [stderr] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:194:9 [INFO] [stderr] | [INFO] [stderr] 194 | use std::boxed::Box; [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:196:9 [INFO] [stderr] | [INFO] [stderr] 196 | use std::boxed::Box; [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:136:9 [INFO] [stderr] | [INFO] [stderr] 136 | use std::boxed::Box; [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/task/mod.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal}; [INFO] [stderr] | ^^^ use of undeclared type or module `std` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::task::LocalWaker`, `core::task::UnsafeWake` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/task/mod.rs:6:35 [INFO] [stderr] | [INFO] [stderr] 6 | pub use core::task::{Poll, Waker, LocalWaker, UnsafeWake}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ no `UnsafeWake` in `task` [INFO] [stderr] | | [INFO] [stderr] | no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:200:13 [INFO] [stderr] | [INFO] [stderr] 200 | Box::into_raw(self) as *mut () [INFO] [stderr] | ^^^ use of undeclared type or module `Box` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:210:18 [INFO] [stderr] | [INFO] [stderr] 210 | drop(Box::from_raw(ptr as *mut F)) [INFO] [stderr] | ^^^ use of undeclared type or module `Box` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:233:18 [INFO] [stderr] | [INFO] [stderr] 233 | drop(Box::from_raw(ptr as *mut Pin>)); [INFO] [stderr] | ^^^ use of undeclared type or module `Box` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:202:13 [INFO] [stderr] | [INFO] [stderr] 202 | Box::into_raw(self) as *mut () [INFO] [stderr] | ^^^ use of undeclared type or module `Box` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:212:18 [INFO] [stderr] | [INFO] [stderr] 212 | drop(Box::from_raw(ptr as *mut F)) [INFO] [stderr] | ^^^ use of undeclared type or module `Box` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:230:18 [INFO] [stderr] | [INFO] [stderr] 230 | drop(Box::from_raw(ptr as *mut F)) [INFO] [stderr] | ^^^ use of undeclared type or module `Box` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std` in `{{root}}` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:149:34 [INFO] [stderr] | [INFO] [stderr] 149 | impl Stream for ::std::panic::AssertUnwindSafe { [INFO] [stderr] | ^^^ could not find `std` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std` in `{{root}}` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:160:33 [INFO] [stderr] | [INFO] [stderr] 160 | impl Stream for ::std::collections::VecDeque { [INFO] [stderr] | ^^^ could not find `std` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:196:54 [INFO] [stderr] | [INFO] [stderr] 196 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Box [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:214:58 [INFO] [stderr] | [INFO] [stderr] 214 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Pin> [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:233:48 [INFO] [stderr] | [INFO] [stderr] 233 | drop(Box::from_raw(ptr as *mut Pin>)); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:237:59 [INFO] [stderr] | [INFO] [stderr] 237 | impl<'a, F: Future + Send + 'a> From>> for FutureObj<'a, ()> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:238:28 [INFO] [stderr] | [INFO] [stderr] 238 | fn from(boxed: Pin>) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:243:55 [INFO] [stderr] | [INFO] [stderr] 243 | impl<'a, F: Future + Send + 'a> From> for FutureObj<'a, ()> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:244:24 [INFO] [stderr] | [INFO] [stderr] 244 | fn from(boxed: Box) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:249:52 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a, F: Future + 'a> From>> for LocalFutureObj<'a, ()> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:250:28 [INFO] [stderr] | [INFO] [stderr] 250 | fn from(boxed: Pin>) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:255:48 [INFO] [stderr] | [INFO] [stderr] 255 | impl<'a, F: Future + 'a> From> for LocalFutureObj<'a, ()> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:256:24 [INFO] [stderr] | [INFO] [stderr] 256 | fn from(boxed: Box) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:198:54 [INFO] [stderr] | [INFO] [stderr] 198 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Box [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:216:58 [INFO] [stderr] | [INFO] [stderr] 216 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Pin> [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:234:57 [INFO] [stderr] | [INFO] [stderr] 234 | impl<'a, F: Stream + Send + 'a> From>> for StreamObj<'a, ()> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:235:28 [INFO] [stderr] | [INFO] [stderr] 235 | fn from(boxed: Pin>) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:240:53 [INFO] [stderr] | [INFO] [stderr] 240 | impl<'a, F: Stream + Send + 'a> From> for StreamObj<'a, ()> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:241:24 [INFO] [stderr] | [INFO] [stderr] 241 | fn from(boxed: Box) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:246:50 [INFO] [stderr] | [INFO] [stderr] 246 | impl<'a, F: Stream + 'a> From>> for LocalStreamObj<'a, ()> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:247:28 [INFO] [stderr] | [INFO] [stderr] 247 | fn from(boxed: Pin>) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:252:46 [INFO] [stderr] | [INFO] [stderr] 252 | impl<'a, F: Stream + 'a> From> for LocalStreamObj<'a, ()> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:253:24 [INFO] [stderr] | [INFO] [stderr] 253 | fn from(boxed: Box) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:138:49 [INFO] [stderr] | [INFO] [stderr] 138 | impl Stream for Box { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:196:24 [INFO] [stderr] | [INFO] [stderr] 196 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Box [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:214:24 [INFO] [stderr] | [INFO] [stderr] 214 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Pin> [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:237:14 [INFO] [stderr] | [INFO] [stderr] 237 | impl<'a, F: Future + Send + 'a> From>> for FutureObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:243:14 [INFO] [stderr] | [INFO] [stderr] 243 | impl<'a, F: Future + Send + 'a> From> for FutureObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:249:14 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a, F: Future + 'a> From>> for LocalFutureObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:255:14 [INFO] [stderr] | [INFO] [stderr] 255 | impl<'a, F: Future + 'a> From> for LocalFutureObj<'a, ()> { [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/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:138:10 [INFO] [stderr] | [INFO] [stderr] 138 | impl Stream for Box { [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/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:149:10 [INFO] [stderr] | [INFO] [stderr] 149 | impl Stream for ::std::panic::AssertUnwindSafe { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:160:10 [INFO] [stderr] | [INFO] [stderr] 160 | impl Stream for ::std::collections::VecDeque { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:198:24 [INFO] [stderr] | [INFO] [stderr] 198 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Box [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:216:24 [INFO] [stderr] | [INFO] [stderr] 216 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Pin> [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:234:14 [INFO] [stderr] | [INFO] [stderr] 234 | impl<'a, F: Stream + Send + 'a> From>> for StreamObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:240:14 [INFO] [stderr] | [INFO] [stderr] 240 | impl<'a, F: Stream + Send + 'a> From> for StreamObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:246:14 [INFO] [stderr] | [INFO] [stderr] 246 | impl<'a, F: Stream + 'a> From>> for LocalStreamObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:252:14 [INFO] [stderr] | [INFO] [stderr] 252 | impl<'a, F: Stream + 'a> From> for LocalStreamObj<'a, ()> { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 51 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0207, E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0207`. [INFO] [stderr] error: Could not compile `futures-core-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "11f3ade48bb31ff7e4d60920454a4dad8b583942ac6e582d001cb78fd423a372"` [INFO] running `"docker" "rm" "-f" "11f3ade48bb31ff7e4d60920454a4dad8b583942ac6e582d001cb78fd423a372"` [INFO] [stdout] 11f3ade48bb31ff7e4d60920454a4dad8b583942ac6e582d001cb78fd423a372