Sep 04 07:01:54.832 INFO checking ramp-0.3.13 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 07:01:54.832 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 07:01:54.832 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:01:55.058 INFO blam! 2e3565350757755f0d7faf8ddbb2d642ec3ffe87b52684fed5ece0fce0410a89 Sep 04 07:01:55.060 INFO running `"docker" "start" "-a" "2e3565350757755f0d7faf8ddbb2d642ec3ffe87b52684fed5ece0fce0410a89"` Sep 04 07:01:55.759 INFO kablam! Compiling ramp v0.3.13 (file:///source) Sep 04 07:01:55.760 INFO kablam! Compiling env_logger v0.5.13 Sep 04 07:01:56.307 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 04 07:01:56.307 INFO kablam! --> build.rs:43:17 Sep 04 07:01:56.308 INFO kablam! | Sep 04 07:01:56.308 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 04 07:01:56.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 07:01:56.308 INFO kablam! | Sep 04 07:01:56.308 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 07:01:56.308 INFO kablam! Sep 04 07:01:58.607 INFO kablam! Compiling quickcheck v0.6.2 Sep 04 07:01:58.873 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:01:58.873 INFO kablam! --> src/int.rs:43:5 Sep 04 07:01:58.873 INFO kablam! | Sep 04 07:01:58.873 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 04 07:01:58.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:01:58.874 INFO kablam! | Sep 04 07:01:58.874 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:01:58.874 INFO kablam! Sep 04 07:01:58.877 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:01:58.877 INFO kablam! --> src/int.rs:152:36 Sep 04 07:01:58.877 INFO kablam! | Sep 04 07:01:58.877 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 04 07:01:58.877 INFO kablam! | ^^^^^^^^^^^^ Sep 04 07:01:58.877 INFO kablam! | Sep 04 07:01:58.877 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:01:58.877 INFO kablam! Sep 04 07:01:58.878 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:01:58.878 INFO kablam! --> src/int.rs:155:27 Sep 04 07:01:58.878 INFO kablam! | Sep 04 07:01:58.878 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 04 07:01:58.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:01:58.878 INFO kablam! | Sep 04 07:01:58.879 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:01:58.879 INFO kablam! Sep 04 07:01:58.879 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:01:58.879 INFO kablam! --> src/int.rs:939:22 Sep 04 07:01:58.879 INFO kablam! | Sep 04 07:01:58.879 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 04 07:01:58.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:01:58.879 INFO kablam! | Sep 04 07:01:58.879 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:01:58.879 INFO kablam! Sep 04 07:02:00.058 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:00.058 INFO kablam! --> src/int.rs:163:40 Sep 04 07:02:00.058 INFO kablam! | Sep 04 07:02:00.058 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 04 07:02:00.058 INFO kablam! | ^^^ Sep 04 07:02:00.058 INFO kablam! | Sep 04 07:02:00.058 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:00.058 INFO kablam! Sep 04 07:02:00.059 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:00.059 INFO kablam! --> src/int.rs:164:31 Sep 04 07:02:00.059 INFO kablam! | Sep 04 07:02:00.059 INFO kablam! 164 | let new_cap = vec.cap(); Sep 04 07:02:00.059 INFO kablam! | ^^^ Sep 04 07:02:00.059 INFO kablam! | Sep 04 07:02:00.059 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:00.059 INFO kablam! Sep 04 07:02:00.063 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:00.063 INFO kablam! --> src/int.rs:186:36 Sep 04 07:02:00.063 INFO kablam! | Sep 04 07:02:00.063 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 04 07:02:00.063 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 07:02:00.064 INFO kablam! | Sep 04 07:02:00.064 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:00.064 INFO kablam! Sep 04 07:02:00.072 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:00.072 INFO kablam! --> src/int.rs:275:15 Sep 04 07:02:00.072 INFO kablam! | Sep 04 07:02:00.072 INFO kablam! 275 | v.shrink_to_fit(size); Sep 04 07:02:00.072 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 07:02:00.072 INFO kablam! | Sep 04 07:02:00.072 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:00.072 INFO kablam! Sep 04 07:02:00.161 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:00.161 INFO kablam! --> src/int.rs:760:19 Sep 04 07:02:00.161 INFO kablam! | Sep 04 07:02:00.161 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 04 07:02:00.161 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 07:02:00.161 INFO kablam! | Sep 04 07:02:00.161 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:00.161 INFO kablam! Sep 04 07:02:00.646 INFO kablam! error: aborting due to 9 previous errors Sep 04 07:02:00.646 INFO kablam! Sep 04 07:02:00.646 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 07:02:00.653 INFO kablam! error: Could not compile `ramp`. Sep 04 07:02:00.653 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:02:03.171 INFO kablam! error: build failed Sep 04 07:02:03.173 INFO kablam! su: No module specific data is present Sep 04 07:02:03.605 INFO running `"docker" "rm" "-f" "2e3565350757755f0d7faf8ddbb2d642ec3ffe87b52684fed5ece0fce0410a89"` Sep 04 07:02:03.706 INFO blam! 2e3565350757755f0d7faf8ddbb2d642ec3ffe87b52684fed5ece0fce0410a89