Sep 04 09:32:51.027 INFO checking nue-io-0.3.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 09:32:51.027 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 09:32:51.027 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:32:51.230 INFO blam! 520f1021c8fa0d848cbbbb5261ccb2bdfa0a539c4bb1e830971edb5bf47f2af0 Sep 04 09:32:51.233 INFO running `"docker" "start" "-a" "520f1021c8fa0d848cbbbb5261ccb2bdfa0a539c4bb1e830971edb5bf47f2af0"` Sep 04 09:32:51.960 INFO kablam! Checking resize-slice v0.1.3 Sep 04 09:32:52.371 INFO kablam! Checking nue-io v0.3.0 (file:///source) Sep 04 09:32:53.024 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 09:32:53.024 INFO kablam! --> src/region.rs:167:16 Sep 04 09:32:53.024 INFO kablam! | Sep 04 09:32:53.024 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 04 09:32:53.025 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 04 09:32:53.025 INFO kablam! | Sep 04 09:32:53.025 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 04 09:32:53.025 INFO kablam! --> src/read_exact.rs:21:5 Sep 04 09:32:53.025 INFO kablam! | Sep 04 09:32:53.025 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 04 09:32:53.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:32:53.025 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 04 09:32:53.025 INFO kablam! --> src/region.rs:65:1 Sep 04 09:32:53.025 INFO kablam! | Sep 04 09:32:53.025 INFO kablam! 65 | impl Read for Region { Sep 04 09:32:53.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:32:53.025 INFO kablam! Sep 04 09:32:53.054 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 09:32:53.054 INFO kablam! --> src/region.rs:171:16 Sep 04 09:32:53.054 INFO kablam! | Sep 04 09:32:53.054 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 04 09:32:53.054 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 04 09:32:53.054 INFO kablam! | Sep 04 09:32:53.054 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 04 09:32:53.054 INFO kablam! --> src/read_exact.rs:21:5 Sep 04 09:32:53.054 INFO kablam! | Sep 04 09:32:53.054 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 04 09:32:53.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:32:53.055 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 04 09:32:53.055 INFO kablam! --> src/region.rs:65:1 Sep 04 09:32:53.055 INFO kablam! | Sep 04 09:32:53.055 INFO kablam! 65 | impl Read for Region { Sep 04 09:32:53.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:32:53.055 INFO kablam! Sep 04 09:32:53.057 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 09:32:53.057 INFO kablam! --> src/region.rs:175:16 Sep 04 09:32:53.057 INFO kablam! | Sep 04 09:32:53.057 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 04 09:32:53.057 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 04 09:32:53.057 INFO kablam! | Sep 04 09:32:53.057 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 04 09:32:53.057 INFO kablam! --> src/read_exact.rs:21:5 Sep 04 09:32:53.058 INFO kablam! | Sep 04 09:32:53.058 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 04 09:32:53.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:32:53.058 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 04 09:32:53.058 INFO kablam! --> src/region.rs:65:1 Sep 04 09:32:53.058 INFO kablam! | Sep 04 09:32:53.058 INFO kablam! 65 | impl Read for Region { Sep 04 09:32:53.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:32:53.058 INFO kablam! Sep 04 09:32:53.092 INFO kablam! error: aborting due to 3 previous errors Sep 04 09:32:53.092 INFO kablam! Sep 04 09:32:53.092 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 04 09:32:53.098 INFO kablam! error: Could not compile `nue-io`. Sep 04 09:32:53.098 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 09:32:53.204 INFO kablam! error: build failed Sep 04 09:32:53.205 INFO kablam! su: No module specific data is present Sep 04 09:32:53.650 INFO running `"docker" "rm" "-f" "520f1021c8fa0d848cbbbb5261ccb2bdfa0a539c4bb1e830971edb5bf47f2af0"` Sep 04 09:32:53.777 INFO blam! 520f1021c8fa0d848cbbbb5261ccb2bdfa0a539c4bb1e830971edb5bf47f2af0