Sep 17 20:41:41.592 INFO checking nue-io-0.3.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:41:41.592 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:41:41.592 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 20:41:41.790 INFO blam! 0de2fa74982fcfd3b0584e5fbd9e11bafb24a89de1325caaa7a160a256e3f104 Sep 17 20:41:41.798 INFO running `"docker" "start" "-a" "0de2fa74982fcfd3b0584e5fbd9e11bafb24a89de1325caaa7a160a256e3f104"` Sep 17 20:41:42.778 INFO kablam! usermod: no changes Sep 17 20:41:42.826 INFO kablam! Checking resize-slice v0.1.3 Sep 17 20:41:43.101 INFO kablam! Checking nue-io v0.3.0 (/source) Sep 17 20:41:43.655 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 20:41:43.655 INFO kablam! --> src/region.rs:167:16 Sep 17 20:41:43.655 INFO kablam! | Sep 17 20:41:43.655 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 17 20:41:43.655 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 17 20:41:43.655 INFO kablam! | Sep 17 20:41:43.655 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 17 20:41:43.655 INFO kablam! --> src/read_exact.rs:21:5 Sep 17 20:41:43.655 INFO kablam! | Sep 17 20:41:43.655 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 17 20:41:43.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:41:43.655 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 17 20:41:43.655 INFO kablam! --> src/region.rs:65:1 Sep 17 20:41:43.655 INFO kablam! | Sep 17 20:41:43.655 INFO kablam! 65 | impl Read for Region { Sep 17 20:41:43.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:41:43.655 INFO kablam! Sep 17 20:41:43.665 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 20:41:43.665 INFO kablam! --> src/region.rs:171:16 Sep 17 20:41:43.665 INFO kablam! | Sep 17 20:41:43.665 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 17 20:41:43.665 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 17 20:41:43.665 INFO kablam! | Sep 17 20:41:43.665 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 17 20:41:43.665 INFO kablam! --> src/read_exact.rs:21:5 Sep 17 20:41:43.665 INFO kablam! | Sep 17 20:41:43.665 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 17 20:41:43.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:41:43.665 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 17 20:41:43.665 INFO kablam! --> src/region.rs:65:1 Sep 17 20:41:43.665 INFO kablam! | Sep 17 20:41:43.665 INFO kablam! 65 | impl Read for Region { Sep 17 20:41:43.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:41:43.665 INFO kablam! Sep 17 20:41:43.671 INFO kablam! error[E0034]: multiple applicable items in scope Sep 17 20:41:43.671 INFO kablam! --> src/region.rs:175:16 Sep 17 20:41:43.671 INFO kablam! | Sep 17 20:41:43.671 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 17 20:41:43.671 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 17 20:41:43.671 INFO kablam! | Sep 17 20:41:43.671 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 17 20:41:43.671 INFO kablam! --> src/read_exact.rs:21:5 Sep 17 20:41:43.671 INFO kablam! | Sep 17 20:41:43.671 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 17 20:41:43.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:41:43.671 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 17 20:41:43.671 INFO kablam! --> src/region.rs:65:1 Sep 17 20:41:43.671 INFO kablam! | Sep 17 20:41:43.671 INFO kablam! 65 | impl Read for Region { Sep 17 20:41:43.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:41:43.671 INFO kablam! Sep 17 20:41:43.695 INFO kablam! error: aborting due to 3 previous errors Sep 17 20:41:43.695 INFO kablam! Sep 17 20:41:43.695 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 17 20:41:43.704 INFO kablam! error: Could not compile `nue-io`. Sep 17 20:41:43.704 INFO kablam! Sep 17 20:41:43.704 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:41:43.704 INFO kablam! su: No module specific data is present Sep 17 20:41:44.803 INFO running `"docker" "rm" "-f" "0de2fa74982fcfd3b0584e5fbd9e11bafb24a89de1325caaa7a160a256e3f104"` Sep 17 20:41:45.043 INFO blam! 0de2fa74982fcfd3b0584e5fbd9e11bafb24a89de1325caaa7a160a256e3f104