Nov 28 08:43:57.257 INFO checking bfredl/gtknvim against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 08:43:57.257 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-7/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-alt check --frozen --all --all-targets" "-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"` Nov 28 08:43:57.931 INFO [stdout] 6c034b01d01d655393659c5637f6acd0cfca94d387059a3d5e1c3e6ba6656288 Nov 28 08:43:57.933 INFO running `"docker" "start" "-a" "6c034b01d01d655393659c5637f6acd0cfca94d387059a3d5e1c3e6ba6656288"` Nov 28 08:44:00.247 INFO [stderr] usermod: no changes Nov 28 08:44:00.492 INFO [stderr] Compiling gio v0.5.0 Nov 28 08:44:00.492 INFO [stderr] Checking futures-core-preview v0.3.0-alpha.7 Nov 28 08:44:00.496 INFO [stderr] Checking rmp v0.8.7 Nov 28 08:44:00.496 INFO [stderr] Checking glib v0.6.0 Nov 28 08:44:01.405 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Nov 28 08:44:01.405 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:194:9 Nov 28 08:44:01.405 INFO [stderr] | Nov 28 08:44:01.405 INFO [stderr] 194 | use std::boxed::Box; Nov 28 08:44:01.405 INFO [stderr] | ^^^ use of undeclared type or module `std` Nov 28 08:44:01.406 INFO [stderr] Nov 28 08:44:01.406 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Nov 28 08:44:01.406 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:196:9 Nov 28 08:44:01.406 INFO [stderr] | Nov 28 08:44:01.406 INFO [stderr] 196 | use std::boxed::Box; Nov 28 08:44:01.406 INFO [stderr] | ^^^ use of undeclared type or module `std` Nov 28 08:44:01.406 INFO [stderr] Nov 28 08:44:01.406 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Nov 28 08:44:01.407 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:136:9 Nov 28 08:44:01.407 INFO [stderr] | Nov 28 08:44:01.407 INFO [stderr] 136 | use std::boxed::Box; Nov 28 08:44:01.407 INFO [stderr] | ^^^ use of undeclared type or module `std` Nov 28 08:44:01.407 INFO [stderr] Nov 28 08:44:01.407 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Nov 28 08:44:01.407 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/task/mod.rs:8:13 Nov 28 08:44:01.407 INFO [stderr] | Nov 28 08:44:01.408 INFO [stderr] 8 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal}; Nov 28 08:44:01.408 INFO [stderr] | ^^^ use of undeclared type or module `std` Nov 28 08:44:01.408 INFO [stderr] Nov 28 08:44:01.428 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Nov 28 08:44:01.428 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:200:13 Nov 28 08:44:01.428 INFO [stderr] | Nov 28 08:44:01.428 INFO [stderr] 200 | Box::into_raw(self) as *mut () Nov 28 08:44:01.428 INFO [stderr] | ^^^ use of undeclared type or module `Box` Nov 28 08:44:01.432 INFO [stderr] Nov 28 08:44:01.436 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Nov 28 08:44:01.436 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:210:18 Nov 28 08:44:01.436 INFO [stderr] | Nov 28 08:44:01.436 INFO [stderr] 210 | drop(Box::from_raw(ptr as *mut F)) Nov 28 08:44:01.436 INFO [stderr] | ^^^ use of undeclared type or module `Box` Nov 28 08:44:01.436 INFO [stderr] Nov 28 08:44:01.449 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Nov 28 08:44:01.449 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:233:18 Nov 28 08:44:01.449 INFO [stderr] | Nov 28 08:44:01.449 INFO [stderr] 233 | drop(Box::from_raw(ptr as *mut Pin>)); Nov 28 08:44:01.449 INFO [stderr] | ^^^ use of undeclared type or module `Box` Nov 28 08:44:01.449 INFO [stderr] Nov 28 08:44:01.628 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Nov 28 08:44:01.628 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:202:13 Nov 28 08:44:01.629 INFO [stderr] | Nov 28 08:44:01.629 INFO [stderr] 202 | Box::into_raw(self) as *mut () Nov 28 08:44:01.629 INFO [stderr] | ^^^ use of undeclared type or module `Box` Nov 28 08:44:01.629 INFO [stderr] Nov 28 08:44:01.630 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Nov 28 08:44:01.630 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:212:18 Nov 28 08:44:01.630 INFO [stderr] | Nov 28 08:44:01.630 INFO [stderr] 212 | drop(Box::from_raw(ptr as *mut F)) Nov 28 08:44:01.631 INFO [stderr] | ^^^ use of undeclared type or module `Box` Nov 28 08:44:01.631 INFO [stderr] Nov 28 08:44:01.649 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Nov 28 08:44:01.649 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:230:18 Nov 28 08:44:01.649 INFO [stderr] | Nov 28 08:44:01.649 INFO [stderr] 230 | drop(Box::from_raw(ptr as *mut F)) Nov 28 08:44:01.649 INFO [stderr] | ^^^ use of undeclared type or module `Box` Nov 28 08:44:01.649 INFO [stderr] Nov 28 08:44:01.850 INFO [stderr] error[E0433]: failed to resolve: could not find `std` in `{{root}}` Nov 28 08:44:01.850 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:149:34 Nov 28 08:44:01.850 INFO [stderr] | Nov 28 08:44:01.850 INFO [stderr] 149 | impl Stream for ::std::panic::AssertUnwindSafe { Nov 28 08:44:01.850 INFO [stderr] | ^^^ could not find `std` in `{{root}}` Nov 28 08:44:01.850 INFO [stderr] Nov 28 08:44:01.850 INFO [stderr] error[E0433]: failed to resolve: could not find `std` in `{{root}}` Nov 28 08:44:01.850 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:160:33 Nov 28 08:44:01.850 INFO [stderr] | Nov 28 08:44:01.850 INFO [stderr] 160 | impl Stream for ::std::collections::VecDeque { Nov 28 08:44:01.850 INFO [stderr] | ^^^ could not find `std` in `{{root}}` Nov 28 08:44:01.850 INFO [stderr] Nov 28 08:44:01.857 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:196:54 Nov 28 08:44:01.857 INFO [stderr] | Nov 28 08:44:01.857 INFO [stderr] 196 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Box Nov 28 08:44:01.857 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.857 INFO [stderr] Nov 28 08:44:01.857 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:214:58 Nov 28 08:44:01.857 INFO [stderr] | Nov 28 08:44:01.857 INFO [stderr] 214 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Pin> Nov 28 08:44:01.857 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.857 INFO [stderr] Nov 28 08:44:01.857 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:233:48 Nov 28 08:44:01.857 INFO [stderr] | Nov 28 08:44:01.857 INFO [stderr] 233 | drop(Box::from_raw(ptr as *mut Pin>)); Nov 28 08:44:01.857 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.857 INFO [stderr] Nov 28 08:44:01.857 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:237:59 Nov 28 08:44:01.857 INFO [stderr] | Nov 28 08:44:01.857 INFO [stderr] 237 | impl<'a, F: Future + Send + 'a> From>> for FutureObj<'a, ()> { Nov 28 08:44:01.857 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.857 INFO [stderr] Nov 28 08:44:01.857 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:238:28 Nov 28 08:44:01.857 INFO [stderr] | Nov 28 08:44:01.857 INFO [stderr] 238 | fn from(boxed: Pin>) -> Self { Nov 28 08:44:01.857 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.857 INFO [stderr] Nov 28 08:44:01.857 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:243:55 Nov 28 08:44:01.857 INFO [stderr] | Nov 28 08:44:01.857 INFO [stderr] 243 | impl<'a, F: Future + Send + 'a> From> for FutureObj<'a, ()> { Nov 28 08:44:01.857 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.857 INFO [stderr] Nov 28 08:44:01.857 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:244:24 Nov 28 08:44:01.857 INFO [stderr] | Nov 28 08:44:01.857 INFO [stderr] 244 | fn from(boxed: Box) -> Self { Nov 28 08:44:01.857 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.857 INFO [stderr] Nov 28 08:44:01.857 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:249:52 Nov 28 08:44:01.857 INFO [stderr] | Nov 28 08:44:01.857 INFO [stderr] 249 | impl<'a, F: Future + 'a> From>> for LocalFutureObj<'a, ()> { Nov 28 08:44:01.857 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.857 INFO [stderr] Nov 28 08:44:01.857 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:250:28 Nov 28 08:44:01.857 INFO [stderr] | Nov 28 08:44:01.857 INFO [stderr] 250 | fn from(boxed: Pin>) -> Self { Nov 28 08:44:01.857 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.857 INFO [stderr] Nov 28 08:44:01.857 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:255:48 Nov 28 08:44:01.858 INFO [stderr] | Nov 28 08:44:01.858 INFO [stderr] 255 | impl<'a, F: Future + 'a> From> for LocalFutureObj<'a, ()> { Nov 28 08:44:01.858 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.858 INFO [stderr] Nov 28 08:44:01.858 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.858 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:256:24 Nov 28 08:44:01.858 INFO [stderr] | Nov 28 08:44:01.858 INFO [stderr] 256 | fn from(boxed: Box) -> Self { Nov 28 08:44:01.858 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.858 INFO [stderr] Nov 28 08:44:01.858 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.858 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:198:54 Nov 28 08:44:01.858 INFO [stderr] | Nov 28 08:44:01.858 INFO [stderr] 198 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Box Nov 28 08:44:01.858 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.858 INFO [stderr] Nov 28 08:44:01.858 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.858 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:216:58 Nov 28 08:44:01.858 INFO [stderr] | Nov 28 08:44:01.858 INFO [stderr] 216 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Pin> Nov 28 08:44:01.858 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.858 INFO [stderr] Nov 28 08:44:01.858 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.858 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:234:57 Nov 28 08:44:01.858 INFO [stderr] | Nov 28 08:44:01.858 INFO [stderr] 234 | impl<'a, F: Stream + Send + 'a> From>> for StreamObj<'a, ()> { Nov 28 08:44:01.858 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.858 INFO [stderr] Nov 28 08:44:01.858 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.858 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:235:28 Nov 28 08:44:01.858 INFO [stderr] | Nov 28 08:44:01.858 INFO [stderr] 235 | fn from(boxed: Pin>) -> Self { Nov 28 08:44:01.858 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.859 INFO [stderr] Nov 28 08:44:01.859 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.859 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:240:53 Nov 28 08:44:01.859 INFO [stderr] | Nov 28 08:44:01.859 INFO [stderr] 240 | impl<'a, F: Stream + Send + 'a> From> for StreamObj<'a, ()> { Nov 28 08:44:01.860 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.860 INFO [stderr] Nov 28 08:44:01.860 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.860 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:241:24 Nov 28 08:44:01.860 INFO [stderr] | Nov 28 08:44:01.860 INFO [stderr] 241 | fn from(boxed: Box) -> Self { Nov 28 08:44:01.860 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.861 INFO [stderr] Nov 28 08:44:01.861 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.861 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:246:50 Nov 28 08:44:01.861 INFO [stderr] | Nov 28 08:44:01.861 INFO [stderr] 246 | impl<'a, F: Stream + 'a> From>> for LocalStreamObj<'a, ()> { Nov 28 08:44:01.861 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.862 INFO [stderr] Nov 28 08:44:01.862 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.862 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:247:28 Nov 28 08:44:01.862 INFO [stderr] | Nov 28 08:44:01.862 INFO [stderr] 247 | fn from(boxed: Pin>) -> Self { Nov 28 08:44:01.862 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.862 INFO [stderr] Nov 28 08:44:01.863 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.863 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:252:46 Nov 28 08:44:01.863 INFO [stderr] | Nov 28 08:44:01.863 INFO [stderr] 252 | impl<'a, F: Stream + 'a> From> for LocalStreamObj<'a, ()> { Nov 28 08:44:01.863 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.863 INFO [stderr] Nov 28 08:44:01.864 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.864 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:253:24 Nov 28 08:44:01.864 INFO [stderr] | Nov 28 08:44:01.864 INFO [stderr] 253 | fn from(boxed: Box) -> Self { Nov 28 08:44:01.864 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.864 INFO [stderr] Nov 28 08:44:01.865 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 28 08:44:01.865 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:138:49 Nov 28 08:44:01.865 INFO [stderr] | Nov 28 08:44:01.865 INFO [stderr] 138 | impl Stream for Box { Nov 28 08:44:01.865 INFO [stderr] | ^^^ not found in this scope Nov 28 08:44:01.865 INFO [stderr] Nov 28 08:44:01.909 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.909 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:196:24 Nov 28 08:44:01.911 INFO [stderr] | Nov 28 08:44:01.911 INFO [stderr] 196 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Box Nov 28 08:44:01.911 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.911 INFO [stderr] Nov 28 08:44:01.911 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.911 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:214:24 Nov 28 08:44:01.911 INFO [stderr] | Nov 28 08:44:01.911 INFO [stderr] 214 | unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Pin> Nov 28 08:44:01.911 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.911 INFO [stderr] Nov 28 08:44:01.911 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.911 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:237:14 Nov 28 08:44:01.911 INFO [stderr] | Nov 28 08:44:01.911 INFO [stderr] 237 | impl<'a, F: Future + Send + 'a> From>> for FutureObj<'a, ()> { Nov 28 08:44:01.911 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.911 INFO [stderr] Nov 28 08:44:01.911 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.911 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:243:14 Nov 28 08:44:01.911 INFO [stderr] | Nov 28 08:44:01.911 INFO [stderr] 243 | impl<'a, F: Future + Send + 'a> From> for FutureObj<'a, ()> { Nov 28 08:44:01.911 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.911 INFO [stderr] Nov 28 08:44:01.911 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.911 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:249:14 Nov 28 08:44:01.911 INFO [stderr] | Nov 28 08:44:01.911 INFO [stderr] 249 | impl<'a, F: Future + 'a> From>> for LocalFutureObj<'a, ()> { Nov 28 08:44:01.911 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.911 INFO [stderr] Nov 28 08:44:01.911 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.911 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/future/future_obj.rs:255:14 Nov 28 08:44:01.911 INFO [stderr] | Nov 28 08:44:01.911 INFO [stderr] 255 | impl<'a, F: Future + 'a> From> for LocalFutureObj<'a, ()> { Nov 28 08:44:01.911 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.911 INFO [stderr] Nov 28 08:44:01.911 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.911 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:198:24 Nov 28 08:44:01.911 INFO [stderr] | Nov 28 08:44:01.911 INFO [stderr] 198 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Box Nov 28 08:44:01.911 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.911 INFO [stderr] Nov 28 08:44:01.911 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.911 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:216:24 Nov 28 08:44:01.911 INFO [stderr] | Nov 28 08:44:01.911 INFO [stderr] 216 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Pin> Nov 28 08:44:01.911 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.911 INFO [stderr] Nov 28 08:44:01.911 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.911 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:234:14 Nov 28 08:44:01.911 INFO [stderr] | Nov 28 08:44:01.912 INFO [stderr] 234 | impl<'a, F: Stream + Send + 'a> From>> for StreamObj<'a, ()> { Nov 28 08:44:01.912 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.912 INFO [stderr] Nov 28 08:44:01.912 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.912 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:240:14 Nov 28 08:44:01.912 INFO [stderr] | Nov 28 08:44:01.912 INFO [stderr] 240 | impl<'a, F: Stream + Send + 'a> From> for StreamObj<'a, ()> { Nov 28 08:44:01.912 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.912 INFO [stderr] Nov 28 08:44:01.912 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.912 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:246:14 Nov 28 08:44:01.912 INFO [stderr] | Nov 28 08:44:01.912 INFO [stderr] 246 | impl<'a, F: Stream + 'a> From>> for LocalStreamObj<'a, ()> { Nov 28 08:44:01.912 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.912 INFO [stderr] Nov 28 08:44:01.912 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.912 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/stream_obj.rs:252:14 Nov 28 08:44:01.912 INFO [stderr] | Nov 28 08:44:01.912 INFO [stderr] 252 | impl<'a, F: Stream + 'a> From> for LocalStreamObj<'a, ()> { Nov 28 08:44:01.912 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.912 INFO [stderr] Nov 28 08:44:01.912 INFO [stderr] error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.912 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:138:10 Nov 28 08:44:01.912 INFO [stderr] | Nov 28 08:44:01.912 INFO [stderr] 138 | impl Stream for Box { Nov 28 08:44:01.912 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.912 INFO [stderr] Nov 28 08:44:01.912 INFO [stderr] error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.912 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:149:10 Nov 28 08:44:01.912 INFO [stderr] | Nov 28 08:44:01.912 INFO [stderr] 149 | impl Stream for ::std::panic::AssertUnwindSafe { Nov 28 08:44:01.912 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.912 INFO [stderr] Nov 28 08:44:01.912 INFO [stderr] error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates Nov 28 08:44:01.912 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.7/src/stream/mod.rs:160:10 Nov 28 08:44:01.912 INFO [stderr] | Nov 28 08:44:01.912 INFO [stderr] 160 | impl Stream for ::std::collections::VecDeque { Nov 28 08:44:01.912 INFO [stderr] | ^ unconstrained type parameter Nov 28 08:44:01.912 INFO [stderr] Nov 28 08:44:01.912 INFO [stderr] error: aborting due to 49 previous errors Nov 28 08:44:01.912 INFO [stderr] Nov 28 08:44:01.912 INFO [stderr] Some errors occurred: E0207, E0412, E0433. Nov 28 08:44:01.912 INFO [stderr] For more information about an error, try `rustc --explain E0207`. Nov 28 08:44:01.948 INFO [stderr] error: Could not compile `futures-core-preview`. Nov 28 08:44:01.948 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 08:44:06.880 INFO [stderr] error: build failed Nov 28 08:44:06.880 INFO [stderr] su: No module specific data is present Nov 28 08:44:07.838 INFO running `"docker" "inspect" "6c034b01d01d655393659c5637f6acd0cfca94d387059a3d5e1c3e6ba6656288"` Nov 28 08:44:08.202 INFO running `"docker" "rm" "-f" "6c034b01d01d655393659c5637f6acd0cfca94d387059a3d5e1c3e6ba6656288"` Nov 28 08:44:08.579 INFO [stdout] 6c034b01d01d655393659c5637f6acd0cfca94d387059a3d5e1c3e6ba6656288