Sep 14 12:28:23.876 INFO checking nue-io-0.3.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 12:28:23.876 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 12:28:23.876 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:28:24.315 INFO blam! 58908e2c390848d22d65838afaa85d68bcc441f7bcd9dd681635dccd97be7c6e Sep 14 12:28:24.326 INFO running `"docker" "start" "-a" "58908e2c390848d22d65838afaa85d68bcc441f7bcd9dd681635dccd97be7c6e"` Sep 14 12:28:25.763 INFO kablam! usermod: no changes Sep 14 12:28:25.851 INFO kablam! Compiling uninitialized v0.0.2 Sep 14 12:28:27.109 INFO kablam! Checking resize-slice v0.1.3 Sep 14 12:28:27.499 INFO kablam! Checking nue-io v0.3.0 (file:///source) Sep 14 12:28:28.477 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 12:28:28.477 INFO kablam! --> src/region.rs:167:16 Sep 14 12:28:28.477 INFO kablam! | Sep 14 12:28:28.477 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 14 12:28:28.477 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 14 12:28:28.495 INFO kablam! | Sep 14 12:28:28.495 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 14 12:28:28.495 INFO kablam! --> src/read_exact.rs:21:5 Sep 14 12:28:28.495 INFO kablam! | Sep 14 12:28:28.495 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 14 12:28:28.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:28:28.495 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 14 12:28:28.495 INFO kablam! --> src/region.rs:65:1 Sep 14 12:28:28.495 INFO kablam! | Sep 14 12:28:28.495 INFO kablam! 65 | impl Read for Region { Sep 14 12:28:28.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:28:28.495 INFO kablam! Sep 14 12:28:28.527 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 12:28:28.527 INFO kablam! --> src/region.rs:171:16 Sep 14 12:28:28.527 INFO kablam! | Sep 14 12:28:28.527 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 14 12:28:28.527 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 14 12:28:28.527 INFO kablam! | Sep 14 12:28:28.527 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 14 12:28:28.527 INFO kablam! --> src/read_exact.rs:21:5 Sep 14 12:28:28.527 INFO kablam! | Sep 14 12:28:28.527 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 14 12:28:28.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:28:28.528 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 14 12:28:28.528 INFO kablam! --> src/region.rs:65:1 Sep 14 12:28:28.528 INFO kablam! | Sep 14 12:28:28.528 INFO kablam! 65 | impl Read for Region { Sep 14 12:28:28.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:28:28.528 INFO kablam! Sep 14 12:28:28.529 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 12:28:28.529 INFO kablam! --> src/region.rs:175:16 Sep 14 12:28:28.529 INFO kablam! | Sep 14 12:28:28.529 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 14 12:28:28.529 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 14 12:28:28.529 INFO kablam! | Sep 14 12:28:28.529 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 14 12:28:28.529 INFO kablam! --> src/read_exact.rs:21:5 Sep 14 12:28:28.529 INFO kablam! | Sep 14 12:28:28.529 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 14 12:28:28.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:28:28.529 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 14 12:28:28.529 INFO kablam! --> src/region.rs:65:1 Sep 14 12:28:28.529 INFO kablam! | Sep 14 12:28:28.529 INFO kablam! 65 | impl Read for Region { Sep 14 12:28:28.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:28:28.529 INFO kablam! Sep 14 12:28:28.592 INFO kablam! error: aborting due to 3 previous errors Sep 14 12:28:28.592 INFO kablam! Sep 14 12:28:28.592 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 14 12:28:28.603 INFO kablam! error: Could not compile `nue-io`. Sep 14 12:28:28.603 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 12:28:28.740 INFO kablam! error: build failed Sep 14 12:28:28.741 INFO kablam! su: No module specific data is present Sep 14 12:28:29.354 INFO running `"docker" "rm" "-f" "58908e2c390848d22d65838afaa85d68bcc441f7bcd9dd681635dccd97be7c6e"` Sep 14 12:28:29.567 INFO blam! 58908e2c390848d22d65838afaa85d68bcc441f7bcd9dd681635dccd97be7c6e