Sep 10 13:47:11.445 INFO checking nue-io-0.3.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 13:47:11.445 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 13:47:11.445 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 13:47:11.667 INFO blam! 898ceff77f9229a295b38961f29af4d653663eb647867c99667ef4026c4d1747 Sep 10 13:47:11.669 INFO running `"docker" "start" "-a" "898ceff77f9229a295b38961f29af4d653663eb647867c99667ef4026c4d1747"` Sep 10 13:47:13.091 INFO kablam! usermod: no changes Sep 10 13:47:13.166 INFO kablam! Checking resize-slice v0.1.3 Sep 10 13:47:13.571 INFO kablam! Checking nue-io v0.3.0 (file:///source) Sep 10 13:47:14.345 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 13:47:14.345 INFO kablam! --> src/region.rs:167:16 Sep 10 13:47:14.345 INFO kablam! | Sep 10 13:47:14.345 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 10 13:47:14.345 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 10 13:47:14.345 INFO kablam! | Sep 10 13:47:14.345 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 10 13:47:14.345 INFO kablam! --> src/read_exact.rs:21:5 Sep 10 13:47:14.345 INFO kablam! | Sep 10 13:47:14.345 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 10 13:47:14.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:47:14.345 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 10 13:47:14.345 INFO kablam! --> src/region.rs:65:1 Sep 10 13:47:14.345 INFO kablam! | Sep 10 13:47:14.345 INFO kablam! 65 | impl Read for Region { Sep 10 13:47:14.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:47:14.345 INFO kablam! Sep 10 13:47:14.360 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 13:47:14.360 INFO kablam! --> src/region.rs:171:16 Sep 10 13:47:14.360 INFO kablam! | Sep 10 13:47:14.360 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 10 13:47:14.360 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 10 13:47:14.360 INFO kablam! | Sep 10 13:47:14.361 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 10 13:47:14.361 INFO kablam! --> src/read_exact.rs:21:5 Sep 10 13:47:14.361 INFO kablam! | Sep 10 13:47:14.361 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 10 13:47:14.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:47:14.361 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 10 13:47:14.361 INFO kablam! --> src/region.rs:65:1 Sep 10 13:47:14.361 INFO kablam! | Sep 10 13:47:14.361 INFO kablam! 65 | impl Read for Region { Sep 10 13:47:14.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:47:14.361 INFO kablam! Sep 10 13:47:14.362 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 13:47:14.362 INFO kablam! --> src/region.rs:175:16 Sep 10 13:47:14.362 INFO kablam! | Sep 10 13:47:14.362 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 10 13:47:14.362 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 10 13:47:14.362 INFO kablam! | Sep 10 13:47:14.362 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 10 13:47:14.362 INFO kablam! --> src/read_exact.rs:21:5 Sep 10 13:47:14.362 INFO kablam! | Sep 10 13:47:14.362 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 10 13:47:14.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:47:14.362 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 10 13:47:14.362 INFO kablam! --> src/region.rs:65:1 Sep 10 13:47:14.362 INFO kablam! | Sep 10 13:47:14.362 INFO kablam! 65 | impl Read for Region { Sep 10 13:47:14.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:47:14.362 INFO kablam! Sep 10 13:47:14.387 INFO kablam! error: aborting due to 3 previous errors Sep 10 13:47:14.387 INFO kablam! Sep 10 13:47:14.387 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 13:47:14.398 INFO kablam! error: Could not compile `nue-io`. Sep 10 13:47:14.398 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 13:47:14.453 INFO kablam! error: build failed Sep 10 13:47:14.455 INFO kablam! su: No module specific data is present Sep 10 13:47:16.005 INFO running `"docker" "rm" "-f" "898ceff77f9229a295b38961f29af4d653663eb647867c99667ef4026c4d1747"` Sep 10 13:47:16.120 INFO blam! 898ceff77f9229a295b38961f29af4d653663eb647867c99667ef4026c4d1747