Oct 27 16:27:31.536 INFO checking rustbar-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:27:31.536 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 16:27:32.036 INFO blam! 6e3b7ffe681d2c8c0bc3434eda308ef81f38202a2e64b0bbf3eb311858c10c25 Oct 27 16:27:32.038 INFO running `"docker" "start" "-a" "6e3b7ffe681d2c8c0bc3434eda308ef81f38202a2e64b0bbf3eb311858c10c25"` Oct 27 16:27:33.967 INFO kablam! usermod: no changes Oct 27 16:27:34.031 INFO kablam! Checking rustbar v0.2.0 (/source) Oct 27 16:27:35.240 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 16:27:35.241 INFO kablam! --> src/rustbars.rs:22:18 Oct 27 16:27:35.241 INFO kablam! | Oct 27 16:27:35.241 INFO kablam! 22 | fn to_stderr(mut self) -> T; Oct 27 16:27:35.241 INFO kablam! | ^^^^^^^^ Oct 27 16:27:35.242 INFO kablam! | Oct 27 16:27:35.242 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 27 16:27:35.242 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 16:27:35.247 INFO kablam! = note: for more information, see issue #35203 Oct 27 16:27:35.248 INFO kablam! Oct 27 16:27:35.363 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 16:27:35.364 INFO kablam! --> src/rustbars.rs:22:18 Oct 27 16:27:35.364 INFO kablam! | Oct 27 16:27:35.364 INFO kablam! 22 | fn to_stderr(mut self) -> T; Oct 27 16:27:35.364 INFO kablam! | ^^^^^^^^ Oct 27 16:27:35.365 INFO kablam! | Oct 27 16:27:35.365 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 27 16:27:35.365 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 16:27:35.366 INFO kablam! = note: for more information, see issue #35203 Oct 27 16:27:35.366 INFO kablam! Oct 27 16:27:36.437 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 16:27:36.437 INFO kablam! --> src/bin/demo.rs:3:5 Oct 27 16:27:36.437 INFO kablam! | Oct 27 16:27:36.437 INFO kablam! 3 | use std::thread::sleep_ms; Oct 27 16:27:36.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:27:36.439 INFO kablam! | Oct 27 16:27:36.439 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:27:36.439 INFO kablam! Oct 27 16:27:36.439 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 16:27:36.439 INFO kablam! --> src/bin/demo.rs:15:9 Oct 27 16:27:36.439 INFO kablam! | Oct 27 16:27:36.439 INFO kablam! 15 | sleep_ms(50); Oct 27 16:27:36.439 INFO kablam! | ^^^^^^^^ Oct 27 16:27:36.439 INFO kablam! Oct 27 16:27:36.439 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 16:27:36.439 INFO kablam! --> src/bin/demo.rs:23:9 Oct 27 16:27:36.439 INFO kablam! | Oct 27 16:27:36.439 INFO kablam! 23 | sleep_ms(50); Oct 27 16:27:36.439 INFO kablam! | ^^^^^^^^ Oct 27 16:27:36.443 INFO kablam! Oct 27 16:27:36.567 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 16:27:36.567 INFO kablam! --> src/bin/demo.rs:3:5 Oct 27 16:27:36.567 INFO kablam! | Oct 27 16:27:36.567 INFO kablam! 3 | use std::thread::sleep_ms; Oct 27 16:27:36.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:27:36.567 INFO kablam! | Oct 27 16:27:36.567 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:27:36.567 INFO kablam! Oct 27 16:27:36.567 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 16:27:36.567 INFO kablam! --> src/bin/demo.rs:15:9 Oct 27 16:27:36.567 INFO kablam! | Oct 27 16:27:36.567 INFO kablam! 15 | sleep_ms(50); Oct 27 16:27:36.567 INFO kablam! | ^^^^^^^^ Oct 27 16:27:36.567 INFO kablam! Oct 27 16:27:36.567 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 16:27:36.567 INFO kablam! --> src/bin/demo.rs:23:9 Oct 27 16:27:36.567 INFO kablam! | Oct 27 16:27:36.567 INFO kablam! 23 | sleep_ms(50); Oct 27 16:27:36.567 INFO kablam! | ^^^^^^^^ Oct 27 16:27:36.567 INFO kablam! Oct 27 16:27:36.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.63s Oct 27 16:27:36.627 INFO kablam! su: No module specific data is present Oct 27 16:27:37.435 INFO running `"docker" "rm" "-f" "6e3b7ffe681d2c8c0bc3434eda308ef81f38202a2e64b0bbf3eb311858c10c25"` Oct 27 16:27:37.753 INFO blam! 6e3b7ffe681d2c8c0bc3434eda308ef81f38202a2e64b0bbf3eb311858c10c25