Sep 02 03:39:19.182 INFO checking ramp-0.3.13 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 03:39:19.182 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 03:39:19.182 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:39:19.353 INFO blam! fe8d6c0289a6d18dee30e14b57d4dc72d91632f2c32b9d60c60b1d6c204aa401 Sep 02 03:39:19.355 INFO running `"docker" "start" "-a" "fe8d6c0289a6d18dee30e14b57d4dc72d91632f2c32b9d60c60b1d6c204aa401"` Sep 02 03:39:20.034 INFO kablam! Compiling rustc-cfg v0.2.0 Sep 02 03:39:20.035 INFO kablam! Checking hamming v0.1.3 Sep 02 03:39:20.038 INFO kablam! Compiling env_logger v0.5.13 Sep 02 03:39:21.241 INFO kablam! Compiling ramp v0.3.13 (file:///source) Sep 02 03:39:21.943 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 02 03:39:21.943 INFO kablam! --> build.rs:43:17 Sep 02 03:39:21.943 INFO kablam! | Sep 02 03:39:21.943 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 02 03:39:21.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 03:39:21.943 INFO kablam! | Sep 02 03:39:21.943 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 03:39:21.944 INFO kablam! Sep 02 03:39:23.231 INFO kablam! Compiling quickcheck v0.6.2 Sep 02 03:39:24.190 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:24.190 INFO kablam! --> src/int.rs:43:5 Sep 02 03:39:24.190 INFO kablam! | Sep 02 03:39:24.190 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 02 03:39:24.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:39:24.190 INFO kablam! | Sep 02 03:39:24.190 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:24.190 INFO kablam! Sep 02 03:39:24.192 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:24.192 INFO kablam! --> src/int.rs:152:36 Sep 02 03:39:24.192 INFO kablam! | Sep 02 03:39:24.192 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 02 03:39:24.193 INFO kablam! | ^^^^^^^^^^^^ Sep 02 03:39:24.193 INFO kablam! | Sep 02 03:39:24.193 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:24.193 INFO kablam! Sep 02 03:39:24.193 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:24.193 INFO kablam! --> src/int.rs:155:27 Sep 02 03:39:24.193 INFO kablam! | Sep 02 03:39:24.193 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 02 03:39:24.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:39:24.193 INFO kablam! | Sep 02 03:39:24.193 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:24.193 INFO kablam! Sep 02 03:39:24.194 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:24.194 INFO kablam! --> src/int.rs:939:22 Sep 02 03:39:24.194 INFO kablam! | Sep 02 03:39:24.194 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 02 03:39:24.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:39:24.194 INFO kablam! | Sep 02 03:39:24.194 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:24.194 INFO kablam! Sep 02 03:39:24.992 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:24.992 INFO kablam! --> src/int.rs:163:40 Sep 02 03:39:24.992 INFO kablam! | Sep 02 03:39:24.992 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 02 03:39:24.992 INFO kablam! | ^^^ Sep 02 03:39:24.992 INFO kablam! | Sep 02 03:39:24.992 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:24.992 INFO kablam! Sep 02 03:39:24.993 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:24.993 INFO kablam! --> src/int.rs:164:31 Sep 02 03:39:24.993 INFO kablam! | Sep 02 03:39:24.993 INFO kablam! 164 | let new_cap = vec.cap(); Sep 02 03:39:24.993 INFO kablam! | ^^^ Sep 02 03:39:24.993 INFO kablam! | Sep 02 03:39:24.993 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:24.994 INFO kablam! Sep 02 03:39:25.006 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:25.006 INFO kablam! --> src/int.rs:186:36 Sep 02 03:39:25.006 INFO kablam! | Sep 02 03:39:25.006 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 02 03:39:25.006 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 03:39:25.006 INFO kablam! | Sep 02 03:39:25.007 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:25.007 INFO kablam! Sep 02 03:39:25.007 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:25.007 INFO kablam! --> src/int.rs:275:15 Sep 02 03:39:25.007 INFO kablam! | Sep 02 03:39:25.007 INFO kablam! 275 | v.shrink_to_fit(size); Sep 02 03:39:25.007 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 03:39:25.007 INFO kablam! | Sep 02 03:39:25.007 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:25.007 INFO kablam! Sep 02 03:39:25.072 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:25.072 INFO kablam! --> src/int.rs:760:19 Sep 02 03:39:25.072 INFO kablam! | Sep 02 03:39:25.072 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 02 03:39:25.072 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 03:39:25.072 INFO kablam! | Sep 02 03:39:25.072 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:25.072 INFO kablam! Sep 02 03:39:25.465 INFO kablam! error: aborting due to 9 previous errors Sep 02 03:39:25.465 INFO kablam! Sep 02 03:39:25.466 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 03:39:25.466 INFO kablam! error: Could not compile `ramp`. Sep 02 03:39:25.466 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:39:27.644 INFO kablam! error: build failed Sep 02 03:39:27.645 INFO kablam! su: No module specific data is present Sep 02 03:39:28.037 INFO running `"docker" "rm" "-f" "fe8d6c0289a6d18dee30e14b57d4dc72d91632f2c32b9d60c60b1d6c204aa401"` Sep 02 03:39:28.127 INFO blam! fe8d6c0289a6d18dee30e14b57d4dc72d91632f2c32b9d60c60b1d6c204aa401