Sep 01 12:41:42.429 INFO checking nue-io-0.3.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 12:41:42.429 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 12:41:42.429 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 12:41:42.574 INFO blam! ff97f069fc5a37819b046ad60262dcc28620b919e869de9b93cc38bf0a0f11c2 Sep 01 12:41:42.576 INFO running `"docker" "start" "-a" "ff97f069fc5a37819b046ad60262dcc28620b919e869de9b93cc38bf0a0f11c2"` Sep 01 12:41:43.196 INFO kablam! Checking resize-slice v0.1.3 Sep 01 12:41:43.567 INFO kablam! Checking nue-io v0.3.0 (file:///source) Sep 01 12:41:44.439 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 12:41:44.439 INFO kablam! --> src/region.rs:167:16 Sep 01 12:41:44.439 INFO kablam! | Sep 01 12:41:44.439 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 01 12:41:44.439 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 01 12:41:44.440 INFO kablam! | Sep 01 12:41:44.440 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 01 12:41:44.440 INFO kablam! --> src/read_exact.rs:21:5 Sep 01 12:41:44.440 INFO kablam! | Sep 01 12:41:44.440 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 01 12:41:44.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:41:44.440 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 01 12:41:44.440 INFO kablam! --> src/region.rs:65:1 Sep 01 12:41:44.440 INFO kablam! | Sep 01 12:41:44.440 INFO kablam! 65 | impl Read for Region { Sep 01 12:41:44.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:41:44.440 INFO kablam! Sep 01 12:41:44.472 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 12:41:44.472 INFO kablam! --> src/region.rs:171:16 Sep 01 12:41:44.473 INFO kablam! | Sep 01 12:41:44.473 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 01 12:41:44.473 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 01 12:41:44.473 INFO kablam! | Sep 01 12:41:44.473 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 01 12:41:44.473 INFO kablam! --> src/read_exact.rs:21:5 Sep 01 12:41:44.473 INFO kablam! | Sep 01 12:41:44.473 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 01 12:41:44.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:41:44.473 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 01 12:41:44.473 INFO kablam! --> src/region.rs:65:1 Sep 01 12:41:44.473 INFO kablam! | Sep 01 12:41:44.473 INFO kablam! 65 | impl Read for Region { Sep 01 12:41:44.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:41:44.473 INFO kablam! Sep 01 12:41:44.475 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 12:41:44.475 INFO kablam! --> src/region.rs:175:16 Sep 01 12:41:44.476 INFO kablam! | Sep 01 12:41:44.476 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 01 12:41:44.476 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 01 12:41:44.476 INFO kablam! | Sep 01 12:41:44.476 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 01 12:41:44.476 INFO kablam! --> src/read_exact.rs:21:5 Sep 01 12:41:44.476 INFO kablam! | Sep 01 12:41:44.476 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 01 12:41:44.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:41:44.476 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 01 12:41:44.476 INFO kablam! --> src/region.rs:65:1 Sep 01 12:41:44.476 INFO kablam! | Sep 01 12:41:44.476 INFO kablam! 65 | impl Read for Region { Sep 01 12:41:44.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:41:44.476 INFO kablam! Sep 01 12:41:44.506 INFO kablam! error: aborting due to 3 previous errors Sep 01 12:41:44.506 INFO kablam! Sep 01 12:41:44.506 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 12:41:44.513 INFO kablam! error: Could not compile `nue-io`. Sep 01 12:41:44.513 INFO kablam! Sep 01 12:41:44.513 INFO kablam! To learn more, run the command again with --verbose. Sep 01 12:41:44.514 INFO kablam! su: No module specific data is present Sep 01 12:41:45.006 INFO running `"docker" "rm" "-f" "ff97f069fc5a37819b046ad60262dcc28620b919e869de9b93cc38bf0a0f11c2"` Sep 01 12:41:45.133 INFO blam! ff97f069fc5a37819b046ad60262dcc28620b919e869de9b93cc38bf0a0f11c2