Dec 06 05:32:55.483 INFO testing bfredl/gtknvim against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 05:32:55.483 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 06 05:32:55.980 INFO [stdout] 7eeb5e0b42e52eb486e54aa40b7ffd5a0e68db01dea653af36d32dc40bad27cc Dec 06 05:32:55.982 INFO running `"docker" "start" "-a" "7eeb5e0b42e52eb486e54aa40b7ffd5a0e68db01dea653af36d32dc40bad27cc"` Dec 06 05:32:57.656 INFO [stderr] usermod: no changes Dec 06 05:32:57.800 INFO [stderr] Compiling gio v0.5.0 Dec 06 05:32:57.800 INFO [stderr] Compiling gdk-pixbuf v0.5.0 Dec 06 05:32:57.804 INFO [stderr] Compiling cairo-rs v0.5.0 Dec 06 05:32:57.804 INFO [stderr] Compiling pin-utils v0.1.0-alpha.3 Dec 06 05:32:57.804 INFO [stderr] Compiling gdk v0.9.0 Dec 06 05:32:57.812 INFO [stderr] Compiling gtk v0.5.0 Dec 06 05:32:57.816 INFO [stderr] Compiling glib-sys v0.7.0 Dec 06 05:32:57.828 INFO [stderr] Compiling gobject-sys v0.7.0 Dec 06 05:32:58.372 INFO [stderr] Compiling gio-sys v0.7.0 Dec 06 05:32:59.464 INFO [stderr] Compiling pango-sys v0.7.0 Dec 06 05:33:00.393 INFO [stderr] Compiling cairo-sys-rs v0.7.0 Dec 06 05:33:00.465 INFO [stderr] Compiling gdk-pixbuf-sys v0.7.0 Dec 06 05:33:00.466 INFO [stderr] Compiling atk-sys v0.7.0 Dec 06 05:33:00.744 INFO [stderr] Compiling gdk-sys v0.7.0 Dec 06 05:33:01.617 INFO [stderr] Compiling gtk-sys v0.7.0 Dec 06 05:33:02.186 INFO [stderr] Compiling futures-core-preview v0.3.0-alpha.7 Dec 06 05:33:03.424 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Dec 06 05:33:03.424 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:194:9 Dec 06 05:33:03.424 INFO [stderr] | Dec 06 05:33:03.424 INFO [stderr] 194 | use std::boxed::Box; Dec 06 05:33:03.424 INFO [stderr] | ^^^ use of undeclared type or module `std` Dec 06 05:33:03.424 INFO [stderr] Dec 06 05:33:03.424 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Dec 06 05:33:03.424 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:196:9 Dec 06 05:33:03.424 INFO [stderr] | Dec 06 05:33:03.424 INFO [stderr] 196 | use std::boxed::Box; Dec 06 05:33:03.424 INFO [stderr] | ^^^ use of undeclared type or module `std` Dec 06 05:33:03.424 INFO [stderr] Dec 06 05:33:03.424 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Dec 06 05:33:03.424 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:136:9 Dec 06 05:33:03.424 INFO [stderr] | Dec 06 05:33:03.424 INFO [stderr] 136 | use std::boxed::Box; Dec 06 05:33:03.424 INFO [stderr] | ^^^ use of undeclared type or module `std` Dec 06 05:33:03.424 INFO [stderr] Dec 06 05:33:03.424 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Dec 06 05:33:03.424 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/task/mod.rs:8:13 Dec 06 05:33:03.424 INFO [stderr] | Dec 06 05:33:03.424 INFO [stderr] 8 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal}; Dec 06 05:33:03.425 INFO [stderr] | ^^^ use of undeclared type or module `std` Dec 06 05:33:03.425 INFO [stderr] Dec 06 05:33:03.472 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Dec 06 05:33:03.472 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:200:13 Dec 06 05:33:03.472 INFO [stderr] | Dec 06 05:33:03.472 INFO [stderr] 200 | Box::into_raw(self) as *mut () Dec 06 05:33:03.472 INFO [stderr] | ^^^ use of undeclared type or module `Box` Dec 06 05:33:03.472 INFO [stderr] Dec 06 05:33:03.474 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Dec 06 05:33:03.474 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:210:18 Dec 06 05:33:03.474 INFO [stderr] | Dec 06 05:33:03.474 INFO [stderr] 210 | drop(Box::from_raw(ptr as *mut F)) Dec 06 05:33:03.474 INFO [stderr] | ^^^ use of undeclared type or module `Box` Dec 06 05:33:03.474 INFO [stderr] Dec 06 05:33:03.512 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Dec 06 05:33:03.512 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:233:18 Dec 06 05:33:03.512 INFO [stderr] | Dec 06 05:33:03.512 INFO [stderr] 233 | drop(Box::from_raw(ptr as *mut Pin>)); Dec 06 05:33:03.512 INFO [stderr] | ^^^ use of undeclared type or module `Box` Dec 06 05:33:03.512 INFO [stderr] Dec 06 05:33:03.860 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Dec 06 05:33:03.860 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:202:13 Dec 06 05:33:03.860 INFO [stderr] | Dec 06 05:33:03.860 INFO [stderr] 202 | Box::into_raw(self) as *mut () Dec 06 05:33:03.860 INFO [stderr] | ^^^ use of undeclared type or module `Box` Dec 06 05:33:03.888 INFO [stderr] Dec 06 05:33:03.888 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Dec 06 05:33:03.888 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:212:18 Dec 06 05:33:03.888 INFO [stderr] | Dec 06 05:33:03.888 INFO [stderr] 212 | drop(Box::from_raw(ptr as *mut F)) Dec 06 05:33:03.888 INFO [stderr] | ^^^ use of undeclared type or module `Box` Dec 06 05:33:03.888 INFO [stderr] Dec 06 05:33:03.924 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Dec 06 05:33:03.924 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:230:18 Dec 06 05:33:03.924 INFO [stderr] | Dec 06 05:33:03.924 INFO [stderr] 230 | drop(Box::from_raw(ptr as *mut F)) Dec 06 05:33:03.924 INFO [stderr] | ^^^ use of undeclared type or module `Box` Dec 06 05:33:03.932 INFO [stderr] Dec 06 05:33:04.157 INFO [stderr] error[E0433]: failed to resolve: could not find `std` in `{{root}}` Dec 06 05:33:04.157 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:149:34 Dec 06 05:33:04.157 INFO [stderr] | Dec 06 05:33:04.157 INFO [stderr] 149 | impl Stream for ::std::panic::AssertUnwindSafe { Dec 06 05:33:04.157 INFO [stderr] | ^^^ could not find `std` in `{{root}}` Dec 06 05:33:04.165 INFO [stderr] Dec 06 05:33:04.165 INFO [stderr] error[E0433]: failed to resolve: could not find `std` in `{{root}}` Dec 06 05:33:04.165 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:160:33 Dec 06 05:33:04.165 INFO [stderr] | Dec 06 05:33:04.165 INFO [stderr] 160 | impl Stream for ::std::collections::VecDeque { Dec 06 05:33:04.165 INFO [stderr] | ^^^ could not find `std` in `{{root}}` Dec 06 05:33:04.170 INFO [stderr] Dec 06 05:33:04.171 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.171 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:196:54 Dec 06 05:33:04.171 INFO [stderr] | Dec 06 05:33:04.171 INFO [stderr] 196 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Box Dec 06 05:33:04.171 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.171 INFO [stderr] Dec 06 05:33:04.171 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.171 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:214:58 Dec 06 05:33:04.171 INFO [stderr] | Dec 06 05:33:04.171 INFO [stderr] 214 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Pin> Dec 06 05:33:04.171 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.171 INFO [stderr] Dec 06 05:33:04.171 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.171 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:233:48 Dec 06 05:33:04.171 INFO [stderr] | Dec 06 05:33:04.171 INFO [stderr] 233 | drop(Box::from_raw(ptr as *mut Pin>)); Dec 06 05:33:04.171 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.171 INFO [stderr] Dec 06 05:33:04.171 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.171 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:237:59 Dec 06 05:33:04.171 INFO [stderr] | Dec 06 05:33:04.171 INFO [stderr] 237 | impl<'a, F: Future + Send + 'a> From>> for FutureObj<'a, ()> { Dec 06 05:33:04.171 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.171 INFO [stderr] Dec 06 05:33:04.171 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.171 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:238:28 Dec 06 05:33:04.171 INFO [stderr] | Dec 06 05:33:04.171 INFO [stderr] 238 | fn from(boxed: Pin>) -> Self { Dec 06 05:33:04.171 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.171 INFO [stderr] Dec 06 05:33:04.172 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.172 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:243:55 Dec 06 05:33:04.172 INFO [stderr] | Dec 06 05:33:04.172 INFO [stderr] 243 | impl<'a, F: Future + Send + 'a> From> for FutureObj<'a, ()> { Dec 06 05:33:04.172 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.172 INFO [stderr] Dec 06 05:33:04.172 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.172 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:244:24 Dec 06 05:33:04.172 INFO [stderr] | Dec 06 05:33:04.172 INFO [stderr] 244 | fn from(boxed: Box) -> Self { Dec 06 05:33:04.172 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.172 INFO [stderr] Dec 06 05:33:04.180 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.180 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:249:52 Dec 06 05:33:04.180 INFO [stderr] | Dec 06 05:33:04.180 INFO [stderr] 249 | impl<'a, F: Future + 'a> From>> for LocalFutureObj<'a, ()> { Dec 06 05:33:04.180 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.180 INFO [stderr] Dec 06 05:33:04.192 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.192 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:250:28 Dec 06 05:33:04.192 INFO [stderr] | Dec 06 05:33:04.192 INFO [stderr] 250 | fn from(boxed: Pin>) -> Self { Dec 06 05:33:04.192 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.192 INFO [stderr] Dec 06 05:33:04.192 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.192 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:255:48 Dec 06 05:33:04.192 INFO [stderr] | Dec 06 05:33:04.192 INFO [stderr] 255 | impl<'a, F: Future + 'a> From> for LocalFutureObj<'a, ()> { Dec 06 05:33:04.192 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.192 INFO [stderr] Dec 06 05:33:04.192 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.192 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:256:24 Dec 06 05:33:04.192 INFO [stderr] | Dec 06 05:33:04.192 INFO [stderr] 256 | fn from(boxed: Box) -> Self { Dec 06 05:33:04.192 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.192 INFO [stderr] Dec 06 05:33:04.192 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.192 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:198:54 Dec 06 05:33:04.192 INFO [stderr] | Dec 06 05:33:04.192 INFO [stderr] 198 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Box Dec 06 05:33:04.192 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.192 INFO [stderr] Dec 06 05:33:04.192 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.192 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:216:58 Dec 06 05:33:04.192 INFO [stderr] | Dec 06 05:33:04.192 INFO [stderr] 216 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Pin> Dec 06 05:33:04.192 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.192 INFO [stderr] Dec 06 05:33:04.192 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.192 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:234:57 Dec 06 05:33:04.192 INFO [stderr] | Dec 06 05:33:04.192 INFO [stderr] 234 | impl<'a, F: Stream + Send + 'a> From>> for StreamObj<'a, ()> { Dec 06 05:33:04.192 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.192 INFO [stderr] Dec 06 05:33:04.196 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.196 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:235:28 Dec 06 05:33:04.196 INFO [stderr] | Dec 06 05:33:04.196 INFO [stderr] 235 | fn from(boxed: Pin>) -> Self { Dec 06 05:33:04.196 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.196 INFO [stderr] Dec 06 05:33:04.196 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.196 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:240:53 Dec 06 05:33:04.196 INFO [stderr] | Dec 06 05:33:04.196 INFO [stderr] 240 | impl<'a, F: Stream + Send + 'a> From> for StreamObj<'a, ()> { Dec 06 05:33:04.196 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.196 INFO [stderr] Dec 06 05:33:04.196 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.196 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:241:24 Dec 06 05:33:04.196 INFO [stderr] | Dec 06 05:33:04.196 INFO [stderr] 241 | fn from(boxed: Box) -> Self { Dec 06 05:33:04.196 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.196 INFO [stderr] Dec 06 05:33:04.196 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.196 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:246:50 Dec 06 05:33:04.196 INFO [stderr] | Dec 06 05:33:04.197 INFO [stderr] 246 | impl<'a, F: Stream + 'a> From>> for LocalStreamObj<'a, ()> { Dec 06 05:33:04.197 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.197 INFO [stderr] Dec 06 05:33:04.197 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.197 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:247:28 Dec 06 05:33:04.197 INFO [stderr] | Dec 06 05:33:04.197 INFO [stderr] 247 | fn from(boxed: Pin>) -> Self { Dec 06 05:33:04.197 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.197 INFO [stderr] Dec 06 05:33:04.197 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.197 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:252:46 Dec 06 05:33:04.197 INFO [stderr] | Dec 06 05:33:04.197 INFO [stderr] 252 | impl<'a, F: Stream + 'a> From> for LocalStreamObj<'a, ()> { Dec 06 05:33:04.197 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.197 INFO [stderr] Dec 06 05:33:04.197 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.197 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:253:24 Dec 06 05:33:04.197 INFO [stderr] | Dec 06 05:33:04.197 INFO [stderr] 253 | fn from(boxed: Box) -> Self { Dec 06 05:33:04.197 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.197 INFO [stderr] Dec 06 05:33:04.197 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Dec 06 05:33:04.197 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:138:49 Dec 06 05:33:04.197 INFO [stderr] | Dec 06 05:33:04.197 INFO [stderr] 138 | impl Stream for Box { Dec 06 05:33:04.197 INFO [stderr] | ^^^ not found in this scope Dec 06 05:33:04.197 INFO [stderr] Dec 06 05:33:04.216 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.217 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:196:24 Dec 06 05:33:04.217 INFO [stderr] | Dec 06 05:33:04.217 INFO [stderr] 196 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Box Dec 06 05:33:04.217 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.245 INFO [stderr] Dec 06 05:33:04.245 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.245 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:214:24 Dec 06 05:33:04.245 INFO [stderr] | Dec 06 05:33:04.245 INFO [stderr] 214 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Pin> Dec 06 05:33:04.245 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.245 INFO [stderr] Dec 06 05:33:04.245 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.245 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:237:14 Dec 06 05:33:04.245 INFO [stderr] | Dec 06 05:33:04.245 INFO [stderr] 237 | impl<'a, F: Future + Send + 'a> From>> for FutureObj<'a, ()> { Dec 06 05:33:04.245 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.245 INFO [stderr] Dec 06 05:33:04.245 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.245 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:243:14 Dec 06 05:33:04.245 INFO [stderr] | Dec 06 05:33:04.245 INFO [stderr] 243 | impl<'a, F: Future + Send + 'a> From> for FutureObj<'a, ()> { Dec 06 05:33:04.245 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.245 INFO [stderr] Dec 06 05:33:04.245 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.245 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:249:14 Dec 06 05:33:04.245 INFO [stderr] | Dec 06 05:33:04.245 INFO [stderr] 249 | impl<'a, F: Future + 'a> From>> for LocalFutureObj<'a, ()> { Dec 06 05:33:04.245 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.245 INFO [stderr] Dec 06 05:33:04.245 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.245 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:255:14 Dec 06 05:33:04.245 INFO [stderr] | Dec 06 05:33:04.245 INFO [stderr] 255 | impl<'a, F: Future + 'a> From> for LocalFutureObj<'a, ()> { Dec 06 05:33:04.245 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.245 INFO [stderr] Dec 06 05:33:04.245 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.245 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:198:24 Dec 06 05:33:04.245 INFO [stderr] | Dec 06 05:33:04.245 INFO [stderr] 198 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Box Dec 06 05:33:04.245 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.245 INFO [stderr] Dec 06 05:33:04.248 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.248 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:216:24 Dec 06 05:33:04.248 INFO [stderr] | Dec 06 05:33:04.248 INFO [stderr] 216 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Pin> Dec 06 05:33:04.248 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.248 INFO [stderr] Dec 06 05:33:04.248 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.248 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:234:14 Dec 06 05:33:04.248 INFO [stderr] | Dec 06 05:33:04.248 INFO [stderr] 234 | impl<'a, F: Stream + Send + 'a> From>> for StreamObj<'a, ()> { Dec 06 05:33:04.248 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.248 INFO [stderr] Dec 06 05:33:04.248 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.248 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:240:14 Dec 06 05:33:04.248 INFO [stderr] | Dec 06 05:33:04.248 INFO [stderr] 240 | impl<'a, F: Stream + Send + 'a> From> for StreamObj<'a, ()> { Dec 06 05:33:04.248 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.248 INFO [stderr] Dec 06 05:33:04.248 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.248 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:246:14 Dec 06 05:33:04.248 INFO [stderr] | Dec 06 05:33:04.248 INFO [stderr] 246 | impl<'a, F: Stream + 'a> From>> for LocalStreamObj<'a, ()> { Dec 06 05:33:04.248 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.249 INFO [stderr] Dec 06 05:33:04.249 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.249 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:252:14 Dec 06 05:33:04.249 INFO [stderr] | Dec 06 05:33:04.249 INFO [stderr] 252 | impl<'a, F: Stream + 'a> From> for LocalStreamObj<'a, ()> { Dec 06 05:33:04.249 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.249 INFO [stderr] Dec 06 05:33:04.249 INFO [stderr] error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.249 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:138:10 Dec 06 05:33:04.249 INFO [stderr] | Dec 06 05:33:04.249 INFO [stderr] 138 | impl Stream for Box { Dec 06 05:33:04.249 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.249 INFO [stderr] Dec 06 05:33:04.251 INFO [stderr] error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.251 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:149:10 Dec 06 05:33:04.251 INFO [stderr] | Dec 06 05:33:04.251 INFO [stderr] 149 | impl Stream for ::std::panic::AssertUnwindSafe { Dec 06 05:33:04.251 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.251 INFO [stderr] Dec 06 05:33:04.256 INFO [stderr] error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates Dec 06 05:33:04.256 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:160:10 Dec 06 05:33:04.256 INFO [stderr] | Dec 06 05:33:04.256 INFO [stderr] 160 | impl Stream for ::std::collections::VecDeque { Dec 06 05:33:04.256 INFO [stderr] | ^ unconstrained type parameter Dec 06 05:33:04.256 INFO [stderr] Dec 06 05:33:04.256 INFO [stderr] error: aborting due to 49 previous errors Dec 06 05:33:04.256 INFO [stderr] Dec 06 05:33:04.256 INFO [stderr] Some errors occurred: E0207, E0412, E0433. Dec 06 05:33:04.256 INFO [stderr] For more information about an error, try `rustc --explain E0207`. Dec 06 05:33:04.281 INFO [stderr] error: Could not compile `futures-core-preview`. Dec 06 05:33:04.281 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 06 05:33:05.571 INFO [stderr] error: build failed Dec 06 05:33:05.571 INFO [stderr] su: No module specific data is present Dec 06 05:33:06.171 INFO running `"docker" "inspect" "7eeb5e0b42e52eb486e54aa40b7ffd5a0e68db01dea653af36d32dc40bad27cc"` Dec 06 05:33:06.560 INFO running `"docker" "rm" "-f" "7eeb5e0b42e52eb486e54aa40b7ffd5a0e68db01dea653af36d32dc40bad27cc"` Dec 06 05:33:06.820 INFO [stdout] 7eeb5e0b42e52eb486e54aa40b7ffd5a0e68db01dea653af36d32dc40bad27cc