Oct 13 16:19:44.192 INFO checking cvar-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 16:19:44.192 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16:19:44.440 INFO blam! d618523d6064b29ef28e6979d4111725f80d8f2ab1416f0eeb1dc3fe2de767f8 Oct 13 16:19:44.442 INFO running `"docker" "start" "-a" "d618523d6064b29ef28e6979d4111725f80d8f2ab1416f0eeb1dc3fe2de767f8"` Oct 13 16:19:44.970 INFO kablam! usermod: no changes Oct 13 16:19:44.995 INFO kablam! Checking cvar v0.1.0 (/source) Oct 13 16:19:46.120 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Oct 13 16:19:46.121 INFO kablam! --> src/console.rs:386:1 Oct 13 16:19:46.122 INFO kablam! | Oct 13 16:19:46.123 INFO kablam! 386 | #[should_panic = "panicked safely"] Oct 13 16:19:46.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:19:46.124 INFO kablam! | Oct 13 16:19:46.124 INFO kablam! = note: Errors in this attribute were erroneously allowed and will become a hard error in a future release. Oct 13 16:19:46.125 INFO kablam! Oct 13 16:19:46.176 INFO kablam! warning: unused import: `super::super::*` Oct 13 16:19:46.177 INFO kablam! --> src/console.rs:339:5 Oct 13 16:19:46.178 INFO kablam! | Oct 13 16:19:46.178 INFO kablam! 339 | use super::super::*; Oct 13 16:19:46.179 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 16:19:46.179 INFO kablam! | Oct 13 16:19:46.180 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 16:19:46.180 INFO kablam! Oct 13 16:19:46.500 INFO kablam! warning: type annotations needed Oct 13 16:19:46.501 INFO kablam! --> src/console.rs:252:55 Oct 13 16:19:46.501 INFO kablam! | Oct 13 16:19:46.501 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Oct 13 16:19:46.501 INFO kablam! | ^^^^^^ Oct 13 16:19:46.501 INFO kablam! | Oct 13 16:19:46.501 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 16:19:46.501 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 13 16:19:46.501 INFO kablam! = note: for more information, see issue #46906 Oct 13 16:19:46.501 INFO kablam! Oct 13 16:19:46.501 INFO kablam! warning: type annotations needed Oct 13 16:19:46.501 INFO kablam! --> src/console.rs:255:26 Oct 13 16:19:46.501 INFO kablam! | Oct 13 16:19:46.501 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Oct 13 16:19:46.501 INFO kablam! | ^^^^^^ Oct 13 16:19:46.501 INFO kablam! | Oct 13 16:19:46.501 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 13 16:19:46.501 INFO kablam! = note: for more information, see issue #46906 Oct 13 16:19:46.501 INFO kablam! Oct 13 16:19:46.600 INFO kablam! warning: type annotations needed Oct 13 16:19:46.600 INFO kablam! --> src/console.rs:252:55 Oct 13 16:19:46.600 INFO kablam! | Oct 13 16:19:46.600 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Oct 13 16:19:46.600 INFO kablam! | ^^^^^^ Oct 13 16:19:46.600 INFO kablam! | Oct 13 16:19:46.600 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 16:19:46.600 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 13 16:19:46.600 INFO kablam! = note: for more information, see issue #46906 Oct 13 16:19:46.600 INFO kablam! Oct 13 16:19:46.601 INFO kablam! warning: type annotations needed Oct 13 16:19:46.601 INFO kablam! --> src/console.rs:255:26 Oct 13 16:19:46.601 INFO kablam! | Oct 13 16:19:46.601 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Oct 13 16:19:46.601 INFO kablam! | ^^^^^^ Oct 13 16:19:46.601 INFO kablam! | Oct 13 16:19:46.601 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 13 16:19:46.601 INFO kablam! = note: for more information, see issue #46906 Oct 13 16:19:46.601 INFO kablam! Oct 13 16:19:47.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.75s Oct 13 16:19:47.730 INFO kablam! su: No module specific data is present Oct 13 16:19:48.065 INFO running `"docker" "rm" "-f" "d618523d6064b29ef28e6979d4111725f80d8f2ab1416f0eeb1dc3fe2de767f8"` Oct 13 16:19:48.150 INFO blam! d618523d6064b29ef28e6979d4111725f80d8f2ab1416f0eeb1dc3fe2de767f8