Sep 21 11:36:56.793 INFO checking cvar-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 11:36:56.793 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 11:36:56.793 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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.951 INFO blam! a5df03f24c2f9c3a779d56e38779774c641958d00f218e071b99fcc8e7f97afb Sep 21 11:36:56.953 INFO running `"docker" "start" "-a" "a5df03f24c2f9c3a779d56e38779774c641958d00f218e071b99fcc8e7f97afb"` Sep 21 11:36:58.026 INFO kablam! usermod: no changes Sep 21 11:36:58.062 INFO kablam! Checking cvar v0.1.0 (/source) Sep 21 11:36:58.494 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Sep 21 11:36:58.494 INFO kablam! --> src/console.rs:386:1 Sep 21 11:36:58.494 INFO kablam! | Sep 21 11:36:58.494 INFO kablam! 386 | #[should_panic = "panicked safely"] Sep 21 11:36:58.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:36:58.494 INFO kablam! | Sep 21 11:36:58.494 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.494 INFO kablam! Sep 21 11:36:58.518 INFO kablam! warning: unused import: `super::super::*` Sep 21 11:36:58.518 INFO kablam! --> src/console.rs:339:5 Sep 21 11:36:58.518 INFO kablam! | Sep 21 11:36:58.518 INFO kablam! 339 | use super::super::*; Sep 21 11:36:58.518 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 11:36:58.518 INFO kablam! | Sep 21 11:36:58.518 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 11:36:58.518 INFO kablam! Sep 21 11:36:58.672 INFO kablam! warning: type annotations needed Sep 21 11:36:58.672 INFO kablam! --> src/console.rs:252:55 Sep 21 11:36:58.673 INFO kablam! | Sep 21 11:36:58.673 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Sep 21 11:36:58.673 INFO kablam! | ^^^^^^ Sep 21 11:36:58.673 INFO kablam! | Sep 21 11:36:58.673 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 21 11:36:58.673 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.673 INFO kablam! = note: for more information, see issue #46906 Sep 21 11:36:58.673 INFO kablam! Sep 21 11:36:58.673 INFO kablam! warning: type annotations needed Sep 21 11:36:58.673 INFO kablam! --> src/console.rs:255:26 Sep 21 11:36:58.673 INFO kablam! | Sep 21 11:36:58.673 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Sep 21 11:36:58.673 INFO kablam! | ^^^^^^ Sep 21 11:36:58.673 INFO kablam! | Sep 21 11:36:58.673 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.673 INFO kablam! = note: for more information, see issue #46906 Sep 21 11:36:58.673 INFO kablam! Sep 21 11:36:58.718 INFO kablam! warning: type annotations needed Sep 21 11:36:58.718 INFO kablam! --> src/console.rs:252:55 Sep 21 11:36:58.718 INFO kablam! | Sep 21 11:36:58.718 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Sep 21 11:36:58.718 INFO kablam! | ^^^^^^ Sep 21 11:36:58.718 INFO kablam! | Sep 21 11:36:58.718 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 21 11:36:58.718 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.718 INFO kablam! = note: for more information, see issue #46906 Sep 21 11:36:58.718 INFO kablam! Sep 21 11:36:58.718 INFO kablam! warning: type annotations needed Sep 21 11:36:58.718 INFO kablam! --> src/console.rs:255:26 Sep 21 11:36:58.718 INFO kablam! | Sep 21 11:36:58.718 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Sep 21 11:36:58.718 INFO kablam! | ^^^^^^ Sep 21 11:36:58.718 INFO kablam! | Sep 21 11:36:58.718 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.718 INFO kablam! = note: for more information, see issue #46906 Sep 21 11:36:58.718 INFO kablam! Sep 21 11:36:59.198 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.15s Sep 21 11:36:59.198 INFO kablam! su: No module specific data is present Sep 21 11:36:59.693 INFO running `"docker" "rm" "-f" "a5df03f24c2f9c3a779d56e38779774c641958d00f218e071b99fcc8e7f97afb"` Sep 21 11:36:59.790 INFO blam! a5df03f24c2f9c3a779d56e38779774c641958d00f218e071b99fcc8e7f97afb