[INFO] crate git-hive-protocol 0.2.3 is already in cache
[INFO] checking git-hive-protocol-0.2.3 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate git-hive-protocol 0.2.3 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate git-hive-protocol 0.2.3 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate git-hive-protocol 0.2.3
[INFO] finished tweaking crates.io crate git-hive-protocol 0.2.3
[INFO] tweaked toml for crates.io crate git-hive-protocol 0.2.3 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ee2941eb4f4395e845920c45c7cc6aa05d63c84ad9d988aea9ce43c610b4405e
[INFO] running `"docker" "start" "-a" "ee2941eb4f4395e845920c45c7cc6aa05d63c84ad9d988aea9ce43c610b4405e"`
[INFO] [stderr]     Checking rmp v0.5.1
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder`
[INFO] [stderr]   --> /opt/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/encode.rs:34:22
[INFO] [stderr]    |
[INFO] [stderr] 34 | impl From<byteorder::Error> for WriteError {
[INFO] [stderr]    |                      ^^^^^ not found in `byteorder`
[INFO] [stderr]    |
[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/rustwide/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]    |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/encode.rs:63:22
[INFO] [stderr]    |
[INFO] [stderr] 63 | impl From<byteorder::Error> for MarkerWriteError {
[INFO] [stderr]    |                      ^^^^^ not found in `byteorder`
[INFO] [stderr]    |
[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/rustwide/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]    |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:72:22
[INFO] [stderr]    |
[INFO] [stderr] 72 | impl From<byteorder::Error> for ReadError {
[INFO] [stderr]    |                      ^^^^^ not found in `byteorder`
[INFO] [stderr]    |
[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/rustwide/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]    |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:116:22
[INFO] [stderr]     |
[INFO] [stderr] 116 | impl From<byteorder::Error> for MarkerReadError {
[INFO] [stderr]     |                      ^^^^^ not found in `byteorder`
[INFO] [stderr]     |
[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/rustwide/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]     |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:383:61
[INFO] [stderr]     |
[INFO] [stderr] 383 |     fn read<R: Read>(rd: &mut R) -> Result<Self, byteorder::Error>;
[INFO] [stderr]     |                                                             ^^^^^ not found in `byteorder`
[INFO] [stderr]     |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:387:59
[INFO] [stderr]     |
[INFO] [stderr] 387 |     fn read<R: Read>(rd: &mut R) -> Result<u8, byteorder::Error> {
[INFO] [stderr]     |                                                           ^^^^^ not found in `byteorder`
[INFO] [stderr]     |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:393:60
[INFO] [stderr]     |
[INFO] [stderr] 393 |     fn read<R: Read>(rd: &mut R) -> Result<u16, byteorder::Error> {
[INFO] [stderr]     |                                                            ^^^^^ not found in `byteorder`
[INFO] [stderr]     |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:399:60
[INFO] [stderr]     |
[INFO] [stderr] 399 |     fn read<R: Read>(rd: &mut R) -> Result<u32, byteorder::Error> {
[INFO] [stderr]     |                                                            ^^^^^ not found in `byteorder`
[INFO] [stderr]     |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:405:60
[INFO] [stderr]     |
[INFO] [stderr] 405 |     fn read<R: Read>(rd: &mut R) -> Result<u64, byteorder::Error> {
[INFO] [stderr]     |                                                            ^^^^^ not found in `byteorder`
[INFO] [stderr]     |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:411:59
[INFO] [stderr]     |
[INFO] [stderr] 411 |     fn read<R: Read>(rd: &mut R) -> Result<i8, byteorder::Error> {
[INFO] [stderr]     |                                                           ^^^^^ not found in `byteorder`
[INFO] [stderr]     |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:417:60
[INFO] [stderr]     |
[INFO] [stderr] 417 |     fn read<R: Read>(rd: &mut R) -> Result<i16, byteorder::Error> {
[INFO] [stderr]     |                                                            ^^^^^ not found in `byteorder`
[INFO] [stderr]     |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:423:60
[INFO] [stderr]     |
[INFO] [stderr] 423 |     fn read<R: Read>(rd: &mut R) -> Result<i32, byteorder::Error> {
[INFO] [stderr]     |                                                            ^^^^^ not found in `byteorder`
[INFO] [stderr]     |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:429:60
[INFO] [stderr]     |
[INFO] [stderr] 429 |     fn read<R: Read>(rd: &mut R) -> Result<i64, byteorder::Error> {
[INFO] [stderr]     |                                                            ^^^^^ not found in `byteorder`
[INFO] [stderr]     |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:435:60
[INFO] [stderr]     |
[INFO] [stderr] 435 |     fn read<R: Read>(rd: &mut R) -> Result<f32, byteorder::Error> {
[INFO] [stderr]     |                                                            ^^^^^ not found in `byteorder`
[INFO] [stderr]     |
[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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:441:60
[INFO] [stderr]     |
[INFO] [stderr] 441 |     fn read<R: Read>(rd: &mut R) -> Result<f64, byteorder::Error> {
[INFO] [stderr]     |                                                            ^^^^^ not found in `byteorder`
[INFO] [stderr]     |
[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[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-0.5.1/src/decode.rs:383:37
[INFO] [stderr]     |
[INFO] [stderr] 383 |     fn read<R: Read>(rd: &mut R) -> Result<Self, byteorder::Error>;
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized`
[INFO] [stderr]     |                                     |
[INFO] [stderr]     |                                     doesn't have a size known at compile-time
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::marker::Sized` is not implemented for `Self`
[INFO] [stderr]     = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]     = note: required by `std::result::Result`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 26 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `rmp`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "ee2941eb4f4395e845920c45c7cc6aa05d63c84ad9d988aea9ce43c610b4405e"`
[INFO] running `"docker" "rm" "-f" "ee2941eb4f4395e845920c45c7cc6aa05d63c84ad9d988aea9ce43c610b4405e"`
[INFO] [stdout] ee2941eb4f4395e845920c45c7cc6aa05d63c84ad9d988aea9ce43c610b4405e
