Sep 03 23:14:13.044 INFO checking varisat-0.1.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 23:14:13.044 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 23:14:13.044 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 23:14:13.258 INFO blam! aa0aed22dc06331a5095f8fddcf86c8dd0b2ac95906bf6214b1997344b28d604 Sep 03 23:14:13.260 INFO running `"docker" "start" "-a" "aa0aed22dc06331a5095f8fddcf86c8dd0b2ac95906bf6214b1997344b28d604"` Sep 03 23:14:13.964 INFO kablam! Compiling version_check v0.1.4 Sep 03 23:14:13.964 INFO kablam! Checking libc v0.2.43 Sep 03 23:14:13.964 INFO kablam! Compiling regex v1.0.4 Sep 03 23:14:13.965 INFO kablam! Compiling num-traits v0.2.5 Sep 03 23:14:13.966 INFO kablam! Checking ucd-util v0.1.1 Sep 03 23:14:13.966 INFO kablam! Checking utf8-ranges v1.0.1 Sep 03 23:14:13.968 INFO kablam! Checking unicode-width v0.1.5 Sep 03 23:14:13.968 INFO kablam! Checking cfg-if v0.1.5 Sep 03 23:14:14.175 INFO kablam! Checking quick-error v1.2.2 Sep 03 23:14:14.385 INFO kablam! Checking ansi_term v0.11.0 Sep 03 23:14:15.065 INFO kablam! Checking bitflags v1.0.4 Sep 03 23:14:15.073 INFO kablam! Checking vec_map v0.8.1 Sep 03 23:14:15.080 INFO kablam! Checking strsim v0.7.0 Sep 03 23:14:16.591 INFO kablam! Checking termcolor v1.0.3 Sep 03 23:14:17.077 INFO kablam! Checking log v0.4.5 Sep 03 23:14:17.078 INFO kablam! Checking textwrap v0.10.0 Sep 03 23:14:17.079 INFO kablam! Checking humantime v1.1.1 Sep 03 23:14:18.918 INFO kablam! Checking regex-syntax v0.6.2 Sep 03 23:14:20.331 INFO kablam! Checking memchr v2.0.2 Sep 03 23:14:20.382 INFO kablam! Checking atty v0.2.11 Sep 03 23:14:21.605 INFO kablam! Checking clap v2.32.0 Sep 03 23:14:22.701 INFO kablam! Checking aho-corasick v0.6.8 Sep 03 23:14:23.023 INFO kablam! Compiling lazy_static v1.1.0 Sep 03 23:14:25.426 INFO kablam! Checking thread_local v0.3.6 Sep 03 23:14:29.173 INFO kablam! Checking noisy_float v0.1.7 Sep 03 23:14:36.055 INFO kablam! Checking env_logger v0.5.13 Sep 03 23:14:37.536 INFO kablam! Checking varisat v0.1.1 (file:///source) Sep 03 23:14:38.613 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:38.613 INFO kablam! --> src/clause/alloc.rs:1:5 Sep 03 23:14:38.614 INFO kablam! | Sep 03 23:14:38.614 INFO kablam! 1 | use alloc::raw_vec::RawVec; Sep 03 23:14:38.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 03 23:14:38.614 INFO kablam! | Sep 03 23:14:38.614 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:38.614 INFO kablam! Sep 03 23:14:38.614 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:38.614 INFO kablam! --> src/clause/alloc.rs:17:13 Sep 03 23:14:38.615 INFO kablam! | Sep 03 23:14:38.615 INFO kablam! 17 | buffer: RawVec, Sep 03 23:14:38.615 INFO kablam! | ^^^^^^^^^^^ Sep 03 23:14:38.615 INFO kablam! | Sep 03 23:14:38.615 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:38.615 INFO kablam! Sep 03 23:14:38.618 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:38.618 INFO kablam! --> src/clause/alloc.rs:34:21 Sep 03 23:14:38.618 INFO kablam! | Sep 03 23:14:38.618 INFO kablam! 34 | buffer: RawVec::new(), Sep 03 23:14:38.618 INFO kablam! | ^^^^^^^^^^^ Sep 03 23:14:38.618 INFO kablam! | Sep 03 23:14:38.618 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:38.618 INFO kablam! Sep 03 23:14:38.903 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:38.903 INFO kablam! --> src/clause/alloc.rs:1:5 Sep 03 23:14:38.903 INFO kablam! | Sep 03 23:14:38.903 INFO kablam! 1 | use alloc::raw_vec::RawVec; Sep 03 23:14:38.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 03 23:14:38.903 INFO kablam! | Sep 03 23:14:38.903 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:38.903 INFO kablam! Sep 03 23:14:38.903 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:38.903 INFO kablam! --> src/clause/alloc.rs:17:13 Sep 03 23:14:38.903 INFO kablam! | Sep 03 23:14:38.903 INFO kablam! 17 | buffer: RawVec, Sep 03 23:14:38.904 INFO kablam! | ^^^^^^^^^^^ Sep 03 23:14:38.904 INFO kablam! | Sep 03 23:14:38.904 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:38.904 INFO kablam! Sep 03 23:14:38.906 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:38.906 INFO kablam! --> src/clause/alloc.rs:34:21 Sep 03 23:14:38.906 INFO kablam! | Sep 03 23:14:38.906 INFO kablam! 34 | buffer: RawVec::new(), Sep 03 23:14:38.906 INFO kablam! | ^^^^^^^^^^^ Sep 03 23:14:38.906 INFO kablam! | Sep 03 23:14:38.906 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:38.907 INFO kablam! Sep 03 23:14:39.315 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:39.315 INFO kablam! --> src/clause/alloc.rs:42:21 Sep 03 23:14:39.315 INFO kablam! | Sep 03 23:14:39.315 INFO kablam! 42 | self.buffer.reserve(self.size, increment); Sep 03 23:14:39.315 INFO kablam! | ^^^^^^^ Sep 03 23:14:39.315 INFO kablam! | Sep 03 23:14:39.315 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:39.315 INFO kablam! Sep 03 23:14:39.317 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:39.317 INFO kablam! --> src/clause/alloc.rs:52:42 Sep 03 23:14:39.317 INFO kablam! | Sep 03 23:14:39.317 INFO kablam! 52 | let header_ptr = self.buffer.ptr().offset(old_size as isize); Sep 03 23:14:39.317 INFO kablam! | ^^^ Sep 03 23:14:39.317 INFO kablam! | Sep 03 23:14:39.317 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:39.317 INFO kablam! Sep 03 23:14:39.323 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:39.323 INFO kablam! --> src/clause/alloc.rs:75:38 Sep 03 23:14:39.323 INFO kablam! | Sep 03 23:14:39.323 INFO kablam! 75 | let header_ptr = self.buffer.ptr().offset(offset); Sep 03 23:14:39.323 INFO kablam! | ^^^ Sep 03 23:14:39.323 INFO kablam! | Sep 03 23:14:39.323 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:39.323 INFO kablam! Sep 03 23:14:39.325 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:39.325 INFO kablam! --> src/clause/alloc.rs:90:21 Sep 03 23:14:39.325 INFO kablam! | Sep 03 23:14:39.325 INFO kablam! 90 | self.buffer.ptr().offset(cref.index as isize) Sep 03 23:14:39.325 INFO kablam! | ^^^ Sep 03 23:14:39.325 INFO kablam! | Sep 03 23:14:39.325 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:39.325 INFO kablam! Sep 03 23:14:39.733 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:39.733 INFO kablam! --> src/clause/alloc.rs:42:21 Sep 03 23:14:39.733 INFO kablam! | Sep 03 23:14:39.733 INFO kablam! 42 | self.buffer.reserve(self.size, increment); Sep 03 23:14:39.734 INFO kablam! | ^^^^^^^ Sep 03 23:14:39.734 INFO kablam! | Sep 03 23:14:39.734 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:39.734 INFO kablam! Sep 03 23:14:39.734 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:39.734 INFO kablam! --> src/clause/alloc.rs:52:42 Sep 03 23:14:39.734 INFO kablam! | Sep 03 23:14:39.734 INFO kablam! 52 | let header_ptr = self.buffer.ptr().offset(old_size as isize); Sep 03 23:14:39.734 INFO kablam! | ^^^ Sep 03 23:14:39.734 INFO kablam! | Sep 03 23:14:39.734 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:39.734 INFO kablam! Sep 03 23:14:39.739 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:39.739 INFO kablam! --> src/clause/alloc.rs:75:38 Sep 03 23:14:39.739 INFO kablam! | Sep 03 23:14:39.739 INFO kablam! 75 | let header_ptr = self.buffer.ptr().offset(offset); Sep 03 23:14:39.739 INFO kablam! | ^^^ Sep 03 23:14:39.739 INFO kablam! | Sep 03 23:14:39.739 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:39.739 INFO kablam! Sep 03 23:14:39.741 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:39.741 INFO kablam! --> src/clause/alloc.rs:90:21 Sep 03 23:14:39.741 INFO kablam! | Sep 03 23:14:39.741 INFO kablam! 90 | self.buffer.ptr().offset(cref.index as isize) Sep 03 23:14:39.741 INFO kablam! | ^^^ Sep 03 23:14:39.741 INFO kablam! | Sep 03 23:14:39.741 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:39.741 INFO kablam! Sep 03 23:14:39.787 INFO kablam! error: aborting due to 7 previous errors Sep 03 23:14:39.788 INFO kablam! Sep 03 23:14:39.788 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 03 23:14:39.799 INFO kablam! error: Could not compile `varisat`. Sep 03 23:14:39.800 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 23:14:40.604 INFO kablam! error: aborting due to 7 previous errors Sep 03 23:14:40.604 INFO kablam! Sep 03 23:14:40.604 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 03 23:14:40.620 INFO kablam! error: Could not compile `varisat`. Sep 03 23:14:40.620 INFO kablam! Sep 03 23:14:40.620 INFO kablam! To learn more, run the command again with --verbose. Sep 03 23:14:40.623 INFO kablam! su: No module specific data is present Sep 03 23:14:41.123 INFO running `"docker" "rm" "-f" "aa0aed22dc06331a5095f8fddcf86c8dd0b2ac95906bf6214b1997344b28d604"` Sep 03 23:14:41.292 INFO blam! aa0aed22dc06331a5095f8fddcf86c8dd0b2ac95906bf6214b1997344b28d604