Sep 04 07:01:56.497 INFO checking ramp-0.3.13 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 07:01:56.498 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 07:01:56.498 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:01:56.681 INFO blam! 77e6fdfa5a0dca70b3df50e6870e180033eda42188cb43d2d07aa311dd9af5db Sep 04 07:01:56.683 INFO running `"docker" "start" "-a" "77e6fdfa5a0dca70b3df50e6870e180033eda42188cb43d2d07aa311dd9af5db"` Sep 04 07:01:57.539 INFO kablam! Compiling rustc-cfg v0.2.0 Sep 04 07:01:57.560 INFO kablam! Compiling env_logger v0.5.13 Sep 04 07:01:59.099 INFO kablam! Compiling ramp v0.3.13 (file:///source) Sep 04 07:01:59.781 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 04 07:01:59.781 INFO kablam! --> build.rs:43:17 Sep 04 07:01:59.781 INFO kablam! | Sep 04 07:01:59.781 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 04 07:01:59.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 07:01:59.781 INFO kablam! | Sep 04 07:01:59.781 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 07:01:59.781 INFO kablam! Sep 04 07:02:00.619 INFO kablam! Compiling quickcheck v0.6.2 Sep 04 07:02:01.594 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:01.594 INFO kablam! --> src/int.rs:43:5 Sep 04 07:02:01.594 INFO kablam! | Sep 04 07:02:01.594 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 04 07:02:01.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:02:01.595 INFO kablam! | Sep 04 07:02:01.595 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:01.595 INFO kablam! Sep 04 07:02:01.596 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:01.596 INFO kablam! --> src/int.rs:152:36 Sep 04 07:02:01.596 INFO kablam! | Sep 04 07:02:01.596 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 04 07:02:01.596 INFO kablam! | ^^^^^^^^^^^^ Sep 04 07:02:01.596 INFO kablam! | Sep 04 07:02:01.596 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:01.596 INFO kablam! Sep 04 07:02:01.597 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:01.597 INFO kablam! --> src/int.rs:155:27 Sep 04 07:02:01.597 INFO kablam! | Sep 04 07:02:01.597 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 04 07:02:01.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:02:01.597 INFO kablam! | Sep 04 07:02:01.597 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:01.597 INFO kablam! Sep 04 07:02:01.597 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:01.597 INFO kablam! --> src/int.rs:939:22 Sep 04 07:02:01.597 INFO kablam! | Sep 04 07:02:01.597 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 04 07:02:01.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:02:01.597 INFO kablam! | Sep 04 07:02:01.597 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:01.597 INFO kablam! Sep 04 07:02:02.539 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:02.539 INFO kablam! --> src/int.rs:163:40 Sep 04 07:02:02.539 INFO kablam! | Sep 04 07:02:02.539 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 04 07:02:02.539 INFO kablam! | ^^^ Sep 04 07:02:02.539 INFO kablam! | Sep 04 07:02:02.540 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:02.540 INFO kablam! Sep 04 07:02:02.541 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:02.541 INFO kablam! --> src/int.rs:164:31 Sep 04 07:02:02.541 INFO kablam! | Sep 04 07:02:02.541 INFO kablam! 164 | let new_cap = vec.cap(); Sep 04 07:02:02.541 INFO kablam! | ^^^ Sep 04 07:02:02.541 INFO kablam! | Sep 04 07:02:02.541 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:02.541 INFO kablam! Sep 04 07:02:02.546 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:02.546 INFO kablam! --> src/int.rs:186:36 Sep 04 07:02:02.546 INFO kablam! | Sep 04 07:02:02.546 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 04 07:02:02.546 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 07:02:02.546 INFO kablam! | Sep 04 07:02:02.546 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:02.546 INFO kablam! Sep 04 07:02:02.555 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:02.555 INFO kablam! --> src/int.rs:275:15 Sep 04 07:02:02.555 INFO kablam! | Sep 04 07:02:02.555 INFO kablam! 275 | v.shrink_to_fit(size); Sep 04 07:02:02.555 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 07:02:02.555 INFO kablam! | Sep 04 07:02:02.555 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:02.555 INFO kablam! Sep 04 07:02:02.660 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 04 07:02:02.660 INFO kablam! --> src/int.rs:760:19 Sep 04 07:02:02.660 INFO kablam! | Sep 04 07:02:02.660 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 04 07:02:02.660 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 07:02:02.660 INFO kablam! | Sep 04 07:02:02.661 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 04 07:02:02.661 INFO kablam! Sep 04 07:02:03.228 INFO kablam! error: aborting due to 9 previous errors Sep 04 07:02:03.228 INFO kablam! Sep 04 07:02:03.228 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 07:02:03.235 INFO kablam! error: Could not compile `ramp`. Sep 04 07:02:03.235 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:02:04.961 INFO kablam! error: build failed Sep 04 07:02:04.963 INFO kablam! su: No module specific data is present Sep 04 07:02:05.448 INFO running `"docker" "rm" "-f" "77e6fdfa5a0dca70b3df50e6870e180033eda42188cb43d2d07aa311dd9af5db"` Sep 04 07:02:05.567 INFO blam! 77e6fdfa5a0dca70b3df50e6870e180033eda42188cb43d2d07aa311dd9af5db