Sep 21 05:07:42.947 INFO checking ramp-0.3.13 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:07:42.947 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:07:42.947 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:07:43.141 INFO blam! 55f14a4f1ef8c012574b1a42e0843f9d2bcd7aecf40e2b03091356d5b35b2167 Sep 21 05:07:43.143 INFO running `"docker" "start" "-a" "55f14a4f1ef8c012574b1a42e0843f9d2bcd7aecf40e2b03091356d5b35b2167"` Sep 21 05:07:43.895 INFO kablam! usermod: no changes Sep 21 05:07:44.074 INFO kablam! Compiling rustc-cfg v0.2.0 Sep 21 05:07:44.074 INFO kablam! Checking ieee754 v0.2.2 Sep 21 05:07:44.074 INFO kablam! Checking hamming v0.1.3 Sep 21 05:07:44.170 INFO kablam! Compiling env_logger v0.5.13 Sep 21 05:07:45.673 INFO kablam! Compiling ramp v0.3.13 (/source) Sep 21 05:07:46.433 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 21 05:07:46.433 INFO kablam! --> build.rs:43:17 Sep 21 05:07:46.433 INFO kablam! | Sep 21 05:07:46.433 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 21 05:07:46.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 05:07:46.454 INFO kablam! | Sep 21 05:07:46.454 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 05:07:46.454 INFO kablam! Sep 21 05:07:46.738 INFO kablam! Compiling quickcheck v0.6.2 Sep 21 05:07:48.982 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:48.982 INFO kablam! --> src/int.rs:43:5 Sep 21 05:07:48.982 INFO kablam! | Sep 21 05:07:48.982 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 21 05:07:48.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:07:48.982 INFO kablam! | Sep 21 05:07:48.982 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:48.982 INFO kablam! Sep 21 05:07:48.989 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:48.989 INFO kablam! --> src/int.rs:152:36 Sep 21 05:07:48.989 INFO kablam! | Sep 21 05:07:48.989 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 21 05:07:48.989 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:07:48.989 INFO kablam! | Sep 21 05:07:48.990 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:48.990 INFO kablam! Sep 21 05:07:48.990 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:48.990 INFO kablam! --> src/int.rs:155:27 Sep 21 05:07:48.990 INFO kablam! | Sep 21 05:07:48.990 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 21 05:07:48.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:07:48.990 INFO kablam! | Sep 21 05:07:48.990 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:48.990 INFO kablam! Sep 21 05:07:48.990 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:48.990 INFO kablam! --> src/int.rs:939:22 Sep 21 05:07:48.990 INFO kablam! | Sep 21 05:07:48.990 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 21 05:07:48.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:07:48.990 INFO kablam! | Sep 21 05:07:48.990 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:48.990 INFO kablam! Sep 21 05:07:49.746 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:49.746 INFO kablam! --> src/int.rs:163:40 Sep 21 05:07:49.746 INFO kablam! | Sep 21 05:07:49.746 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 21 05:07:49.746 INFO kablam! | ^^^ Sep 21 05:07:49.754 INFO kablam! | Sep 21 05:07:49.754 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:49.754 INFO kablam! Sep 21 05:07:49.755 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:49.755 INFO kablam! --> src/int.rs:164:31 Sep 21 05:07:49.755 INFO kablam! | Sep 21 05:07:49.755 INFO kablam! 164 | let new_cap = vec.cap(); Sep 21 05:07:49.755 INFO kablam! | ^^^ Sep 21 05:07:49.755 INFO kablam! | Sep 21 05:07:49.755 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:49.755 INFO kablam! Sep 21 05:07:49.757 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:49.757 INFO kablam! --> src/int.rs:186:36 Sep 21 05:07:49.757 INFO kablam! | Sep 21 05:07:49.757 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 21 05:07:49.757 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 05:07:49.757 INFO kablam! | Sep 21 05:07:49.758 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:49.758 INFO kablam! Sep 21 05:07:49.770 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:49.770 INFO kablam! --> src/int.rs:275:15 Sep 21 05:07:49.770 INFO kablam! | Sep 21 05:07:49.770 INFO kablam! 275 | v.shrink_to_fit(size); Sep 21 05:07:49.770 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 05:07:49.770 INFO kablam! | Sep 21 05:07:49.770 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:49.770 INFO kablam! Sep 21 05:07:49.847 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:49.847 INFO kablam! --> src/int.rs:760:19 Sep 21 05:07:49.847 INFO kablam! | Sep 21 05:07:49.847 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 21 05:07:49.847 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 05:07:49.847 INFO kablam! | Sep 21 05:07:49.847 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:49.847 INFO kablam! Sep 21 05:07:50.517 INFO kablam! error: aborting due to 9 previous errors Sep 21 05:07:50.517 INFO kablam! Sep 21 05:07:50.518 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 21 05:07:50.527 INFO kablam! error: Could not compile `ramp`. Sep 21 05:07:50.527 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:07:50.945 INFO kablam! error: build failed Sep 21 05:07:50.947 INFO kablam! su: No module specific data is present Sep 21 05:07:51.899 INFO running `"docker" "rm" "-f" "55f14a4f1ef8c012574b1a42e0843f9d2bcd7aecf40e2b03091356d5b35b2167"` Sep 21 05:07:52.025 INFO blam! 55f14a4f1ef8c012574b1a42e0843f9d2bcd7aecf40e2b03091356d5b35b2167