Oct 12 14:30:48.671 INFO checking rwalters/concur_example against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 14:30:48.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 14:30:49.080 INFO blam! 032319c697ec94be35c6a2c94c62509138c7ff1515c6b1e4f267de9ae87652c1 Oct 12 14:30:49.112 INFO running `"docker" "start" "-a" "032319c697ec94be35c6a2c94c62509138c7ff1515c6b1e4f267de9ae87652c1"` Oct 12 14:30:50.181 INFO kablam! usermod: no changes Oct 12 14:30:50.223 INFO kablam! Checking concur_example v0.1.0 (/source) Oct 12 14:30:50.461 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 14:30:50.461 INFO kablam! --> src/main.rs:24:5 Oct 12 14:30:50.461 INFO kablam! | Oct 12 14:30:50.462 INFO kablam! 24 | thread::sleep_ms(50); Oct 12 14:30:50.462 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 14:30:50.462 INFO kablam! | Oct 12 14:30:50.462 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 14:30:50.463 INFO kablam! Oct 12 14:30:50.553 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 14:30:50.554 INFO kablam! --> src/main.rs:40:13 Oct 12 14:30:50.554 INFO kablam! | Oct 12 14:30:50.554 INFO kablam! 40 | tx.send(()); Oct 12 14:30:50.554 INFO kablam! | ^^^^^^^^^^^^ Oct 12 14:30:50.554 INFO kablam! | Oct 12 14:30:50.554 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 14:30:50.554 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 14:30:50.554 INFO kablam! Oct 12 14:30:50.554 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 14:30:50.554 INFO kablam! --> src/main.rs:46:9 Oct 12 14:30:50.554 INFO kablam! | Oct 12 14:30:50.554 INFO kablam! 46 | rx.recv(); Oct 12 14:30:50.554 INFO kablam! | ^^^^^^^^^^ Oct 12 14:30:50.554 INFO kablam! | Oct 12 14:30:50.554 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 14:30:50.554 INFO kablam! Oct 12 14:30:50.554 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 14:30:50.554 INFO kablam! --> src/main.rs:55:13 Oct 12 14:30:50.554 INFO kablam! | Oct 12 14:30:50.554 INFO kablam! 55 | tx.send(i); Oct 12 14:30:50.554 INFO kablam! | ^^^^^^^^^^^ Oct 12 14:30:50.554 INFO kablam! | Oct 12 14:30:50.554 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 14:30:50.554 INFO kablam! Oct 12 14:30:50.688 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 14:30:50.688 INFO kablam! --> src/main.rs:24:5 Oct 12 14:30:50.688 INFO kablam! | Oct 12 14:30:50.688 INFO kablam! 24 | thread::sleep_ms(50); Oct 12 14:30:50.688 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 14:30:50.688 INFO kablam! | Oct 12 14:30:50.688 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 14:30:50.688 INFO kablam! Oct 12 14:30:50.752 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 14:30:50.752 INFO kablam! --> src/main.rs:40:13 Oct 12 14:30:50.752 INFO kablam! | Oct 12 14:30:50.752 INFO kablam! 40 | tx.send(()); Oct 12 14:30:50.752 INFO kablam! | ^^^^^^^^^^^^ Oct 12 14:30:50.752 INFO kablam! | Oct 12 14:30:50.752 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 14:30:50.752 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 14:30:50.752 INFO kablam! Oct 12 14:30:50.752 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 14:30:50.752 INFO kablam! --> src/main.rs:46:9 Oct 12 14:30:50.752 INFO kablam! | Oct 12 14:30:50.752 INFO kablam! 46 | rx.recv(); Oct 12 14:30:50.752 INFO kablam! | ^^^^^^^^^^ Oct 12 14:30:50.753 INFO kablam! | Oct 12 14:30:50.753 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 14:30:50.753 INFO kablam! Oct 12 14:30:50.753 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 14:30:50.753 INFO kablam! --> src/main.rs:55:13 Oct 12 14:30:50.753 INFO kablam! | Oct 12 14:30:50.753 INFO kablam! 55 | tx.send(i); Oct 12 14:30:50.753 INFO kablam! | ^^^^^^^^^^^ Oct 12 14:30:50.753 INFO kablam! | Oct 12 14:30:50.753 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 14:30:50.753 INFO kablam! Oct 12 14:30:50.777 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.58s Oct 12 14:30:50.779 INFO kablam! su: No module specific data is present Oct 12 14:30:51.318 INFO running `"docker" "rm" "-f" "032319c697ec94be35c6a2c94c62509138c7ff1515c6b1e4f267de9ae87652c1"` Oct 12 14:30:51.544 INFO blam! 032319c697ec94be35c6a2c94c62509138c7ff1515c6b1e4f267de9ae87652c1