Sep 01 02:47:06.523 INFO checking varisat-0.1.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 02:47:06.523 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 02:47:06.523 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/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 02:47:06.695 INFO blam! e50148ce0f3652db28b6225293d54c3b64597612e386e2fa3f136d79e1cc60c8 Sep 01 02:47:06.697 INFO running `"docker" "start" "-a" "e50148ce0f3652db28b6225293d54c3b64597612e386e2fa3f136d79e1cc60c8"` Sep 01 02:47:07.483 INFO kablam! Compiling version_check v0.1.4 Sep 01 02:47:07.484 INFO kablam! Checking libc v0.2.43 Sep 01 02:47:07.484 INFO kablam! Compiling num-traits v0.2.5 Sep 01 02:47:07.484 INFO kablam! Checking ucd-util v0.1.1 Sep 01 02:47:07.484 INFO kablam! Compiling regex v1.0.4 Sep 01 02:47:07.484 INFO kablam! Checking unicode-width v0.1.5 Sep 01 02:47:07.485 INFO kablam! Checking cfg-if v0.1.5 Sep 01 02:47:07.485 INFO kablam! Checking quick-error v1.2.2 Sep 01 02:47:07.651 INFO kablam! Checking utf8-ranges v1.0.1 Sep 01 02:47:07.889 INFO kablam! Checking strsim v0.7.0 Sep 01 02:47:08.132 INFO kablam! Checking vec_map v0.8.1 Sep 01 02:47:12.183 INFO kablam! Checking termcolor v1.0.3 Sep 01 02:47:12.198 INFO kablam! Checking ansi_term v0.11.0 Sep 01 02:47:12.222 INFO kablam! Checking bitflags v1.0.4 Sep 01 02:47:12.258 INFO kablam! Checking log v0.4.4 Sep 01 02:47:12.577 INFO kablam! Checking textwrap v0.10.0 Sep 01 02:47:12.677 INFO kablam! Checking humantime v1.1.1 Sep 01 02:47:14.305 INFO kablam! Checking regex-syntax v0.6.2 Sep 01 02:47:16.246 INFO kablam! Checking memchr v2.0.2 Sep 01 02:47:16.302 INFO kablam! Checking atty v0.2.11 Sep 01 02:47:16.867 INFO kablam! Compiling lazy_static v1.1.0 Sep 01 02:47:17.380 INFO kablam! Checking clap v2.32.0 Sep 01 02:47:17.626 INFO kablam! Checking aho-corasick v0.6.8 Sep 01 02:47:19.918 INFO kablam! Checking thread_local v0.3.6 Sep 01 02:47:23.250 INFO kablam! Checking noisy_float v0.1.7 Sep 01 02:47:30.371 INFO kablam! Checking env_logger v0.5.13 Sep 01 02:47:31.251 INFO kablam! Checking varisat v0.1.1 (file:///source) Sep 01 02:47:32.287 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:32.287 INFO kablam! --> src/clause/alloc.rs:1:5 Sep 01 02:47:32.287 INFO kablam! | Sep 01 02:47:32.287 INFO kablam! 1 | use alloc::raw_vec::RawVec; Sep 01 02:47:32.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 02:47:32.287 INFO kablam! | Sep 01 02:47:32.287 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:32.288 INFO kablam! Sep 01 02:47:32.288 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:32.288 INFO kablam! --> src/clause/alloc.rs:17:13 Sep 01 02:47:32.288 INFO kablam! | Sep 01 02:47:32.288 INFO kablam! 17 | buffer: RawVec, Sep 01 02:47:32.288 INFO kablam! | ^^^^^^^^^^^ Sep 01 02:47:32.288 INFO kablam! | Sep 01 02:47:32.289 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:32.289 INFO kablam! Sep 01 02:47:32.289 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:32.289 INFO kablam! --> src/clause/alloc.rs:34:21 Sep 01 02:47:32.289 INFO kablam! | Sep 01 02:47:32.289 INFO kablam! 34 | buffer: RawVec::new(), Sep 01 02:47:32.289 INFO kablam! | ^^^^^^^^^^^ Sep 01 02:47:32.289 INFO kablam! | Sep 01 02:47:32.289 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:32.289 INFO kablam! Sep 01 02:47:32.564 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:32.564 INFO kablam! --> src/clause/alloc.rs:1:5 Sep 01 02:47:32.564 INFO kablam! | Sep 01 02:47:32.564 INFO kablam! 1 | use alloc::raw_vec::RawVec; Sep 01 02:47:32.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 02:47:32.565 INFO kablam! | Sep 01 02:47:32.565 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:32.565 INFO kablam! Sep 01 02:47:32.565 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:32.565 INFO kablam! --> src/clause/alloc.rs:17:13 Sep 01 02:47:32.565 INFO kablam! | Sep 01 02:47:32.566 INFO kablam! 17 | buffer: RawVec, Sep 01 02:47:32.566 INFO kablam! | ^^^^^^^^^^^ Sep 01 02:47:32.566 INFO kablam! | Sep 01 02:47:32.566 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:32.566 INFO kablam! Sep 01 02:47:32.569 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:32.569 INFO kablam! --> src/clause/alloc.rs:34:21 Sep 01 02:47:32.569 INFO kablam! | Sep 01 02:47:32.569 INFO kablam! 34 | buffer: RawVec::new(), Sep 01 02:47:32.569 INFO kablam! | ^^^^^^^^^^^ Sep 01 02:47:32.570 INFO kablam! | Sep 01 02:47:32.570 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:32.570 INFO kablam! Sep 01 02:47:32.775 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:32.775 INFO kablam! --> src/clause/alloc.rs:42:21 Sep 01 02:47:32.775 INFO kablam! | Sep 01 02:47:32.775 INFO kablam! 42 | self.buffer.reserve(self.size, increment); Sep 01 02:47:32.775 INFO kablam! | ^^^^^^^ Sep 01 02:47:32.775 INFO kablam! | Sep 01 02:47:32.775 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:32.775 INFO kablam! Sep 01 02:47:32.776 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:32.776 INFO kablam! --> src/clause/alloc.rs:52:42 Sep 01 02:47:32.776 INFO kablam! | Sep 01 02:47:32.776 INFO kablam! 52 | let header_ptr = self.buffer.ptr().offset(old_size as isize); Sep 01 02:47:32.776 INFO kablam! | ^^^ Sep 01 02:47:32.776 INFO kablam! | Sep 01 02:47:32.776 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:32.776 INFO kablam! Sep 01 02:47:32.781 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:32.781 INFO kablam! --> src/clause/alloc.rs:75:38 Sep 01 02:47:32.781 INFO kablam! | Sep 01 02:47:32.781 INFO kablam! 75 | let header_ptr = self.buffer.ptr().offset(offset); Sep 01 02:47:32.781 INFO kablam! | ^^^ Sep 01 02:47:32.781 INFO kablam! | Sep 01 02:47:32.781 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:32.781 INFO kablam! Sep 01 02:47:32.783 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:32.783 INFO kablam! --> src/clause/alloc.rs:90:21 Sep 01 02:47:32.783 INFO kablam! | Sep 01 02:47:32.783 INFO kablam! 90 | self.buffer.ptr().offset(cref.index as isize) Sep 01 02:47:32.783 INFO kablam! | ^^^ Sep 01 02:47:32.783 INFO kablam! | Sep 01 02:47:32.783 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:32.783 INFO kablam! Sep 01 02:47:33.238 INFO kablam! error: aborting due to 7 previous errors Sep 01 02:47:33.238 INFO kablam! Sep 01 02:47:33.238 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 02:47:33.247 INFO kablam! error: Could not compile `varisat`. Sep 01 02:47:33.247 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 02:47:33.298 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:33.298 INFO kablam! --> src/clause/alloc.rs:42:21 Sep 01 02:47:33.298 INFO kablam! | Sep 01 02:47:33.298 INFO kablam! 42 | self.buffer.reserve(self.size, increment); Sep 01 02:47:33.299 INFO kablam! | ^^^^^^^ Sep 01 02:47:33.299 INFO kablam! | Sep 01 02:47:33.299 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:33.299 INFO kablam! Sep 01 02:47:33.299 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:33.299 INFO kablam! --> src/clause/alloc.rs:52:42 Sep 01 02:47:33.299 INFO kablam! | Sep 01 02:47:33.299 INFO kablam! 52 | let header_ptr = self.buffer.ptr().offset(old_size as isize); Sep 01 02:47:33.299 INFO kablam! | ^^^ Sep 01 02:47:33.299 INFO kablam! | Sep 01 02:47:33.299 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:33.299 INFO kablam! Sep 01 02:47:33.304 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:33.304 INFO kablam! --> src/clause/alloc.rs:75:38 Sep 01 02:47:33.304 INFO kablam! | Sep 01 02:47:33.304 INFO kablam! 75 | let header_ptr = self.buffer.ptr().offset(offset); Sep 01 02:47:33.304 INFO kablam! | ^^^ Sep 01 02:47:33.304 INFO kablam! | Sep 01 02:47:33.304 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:33.304 INFO kablam! Sep 01 02:47:33.305 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 01 02:47:33.305 INFO kablam! --> src/clause/alloc.rs:90:21 Sep 01 02:47:33.305 INFO kablam! | Sep 01 02:47:33.305 INFO kablam! 90 | self.buffer.ptr().offset(cref.index as isize) Sep 01 02:47:33.305 INFO kablam! | ^^^ Sep 01 02:47:33.305 INFO kablam! | Sep 01 02:47:33.305 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 01 02:47:33.305 INFO kablam! Sep 01 02:47:33.778 INFO kablam! error: aborting due to 7 previous errors Sep 01 02:47:33.778 INFO kablam! Sep 01 02:47:33.779 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 02:47:33.788 INFO kablam! error: Could not compile `varisat`. Sep 01 02:47:33.788 INFO kablam! Sep 01 02:47:33.788 INFO kablam! To learn more, run the command again with --verbose. Sep 01 02:47:33.789 INFO kablam! su: No module specific data is present Sep 01 02:47:34.277 INFO running `"docker" "rm" "-f" "e50148ce0f3652db28b6225293d54c3b64597612e386e2fa3f136d79e1cc60c8"` Sep 01 02:47:34.396 INFO blam! e50148ce0f3652db28b6225293d54c3b64597612e386e2fa3f136d79e1cc60c8