Sep 02 03:39:18.662 INFO checking ramp-0.3.13 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 03:39:18.662 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 03:39:18.662 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:39:18.817 INFO blam! b01510abb133f2faa2438620717a53f293a37e6b492c2c74eb3bf8cf9b31f00d Sep 02 03:39:18.819 INFO running `"docker" "start" "-a" "b01510abb133f2faa2438620717a53f293a37e6b492c2c74eb3bf8cf9b31f00d"` Sep 02 03:39:19.526 INFO kablam! Compiling rustc-cfg v0.2.0 Sep 02 03:39:19.527 INFO kablam! Compiling env_logger v0.5.13 Sep 02 03:39:20.693 INFO kablam! Compiling ramp v0.3.13 (file:///source) Sep 02 03:39:21.340 INFO kablam! warning: use of deprecated item 'gcc::compile_library' Sep 02 03:39:21.340 INFO kablam! --> build.rs:43:17 Sep 02 03:39:21.340 INFO kablam! | Sep 02 03:39:21.340 INFO kablam! 43 | gcc::compile_library("libasm.a", asm_srcs); Sep 02 03:39:21.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 03:39:21.340 INFO kablam! | Sep 02 03:39:21.340 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 03:39:21.340 INFO kablam! Sep 02 03:39:21.957 INFO kablam! Compiling quickcheck v0.6.2 Sep 02 03:39:23.703 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:23.703 INFO kablam! --> src/int.rs:43:5 Sep 02 03:39:23.703 INFO kablam! | Sep 02 03:39:23.703 INFO kablam! 43 | use alloc::raw_vec::RawVec; Sep 02 03:39:23.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:39:23.703 INFO kablam! | Sep 02 03:39:23.703 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:23.703 INFO kablam! Sep 02 03:39:23.706 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:23.706 INFO kablam! --> src/int.rs:152:36 Sep 02 03:39:23.706 INFO kablam! | Sep 02 03:39:23.706 INFO kablam! 152 | fn with_raw_vec)>(&mut self, f: F) { Sep 02 03:39:23.706 INFO kablam! | ^^^^^^^^^^^^ Sep 02 03:39:23.706 INFO kablam! | Sep 02 03:39:23.706 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:23.706 INFO kablam! Sep 02 03:39:23.707 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:23.707 INFO kablam! --> src/int.rs:155:27 Sep 02 03:39:23.707 INFO kablam! | Sep 02 03:39:23.707 INFO kablam! 155 | let mut vec = RawVec::from_raw_parts(self.ptr.as_mut(), old_cap); Sep 02 03:39:23.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:39:23.707 INFO kablam! | Sep 02 03:39:23.707 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:23.707 INFO kablam! Sep 02 03:39:23.707 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:23.707 INFO kablam! --> src/int.rs:939:22 Sep 02 03:39:23.707 INFO kablam! | Sep 02 03:39:23.707 INFO kablam! 939 | drop(RawVec::from_raw_parts(self.ptr.as_mut(), Sep 02 03:39:23.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 03:39:23.707 INFO kablam! | Sep 02 03:39:23.707 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:23.707 INFO kablam! Sep 02 03:39:24.841 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:24.841 INFO kablam! --> src/int.rs:163:40 Sep 02 03:39:24.841 INFO kablam! | Sep 02 03:39:24.841 INFO kablam! 163 | self.ptr = Unique::new(vec.ptr()).unwrap(); Sep 02 03:39:24.841 INFO kablam! | ^^^ Sep 02 03:39:24.841 INFO kablam! | Sep 02 03:39:24.841 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:24.841 INFO kablam! Sep 02 03:39:24.842 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:24.842 INFO kablam! --> src/int.rs:164:31 Sep 02 03:39:24.842 INFO kablam! | Sep 02 03:39:24.842 INFO kablam! 164 | let new_cap = vec.cap(); Sep 02 03:39:24.842 INFO kablam! | ^^^ Sep 02 03:39:24.842 INFO kablam! | Sep 02 03:39:24.842 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:24.842 INFO kablam! Sep 02 03:39:24.846 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:24.847 INFO kablam! --> src/int.rs:186:36 Sep 02 03:39:24.847 INFO kablam! | Sep 02 03:39:24.847 INFO kablam! 186 | ret.with_raw_vec(|v| v.reserve_exact(0, cap as usize)) Sep 02 03:39:24.847 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 03:39:24.847 INFO kablam! | Sep 02 03:39:24.847 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:24.847 INFO kablam! Sep 02 03:39:24.852 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:24.852 INFO kablam! --> src/int.rs:275:15 Sep 02 03:39:24.852 INFO kablam! | Sep 02 03:39:24.852 INFO kablam! 275 | v.shrink_to_fit(size); Sep 02 03:39:24.852 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 03:39:24.852 INFO kablam! | Sep 02 03:39:24.852 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:24.852 INFO kablam! Sep 02 03:39:24.917 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 02 03:39:24.917 INFO kablam! --> src/int.rs:760:19 Sep 02 03:39:24.917 INFO kablam! | Sep 02 03:39:24.917 INFO kablam! 760 | v.reserve_exact(old_cap, cap as usize - old_cap) Sep 02 03:39:24.917 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 03:39:24.917 INFO kablam! | Sep 02 03:39:24.917 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 02 03:39:24.917 INFO kablam! Sep 02 03:39:25.314 INFO kablam! error: aborting due to 9 previous errors Sep 02 03:39:25.314 INFO kablam! Sep 02 03:39:25.314 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 03:39:25.321 INFO kablam! error: Could not compile `ramp`. Sep 02 03:39:25.321 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:39:26.510 INFO kablam! error: build failed Sep 02 03:39:26.511 INFO kablam! su: No module specific data is present Sep 02 03:39:26.920 INFO running `"docker" "rm" "-f" "b01510abb133f2faa2438620717a53f293a37e6b492c2c74eb3bf8cf9b31f00d"` Sep 02 03:39:27.034 INFO blam! b01510abb133f2faa2438620717a53f293a37e6b492c2c74eb3bf8cf9b31f00d