Aug 30 20:18:37.094 INFO checking cvar-0.1.0 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 20:18:37.094 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 20:18:37.094 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-3/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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=500" "-e" "CMD=cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 20:18:37.293 INFO blam! 7d70e4c65287d88b89be67358adc1e737c95b4ba6844ffffc3d31cf83386c5f1 Aug 30 20:18:37.295 INFO running `"docker" "start" "-a" "7d70e4c65287d88b89be67358adc1e737c95b4ba6844ffffc3d31cf83386c5f1"` Aug 30 20:18:37.890 INFO kablam! Checking cvar v0.1.0 (file:///source) Aug 30 20:18:38.370 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Aug 30 20:18:38.370 INFO kablam! --> src/console.rs:386:1 Aug 30 20:18:38.370 INFO kablam! | Aug 30 20:18:38.370 INFO kablam! 386 | #[should_panic = "panicked safely"] Aug 30 20:18:38.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 20:18:38.370 INFO kablam! | Aug 30 20:18:38.370 INFO kablam! = note: Errors in this attribute were erroneously allowed and will become a hard error in a future release. Aug 30 20:18:38.370 INFO kablam! Aug 30 20:18:38.480 INFO kablam! warning: unused import: `super::super::*` Aug 30 20:18:38.480 INFO kablam! --> src/console.rs:339:5 Aug 30 20:18:38.480 INFO kablam! | Aug 30 20:18:38.480 INFO kablam! 339 | use super::super::*; Aug 30 20:18:38.480 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 30 20:18:38.480 INFO kablam! | Aug 30 20:18:38.480 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 30 20:18:38.480 INFO kablam! Aug 30 20:18:38.656 INFO kablam! warning: type annotations needed Aug 30 20:18:38.657 INFO kablam! --> src/console.rs:252:55 Aug 30 20:18:38.657 INFO kablam! | Aug 30 20:18:38.657 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Aug 30 20:18:38.657 INFO kablam! | ^^^^^^ Aug 30 20:18:38.657 INFO kablam! | Aug 30 20:18:38.657 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 30 20:18:38.657 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! Aug 30 20:18:38.657 INFO kablam! = note: for more information, see issue #46906 Aug 30 20:18:38.657 INFO kablam! Aug 30 20:18:38.657 INFO kablam! warning: type annotations needed Aug 30 20:18:38.657 INFO kablam! --> src/console.rs:255:26 Aug 30 20:18:38.657 INFO kablam! | Aug 30 20:18:38.657 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Aug 30 20:18:38.657 INFO kablam! | ^^^^^^ Aug 30 20:18:38.657 INFO kablam! | Aug 30 20:18:38.657 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! Aug 30 20:18:38.657 INFO kablam! = note: for more information, see issue #46906 Aug 30 20:18:38.657 INFO kablam! Aug 30 20:18:38.771 INFO kablam! warning: type annotations needed Aug 30 20:18:38.771 INFO kablam! --> src/console.rs:252:55 Aug 30 20:18:38.771 INFO kablam! | Aug 30 20:18:38.771 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Aug 30 20:18:38.771 INFO kablam! | ^^^^^^ Aug 30 20:18:38.771 INFO kablam! | Aug 30 20:18:38.772 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 30 20:18:38.772 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! Aug 30 20:18:38.772 INFO kablam! = note: for more information, see issue #46906 Aug 30 20:18:38.772 INFO kablam! Aug 30 20:18:38.772 INFO kablam! warning: type annotations needed Aug 30 20:18:38.772 INFO kablam! --> src/console.rs:255:26 Aug 30 20:18:38.772 INFO kablam! | Aug 30 20:18:38.772 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Aug 30 20:18:38.772 INFO kablam! | ^^^^^^ Aug 30 20:18:38.772 INFO kablam! | Aug 30 20:18:38.772 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! Aug 30 20:18:38.772 INFO kablam! = note: for more information, see issue #46906 Aug 30 20:18:38.772 INFO kablam! Aug 30 20:18:39.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Aug 30 20:18:39.552 INFO kablam! su: No module specific data is present Aug 30 20:18:39.933 INFO running `"docker" "rm" "-f" "7d70e4c65287d88b89be67358adc1e737c95b4ba6844ffffc3d31cf83386c5f1"` Aug 30 20:18:40.062 INFO blam! 7d70e4c65287d88b89be67358adc1e737c95b4ba6844ffffc3d31cf83386c5f1