Sep 10 13:47:11.069 INFO checking nue-io-0.3.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 13:47:11.069 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 13:47:11.069 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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.263 INFO blam! 49d6104f9f0d58ce49fb2e212f6d151753688d4fd52255169a61c4664771d7d0 Sep 10 13:47:11.265 INFO running `"docker" "start" "-a" "49d6104f9f0d58ce49fb2e212f6d151753688d4fd52255169a61c4664771d7d0"` Sep 10 13:47:12.666 INFO kablam! usermod: no changes Sep 10 13:47:12.718 INFO kablam! Compiling uninitialized v0.0.2 Sep 10 13:47:12.718 INFO kablam! Checking byteorder v0.3.13 Sep 10 13:47:13.907 INFO kablam! Checking resize-slice v0.1.3 Sep 10 13:47:14.308 INFO kablam! Checking nue-io v0.3.0 (file:///source) Sep 10 13:47:15.106 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 13:47:15.106 INFO kablam! --> src/region.rs:167:16 Sep 10 13:47:15.106 INFO kablam! | Sep 10 13:47:15.106 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 10 13:47:15.106 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 10 13:47:15.106 INFO kablam! | Sep 10 13:47:15.106 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 10 13:47:15.106 INFO kablam! --> src/read_exact.rs:21:5 Sep 10 13:47:15.106 INFO kablam! | Sep 10 13:47:15.106 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 10 13:47:15.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:47:15.106 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:15.106 INFO kablam! --> src/region.rs:65:1 Sep 10 13:47:15.106 INFO kablam! | Sep 10 13:47:15.106 INFO kablam! 65 | impl Read for Region { Sep 10 13:47:15.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:47:15.106 INFO kablam! Sep 10 13:47:15.146 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 13:47:15.146 INFO kablam! --> src/region.rs:171:16 Sep 10 13:47:15.146 INFO kablam! | Sep 10 13:47:15.146 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 10 13:47:15.146 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 10 13:47:15.146 INFO kablam! | Sep 10 13:47:15.146 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 10 13:47:15.146 INFO kablam! --> src/read_exact.rs:21:5 Sep 10 13:47:15.146 INFO kablam! | Sep 10 13:47:15.146 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 10 13:47:15.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:47:15.146 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:15.146 INFO kablam! --> src/region.rs:65:1 Sep 10 13:47:15.146 INFO kablam! | Sep 10 13:47:15.146 INFO kablam! 65 | impl Read for Region { Sep 10 13:47:15.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:47:15.146 INFO kablam! Sep 10 13:47:15.146 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 13:47:15.146 INFO kablam! --> src/region.rs:175:16 Sep 10 13:47:15.146 INFO kablam! | Sep 10 13:47:15.146 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 10 13:47:15.146 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 10 13:47:15.146 INFO kablam! | Sep 10 13:47:15.146 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 10 13:47:15.146 INFO kablam! --> src/read_exact.rs:21:5 Sep 10 13:47:15.146 INFO kablam! | Sep 10 13:47:15.146 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 10 13:47:15.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:47:15.146 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:15.146 INFO kablam! --> src/region.rs:65:1 Sep 10 13:47:15.147 INFO kablam! | Sep 10 13:47:15.147 INFO kablam! 65 | impl Read for Region { Sep 10 13:47:15.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:47:15.147 INFO kablam! Sep 10 13:47:15.194 INFO kablam! error: aborting due to 3 previous errors Sep 10 13:47:15.194 INFO kablam! Sep 10 13:47:15.194 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 13:47:15.204 INFO kablam! error: Could not compile `nue-io`. Sep 10 13:47:15.204 INFO kablam! Sep 10 13:47:15.204 INFO kablam! To learn more, run the command again with --verbose. Sep 10 13:47:15.205 INFO kablam! su: No module specific data is present Sep 10 13:47:16.328 INFO running `"docker" "rm" "-f" "49d6104f9f0d58ce49fb2e212f6d151753688d4fd52255169a61c4664771d7d0"` Sep 10 13:47:16.436 INFO blam! 49d6104f9f0d58ce49fb2e212f6d151753688d4fd52255169a61c4664771d7d0