Aug 18 00:46:57.953 INFO checking cvar-0.1.0 against try#a5d98b025f62ace80fe9d2a15781f900fc42515e for pr-53426 Aug 18 00:46:57.953 INFO running: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 18 00:46:57.953 INFO creating container for: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 18 00:46:57.954 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53426/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-2/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/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 +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 18 00:46:58.139 INFO blam! 270f101262b994268565330038bee5c0078d91e3453fbfcac769bc6938b83cd3 Aug 18 00:46:58.142 INFO running `"docker" "start" "-a" "270f101262b994268565330038bee5c0078d91e3453fbfcac769bc6938b83cd3"` Aug 18 00:46:59.293 INFO kablam! Checking cvar v0.1.0 (file:///source) Aug 18 00:47:00.439 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Aug 18 00:47:00.439 INFO kablam! --> src/console.rs:386:1 Aug 18 00:47:00.439 INFO kablam! | Aug 18 00:47:00.439 INFO kablam! 386 | #[should_panic = "panicked safely"] Aug 18 00:47:00.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 18 00:47:00.454 INFO kablam! | Aug 18 00:47:00.455 INFO kablam! = note: Errors in this attribute were erroneously allowed and will become a hard error in a future release. Aug 18 00:47:00.455 INFO kablam! Aug 18 00:47:00.667 INFO kablam! warning: unused import: `super::super::*` Aug 18 00:47:00.667 INFO kablam! --> src/console.rs:339:5 Aug 18 00:47:00.667 INFO kablam! | Aug 18 00:47:00.667 INFO kablam! 339 | use super::super::*; Aug 18 00:47:00.667 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 18 00:47:00.668 INFO kablam! | Aug 18 00:47:00.668 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 18 00:47:00.668 INFO kablam! Aug 18 00:47:00.848 INFO kablam! warning: type annotations needed Aug 18 00:47:00.849 INFO kablam! --> src/console.rs:252:55 Aug 18 00:47:00.849 INFO kablam! | Aug 18 00:47:00.849 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Aug 18 00:47:00.849 INFO kablam! | ^^^^^^ Aug 18 00:47:00.849 INFO kablam! | Aug 18 00:47:00.849 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 18 00:47:00.849 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 18 00:47:00.849 INFO kablam! = note: for more information, see issue #46906 Aug 18 00:47:00.849 INFO kablam! Aug 18 00:47:00.863 INFO kablam! warning: type annotations needed Aug 18 00:47:00.863 INFO kablam! --> src/console.rs:255:26 Aug 18 00:47:00.863 INFO kablam! | Aug 18 00:47:00.863 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Aug 18 00:47:00.863 INFO kablam! | ^^^^^^ Aug 18 00:47:00.863 INFO kablam! | Aug 18 00:47:00.864 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 18 00:47:00.864 INFO kablam! = note: for more information, see issue #46906 Aug 18 00:47:00.864 INFO kablam! Aug 18 00:47:01.306 INFO kablam! warning: type annotations needed Aug 18 00:47:01.306 INFO kablam! --> src/console.rs:252:55 Aug 18 00:47:01.306 INFO kablam! | Aug 18 00:47:01.306 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Aug 18 00:47:01.306 INFO kablam! | ^^^^^^ Aug 18 00:47:01.306 INFO kablam! | Aug 18 00:47:01.306 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Aug 18 00:47:01.306 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 18 00:47:01.306 INFO kablam! = note: for more information, see issue #46906 Aug 18 00:47:01.306 INFO kablam! Aug 18 00:47:01.307 INFO kablam! warning: type annotations needed Aug 18 00:47:01.307 INFO kablam! --> src/console.rs:255:26 Aug 18 00:47:01.307 INFO kablam! | Aug 18 00:47:01.307 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Aug 18 00:47:01.307 INFO kablam! | ^^^^^^ Aug 18 00:47:01.308 INFO kablam! | Aug 18 00:47:01.308 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 18 00:47:01.308 INFO kablam! = note: for more information, see issue #46906 Aug 18 00:47:01.308 INFO kablam! Aug 18 00:47:02.726 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.48s Aug 18 00:47:02.731 INFO kablam! su: No module specific data is present Aug 18 00:47:03.395 INFO running `"docker" "rm" "-f" "270f101262b994268565330038bee5c0078d91e3453fbfcac769bc6938b83cd3"` Aug 18 00:47:03.572 INFO blam! 270f101262b994268565330038bee5c0078d91e3453fbfcac769bc6938b83cd3