Sep 19 22:15:06.607 INFO checking ramp-0.3.13 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 22:15:06.607 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 22:15:06.607 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:15:06.874 INFO blam! 186bddcafb6fbc7a7e522ae2de5c4579860c122c99e9a33770aa0754168ce19b Sep 19 22:15:06.876 INFO running `"docker" "start" "-a" "186bddcafb6fbc7a7e522ae2de5c4579860c122c99e9a33770aa0754168ce19b"` Sep 19 22:15:07.714 INFO kablam! usermod: no changes Sep 19 22:15:07.823 INFO kablam! Compiling rustc-cfg v0.2.0 Sep 19 22:15:07.823 INFO kablam! Checking ieee754 v0.2.2 Sep 19 22:15:07.832 INFO kablam! Compiling num-integer v0.1.39 Sep 19 22:15:07.834 INFO kablam! Compiling env_logger v0.5.13 Sep 19 22:15:10.137 INFO kablam! Compiling num-bigint v0.1.44 Sep 19 22:15:11.934 INFO kablam! Compiling quickcheck v0.6.2 Sep 19 22:15:14.925 INFO kablam! Compiling ramp v0.3.13 (/source) Sep 19 22:15:15.242 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 19 22:15:15.242 INFO kablam! --> build.rs:43:17 Sep 19 22:15:15.242 INFO kablam! | Sep 19 22:15:15.242 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 19 22:15:15.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 22:15:15.242 INFO kablam! | Sep 19 22:15:15.242 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 22:15:15.242 INFO kablam! Sep 19 22:15:15.946 INFO kablam! Compiling quickcheck_macros v0.6.2 Sep 19 22:15:17.402 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:15:17.402 INFO kablam! --> src/int.rs:43:5 Sep 19 22:15:17.402 INFO kablam! | Sep 19 22:15:17.402 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 19 22:15:17.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:15:17.402 INFO kablam! | Sep 19 22:15:17.402 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:15:17.402 INFO kablam! Sep 19 22:15:17.406 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:15:17.406 INFO kablam! --> src/int.rs:152:36 Sep 19 22:15:17.406 INFO kablam! | Sep 19 22:15:17.406 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 19 22:15:17.406 INFO kablam! | ^^^^^^^^^^^^ Sep 19 22:15:17.406 INFO kablam! | Sep 19 22:15:17.406 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:15:17.406 INFO kablam! Sep 19 22:15:17.406 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:15:17.406 INFO kablam! --> src/int.rs:155:27 Sep 19 22:15:17.406 INFO kablam! | Sep 19 22:15:17.406 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 19 22:15:17.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:15:17.406 INFO kablam! | Sep 19 22:15:17.406 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:15:17.406 INFO kablam! Sep 19 22:15:17.406 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:15:17.406 INFO kablam! --> src/int.rs:939:22 Sep 19 22:15:17.406 INFO kablam! | Sep 19 22:15:17.406 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 19 22:15:17.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:15:17.406 INFO kablam! | Sep 19 22:15:17.406 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:15:17.406 INFO kablam! Sep 19 22:15:17.710 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 22:15:17.710 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.6.2/src/lib.rs:15:5 Sep 19 22:15:17.710 INFO kablam! | Sep 19 22:15:17.710 INFO kablam! 15 | use syntax::codemap; Sep 19 22:15:17.710 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 22:15:17.710 INFO kablam! Sep 19 22:15:17.863 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:15:17.863 INFO kablam! --> src/int.rs:163:40 Sep 19 22:15:17.863 INFO kablam! | Sep 19 22:15:17.863 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 19 22:15:17.863 INFO kablam! | ^^^ Sep 19 22:15:17.863 INFO kablam! | Sep 19 22:15:17.863 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:15:17.863 INFO kablam! Sep 19 22:15:17.863 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:15:17.863 INFO kablam! --> src/int.rs:164:31 Sep 19 22:15:17.863 INFO kablam! | Sep 19 22:15:17.863 INFO kablam! 164 | let new_cap = vec.cap(); Sep 19 22:15:17.863 INFO kablam! | ^^^ Sep 19 22:15:17.863 INFO kablam! | Sep 19 22:15:17.863 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:15:17.863 INFO kablam! Sep 19 22:15:17.870 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:15:17.870 INFO kablam! --> src/int.rs:186:36 Sep 19 22:15:17.870 INFO kablam! | Sep 19 22:15:17.870 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 19 22:15:17.870 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:15:17.870 INFO kablam! | Sep 19 22:15:17.870 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:15:17.870 INFO kablam! Sep 19 22:15:17.870 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:15:17.870 INFO kablam! --> src/int.rs:275:15 Sep 19 22:15:17.870 INFO kablam! | Sep 19 22:15:17.870 INFO kablam! 275 | v.shrink_to_fit(size); Sep 19 22:15:17.870 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:15:17.870 INFO kablam! | Sep 19 22:15:17.870 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:15:17.870 INFO kablam! Sep 19 22:15:17.886 INFO kablam! error: aborting due to previous error Sep 19 22:15:17.886 INFO kablam! Sep 19 22:15:17.886 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 22:15:17.891 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 19 22:15:17.891 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:15:17.906 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 22:15:17.906 INFO kablam! --> src/int.rs:760:19 Sep 19 22:15:17.906 INFO kablam! | Sep 19 22:15:17.906 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 19 22:15:17.906 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:15:17.906 INFO kablam! | Sep 19 22:15:17.906 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 22:15:17.906 INFO kablam! Sep 19 22:15:18.112 INFO kablam! error: aborting due to 9 previous errors Sep 19 22:15:18.112 INFO kablam! Sep 19 22:15:18.112 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 22:15:18.115 INFO kablam! error: Could not compile `ramp`. Sep 19 22:15:18.115 INFO kablam! Sep 19 22:15:18.115 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:15:18.120 INFO kablam! su: No module specific data is present Sep 19 22:15:18.790 INFO running `"docker" "rm" "-f" "186bddcafb6fbc7a7e522ae2de5c4579860c122c99e9a33770aa0754168ce19b"` Sep 19 22:15:18.895 INFO blam! 186bddcafb6fbc7a7e522ae2de5c4579860c122c99e9a33770aa0754168ce19b