rustmann 0.2.2

Rust/Tokio client for Riemann
Build #178408 2019-08-13 14:59:46

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# 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 semver-parser v0.7.0 Fresh autocfg v0.1.5 Fresh unicode-xid v0.1.0 Fresh rand_core v0.4.2 Fresh ppv-lite86 v0.2.5 Fresh stable_deref_trait v1.1.1 Fresh cfg-if v0.1.9 Fresh nodrop v0.1.13 Fresh lazy_static v1.3.0 Fresh scopeguard v1.0.0 Fresh futures-core-preview v0.3.0-alpha.18 Fresh strsim v0.7.0 Fresh ident_case v1.0.1 Fresh scopeguard v0.3.3 Fresh smallvec v0.6.10 Fresh remove_dir_all v0.5.2 Fresh futures v0.1.28 Fresh fnv v1.0.6 Fresh slab v0.4.2 Fresh pin-utils v0.1.0-alpha.4 Checking futures-io-preview v0.3.0-alpha.18 Fresh semver v0.9.0 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` Fresh rand_core v0.3.1 Fresh rand_jitter v0.1.4 Fresh c2-chacha v0.2.2 Fresh owning_ref v0.4.0 Fresh crossbeam-utils v0.6.6 Checking futures-sink-preview v0.3.0-alpha.18 Fresh tokio-sync v0.1.6 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=8528f4a84fc29cb8 -C extra-filename=-8528f4a84fc29cb8 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern futures_core=/home/cratesfyi/cratesfyi/debug/deps/libfutures_core-02ae13f0f40d32f0.rmeta --cap-lints allow` Fresh rustc_version v0.2.3 Fresh proc-macro2 v0.4.30 Fresh libc v0.2.61 Fresh rand_hc v0.1.0 Fresh rand_xorshift v0.1.1 Fresh rand_isaac v0.1.1 Fresh byteorder v1.3.2 Fresh arrayvec v0.4.11 Fresh lock_api v0.1.5 Fresh log v0.4.8 Fresh memchr v2.2.1 Fresh crossbeam-queue v0.1.2 Fresh tokio-executor v0.1.8 Fresh getrandom v0.1.8 Fresh rand_os v0.1.3 Fresh quote v0.6.13 Fresh iovec v0.1.2 Fresh net2 v0.2.33 Fresh num_cpus v1.10.1 Fresh rand_chacha v0.1.1 Fresh rand_pcg v0.1.2 Compiling protoc v2.8.0 Fresh rand_core v0.5.0 Running `rustc --crate-name protoc /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/protoc-2.8.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=4dcbe2e99d20a0aa -C extra-filename=-4dcbe2e99d20a0aa --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-3f496b899acf7cba.rlib --cap-lints allow` Fresh tokio-current-thread v0.1.6 Fresh tokio-timer v0.2.11 Fresh syn v0.15.44 Fresh bytes v0.4.12 Fresh mio v0.6.19 Fresh rand v0.6.5 Fresh rand_chacha v0.2.1 Fresh memoffset v0.5.1 Compiling protobuf v2.8.0 Running `rustc --crate-name protobuf /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.8.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="with-bytes"' -C metadata=b25175984b3bb3b9 -C extra-filename=-b25175984b3bb3b9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bytes=/home/cratesfyi/cratesfyi/debug/deps/libbytes-40f3f225499e58d2.rlib --cap-lints allow --cfg rustc_nightly` 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.