Sep 19 21:38:41.112 INFO checking nue-io-0.3.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 21:38:41.112 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 21:38:41.112 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:38:41.286 INFO blam! 68b7ebb6abd55386513a8ffdb4d1f61a9fffe2cf95541c3c0873ce373c021f30 Sep 19 21:38:41.288 INFO running `"docker" "start" "-a" "68b7ebb6abd55386513a8ffdb4d1f61a9fffe2cf95541c3c0873ce373c021f30"` Sep 19 21:38:42.043 INFO kablam! usermod: no changes Sep 19 21:38:42.074 INFO kablam! Compiling uninitialized v0.0.2 Sep 19 21:38:43.032 INFO kablam! Checking resize-slice v0.1.3 Sep 19 21:38:43.407 INFO kablam! Checking nue-io v0.3.0 (/source) Sep 19 21:38:43.924 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 21:38:43.924 INFO kablam! --> src/region.rs:167:16 Sep 19 21:38:43.924 INFO kablam! | Sep 19 21:38:43.924 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 19 21:38:43.924 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 19 21:38:43.925 INFO kablam! | Sep 19 21:38:43.925 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 19 21:38:43.925 INFO kablam! --> src/read_exact.rs:21:5 Sep 19 21:38:43.925 INFO kablam! | Sep 19 21:38:43.925 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 19 21:38:43.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:38:43.925 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 19 21:38:43.925 INFO kablam! --> src/region.rs:65:1 Sep 19 21:38:43.925 INFO kablam! | Sep 19 21:38:43.925 INFO kablam! 65 | impl Read for Region { Sep 19 21:38:43.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:38:43.925 INFO kablam! Sep 19 21:38:43.947 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 21:38:43.947 INFO kablam! --> src/region.rs:171:16 Sep 19 21:38:43.947 INFO kablam! | Sep 19 21:38:43.947 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 19 21:38:43.947 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 19 21:38:43.947 INFO kablam! | Sep 19 21:38:43.947 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 19 21:38:43.947 INFO kablam! --> src/read_exact.rs:21:5 Sep 19 21:38:43.947 INFO kablam! | Sep 19 21:38:43.947 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 19 21:38:43.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:38:43.947 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 19 21:38:43.947 INFO kablam! --> src/region.rs:65:1 Sep 19 21:38:43.947 INFO kablam! | Sep 19 21:38:43.947 INFO kablam! 65 | impl Read for Region { Sep 19 21:38:43.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:38:43.947 INFO kablam! Sep 19 21:38:43.947 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 21:38:43.947 INFO kablam! --> src/region.rs:175:16 Sep 19 21:38:43.947 INFO kablam! | Sep 19 21:38:43.947 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 19 21:38:43.947 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 19 21:38:43.947 INFO kablam! | Sep 19 21:38:43.947 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 19 21:38:43.947 INFO kablam! --> src/read_exact.rs:21:5 Sep 19 21:38:43.947 INFO kablam! | Sep 19 21:38:43.947 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 19 21:38:43.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:38:43.947 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 19 21:38:43.947 INFO kablam! --> src/region.rs:65:1 Sep 19 21:38:43.947 INFO kablam! | Sep 19 21:38:43.947 INFO kablam! 65 | impl Read for Region { Sep 19 21:38:43.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:38:43.947 INFO kablam! Sep 19 21:38:43.972 INFO kablam! error: aborting due to 3 previous errors Sep 19 21:38:43.972 INFO kablam! Sep 19 21:38:43.972 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 21:38:43.981 INFO kablam! error: Could not compile `nue-io`. Sep 19 21:38:43.981 INFO kablam! Sep 19 21:38:43.982 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:38:43.982 INFO kablam! su: No module specific data is present Sep 19 21:38:44.788 INFO running `"docker" "rm" "-f" "68b7ebb6abd55386513a8ffdb4d1f61a9fffe2cf95541c3c0873ce373c021f30"` Sep 19 21:38:44.947 INFO blam! 68b7ebb6abd55386513a8ffdb4d1f61a9fffe2cf95541c3c0873ce373c021f30