[INFO] crate git-hive-protocol 0.2.3 is already in cache [INFO] extracting crate git-hive-protocol 0.2.3 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/git-hive-protocol/0.2.3 [INFO] extracting crate git-hive-protocol 0.2.3 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/git-hive-protocol/0.2.3 [INFO] validating manifest of git-hive-protocol-0.2.3 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of git-hive-protocol-0.2.3 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "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/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/git-hive-protocol/0.2.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking git-hive-protocol-0.2.3 against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-1/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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=forbid" "-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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4aeadda0e5178bcabb7c296aa96103e2e84327ed1f8883ad9416c10fc573a676 [INFO] running `"docker" "start" "-a" "4aeadda0e5178bcabb7c296aa96103e2e84327ed1f8883ad9416c10fc573a676"` [INFO] [stderr] Checking 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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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" "4aeadda0e5178bcabb7c296aa96103e2e84327ed1f8883ad9416c10fc573a676"` [INFO] running `"docker" "rm" "-f" "4aeadda0e5178bcabb7c296aa96103e2e84327ed1f8883ad9416c10fc573a676"` [INFO] [stdout] 4aeadda0e5178bcabb7c296aa96103e2e84327ed1f8883ad9416c10fc573a676