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