Oct 13 16:19:44.259 INFO checking cvar-0.1.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 16:19:44.259 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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.478 INFO blam! fc53ef2df56de5d1798f33da83164f26b4b1e0f9a49f57b4d2b5f586428db922 Oct 13 16:19:44.484 INFO running `"docker" "start" "-a" "fc53ef2df56de5d1798f33da83164f26b4b1e0f9a49f57b4d2b5f586428db922"` Oct 13 16:19:44.955 INFO kablam! usermod: no changes Oct 13 16:19:45.014 INFO kablam! Checking cvar v0.1.0 (/source) Oct 13 16:19:46.195 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Oct 13 16:19:46.195 INFO kablam! --> src/console.rs:386:1 Oct 13 16:19:46.195 INFO kablam! | Oct 13 16:19:46.196 INFO kablam! 386 | #[should_panic = "panicked safely"] Oct 13 16:19:46.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:19:46.197 INFO kablam! | Oct 13 16:19:46.198 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.198 INFO kablam! Oct 13 16:19:46.255 INFO kablam! warning: unused import: `super::super::*` Oct 13 16:19:46.256 INFO kablam! --> src/console.rs:339:5 Oct 13 16:19:46.256 INFO kablam! | Oct 13 16:19:46.257 INFO kablam! 339 | use super::super::*; Oct 13 16:19:46.257 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 16:19:46.258 INFO kablam! | Oct 13 16:19:46.259 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 16:19:46.259 INFO kablam! Oct 13 16:19:46.293 INFO kablam! warning: type annotations needed Oct 13 16:19:46.293 INFO kablam! --> src/console.rs:252:55 Oct 13 16:19:46.293 INFO kablam! | Oct 13 16:19:46.293 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Oct 13 16:19:46.293 INFO kablam! | ^^^^^^ Oct 13 16:19:46.293 INFO kablam! | Oct 13 16:19:46.293 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 16:19:46.295 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.295 INFO kablam! = note: for more information, see issue #46906 Oct 13 16:19:46.295 INFO kablam! Oct 13 16:19:46.295 INFO kablam! warning: type annotations needed Oct 13 16:19:46.295 INFO kablam! --> src/console.rs:255:26 Oct 13 16:19:46.295 INFO kablam! | Oct 13 16:19:46.295 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Oct 13 16:19:46.295 INFO kablam! | ^^^^^^ Oct 13 16:19:46.295 INFO kablam! | Oct 13 16:19:46.295 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.295 INFO kablam! = note: for more information, see issue #46906 Oct 13 16:19:46.295 INFO kablam! Oct 13 16:19:46.653 INFO kablam! warning: type annotations needed Oct 13 16:19:46.653 INFO kablam! --> src/console.rs:252:55 Oct 13 16:19:46.654 INFO kablam! | Oct 13 16:19:46.654 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Oct 13 16:19:46.654 INFO kablam! | ^^^^^^ Oct 13 16:19:46.655 INFO kablam! | Oct 13 16:19:46.656 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 16:19:46.656 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.656 INFO kablam! = note: for more information, see issue #46906 Oct 13 16:19:46.657 INFO kablam! Oct 13 16:19:46.658 INFO kablam! warning: type annotations needed Oct 13 16:19:46.658 INFO kablam! --> src/console.rs:255:26 Oct 13 16:19:46.658 INFO kablam! | Oct 13 16:19:46.658 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Oct 13 16:19:46.658 INFO kablam! | ^^^^^^ Oct 13 16:19:46.658 INFO kablam! | Oct 13 16:19:46.658 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.658 INFO kablam! = note: for more information, see issue #46906 Oct 13 16:19:46.658 INFO kablam! Oct 13 16:19:47.380 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.38s Oct 13 16:19:47.380 INFO kablam! su: No module specific data is present Oct 13 16:19:47.794 INFO running `"docker" "rm" "-f" "fc53ef2df56de5d1798f33da83164f26b4b1e0f9a49f57b4d2b5f586428db922"` Oct 13 16:19:47.885 INFO blam! fc53ef2df56de5d1798f33da83164f26b4b1e0f9a49f57b4d2b5f586428db922