Sep 19 20:21:50.886 INFO checking ramp-0.3.13 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 20:21:50.886 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 20:21:50.886 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:21:51.234 INFO blam! 9c90222a70f0e59be12e5b86cef9416b5c9dd4b63a792e54fe0a05aa749dc127 Sep 19 20:21:51.236 INFO running `"docker" "start" "-a" "9c90222a70f0e59be12e5b86cef9416b5c9dd4b63a792e54fe0a05aa749dc127"` Sep 19 20:21:51.915 INFO kablam! usermod: no changes Sep 19 20:21:52.085 INFO kablam! Compiling rustc-cfg v0.2.0 Sep 19 20:21:52.090 INFO kablam! Checking ieee754 v0.2.2 Sep 19 20:21:52.091 INFO kablam! Checking hamming v0.1.3 Sep 19 20:21:52.094 INFO kablam! Compiling quickcheck v0.6.2 Sep 19 20:21:53.183 INFO kablam! Compiling ramp v0.3.13 (/source) Sep 19 20:21:53.962 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 19 20:21:53.962 INFO kablam! --> build.rs:43:17 Sep 19 20:21:53.962 INFO kablam! | Sep 19 20:21:53.962 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 19 20:21:53.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 20:21:53.962 INFO kablam! | Sep 19 20:21:53.963 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 20:21:53.963 INFO kablam! Sep 19 20:21:56.599 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 20:21:56.599 INFO kablam! --> src/int.rs:43:5 Sep 19 20:21:56.599 INFO kablam! | Sep 19 20:21:56.600 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 19 20:21:56.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:21:56.600 INFO kablam! | Sep 19 20:21:56.601 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 20:21:56.601 INFO kablam! Sep 19 20:21:56.612 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 20:21:56.613 INFO kablam! --> src/int.rs:152:36 Sep 19 20:21:56.613 INFO kablam! | Sep 19 20:21:56.613 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 19 20:21:56.614 INFO kablam! | ^^^^^^^^^^^^ Sep 19 20:21:56.614 INFO kablam! | Sep 19 20:21:56.614 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 20:21:56.614 INFO kablam! Sep 19 20:21:56.615 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 20:21:56.615 INFO kablam! --> src/int.rs:155:27 Sep 19 20:21:56.616 INFO kablam! | Sep 19 20:21:56.616 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 19 20:21:56.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:21:56.616 INFO kablam! | Sep 19 20:21:56.617 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 20:21:56.617 INFO kablam! Sep 19 20:21:56.618 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 20:21:56.618 INFO kablam! --> src/int.rs:939:22 Sep 19 20:21:56.619 INFO kablam! | Sep 19 20:21:56.619 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 19 20:21:56.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:21:56.620 INFO kablam! | Sep 19 20:21:56.620 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 20:21:56.620 INFO kablam! Sep 19 20:21:58.239 INFO kablam! Compiling quickcheck_macros v0.6.2 Sep 19 20:21:58.303 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 20:21:58.303 INFO kablam! --> src/int.rs:163:40 Sep 19 20:21:58.304 INFO kablam! | Sep 19 20:21:58.304 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 19 20:21:58.304 INFO kablam! | ^^^ Sep 19 20:21:58.305 INFO kablam! | Sep 19 20:21:58.305 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 20:21:58.305 INFO kablam! Sep 19 20:21:58.306 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 20:21:58.307 INFO kablam! --> src/int.rs:164:31 Sep 19 20:21:58.307 INFO kablam! | Sep 19 20:21:58.307 INFO kablam! 164 | let new_cap = vec.cap(); Sep 19 20:21:58.307 INFO kablam! | ^^^ Sep 19 20:21:58.308 INFO kablam! | Sep 19 20:21:58.308 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 20:21:58.308 INFO kablam! Sep 19 20:21:58.311 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 20:21:58.311 INFO kablam! --> src/int.rs:186:36 Sep 19 20:21:58.311 INFO kablam! | Sep 19 20:21:58.311 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 19 20:21:58.312 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 20:21:58.312 INFO kablam! | Sep 19 20:21:58.312 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 20:21:58.312 INFO kablam! Sep 19 20:21:58.328 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 20:21:58.329 INFO kablam! --> src/int.rs:275:15 Sep 19 20:21:58.329 INFO kablam! | Sep 19 20:21:58.329 INFO kablam! 275 | v.shrink_to_fit(size); Sep 19 20:21:58.329 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 20:21:58.330 INFO kablam! | Sep 19 20:21:58.330 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 20:21:58.330 INFO kablam! Sep 19 20:21:58.420 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 20:21:58.420 INFO kablam! --> src/int.rs:760:19 Sep 19 20:21:58.421 INFO kablam! | Sep 19 20:21:58.421 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 19 20:21:58.421 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 20:21:58.421 INFO kablam! | Sep 19 20:21:58.421 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 20:21:58.422 INFO kablam! Sep 19 20:21:58.767 INFO kablam! error: aborting due to 9 previous errors Sep 19 20:21:58.767 INFO kablam! Sep 19 20:21:58.767 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 20:21:58.777 INFO kablam! error: Could not compile `ramp`. Sep 19 20:21:58.777 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:21:59.959 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 20:21:59.959 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.6.2/src/lib.rs:15:5 Sep 19 20:21:59.959 INFO kablam! | Sep 19 20:21:59.959 INFO kablam! 15 | use syntax::codemap; Sep 19 20:21:59.959 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 20:21:59.959 INFO kablam! Sep 19 20:22:00.033 INFO kablam! error: aborting due to previous error Sep 19 20:22:00.033 INFO kablam! Sep 19 20:22:00.033 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 20:22:00.052 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 19 20:22:00.052 INFO kablam! Sep 19 20:22:00.052 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:22:00.054 INFO kablam! su: No module specific data is present Sep 19 20:22:01.099 INFO running `"docker" "rm" "-f" "9c90222a70f0e59be12e5b86cef9416b5c9dd4b63a792e54fe0a05aa749dc127"` Sep 19 20:22:01.424 INFO blam! 9c90222a70f0e59be12e5b86cef9416b5c9dd4b63a792e54fe0a05aa749dc127