Sep 06 03:09:51.138 INFO checking nue-io-0.3.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 03:09:51.138 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 03:09:51.138 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 03:09:51.383 INFO blam! 6ce3617ff1da778e883e3d78268498ee7478d358ea650d8bba480bd666848b30 Sep 06 03:09:51.385 INFO running `"docker" "start" "-a" "6ce3617ff1da778e883e3d78268498ee7478d358ea650d8bba480bd666848b30"` Sep 06 03:09:52.771 INFO kablam! usermod: no changes Sep 06 03:09:52.898 INFO kablam! Checking resize-slice v0.1.3 Sep 06 03:09:53.226 INFO kablam! Checking nue-io v0.3.0 (file:///source) Sep 06 03:09:54.029 INFO kablam! error[E0034]: multiple applicable items in scope Sep 06 03:09:54.029 INFO kablam! --> src/region.rs:167:16 Sep 06 03:09:54.029 INFO kablam! | Sep 06 03:09:54.029 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 06 03:09:54.029 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 06 03:09:54.029 INFO kablam! | Sep 06 03:09:54.029 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 06 03:09:54.029 INFO kablam! --> src/read_exact.rs:21:5 Sep 06 03:09:54.029 INFO kablam! | Sep 06 03:09:54.029 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 06 03:09:54.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:09:54.029 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 06 03:09:54.029 INFO kablam! --> src/region.rs:65:1 Sep 06 03:09:54.029 INFO kablam! | Sep 06 03:09:54.029 INFO kablam! 65 | impl Read for Region { Sep 06 03:09:54.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:09:54.029 INFO kablam! Sep 06 03:09:54.057 INFO kablam! error[E0034]: multiple applicable items in scope Sep 06 03:09:54.057 INFO kablam! --> src/region.rs:171:16 Sep 06 03:09:54.057 INFO kablam! | Sep 06 03:09:54.057 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 06 03:09:54.057 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 06 03:09:54.057 INFO kablam! | Sep 06 03:09:54.057 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 06 03:09:54.057 INFO kablam! --> src/read_exact.rs:21:5 Sep 06 03:09:54.057 INFO kablam! | Sep 06 03:09:54.057 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 06 03:09:54.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:09:54.057 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 06 03:09:54.057 INFO kablam! --> src/region.rs:65:1 Sep 06 03:09:54.057 INFO kablam! | Sep 06 03:09:54.057 INFO kablam! 65 | impl Read for Region { Sep 06 03:09:54.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:09:54.057 INFO kablam! Sep 06 03:09:54.059 INFO kablam! error[E0034]: multiple applicable items in scope Sep 06 03:09:54.059 INFO kablam! --> src/region.rs:175:16 Sep 06 03:09:54.059 INFO kablam! | Sep 06 03:09:54.059 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 06 03:09:54.059 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 06 03:09:54.059 INFO kablam! | Sep 06 03:09:54.059 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 06 03:09:54.059 INFO kablam! --> src/read_exact.rs:21:5 Sep 06 03:09:54.059 INFO kablam! | Sep 06 03:09:54.059 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 06 03:09:54.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:09:54.059 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 06 03:09:54.059 INFO kablam! --> src/region.rs:65:1 Sep 06 03:09:54.059 INFO kablam! | Sep 06 03:09:54.059 INFO kablam! 65 | impl Read for Region { Sep 06 03:09:54.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:09:54.059 INFO kablam! Sep 06 03:09:54.099 INFO kablam! error: aborting due to 3 previous errors Sep 06 03:09:54.110 INFO kablam! Sep 06 03:09:54.110 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 06 03:09:54.123 INFO kablam! error: Could not compile `nue-io`. Sep 06 03:09:54.123 INFO kablam! Sep 06 03:09:54.123 INFO kablam! To learn more, run the command again with --verbose. Sep 06 03:09:54.124 INFO kablam! su: No module specific data is present Sep 06 03:09:55.162 INFO running `"docker" "rm" "-f" "6ce3617ff1da778e883e3d78268498ee7478d358ea650d8bba480bd666848b30"` Sep 06 03:09:55.262 INFO blam! 6ce3617ff1da778e883e3d78268498ee7478d358ea650d8bba480bd666848b30