Oct 27 11:52:54.354 INFO checking Fiedzia/rustbar against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:52:54.354 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 11:52:54.853 INFO blam! 239ccfab1fd8ea83a3a7347463e83fbc02d2eb2b98a7816cf02b1f166795cdbc Oct 27 11:52:54.855 INFO running `"docker" "start" "-a" "239ccfab1fd8ea83a3a7347463e83fbc02d2eb2b98a7816cf02b1f166795cdbc"` Oct 27 11:52:56.558 INFO kablam! usermod: no changes Oct 27 11:52:56.639 INFO kablam! Checking rustbar v0.2.0 (/source) Oct 27 11:52:57.452 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 11:52:57.452 INFO kablam! --> src/rustbars.rs:22:18 Oct 27 11:52:57.452 INFO kablam! | Oct 27 11:52:57.452 INFO kablam! 22 | fn to_stderr(mut self) -> T; Oct 27 11:52:57.452 INFO kablam! | ^^^^^^^^ Oct 27 11:52:57.452 INFO kablam! | Oct 27 11:52:57.452 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 27 11:52:57.452 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 27 11:52:57.452 INFO kablam! = note: for more information, see issue #35203 Oct 27 11:52:57.452 INFO kablam! Oct 27 11:52:57.542 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 11:52:57.543 INFO kablam! --> src/rustbars.rs:22:18 Oct 27 11:52:57.543 INFO kablam! | Oct 27 11:52:57.543 INFO kablam! 22 | fn to_stderr(mut self) -> T; Oct 27 11:52:57.555 INFO kablam! | ^^^^^^^^ Oct 27 11:52:57.555 INFO kablam! | Oct 27 11:52:57.555 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 27 11:52:57.555 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 27 11:52:57.555 INFO kablam! = note: for more information, see issue #35203 Oct 27 11:52:57.555 INFO kablam! Oct 27 11:52:58.619 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 11:52:58.619 INFO kablam! --> src/bin/demo.rs:3:5 Oct 27 11:52:58.619 INFO kablam! | Oct 27 11:52:58.619 INFO kablam! 3 | use std::thread::sleep_ms; Oct 27 11:52:58.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:52:58.619 INFO kablam! | Oct 27 11:52:58.619 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 11:52:58.619 INFO kablam! Oct 27 11:52:58.619 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 11:52:58.619 INFO kablam! --> src/bin/demo.rs:15:9 Oct 27 11:52:58.619 INFO kablam! | Oct 27 11:52:58.619 INFO kablam! 15 | sleep_ms(50); Oct 27 11:52:58.619 INFO kablam! | ^^^^^^^^ Oct 27 11:52:58.619 INFO kablam! Oct 27 11:52:58.619 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 11:52:58.619 INFO kablam! --> src/bin/demo.rs:23:9 Oct 27 11:52:58.619 INFO kablam! | Oct 27 11:52:58.619 INFO kablam! 23 | sleep_ms(50); Oct 27 11:52:58.619 INFO kablam! | ^^^^^^^^ Oct 27 11:52:58.619 INFO kablam! Oct 27 11:52:58.670 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 11:52:58.670 INFO kablam! --> src/bin/demo.rs:3:5 Oct 27 11:52:58.670 INFO kablam! | Oct 27 11:52:58.671 INFO kablam! 3 | use std::thread::sleep_ms; Oct 27 11:52:58.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:52:58.671 INFO kablam! | Oct 27 11:52:58.671 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 11:52:58.671 INFO kablam! Oct 27 11:52:58.671 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 11:52:58.671 INFO kablam! --> src/bin/demo.rs:15:9 Oct 27 11:52:58.671 INFO kablam! | Oct 27 11:52:58.671 INFO kablam! 15 | sleep_ms(50); Oct 27 11:52:58.671 INFO kablam! | ^^^^^^^^ Oct 27 11:52:58.671 INFO kablam! Oct 27 11:52:58.671 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 11:52:58.671 INFO kablam! --> src/bin/demo.rs:23:9 Oct 27 11:52:58.671 INFO kablam! | Oct 27 11:52:58.671 INFO kablam! 23 | sleep_ms(50); Oct 27 11:52:58.671 INFO kablam! | ^^^^^^^^ Oct 27 11:52:58.671 INFO kablam! Oct 27 11:52:58.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.16s Oct 27 11:52:58.759 INFO kablam! su: No module specific data is present Oct 27 11:52:59.743 INFO running `"docker" "rm" "-f" "239ccfab1fd8ea83a3a7347463e83fbc02d2eb2b98a7816cf02b1f166795cdbc"` Oct 27 11:53:00.091 INFO blam! 239ccfab1fd8ea83a3a7347463e83fbc02d2eb2b98a7816cf02b1f166795cdbc