Sep 14 10:35:32.187 INFO checking rmp-serialize-0.7.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 10:35:32.187 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 10:35:32.187 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 10:35:32.468 INFO blam! 09005bcbbeddb8f7d92788b8ebacad3dfe1150781bf187bc7bb6abc65776bfd3 Sep 14 10:35:32.470 INFO running `"docker" "start" "-a" "09005bcbbeddb8f7d92788b8ebacad3dfe1150781bf187bc7bb6abc65776bfd3"` Sep 14 10:35:33.684 INFO kablam! usermod: no changes Sep 14 10:35:33.739 INFO kablam! Checking rmp-serialize v0.7.0 (file:///source) Sep 14 10:35:34.029 INFO kablam! 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` Sep 14 10:35:34.029 INFO kablam! --> src/decode.rs:10:5 Sep 14 10:35:34.029 INFO kablam! | Sep 14 10:35:34.029 INFO kablam! 10 | ReadError, Sep 14 10:35:34.029 INFO kablam! | ^^^^^^^^^ no `ReadError` in `decode` Sep 14 10:35:34.029 INFO kablam! 11 | FixedValueReadError, Sep 14 10:35:34.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `FixedValueReadError` in `decode`. Did you mean to use `NumValueReadError`? Sep 14 10:35:34.029 INFO kablam! ... Sep 14 10:35:34.029 INFO kablam! 16 | read_u8_fit, Sep 14 10:35:34.029 INFO kablam! | ^^^^^^^^^^^ no `read_u8_fit` in `decode` Sep 14 10:35:34.029 INFO kablam! 17 | read_u16_fit, Sep 14 10:35:34.029 INFO kablam! | ^^^^^^^^^^^^ no `read_u16_fit` in `decode`. Did you mean to use `read_u16`? Sep 14 10:35:34.030 INFO kablam! 18 | read_u32_fit, Sep 14 10:35:34.030 INFO kablam! | ^^^^^^^^^^^^ no `read_u32_fit` in `decode`. Did you mean to use `read_u32`? Sep 14 10:35:34.030 INFO kablam! 19 | read_u64_fit, Sep 14 10:35:34.030 INFO kablam! | ^^^^^^^^^^^^ no `read_u64_fit` in `decode`. Did you mean to use `read_u64`? Sep 14 10:35:34.030 INFO kablam! 20 | read_i8_fit, Sep 14 10:35:34.030 INFO kablam! | ^^^^^^^^^^^ no `read_i8_fit` in `decode` Sep 14 10:35:34.030 INFO kablam! 21 | read_i16_fit, Sep 14 10:35:34.030 INFO kablam! | ^^^^^^^^^^^^ no `read_i16_fit` in `decode`. Did you mean to use `read_i16`? Sep 14 10:35:34.030 INFO kablam! 22 | read_i32_fit, Sep 14 10:35:34.030 INFO kablam! | ^^^^^^^^^^^^ no `read_i32_fit` in `decode`. Did you mean to use `read_i32`? Sep 14 10:35:34.030 INFO kablam! 23 | read_i64_fit, Sep 14 10:35:34.030 INFO kablam! | ^^^^^^^^^^^^ no `read_i64_fit` in `decode`. Did you mean to use `read_i64`? Sep 14 10:35:34.030 INFO kablam! ... Sep 14 10:35:34.030 INFO kablam! 27 | read_str_data, Sep 14 10:35:34.030 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 10:35:34.030 INFO kablam! 28 | read_array_size, Sep 14 10:35:34.030 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 10:35:34.030 INFO kablam! 29 | read_map_size, Sep 14 10:35:34.030 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 10:35:34.030 INFO kablam! Sep 14 10:35:34.030 INFO kablam! error[E0432]: unresolved import `rmp::encode::write_sint_eff` Sep 14 10:35:34.030 INFO kablam! --> src/encode.rs:13:5 Sep 14 10:35:34.030 INFO kablam! | Sep 14 10:35:34.030 INFO kablam! 13 | write_sint_eff, Sep 14 10:35:34.030 INFO kablam! | ^^^^^^^^^^^^^^ no `write_sint_eff` in `encode`. Did you mean to use `write_sint`? Sep 14 10:35:34.030 INFO kablam! Sep 14 10:35:34.030 INFO kablam! error[E0432]: unresolved imports `rmp::encode::FixedValueWriteError`, `rmp::encode::WriteError` Sep 14 10:35:34.030 INFO kablam! --> src/encode.rs:19:5 Sep 14 10:35:34.030 INFO kablam! | Sep 14 10:35:34.030 INFO kablam! 19 | FixedValueWriteError, Sep 14 10:35:34.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `FixedValueWriteError` in `encode`. Did you mean to use `ValueWriteError`? Sep 14 10:35:34.030 INFO kablam! 20 | ValueWriteError, Sep 14 10:35:34.030 INFO kablam! 21 | WriteError, Sep 14 10:35:34.030 INFO kablam! | ^^^^^^^^^^ no `WriteError` in `encode` Sep 14 10:35:34.030 INFO kablam! Sep 14 10:35:34.051 INFO kablam! 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` Sep 14 10:35:34.051 INFO kablam! --> src/decode.rs:10:5 Sep 14 10:35:34.051 INFO kablam! | Sep 14 10:35:34.051 INFO kablam! 10 | ReadError, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^ no `ReadError` in `decode` Sep 14 10:35:34.051 INFO kablam! 11 | FixedValueReadError, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `FixedValueReadError` in `decode`. Did you mean to use `NumValueReadError`? Sep 14 10:35:34.051 INFO kablam! ... Sep 14 10:35:34.051 INFO kablam! 16 | read_u8_fit, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^ no `read_u8_fit` in `decode` Sep 14 10:35:34.051 INFO kablam! 17 | read_u16_fit, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^^ no `read_u16_fit` in `decode`. Did you mean to use `read_u16`? Sep 14 10:35:34.051 INFO kablam! 18 | read_u32_fit, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^^ no `read_u32_fit` in `decode`. Did you mean to use `read_u32`? Sep 14 10:35:34.051 INFO kablam! 19 | read_u64_fit, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^^ no `read_u64_fit` in `decode`. Did you mean to use `read_u64`? Sep 14 10:35:34.051 INFO kablam! 20 | read_i8_fit, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^ no `read_i8_fit` in `decode` Sep 14 10:35:34.051 INFO kablam! 21 | read_i16_fit, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^^ no `read_i16_fit` in `decode`. Did you mean to use `read_i16`? Sep 14 10:35:34.051 INFO kablam! 22 | read_i32_fit, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^^ no `read_i32_fit` in `decode`. Did you mean to use `read_i32`? Sep 14 10:35:34.051 INFO kablam! 23 | read_i64_fit, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^^ no `read_i64_fit` in `decode`. Did you mean to use `read_i64`? Sep 14 10:35:34.051 INFO kablam! ... Sep 14 10:35:34.051 INFO kablam! 27 | read_str_data, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 10:35:34.051 INFO kablam! 28 | read_array_size, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 10:35:34.051 INFO kablam! 29 | read_map_size, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 10:35:34.051 INFO kablam! Sep 14 10:35:34.051 INFO kablam! error[E0432]: unresolved import `rmp::encode::write_sint_eff` Sep 14 10:35:34.051 INFO kablam! --> src/encode.rs:13:5 Sep 14 10:35:34.051 INFO kablam! | Sep 14 10:35:34.051 INFO kablam! 13 | write_sint_eff, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^^^^ no `write_sint_eff` in `encode`. Did you mean to use `write_sint`? Sep 14 10:35:34.051 INFO kablam! Sep 14 10:35:34.051 INFO kablam! error[E0432]: unresolved imports `rmp::encode::FixedValueWriteError`, `rmp::encode::WriteError` Sep 14 10:35:34.051 INFO kablam! --> src/encode.rs:19:5 Sep 14 10:35:34.051 INFO kablam! | Sep 14 10:35:34.051 INFO kablam! 19 | FixedValueWriteError, Sep 14 10:35:34.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `FixedValueWriteError` in `encode`. Did you mean to use `ValueWriteError`? Sep 14 10:35:34.052 INFO kablam! 20 | ValueWriteError, Sep 14 10:35:34.052 INFO kablam! 21 | WriteError, Sep 14 10:35:34.052 INFO kablam! | ^^^^^^^^^^ no `WriteError` in `encode` Sep 14 10:35:34.052 INFO kablam! Sep 14 10:35:34.059 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: Sep 14 10:35:34.059 INFO kablam! --> src/decode.rs:75:1 Sep 14 10:35:34.059 INFO kablam! | Sep 14 10:35:34.059 INFO kablam! 65 | impl From for Error { Sep 14 10:35:34.059 INFO kablam! | ---------------------------------------- first implementation here Sep 14 10:35:34.059 INFO kablam! ... Sep 14 10:35:34.059 INFO kablam! 75 | impl From for Error { Sep 14 10:35:34.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` Sep 14 10:35:34.059 INFO kablam! Sep 14 10:35:34.064 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: Sep 14 10:35:34.064 INFO kablam! --> src/decode.rs:86:1 Sep 14 10:35:34.064 INFO kablam! | Sep 14 10:35:34.064 INFO kablam! 65 | impl From for Error { Sep 14 10:35:34.064 INFO kablam! | ---------------------------------------- first implementation here Sep 14 10:35:34.064 INFO kablam! ... Sep 14 10:35:34.064 INFO kablam! 86 | impl<'a> From> for Error { Sep 14 10:35:34.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` Sep 14 10:35:34.064 INFO kablam! Sep 14 10:35:34.064 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `encode::Error`: Sep 14 10:35:34.064 INFO kablam! --> src/encode.rs:57:1 Sep 14 10:35:34.064 INFO kablam! | Sep 14 10:35:34.064 INFO kablam! 49 | impl From for Error { Sep 14 10:35:34.064 INFO kablam! | ----------------------------------------- first implementation here Sep 14 10:35:34.064 INFO kablam! ... Sep 14 10:35:34.064 INFO kablam! 57 | impl From for Error { Sep 14 10:35:34.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `encode::Error` Sep 14 10:35:34.064 INFO kablam! Sep 14 10:35:34.079 INFO kablam! error: aborting due to 6 previous errors Sep 14 10:35:34.079 INFO kablam! Sep 14 10:35:34.079 INFO kablam! Some errors occurred: E0119, E0432. Sep 14 10:35:34.079 INFO kablam! For more information about an error, try `rustc --explain E0119`. Sep 14 10:35:34.081 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: Sep 14 10:35:34.081 INFO kablam! --> src/decode.rs:75:1 Sep 14 10:35:34.081 INFO kablam! | Sep 14 10:35:34.081 INFO kablam! 65 | impl From for Error { Sep 14 10:35:34.081 INFO kablam! | ---------------------------------------- first implementation here Sep 14 10:35:34.081 INFO kablam! ... Sep 14 10:35:34.081 INFO kablam! 75 | impl From for Error { Sep 14 10:35:34.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` Sep 14 10:35:34.081 INFO kablam! Sep 14 10:35:34.081 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: Sep 14 10:35:34.081 INFO kablam! --> src/decode.rs:86:1 Sep 14 10:35:34.081 INFO kablam! | Sep 14 10:35:34.081 INFO kablam! 65 | impl From for Error { Sep 14 10:35:34.081 INFO kablam! | ---------------------------------------- first implementation here Sep 14 10:35:34.081 INFO kablam! ... Sep 14 10:35:34.081 INFO kablam! 86 | impl<'a> From> for Error { Sep 14 10:35:34.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` Sep 14 10:35:34.081 INFO kablam! Sep 14 10:35:34.081 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `encode::Error`: Sep 14 10:35:34.081 INFO kablam! --> src/encode.rs:57:1 Sep 14 10:35:34.081 INFO kablam! | Sep 14 10:35:34.081 INFO kablam! 49 | impl From for Error { Sep 14 10:35:34.081 INFO kablam! | ----------------------------------------- first implementation here Sep 14 10:35:34.081 INFO kablam! ... Sep 14 10:35:34.081 INFO kablam! 57 | impl From for Error { Sep 14 10:35:34.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `encode::Error` Sep 14 10:35:34.081 INFO kablam! Sep 14 10:35:34.084 INFO kablam! error: Could not compile `rmp-serialize`. Sep 14 10:35:34.084 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:35:34.097 INFO kablam! error: aborting due to 6 previous errors Sep 14 10:35:34.097 INFO kablam! Sep 14 10:35:34.097 INFO kablam! Some errors occurred: E0119, E0432. Sep 14 10:35:34.097 INFO kablam! For more information about an error, try `rustc --explain E0119`. Sep 14 10:35:34.108 INFO kablam! error: Could not compile `rmp-serialize`. Sep 14 10:35:34.109 INFO kablam! Sep 14 10:35:34.109 INFO kablam! To learn more, run the command again with --verbose. Sep 14 10:35:34.110 INFO kablam! su: No module specific data is present Sep 14 10:35:34.651 INFO running `"docker" "rm" "-f" "09005bcbbeddb8f7d92788b8ebacad3dfe1150781bf187bc7bb6abc65776bfd3"` Sep 14 10:35:34.731 INFO blam! 09005bcbbeddb8f7d92788b8ebacad3dfe1150781bf187bc7bb6abc65776bfd3