Sep 21 05:07:51.635 INFO checking ramp-0.3.13 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 05:07:51.635 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 05:07:51.635 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:51.843 INFO blam! 5616d4f78f115df835e4588d0c7ef703b8c7a871e25939da464e42790823046c Sep 21 05:07:51.845 INFO running `"docker" "start" "-a" "5616d4f78f115df835e4588d0c7ef703b8c7a871e25939da464e42790823046c"` Sep 21 05:07:52.606 INFO kablam! usermod: no changes Sep 21 05:07:52.770 INFO kablam! Compiling rustc-cfg v0.2.0 Sep 21 05:07:52.770 INFO kablam! Checking hamming v0.1.3 Sep 21 05:07:52.778 INFO kablam! Compiling env_logger v0.5.13 Sep 21 05:07:52.778 INFO kablam! Checking quickcheck v0.6.2 Sep 21 05:07:54.034 INFO kablam! Compiling ramp v0.3.13 (/source) Sep 21 05:07:54.434 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 21 05:07:54.434 INFO kablam! --> build.rs:43:17 Sep 21 05:07:54.434 INFO kablam! | Sep 21 05:07:54.434 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 21 05:07:54.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 05:07:54.434 INFO kablam! | Sep 21 05:07:54.434 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 05:07:54.434 INFO kablam! Sep 21 05:07:56.009 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:56.009 INFO kablam! --> src/int.rs:43:5 Sep 21 05:07:56.010 INFO kablam! | Sep 21 05:07:56.010 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 21 05:07:56.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:07:56.010 INFO kablam! | Sep 21 05:07:56.010 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:56.010 INFO kablam! Sep 21 05:07:56.011 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:56.011 INFO kablam! --> src/int.rs:152:36 Sep 21 05:07:56.011 INFO kablam! | Sep 21 05:07:56.011 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 21 05:07:56.011 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:07:56.011 INFO kablam! | Sep 21 05:07:56.011 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:56.011 INFO kablam! Sep 21 05:07:56.011 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:56.011 INFO kablam! --> src/int.rs:155:27 Sep 21 05:07:56.011 INFO kablam! | Sep 21 05:07:56.011 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 21 05:07:56.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:07:56.011 INFO kablam! | Sep 21 05:07:56.011 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:56.011 INFO kablam! Sep 21 05:07:56.012 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:56.012 INFO kablam! --> src/int.rs:939:22 Sep 21 05:07:56.012 INFO kablam! | Sep 21 05:07:56.012 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 21 05:07:56.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:07:56.012 INFO kablam! | Sep 21 05:07:56.012 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:56.012 INFO kablam! Sep 21 05:07:56.340 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:56.340 INFO kablam! --> src/int.rs:163:40 Sep 21 05:07:56.340 INFO kablam! | Sep 21 05:07:56.340 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 21 05:07:56.340 INFO kablam! | ^^^ Sep 21 05:07:56.340 INFO kablam! | Sep 21 05:07:56.340 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:56.340 INFO kablam! Sep 21 05:07:56.341 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:56.341 INFO kablam! --> src/int.rs:164:31 Sep 21 05:07:56.341 INFO kablam! | Sep 21 05:07:56.341 INFO kablam! 164 | let new_cap = vec.cap(); Sep 21 05:07:56.341 INFO kablam! | ^^^ Sep 21 05:07:56.341 INFO kablam! | Sep 21 05:07:56.341 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:56.341 INFO kablam! Sep 21 05:07:56.343 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:56.343 INFO kablam! --> src/int.rs:186:36 Sep 21 05:07:56.343 INFO kablam! | Sep 21 05:07:56.343 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 21 05:07:56.343 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 05:07:56.343 INFO kablam! | Sep 21 05:07:56.343 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:56.343 INFO kablam! Sep 21 05:07:56.346 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:56.346 INFO kablam! --> src/int.rs:275:15 Sep 21 05:07:56.346 INFO kablam! | Sep 21 05:07:56.346 INFO kablam! 275 | v.shrink_to_fit(size); Sep 21 05:07:56.347 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 05:07:56.347 INFO kablam! | Sep 21 05:07:56.347 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:56.347 INFO kablam! Sep 21 05:07:56.383 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 21 05:07:56.383 INFO kablam! --> src/int.rs:760:19 Sep 21 05:07:56.383 INFO kablam! | Sep 21 05:07:56.383 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 21 05:07:56.383 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 05:07:56.383 INFO kablam! | Sep 21 05:07:56.383 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 21 05:07:56.383 INFO kablam! Sep 21 05:07:56.564 INFO kablam! error: aborting due to 9 previous errors Sep 21 05:07:56.564 INFO kablam! Sep 21 05:07:56.564 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 21 05:07:56.573 INFO kablam! error: Could not compile `ramp`. Sep 21 05:07:56.573 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:07:57.114 INFO kablam! error: build failed Sep 21 05:07:57.116 INFO kablam! su: No module specific data is present Sep 21 05:07:57.610 INFO running `"docker" "rm" "-f" "5616d4f78f115df835e4588d0c7ef703b8c7a871e25939da464e42790823046c"` Sep 21 05:07:57.706 INFO blam! 5616d4f78f115df835e4588d0c7ef703b8c7a871e25939da464e42790823046c