Nov 02 00:07:54.043 INFO checking cvar-0.1.0 against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Nov 02 00:07:54.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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"` Nov 02 00:07:54.274 INFO blam! 7b9597b3c9ddb65efe9f3fc92846b7dfadcfbd353f96e88724e207a3c07eb77f Nov 02 00:07:54.276 INFO running `"docker" "start" "-a" "7b9597b3c9ddb65efe9f3fc92846b7dfadcfbd353f96e88724e207a3c07eb77f"` Nov 02 00:07:54.892 INFO kablam! usermod: no changes Nov 02 00:07:54.972 INFO kablam! Checking cvar v0.1.0 (/source) Nov 02 00:07:56.304 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Nov 02 00:07:56.304 INFO kablam! --> src/console.rs:386:1 Nov 02 00:07:56.304 INFO kablam! | Nov 02 00:07:56.304 INFO kablam! 386 | #[should_panic = "panicked safely"] Nov 02 00:07:56.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 02 00:07:56.304 INFO kablam! | Nov 02 00:07:56.304 INFO kablam! = note: Errors in this attribute were erroneously allowed and will become a hard error in a future release. Nov 02 00:07:56.304 INFO kablam! Nov 02 00:07:56.364 INFO kablam! warning: unused import: `super::super::*` Nov 02 00:07:56.364 INFO kablam! --> src/console.rs:339:5 Nov 02 00:07:56.364 INFO kablam! | Nov 02 00:07:56.364 INFO kablam! 339 | use super::super::*; Nov 02 00:07:56.364 INFO kablam! | ^^^^^^^^^^^^^^^ Nov 02 00:07:56.364 INFO kablam! | Nov 02 00:07:56.364 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 02 00:07:56.364 INFO kablam! Nov 02 00:07:56.524 INFO kablam! warning: type annotations needed Nov 02 00:07:56.524 INFO kablam! --> src/console.rs:252:55 Nov 02 00:07:56.524 INFO kablam! | Nov 02 00:07:56.524 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Nov 02 00:07:56.524 INFO kablam! | ^^^^^^ Nov 02 00:07:56.524 INFO kablam! | Nov 02 00:07:56.524 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Nov 02 00:07:56.524 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! Nov 02 00:07:56.524 INFO kablam! = note: for more information, see issue #46906 Nov 02 00:07:56.524 INFO kablam! Nov 02 00:07:56.524 INFO kablam! warning: type annotations needed Nov 02 00:07:56.524 INFO kablam! --> src/console.rs:255:26 Nov 02 00:07:56.524 INFO kablam! | Nov 02 00:07:56.524 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Nov 02 00:07:56.525 INFO kablam! | ^^^^^^ Nov 02 00:07:56.525 INFO kablam! | Nov 02 00:07:56.525 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! Nov 02 00:07:56.525 INFO kablam! = note: for more information, see issue #46906 Nov 02 00:07:56.525 INFO kablam! Nov 02 00:07:56.812 INFO kablam! warning: type annotations needed Nov 02 00:07:56.812 INFO kablam! --> src/console.rs:252:55 Nov 02 00:07:56.812 INFO kablam! | Nov 02 00:07:56.812 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Nov 02 00:07:56.812 INFO kablam! | ^^^^^^ Nov 02 00:07:56.812 INFO kablam! | Nov 02 00:07:56.812 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Nov 02 00:07:56.812 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! Nov 02 00:07:56.812 INFO kablam! = note: for more information, see issue #46906 Nov 02 00:07:56.812 INFO kablam! Nov 02 00:07:56.812 INFO kablam! warning: type annotations needed Nov 02 00:07:56.812 INFO kablam! --> src/console.rs:255:26 Nov 02 00:07:56.812 INFO kablam! | Nov 02 00:07:56.812 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Nov 02 00:07:56.812 INFO kablam! | ^^^^^^ Nov 02 00:07:56.812 INFO kablam! | Nov 02 00:07:56.812 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! Nov 02 00:07:56.813 INFO kablam! = note: for more information, see issue #46906 Nov 02 00:07:56.813 INFO kablam! Nov 02 00:07:57.757 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.83s Nov 02 00:07:57.760 INFO kablam! su: No module specific data is present Nov 02 00:07:58.153 INFO running `"docker" "rm" "-f" "7b9597b3c9ddb65efe9f3fc92846b7dfadcfbd353f96e88724e207a3c07eb77f"` Nov 02 00:07:58.259 INFO blam! 7b9597b3c9ddb65efe9f3fc92846b7dfadcfbd353f96e88724e207a3c07eb77f