Sep 19 23:31:32.529 INFO checking nue-io-0.3.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:31:32.529 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:31:32.529 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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.675 INFO blam! f63992824c6266b61ecea1e46b79a68efc3618b3c07876f9ef0af6d5bb3bec6f Sep 19 23:31:32.677 INFO running `"docker" "start" "-a" "f63992824c6266b61ecea1e46b79a68efc3618b3c07876f9ef0af6d5bb3bec6f"` Sep 19 23:31:33.333 INFO kablam! usermod: no changes Sep 19 23:31:33.426 INFO kablam! Checking resize-slice v0.1.3 Sep 19 23:31:33.895 INFO kablam! Checking nue-io v0.3.0 (/source) Sep 19 23:31:34.824 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 23:31:34.824 INFO kablam! --> src/region.rs:167:16 Sep 19 23:31:34.825 INFO kablam! | Sep 19 23:31:34.825 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 19 23:31:34.826 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 19 23:31:34.826 INFO kablam! | Sep 19 23:31:34.826 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 19 23:31:34.827 INFO kablam! --> src/read_exact.rs:21:5 Sep 19 23:31:34.827 INFO kablam! | Sep 19 23:31:34.828 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 19 23:31:34.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:31:34.828 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:34.829 INFO kablam! --> src/region.rs:65:1 Sep 19 23:31:34.829 INFO kablam! | Sep 19 23:31:34.829 INFO kablam! 65 | impl Read for Region { Sep 19 23:31:34.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:31:34.830 INFO kablam! Sep 19 23:31:34.850 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 23:31:34.851 INFO kablam! --> src/region.rs:171:16 Sep 19 23:31:34.851 INFO kablam! | Sep 19 23:31:34.851 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 19 23:31:34.852 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 19 23:31:34.852 INFO kablam! | Sep 19 23:31:34.852 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 19 23:31:34.853 INFO kablam! --> src/read_exact.rs:21:5 Sep 19 23:31:34.853 INFO kablam! | Sep 19 23:31:34.853 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 19 23:31:34.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:31:34.854 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:34.855 INFO kablam! --> src/region.rs:65:1 Sep 19 23:31:34.855 INFO kablam! | Sep 19 23:31:34.855 INFO kablam! 65 | impl Read for Region { Sep 19 23:31:34.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:31:34.856 INFO kablam! Sep 19 23:31:34.856 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 23:31:34.857 INFO kablam! --> src/region.rs:175:16 Sep 19 23:31:34.857 INFO kablam! | Sep 19 23:31:34.857 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 19 23:31:34.858 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 19 23:31:34.858 INFO kablam! | Sep 19 23:31:34.858 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 19 23:31:34.859 INFO kablam! --> src/read_exact.rs:21:5 Sep 19 23:31:34.859 INFO kablam! | Sep 19 23:31:34.859 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 19 23:31:34.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:31:34.860 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:34.860 INFO kablam! --> src/region.rs:65:1 Sep 19 23:31:34.861 INFO kablam! | Sep 19 23:31:34.861 INFO kablam! 65 | impl Read for Region { Sep 19 23:31:34.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:31:34.862 INFO kablam! Sep 19 23:31:34.894 INFO kablam! error: aborting due to 3 previous errors Sep 19 23:31:34.894 INFO kablam! Sep 19 23:31:34.895 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 23:31:34.902 INFO kablam! error: Could not compile `nue-io`. Sep 19 23:31:34.902 INFO kablam! Sep 19 23:31:34.902 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:31:34.904 INFO kablam! su: No module specific data is present Sep 19 23:31:36.112 INFO running `"docker" "rm" "-f" "f63992824c6266b61ecea1e46b79a68efc3618b3c07876f9ef0af6d5bb3bec6f"` Sep 19 23:31:36.239 INFO blam! f63992824c6266b61ecea1e46b79a68efc3618b3c07876f9ef0af6d5bb3bec6f