Sep 06 08:14:13.265 INFO checking cvar-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 08:14:13.265 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 08:14:13.265 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 08:14:13.454 INFO blam! 5600853331aff508266e4561b67ec39e813338feec2c52aff7227bf735cd618f Sep 06 08:14:13.456 INFO running `"docker" "start" "-a" "5600853331aff508266e4561b67ec39e813338feec2c52aff7227bf735cd618f"` Sep 06 08:14:13.967 INFO kablam! usermod: no changes Sep 06 08:14:13.996 INFO kablam! Checking cvar v0.1.0 (file:///source) Sep 06 08:14:14.271 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Sep 06 08:14:14.272 INFO kablam! --> src/console.rs:386:1 Sep 06 08:14:14.272 INFO kablam! | Sep 06 08:14:14.272 INFO kablam! 386 | #[should_panic = "panicked safely"] Sep 06 08:14:14.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:14:14.272 INFO kablam! | Sep 06 08:14:14.272 INFO kablam! = note: Errors in this attribute were erroneously allowed and will become a hard error in a future release. Sep 06 08:14:14.272 INFO kablam! Sep 06 08:14:14.353 INFO kablam! warning: unused import: `super::super::*` Sep 06 08:14:14.353 INFO kablam! --> src/console.rs:339:5 Sep 06 08:14:14.353 INFO kablam! | Sep 06 08:14:14.353 INFO kablam! 339 | use super::super::*; Sep 06 08:14:14.353 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 08:14:14.353 INFO kablam! | Sep 06 08:14:14.353 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 08:14:14.353 INFO kablam! Sep 06 08:14:14.380 INFO kablam! warning: type annotations needed Sep 06 08:14:14.380 INFO kablam! --> src/console.rs:252:55 Sep 06 08:14:14.380 INFO kablam! | Sep 06 08:14:14.380 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Sep 06 08:14:14.380 INFO kablam! | ^^^^^^ Sep 06 08:14:14.380 INFO kablam! | Sep 06 08:14:14.380 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 06 08:14:14.380 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 06 08:14:14.380 INFO kablam! = note: for more information, see issue #46906 Sep 06 08:14:14.380 INFO kablam! Sep 06 08:14:14.380 INFO kablam! warning: type annotations needed Sep 06 08:14:14.380 INFO kablam! --> src/console.rs:255:26 Sep 06 08:14:14.380 INFO kablam! | Sep 06 08:14:14.380 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Sep 06 08:14:14.380 INFO kablam! | ^^^^^^ Sep 06 08:14:14.380 INFO kablam! | Sep 06 08:14:14.380 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 06 08:14:14.380 INFO kablam! = note: for more information, see issue #46906 Sep 06 08:14:14.380 INFO kablam! Sep 06 08:14:14.570 INFO kablam! warning: type annotations needed Sep 06 08:14:14.570 INFO kablam! --> src/console.rs:252:55 Sep 06 08:14:14.570 INFO kablam! | Sep 06 08:14:14.570 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Sep 06 08:14:14.570 INFO kablam! | ^^^^^^ Sep 06 08:14:14.574 INFO kablam! | Sep 06 08:14:14.574 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 06 08:14:14.574 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 06 08:14:14.574 INFO kablam! = note: for more information, see issue #46906 Sep 06 08:14:14.574 INFO kablam! Sep 06 08:14:14.574 INFO kablam! warning: type annotations needed Sep 06 08:14:14.574 INFO kablam! --> src/console.rs:255:26 Sep 06 08:14:14.574 INFO kablam! | Sep 06 08:14:14.574 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Sep 06 08:14:14.574 INFO kablam! | ^^^^^^ Sep 06 08:14:14.574 INFO kablam! | Sep 06 08:14:14.574 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 06 08:14:14.574 INFO kablam! = note: for more information, see issue #46906 Sep 06 08:14:14.574 INFO kablam! Sep 06 08:14:15.033 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Sep 06 08:14:15.039 INFO kablam! su: No module specific data is present Sep 06 08:14:15.678 INFO running `"docker" "rm" "-f" "5600853331aff508266e4561b67ec39e813338feec2c52aff7227bf735cd618f"` Sep 06 08:14:15.743 INFO blam! 5600853331aff508266e4561b67ec39e813338feec2c52aff7227bf735cd618f