Nov 07 01:10:06.314 INFO checking atsiporu/threadedbufreader against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a for pr-55687 Nov 07 01:10:06.314 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-3/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-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"` Nov 07 01:10:06.461 INFO blam! 3f5f4caf711752ed2706512d6eb9c899f483f42fd63be22ec280558504eedefc Nov 07 01:10:06.464 INFO running `"docker" "start" "-a" "3f5f4caf711752ed2706512d6eb9c899f483f42fd63be22ec280558504eedefc"` Nov 07 01:10:06.908 INFO kablam! usermod: no changes Nov 07 01:10:06.935 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 07 01:10:06.935 INFO kablam! disables Cargo from automatically inferring other binary targets. Nov 07 01:10:06.935 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 07 01:10:06.935 INFO kablam! files will be included as a binary target: Nov 07 01:10:06.935 INFO kablam! Nov 07 01:10:06.935 INFO kablam! * /source/src/main.rs Nov 07 01:10:06.935 INFO kablam! Nov 07 01:10:06.935 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 07 01:10:06.935 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Nov 07 01:10:06.935 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Nov 07 01:10:06.935 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 07 01:10:06.935 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 07 01:10:06.935 INFO kablam! Nov 07 01:10:06.935 INFO kablam! For more information on this warning you can consult Nov 07 01:10:06.935 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 07 01:10:06.935 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Nov 07 01:10:06.935 INFO kablam! please set bin.path in Cargo.toml Nov 07 01:10:06.936 INFO kablam! Checking tbr v0.1.0 (/source) Nov 07 01:10:07.253 INFO kablam! error: conflicting implementations of trait `std::convert::Into<&mut _>` for type `&Reader<_>`: (E0119) Nov 07 01:10:07.253 INFO kablam! --> src/lib.rs:116:1 Nov 07 01:10:07.253 INFO kablam! | Nov 07 01:10:07.253 INFO kablam! 116 | impl<'a, R: Read> Into<&'a mut R> for &'a Reader Nov 07 01:10:07.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 07 01:10:07.253 INFO kablam! | Nov 07 01:10:07.253 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Nov 07 01:10:07.253 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! Nov 07 01:10:07.253 INFO kablam! = note: for more information, see issue #46205 Nov 07 01:10:07.253 INFO kablam! = note: conflicting implementation in crate `core`: Nov 07 01:10:07.253 INFO kablam! - impl std::convert::Into for T Nov 07 01:10:07.253 INFO kablam! where U: std::convert::From; Nov 07 01:10:07.253 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&Reader<_>>` for type `&mut _` Nov 07 01:10:07.253 INFO kablam! Nov 07 01:10:07.254 INFO kablam! error: aborting due to previous error Nov 07 01:10:07.254 INFO kablam! Nov 07 01:10:07.260 INFO kablam! error: Could not compile `tbr`. Nov 07 01:10:07.260 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 07 01:10:07.310 INFO kablam! error: conflicting implementations of trait `std::convert::Into<&mut _>` for type `&Reader<_>`: (E0119) Nov 07 01:10:07.310 INFO kablam! --> src/lib.rs:116:1 Nov 07 01:10:07.310 INFO kablam! | Nov 07 01:10:07.310 INFO kablam! 116 | impl<'a, R: Read> Into<&'a mut R> for &'a Reader Nov 07 01:10:07.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 07 01:10:07.310 INFO kablam! | Nov 07 01:10:07.310 INFO kablam! = note: #[deny(incoherent_fundamental_impls)] on by default Nov 07 01:10:07.310 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! Nov 07 01:10:07.310 INFO kablam! = note: for more information, see issue #46205 Nov 07 01:10:07.310 INFO kablam! = note: conflicting implementation in crate `core`: Nov 07 01:10:07.310 INFO kablam! - impl std::convert::Into for T Nov 07 01:10:07.310 INFO kablam! where U: std::convert::From; Nov 07 01:10:07.310 INFO kablam! = note: downstream crates may implement trait `std::convert::From<&Reader<_>>` for type `&mut _` Nov 07 01:10:07.310 INFO kablam! Nov 07 01:10:07.313 INFO kablam! error: aborting due to previous error Nov 07 01:10:07.313 INFO kablam! Nov 07 01:10:07.316 INFO kablam! error: Could not compile `tbr`. Nov 07 01:10:07.317 INFO kablam! Nov 07 01:10:07.317 INFO kablam! To learn more, run the command again with --verbose. Nov 07 01:10:07.318 INFO kablam! su: No module specific data is present Nov 07 01:10:07.707 INFO running `"docker" "rm" "-f" "3f5f4caf711752ed2706512d6eb9c899f483f42fd63be22ec280558504eedefc"` Nov 07 01:10:07.848 INFO blam! 3f5f4caf711752ed2706512d6eb9c899f483f42fd63be22ec280558504eedefc