Sep 19 21:40:34.364 INFO checking rmp-serialize-0.7.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 21:40:34.364 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 21:40:34.364 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:40:34.563 INFO blam! 3ee972aa46730cd13a92475ba89364f0df5c53424d142271734bf0ed89764b9f Sep 19 21:40:34.565 INFO running `"docker" "start" "-a" "3ee972aa46730cd13a92475ba89364f0df5c53424d142271734bf0ed89764b9f"` Sep 19 21:40:35.464 INFO kablam! usermod: no changes Sep 19 21:40:35.497 INFO kablam! Checking rmp-serialize v0.7.0 (/source) Sep 19 21:40:35.720 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 19 21:40:35.720 INFO kablam! --> src/decode.rs:10:5 Sep 19 21:40:35.720 INFO kablam! | Sep 19 21:40:35.720 INFO kablam! 10 | ReadError, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^ no `ReadError` in `decode` Sep 19 21:40:35.720 INFO kablam! 11 | FixedValueReadError, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `FixedValueReadError` in `decode`. Did you mean to use `NumValueReadError`? Sep 19 21:40:35.720 INFO kablam! ... Sep 19 21:40:35.720 INFO kablam! 16 | read_u8_fit, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^ no `read_u8_fit` in `decode` Sep 19 21:40:35.720 INFO kablam! 17 | read_u16_fit, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^^ no `read_u16_fit` in `decode`. Did you mean to use `read_u16`? Sep 19 21:40:35.720 INFO kablam! 18 | read_u32_fit, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^^ no `read_u32_fit` in `decode`. Did you mean to use `read_u32`? Sep 19 21:40:35.720 INFO kablam! 19 | read_u64_fit, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^^ no `read_u64_fit` in `decode`. Did you mean to use `read_u64`? Sep 19 21:40:35.720 INFO kablam! 20 | read_i8_fit, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^ no `read_i8_fit` in `decode` Sep 19 21:40:35.720 INFO kablam! 21 | read_i16_fit, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^^ no `read_i16_fit` in `decode`. Did you mean to use `read_i16`? Sep 19 21:40:35.720 INFO kablam! 22 | read_i32_fit, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^^ no `read_i32_fit` in `decode`. Did you mean to use `read_i32`? Sep 19 21:40:35.720 INFO kablam! 23 | read_i64_fit, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^^ no `read_i64_fit` in `decode`. Did you mean to use `read_i64`? Sep 19 21:40:35.720 INFO kablam! ... Sep 19 21:40:35.720 INFO kablam! 27 | read_str_data, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:40:35.720 INFO kablam! 28 | read_array_size, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 21:40:35.720 INFO kablam! 29 | read_map_size, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:40:35.720 INFO kablam! Sep 19 21:40:35.720 INFO kablam! error[E0432]: unresolved import `rmp::encode::write_sint_eff` Sep 19 21:40:35.720 INFO kablam! --> src/encode.rs:13:5 Sep 19 21:40:35.720 INFO kablam! | Sep 19 21:40:35.720 INFO kablam! 13 | write_sint_eff, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^^^^ no `write_sint_eff` in `encode`. Did you mean to use `write_sint`? Sep 19 21:40:35.720 INFO kablam! Sep 19 21:40:35.720 INFO kablam! error[E0432]: unresolved imports `rmp::encode::FixedValueWriteError`, `rmp::encode::WriteError` Sep 19 21:40:35.720 INFO kablam! --> src/encode.rs:19:5 Sep 19 21:40:35.720 INFO kablam! | Sep 19 21:40:35.720 INFO kablam! 19 | FixedValueWriteError, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `FixedValueWriteError` in `encode`. Did you mean to use `ValueWriteError`? Sep 19 21:40:35.720 INFO kablam! 20 | ValueWriteError, Sep 19 21:40:35.720 INFO kablam! 21 | WriteError, Sep 19 21:40:35.720 INFO kablam! | ^^^^^^^^^^ no `WriteError` in `encode` Sep 19 21:40:35.720 INFO kablam! Sep 19 21:40:35.744 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 19 21:40:35.745 INFO kablam! --> src/decode.rs:10:5 Sep 19 21:40:35.745 INFO kablam! | Sep 19 21:40:35.745 INFO kablam! 10 | ReadError, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^ no `ReadError` in `decode` Sep 19 21:40:35.745 INFO kablam! 11 | FixedValueReadError, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `FixedValueReadError` in `decode`. Did you mean to use `NumValueReadError`? Sep 19 21:40:35.745 INFO kablam! ... Sep 19 21:40:35.745 INFO kablam! 16 | read_u8_fit, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^ no `read_u8_fit` in `decode` Sep 19 21:40:35.745 INFO kablam! 17 | read_u16_fit, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^^ no `read_u16_fit` in `decode`. Did you mean to use `read_u16`? Sep 19 21:40:35.745 INFO kablam! 18 | read_u32_fit, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^^ no `read_u32_fit` in `decode`. Did you mean to use `read_u32`? Sep 19 21:40:35.745 INFO kablam! 19 | read_u64_fit, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^^ no `read_u64_fit` in `decode`. Did you mean to use `read_u64`? Sep 19 21:40:35.745 INFO kablam! 20 | read_i8_fit, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^ no `read_i8_fit` in `decode` Sep 19 21:40:35.745 INFO kablam! 21 | read_i16_fit, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^^ no `read_i16_fit` in `decode`. Did you mean to use `read_i16`? Sep 19 21:40:35.745 INFO kablam! 22 | read_i32_fit, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^^ no `read_i32_fit` in `decode`. Did you mean to use `read_i32`? Sep 19 21:40:35.745 INFO kablam! 23 | read_i64_fit, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^^ no `read_i64_fit` in `decode`. Did you mean to use `read_i64`? Sep 19 21:40:35.745 INFO kablam! ... Sep 19 21:40:35.745 INFO kablam! 27 | read_str_data, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:40:35.745 INFO kablam! 28 | read_array_size, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 21:40:35.745 INFO kablam! 29 | read_map_size, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:40:35.745 INFO kablam! Sep 19 21:40:35.745 INFO kablam! error[E0432]: unresolved import `rmp::encode::write_sint_eff` Sep 19 21:40:35.745 INFO kablam! --> src/encode.rs:13:5 Sep 19 21:40:35.745 INFO kablam! | Sep 19 21:40:35.745 INFO kablam! 13 | write_sint_eff, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^^^^ no `write_sint_eff` in `encode`. Did you mean to use `write_sint`? Sep 19 21:40:35.745 INFO kablam! Sep 19 21:40:35.745 INFO kablam! error[E0432]: unresolved imports `rmp::encode::FixedValueWriteError`, `rmp::encode::WriteError` Sep 19 21:40:35.745 INFO kablam! --> src/encode.rs:19:5 Sep 19 21:40:35.745 INFO kablam! | Sep 19 21:40:35.745 INFO kablam! 19 | FixedValueWriteError, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `FixedValueWriteError` in `encode`. Did you mean to use `ValueWriteError`? Sep 19 21:40:35.745 INFO kablam! 20 | ValueWriteError, Sep 19 21:40:35.745 INFO kablam! 21 | WriteError, Sep 19 21:40:35.745 INFO kablam! | ^^^^^^^^^^ no `WriteError` in `encode` Sep 19 21:40:35.745 INFO kablam! Sep 19 21:40:35.750 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: Sep 19 21:40:35.750 INFO kablam! --> src/decode.rs:75:1 Sep 19 21:40:35.750 INFO kablam! | Sep 19 21:40:35.750 INFO kablam! 65 | impl From for Error { Sep 19 21:40:35.750 INFO kablam! | ---------------------------------------- first implementation here Sep 19 21:40:35.750 INFO kablam! ... Sep 19 21:40:35.750 INFO kablam! 75 | impl From for Error { Sep 19 21:40:35.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` Sep 19 21:40:35.750 INFO kablam! Sep 19 21:40:35.750 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: Sep 19 21:40:35.750 INFO kablam! --> src/decode.rs:86:1 Sep 19 21:40:35.750 INFO kablam! | Sep 19 21:40:35.750 INFO kablam! 65 | impl From for Error { Sep 19 21:40:35.750 INFO kablam! | ---------------------------------------- first implementation here Sep 19 21:40:35.750 INFO kablam! ... Sep 19 21:40:35.750 INFO kablam! 86 | impl<'a> From> for Error { Sep 19 21:40:35.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` Sep 19 21:40:35.751 INFO kablam! Sep 19 21:40:35.751 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `encode::Error`: Sep 19 21:40:35.751 INFO kablam! --> src/encode.rs:57:1 Sep 19 21:40:35.751 INFO kablam! | Sep 19 21:40:35.751 INFO kablam! 49 | impl From for Error { Sep 19 21:40:35.751 INFO kablam! | ----------------------------------------- first implementation here Sep 19 21:40:35.751 INFO kablam! ... Sep 19 21:40:35.751 INFO kablam! 57 | impl From for Error { Sep 19 21:40:35.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `encode::Error` Sep 19 21:40:35.751 INFO kablam! Sep 19 21:40:35.770 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: Sep 19 21:40:35.770 INFO kablam! --> src/decode.rs:75:1 Sep 19 21:40:35.770 INFO kablam! | Sep 19 21:40:35.770 INFO kablam! 65 | impl From for Error { Sep 19 21:40:35.770 INFO kablam! | ---------------------------------------- first implementation here Sep 19 21:40:35.770 INFO kablam! ... Sep 19 21:40:35.770 INFO kablam! 75 | impl From for Error { Sep 19 21:40:35.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` Sep 19 21:40:35.770 INFO kablam! Sep 19 21:40:35.770 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: Sep 19 21:40:35.770 INFO kablam! --> src/decode.rs:86:1 Sep 19 21:40:35.770 INFO kablam! | Sep 19 21:40:35.770 INFO kablam! 65 | impl From for Error { Sep 19 21:40:35.770 INFO kablam! | ---------------------------------------- first implementation here Sep 19 21:40:35.770 INFO kablam! ... Sep 19 21:40:35.770 INFO kablam! 86 | impl<'a> From> for Error { Sep 19 21:40:35.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` Sep 19 21:40:35.770 INFO kablam! Sep 19 21:40:35.770 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `encode::Error`: Sep 19 21:40:35.770 INFO kablam! --> src/encode.rs:57:1 Sep 19 21:40:35.770 INFO kablam! | Sep 19 21:40:35.770 INFO kablam! 49 | impl From for Error { Sep 19 21:40:35.770 INFO kablam! | ----------------------------------------- first implementation here Sep 19 21:40:35.770 INFO kablam! ... Sep 19 21:40:35.770 INFO kablam! 57 | impl From for Error { Sep 19 21:40:35.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `encode::Error` Sep 19 21:40:35.770 INFO kablam! Sep 19 21:40:35.770 INFO kablam! error: aborting due to 6 previous errors Sep 19 21:40:35.770 INFO kablam! Sep 19 21:40:35.770 INFO kablam! Some errors occurred: E0119, E0432. Sep 19 21:40:35.770 INFO kablam! For more information about an error, try `rustc --explain E0119`. Sep 19 21:40:35.776 INFO kablam! error: Could not compile `rmp-serialize`. Sep 19 21:40:35.776 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:40:35.786 INFO kablam! error: aborting due to 6 previous errors Sep 19 21:40:35.786 INFO kablam! Sep 19 21:40:35.786 INFO kablam! Some errors occurred: E0119, E0432. Sep 19 21:40:35.786 INFO kablam! For more information about an error, try `rustc --explain E0119`. Sep 19 21:40:35.793 INFO kablam! error: Could not compile `rmp-serialize`. Sep 19 21:40:35.793 INFO kablam! Sep 19 21:40:35.793 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:40:35.794 INFO kablam! su: No module specific data is present Sep 19 21:40:36.391 INFO running `"docker" "rm" "-f" "3ee972aa46730cd13a92475ba89364f0df5c53424d142271734bf0ed89764b9f"` Sep 19 21:40:36.500 INFO blam! 3ee972aa46730cd13a92475ba89364f0df5c53424d142271734bf0ed89764b9f