Sep 14 11:11:32.456 INFO checking ramp-0.3.13 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 11:11:32.456 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 11:11:32.456 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:11:32.677 INFO blam! d02d73d79e6445fbd19d4af6a98bf2a90bbc161b04f9e796933ea101791e576a Sep 14 11:11:32.678 INFO running `"docker" "start" "-a" "d02d73d79e6445fbd19d4af6a98bf2a90bbc161b04f9e796933ea101791e576a"` Sep 14 11:11:33.462 INFO kablam! usermod: no changes Sep 14 11:11:33.610 INFO kablam! Compiling rustc-cfg v0.2.0 Sep 14 11:11:33.613 INFO kablam! Compiling env_logger v0.5.13 Sep 14 11:11:35.087 INFO kablam! Compiling ramp v0.3.13 (file:///source) Sep 14 11:11:35.979 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 14 11:11:35.979 INFO kablam! --> build.rs:43:17 Sep 14 11:11:35.979 INFO kablam! | Sep 14 11:11:35.979 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 14 11:11:35.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 11:11:35.995 INFO kablam! | Sep 14 11:11:35.995 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 11:11:35.995 INFO kablam! Sep 14 11:11:36.878 INFO kablam! Compiling quickcheck v0.6.2 Sep 14 11:11:38.706 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:38.706 INFO kablam! --> src/int.rs:43:5 Sep 14 11:11:38.706 INFO kablam! | Sep 14 11:11:38.706 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 14 11:11:38.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:11:38.706 INFO kablam! | Sep 14 11:11:38.706 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:38.706 INFO kablam! Sep 14 11:11:38.707 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:38.707 INFO kablam! --> src/int.rs:152:36 Sep 14 11:11:38.707 INFO kablam! | Sep 14 11:11:38.707 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 14 11:11:38.707 INFO kablam! | ^^^^^^^^^^^^ Sep 14 11:11:38.707 INFO kablam! | Sep 14 11:11:38.707 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:38.707 INFO kablam! Sep 14 11:11:38.707 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:38.707 INFO kablam! --> src/int.rs:155:27 Sep 14 11:11:38.707 INFO kablam! | Sep 14 11:11:38.707 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 14 11:11:38.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:11:38.707 INFO kablam! | Sep 14 11:11:38.707 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:38.707 INFO kablam! Sep 14 11:11:38.707 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:38.707 INFO kablam! --> src/int.rs:939:22 Sep 14 11:11:38.707 INFO kablam! | Sep 14 11:11:38.707 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 14 11:11:38.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:11:38.707 INFO kablam! | Sep 14 11:11:38.707 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:38.707 INFO kablam! Sep 14 11:11:39.134 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:39.134 INFO kablam! --> src/int.rs:163:40 Sep 14 11:11:39.134 INFO kablam! | Sep 14 11:11:39.134 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 14 11:11:39.134 INFO kablam! | ^^^ Sep 14 11:11:39.134 INFO kablam! | Sep 14 11:11:39.134 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:39.134 INFO kablam! Sep 14 11:11:39.135 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:39.135 INFO kablam! --> src/int.rs:164:31 Sep 14 11:11:39.135 INFO kablam! | Sep 14 11:11:39.135 INFO kablam! 164 | let new_cap = vec.cap(); Sep 14 11:11:39.135 INFO kablam! | ^^^ Sep 14 11:11:39.135 INFO kablam! | Sep 14 11:11:39.135 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:39.135 INFO kablam! Sep 14 11:11:39.138 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:39.139 INFO kablam! --> src/int.rs:186:36 Sep 14 11:11:39.139 INFO kablam! | Sep 14 11:11:39.139 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 14 11:11:39.139 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 11:11:39.139 INFO kablam! | Sep 14 11:11:39.139 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:39.139 INFO kablam! Sep 14 11:11:39.141 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:39.142 INFO kablam! --> src/int.rs:275:15 Sep 14 11:11:39.142 INFO kablam! | Sep 14 11:11:39.142 INFO kablam! 275 | v.shrink_to_fit(size); Sep 14 11:11:39.142 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 11:11:39.142 INFO kablam! | Sep 14 11:11:39.142 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:39.142 INFO kablam! Sep 14 11:11:39.177 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:39.177 INFO kablam! --> src/int.rs:760:19 Sep 14 11:11:39.177 INFO kablam! | Sep 14 11:11:39.177 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 14 11:11:39.177 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 11:11:39.177 INFO kablam! | Sep 14 11:11:39.177 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:39.177 INFO kablam! Sep 14 11:11:39.406 INFO kablam! error: aborting due to 9 previous errors Sep 14 11:11:39.411 INFO kablam! Sep 14 11:11:39.411 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 14 11:11:39.419 INFO kablam! error: Could not compile `ramp`. Sep 14 11:11:39.419 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:11:39.985 INFO kablam! error: build failed Sep 14 11:11:39.985 INFO kablam! su: No module specific data is present Sep 14 11:11:40.802 INFO running `"docker" "rm" "-f" "d02d73d79e6445fbd19d4af6a98bf2a90bbc161b04f9e796933ea101791e576a"` Sep 14 11:11:40.913 INFO blam! d02d73d79e6445fbd19d4af6a98bf2a90bbc161b04f9e796933ea101791e576a