Build #104352 2018-06-06 10:10:48

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.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` Fresh byteorder v1.2.3 Fresh cfg-if v0.1.3 Fresh rustc-serialize v0.3.24 Fresh libc v0.2.42 Fresh byteorder v0.4.2 Fresh quick-error v1.2.2 Fresh argparse v0.2.1 Fresh memrange v0.1.3 Fresh num-traits v0.2.4 Fresh num-traits v0.1.43 Fresh rmp v0.7.5 Fresh rand v0.4.2 Fresh time v0.1.40 Fresh unix_socket v0.5.0 Fresh rmp v0.8.7 Fresh rand v0.3.22 Compiling rmp-serialize v0.7.0 Fresh theban_interval_tree v0.6.2 Fresh theban_interval_tree v0.7.1 Running `rustc --crate-name rmp_serialize .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ec25cdabfabe8bb7 -C extra-filename=-ec25cdabfabe8bb7 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rmp=/home/cratesfyi/cratesfyi/debug/deps/librmp-045ae03f62a2a792.rlib --extern-version rmp=rmp,0.8.7 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --cap-lints allow` Fresh theban_db v0.7.0 Compiling theban_db v0.5.2 Running `rustc --crate-name theban_db .cargo/registry/src/github.com-1ecc6299db9ec823/theban_db-0.5.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=fdebc4830228e115 -C extra-filename=-fdebc4830228e115 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memrange=/home/cratesfyi/cratesfyi/debug/deps/libmemrange-876a6b448d959653.rlib --extern-version memrange=memrange,0.1.3 --extern theban_interval_tree=/home/cratesfyi/cratesfyi/debug/deps/libtheban_interval_tree-595df61a1f992451.rlib --extern-version theban_interval_tree=theban_interval_tree,0.7.1 --extern rmp=/home/cratesfyi/cratesfyi/debug/deps/librmp-453f086f4a405bb3.rlib --extern-version rmp=rmp,0.7.5 --cap-lints allow` error[E0432]: unresolved import `rmp::decode::ReadError` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:10:5 | 10 | ReadError, | ^^^^^^^^^ no `ReadError` in `decode` error[E0432]: unresolved import `rmp::decode::FixedValueReadError` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:11:5 | 11 | FixedValueReadError, | ^^^^^^^^^^^^^^^^^^^ no `FixedValueReadError` in `decode`. Did you mean to use `ValueReadError`? error[E0432]: unresolved import `rmp::decode::read_u8_fit` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:16:5 | 16 | read_u8_fit, | ^^^^^^^^^^^ no `read_u8_fit` in `decode` error[E0432]: unresolved import `rmp::decode::read_u16_fit` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:17:5 | 17 | read_u16_fit, | ^^^^^^^^^^^^ no `read_u16_fit` in `decode`. Did you mean to use `read_u16`? error[E0432]: unresolved import `rmp::decode::read_u32_fit` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:18:5 | 18 | read_u32_fit, | ^^^^^^^^^^^^ no `read_u32_fit` in `decode`. Did you mean to use `read_u32`? error[E0432]: unresolved import `rmp::decode::read_u64_fit` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:19:5 | 19 | read_u64_fit, | ^^^^^^^^^^^^ no `read_u64_fit` in `decode`. Did you mean to use `read_u64`? error[E0432]: unresolved import `rmp::decode::read_i8_fit` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:20:5 | 20 | read_i8_fit, | ^^^^^^^^^^^ no `read_i8_fit` in `decode` error[E0432]: unresolved import `rmp::decode::read_i16_fit` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:21:5 | 21 | read_i16_fit, | ^^^^^^^^^^^^ no `read_i16_fit` in `decode`. Did you mean to use `read_i16`? error[E0432]: unresolved import `rmp::decode::read_i32_fit` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:22:5 | 22 | read_i32_fit, | ^^^^^^^^^^^^ no `read_i32_fit` in `decode`. Did you mean to use `read_i32`? error[E0432]: unresolved import `rmp::decode::read_i64_fit` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:23:5 | 23 | read_i64_fit, | ^^^^^^^^^^^^ no `read_i64_fit` in `decode`. Did you mean to use `read_i64`? error[E0432]: unresolved import `rmp::decode::read_str_data` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:27:5 | 27 | read_str_data, | ^^^^^^^^^^^^^ no `read_str_data` in `decode`. Did you mean to use `read_str_len`? error[E0432]: unresolved import `rmp::decode::read_array_size` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:28:5 | 28 | read_array_size, | ^^^^^^^^^^^^^^^ no `read_array_size` in `decode`. Did you mean to use `read_array_len`? error[E0432]: unresolved import `rmp::decode::read_map_size` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:29:5 | 29 | read_map_size, | ^^^^^^^^^^^^^ no `read_map_size` in `decode`. Did you mean to use `read_map_len`? error[E0432]: unresolved import `rmp::encode::write_sint_eff` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/encode.rs:13:5 | 13 | write_sint_eff, | ^^^^^^^^^^^^^^ no `write_sint_eff` in `encode`. Did you mean to use `write_sint`? error[E0432]: unresolved import `rmp::encode::FixedValueWriteError` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/encode.rs:19:5 | 19 | FixedValueWriteError, | ^^^^^^^^^^^^^^^^^^^^ no `FixedValueWriteError` in `encode`. Did you mean to use `ValueWriteError`? error[E0432]: unresolved import `rmp::encode::WriteError` --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/encode.rs:21:5 | 21 | WriteError, | ^^^^^^^^^^ no `WriteError` in `encode` error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:75:1 | 65 | impl From<FixedValueReadError> for Error { | ---------------------------------------- first implementation here ... 75 | impl From<ValueReadError> for Error { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:86:1 | 65 | impl From<FixedValueReadError> for Error { | ---------------------------------------- first implementation here ... 86 | impl<'a> From<DecodeStringError<'a>> for Error { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `encode::Error`: --> .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/encode.rs:57:1 | 49 | impl From<FixedValueWriteError> for Error { | ----------------------------------------- first implementation here ... 57 | impl From<ValueWriteError> for Error { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `encode::Error` error: aborting due to 19 previous errors Some errors occurred: E0119, E0432. For more information about an error, try `rustc --explain E0119`. error: Could not compile `rmp-serialize`. Caused by: process didn't exit successfully: `rustc --crate-name rmp_serialize .cargo/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ec25cdabfabe8bb7 -C extra-filename=-ec25cdabfabe8bb7 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rmp=/home/cratesfyi/cratesfyi/debug/deps/librmp-045ae03f62a2a792.rlib --extern-version rmp=rmp,0.8.7 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --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.