Oct 13 04:45:54.952 INFO checking Fiedzia/rustbar against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 04:45:54.952 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 04:45:55.346 INFO blam! 5fa25d30b40ae972a935d8bf9b4c932ff24e3aa00f91fe1ce21e1bddddded17e Oct 13 04:45:55.348 INFO running `"docker" "start" "-a" "5fa25d30b40ae972a935d8bf9b4c932ff24e3aa00f91fe1ce21e1bddddded17e"` Oct 13 04:45:56.421 INFO kablam! usermod: no changes Oct 13 04:45:56.516 INFO kablam! Checking rustbar v0.2.0 (/source) Oct 13 04:45:57.376 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 04:45:57.376 INFO kablam! --> src/rustbars.rs:22:18 Oct 13 04:45:57.376 INFO kablam! | Oct 13 04:45:57.376 INFO kablam! 22 | fn to_stderr(mut self) -> T; Oct 13 04:45:57.376 INFO kablam! | ^^^^^^^^ Oct 13 04:45:57.376 INFO kablam! | Oct 13 04:45:57.376 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 13 04:45:57.376 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 13 04:45:57.376 INFO kablam! = note: for more information, see issue #35203 Oct 13 04:45:57.376 INFO kablam! Oct 13 04:45:57.593 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 04:45:57.593 INFO kablam! --> src/rustbars.rs:22:18 Oct 13 04:45:57.593 INFO kablam! | Oct 13 04:45:57.593 INFO kablam! 22 | fn to_stderr(mut self) -> T; Oct 13 04:45:57.594 INFO kablam! | ^^^^^^^^ Oct 13 04:45:57.594 INFO kablam! | Oct 13 04:45:57.594 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 13 04:45:57.605 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 13 04:45:57.606 INFO kablam! = note: for more information, see issue #35203 Oct 13 04:45:57.606 INFO kablam! Oct 13 04:45:58.301 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 04:45:58.301 INFO kablam! --> src/bin/demo.rs:3:5 Oct 13 04:45:58.301 INFO kablam! | Oct 13 04:45:58.302 INFO kablam! 3 | use std::thread::sleep_ms; Oct 13 04:45:58.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:45:58.302 INFO kablam! | Oct 13 04:45:58.303 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 04:45:58.303 INFO kablam! Oct 13 04:45:58.303 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 04:45:58.303 INFO kablam! --> src/bin/demo.rs:15:9 Oct 13 04:45:58.304 INFO kablam! | Oct 13 04:45:58.304 INFO kablam! 15 | sleep_ms(50); Oct 13 04:45:58.304 INFO kablam! | ^^^^^^^^ Oct 13 04:45:58.304 INFO kablam! Oct 13 04:45:58.305 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 04:45:58.305 INFO kablam! --> src/bin/demo.rs:23:9 Oct 13 04:45:58.305 INFO kablam! | Oct 13 04:45:58.305 INFO kablam! 23 | sleep_ms(50); Oct 13 04:45:58.306 INFO kablam! | ^^^^^^^^ Oct 13 04:45:58.306 INFO kablam! Oct 13 04:45:58.726 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 04:45:58.726 INFO kablam! --> src/bin/demo.rs:3:5 Oct 13 04:45:58.727 INFO kablam! | Oct 13 04:45:58.728 INFO kablam! 3 | use std::thread::sleep_ms; Oct 13 04:45:58.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:45:58.728 INFO kablam! | Oct 13 04:45:58.729 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 04:45:58.729 INFO kablam! Oct 13 04:45:58.732 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 04:45:58.733 INFO kablam! --> src/bin/demo.rs:15:9 Oct 13 04:45:58.733 INFO kablam! | Oct 13 04:45:58.733 INFO kablam! 15 | sleep_ms(50); Oct 13 04:45:58.734 INFO kablam! | ^^^^^^^^ Oct 13 04:45:58.734 INFO kablam! Oct 13 04:45:58.734 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 04:45:58.734 INFO kablam! --> src/bin/demo.rs:23:9 Oct 13 04:45:58.734 INFO kablam! | Oct 13 04:45:58.735 INFO kablam! 23 | sleep_ms(50); Oct 13 04:45:58.735 INFO kablam! | ^^^^^^^^ Oct 13 04:45:58.735 INFO kablam! Oct 13 04:45:58.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.36s Oct 13 04:45:58.828 INFO kablam! su: No module specific data is present Oct 13 04:45:59.664 INFO running `"docker" "rm" "-f" "5fa25d30b40ae972a935d8bf9b4c932ff24e3aa00f91fe1ce21e1bddddded17e"` Oct 13 04:46:00.040 INFO blam! 5fa25d30b40ae972a935d8bf9b4c932ff24e3aa00f91fe1ce21e1bddddded17e