Oct 27 12:30:25.826 INFO checking CGQAQ/Rust_Learn against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:30:25.827 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 12:30:26.360 INFO blam! 6870bf926ae8c7e61102c654eb7d33b413ae7d27bb2b4d2ec0731d0e6a391548 Oct 27 12:30:26.362 INFO running `"docker" "start" "-a" "6870bf926ae8c7e61102c654eb7d33b413ae7d27bb2b4d2ec0731d0e6a391548"` Oct 27 12:30:28.831 INFO kablam! usermod: no changes Oct 27 12:30:28.891 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 12:30:28.891 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 12:30:28.891 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 12:30:28.891 INFO kablam! files will be included as a binary target: Oct 27 12:30:28.891 INFO kablam! Oct 27 12:30:28.891 INFO kablam! * /source/src/main.rs Oct 27 12:30:28.891 INFO kablam! Oct 27 12:30:28.891 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 12:30:28.891 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 12:30:28.891 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 12:30:28.891 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 12:30:28.891 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 12:30:28.891 INFO kablam! Oct 27 12:30:28.891 INFO kablam! For more information on this warning you can consult Oct 27 12:30:28.891 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 12:30:28.891 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 27 12:30:28.891 INFO kablam! please set bin.path in Cargo.toml Oct 27 12:30:28.907 INFO kablam! Checking learn v0.1.0 (/source) Oct 27 12:30:31.742 INFO kablam! warning: variable does not need to be mutable Oct 27 12:30:31.742 INFO kablam! --> src/bin/mthread.rs:11:9 Oct 27 12:30:31.742 INFO kablam! | Oct 27 12:30:31.742 INFO kablam! 11 | let mut ptr = Arc::new(Mutex::new("hello world!".chars())); Oct 27 12:30:31.742 INFO kablam! | ----^^^ Oct 27 12:30:31.742 INFO kablam! | | Oct 27 12:30:31.742 INFO kablam! | help: remove this `mut` Oct 27 12:30:31.742 INFO kablam! | Oct 27 12:30:31.743 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:30:31.743 INFO kablam! Oct 27 12:30:31.743 INFO kablam! warning: variable does not need to be mutable Oct 27 12:30:31.743 INFO kablam! --> src/bin/mthread.rs:27:13 Oct 27 12:30:31.743 INFO kablam! | Oct 27 12:30:31.743 INFO kablam! 27 | let mut ptr = ptr.clone(); Oct 27 12:30:31.743 INFO kablam! | ----^^^ Oct 27 12:30:31.743 INFO kablam! | | Oct 27 12:30:31.743 INFO kablam! | help: remove this `mut` Oct 27 12:30:31.743 INFO kablam! Oct 27 12:30:31.743 INFO kablam! warning: variable does not need to be mutable Oct 27 12:30:31.743 INFO kablam! --> src/bin/mthread.rs:29:13 Oct 27 12:30:31.743 INFO kablam! | Oct 27 12:30:31.743 INFO kablam! 29 | let mut tx = tx.clone(); Oct 27 12:30:31.743 INFO kablam! | ----^^ Oct 27 12:30:31.743 INFO kablam! | | Oct 27 12:30:31.743 INFO kablam! | help: remove this `mut` Oct 27 12:30:31.743 INFO kablam! Oct 27 12:30:31.747 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:30:31.747 INFO kablam! --> src/bin/mthread.rs:20:21 Oct 27 12:30:31.747 INFO kablam! | Oct 27 12:30:31.747 INFO kablam! 20 | a.send(1); Oct 27 12:30:31.747 INFO kablam! | ^^^^^^^^^^ Oct 27 12:30:31.748 INFO kablam! | Oct 27 12:30:31.748 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:30:31.748 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:30:31.748 INFO kablam! Oct 27 12:30:31.749 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:30:31.749 INFO kablam! --> src/bin/mthread.rs:34:17 Oct 27 12:30:31.749 INFO kablam! | Oct 27 12:30:31.749 INFO kablam! 34 | tx.send(d); Oct 27 12:30:31.749 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:30:31.749 INFO kablam! | Oct 27 12:30:31.749 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:30:31.755 INFO kablam! Oct 27 12:30:32.027 INFO kablam! warning: variable does not need to be mutable Oct 27 12:30:32.028 INFO kablam! --> src/bin/mthread.rs:11:9 Oct 27 12:30:32.029 INFO kablam! | Oct 27 12:30:32.029 INFO kablam! 11 | let mut ptr = Arc::new(Mutex::new("hello world!".chars())); Oct 27 12:30:32.030 INFO kablam! | ----^^^ Oct 27 12:30:32.031 INFO kablam! | | Oct 27 12:30:32.031 INFO kablam! | help: remove this `mut` Oct 27 12:30:32.032 INFO kablam! | Oct 27 12:30:32.033 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:30:32.033 INFO kablam! Oct 27 12:30:32.034 INFO kablam! warning: variable does not need to be mutable Oct 27 12:30:32.034 INFO kablam! --> src/bin/mthread.rs:27:13 Oct 27 12:30:32.035 INFO kablam! | Oct 27 12:30:32.035 INFO kablam! 27 | let mut ptr = ptr.clone(); Oct 27 12:30:32.036 INFO kablam! | ----^^^ Oct 27 12:30:32.036 INFO kablam! | | Oct 27 12:30:32.036 INFO kablam! | help: remove this `mut` Oct 27 12:30:32.036 INFO kablam! Oct 27 12:30:32.036 INFO kablam! warning: variable does not need to be mutable Oct 27 12:30:32.036 INFO kablam! --> src/bin/mthread.rs:29:13 Oct 27 12:30:32.036 INFO kablam! | Oct 27 12:30:32.036 INFO kablam! 29 | let mut tx = tx.clone(); Oct 27 12:30:32.036 INFO kablam! | ----^^ Oct 27 12:30:32.036 INFO kablam! | | Oct 27 12:30:32.036 INFO kablam! | help: remove this `mut` Oct 27 12:30:32.036 INFO kablam! Oct 27 12:30:32.036 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:30:32.036 INFO kablam! --> src/bin/mthread.rs:20:21 Oct 27 12:30:32.036 INFO kablam! | Oct 27 12:30:32.036 INFO kablam! 20 | a.send(1); Oct 27 12:30:32.043 INFO kablam! | ^^^^^^^^^^ Oct 27 12:30:32.043 INFO kablam! | Oct 27 12:30:32.043 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:30:32.043 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:30:32.043 INFO kablam! Oct 27 12:30:32.043 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:30:32.043 INFO kablam! --> src/bin/mthread.rs:34:17 Oct 27 12:30:32.043 INFO kablam! | Oct 27 12:30:32.043 INFO kablam! 34 | tx.send(d); Oct 27 12:30:32.043 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:30:32.043 INFO kablam! | Oct 27 12:30:32.043 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:30:32.043 INFO kablam! Oct 27 12:30:32.068 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.21s Oct 27 12:30:32.072 INFO kablam! su: No module specific data is present Oct 27 12:30:33.241 INFO running `"docker" "rm" "-f" "6870bf926ae8c7e61102c654eb7d33b413ae7d27bb2b4d2ec0731d0e6a391548"` Oct 27 12:30:33.626 INFO blam! 6870bf926ae8c7e61102c654eb7d33b413ae7d27bb2b4d2ec0731d0e6a391548