Sep 05 21:15:05.252 INFO checking varisat-0.1.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 21:15:05.252 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 21:15:05.252 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/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 05 21:15:05.406 INFO blam! 1a29c5677f5288717d3eb9b0c7be4e15b4188ce8423508c3097d0724d871b8ce Sep 05 21:15:05.412 INFO running `"docker" "start" "-a" "1a29c5677f5288717d3eb9b0c7be4e15b4188ce8423508c3097d0724d871b8ce"` Sep 05 21:15:06.115 INFO kablam! usermod: no changes Sep 05 21:15:06.230 INFO kablam! Compiling version_check v0.1.4 Sep 05 21:15:06.230 INFO kablam! Checking libc v0.2.43 Sep 05 21:15:06.230 INFO kablam! Compiling regex v1.0.4 Sep 05 21:15:06.238 INFO kablam! Checking ucd-util v0.1.1 Sep 05 21:15:06.244 INFO kablam! Compiling num-traits v0.2.5 Sep 05 21:15:06.244 INFO kablam! Checking cfg-if v0.1.5 Sep 05 21:15:06.244 INFO kablam! Checking utf8-ranges v1.0.1 Sep 05 21:15:06.244 INFO kablam! Checking quick-error v1.2.2 Sep 05 21:15:06.630 INFO kablam! Checking unicode-width v0.1.5 Sep 05 21:15:11.503 INFO kablam! Checking ansi_term v0.11.0 Sep 05 21:15:11.518 INFO kablam! Checking vec_map v0.8.1 Sep 05 21:15:11.589 INFO kablam! Checking termcolor v1.0.3 Sep 05 21:15:11.877 INFO kablam! Checking strsim v0.7.0 Sep 05 21:15:12.131 INFO kablam! Checking bitflags v1.0.4 Sep 05 21:15:12.382 INFO kablam! Checking log v0.4.5 Sep 05 21:15:12.639 INFO kablam! Checking humantime v1.1.1 Sep 05 21:15:12.899 INFO kablam! Checking textwrap v0.10.0 Sep 05 21:15:12.962 INFO kablam! Checking regex-syntax v0.6.2 Sep 05 21:15:12.982 INFO kablam! Checking memchr v2.0.2 Sep 05 21:15:13.182 INFO kablam! Checking atty v0.2.11 Sep 05 21:15:13.362 INFO kablam! Compiling lazy_static v1.1.0 Sep 05 21:15:14.149 INFO kablam! Checking clap v2.32.0 Sep 05 21:15:14.189 INFO kablam! Checking aho-corasick v0.6.8 Sep 05 21:15:15.818 INFO kablam! Checking thread_local v0.3.6 Sep 05 21:15:18.206 INFO kablam! Checking noisy_float v0.1.7 Sep 05 21:15:22.701 INFO kablam! Checking env_logger v0.5.13 Sep 05 21:15:23.275 INFO kablam! Checking varisat v0.1.1 (file:///source) Sep 05 21:15:23.781 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:23.781 INFO kablam! --> src/clause/alloc.rs:1:5 Sep 05 21:15:23.781 INFO kablam! | Sep 05 21:15:23.782 INFO kablam! 1 | use alloc::raw_vec::RawVec; Sep 05 21:15:23.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:15:23.782 INFO kablam! | Sep 05 21:15:23.782 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:23.782 INFO kablam! Sep 05 21:15:23.782 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:23.782 INFO kablam! --> src/clause/alloc.rs:17:13 Sep 05 21:15:23.782 INFO kablam! | Sep 05 21:15:23.782 INFO kablam! 17 | buffer: RawVec, Sep 05 21:15:23.782 INFO kablam! | ^^^^^^^^^^^ Sep 05 21:15:23.782 INFO kablam! | Sep 05 21:15:23.782 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:23.782 INFO kablam! Sep 05 21:15:23.782 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:23.782 INFO kablam! --> src/clause/alloc.rs:34:21 Sep 05 21:15:23.782 INFO kablam! | Sep 05 21:15:23.782 INFO kablam! 34 | buffer: RawVec::new(), Sep 05 21:15:23.782 INFO kablam! | ^^^^^^^^^^^ Sep 05 21:15:23.782 INFO kablam! | Sep 05 21:15:23.782 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:23.782 INFO kablam! Sep 05 21:15:23.845 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:23.846 INFO kablam! --> src/clause/alloc.rs:1:5 Sep 05 21:15:23.846 INFO kablam! | Sep 05 21:15:23.846 INFO kablam! 1 | use alloc::raw_vec::RawVec; Sep 05 21:15:23.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:15:23.846 INFO kablam! | Sep 05 21:15:23.846 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:23.846 INFO kablam! Sep 05 21:15:23.846 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:23.846 INFO kablam! --> src/clause/alloc.rs:17:13 Sep 05 21:15:23.846 INFO kablam! | Sep 05 21:15:23.846 INFO kablam! 17 | buffer: RawVec, Sep 05 21:15:23.846 INFO kablam! | ^^^^^^^^^^^ Sep 05 21:15:23.846 INFO kablam! | Sep 05 21:15:23.846 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:23.846 INFO kablam! Sep 05 21:15:23.846 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:23.846 INFO kablam! --> src/clause/alloc.rs:34:21 Sep 05 21:15:23.846 INFO kablam! | Sep 05 21:15:23.846 INFO kablam! 34 | buffer: RawVec::new(), Sep 05 21:15:23.846 INFO kablam! | ^^^^^^^^^^^ Sep 05 21:15:23.846 INFO kablam! | Sep 05 21:15:23.846 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:23.846 INFO kablam! Sep 05 21:15:24.010 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:24.010 INFO kablam! --> src/clause/alloc.rs:42:21 Sep 05 21:15:24.010 INFO kablam! | Sep 05 21:15:24.010 INFO kablam! 42 | self.buffer.reserve(self.size, increment); Sep 05 21:15:24.010 INFO kablam! | ^^^^^^^ Sep 05 21:15:24.010 INFO kablam! | Sep 05 21:15:24.010 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:24.010 INFO kablam! Sep 05 21:15:24.010 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:24.010 INFO kablam! --> src/clause/alloc.rs:52:42 Sep 05 21:15:24.010 INFO kablam! | Sep 05 21:15:24.010 INFO kablam! 52 | let header_ptr = self.buffer.ptr().offset(old_size as isize); Sep 05 21:15:24.010 INFO kablam! | ^^^ Sep 05 21:15:24.010 INFO kablam! | Sep 05 21:15:24.010 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:24.010 INFO kablam! Sep 05 21:15:24.010 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:24.010 INFO kablam! --> src/clause/alloc.rs:75:38 Sep 05 21:15:24.011 INFO kablam! | Sep 05 21:15:24.011 INFO kablam! 75 | let header_ptr = self.buffer.ptr().offset(offset); Sep 05 21:15:24.011 INFO kablam! | ^^^ Sep 05 21:15:24.011 INFO kablam! | Sep 05 21:15:24.011 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:24.011 INFO kablam! Sep 05 21:15:24.011 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:24.011 INFO kablam! --> src/clause/alloc.rs:90:21 Sep 05 21:15:24.011 INFO kablam! | Sep 05 21:15:24.011 INFO kablam! 90 | self.buffer.ptr().offset(cref.index as isize) Sep 05 21:15:24.011 INFO kablam! | ^^^ Sep 05 21:15:24.011 INFO kablam! | Sep 05 21:15:24.011 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:24.011 INFO kablam! Sep 05 21:15:24.113 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:24.113 INFO kablam! --> src/clause/alloc.rs:42:21 Sep 05 21:15:24.113 INFO kablam! | Sep 05 21:15:24.113 INFO kablam! 42 | self.buffer.reserve(self.size, increment); Sep 05 21:15:24.114 INFO kablam! | ^^^^^^^ Sep 05 21:15:24.114 INFO kablam! | Sep 05 21:15:24.114 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:24.114 INFO kablam! Sep 05 21:15:24.114 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:24.114 INFO kablam! --> src/clause/alloc.rs:52:42 Sep 05 21:15:24.114 INFO kablam! | Sep 05 21:15:24.114 INFO kablam! 52 | let header_ptr = self.buffer.ptr().offset(old_size as isize); Sep 05 21:15:24.114 INFO kablam! | ^^^ Sep 05 21:15:24.114 INFO kablam! | Sep 05 21:15:24.114 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:24.114 INFO kablam! Sep 05 21:15:24.117 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:24.118 INFO kablam! --> src/clause/alloc.rs:75:38 Sep 05 21:15:24.118 INFO kablam! | Sep 05 21:15:24.118 INFO kablam! 75 | let header_ptr = self.buffer.ptr().offset(offset); Sep 05 21:15:24.118 INFO kablam! | ^^^ Sep 05 21:15:24.118 INFO kablam! | Sep 05 21:15:24.118 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:24.118 INFO kablam! Sep 05 21:15:24.118 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 05 21:15:24.118 INFO kablam! --> src/clause/alloc.rs:90:21 Sep 05 21:15:24.118 INFO kablam! | Sep 05 21:15:24.118 INFO kablam! 90 | self.buffer.ptr().offset(cref.index as isize) Sep 05 21:15:24.118 INFO kablam! | ^^^ Sep 05 21:15:24.118 INFO kablam! | Sep 05 21:15:24.118 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 05 21:15:24.118 INFO kablam! Sep 05 21:15:24.201 INFO kablam! error: aborting due to 7 previous errors Sep 05 21:15:24.201 INFO kablam! Sep 05 21:15:24.201 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 05 21:15:24.206 INFO kablam! error: Could not compile `varisat`. Sep 05 21:15:24.206 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 21:15:24.446 INFO kablam! error: aborting due to 7 previous errors Sep 05 21:15:24.446 INFO kablam! Sep 05 21:15:24.446 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 05 21:15:24.449 INFO kablam! error: Could not compile `varisat`. Sep 05 21:15:24.449 INFO kablam! Sep 05 21:15:24.449 INFO kablam! To learn more, run the command again with --verbose. Sep 05 21:15:24.450 INFO kablam! su: No module specific data is present Sep 05 21:15:24.916 INFO running `"docker" "rm" "-f" "1a29c5677f5288717d3eb9b0c7be4e15b4188ce8423508c3097d0724d871b8ce"` Sep 05 21:15:25.003 INFO blam! 1a29c5677f5288717d3eb9b0c7be4e15b4188ce8423508c3097d0724d871b8ce