Oct 27 23:23:52.708 INFO checking cvar-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 23:23:52.708 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 23:23:52.887 INFO blam! d719cd736bb91c06427ca1b367e8d26f92b281f1ee67a856e4d8b241ccb2ac45 Oct 27 23:23:52.893 INFO running `"docker" "start" "-a" "d719cd736bb91c06427ca1b367e8d26f92b281f1ee67a856e4d8b241ccb2ac45"` Oct 27 23:23:53.415 INFO kablam! usermod: no changes Oct 27 23:23:53.479 INFO kablam! Checking cvar v0.1.0 (/source) Oct 27 23:23:54.791 INFO kablam! warning: type annotations needed Oct 27 23:23:54.791 INFO kablam! --> src/console.rs:252:55 Oct 27 23:23:54.791 INFO kablam! | Oct 27 23:23:54.791 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Oct 27 23:23:54.791 INFO kablam! | ^^^^^^ Oct 27 23:23:54.791 INFO kablam! | Oct 27 23:23:54.791 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 27 23:23:54.791 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 27 23:23:54.791 INFO kablam! = note: for more information, see issue #46906 Oct 27 23:23:54.791 INFO kablam! Oct 27 23:23:54.791 INFO kablam! warning: type annotations needed Oct 27 23:23:54.791 INFO kablam! --> src/console.rs:255:26 Oct 27 23:23:54.791 INFO kablam! | Oct 27 23:23:54.791 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Oct 27 23:23:54.791 INFO kablam! | ^^^^^^ Oct 27 23:23:54.792 INFO kablam! | Oct 27 23:23:54.792 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 27 23:23:54.792 INFO kablam! = note: for more information, see issue #46906 Oct 27 23:23:54.792 INFO kablam! Oct 27 23:23:54.999 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Oct 27 23:23:54.999 INFO kablam! --> src/console.rs:386:1 Oct 27 23:23:54.999 INFO kablam! | Oct 27 23:23:54.999 INFO kablam! 386 | #[should_panic = "panicked safely"] Oct 27 23:23:54.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:23:54.999 INFO kablam! | Oct 27 23:23:54.999 INFO kablam! = note: Errors in this attribute were erroneously allowed and will become a hard error in a future release. Oct 27 23:23:54.999 INFO kablam! Oct 27 23:23:55.027 INFO kablam! warning: unused import: `super::super::*` Oct 27 23:23:55.027 INFO kablam! --> src/console.rs:339:5 Oct 27 23:23:55.027 INFO kablam! | Oct 27 23:23:55.027 INFO kablam! 339 | use super::super::*; Oct 27 23:23:55.027 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 23:23:55.027 INFO kablam! | Oct 27 23:23:55.027 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 23:23:55.027 INFO kablam! Oct 27 23:23:55.207 INFO kablam! warning: type annotations needed Oct 27 23:23:55.207 INFO kablam! --> src/console.rs:252:55 Oct 27 23:23:55.207 INFO kablam! | Oct 27 23:23:55.207 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Oct 27 23:23:55.207 INFO kablam! | ^^^^^^ Oct 27 23:23:55.207 INFO kablam! | Oct 27 23:23:55.207 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 27 23:23:55.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 27 23:23:55.207 INFO kablam! = note: for more information, see issue #46906 Oct 27 23:23:55.207 INFO kablam! Oct 27 23:23:55.207 INFO kablam! warning: type annotations needed Oct 27 23:23:55.207 INFO kablam! --> src/console.rs:255:26 Oct 27 23:23:55.207 INFO kablam! | Oct 27 23:23:55.207 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Oct 27 23:23:55.207 INFO kablam! | ^^^^^^ Oct 27 23:23:55.207 INFO kablam! | Oct 27 23:23:55.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 27 23:23:55.207 INFO kablam! = note: for more information, see issue #46906 Oct 27 23:23:55.207 INFO kablam! Oct 27 23:23:56.062 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.62s Oct 27 23:23:56.068 INFO kablam! su: No module specific data is present Oct 27 23:23:56.374 INFO running `"docker" "rm" "-f" "d719cd736bb91c06427ca1b367e8d26f92b281f1ee67a856e4d8b241ccb2ac45"` Oct 27 23:23:56.450 INFO blam! d719cd736bb91c06427ca1b367e8d26f92b281f1ee67a856e4d8b241ccb2ac45