Sep 06 03:09:51.579 INFO checking nue-io-0.3.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 03:09:51.579 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 03:09:51.579 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-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.795 INFO blam! 39e3d2a77947810a056bc940b63e96551ff885d1368b4ea6c43d0dbd95bb325c Sep 06 03:09:51.797 INFO running `"docker" "start" "-a" "39e3d2a77947810a056bc940b63e96551ff885d1368b4ea6c43d0dbd95bb325c"` Sep 06 03:09:53.419 INFO kablam! usermod: no changes Sep 06 03:09:53.510 INFO kablam! Checking resize-slice v0.1.3 Sep 06 03:09:53.996 INFO kablam! Checking nue-io v0.3.0 (file:///source) Sep 06 03:09:54.654 INFO kablam! error[E0034]: multiple applicable items in scope Sep 06 03:09:54.654 INFO kablam! --> src/region.rs:167:16 Sep 06 03:09:54.654 INFO kablam! | Sep 06 03:09:54.654 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 06 03:09:54.654 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 06 03:09:54.654 INFO kablam! | Sep 06 03:09:54.654 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 06 03:09:54.654 INFO kablam! --> src/read_exact.rs:21:5 Sep 06 03:09:54.654 INFO kablam! | Sep 06 03:09:54.654 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 06 03:09:54.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:09:54.654 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.654 INFO kablam! --> src/region.rs:65:1 Sep 06 03:09:54.654 INFO kablam! | Sep 06 03:09:54.654 INFO kablam! 65 | impl Read for Region { Sep 06 03:09:54.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:09:54.654 INFO kablam! Sep 06 03:09:54.718 INFO kablam! error[E0034]: multiple applicable items in scope Sep 06 03:09:54.718 INFO kablam! --> src/region.rs:171:16 Sep 06 03:09:54.718 INFO kablam! | Sep 06 03:09:54.718 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 06 03:09:54.718 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 06 03:09:54.718 INFO kablam! | Sep 06 03:09:54.718 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 06 03:09:54.718 INFO kablam! --> src/read_exact.rs:21:5 Sep 06 03:09:54.718 INFO kablam! | Sep 06 03:09:54.718 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 06 03:09:54.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:09:54.718 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.718 INFO kablam! --> src/region.rs:65:1 Sep 06 03:09:54.718 INFO kablam! | Sep 06 03:09:54.718 INFO kablam! 65 | impl Read for Region { Sep 06 03:09:54.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:09:54.718 INFO kablam! Sep 06 03:09:54.718 INFO kablam! error[E0034]: multiple applicable items in scope Sep 06 03:09:54.718 INFO kablam! --> src/region.rs:175:16 Sep 06 03:09:54.718 INFO kablam! | Sep 06 03:09:54.718 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 06 03:09:54.718 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 06 03:09:54.718 INFO kablam! | Sep 06 03:09:54.718 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 06 03:09:54.718 INFO kablam! --> src/read_exact.rs:21:5 Sep 06 03:09:54.718 INFO kablam! | Sep 06 03:09:54.718 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 06 03:09:54.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:09:54.718 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.718 INFO kablam! --> src/region.rs:65:1 Sep 06 03:09:54.718 INFO kablam! | Sep 06 03:09:54.718 INFO kablam! 65 | impl Read for Region { Sep 06 03:09:54.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:09:54.718 INFO kablam! Sep 06 03:09:54.758 INFO kablam! error: aborting due to 3 previous errors Sep 06 03:09:54.758 INFO kablam! Sep 06 03:09:54.758 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 06 03:09:54.766 INFO kablam! error: Could not compile `nue-io`. Sep 06 03:09:54.766 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 03:09:54.786 INFO kablam! error: build failed Sep 06 03:09:54.786 INFO kablam! su: No module specific data is present Sep 06 03:09:55.288 INFO running `"docker" "rm" "-f" "39e3d2a77947810a056bc940b63e96551ff885d1368b4ea6c43d0dbd95bb325c"` Sep 06 03:09:55.411 INFO blam! 39e3d2a77947810a056bc940b63e96551ff885d1368b4ea6c43d0dbd95bb325c