Build #177709 2019-08-10T00:34:18.240667+00:00
# rustc version
rustc 1.38.0-nightly (95b1fe560 2019-07-20)# docs.rs version
cratesfyi 0.6.0 (f01dedd 2019-07-30)# build log
Updating crates.io index
Fresh unicode-xid v0.1.0
Fresh cfg-if v0.1.9
Fresh lazy_static v1.3.0
Fresh ppv-lite86 v0.2.5
Fresh futures-core-preview v0.3.0-alpha.18
Fresh futures v0.1.28
Checking futures-io-preview v0.3.0-alpha.18
Fresh slab v0.4.2
Fresh pin-utils v0.1.0-alpha.4
Compiling byteorder v1.3.2
Running `rustc --edition=2018 --crate-name futures_io /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="std"' -C metadata=387a142fdf9420d6 -C extra-filename=-387a142fdf9420d6 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Compiling log v0.4.8
Checking c2-chacha v0.2.2
Running `/home/cratesfyi/cratesfyi/debug/build/byteorder-6fdd1912507f8294/build-script-build`
Running `rustc --edition=2018 --crate-name c2_chacha /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/c2-chacha-0.2.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="lazy_static"' --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=f99bdf7a01da025c -C extra-filename=-f99bdf7a01da025c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-51adcd0f3e7733cb.rmeta --extern ppv_lite86=/home/cratesfyi/cratesfyi/debug/deps/libppv_lite86-ed136503f32c1190.rmeta --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/log-6233dd16504e9c2b/build-script-build`
Compiling proc-macro-nested v0.1.3
Running `/home/cratesfyi/cratesfyi/debug/build/proc-macro-nested-c169cc1a190c9412/build-script-build`
Checking futures-sink-preview v0.3.0-alpha.18
Running `rustc --edition=2018 --crate-name futures_sink /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-preview-0.3.0-alpha.18/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=e757d6963a0884e3 -C extra-filename=-e757d6963a0884e3 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern futures_core=/home/cratesfyi/cratesfyi/debug/deps/libfutures_core-1d7d2b51a89e2dd7.rmeta --cap-lints allow`
Fresh proc-macro2 v0.4.30
Fresh libc v0.2.60
Running `rustc --crate-name log /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=43c30c85c87d0ce8 -C extra-filename=-43c30c85c87d0ce8 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cfg_if=/home/cratesfyi/cratesfyi/debug/deps/libcfg_if-a11be03647c67a56.rmeta --cap-lints allow --cfg atomic_cas`
error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:323:28
|
323 | -> Poll<Result<&[u8]>>;
| ^ expected lifetime parameter
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of argument 2's 2 lifetimes it is borrowed from
error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:601:32
|
601 | -> Poll<Result<&[u8]>>
| ^ expected lifetime parameter
...
613 | deref_async_buf_read!();
| ------------------------ in this macro invocation
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of `cx`'s 2 lifetimes it is borrowed from
error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:601:32
|
601 | -> Poll<Result<&[u8]>>
| ^ expected lifetime parameter
...
617 | deref_async_buf_read!();
| ------------------------ in this macro invocation
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of `cx`'s 2 lifetimes it is borrowed from
error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:626:28
|
626 | -> Poll<Result<&[u8]>>
| ^ expected lifetime parameter
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of `cx`'s 2 lifetimes it is borrowed from
error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:639:32
|
639 | -> Poll<Result<&[u8]>>
| ^ expected lifetime parameter
...
651 | delegate_async_buf_read_to_stdio!();
| ------------------------------------ in this macro invocation
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of argument 2's 2 lifetimes it is borrowed from
error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:639:32
|
639 | -> Poll<Result<&[u8]>>
| ^ expected lifetime parameter
...
655 | delegate_async_buf_read_to_stdio!();
| ------------------------------------ in this macro invocation
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of argument 2's 2 lifetimes it is borrowed from
error[E0106]: missing lifetime specifier
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs:639:32
|
639 | -> Poll<Result<&[u8]>>
| ^ expected lifetime parameter
...
659 | delegate_async_buf_read_to_stdio!();
| ------------------------------------ in this macro invocation
|
= help: this function's return type contains a borrowed value, but the signature does not say which one of argument 2's 2 lifetimes it is borrowed from
error: aborting due to 7 previous errors
For more information about this error, try `rustc --explain E0106`.
error: Could not compile `futures-io-preview`.
Caused by:
process didn't exit successfully: `rustc --edition=2018 --crate-name futures_io /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-preview-0.3.0-alpha.18/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="std"' -C metadata=387a142fdf9420d6 -C extra-filename=-387a142fdf9420d6 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
thread 'main' panicked at 'ErrorMessage {
msg: "build failed",
}', src/bin/cratesfyi.rs:161:13
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.