Sep 06 01:56:23.445 INFO checking ramp-0.3.13 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 01:56:23.445 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 01:56:23.445 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-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.631 INFO blam! 72a1d3b37cb0f19cb77b6b8bef8b0fe6a4f571c3e5ae182245a62b2f4f289fca Sep 06 01:56:23.633 INFO running `"docker" "start" "-a" "72a1d3b37cb0f19cb77b6b8bef8b0fe6a4f571c3e5ae182245a62b2f4f289fca"` Sep 06 01:56:24.727 INFO kablam! usermod: no changes Sep 06 01:56:24.822 INFO kablam! Compiling rustc-cfg v0.2.0 Sep 06 01:56:24.822 INFO kablam! Checking ieee754 v0.2.2 Sep 06 01:56:24.827 INFO kablam! Compiling quickcheck v0.6.2 Sep 06 01:56:25.673 INFO kablam! Compiling ramp v0.3.13 (file:///source) Sep 06 01:56:26.054 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 06 01:56:26.054 INFO kablam! --> build.rs:43:17 Sep 06 01:56:26.054 INFO kablam! | Sep 06 01:56:26.054 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 06 01:56:26.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 01:56:26.054 INFO kablam! | Sep 06 01:56:26.054 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 01:56:26.054 INFO kablam! Sep 06 01:56:28.494 INFO kablam! Compiling quickcheck_macros v0.6.2 Sep 06 01:56:28.713 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:28.713 INFO kablam! --> src/int.rs:43:5 Sep 06 01:56:28.713 INFO kablam! | Sep 06 01:56:28.713 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 06 01:56:28.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 01:56:28.713 INFO kablam! | Sep 06 01:56:28.713 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:28.713 INFO kablam! Sep 06 01:56:28.717 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:28.717 INFO kablam! --> src/int.rs:152:36 Sep 06 01:56:28.717 INFO kablam! | Sep 06 01:56:28.717 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 06 01:56:28.717 INFO kablam! | ^^^^^^^^^^^^ Sep 06 01:56:28.717 INFO kablam! | Sep 06 01:56:28.717 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:28.717 INFO kablam! Sep 06 01:56:28.717 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:28.717 INFO kablam! --> src/int.rs:155:27 Sep 06 01:56:28.717 INFO kablam! | Sep 06 01:56:28.717 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 06 01:56:28.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 01:56:28.717 INFO kablam! | Sep 06 01:56:28.718 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:28.718 INFO kablam! Sep 06 01:56:28.718 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:28.718 INFO kablam! --> src/int.rs:939:22 Sep 06 01:56:28.718 INFO kablam! | Sep 06 01:56:28.718 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 06 01:56:28.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 01:56:28.718 INFO kablam! | Sep 06 01:56:28.719 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:28.719 INFO kablam! Sep 06 01:56:29.217 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.217 INFO kablam! --> src/int.rs:163:40 Sep 06 01:56:29.218 INFO kablam! | Sep 06 01:56:29.218 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 06 01:56:29.218 INFO kablam! | ^^^ Sep 06 01:56:29.218 INFO kablam! | Sep 06 01:56:29.218 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.218 INFO kablam! Sep 06 01:56:29.218 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.218 INFO kablam! --> src/int.rs:164:31 Sep 06 01:56:29.218 INFO kablam! | Sep 06 01:56:29.218 INFO kablam! 164 | let new_cap = vec.cap(); Sep 06 01:56:29.218 INFO kablam! | ^^^ Sep 06 01:56:29.218 INFO kablam! | Sep 06 01:56:29.218 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.218 INFO kablam! Sep 06 01:56:29.218 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.218 INFO kablam! --> src/int.rs:186:36 Sep 06 01:56:29.218 INFO kablam! | Sep 06 01:56:29.218 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 06 01:56:29.218 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 01:56:29.218 INFO kablam! | Sep 06 01:56:29.218 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.218 INFO kablam! Sep 06 01:56:29.226 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.226 INFO kablam! --> src/int.rs:275:15 Sep 06 01:56:29.226 INFO kablam! | Sep 06 01:56:29.226 INFO kablam! 275 | v.shrink_to_fit(size); Sep 06 01:56:29.226 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 01:56:29.226 INFO kablam! | Sep 06 01:56:29.226 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.226 INFO kablam! Sep 06 01:56:29.282 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 06 01:56:29.282 INFO kablam! --> src/int.rs:760:19 Sep 06 01:56:29.282 INFO kablam! | Sep 06 01:56:29.282 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 06 01:56:29.282 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 01:56:29.282 INFO kablam! | Sep 06 01:56:29.282 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 06 01:56:29.282 INFO kablam! Sep 06 01:56:29.706 INFO kablam! error: aborting due to 9 previous errors Sep 06 01:56:29.706 INFO kablam! Sep 06 01:56:29.706 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 06 01:56:29.726 INFO kablam! error: Could not compile `ramp`. Sep 06 01:56:29.726 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:56:30.404 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 01:56:30.404 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.6.2/src/lib.rs:15:5 Sep 06 01:56:30.404 INFO kablam! | Sep 06 01:56:30.404 INFO kablam! 15 | use syntax::codemap; Sep 06 01:56:30.404 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 06 01:56:30.404 INFO kablam! Sep 06 01:56:30.470 INFO kablam! error: aborting due to previous error Sep 06 01:56:30.470 INFO kablam! Sep 06 01:56:30.470 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 06 01:56:30.482 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 06 01:56:30.482 INFO kablam! Sep 06 01:56:30.482 INFO kablam! To learn more, run the command again with --verbose. Sep 06 01:56:30.486 INFO kablam! su: No module specific data is present Sep 06 01:56:31.356 INFO running `"docker" "rm" "-f" "72a1d3b37cb0f19cb77b6b8bef8b0fe6a4f571c3e5ae182245a62b2f4f289fca"` Sep 06 01:56:31.461 INFO blam! 72a1d3b37cb0f19cb77b6b8bef8b0fe6a4f571c3e5ae182245a62b2f4f289fca