[INFO] crate git-hive-protocol 0.2.3 is already in cache [INFO] extracting crate git-hive-protocol 0.2.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/git-hive-protocol/0.2.3 [INFO] extracting crate git-hive-protocol 0.2.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/git-hive-protocol/0.2.3 [INFO] validating manifest of git-hive-protocol-0.2.3 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of git-hive-protocol-0.2.3 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing git-hive-protocol-0.2.3 [INFO] finished frobbing git-hive-protocol-0.2.3 [INFO] frobbed toml for git-hive-protocol-0.2.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/git-hive-protocol/0.2.3/Cargo.toml [INFO] started frobbing git-hive-protocol-0.2.3 [INFO] finished frobbing git-hive-protocol-0.2.3 [INFO] frobbed toml for git-hive-protocol-0.2.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/git-hive-protocol/0.2.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing git-hive-protocol-0.2.3 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/git-hive-protocol/0.2.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] acce6ab1c2561a385a2d596ce9515235de909b5f2b70d021f2fcb6fdc1e0fc5a [INFO] running `"docker" "start" "-a" "acce6ab1c2561a385a2d596ce9515235de909b5f2b70d021f2fcb6fdc1e0fc5a"` [INFO] [stderr] Compiling rmp v0.5.1 [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/encode.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | byteorder::Error::UnexpectedEOF => { [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/encode.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | byteorder::Error::Io(err) => WriteError(err), [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:75:24 [INFO] [stderr] | [INFO] [stderr] 75 | byteorder::Error::UnexpectedEOF => ReadError::UnexpectedEOF, [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:76:24 [INFO] [stderr] | [INFO] [stderr] 76 | byteorder::Error::Io(err) => ReadError::Io(err), [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:119:24 [INFO] [stderr] | [INFO] [stderr] 119 | byteorder::Error::UnexpectedEOF => MarkerReadError::UnexpectedEOF, [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:120:24 [INFO] [stderr] | [INFO] [stderr] 120 | byteorder::Error::Io(err) => MarkerReadError::Io(err), [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/encode.rs:34:22 [INFO] [stderr] | [INFO] [stderr] 34 | impl From for WriteError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/encode.rs:35:29 [INFO] [stderr] | [INFO] [stderr] 35 | fn from(err: byteorder::Error) -> WriteError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/encode.rs:63:22 [INFO] [stderr] | [INFO] [stderr] 63 | impl From for MarkerWriteError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/encode.rs:64:29 [INFO] [stderr] | [INFO] [stderr] 64 | fn from(err: byteorder::Error) -> MarkerWriteError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | impl From for ReadError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:73:29 [INFO] [stderr] | [INFO] [stderr] 73 | fn from(err: byteorder::Error) -> ReadError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:116:22 [INFO] [stderr] | [INFO] [stderr] 116 | impl From for MarkerReadError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:117:29 [INFO] [stderr] | [INFO] [stderr] 117 | fn from(err: byteorder::Error) -> MarkerReadError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:383:61 [INFO] [stderr] | [INFO] [stderr] 383 | fn read(rd: &mut R) -> Result; [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:387:59 [INFO] [stderr] | [INFO] [stderr] 387 | fn read(rd: &mut R) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:393:60 [INFO] [stderr] | [INFO] [stderr] 393 | fn read(rd: &mut R) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:399:60 [INFO] [stderr] | [INFO] [stderr] 399 | fn read(rd: &mut R) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:405:60 [INFO] [stderr] | [INFO] [stderr] 405 | fn read(rd: &mut R) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:411:59 [INFO] [stderr] | [INFO] [stderr] 411 | fn read(rd: &mut R) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:417:60 [INFO] [stderr] | [INFO] [stderr] 417 | fn read(rd: &mut R) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:423:60 [INFO] [stderr] | [INFO] [stderr] 423 | fn read(rd: &mut R) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:429:60 [INFO] [stderr] | [INFO] [stderr] 429 | fn read(rd: &mut R) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:435:60 [INFO] [stderr] | [INFO] [stderr] 435 | fn read(rd: &mut R) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in module `byteorder` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:441:60 [INFO] [stderr] | [INFO] [stderr] 441 | fn read(rd: &mut R) -> Result { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use decode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use decode::value_ref::Error; [INFO] [stderr] | [INFO] [stderr] 15 | use encode::serialize::Error; [INFO] [stderr] | [INFO] [stderr] and 5 other candidates [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::ReadError`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:125:1 [INFO] [stderr] | [INFO] [stderr] 72 | impl From for ReadError { [INFO] [stderr] | ----------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 125 | impl From for ReadError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::ReadError` [INFO] [stderr] [INFO] [stderr] error: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0119, E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `rmp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "acce6ab1c2561a385a2d596ce9515235de909b5f2b70d021f2fcb6fdc1e0fc5a"` [INFO] running `"docker" "rm" "-f" "acce6ab1c2561a385a2d596ce9515235de909b5f2b70d021f2fcb6fdc1e0fc5a"` [INFO] [stdout] acce6ab1c2561a385a2d596ce9515235de909b5f2b70d021f2fcb6fdc1e0fc5a