Sep 06 01:56:23.574 INFO checking ramp-0.3.13 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 01:56:23.574 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 01:56:23.574 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 01:56:23.823 INFO blam! e17b655eec06bb8c98c8574f76ddc7c74398278abea50e9cb17352e3544d6cc8 Sep 06 01:56:23.825 INFO running `"docker" "start" "-a" "e17b655eec06bb8c98c8574f76ddc7c74398278abea50e9cb17352e3544d6cc8"` Sep 06 01:56:24.876 INFO kablam! usermod: no changes Sep 06 01:56:25.029 INFO kablam! Compiling rustc-cfg v0.2.0 Sep 06 01:56:25.029 INFO kablam! Checking ieee754 v0.2.2 Sep 06 01:56:25.031 INFO kablam! Checking hamming v0.1.3 Sep 06 01:56:25.049 INFO kablam! Compiling quickcheck v0.6.2 Sep 06 01:56:26.110 INFO kablam! Compiling ramp v0.3.13 (file:///source) Sep 06 01:56:26.526 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 06 01:56:26.526 INFO kablam! --> build.rs:43:17 Sep 06 01:56:26.526 INFO kablam! | Sep 06 01:56:26.526 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 06 01:56:26.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 01:56:26.542 INFO kablam! | Sep 06 01:56:26.542 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 01:56:26.542 INFO kablam! Sep 06 01:56:29.157 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.157 INFO kablam! --> src/int.rs:43:5 Sep 06 01:56:29.157 INFO kablam! | Sep 06 01:56:29.157 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 06 01:56:29.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 01:56:29.158 INFO kablam! | Sep 06 01:56:29.158 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.158 INFO kablam! Sep 06 01:56:29.160 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.160 INFO kablam! --> src/int.rs:152:36 Sep 06 01:56:29.160 INFO kablam! | Sep 06 01:56:29.160 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 06 01:56:29.160 INFO kablam! | ^^^^^^^^^^^^ Sep 06 01:56:29.160 INFO kablam! | Sep 06 01:56:29.160 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.160 INFO kablam! Sep 06 01:56:29.160 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.160 INFO kablam! --> src/int.rs:155:27 Sep 06 01:56:29.160 INFO kablam! | Sep 06 01:56:29.160 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 06 01:56:29.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 01:56:29.160 INFO kablam! | Sep 06 01:56:29.160 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.160 INFO kablam! Sep 06 01:56:29.167 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.167 INFO kablam! --> src/int.rs:939:22 Sep 06 01:56:29.167 INFO kablam! | Sep 06 01:56:29.167 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 06 01:56:29.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 01:56:29.174 INFO kablam! | Sep 06 01:56:29.174 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.174 INFO kablam! Sep 06 01:56:29.219 INFO kablam! Compiling quickcheck_macros v0.6.2 Sep 06 01:56:29.893 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.893 INFO kablam! --> src/int.rs:163:40 Sep 06 01:56:29.893 INFO kablam! | Sep 06 01:56:29.893 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 06 01:56:29.893 INFO kablam! | ^^^ Sep 06 01:56:29.893 INFO kablam! | Sep 06 01:56:29.893 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.893 INFO kablam! Sep 06 01:56:29.893 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.893 INFO kablam! --> src/int.rs:164:31 Sep 06 01:56:29.893 INFO kablam! | Sep 06 01:56:29.893 INFO kablam! 164 | let new_cap = vec.cap(); Sep 06 01:56:29.893 INFO kablam! | ^^^ Sep 06 01:56:29.893 INFO kablam! | Sep 06 01:56:29.893 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.893 INFO kablam! Sep 06 01:56:29.893 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.893 INFO kablam! --> src/int.rs:186:36 Sep 06 01:56:29.894 INFO kablam! | Sep 06 01:56:29.894 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 06 01:56:29.894 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 01:56:29.894 INFO kablam! | Sep 06 01:56:29.894 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.894 INFO kablam! Sep 06 01:56:29.902 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.902 INFO kablam! --> src/int.rs:275:15 Sep 06 01:56:29.902 INFO kablam! | Sep 06 01:56:29.902 INFO kablam! 275 | v.shrink_to_fit(size); Sep 06 01:56:29.902 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 01:56:29.902 INFO kablam! | Sep 06 01:56:29.902 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.902 INFO kablam! Sep 06 01:56:29.934 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.934 INFO kablam! --> src/int.rs:760:19 Sep 06 01:56:29.934 INFO kablam! | Sep 06 01:56:29.934 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 06 01:56:29.934 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 01:56:29.934 INFO kablam! | Sep 06 01:56:29.934 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.934 INFO kablam! Sep 06 01:56:30.130 INFO kablam! error: aborting due to 9 previous errors Sep 06 01:56:30.130 INFO kablam! Sep 06 01:56:30.130 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 06 01:56:30.150 INFO kablam! error: Could not compile `ramp`. Sep 06 01:56:30.150 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:56:30.666 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 01:56:30.666 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.6.2/src/lib.rs:15:5 Sep 06 01:56:30.666 INFO kablam! | Sep 06 01:56:30.666 INFO kablam! 15 | use syntax::codemap; Sep 06 01:56:30.666 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 06 01:56:30.666 INFO kablam! Sep 06 01:56:30.725 INFO kablam! error: aborting due to previous error Sep 06 01:56:30.730 INFO kablam! Sep 06 01:56:30.730 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 06 01:56:30.743 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 06 01:56:30.743 INFO kablam! Sep 06 01:56:30.743 INFO kablam! To learn more, run the command again with --verbose. Sep 06 01:56:30.748 INFO kablam! su: No module specific data is present Sep 06 01:56:31.540 INFO running `"docker" "rm" "-f" "e17b655eec06bb8c98c8574f76ddc7c74398278abea50e9cb17352e3544d6cc8"` Sep 06 01:56:31.653 INFO blam! e17b655eec06bb8c98c8574f76ddc7c74398278abea50e9cb17352e3544d6cc8