Sep 01 10:14:57.925 INFO checking ramp-0.3.13 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 10:14:57.925 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 10:14:57.925 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/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 01 10:14:58.087 INFO blam! cf12f8b5adfd370dcfdf676409c909fa56e8ba31d8357107b65721767837f1fd Sep 01 10:14:58.088 INFO running `"docker" "start" "-a" "cf12f8b5adfd370dcfdf676409c909fa56e8ba31d8357107b65721767837f1fd"` Sep 01 10:14:58.889 INFO kablam! Compiling rustc-cfg v0.2.0 Sep 01 10:14:58.892 INFO kablam! Compiling env_logger v0.5.13 Sep 01 10:15:00.437 INFO kablam! Compiling ramp v0.3.13 (file:///source) Sep 01 10:15:01.155 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 01 10:15:01.155 INFO kablam! --> build.rs:43:17 Sep 01 10:15:01.155 INFO kablam! | Sep 01 10:15:01.156 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 01 10:15:01.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 10:15:01.156 INFO kablam! | Sep 01 10:15:01.156 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 10:15:01.156 INFO kablam! Sep 01 10:15:01.892 INFO kablam! Compiling quickcheck v0.6.2 Sep 01 10:15:03.049 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:03.049 INFO kablam! --> src/int.rs:43:5 Sep 01 10:15:03.049 INFO kablam! | Sep 01 10:15:03.049 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 01 10:15:03.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:15:03.049 INFO kablam! | Sep 01 10:15:03.049 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:03.049 INFO kablam! Sep 01 10:15:03.050 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:03.050 INFO kablam! --> src/int.rs:152:36 Sep 01 10:15:03.050 INFO kablam! | Sep 01 10:15:03.051 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 01 10:15:03.051 INFO kablam! | ^^^^^^^^^^^^ Sep 01 10:15:03.051 INFO kablam! | Sep 01 10:15:03.051 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:03.051 INFO kablam! Sep 01 10:15:03.051 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:03.051 INFO kablam! --> src/int.rs:155:27 Sep 01 10:15:03.051 INFO kablam! | Sep 01 10:15:03.051 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 01 10:15:03.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:15:03.051 INFO kablam! | Sep 01 10:15:03.051 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:03.051 INFO kablam! Sep 01 10:15:03.051 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:03.051 INFO kablam! --> src/int.rs:939:22 Sep 01 10:15:03.051 INFO kablam! | Sep 01 10:15:03.051 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 01 10:15:03.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:15:03.051 INFO kablam! | Sep 01 10:15:03.051 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:03.051 INFO kablam! Sep 01 10:15:04.058 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:04.058 INFO kablam! --> src/int.rs:163:40 Sep 01 10:15:04.058 INFO kablam! | Sep 01 10:15:04.058 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 01 10:15:04.058 INFO kablam! | ^^^ Sep 01 10:15:04.059 INFO kablam! | Sep 01 10:15:04.059 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:04.059 INFO kablam! Sep 01 10:15:04.059 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:04.059 INFO kablam! --> src/int.rs:164:31 Sep 01 10:15:04.059 INFO kablam! | Sep 01 10:15:04.059 INFO kablam! 164 | let new_cap = vec.cap(); Sep 01 10:15:04.059 INFO kablam! | ^^^ Sep 01 10:15:04.059 INFO kablam! | Sep 01 10:15:04.059 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:04.059 INFO kablam! Sep 01 10:15:04.062 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:04.062 INFO kablam! --> src/int.rs:186:36 Sep 01 10:15:04.062 INFO kablam! | Sep 01 10:15:04.062 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 01 10:15:04.062 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:15:04.062 INFO kablam! | Sep 01 10:15:04.062 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:04.062 INFO kablam! Sep 01 10:15:04.068 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:04.068 INFO kablam! --> src/int.rs:275:15 Sep 01 10:15:04.068 INFO kablam! | Sep 01 10:15:04.068 INFO kablam! 275 | v.shrink_to_fit(size); Sep 01 10:15:04.068 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:15:04.068 INFO kablam! | Sep 01 10:15:04.068 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:04.068 INFO kablam! Sep 01 10:15:04.130 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:04.130 INFO kablam! --> src/int.rs:760:19 Sep 01 10:15:04.130 INFO kablam! | Sep 01 10:15:04.130 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 01 10:15:04.130 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:15:04.130 INFO kablam! | Sep 01 10:15:04.130 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:04.130 INFO kablam! Sep 01 10:15:04.550 INFO kablam! error: aborting due to 9 previous errors Sep 01 10:15:04.550 INFO kablam! Sep 01 10:15:04.550 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 10:15:04.559 INFO kablam! error: Could not compile `ramp`. Sep 01 10:15:04.559 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 10:15:05.756 INFO kablam! error: build failed Sep 01 10:15:05.757 INFO kablam! su: No module specific data is present Sep 01 10:15:06.490 INFO running `"docker" "rm" "-f" "cf12f8b5adfd370dcfdf676409c909fa56e8ba31d8357107b65721767837f1fd"` Sep 01 10:15:06.593 INFO blam! cf12f8b5adfd370dcfdf676409c909fa56e8ba31d8357107b65721767837f1fd