[INFO] updating cached repository https://github.com/zeroem/envoy [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 26bc90f49b7b3bfbd6203c23281a1f1d92d2b2ae [INFO] testing zeroem/envoy against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeroem%2Fenvoy" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zeroem/envoy on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zeroem/envoy [INFO] finished tweaking git repo https://github.com/zeroem/envoy [INFO] tweaked toml for git repo https://github.com/zeroem/envoy written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/zeroem/envoy already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] a268d89b16aad1e34c91aba21a4e821a9c94dc17ceeb8f1351f2d8602699b7aa [INFO] running `"docker" "start" "-a" "a268d89b16aad1e34c91aba21a4e821a9c94dc17ceeb8f1351f2d8602699b7aa"` [INFO] [stderr] Compiling byteorder v0.4.2 [INFO] [stderr] Compiling rmp v0.8.8 [INFO] [stderr] Compiling rmp v0.7.5 [INFO] [stderr] Compiling rmp-serialize v0.7.0 [INFO] [stderr] error[E0432]: unresolved imports `rmp::decode::ReadError`, `rmp::decode::FixedValueReadError`, `rmp::decode::read_u8_fit`, `rmp::decode::read_u16_fit`, `rmp::decode::read_u32_fit`, `rmp::decode::read_u64_fit`, `rmp::decode::read_i8_fit`, `rmp::decode::read_i16_fit`, `rmp::decode::read_i32_fit`, `rmp::decode::read_i64_fit`, `rmp::decode::read_str_data`, `rmp::decode::read_array_size`, `rmp::decode::read_map_size` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | ReadError, [INFO] [stderr] | ^^^^^^^^^ no `ReadError` in `decode` [INFO] [stderr] 11 | FixedValueReadError, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `FixedValueReadError` in `decode` [INFO] [stderr] ... [INFO] [stderr] 16 | read_u8_fit, [INFO] [stderr] | ^^^^^^^^^^^ no `read_u8_fit` in `decode` [INFO] [stderr] 17 | read_u16_fit, [INFO] [stderr] | ^^^^^^^^^^^^ no `read_u16_fit` in `decode` [INFO] [stderr] 18 | read_u32_fit, [INFO] [stderr] | ^^^^^^^^^^^^ no `read_u32_fit` in `decode` [INFO] [stderr] 19 | read_u64_fit, [INFO] [stderr] | ^^^^^^^^^^^^ no `read_u64_fit` in `decode` [INFO] [stderr] 20 | read_i8_fit, [INFO] [stderr] | ^^^^^^^^^^^ no `read_i8_fit` in `decode` [INFO] [stderr] 21 | read_i16_fit, [INFO] [stderr] | ^^^^^^^^^^^^ no `read_i16_fit` in `decode` [INFO] [stderr] 22 | read_i32_fit, [INFO] [stderr] | ^^^^^^^^^^^^ no `read_i32_fit` in `decode` [INFO] [stderr] 23 | read_i64_fit, [INFO] [stderr] | ^^^^^^^^^^^^ no `read_i64_fit` in `decode` [INFO] [stderr] ... [INFO] [stderr] 27 | read_str_data, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 28 | read_array_size, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] 29 | read_map_size, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 11 | NumValueReadError, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 17 | read_u16, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 18 | read_u32, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 19 | read_u64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 21 | read_i16, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 22 | read_i32, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 23 | read_i64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rmp::encode::write_sint_eff` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/encode.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | write_sint_eff, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `write_sint_eff` in `encode` [INFO] [stderr] | help: a similar name exists in the module: `write_sint` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rmp::encode::FixedValueWriteError`, `rmp::encode::WriteError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/encode.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | FixedValueWriteError, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `FixedValueWriteError` in `encode` [INFO] [stderr] | help: a similar name exists in the module: `ValueWriteError` [INFO] [stderr] 20 | ValueWriteError, [INFO] [stderr] 21 | WriteError, [INFO] [stderr] | ^^^^^^^^^^ no `WriteError` in `encode` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 65 | impl From for Error { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 75 | impl From for Error { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/decode.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 65 | impl From for Error { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 86 | impl<'a> From> for Error { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `encode::Error`: [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rmp-serialize-0.7.0/src/encode.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 49 | impl From for Error { [INFO] [stderr] | ----------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 57 | impl From for Error { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `encode::Error` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0119, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `rmp-serialize`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a268d89b16aad1e34c91aba21a4e821a9c94dc17ceeb8f1351f2d8602699b7aa"` [INFO] running `"docker" "rm" "-f" "a268d89b16aad1e34c91aba21a4e821a9c94dc17ceeb8f1351f2d8602699b7aa"` [INFO] [stdout] a268d89b16aad1e34c91aba21a4e821a9c94dc17ceeb8f1351f2d8602699b7aa