Sep 14 17:51:06.960 INFO checking cvar-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 17:51:06.960 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 17:51:06.960 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 17:51:07.138 INFO blam! a6feb90b2b8dba582f056945db7d89452872be8de65487f31377cc6db8de7677 Sep 14 17:51:07.139 INFO running `"docker" "start" "-a" "a6feb90b2b8dba582f056945db7d89452872be8de65487f31377cc6db8de7677"` Sep 14 17:51:08.233 INFO kablam! usermod: no changes Sep 14 17:51:08.293 INFO kablam! Checking cvar v0.1.0 (file:///source) Sep 14 17:51:08.886 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Sep 14 17:51:08.887 INFO kablam! --> src/console.rs:386:1 Sep 14 17:51:08.887 INFO kablam! | Sep 14 17:51:08.887 INFO kablam! 386 | #[should_panic = "panicked safely"] Sep 14 17:51:08.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 17:51:08.887 INFO kablam! | Sep 14 17:51:08.887 INFO kablam! = note: Errors in this attribute were erroneously allowed and will become a hard error in a future release. Sep 14 17:51:08.887 INFO kablam! Sep 14 17:51:08.926 INFO kablam! warning: unused import: `super::super::*` Sep 14 17:51:08.927 INFO kablam! --> src/console.rs:339:5 Sep 14 17:51:08.927 INFO kablam! | Sep 14 17:51:08.927 INFO kablam! 339 | use super::super::*; Sep 14 17:51:08.927 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 17:51:08.927 INFO kablam! | Sep 14 17:51:08.927 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 17:51:08.927 INFO kablam! Sep 14 17:51:08.979 INFO kablam! warning: type annotations needed Sep 14 17:51:08.979 INFO kablam! --> src/console.rs:252:55 Sep 14 17:51:08.979 INFO kablam! | Sep 14 17:51:08.979 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Sep 14 17:51:08.979 INFO kablam! | ^^^^^^ Sep 14 17:51:08.979 INFO kablam! | Sep 14 17:51:08.979 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 14 17:51:08.979 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 14 17:51:08.979 INFO kablam! = note: for more information, see issue #46906 Sep 14 17:51:08.979 INFO kablam! Sep 14 17:51:08.980 INFO kablam! warning: type annotations needed Sep 14 17:51:08.980 INFO kablam! --> src/console.rs:255:26 Sep 14 17:51:08.980 INFO kablam! | Sep 14 17:51:08.980 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Sep 14 17:51:08.980 INFO kablam! | ^^^^^^ Sep 14 17:51:08.980 INFO kablam! | Sep 14 17:51:08.980 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 14 17:51:08.980 INFO kablam! = note: for more information, see issue #46906 Sep 14 17:51:08.981 INFO kablam! Sep 14 17:51:09.115 INFO kablam! warning: type annotations needed Sep 14 17:51:09.115 INFO kablam! --> src/console.rs:252:55 Sep 14 17:51:09.115 INFO kablam! | Sep 14 17:51:09.115 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Sep 14 17:51:09.115 INFO kablam! | ^^^^^^ Sep 14 17:51:09.115 INFO kablam! | Sep 14 17:51:09.115 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 14 17:51:09.115 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 14 17:51:09.115 INFO kablam! = note: for more information, see issue #46906 Sep 14 17:51:09.115 INFO kablam! Sep 14 17:51:09.116 INFO kablam! warning: type annotations needed Sep 14 17:51:09.116 INFO kablam! --> src/console.rs:255:26 Sep 14 17:51:09.116 INFO kablam! | Sep 14 17:51:09.116 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Sep 14 17:51:09.116 INFO kablam! | ^^^^^^ Sep 14 17:51:09.116 INFO kablam! | Sep 14 17:51:09.116 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 14 17:51:09.116 INFO kablam! = note: for more information, see issue #46906 Sep 14 17:51:09.116 INFO kablam! Sep 14 17:51:09.729 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Sep 14 17:51:09.732 INFO kablam! su: No module specific data is present Sep 14 17:51:10.384 INFO running `"docker" "rm" "-f" "a6feb90b2b8dba582f056945db7d89452872be8de65487f31377cc6db8de7677"` Sep 14 17:51:10.475 INFO blam! a6feb90b2b8dba582f056945db7d89452872be8de65487f31377cc6db8de7677