Sep 21 06:23:06.271 INFO checking nue-io-0.3.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:23:06.271 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:23:06.271 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:23:06.435 INFO blam! 56d013da09223d7e80bca89a60cdd1f2e823b04257322d1fb77c67ad7e4286f5 Sep 21 06:23:06.437 INFO running `"docker" "start" "-a" "56d013da09223d7e80bca89a60cdd1f2e823b04257322d1fb77c67ad7e4286f5"` Sep 21 06:23:07.630 INFO kablam! usermod: no changes Sep 21 06:23:07.735 INFO kablam! Checking resize-slice v0.1.3 Sep 21 06:23:08.158 INFO kablam! Checking nue-io v0.3.0 (/source) Sep 21 06:23:08.758 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 06:23:08.758 INFO kablam! --> src/region.rs:167:16 Sep 21 06:23:08.759 INFO kablam! | Sep 21 06:23:08.759 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 21 06:23:08.759 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 21 06:23:08.760 INFO kablam! | Sep 21 06:23:08.760 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 21 06:23:08.760 INFO kablam! --> src/read_exact.rs:21:5 Sep 21 06:23:08.761 INFO kablam! | Sep 21 06:23:08.761 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 21 06:23:08.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:23:08.762 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 21 06:23:08.762 INFO kablam! --> src/region.rs:65:1 Sep 21 06:23:08.762 INFO kablam! | Sep 21 06:23:08.763 INFO kablam! 65 | impl Read for Region { Sep 21 06:23:08.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:23:08.763 INFO kablam! Sep 21 06:23:08.783 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 06:23:08.783 INFO kablam! --> src/region.rs:171:16 Sep 21 06:23:08.784 INFO kablam! | Sep 21 06:23:08.784 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 21 06:23:08.784 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 21 06:23:08.785 INFO kablam! | Sep 21 06:23:08.785 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 21 06:23:08.785 INFO kablam! --> src/read_exact.rs:21:5 Sep 21 06:23:08.786 INFO kablam! | Sep 21 06:23:08.786 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 21 06:23:08.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:23:08.787 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 21 06:23:08.787 INFO kablam! --> src/region.rs:65:1 Sep 21 06:23:08.787 INFO kablam! | Sep 21 06:23:08.788 INFO kablam! 65 | impl Read for Region { Sep 21 06:23:08.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:23:08.788 INFO kablam! Sep 21 06:23:08.790 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 06:23:08.791 INFO kablam! --> src/region.rs:175:16 Sep 21 06:23:08.791 INFO kablam! | Sep 21 06:23:08.791 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 21 06:23:08.792 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 21 06:23:08.792 INFO kablam! | Sep 21 06:23:08.792 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 21 06:23:08.793 INFO kablam! --> src/read_exact.rs:21:5 Sep 21 06:23:08.793 INFO kablam! | Sep 21 06:23:08.793 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 21 06:23:08.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:23:08.794 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 21 06:23:08.794 INFO kablam! --> src/region.rs:65:1 Sep 21 06:23:08.795 INFO kablam! | Sep 21 06:23:08.795 INFO kablam! 65 | impl Read for Region { Sep 21 06:23:08.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:23:08.795 INFO kablam! Sep 21 06:23:08.838 INFO kablam! error: aborting due to 3 previous errors Sep 21 06:23:08.838 INFO kablam! Sep 21 06:23:08.839 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 21 06:23:08.863 INFO kablam! error: Could not compile `nue-io`. Sep 21 06:23:08.864 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 06:23:09.074 INFO kablam! error: build failed Sep 21 06:23:09.076 INFO kablam! su: No module specific data is present Sep 21 06:23:09.905 INFO running `"docker" "rm" "-f" "56d013da09223d7e80bca89a60cdd1f2e823b04257322d1fb77c67ad7e4286f5"` Sep 21 06:23:10.008 INFO blam! 56d013da09223d7e80bca89a60cdd1f2e823b04257322d1fb77c67ad7e4286f5