Sep 19 23:31:32.343 INFO checking nue-io-0.3.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:31:32.343 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:31:32.343 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:31:32.663 INFO blam! 334a1d2126d528b2e1cc13697f456c365faa78c5fafb92dc088a160e5200b75f Sep 19 23:31:32.667 INFO running `"docker" "start" "-a" "334a1d2126d528b2e1cc13697f456c365faa78c5fafb92dc088a160e5200b75f"` Sep 19 23:31:33.221 INFO kablam! usermod: no changes Sep 19 23:31:33.263 INFO kablam! Compiling uninitialized v0.0.2 Sep 19 23:31:34.346 INFO kablam! Checking resize-slice v0.1.3 Sep 19 23:31:34.695 INFO kablam! Checking nue-io v0.3.0 (/source) Sep 19 23:31:35.462 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 23:31:35.462 INFO kablam! --> src/region.rs:167:16 Sep 19 23:31:35.462 INFO kablam! | Sep 19 23:31:35.462 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 19 23:31:35.462 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 19 23:31:35.462 INFO kablam! | Sep 19 23:31:35.462 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 19 23:31:35.462 INFO kablam! --> src/read_exact.rs:21:5 Sep 19 23:31:35.462 INFO kablam! | Sep 19 23:31:35.462 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 19 23:31:35.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:31:35.462 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 19 23:31:35.462 INFO kablam! --> src/region.rs:65:1 Sep 19 23:31:35.462 INFO kablam! | Sep 19 23:31:35.462 INFO kablam! 65 | impl Read for Region { Sep 19 23:31:35.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:31:35.462 INFO kablam! Sep 19 23:31:35.478 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 23:31:35.478 INFO kablam! --> src/region.rs:171:16 Sep 19 23:31:35.478 INFO kablam! | Sep 19 23:31:35.478 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 19 23:31:35.478 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 19 23:31:35.478 INFO kablam! | Sep 19 23:31:35.478 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 19 23:31:35.478 INFO kablam! --> src/read_exact.rs:21:5 Sep 19 23:31:35.478 INFO kablam! | Sep 19 23:31:35.478 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 19 23:31:35.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:31:35.478 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 19 23:31:35.478 INFO kablam! --> src/region.rs:65:1 Sep 19 23:31:35.478 INFO kablam! | Sep 19 23:31:35.478 INFO kablam! 65 | impl Read for Region { Sep 19 23:31:35.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:31:35.478 INFO kablam! Sep 19 23:31:35.478 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 23:31:35.478 INFO kablam! --> src/region.rs:175:16 Sep 19 23:31:35.478 INFO kablam! | Sep 19 23:31:35.478 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 19 23:31:35.478 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 19 23:31:35.478 INFO kablam! | Sep 19 23:31:35.478 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 19 23:31:35.478 INFO kablam! --> src/read_exact.rs:21:5 Sep 19 23:31:35.478 INFO kablam! | Sep 19 23:31:35.478 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 19 23:31:35.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:31:35.478 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 19 23:31:35.478 INFO kablam! --> src/region.rs:65:1 Sep 19 23:31:35.478 INFO kablam! | Sep 19 23:31:35.479 INFO kablam! 65 | impl Read for Region { Sep 19 23:31:35.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:31:35.479 INFO kablam! Sep 19 23:31:35.510 INFO kablam! error: aborting due to 3 previous errors Sep 19 23:31:35.510 INFO kablam! Sep 19 23:31:35.510 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 23:31:35.519 INFO kablam! error: Could not compile `nue-io`. Sep 19 23:31:35.519 INFO kablam! Sep 19 23:31:35.519 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:31:35.520 INFO kablam! su: No module specific data is present Sep 19 23:31:36.151 INFO running `"docker" "rm" "-f" "334a1d2126d528b2e1cc13697f456c365faa78c5fafb92dc088a160e5200b75f"` Sep 19 23:31:36.266 INFO blam! 334a1d2126d528b2e1cc13697f456c365faa78c5fafb92dc088a160e5200b75f