Sep 19 21:40:35.020 INFO checking rmp-serialize-0.7.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:40:35.020 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:40:35.020 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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:35.166 INFO blam! 301f0d5ce26cafb9db3ec86ec36fa5ca224deb93a1dba66a3d9864de27ba56dc Sep 19 21:40:35.168 INFO running `"docker" "start" "-a" "301f0d5ce26cafb9db3ec86ec36fa5ca224deb93a1dba66a3d9864de27ba56dc"` Sep 19 21:40:36.319 INFO kablam! usermod: no changes Sep 19 21:40:36.359 INFO kablam! Checking rmp-serialize v0.7.0 (/source) Sep 19 21:40:36.579 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:36.579 INFO kablam! --> src/decode.rs:10:5 Sep 19 21:40:36.579 INFO kablam! | Sep 19 21:40:36.579 INFO kablam! 10 | ReadError, Sep 19 21:40:36.579 INFO kablam! | ^^^^^^^^^ no `ReadError` in `decode` Sep 19 21:40:36.580 INFO kablam! 11 | FixedValueReadError, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `FixedValueReadError` in `decode`. Did you mean to use `NumValueReadError`? Sep 19 21:40:36.580 INFO kablam! ... Sep 19 21:40:36.580 INFO kablam! 16 | read_u8_fit, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^ no `read_u8_fit` in `decode` Sep 19 21:40:36.580 INFO kablam! 17 | read_u16_fit, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^^ no `read_u16_fit` in `decode`. Did you mean to use `read_u16`? Sep 19 21:40:36.580 INFO kablam! 18 | read_u32_fit, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^^ no `read_u32_fit` in `decode`. Did you mean to use `read_u32`? Sep 19 21:40:36.580 INFO kablam! 19 | read_u64_fit, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^^ no `read_u64_fit` in `decode`. Did you mean to use `read_u64`? Sep 19 21:40:36.580 INFO kablam! 20 | read_i8_fit, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^ no `read_i8_fit` in `decode` Sep 19 21:40:36.580 INFO kablam! 21 | read_i16_fit, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^^ no `read_i16_fit` in `decode`. Did you mean to use `read_i16`? Sep 19 21:40:36.580 INFO kablam! 22 | read_i32_fit, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^^ no `read_i32_fit` in `decode`. Did you mean to use `read_i32`? Sep 19 21:40:36.580 INFO kablam! 23 | read_i64_fit, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^^ no `read_i64_fit` in `decode`. Did you mean to use `read_i64`? Sep 19 21:40:36.580 INFO kablam! ... Sep 19 21:40:36.580 INFO kablam! 27 | read_str_data, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:40:36.580 INFO kablam! 28 | read_array_size, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 21:40:36.580 INFO kablam! 29 | read_map_size, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:40:36.580 INFO kablam! Sep 19 21:40:36.580 INFO kablam! error[E0432]: unresolved import `rmp::encode::write_sint_eff` Sep 19 21:40:36.580 INFO kablam! --> src/encode.rs:13:5 Sep 19 21:40:36.580 INFO kablam! | Sep 19 21:40:36.580 INFO kablam! 13 | write_sint_eff, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^^^^ no `write_sint_eff` in `encode`. Did you mean to use `write_sint`? Sep 19 21:40:36.580 INFO kablam! Sep 19 21:40:36.580 INFO kablam! error[E0432]: unresolved imports `rmp::encode::FixedValueWriteError`, `rmp::encode::WriteError` Sep 19 21:40:36.580 INFO kablam! --> src/encode.rs:19:5 Sep 19 21:40:36.580 INFO kablam! | Sep 19 21:40:36.580 INFO kablam! 19 | FixedValueWriteError, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `FixedValueWriteError` in `encode`. Did you mean to use `ValueWriteError`? Sep 19 21:40:36.580 INFO kablam! 20 | ValueWriteError, Sep 19 21:40:36.580 INFO kablam! 21 | WriteError, Sep 19 21:40:36.580 INFO kablam! | ^^^^^^^^^^ no `WriteError` in `encode` Sep 19 21:40:36.580 INFO kablam! Sep 19 21:40:36.602 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:36.602 INFO kablam! --> src/decode.rs:10:5 Sep 19 21:40:36.602 INFO kablam! | Sep 19 21:40:36.603 INFO kablam! 10 | ReadError, Sep 19 21:40:36.603 INFO kablam! | ^^^^^^^^^ no `ReadError` in `decode` Sep 19 21:40:36.603 INFO kablam! 11 | FixedValueReadError, Sep 19 21:40:36.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `FixedValueReadError` in `decode`. Did you mean to use `NumValueReadError`? Sep 19 21:40:36.603 INFO kablam! ... Sep 19 21:40:36.603 INFO kablam! 16 | read_u8_fit, Sep 19 21:40:36.604 INFO kablam! | ^^^^^^^^^^^ no `read_u8_fit` in `decode` Sep 19 21:40:36.604 INFO kablam! 17 | read_u16_fit, Sep 19 21:40:36.605 INFO kablam! | ^^^^^^^^^^^^ no `read_u16_fit` in `decode`. Did you mean to use `read_u16`? Sep 19 21:40:36.605 INFO kablam! 18 | read_u32_fit, Sep 19 21:40:36.605 INFO kablam! | ^^^^^^^^^^^^ no `read_u32_fit` in `decode`. Did you mean to use `read_u32`? Sep 19 21:40:36.605 INFO kablam! 19 | read_u64_fit, Sep 19 21:40:36.607 INFO kablam! | ^^^^^^^^^^^^ no `read_u64_fit` in `decode`. Did you mean to use `read_u64`? Sep 19 21:40:36.607 INFO kablam! 20 | read_i8_fit, Sep 19 21:40:36.607 INFO kablam! | ^^^^^^^^^^^ no `read_i8_fit` in `decode` Sep 19 21:40:36.607 INFO kablam! 21 | read_i16_fit, Sep 19 21:40:36.607 INFO kablam! | ^^^^^^^^^^^^ no `read_i16_fit` in `decode`. Did you mean to use `read_i16`? Sep 19 21:40:36.607 INFO kablam! 22 | read_i32_fit, Sep 19 21:40:36.607 INFO kablam! | ^^^^^^^^^^^^ no `read_i32_fit` in `decode`. Did you mean to use `read_i32`? Sep 19 21:40:36.607 INFO kablam! 23 | read_i64_fit, Sep 19 21:40:36.607 INFO kablam! | ^^^^^^^^^^^^ no `read_i64_fit` in `decode`. Did you mean to use `read_i64`? Sep 19 21:40:36.607 INFO kablam! ... Sep 19 21:40:36.607 INFO kablam! 27 | read_str_data, Sep 19 21:40:36.607 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:40:36.607 INFO kablam! 28 | read_array_size, Sep 19 21:40:36.607 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 21:40:36.607 INFO kablam! 29 | read_map_size, Sep 19 21:40:36.607 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:40:36.607 INFO kablam! Sep 19 21:40:36.608 INFO kablam! error[E0432]: unresolved import `rmp::encode::write_sint_eff` Sep 19 21:40:36.608 INFO kablam! --> src/encode.rs:13:5 Sep 19 21:40:36.608 INFO kablam! | Sep 19 21:40:36.608 INFO kablam! 13 | write_sint_eff, Sep 19 21:40:36.608 INFO kablam! | ^^^^^^^^^^^^^^ no `write_sint_eff` in `encode`. Did you mean to use `write_sint`? Sep 19 21:40:36.608 INFO kablam! Sep 19 21:40:36.608 INFO kablam! error[E0432]: unresolved imports `rmp::encode::FixedValueWriteError`, `rmp::encode::WriteError` Sep 19 21:40:36.608 INFO kablam! --> src/encode.rs:19:5 Sep 19 21:40:36.608 INFO kablam! | Sep 19 21:40:36.608 INFO kablam! 19 | FixedValueWriteError, Sep 19 21:40:36.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `FixedValueWriteError` in `encode`. Did you mean to use `ValueWriteError`? Sep 19 21:40:36.608 INFO kablam! 20 | ValueWriteError, Sep 19 21:40:36.608 INFO kablam! 21 | WriteError, Sep 19 21:40:36.608 INFO kablam! | ^^^^^^^^^^ no `WriteError` in `encode` Sep 19 21:40:36.608 INFO kablam! Sep 19 21:40:36.625 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: Sep 19 21:40:36.625 INFO kablam! --> src/decode.rs:75:1 Sep 19 21:40:36.625 INFO kablam! | Sep 19 21:40:36.625 INFO kablam! 65 | impl From for Error { Sep 19 21:40:36.625 INFO kablam! | ---------------------------------------- first implementation here Sep 19 21:40:36.625 INFO kablam! ... Sep 19 21:40:36.625 INFO kablam! 75 | impl From for Error { Sep 19 21:40:36.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` Sep 19 21:40:36.625 INFO kablam! Sep 19 21:40:36.625 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: Sep 19 21:40:36.625 INFO kablam! --> src/decode.rs:86:1 Sep 19 21:40:36.625 INFO kablam! | Sep 19 21:40:36.625 INFO kablam! 65 | impl From for Error { Sep 19 21:40:36.625 INFO kablam! | ---------------------------------------- first implementation here Sep 19 21:40:36.625 INFO kablam! ... Sep 19 21:40:36.625 INFO kablam! 86 | impl<'a> From> for Error { Sep 19 21:40:36.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` Sep 19 21:40:36.625 INFO kablam! Sep 19 21:40:36.625 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `encode::Error`: Sep 19 21:40:36.625 INFO kablam! --> src/encode.rs:57:1 Sep 19 21:40:36.625 INFO kablam! | Sep 19 21:40:36.625 INFO kablam! 49 | impl From for Error { Sep 19 21:40:36.625 INFO kablam! | ----------------------------------------- first implementation here Sep 19 21:40:36.625 INFO kablam! ... Sep 19 21:40:36.625 INFO kablam! 57 | impl From for Error { Sep 19 21:40:36.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `encode::Error` Sep 19 21:40:36.625 INFO kablam! Sep 19 21:40:36.629 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: Sep 19 21:40:36.629 INFO kablam! --> src/decode.rs:75:1 Sep 19 21:40:36.629 INFO kablam! | Sep 19 21:40:36.629 INFO kablam! 65 | impl From for Error { Sep 19 21:40:36.629 INFO kablam! | ---------------------------------------- first implementation here Sep 19 21:40:36.629 INFO kablam! ... Sep 19 21:40:36.629 INFO kablam! 75 | impl From for Error { Sep 19 21:40:36.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` Sep 19 21:40:36.629 INFO kablam! Sep 19 21:40:36.629 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `decode::Error`: Sep 19 21:40:36.629 INFO kablam! --> src/decode.rs:86:1 Sep 19 21:40:36.629 INFO kablam! | Sep 19 21:40:36.629 INFO kablam! 65 | impl From for Error { Sep 19 21:40:36.629 INFO kablam! | ---------------------------------------- first implementation here Sep 19 21:40:36.629 INFO kablam! ... Sep 19 21:40:36.629 INFO kablam! 86 | impl<'a> From> for Error { Sep 19 21:40:36.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `decode::Error` Sep 19 21:40:36.630 INFO kablam! Sep 19 21:40:36.630 INFO kablam! error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `encode::Error`: Sep 19 21:40:36.630 INFO kablam! --> src/encode.rs:57:1 Sep 19 21:40:36.630 INFO kablam! | Sep 19 21:40:36.630 INFO kablam! 49 | impl From for Error { Sep 19 21:40:36.630 INFO kablam! | ----------------------------------------- first implementation here Sep 19 21:40:36.630 INFO kablam! ... Sep 19 21:40:36.630 INFO kablam! 57 | impl From for Error { Sep 19 21:40:36.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `encode::Error` Sep 19 21:40:36.630 INFO kablam! Sep 19 21:40:36.646 INFO kablam! error: aborting due to 6 previous errors Sep 19 21:40:36.646 INFO kablam! Sep 19 21:40:36.646 INFO kablam! Some errors occurred: E0119, E0432. Sep 19 21:40:36.646 INFO kablam! For more information about an error, try `rustc --explain E0119`. Sep 19 21:40:36.647 INFO kablam! error: aborting due to 6 previous errors Sep 19 21:40:36.647 INFO kablam! Sep 19 21:40:36.648 INFO kablam! Some errors occurred: E0119, E0432. Sep 19 21:40:36.648 INFO kablam! For more information about an error, try `rustc --explain E0119`. Sep 19 21:40:36.653 INFO kablam! error: Could not compile `rmp-serialize`. Sep 19 21:40:36.653 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:40:36.654 INFO kablam! error: Could not compile `rmp-serialize`. Sep 19 21:40:36.654 INFO kablam! Sep 19 21:40:36.654 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:40:36.656 INFO kablam! su: No module specific data is present Sep 19 21:40:37.096 INFO running `"docker" "rm" "-f" "301f0d5ce26cafb9db3ec86ec36fa5ca224deb93a1dba66a3d9864de27ba56dc"` Sep 19 21:40:37.199 INFO blam! 301f0d5ce26cafb9db3ec86ec36fa5ca224deb93a1dba66a3d9864de27ba56dc