Sep 02 06:10:03.477 INFO checking nue-io-0.3.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 06:10:03.477 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 06:10:03.477 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 06:10:03.661 INFO blam! 939d8d6d42d82499076e71163dc504dce65ad3cbb1f9e821b9baf56a2feeb6eb Sep 02 06:10:03.664 INFO running `"docker" "start" "-a" "939d8d6d42d82499076e71163dc504dce65ad3cbb1f9e821b9baf56a2feeb6eb"` Sep 02 06:10:04.184 INFO kablam! Compiling uninitialized v0.0.2 Sep 02 06:10:05.044 INFO kablam! Checking resize-slice v0.1.3 Sep 02 06:10:05.406 INFO kablam! Checking nue-io v0.3.0 (file:///source) Sep 02 06:10:06.303 INFO kablam! error[E0034]: multiple applicable items in scope Sep 02 06:10:06.303 INFO kablam! --> src/region.rs:167:16 Sep 02 06:10:06.303 INFO kablam! | Sep 02 06:10:06.303 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 02 06:10:06.303 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 02 06:10:06.303 INFO kablam! | Sep 02 06:10:06.303 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 02 06:10:06.303 INFO kablam! --> src/read_exact.rs:21:5 Sep 02 06:10:06.303 INFO kablam! | Sep 02 06:10:06.303 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 02 06:10:06.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:10:06.304 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 02 06:10:06.304 INFO kablam! --> src/region.rs:65:1 Sep 02 06:10:06.304 INFO kablam! | Sep 02 06:10:06.304 INFO kablam! 65 | impl Read for Region { Sep 02 06:10:06.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:10:06.304 INFO kablam! Sep 02 06:10:06.335 INFO kablam! error[E0034]: multiple applicable items in scope Sep 02 06:10:06.335 INFO kablam! --> src/region.rs:171:16 Sep 02 06:10:06.335 INFO kablam! | Sep 02 06:10:06.335 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 02 06:10:06.335 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 02 06:10:06.335 INFO kablam! | Sep 02 06:10:06.335 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 02 06:10:06.335 INFO kablam! --> src/read_exact.rs:21:5 Sep 02 06:10:06.336 INFO kablam! | Sep 02 06:10:06.336 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 02 06:10:06.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:10:06.336 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 02 06:10:06.336 INFO kablam! --> src/region.rs:65:1 Sep 02 06:10:06.336 INFO kablam! | Sep 02 06:10:06.336 INFO kablam! 65 | impl Read for Region { Sep 02 06:10:06.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:10:06.336 INFO kablam! Sep 02 06:10:06.338 INFO kablam! error[E0034]: multiple applicable items in scope Sep 02 06:10:06.338 INFO kablam! --> src/region.rs:175:16 Sep 02 06:10:06.338 INFO kablam! | Sep 02 06:10:06.338 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 02 06:10:06.338 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 02 06:10:06.338 INFO kablam! | Sep 02 06:10:06.338 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 02 06:10:06.338 INFO kablam! --> src/read_exact.rs:21:5 Sep 02 06:10:06.338 INFO kablam! | Sep 02 06:10:06.339 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 02 06:10:06.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:10:06.339 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 02 06:10:06.339 INFO kablam! --> src/region.rs:65:1 Sep 02 06:10:06.339 INFO kablam! | Sep 02 06:10:06.339 INFO kablam! 65 | impl Read for Region { Sep 02 06:10:06.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:10:06.339 INFO kablam! Sep 02 06:10:06.373 INFO kablam! error: aborting due to 3 previous errors Sep 02 06:10:06.373 INFO kablam! Sep 02 06:10:06.373 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 02 06:10:06.380 INFO kablam! error: Could not compile `nue-io`. Sep 02 06:10:06.381 INFO kablam! Sep 02 06:10:06.381 INFO kablam! To learn more, run the command again with --verbose. Sep 02 06:10:06.382 INFO kablam! su: No module specific data is present Sep 02 06:10:06.713 INFO running `"docker" "rm" "-f" "939d8d6d42d82499076e71163dc504dce65ad3cbb1f9e821b9baf56a2feeb6eb"` Sep 02 06:10:06.833 INFO blam! 939d8d6d42d82499076e71163dc504dce65ad3cbb1f9e821b9baf56a2feeb6eb