toykio 0.2.2

toy tokio reactor
Build #113045 2018-08-17T07:07:16.361705+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading toykio v0.2.2
Fresh quick-error v1.2.2
Fresh either v1.5.0
Fresh termcolor v1.0.1
Fresh slab v0.4.1
Fresh ucd-util v0.1.1
Fresh cfg-if v0.1.5
Fresh utf8-ranges v1.0.0
Fresh humantime v1.1.1
Fresh version_check v0.1.4
Fresh ansi_term v0.11.0
Compiling futures-core-preview v0.3.0-alpha.3
Fresh pin-utils v0.1.0-alpha.1
Fresh regex-syntax v0.6.2
Fresh libc v0.2.43
Fresh log v0.4.3
Running `rustc --crate-name futures_core .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="either"' -C metadata=bc65bd16111a856a -C extra-filename=-bc65bd16111a856a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-48a8c7d9b027fbd8.rlib --extern-version either=either,1.5.0 --cap-lints allow`
Compiling memchr v2.0.1
Fresh num_cpus v1.8.0
Fresh iovec v0.1.2
Fresh atty v0.2.11
Running `rustc --crate-name memchr .cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --cfg 'feature="libc"' -C metadata=f754cb82c0139373 -C extra-filename=-f754cb82c0139373 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-15afba2933e2f7e8.rlib --extern-version libc=libc,0.2.43 --cap-lints allow`
Fresh lazy_static v1.1.0
Fresh thread_local v0.3.6
error[E0432]: unresolved import `core::future`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/future.rs:6:15
|
6 | pub use core::future::{Future, FutureObj, LocalFutureObj, UnsafeFutureObj};
|               ^^^^^^ Could not find `future` in `core`

error[E0432]: unresolved import `either`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:8:5
|
8 | use either::Either;
|     ^^^^^^ Maybe a missing `extern crate either;`?

error[E0432]: unresolved import `core::task`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/task.rs:3:15
|
3 | pub use core::task::{
|               ^^^^ Could not find `task` in `core`

error[E0433]: failed to resolve. Maybe a missing `extern crate std;`?
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:128:9
|
128 |     use std::boxed::{Box, PinBox};
|         ^^^ Maybe a missing `extern crate std;`?

error[E0433]: failed to resolve. Maybe a missing `extern crate std;`?
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/task.rs:10:13
|
10 |     pub use std::task::{Wake, local_waker, local_waker_from_nonlocal};
|             ^^^ Maybe a missing `extern crate std;`?

error[E0433]: failed to resolve. Maybe a missing `extern crate std;`?
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:152:34
|
152 |     impl<S: Stream> Stream for ::std::panic::AssertUnwindSafe<S> {
|                                  ^^^ Maybe a missing `extern crate std;`?

error[E0433]: failed to resolve. Maybe a missing `extern crate std;`?
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:163:33
|
163 |     impl<T: Unpin> Stream for ::std::collections::VecDeque<T> {
|                                 ^^^ Maybe a missing `extern crate std;`?

error[E0433]: failed to resolve. Use of undeclared type or module `Poll`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:170:13
|
170 |             Poll::Ready(self.pop_front())
|             ^^^^ Use of undeclared type or module `Poll`

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/future.rs:25:10
|
25 |     ) -> Poll<Result<Self::Ok, Self::Error>>;
|          ^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/future.rs:35:64
|
35 |     fn try_poll(self: PinMut<Self>, cx: &mut task::Context) -> Poll<F::Output> {
|                                                                ^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:54:10
|
54 |     ) -> Poll<Option<Self::Item>>;
|          ^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:63:10
|
63 |     ) -> Poll<Option<Self::Item>> {
|          ^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:74:10
|
74 |     ) -> Poll<Option<Self::Item>> {
|          ^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:86:65
|
86 |     fn poll_next(self: PinMut<Self>, cx: &mut task::Context) -> Poll<Option<A::Item>> {
|                                                                 ^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:111:12
|
111 |         -> Poll<Option<Result<Self::Ok, Self::Error>>>;
|            ^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:121:12
|
121 |         -> Poll<Option<Result<Self::Ok, Self::Error>>>
|            ^^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:130:49
|
130 |     impl<S: ?Sized + Stream + Unpin> Stream for Box<S> {
|                                                 ^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:136:14
|
136 |         ) -> Poll<Option<Self::Item>> {
|              ^^^^ not found in this scope

error[E0412]: cannot find type `PinBox` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:141:41
|
141 |     impl<S: ?Sized + Stream> Stream for PinBox<S> {
|                                         ^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:147:14
|
147 |         ) -> Poll<Option<Self::Item>> {
|              ^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:158:14
|
158 |         ) -> Poll<Option<S::Item>> {
|              ^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:169:14
|
169 |         ) -> Poll<Option<Self::Item>> {
|              ^^^^ not found in this scope

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/lib.rs:12:24
|
12 | #[doc(hidden)] pub use crate::future::Future;
|                        ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/lib.rs:13:24
|
13 | #[doc(hidden)] pub use crate::future::TryFuture;
|                        ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/lib.rs:15:24
|
15 | #[doc(hidden)] pub use crate::stream::Stream;
|                        ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/lib.rs:16:24
|
16 | #[doc(hidden)] pub use crate::stream::TryStream;
|                        ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/lib.rs:18:24
|
18 | #[doc(hidden)] pub use crate::task::Poll;
|                        ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/future.rs:3:5
|
3 | use crate::task::{self, Poll};
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:3:5
|
3 | use crate::task::{self, Poll};
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error: aborting due to 29 previous errors

Some errors occurred: E0412, E0432, E0433, E0658.
For more information about an error, try `rustc --explain E0412`.
error: Could not compile `futures-core-preview`.

Caused by:
process didn't exit successfully: `rustc --crate-name futures_core .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="std" --cfg feature="either" -C metadata=bc65bd16111a856a -C extra-filename=-bc65bd16111a856a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-48a8c7d9b027fbd8.rlib --extern-version either=either,1.5.0 --cap-lints allow` (exit code: 101)
thread 'main' panicked at 'Error(
CargoError(
build failed
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.