Nov 27 18:01:45.661 INFO checking ubnt-intrepid/finchers-graphql-example against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 27 18:01:45.663 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-3/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 27 18:01:46.076 INFO [stdout] d3b39a4dbb0aa146d2cf3d6d0852002f9806de4ece2e72e2660aeebaad750b7f Nov 27 18:01:46.079 INFO running `"docker" "start" "-a" "d3b39a4dbb0aa146d2cf3d6d0852002f9806de4ece2e72e2660aeebaad750b7f"` Nov 27 18:01:47.121 INFO [stderr] usermod: no changes Nov 27 18:01:47.495 INFO [stderr] Compiling proc-macro2 v0.4.19 Nov 27 18:01:47.496 INFO [stderr] Compiling cc v1.0.24 Nov 27 18:01:47.496 INFO [stderr] Compiling serde v1.0.78 Nov 27 18:01:47.496 INFO [stderr] Checking either v1.5.0 Nov 27 18:01:47.497 INFO [stderr] Checking lazycell v1.0.0 Nov 27 18:01:47.497 INFO [stderr] Compiling num-traits v0.2.5 Nov 27 18:01:47.502 INFO [stderr] Checking pin-utils v0.1.0-alpha.2 Nov 27 18:01:47.503 INFO [stderr] Checking data-encoding v2.1.1 Nov 27 18:01:48.285 INFO [stderr] Checking termcolor v1.0.3 Nov 27 18:01:48.552 INFO [stderr] Compiling finchers v0.12.0-alpha.5 Nov 27 18:01:50.858 INFO [stderr] Compiling finchers-juniper v0.1.0-alpha.3 Nov 27 18:01:50.893 INFO [stderr] Checking memchr v2.0.2 Nov 27 18:01:50.920 INFO [stderr] Checking uuid v0.6.5 Nov 27 18:01:51.592 INFO [stderr] Checking base64 v0.9.2 Nov 27 18:01:51.821 INFO [stderr] Checking futures-core-preview v0.3.0-alpha.6 Nov 27 18:01:52.012 INFO [stderr] Checking want v0.0.6 Nov 27 18:01:52.636 INFO [stderr] error[E0432]: unresolved import `core::pin::PinMut` Nov 27 18:01:52.636 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/future.rs:4:5 Nov 27 18:01:52.636 INFO [stderr] | Nov 27 18:01:52.636 INFO [stderr] 4 | use core::pin::PinMut; Nov 27 18:01:52.636 INFO [stderr] | ^^^^^^^^^^^^^^^^^ no `PinMut` in `pin` Nov 27 18:01:52.652 INFO [stderr] Nov 27 18:01:52.652 INFO [stderr] error[E0432]: unresolved imports `core::future::FutureObj`, `core::future::LocalFutureObj`, `core::future::UnsafeFutureObj` Nov 27 18:01:52.652 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/future.rs:6:32 Nov 27 18:01:52.652 INFO [stderr] | Nov 27 18:01:52.652 INFO [stderr] 6 | pub use core::future::{Future, FutureObj, LocalFutureObj, UnsafeFutureObj}; Nov 27 18:01:52.652 INFO [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ no `UnsafeFutureObj` in `future` Nov 27 18:01:52.652 INFO [stderr] | | | Nov 27 18:01:52.652 INFO [stderr] | | no `LocalFutureObj` in `future` Nov 27 18:01:52.653 INFO [stderr] | no `FutureObj` in `future`. Did you mean to use `Future`? Nov 27 18:01:52.653 INFO [stderr] Nov 27 18:01:52.653 INFO [stderr] error[E0432]: unresolved import `core::pin::PinMut` Nov 27 18:01:52.653 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/mod.rs:5:5 Nov 27 18:01:52.653 INFO [stderr] | Nov 27 18:01:52.653 INFO [stderr] 5 | use core::pin::PinMut; Nov 27 18:01:52.653 INFO [stderr] | ^^^^^^^^^^^^^^^^^ no `PinMut` in `pin` Nov 27 18:01:52.653 INFO [stderr] Nov 27 18:01:52.653 INFO [stderr] error[E0432]: unresolved import `core::pin::PinMut` Nov 27 18:01:52.653 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:5:5 Nov 27 18:01:52.653 INFO [stderr] | Nov 27 18:01:52.653 INFO [stderr] 5 | use core::pin::PinMut; Nov 27 18:01:52.653 INFO [stderr] | ^^^^^^^^^^^^^^^^^ no `PinMut` in `pin` Nov 27 18:01:52.653 INFO [stderr] Nov 27 18:01:52.653 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Nov 27 18:01:52.653 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:196:9 Nov 27 18:01:52.653 INFO [stderr] | Nov 27 18:01:52.653 INFO [stderr] 196 | use std::boxed::Box; Nov 27 18:01:52.653 INFO [stderr] | ^^^ use of undeclared type or module `std` Nov 27 18:01:52.653 INFO [stderr] Nov 27 18:01:52.653 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Nov 27 18:01:52.653 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:197:9 Nov 27 18:01:52.653 INFO [stderr] | Nov 27 18:01:52.653 INFO [stderr] 197 | use std::pin::PinBox; Nov 27 18:01:52.653 INFO [stderr] | ^^^ use of undeclared type or module `std` Nov 27 18:01:52.653 INFO [stderr] Nov 27 18:01:52.653 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Nov 27 18:01:52.653 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/mod.rs:131:9 Nov 27 18:01:52.653 INFO [stderr] | Nov 27 18:01:52.653 INFO [stderr] 131 | use std::boxed::Box; Nov 27 18:01:52.653 INFO [stderr] | ^^^ use of undeclared type or module `std` Nov 27 18:01:52.653 INFO [stderr] Nov 27 18:01:52.653 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Nov 27 18:01:52.653 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/mod.rs:132:9 Nov 27 18:01:52.653 INFO [stderr] | Nov 27 18:01:52.653 INFO [stderr] 132 | use std::pin::PinBox; Nov 27 18:01:52.653 INFO [stderr] | ^^^ use of undeclared type or module `std` Nov 27 18:01:52.653 INFO [stderr] Nov 27 18:01:52.653 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `std` Nov 27 18:01:52.653 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/task.rs:10:13 Nov 27 18:01:52.653 INFO [stderr] | Nov 27 18:01:52.653 INFO [stderr] 10 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal}; Nov 27 18:01:52.653 INFO [stderr] | ^^^ use of undeclared type or module `std` Nov 27 18:01:52.653 INFO [stderr] Nov 27 18:01:52.653 INFO [stderr] error[E0432]: unresolved imports `core::task::Context`, `core::task::Spawn`, `core::task::SpawnErrorKind`, `core::task::SpawnObjError`, `core::task::SpawnLocalObjError` Nov 27 18:01:52.653 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/task.rs:4:5 Nov 27 18:01:52.653 INFO [stderr] | Nov 27 18:01:52.653 INFO [stderr] 4 | Context, Poll, Spawn, Nov 27 18:01:52.653 INFO [stderr] | ^^^^^^^ ^^^^^ no `Spawn` in `task` Nov 27 18:01:52.653 INFO [stderr] | | Nov 27 18:01:52.653 INFO [stderr] | no `Context` in `task` Nov 27 18:01:52.653 INFO [stderr] 5 | Waker, LocalWaker, UnsafeWake, Nov 27 18:01:52.653 INFO [stderr] 6 | SpawnErrorKind, SpawnObjError, SpawnLocalObjError, Nov 27 18:01:52.653 INFO [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ no `SpawnLocalObjError` in `task` Nov 27 18:01:52.653 INFO [stderr] | | | Nov 27 18:01:52.653 INFO [stderr] | | no `SpawnObjError` in `task` Nov 27 18:01:52.653 INFO [stderr] | no `SpawnErrorKind` in `task` Nov 27 18:01:52.653 INFO [stderr] Nov 27 18:01:52.700 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Nov 27 18:01:52.700 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:203:13 Nov 27 18:01:52.700 INFO [stderr] | Nov 27 18:01:52.700 INFO [stderr] 203 | Box::into_raw(self) as *mut () Nov 27 18:01:52.700 INFO [stderr] | ^^^ use of undeclared type or module `Box` Nov 27 18:01:52.702 INFO [stderr] Nov 27 18:01:52.702 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Box` Nov 27 18:01:52.702 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:213:18 Nov 27 18:01:52.702 INFO [stderr] | Nov 27 18:01:52.702 INFO [stderr] 213 | drop(Box::from_raw(ptr as *mut F)) Nov 27 18:01:52.702 INFO [stderr] | ^^^ use of undeclared type or module `Box` Nov 27 18:01:52.702 INFO [stderr] Nov 27 18:01:52.716 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PinBox` Nov 27 18:01:52.716 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:221:13 Nov 27 18:01:52.716 INFO [stderr] | Nov 27 18:01:52.716 INFO [stderr] 221 | PinBox::into_raw(self) as *mut () Nov 27 18:01:52.716 INFO [stderr] | ^^^^^^ use of undeclared type or module `PinBox` Nov 27 18:01:52.716 INFO [stderr] Nov 27 18:01:52.716 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PinBox` Nov 27 18:01:52.716 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:231:18 Nov 27 18:01:52.716 INFO [stderr] | Nov 27 18:01:52.716 INFO [stderr] 231 | drop(PinBox::from_raw(ptr as *mut F)) Nov 27 18:01:52.716 INFO [stderr] | ^^^^^^ use of undeclared type or module `PinBox` Nov 27 18:01:52.716 INFO [stderr] Nov 27 18:01:52.748 INFO [stderr] Checking mio v0.6.16 Nov 27 18:01:53.048 INFO [stderr] error[E0433]: failed to resolve: could not find `std` in `{{root}}` Nov 27 18:01:53.048 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/mod.rs:156:34 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 156 | impl Stream for ::std::panic::AssertUnwindSafe { Nov 27 18:01:53.049 INFO [stderr] | ^^^ could not find `std` in `{{root}}` Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0433]: failed to resolve: could not find `std` in `{{root}}` Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/mod.rs:167:33 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 167 | impl Stream for ::std::collections::VecDeque { Nov 27 18:01:53.049 INFO [stderr] | ^^^ could not find `std` in `{{root}}` Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:199:54 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 199 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Box Nov 27 18:01:53.049 INFO [stderr] | ^^^ not found in this scope Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0412]: cannot find type `PinBox` in this scope Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:217:54 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 217 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for PinBox Nov 27 18:01:53.049 INFO [stderr] | ^^^^^^ not found in this scope Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0412]: cannot find type `PinBox` in this scope Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:235:53 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 235 | impl<'a, F: Stream + Send + 'a> From> for StreamObj<'a, ()> { Nov 27 18:01:53.049 INFO [stderr] | ^^^^^^ not found in this scope Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0412]: cannot find type `PinBox` in this scope Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:236:24 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 236 | fn from(boxed: PinBox) -> Self { Nov 27 18:01:53.049 INFO [stderr] | ^^^^^^ not found in this scope Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:241:53 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 241 | impl<'a, F: Stream + Send + 'a> From> for StreamObj<'a, ()> { Nov 27 18:01:53.049 INFO [stderr] | ^^^ not found in this scope Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:242:24 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 242 | fn from(boxed: Box) -> Self { Nov 27 18:01:53.049 INFO [stderr] | ^^^ not found in this scope Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0412]: cannot find type `PinBox` in this scope Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:247:46 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 247 | impl<'a, F: Stream + 'a> From> for LocalStreamObj<'a, ()> { Nov 27 18:01:53.049 INFO [stderr] | ^^^^^^ not found in this scope Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0412]: cannot find type `PinBox` in this scope Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:248:24 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 248 | fn from(boxed: PinBox) -> Self { Nov 27 18:01:53.049 INFO [stderr] | ^^^^^^ not found in this scope Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:253:46 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 253 | impl<'a, F: Stream + 'a> From> for LocalStreamObj<'a, ()> { Nov 27 18:01:53.049 INFO [stderr] | ^^^ not found in this scope Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:254:24 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 254 | fn from(boxed: Box) -> Self { Nov 27 18:01:53.049 INFO [stderr] | ^^^ not found in this scope Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0412]: cannot find type `Box` in this scope Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/mod.rs:134:49 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 134 | impl Stream for Box { Nov 27 18:01:53.049 INFO [stderr] | ^^^ not found in this scope Nov 27 18:01:53.049 INFO [stderr] Nov 27 18:01:53.049 INFO [stderr] error[E0412]: cannot find type `PinBox` in this scope Nov 27 18:01:53.049 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/mod.rs:145:41 Nov 27 18:01:53.049 INFO [stderr] | Nov 27 18:01:53.049 INFO [stderr] 145 | impl Stream for PinBox { Nov 27 18:01:53.050 INFO [stderr] | ^^^^^^ not found in this scope Nov 27 18:01:53.050 INFO [stderr] Nov 27 18:01:53.136 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 27 18:01:53.140 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:177:20 Nov 27 18:01:53.140 INFO [stderr] | Nov 27 18:01:53.140 INFO [stderr] 177 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for PinMut<'a, F> Nov 27 18:01:53.140 INFO [stderr] | ^ unconstrained type parameter Nov 27 18:01:53.140 INFO [stderr] Nov 27 18:01:53.140 INFO [stderr] error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Nov 27 18:01:53.140 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/mod.rs:71:10 Nov 27 18:01:53.140 INFO [stderr] | Nov 27 18:01:53.140 INFO [stderr] 71 | impl<'a, S: ?Sized + Stream> Stream for PinMut<'a, S> { Nov 27 18:01:53.140 INFO [stderr] | ^ unconstrained type parameter Nov 27 18:01:53.140 INFO [stderr] Nov 27 18:01:53.140 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 27 18:01:53.140 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:199:24 Nov 27 18:01:53.140 INFO [stderr] | Nov 27 18:01:53.140 INFO [stderr] 199 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Box Nov 27 18:01:53.140 INFO [stderr] | ^ unconstrained type parameter Nov 27 18:01:53.140 INFO [stderr] Nov 27 18:01:53.140 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 27 18:01:53.140 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:217:24 Nov 27 18:01:53.140 INFO [stderr] | Nov 27 18:01:53.140 INFO [stderr] 217 | unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for PinBox Nov 27 18:01:53.140 INFO [stderr] | ^ unconstrained type parameter Nov 27 18:01:53.140 INFO [stderr] Nov 27 18:01:53.140 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 27 18:01:53.140 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:235:14 Nov 27 18:01:53.140 INFO [stderr] | Nov 27 18:01:53.141 INFO [stderr] 235 | impl<'a, F: Stream + Send + 'a> From> for StreamObj<'a, ()> { Nov 27 18:01:53.141 INFO [stderr] | ^ unconstrained type parameter Nov 27 18:01:53.141 INFO [stderr] Nov 27 18:01:53.141 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 27 18:01:53.141 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:241:14 Nov 27 18:01:53.141 INFO [stderr] | Nov 27 18:01:53.141 INFO [stderr] 241 | impl<'a, F: Stream + Send + 'a> From> for StreamObj<'a, ()> { Nov 27 18:01:53.141 INFO [stderr] | ^ unconstrained type parameter Nov 27 18:01:53.141 INFO [stderr] Nov 27 18:01:53.141 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 27 18:01:53.141 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:247:14 Nov 27 18:01:53.141 INFO [stderr] | Nov 27 18:01:53.141 INFO [stderr] 247 | impl<'a, F: Stream + 'a> From> for LocalStreamObj<'a, ()> { Nov 27 18:01:53.141 INFO [stderr] | ^ unconstrained type parameter Nov 27 18:01:53.141 INFO [stderr] Nov 27 18:01:53.141 INFO [stderr] error[E0207]: the type parameter `F` is not constrained by the impl trait, self type, or predicates Nov 27 18:01:53.141 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/stream_obj.rs:253:14 Nov 27 18:01:53.141 INFO [stderr] | Nov 27 18:01:53.141 INFO [stderr] 253 | impl<'a, F: Stream + 'a> From> for LocalStreamObj<'a, ()> { Nov 27 18:01:53.141 INFO [stderr] | ^ unconstrained type parameter Nov 27 18:01:53.141 INFO [stderr] Nov 27 18:01:53.141 INFO [stderr] error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Nov 27 18:01:53.141 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/mod.rs:134:10 Nov 27 18:01:53.141 INFO [stderr] | Nov 27 18:01:53.141 INFO [stderr] 134 | impl Stream for Box { Nov 27 18:01:53.141 INFO [stderr] | ^ unconstrained type parameter Nov 27 18:01:53.141 INFO [stderr] Nov 27 18:01:53.141 INFO [stderr] error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Nov 27 18:01:53.141 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/mod.rs:145:10 Nov 27 18:01:53.141 INFO [stderr] | Nov 27 18:01:53.141 INFO [stderr] 145 | impl Stream for PinBox { Nov 27 18:01:53.141 INFO [stderr] | ^ unconstrained type parameter Nov 27 18:01:53.141 INFO [stderr] Nov 27 18:01:53.141 INFO [stderr] error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Nov 27 18:01:53.141 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/mod.rs:156:10 Nov 27 18:01:53.141 INFO [stderr] | Nov 27 18:01:53.141 INFO [stderr] 156 | impl Stream for ::std::panic::AssertUnwindSafe { Nov 27 18:01:53.141 INFO [stderr] | ^ unconstrained type parameter Nov 27 18:01:53.141 INFO [stderr] Nov 27 18:01:53.141 INFO [stderr] error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates Nov 27 18:01:53.141 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.6/src/stream/mod.rs:167:10 Nov 27 18:01:53.141 INFO [stderr] | Nov 27 18:01:53.141 INFO [stderr] 167 | impl Stream for ::std::collections::VecDeque { Nov 27 18:01:53.141 INFO [stderr] | ^ unconstrained type parameter Nov 27 18:01:53.141 INFO [stderr] Nov 27 18:01:53.141 INFO [stderr] error: aborting due to 40 previous errors Nov 27 18:01:53.141 INFO [stderr] Nov 27 18:01:53.141 INFO [stderr] Some errors occurred: E0207, E0412, E0432, E0433. Nov 27 18:01:53.141 INFO [stderr] For more information about an error, try `rustc --explain E0207`. Nov 27 18:01:53.177 INFO [stderr] error: Could not compile `futures-core-preview`. Nov 27 18:01:53.177 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 27 18:01:58.584 INFO [stderr] error: build failed Nov 27 18:01:58.589 INFO [stderr] su: No module specific data is present Nov 27 18:02:00.041 INFO running `"docker" "inspect" "d3b39a4dbb0aa146d2cf3d6d0852002f9806de4ece2e72e2660aeebaad750b7f"` Nov 27 18:02:00.441 INFO running `"docker" "rm" "-f" "d3b39a4dbb0aa146d2cf3d6d0852002f9806de4ece2e72e2660aeebaad750b7f"` Nov 27 18:02:00.755 INFO [stdout] d3b39a4dbb0aa146d2cf3d6d0852002f9806de4ece2e72e2660aeebaad750b7f