Sep 14 06:58:09.753 INFO checking varisat-0.1.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 06:58:09.753 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 06:58:09.753 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 06:58:10.163 INFO blam! 3f072b6a21d89d9bb4de42bb3ad261560f0f89ade516b682f931f5ba188bf070 Sep 14 06:58:10.163 INFO running `"docker" "start" "-a" "3f072b6a21d89d9bb4de42bb3ad261560f0f89ade516b682f931f5ba188bf070"` Sep 14 06:58:11.251 INFO kablam! usermod: no changes Sep 14 06:58:11.363 INFO kablam! Compiling version_check v0.1.4 Sep 14 06:58:11.363 INFO kablam! Checking libc v0.2.43 Sep 14 06:58:11.375 INFO kablam! Compiling num-traits v0.2.6 Sep 14 06:58:11.375 INFO kablam! Checking ucd-util v0.1.1 Sep 14 06:58:11.375 INFO kablam! Compiling regex v1.0.5 Sep 14 06:58:11.375 INFO kablam! Checking quick-error v1.2.2 Sep 14 06:58:11.375 INFO kablam! Checking unicode-width v0.1.5 Sep 14 06:58:11.375 INFO kablam! Checking utf8-ranges v1.0.1 Sep 14 06:58:12.375 INFO kablam! Checking cfg-if v0.1.5 Sep 14 06:58:12.516 INFO kablam! Checking ansi_term v0.11.0 Sep 14 06:58:12.787 INFO kablam! Checking bitflags v1.0.4 Sep 14 06:58:12.938 INFO kablam! Checking termcolor v1.0.4 Sep 14 06:58:13.511 INFO kablam! Checking vec_map v0.8.1 Sep 14 06:58:14.578 INFO kablam! Checking strsim v0.7.0 Sep 14 06:58:15.238 INFO kablam! Checking humantime v1.1.1 Sep 14 06:58:15.299 INFO kablam! Checking textwrap v0.10.0 Sep 14 06:58:15.767 INFO kablam! Checking log v0.4.5 Sep 14 06:58:15.861 INFO kablam! Checking regex-syntax v0.6.2 Sep 14 06:58:16.867 INFO kablam! Checking memchr v2.0.2 Sep 14 06:58:17.029 INFO kablam! Checking atty v0.2.11 Sep 14 06:58:17.642 INFO kablam! Checking clap v2.32.0 Sep 14 06:58:18.654 INFO kablam! Checking aho-corasick v0.6.8 Sep 14 06:58:20.255 INFO kablam! Compiling lazy_static v1.1.0 Sep 14 06:58:21.974 INFO kablam! Checking thread_local v0.3.6 Sep 14 06:58:23.135 INFO kablam! Checking noisy_float v0.1.7 Sep 14 06:58:26.486 INFO kablam! Checking env_logger v0.5.13 Sep 14 06:58:27.157 INFO kablam! Checking varisat v0.1.1 (file:///source) Sep 14 06:58:27.838 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:27.839 INFO kablam! --> src/clause/alloc.rs:1:5 Sep 14 06:58:27.839 INFO kablam! | Sep 14 06:58:27.839 INFO kablam! 1 | use alloc::raw_vec::RawVec; Sep 14 06:58:27.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 06:58:27.839 INFO kablam! | Sep 14 06:58:27.839 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:27.839 INFO kablam! Sep 14 06:58:27.839 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:27.839 INFO kablam! --> src/clause/alloc.rs:17:13 Sep 14 06:58:27.839 INFO kablam! | Sep 14 06:58:27.839 INFO kablam! 17 | buffer: RawVec, Sep 14 06:58:27.839 INFO kablam! | ^^^^^^^^^^^ Sep 14 06:58:27.839 INFO kablam! | Sep 14 06:58:27.839 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:27.839 INFO kablam! Sep 14 06:58:27.839 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:27.839 INFO kablam! --> src/clause/alloc.rs:34:21 Sep 14 06:58:27.839 INFO kablam! | Sep 14 06:58:27.839 INFO kablam! 34 | buffer: RawVec::new(), Sep 14 06:58:27.839 INFO kablam! | ^^^^^^^^^^^ Sep 14 06:58:27.839 INFO kablam! | Sep 14 06:58:27.839 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:27.839 INFO kablam! Sep 14 06:58:27.846 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:27.847 INFO kablam! --> src/clause/alloc.rs:1:5 Sep 14 06:58:27.847 INFO kablam! | Sep 14 06:58:27.847 INFO kablam! 1 | use alloc::raw_vec::RawVec; Sep 14 06:58:27.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 06:58:27.847 INFO kablam! | Sep 14 06:58:27.847 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:27.847 INFO kablam! Sep 14 06:58:27.847 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:27.847 INFO kablam! --> src/clause/alloc.rs:17:13 Sep 14 06:58:27.847 INFO kablam! | Sep 14 06:58:27.847 INFO kablam! 17 | buffer: RawVec, Sep 14 06:58:27.847 INFO kablam! | ^^^^^^^^^^^ Sep 14 06:58:27.847 INFO kablam! | Sep 14 06:58:27.847 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:27.847 INFO kablam! Sep 14 06:58:27.850 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:27.851 INFO kablam! --> src/clause/alloc.rs:34:21 Sep 14 06:58:27.851 INFO kablam! | Sep 14 06:58:27.851 INFO kablam! 34 | buffer: RawVec::new(), Sep 14 06:58:27.851 INFO kablam! | ^^^^^^^^^^^ Sep 14 06:58:27.851 INFO kablam! | Sep 14 06:58:27.851 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:27.851 INFO kablam! Sep 14 06:58:28.163 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:28.163 INFO kablam! --> src/clause/alloc.rs:42:21 Sep 14 06:58:28.163 INFO kablam! | Sep 14 06:58:28.163 INFO kablam! 42 | self.buffer.reserve(self.size, increment); Sep 14 06:58:28.163 INFO kablam! | ^^^^^^^ Sep 14 06:58:28.163 INFO kablam! | Sep 14 06:58:28.163 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:28.163 INFO kablam! Sep 14 06:58:28.163 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:28.163 INFO kablam! --> src/clause/alloc.rs:52:42 Sep 14 06:58:28.163 INFO kablam! | Sep 14 06:58:28.163 INFO kablam! 52 | let header_ptr = self.buffer.ptr().offset(old_size as isize); Sep 14 06:58:28.163 INFO kablam! | ^^^ Sep 14 06:58:28.163 INFO kablam! | Sep 14 06:58:28.163 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:28.163 INFO kablam! Sep 14 06:58:28.163 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:28.163 INFO kablam! --> src/clause/alloc.rs:75:38 Sep 14 06:58:28.163 INFO kablam! | Sep 14 06:58:28.163 INFO kablam! 75 | let header_ptr = self.buffer.ptr().offset(offset); Sep 14 06:58:28.163 INFO kablam! | ^^^ Sep 14 06:58:28.163 INFO kablam! | Sep 14 06:58:28.163 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:28.163 INFO kablam! Sep 14 06:58:28.163 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:28.163 INFO kablam! --> src/clause/alloc.rs:90:21 Sep 14 06:58:28.163 INFO kablam! | Sep 14 06:58:28.163 INFO kablam! 90 | self.buffer.ptr().offset(cref.index as isize) Sep 14 06:58:28.163 INFO kablam! | ^^^ Sep 14 06:58:28.163 INFO kablam! | Sep 14 06:58:28.163 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:28.163 INFO kablam! Sep 14 06:58:28.170 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:28.171 INFO kablam! --> src/clause/alloc.rs:42:21 Sep 14 06:58:28.171 INFO kablam! | Sep 14 06:58:28.171 INFO kablam! 42 | self.buffer.reserve(self.size, increment); Sep 14 06:58:28.171 INFO kablam! | ^^^^^^^ Sep 14 06:58:28.171 INFO kablam! | Sep 14 06:58:28.171 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:28.171 INFO kablam! Sep 14 06:58:28.171 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:28.171 INFO kablam! --> src/clause/alloc.rs:52:42 Sep 14 06:58:28.171 INFO kablam! | Sep 14 06:58:28.171 INFO kablam! 52 | let header_ptr = self.buffer.ptr().offset(old_size as isize); Sep 14 06:58:28.171 INFO kablam! | ^^^ Sep 14 06:58:28.171 INFO kablam! | Sep 14 06:58:28.171 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:28.171 INFO kablam! Sep 14 06:58:28.171 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:28.171 INFO kablam! --> src/clause/alloc.rs:75:38 Sep 14 06:58:28.171 INFO kablam! | Sep 14 06:58:28.171 INFO kablam! 75 | let header_ptr = self.buffer.ptr().offset(offset); Sep 14 06:58:28.171 INFO kablam! | ^^^ Sep 14 06:58:28.171 INFO kablam! | Sep 14 06:58:28.171 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:28.171 INFO kablam! Sep 14 06:58:28.174 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 14 06:58:28.175 INFO kablam! --> src/clause/alloc.rs:90:21 Sep 14 06:58:28.175 INFO kablam! | Sep 14 06:58:28.175 INFO kablam! 90 | self.buffer.ptr().offset(cref.index as isize) Sep 14 06:58:28.175 INFO kablam! | ^^^ Sep 14 06:58:28.175 INFO kablam! | Sep 14 06:58:28.175 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 14 06:58:28.175 INFO kablam! Sep 14 06:58:28.458 INFO kablam! error: aborting due to 7 previous errors Sep 14 06:58:28.459 INFO kablam! Sep 14 06:58:28.459 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 14 06:58:28.467 INFO kablam! error: Could not compile `varisat`. Sep 14 06:58:28.467 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 06:58:28.517 INFO kablam! error: aborting due to 7 previous errors Sep 14 06:58:28.517 INFO kablam! Sep 14 06:58:28.517 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 14 06:58:28.530 INFO kablam! error: Could not compile `varisat`. Sep 14 06:58:28.531 INFO kablam! Sep 14 06:58:28.531 INFO kablam! To learn more, run the command again with --verbose. Sep 14 06:58:28.531 INFO kablam! su: No module specific data is present Sep 14 06:58:29.361 INFO running `"docker" "rm" "-f" "3f072b6a21d89d9bb4de42bb3ad261560f0f89ade516b682f931f5ba188bf070"` Sep 14 06:58:29.615 INFO blam! 3f072b6a21d89d9bb4de42bb3ad261560f0f89ade516b682f931f5ba188bf070