[INFO] crate nue-io 0.3.0 is already in cache [INFO] extracting crate nue-io 0.3.0 into work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/reg/nue-io/0.3.0 [INFO] extracting crate nue-io 0.3.0 into work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/reg/nue-io/0.3.0 [INFO] validating manifest of nue-io-0.3.0 on toolchain master#6ea4036cd20a4b1ab1d56e555108c21735ff6946 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nue-io-0.3.0 on toolchain try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing nue-io-0.3.0 [INFO] removed path dependency uninitialized from nue-io-0.3.0 [INFO] finished frobbing nue-io-0.3.0 [INFO] frobbed toml for nue-io-0.3.0 written to work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/reg/nue-io/0.3.0/Cargo.toml [INFO] started frobbing nue-io-0.3.0 [INFO] removed path dependency uninitialized from nue-io-0.3.0 [INFO] finished frobbing nue-io-0.3.0 [INFO] frobbed toml for nue-io-0.3.0 written to work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/reg/nue-io/0.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking nue-io-0.3.0 against master#6ea4036cd20a4b1ab1d56e555108c21735ff6946 for pr-62181 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62181/worker-7/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/reg/nue-io/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ad9f7722f2e1c685969f98b425737ae5695b5842ecd134fb965af97a633da58a [INFO] running `"docker" "start" "-a" "ad9f7722f2e1c685969f98b425737ae5695b5842ecd134fb965af97a633da58a"` [INFO] [stderr] Checking resize-slice v0.1.3 [INFO] [stderr] Checking nue-io v0.3.0 (/opt/crater/workdir) [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/region.rs:167:16 [INFO] [stderr] | [INFO] [stderr] 167 | region.read_exact(&mut odata).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ multiple `read_exact` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` [INFO] [stderr] --> src/read_exact.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` [INFO] [stderr] --> src/region.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | impl Read for Region { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/region.rs:171:16 [INFO] [stderr] | [INFO] [stderr] 171 | region.read_exact(&mut odata[..0x20]).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ multiple `read_exact` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` [INFO] [stderr] --> src/read_exact.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` [INFO] [stderr] --> src/region.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | impl Read for Region { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/region.rs:175:16 [INFO] [stderr] | [INFO] [stderr] 175 | region.read_exact(&mut odata[..]).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ multiple `read_exact` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `read_exact::ReadExactExt` for the type `_` [INFO] [stderr] --> src/read_exact.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: candidate #2 is defined in an impl of the trait `std::io::Read` for the type `region::Region<_>` [INFO] [stderr] --> src/region.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | impl Read for Region { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/region.rs:150:27 [INFO] [stderr] | [INFO] [stderr] 150 | use std::io::{Cursor, Read}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `read_exact::ReadExactExt` [INFO] [stderr] --> src/region.rs:152:9 [INFO] [stderr] | [INFO] [stderr] 152 | use read_exact::ReadExactExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0034`. [INFO] [stderr] error: Could not compile `nue-io`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ad9f7722f2e1c685969f98b425737ae5695b5842ecd134fb965af97a633da58a"` [INFO] running `"docker" "rm" "-f" "ad9f7722f2e1c685969f98b425737ae5695b5842ecd134fb965af97a633da58a"` [INFO] [stdout] ad9f7722f2e1c685969f98b425737ae5695b5842ecd134fb965af97a633da58a