Sep 01 10:14:56.761 INFO checking ramp-0.3.13 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 10:14:56.761 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 10:14:56.761 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 10:14:56.897 INFO blam! d81f051143aaa040675fd2699a6d205981516a6306aec608630ee42e35080f9f Sep 01 10:14:56.899 INFO running `"docker" "start" "-a" "d81f051143aaa040675fd2699a6d205981516a6306aec608630ee42e35080f9f"` Sep 01 10:14:57.843 INFO kablam! Compiling ramp v0.3.13 (file:///source) Sep 01 10:14:57.843 INFO kablam! Compiling env_logger v0.5.13 Sep 01 10:14:58.313 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 01 10:14:58.313 INFO kablam! --> build.rs:43:17 Sep 01 10:14:58.313 INFO kablam! | Sep 01 10:14:58.313 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 01 10:14:58.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 10:14:58.313 INFO kablam! | Sep 01 10:14:58.313 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 10:14:58.313 INFO kablam! Sep 01 10:15:00.310 INFO kablam! Compiling quickcheck v0.6.2 Sep 01 10:15:00.466 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:00.466 INFO kablam! --> src/int.rs:43:5 Sep 01 10:15:00.466 INFO kablam! | Sep 01 10:15:00.466 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 01 10:15:00.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:15:00.467 INFO kablam! | Sep 01 10:15:00.467 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:00.467 INFO kablam! Sep 01 10:15:00.469 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:00.469 INFO kablam! --> src/int.rs:152:36 Sep 01 10:15:00.469 INFO kablam! | Sep 01 10:15:00.469 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 01 10:15:00.469 INFO kablam! | ^^^^^^^^^^^^ Sep 01 10:15:00.469 INFO kablam! | Sep 01 10:15:00.469 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:00.469 INFO kablam! Sep 01 10:15:00.470 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:00.470 INFO kablam! --> src/int.rs:155:27 Sep 01 10:15:00.470 INFO kablam! | Sep 01 10:15:00.470 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 01 10:15:00.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:15:00.470 INFO kablam! | Sep 01 10:15:00.470 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:00.470 INFO kablam! Sep 01 10:15:00.470 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:00.470 INFO kablam! --> src/int.rs:939:22 Sep 01 10:15:00.470 INFO kablam! | Sep 01 10:15:00.470 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 01 10:15:00.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:15:00.470 INFO kablam! | Sep 01 10:15:00.471 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:00.471 INFO kablam! Sep 01 10:15:01.490 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:01.490 INFO kablam! --> src/int.rs:163:40 Sep 01 10:15:01.490 INFO kablam! | Sep 01 10:15:01.490 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 01 10:15:01.490 INFO kablam! | ^^^ Sep 01 10:15:01.491 INFO kablam! | Sep 01 10:15:01.491 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:01.491 INFO kablam! Sep 01 10:15:01.491 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:01.491 INFO kablam! --> src/int.rs:164:31 Sep 01 10:15:01.491 INFO kablam! | Sep 01 10:15:01.491 INFO kablam! 164 | let new_cap = vec.cap(); Sep 01 10:15:01.491 INFO kablam! | ^^^ Sep 01 10:15:01.491 INFO kablam! | Sep 01 10:15:01.491 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:01.491 INFO kablam! Sep 01 10:15:01.495 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:01.495 INFO kablam! --> src/int.rs:186:36 Sep 01 10:15:01.495 INFO kablam! | Sep 01 10:15:01.496 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 01 10:15:01.496 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:15:01.496 INFO kablam! | Sep 01 10:15:01.496 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:01.496 INFO kablam! Sep 01 10:15:01.504 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:01.504 INFO kablam! --> src/int.rs:275:15 Sep 01 10:15:01.504 INFO kablam! | Sep 01 10:15:01.504 INFO kablam! 275 | v.shrink_to_fit(size); Sep 01 10:15:01.504 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:15:01.505 INFO kablam! | Sep 01 10:15:01.505 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:01.505 INFO kablam! Sep 01 10:15:01.590 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 10:15:01.590 INFO kablam! --> src/int.rs:760:19 Sep 01 10:15:01.590 INFO kablam! | Sep 01 10:15:01.590 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 01 10:15:01.590 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:15:01.591 INFO kablam! | Sep 01 10:15:01.591 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 10:15:01.591 INFO kablam! Sep 01 10:15:02.023 INFO kablam! error: aborting due to 9 previous errors Sep 01 10:15:02.023 INFO kablam! Sep 01 10:15:02.023 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 10:15:02.032 INFO kablam! error: Could not compile `ramp`. Sep 01 10:15:02.032 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 10:15:04.233 INFO kablam! error: build failed Sep 01 10:15:04.235 INFO kablam! su: No module specific data is present Sep 01 10:15:04.730 INFO running `"docker" "rm" "-f" "d81f051143aaa040675fd2699a6d205981516a6306aec608630ee42e35080f9f"` Sep 01 10:15:04.816 INFO blam! d81f051143aaa040675fd2699a6d205981516a6306aec608630ee42e35080f9f