Sep 04 06:30:50.762 INFO checking shmem-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 06:30:50.762 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 06:30:50.762 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:30:50.938 INFO blam! 004fa71c3f29fb9a6ff1ea96bea8ac5a5013e7c0acf4444090d8db93ab5ada01 Sep 04 06:30:50.940 INFO running `"docker" "start" "-a" "004fa71c3f29fb9a6ff1ea96bea8ac5a5013e7c0acf4444090d8db93ab5ada01"` Sep 04 06:30:51.627 INFO kablam! Checking shmem v0.2.0 (file:///source) Sep 04 06:30:52.065 INFO kablam! warning: unused `#[macro_use]` import Sep 04 06:30:52.065 INFO kablam! --> src/lib.rs:1:1 Sep 04 06:30:52.065 INFO kablam! | Sep 04 06:30:52.065 INFO kablam! 1 | #[macro_use] Sep 04 06:30:52.065 INFO kablam! | ^^^^^^^^^^^^ Sep 04 06:30:52.065 INFO kablam! | Sep 04 06:30:52.065 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 06:30:52.065 INFO kablam! Sep 04 06:30:52.119 INFO kablam! warning: unused `#[macro_use]` import Sep 04 06:30:52.119 INFO kablam! --> src/lib.rs:1:1 Sep 04 06:30:52.119 INFO kablam! | Sep 04 06:30:52.120 INFO kablam! 1 | #[macro_use] Sep 04 06:30:52.120 INFO kablam! | ^^^^^^^^^^^^ Sep 04 06:30:52.120 INFO kablam! | Sep 04 06:30:52.120 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 06:30:52.120 INFO kablam! Sep 04 06:30:52.191 INFO kablam! warning: type annotations needed Sep 04 06:30:52.191 INFO kablam! --> src/map/owned.rs:49:43 Sep 04 06:30:52.191 INFO kablam! | Sep 04 06:30:52.191 INFO kablam! 49 | (self.address as *const _ as *const _).as_ref().unwrap() Sep 04 06:30:52.191 INFO kablam! | ^^^^^^ Sep 04 06:30:52.191 INFO kablam! | Sep 04 06:30:52.191 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 06:30:52.191 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 04 06:30:52.191 INFO kablam! = note: for more information, see issue #46906 Sep 04 06:30:52.191 INFO kablam! Sep 04 06:30:52.194 INFO kablam! warning: type annotations needed Sep 04 06:30:52.194 INFO kablam! --> src/map/owned.rs:57:29 Sep 04 06:30:52.194 INFO kablam! | Sep 04 06:30:52.194 INFO kablam! 57 | (self.address as *mut _).as_mut().unwrap() Sep 04 06:30:52.194 INFO kablam! | ^^^^^^ Sep 04 06:30:52.194 INFO kablam! | Sep 04 06:30:52.194 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 04 06:30:52.194 INFO kablam! = note: for more information, see issue #46906 Sep 04 06:30:52.195 INFO kablam! Sep 04 06:30:52.197 INFO kablam! warning: type annotations needed Sep 04 06:30:52.197 INFO kablam! --> src/map/reference.rs:49:43 Sep 04 06:30:52.197 INFO kablam! | Sep 04 06:30:52.197 INFO kablam! 49 | (self.address as *const _ as *const _).as_ref().unwrap() Sep 04 06:30:52.197 INFO kablam! | ^^^^^^ Sep 04 06:30:52.198 INFO kablam! | Sep 04 06:30:52.198 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 04 06:30:52.198 INFO kablam! = note: for more information, see issue #46906 Sep 04 06:30:52.198 INFO kablam! Sep 04 06:30:52.200 INFO kablam! warning: type annotations needed Sep 04 06:30:52.200 INFO kablam! --> src/map/mutable.rs:49:43 Sep 04 06:30:52.200 INFO kablam! | Sep 04 06:30:52.200 INFO kablam! 49 | (self.address as *const _ as *const _).as_ref().unwrap() Sep 04 06:30:52.200 INFO kablam! | ^^^^^^ Sep 04 06:30:52.200 INFO kablam! | Sep 04 06:30:52.200 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 04 06:30:52.200 INFO kablam! = note: for more information, see issue #46906 Sep 04 06:30:52.200 INFO kablam! Sep 04 06:30:52.201 INFO kablam! warning: type annotations needed Sep 04 06:30:52.201 INFO kablam! --> src/map/mutable.rs:57:29 Sep 04 06:30:52.201 INFO kablam! | Sep 04 06:30:52.201 INFO kablam! 57 | (self.address as *mut _).as_mut().unwrap() Sep 04 06:30:52.201 INFO kablam! | ^^^^^^ Sep 04 06:30:52.201 INFO kablam! | Sep 04 06:30:52.201 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 04 06:30:52.201 INFO kablam! = note: for more information, see issue #46906 Sep 04 06:30:52.201 INFO kablam! Sep 04 06:30:52.307 INFO kablam! warning: type annotations needed Sep 04 06:30:52.308 INFO kablam! --> src/map/owned.rs:49:43 Sep 04 06:30:52.308 INFO kablam! | Sep 04 06:30:52.308 INFO kablam! 49 | (self.address as *const _ as *const _).as_ref().unwrap() Sep 04 06:30:52.308 INFO kablam! | ^^^^^^ Sep 04 06:30:52.308 INFO kablam! | Sep 04 06:30:52.308 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 06:30:52.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! Sep 04 06:30:52.308 INFO kablam! = note: for more information, see issue #46906 Sep 04 06:30:52.308 INFO kablam! Sep 04 06:30:52.310 INFO kablam! warning: type annotations needed Sep 04 06:30:52.310 INFO kablam! --> src/map/owned.rs:57:29 Sep 04 06:30:52.310 INFO kablam! | Sep 04 06:30:52.310 INFO kablam! 57 | (self.address as *mut _).as_mut().unwrap() Sep 04 06:30:52.310 INFO kablam! | ^^^^^^ Sep 04 06:30:52.310 INFO kablam! | Sep 04 06:30:52.310 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 04 06:30:52.310 INFO kablam! = note: for more information, see issue #46906 Sep 04 06:30:52.310 INFO kablam! Sep 04 06:30:52.315 INFO kablam! warning: type annotations needed Sep 04 06:30:52.315 INFO kablam! --> src/map/reference.rs:49:43 Sep 04 06:30:52.315 INFO kablam! | Sep 04 06:30:52.315 INFO kablam! 49 | (self.address as *const _ as *const _).as_ref().unwrap() Sep 04 06:30:52.315 INFO kablam! | ^^^^^^ Sep 04 06:30:52.315 INFO kablam! | Sep 04 06:30:52.315 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 04 06:30:52.315 INFO kablam! = note: for more information, see issue #46906 Sep 04 06:30:52.315 INFO kablam! Sep 04 06:30:52.318 INFO kablam! warning: type annotations needed Sep 04 06:30:52.319 INFO kablam! --> src/map/mutable.rs:49:43 Sep 04 06:30:52.319 INFO kablam! | Sep 04 06:30:52.319 INFO kablam! 49 | (self.address as *const _ as *const _).as_ref().unwrap() Sep 04 06:30:52.319 INFO kablam! | ^^^^^^ Sep 04 06:30:52.319 INFO kablam! | Sep 04 06:30:52.319 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 04 06:30:52.319 INFO kablam! = note: for more information, see issue #46906 Sep 04 06:30:52.319 INFO kablam! Sep 04 06:30:52.319 INFO kablam! warning: type annotations needed Sep 04 06:30:52.319 INFO kablam! --> src/map/mutable.rs:57:29 Sep 04 06:30:52.319 INFO kablam! | Sep 04 06:30:52.319 INFO kablam! 57 | (self.address as *mut _).as_mut().unwrap() Sep 04 06:30:52.320 INFO kablam! | ^^^^^^ Sep 04 06:30:52.320 INFO kablam! | Sep 04 06:30:52.320 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 04 06:30:52.320 INFO kablam! = note: for more information, see issue #46906 Sep 04 06:30:52.320 INFO kablam! Sep 04 06:30:52.858 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Sep 04 06:30:52.861 INFO kablam! su: No module specific data is present Sep 04 06:30:53.311 INFO running `"docker" "rm" "-f" "004fa71c3f29fb9a6ff1ea96bea8ac5a5013e7c0acf4444090d8db93ab5ada01"` Sep 04 06:30:53.414 INFO blam! 004fa71c3f29fb9a6ff1ea96bea8ac5a5013e7c0acf4444090d8db93ab5ada01