Sep 21 11:36:56.754 INFO checking cvar-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 11:36:56.754 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 11:36:56.754 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:36:56.913 INFO blam! 341fc28732b87c4e157832c890910a186f489e957651a6f33e2322f0ee8a948b Sep 21 11:36:56.915 INFO running `"docker" "start" "-a" "341fc28732b87c4e157832c890910a186f489e957651a6f33e2322f0ee8a948b"` Sep 21 11:36:57.703 INFO kablam! usermod: no changes Sep 21 11:36:57.733 INFO kablam! Checking cvar v0.1.0 (/source) Sep 21 11:36:58.050 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Sep 21 11:36:58.050 INFO kablam! --> src/console.rs:386:1 Sep 21 11:36:58.050 INFO kablam! | Sep 21 11:36:58.050 INFO kablam! 386 | #[should_panic = "panicked safely"] Sep 21 11:36:58.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:36:58.050 INFO kablam! | Sep 21 11:36:58.050 INFO kablam! = note: Errors in this attribute were erroneously allowed and will become a hard error in a future release. Sep 21 11:36:58.050 INFO kablam! Sep 21 11:36:58.078 INFO kablam! warning: unused import: `super::super::*` Sep 21 11:36:58.078 INFO kablam! --> src/console.rs:339:5 Sep 21 11:36:58.078 INFO kablam! | Sep 21 11:36:58.078 INFO kablam! 339 | use super::super::*; Sep 21 11:36:58.078 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 11:36:58.078 INFO kablam! | Sep 21 11:36:58.078 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 11:36:58.078 INFO kablam! Sep 21 11:36:58.216 INFO kablam! warning: type annotations needed Sep 21 11:36:58.216 INFO kablam! --> src/console.rs:252:55 Sep 21 11:36:58.216 INFO kablam! | Sep 21 11:36:58.217 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Sep 21 11:36:58.217 INFO kablam! | ^^^^^^ Sep 21 11:36:58.217 INFO kablam! | Sep 21 11:36:58.218 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 21 11:36:58.218 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! Sep 21 11:36:58.219 INFO kablam! = note: for more information, see issue #46906 Sep 21 11:36:58.219 INFO kablam! Sep 21 11:36:58.220 INFO kablam! warning: type annotations needed Sep 21 11:36:58.220 INFO kablam! --> src/console.rs:255:26 Sep 21 11:36:58.220 INFO kablam! | Sep 21 11:36:58.221 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Sep 21 11:36:58.221 INFO kablam! | ^^^^^^ Sep 21 11:36:58.221 INFO kablam! | Sep 21 11:36:58.222 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! Sep 21 11:36:58.223 INFO kablam! = note: for more information, see issue #46906 Sep 21 11:36:58.223 INFO kablam! Sep 21 11:36:58.345 INFO kablam! warning: type annotations needed Sep 21 11:36:58.345 INFO kablam! --> src/console.rs:252:55 Sep 21 11:36:58.345 INFO kablam! | Sep 21 11:36:58.345 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Sep 21 11:36:58.345 INFO kablam! | ^^^^^^ Sep 21 11:36:58.345 INFO kablam! | Sep 21 11:36:58.345 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 21 11:36:58.345 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! Sep 21 11:36:58.345 INFO kablam! = note: for more information, see issue #46906 Sep 21 11:36:58.345 INFO kablam! Sep 21 11:36:58.345 INFO kablam! warning: type annotations needed Sep 21 11:36:58.345 INFO kablam! --> src/console.rs:255:26 Sep 21 11:36:58.345 INFO kablam! | Sep 21 11:36:58.345 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Sep 21 11:36:58.345 INFO kablam! | ^^^^^^ Sep 21 11:36:58.345 INFO kablam! | Sep 21 11:36:58.350 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! Sep 21 11:36:58.350 INFO kablam! = note: for more information, see issue #46906 Sep 21 11:36:58.350 INFO kablam! Sep 21 11:36:58.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Sep 21 11:36:58.965 INFO kablam! su: No module specific data is present Sep 21 11:36:59.517 INFO running `"docker" "rm" "-f" "341fc28732b87c4e157832c890910a186f489e957651a6f33e2322f0ee8a948b"` Sep 21 11:36:59.631 INFO blam! 341fc28732b87c4e157832c890910a186f489e957651a6f33e2322f0ee8a948b