Oct 13 00:56:16.642 INFO checking atsiporu/threadedbufreader against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:56:16.644 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 00:56:16.986 INFO blam! c998737c9895c3e136d02d6383fb8c245fc4eec583452959607159a7f624949c Oct 13 00:56:17.004 INFO running `"docker" "start" "-a" "c998737c9895c3e136d02d6383fb8c245fc4eec583452959607159a7f624949c"` Oct 13 00:56:17.956 INFO kablam! usermod: no changes Oct 13 00:56:17.988 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 13 00:56:17.988 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 13 00:56:17.988 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 00:56:17.988 INFO kablam! files will be included as a binary target: Oct 13 00:56:17.988 INFO kablam! Oct 13 00:56:17.988 INFO kablam! * /source/src/main.rs Oct 13 00:56:17.988 INFO kablam! Oct 13 00:56:17.988 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 00:56:17.988 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 13 00:56:17.988 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 13 00:56:17.988 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 00:56:17.988 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 00:56:17.988 INFO kablam! Oct 13 00:56:17.988 INFO kablam! For more information on this warning you can consult Oct 13 00:56:17.988 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 00:56:17.988 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 13 00:56:17.988 INFO kablam! please set bin.path in Cargo.toml Oct 13 00:56:17.994 INFO kablam! Checking tbr v0.1.0 (/source) Oct 13 00:56:18.470 INFO kablam! error: conflicting implementations of trait `std::convert::Into<&mut _>` for type `&Reader<_>`: (E0119) Oct 13 00:56:18.470 INFO kablam! --> src/lib.rs:116:1 Oct 13 00:56:18.470 INFO kablam! | Oct 13 00:56:18.470 INFO kablam! 116 | impl<'a, R: Read> Into<&'a mut R> for &'a Reader Oct 13 00:56:18.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:56:18.470 INFO kablam! | Oct 13 00:56:18.470 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Oct 13 00:56:18.470 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 00:56:18.470 INFO kablam! = note: for more information, see issue #46205 Oct 13 00:56:18.470 INFO kablam! = note: conflicting implementation in crate `core`: Oct 13 00:56:18.470 INFO kablam! - impl std::convert::Into for T Oct 13 00:56:18.470 INFO kablam! where U: std::convert::From; Oct 13 00:56:18.471 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&Reader<_>>` for type `&mut _` Oct 13 00:56:18.471 INFO kablam! Oct 13 00:56:18.472 INFO kablam! error: aborting due to previous error Oct 13 00:56:18.472 INFO kablam! Oct 13 00:56:18.477 INFO kablam! error: Could not compile `tbr`. Oct 13 00:56:18.477 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 00:56:18.514 INFO kablam! error: conflicting implementations of trait `std::convert::Into<&mut _>` for type `&Reader<_>`: (E0119) Oct 13 00:56:18.514 INFO kablam! --> src/lib.rs:116:1 Oct 13 00:56:18.514 INFO kablam! | Oct 13 00:56:18.514 INFO kablam! 116 | impl<'a, R: Read> Into<&'a mut R> for &'a Reader Oct 13 00:56:18.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:56:18.514 INFO kablam! | Oct 13 00:56:18.514 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Oct 13 00:56:18.514 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 13 00:56:18.514 INFO kablam! = note: for more information, see issue #46205 Oct 13 00:56:18.514 INFO kablam! = note: conflicting implementation in crate `core`: Oct 13 00:56:18.514 INFO kablam! - impl std::convert::Into for T Oct 13 00:56:18.514 INFO kablam! where U: std::convert::From; Oct 13 00:56:18.514 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&Reader<_>>` for type `&mut _` Oct 13 00:56:18.514 INFO kablam! Oct 13 00:56:18.514 INFO kablam! error: aborting due to previous error Oct 13 00:56:18.514 INFO kablam! Oct 13 00:56:18.520 INFO kablam! error: Could not compile `tbr`. Oct 13 00:56:18.520 INFO kablam! Oct 13 00:56:18.520 INFO kablam! To learn more, run the command again with --verbose. Oct 13 00:56:18.521 INFO kablam! su: No module specific data is present Oct 13 00:56:18.782 INFO running `"docker" "rm" "-f" "c998737c9895c3e136d02d6383fb8c245fc4eec583452959607159a7f624949c"` Oct 13 00:56:18.881 INFO blam! c998737c9895c3e136d02d6383fb8c245fc4eec583452959607159a7f624949c