Sep 02 06:10:02.767 INFO checking nue-io-0.3.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 06:10:02.767 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 06:10:02.768 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 06:10:02.920 INFO blam! b1dbdd1cf33a2f44e7aa34b9558432b749f294d8986d8e27eef5ff082a07cf09 Sep 02 06:10:02.922 INFO running `"docker" "start" "-a" "b1dbdd1cf33a2f44e7aa34b9558432b749f294d8986d8e27eef5ff082a07cf09"` Sep 02 06:10:03.556 INFO kablam! Compiling uninitialized v0.0.2 Sep 02 06:10:04.562 INFO kablam! Checking resize-slice v0.1.3 Sep 02 06:10:04.950 INFO kablam! Checking nue-io v0.3.0 (file:///source) Sep 02 06:10:05.616 INFO kablam! error[E0034]: multiple applicable items in scope Sep 02 06:10:05.616 INFO kablam! --> src/region.rs:167:16 Sep 02 06:10:05.616 INFO kablam! | Sep 02 06:10:05.616 INFO kablam! 167 | region.read_exact(&mut odata).unwrap(); Sep 02 06:10:05.616 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 02 06:10:05.616 INFO kablam! | Sep 02 06:10:05.616 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 02 06:10:05.616 INFO kablam! --> src/read_exact.rs:21:5 Sep 02 06:10:05.616 INFO kablam! | Sep 02 06:10:05.616 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 02 06:10:05.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:10:05.616 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 02 06:10:05.616 INFO kablam! --> src/region.rs:65:1 Sep 02 06:10:05.616 INFO kablam! | Sep 02 06:10:05.616 INFO kablam! 65 | impl Read for Region { Sep 02 06:10:05.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:10:05.616 INFO kablam! Sep 02 06:10:05.645 INFO kablam! error[E0034]: multiple applicable items in scope Sep 02 06:10:05.645 INFO kablam! --> src/region.rs:171:16 Sep 02 06:10:05.645 INFO kablam! | Sep 02 06:10:05.645 INFO kablam! 171 | region.read_exact(&mut odata[..0x20]).unwrap(); Sep 02 06:10:05.645 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 02 06:10:05.645 INFO kablam! | Sep 02 06:10:05.645 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 02 06:10:05.645 INFO kablam! --> src/read_exact.rs:21:5 Sep 02 06:10:05.645 INFO kablam! | Sep 02 06:10:05.645 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 02 06:10:05.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:10:05.645 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 02 06:10:05.645 INFO kablam! --> src/region.rs:65:1 Sep 02 06:10:05.645 INFO kablam! | Sep 02 06:10:05.645 INFO kablam! 65 | impl Read for Region { Sep 02 06:10:05.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:10:05.645 INFO kablam! Sep 02 06:10:05.648 INFO kablam! error[E0034]: multiple applicable items in scope Sep 02 06:10:05.648 INFO kablam! --> src/region.rs:175:16 Sep 02 06:10:05.648 INFO kablam! | Sep 02 06:10:05.648 INFO kablam! 175 | region.read_exact(&mut odata[..]).unwrap(); Sep 02 06:10:05.648 INFO kablam! | ^^^^^^^^^^ multiple `read_exact` found Sep 02 06:10:05.648 INFO kablam! | Sep 02 06:10:05.648 INFO kablam! note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` Sep 02 06:10:05.648 INFO kablam! --> src/read_exact.rs:21:5 Sep 02 06:10:05.648 INFO kablam! | Sep 02 06:10:05.648 INFO kablam! 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { Sep 02 06:10:05.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:10:05.648 INFO kablam! note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` Sep 02 06:10:05.648 INFO kablam! --> src/region.rs:65:1 Sep 02 06:10:05.648 INFO kablam! | Sep 02 06:10:05.648 INFO kablam! 65 | impl Read for Region { Sep 02 06:10:05.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 06:10:05.648 INFO kablam! Sep 02 06:10:05.681 INFO kablam! error: aborting due to 3 previous errors Sep 02 06:10:05.681 INFO kablam! Sep 02 06:10:05.681 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 02 06:10:05.688 INFO kablam! error: Could not compile `nue-io`. Sep 02 06:10:05.688 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 06:10:05.951 INFO kablam! error: build failed Sep 02 06:10:05.952 INFO kablam! su: No module specific data is present Sep 02 06:10:06.327 INFO running `"docker" "rm" "-f" "b1dbdd1cf33a2f44e7aa34b9558432b749f294d8986d8e27eef5ff082a07cf09"` Sep 02 06:10:06.421 INFO blam! b1dbdd1cf33a2f44e7aa34b9558432b749f294d8986d8e27eef5ff082a07cf09