Oct 26 21:42:17.293 INFO checking rwalters/concur_example against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:42:17.294 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 26 21:42:17.648 INFO blam! 34e3fc019087c58d63dc311db5e5f771bb6b787cbe5a47e61bc2d1e10956e015 Oct 26 21:42:17.655 INFO running `"docker" "start" "-a" "34e3fc019087c58d63dc311db5e5f771bb6b787cbe5a47e61bc2d1e10956e015"` Oct 26 21:42:18.505 INFO kablam! usermod: no changes Oct 26 21:42:18.595 INFO kablam! Checking concur_example v0.1.0 (/source) Oct 26 21:42:18.860 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 26 21:42:18.860 INFO kablam! --> src/main.rs:24:5 Oct 26 21:42:18.860 INFO kablam! | Oct 26 21:42:18.860 INFO kablam! 24 | thread::sleep_ms(50); Oct 26 21:42:18.860 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 21:42:18.860 INFO kablam! | Oct 26 21:42:18.860 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 21:42:18.860 INFO kablam! Oct 26 21:42:18.955 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:42:18.955 INFO kablam! --> src/main.rs:40:13 Oct 26 21:42:18.955 INFO kablam! | Oct 26 21:42:18.955 INFO kablam! 40 | tx.send(()); Oct 26 21:42:18.955 INFO kablam! | ^^^^^^^^^^^^ Oct 26 21:42:18.955 INFO kablam! | Oct 26 21:42:18.955 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:42:18.955 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:42:18.955 INFO kablam! Oct 26 21:42:18.955 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:42:18.955 INFO kablam! --> src/main.rs:46:9 Oct 26 21:42:18.955 INFO kablam! | Oct 26 21:42:18.955 INFO kablam! 46 | rx.recv(); Oct 26 21:42:18.955 INFO kablam! | ^^^^^^^^^^ Oct 26 21:42:18.955 INFO kablam! | Oct 26 21:42:18.955 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:42:18.955 INFO kablam! Oct 26 21:42:18.955 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:42:18.955 INFO kablam! --> src/main.rs:55:13 Oct 26 21:42:18.955 INFO kablam! | Oct 26 21:42:18.955 INFO kablam! 55 | tx.send(i); Oct 26 21:42:18.955 INFO kablam! | ^^^^^^^^^^^ Oct 26 21:42:18.955 INFO kablam! | Oct 26 21:42:18.955 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:42:18.955 INFO kablam! Oct 26 21:42:18.975 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 26 21:42:18.975 INFO kablam! --> src/main.rs:24:5 Oct 26 21:42:18.975 INFO kablam! | Oct 26 21:42:18.975 INFO kablam! 24 | thread::sleep_ms(50); Oct 26 21:42:18.975 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 21:42:18.975 INFO kablam! | Oct 26 21:42:18.975 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 21:42:18.975 INFO kablam! Oct 26 21:42:19.024 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:42:19.024 INFO kablam! --> src/main.rs:40:13 Oct 26 21:42:19.024 INFO kablam! | Oct 26 21:42:19.024 INFO kablam! 40 | tx.send(()); Oct 26 21:42:19.024 INFO kablam! | ^^^^^^^^^^^^ Oct 26 21:42:19.024 INFO kablam! | Oct 26 21:42:19.024 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:42:19.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:42:19.024 INFO kablam! Oct 26 21:42:19.024 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:42:19.024 INFO kablam! --> src/main.rs:46:9 Oct 26 21:42:19.024 INFO kablam! | Oct 26 21:42:19.024 INFO kablam! 46 | rx.recv(); Oct 26 21:42:19.024 INFO kablam! | ^^^^^^^^^^ Oct 26 21:42:19.024 INFO kablam! | Oct 26 21:42:19.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:42:19.024 INFO kablam! Oct 26 21:42:19.024 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:42:19.024 INFO kablam! --> src/main.rs:55:13 Oct 26 21:42:19.024 INFO kablam! | Oct 26 21:42:19.024 INFO kablam! 55 | tx.send(i); Oct 26 21:42:19.024 INFO kablam! | ^^^^^^^^^^^ Oct 26 21:42:19.024 INFO kablam! | Oct 26 21:42:19.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:42:19.024 INFO kablam! Oct 26 21:42:19.049 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.52s Oct 26 21:42:19.051 INFO kablam! su: No module specific data is present Oct 26 21:42:19.503 INFO running `"docker" "rm" "-f" "34e3fc019087c58d63dc311db5e5f771bb6b787cbe5a47e61bc2d1e10956e015"` Oct 26 21:42:19.606 INFO blam! 34e3fc019087c58d63dc311db5e5f771bb6b787cbe5a47e61bc2d1e10956e015