Sep 14 11:11:32.689 INFO checking ramp-0.3.13 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 11:11:32.689 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 11:11:32.689 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:11:32.931 INFO blam! be5c3a18c03194610a0c529d33c313451a948ec5c023f751f8705da595483cd3 Sep 14 11:11:32.936 INFO running `"docker" "start" "-a" "be5c3a18c03194610a0c529d33c313451a948ec5c023f751f8705da595483cd3"` Sep 14 11:11:33.922 INFO kablam! usermod: no changes Sep 14 11:11:34.183 INFO kablam! Compiling rustc-cfg v0.2.0 Sep 14 11:11:34.183 INFO kablam! Checking ieee754 v0.2.2 Sep 14 11:11:34.183 INFO kablam! Checking hamming v0.1.3 Sep 14 11:11:34.186 INFO kablam! Compiling num-integer v0.1.39 Sep 14 11:11:34.193 INFO kablam! Compiling env_logger v0.5.13 Sep 14 11:11:37.199 INFO kablam! Compiling num-bigint v0.1.44 Sep 14 11:11:38.459 INFO kablam! Compiling quickcheck v0.6.2 Sep 14 11:11:40.443 INFO kablam! Compiling ramp v0.3.13 (file:///source) Sep 14 11:11:40.723 INFO kablam! Compiling quickcheck_macros v0.6.2 Sep 14 11:11:40.829 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 14 11:11:40.829 INFO kablam! --> build.rs:43:17 Sep 14 11:11:40.829 INFO kablam! | Sep 14 11:11:40.829 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 14 11:11:40.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 11:11:40.829 INFO kablam! | Sep 14 11:11:40.829 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 11:11:40.829 INFO kablam! Sep 14 11:11:41.895 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 11:11:41.895 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.6.2/src/lib.rs:15:5 Sep 14 11:11:41.895 INFO kablam! | Sep 14 11:11:41.895 INFO kablam! 15 | use syntax::codemap; Sep 14 11:11:41.895 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 14 11:11:41.895 INFO kablam! Sep 14 11:11:41.966 INFO kablam! error: aborting due to previous error Sep 14 11:11:41.966 INFO kablam! Sep 14 11:11:41.966 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 14 11:11:41.978 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 14 11:11:41.978 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:11:42.042 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:42.042 INFO kablam! --> src/int.rs:43:5 Sep 14 11:11:42.042 INFO kablam! | Sep 14 11:11:42.042 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 14 11:11:42.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:11:42.042 INFO kablam! | Sep 14 11:11:42.042 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:42.042 INFO kablam! Sep 14 11:11:42.043 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:42.043 INFO kablam! --> src/int.rs:152:36 Sep 14 11:11:42.043 INFO kablam! | Sep 14 11:11:42.043 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 14 11:11:42.043 INFO kablam! | ^^^^^^^^^^^^ Sep 14 11:11:42.043 INFO kablam! | Sep 14 11:11:42.043 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:42.043 INFO kablam! Sep 14 11:11:42.043 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:42.043 INFO kablam! --> src/int.rs:155:27 Sep 14 11:11:42.043 INFO kablam! | Sep 14 11:11:42.043 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 14 11:11:42.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:11:42.043 INFO kablam! | Sep 14 11:11:42.043 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:42.043 INFO kablam! Sep 14 11:11:42.043 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:42.043 INFO kablam! --> src/int.rs:939:22 Sep 14 11:11:42.043 INFO kablam! | Sep 14 11:11:42.043 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 14 11:11:42.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:11:42.043 INFO kablam! | Sep 14 11:11:42.043 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:42.043 INFO kablam! Sep 14 11:11:42.408 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:42.408 INFO kablam! --> src/int.rs:163:40 Sep 14 11:11:42.408 INFO kablam! | Sep 14 11:11:42.408 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 14 11:11:42.408 INFO kablam! | ^^^ Sep 14 11:11:42.408 INFO kablam! | Sep 14 11:11:42.408 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:42.408 INFO kablam! Sep 14 11:11:42.408 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:42.408 INFO kablam! --> src/int.rs:164:31 Sep 14 11:11:42.408 INFO kablam! | Sep 14 11:11:42.408 INFO kablam! 164 | let new_cap = vec.cap(); Sep 14 11:11:42.408 INFO kablam! | ^^^ Sep 14 11:11:42.408 INFO kablam! | Sep 14 11:11:42.408 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:42.408 INFO kablam! Sep 14 11:11:42.409 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:42.409 INFO kablam! --> src/int.rs:186:36 Sep 14 11:11:42.409 INFO kablam! | Sep 14 11:11:42.409 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 14 11:11:42.409 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 11:11:42.409 INFO kablam! | Sep 14 11:11:42.410 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:42.410 INFO kablam! Sep 14 11:11:42.412 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:42.412 INFO kablam! --> src/int.rs:275:15 Sep 14 11:11:42.412 INFO kablam! | Sep 14 11:11:42.412 INFO kablam! 275 | v.shrink_to_fit(size); Sep 14 11:11:42.412 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 11:11:42.412 INFO kablam! | Sep 14 11:11:42.412 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:42.412 INFO kablam! Sep 14 11:11:42.435 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 11:11:42.435 INFO kablam! --> src/int.rs:760:19 Sep 14 11:11:42.435 INFO kablam! | Sep 14 11:11:42.435 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 14 11:11:42.435 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 11:11:42.435 INFO kablam! | Sep 14 11:11:42.435 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 11:11:42.435 INFO kablam! Sep 14 11:11:42.587 INFO kablam! error: aborting due to 9 previous errors Sep 14 11:11:42.587 INFO kablam! Sep 14 11:11:42.587 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 14 11:11:42.597 INFO kablam! error: Could not compile `ramp`. Sep 14 11:11:42.597 INFO kablam! Sep 14 11:11:42.597 INFO kablam! To learn more, run the command again with --verbose. Sep 14 11:11:42.598 INFO kablam! su: No module specific data is present Sep 14 11:11:43.058 INFO running `"docker" "rm" "-f" "be5c3a18c03194610a0c529d33c313451a948ec5c023f751f8705da595483cd3"` Sep 14 11:11:43.127 INFO blam! be5c3a18c03194610a0c529d33c313451a948ec5c023f751f8705da595483cd3