Sep 19 16:13:21.677 INFO checking varisat-0.1.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 16:13:21.677 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 16:13:21.677 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:13:22.007 INFO blam! fe9a1eb03d1a79a2cdf4ec2f4e2b12fb3255d7425d4c90a03d55a30d1fd57c22 Sep 19 16:13:22.011 INFO running `"docker" "start" "-a" "fe9a1eb03d1a79a2cdf4ec2f4e2b12fb3255d7425d4c90a03d55a30d1fd57c22"` Sep 19 16:13:23.127 INFO kablam! usermod: no changes Sep 19 16:13:23.261 INFO kablam! Compiling version_check v0.1.4 Sep 19 16:13:23.262 INFO kablam! Checking libc v0.2.43 Sep 19 16:13:23.263 INFO kablam! Checking cfg-if v0.1.5 Sep 19 16:13:23.263 INFO kablam! Compiling num-traits v0.2.6 Sep 19 16:13:23.263 INFO kablam! Compiling regex v1.0.5 Sep 19 16:13:23.263 INFO kablam! Checking ucd-util v0.1.1 Sep 19 16:13:23.263 INFO kablam! Checking unicode-width v0.1.5 Sep 19 16:13:23.263 INFO kablam! Checking utf8-ranges v1.0.1 Sep 19 16:13:23.687 INFO kablam! Checking quick-error v1.2.2 Sep 19 16:13:23.858 INFO kablam! Checking vec_map v0.8.1 Sep 19 16:13:24.263 INFO kablam! Checking ansi_term v0.11.0 Sep 19 16:13:24.899 INFO kablam! Checking bitflags v1.0.4 Sep 19 16:13:25.195 INFO kablam! Checking termcolor v1.0.4 Sep 19 16:13:25.265 INFO kablam! Checking strsim v0.7.0 Sep 19 16:13:25.415 INFO kablam! Checking log v0.4.5 Sep 19 16:13:25.639 INFO kablam! Checking textwrap v0.10.0 Sep 19 16:13:25.995 INFO kablam! Checking regex-syntax v0.6.2 Sep 19 16:13:26.379 INFO kablam! Checking humantime v1.1.1 Sep 19 16:13:27.246 INFO kablam! Checking atty v0.2.11 Sep 19 16:13:28.155 INFO kablam! Checking clap v2.32.0 Sep 19 16:13:29.490 INFO kablam! Compiling memchr v2.1.0 Sep 19 16:13:29.735 INFO kablam! Compiling lazy_static v1.1.0 Sep 19 16:13:32.027 INFO kablam! Checking thread_local v0.3.6 Sep 19 16:13:33.015 INFO kablam! Checking noisy_float v0.1.7 Sep 19 16:13:34.020 INFO kablam! Checking aho-corasick v0.6.8 Sep 19 16:13:40.155 INFO kablam! Checking env_logger v0.5.13 Sep 19 16:13:40.845 INFO kablam! Checking varisat v0.1.1 (/source) Sep 19 16:13:41.367 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.367 INFO kablam! --> src/clause/alloc.rs:1:5 Sep 19 16:13:41.367 INFO kablam! | Sep 19 16:13:41.367 INFO kablam! 1 | use alloc::raw_vec::RawVec; Sep 19 16:13:41.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:13:41.368 INFO kablam! | Sep 19 16:13:41.368 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.368 INFO kablam! Sep 19 16:13:41.369 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.369 INFO kablam! --> src/clause/alloc.rs:17:13 Sep 19 16:13:41.369 INFO kablam! | Sep 19 16:13:41.370 INFO kablam! 17 | buffer: RawVec, Sep 19 16:13:41.370 INFO kablam! | ^^^^^^^^^^^ Sep 19 16:13:41.371 INFO kablam! | Sep 19 16:13:41.371 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.371 INFO kablam! Sep 19 16:13:41.375 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.375 INFO kablam! --> src/clause/alloc.rs:34:21 Sep 19 16:13:41.375 INFO kablam! | Sep 19 16:13:41.375 INFO kablam! 34 | buffer: RawVec::new(), Sep 19 16:13:41.375 INFO kablam! | ^^^^^^^^^^^ Sep 19 16:13:41.375 INFO kablam! | Sep 19 16:13:41.375 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.375 INFO kablam! Sep 19 16:13:41.490 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.490 INFO kablam! --> src/clause/alloc.rs:1:5 Sep 19 16:13:41.490 INFO kablam! | Sep 19 16:13:41.490 INFO kablam! 1 | use alloc::raw_vec::RawVec; Sep 19 16:13:41.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:13:41.490 INFO kablam! | Sep 19 16:13:41.491 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.491 INFO kablam! Sep 19 16:13:41.491 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.491 INFO kablam! --> src/clause/alloc.rs:17:13 Sep 19 16:13:41.491 INFO kablam! | Sep 19 16:13:41.491 INFO kablam! 17 | buffer: RawVec, Sep 19 16:13:41.491 INFO kablam! | ^^^^^^^^^^^ Sep 19 16:13:41.491 INFO kablam! | Sep 19 16:13:41.491 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.491 INFO kablam! Sep 19 16:13:41.493 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.493 INFO kablam! --> src/clause/alloc.rs:34:21 Sep 19 16:13:41.493 INFO kablam! | Sep 19 16:13:41.493 INFO kablam! 34 | buffer: RawVec::new(), Sep 19 16:13:41.493 INFO kablam! | ^^^^^^^^^^^ Sep 19 16:13:41.493 INFO kablam! | Sep 19 16:13:41.493 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.493 INFO kablam! Sep 19 16:13:41.620 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.620 INFO kablam! --> src/clause/alloc.rs:42:21 Sep 19 16:13:41.620 INFO kablam! | Sep 19 16:13:41.620 INFO kablam! 42 | self.buffer.reserve(self.size, increment); Sep 19 16:13:41.620 INFO kablam! | ^^^^^^^ Sep 19 16:13:41.620 INFO kablam! | Sep 19 16:13:41.620 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.620 INFO kablam! Sep 19 16:13:41.620 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.620 INFO kablam! --> src/clause/alloc.rs:52:42 Sep 19 16:13:41.620 INFO kablam! | Sep 19 16:13:41.620 INFO kablam! 52 | let header_ptr = self.buffer.ptr().offset(old_size as isize); Sep 19 16:13:41.620 INFO kablam! | ^^^ Sep 19 16:13:41.620 INFO kablam! | Sep 19 16:13:41.620 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.620 INFO kablam! Sep 19 16:13:41.626 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.627 INFO kablam! --> src/clause/alloc.rs:75:38 Sep 19 16:13:41.627 INFO kablam! | Sep 19 16:13:41.627 INFO kablam! 75 | let header_ptr = self.buffer.ptr().offset(offset); Sep 19 16:13:41.627 INFO kablam! | ^^^ Sep 19 16:13:41.627 INFO kablam! | Sep 19 16:13:41.627 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.627 INFO kablam! Sep 19 16:13:41.627 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.627 INFO kablam! --> src/clause/alloc.rs:90:21 Sep 19 16:13:41.627 INFO kablam! | Sep 19 16:13:41.627 INFO kablam! 90 | self.buffer.ptr().offset(cref.index as isize) Sep 19 16:13:41.627 INFO kablam! | ^^^ Sep 19 16:13:41.627 INFO kablam! | Sep 19 16:13:41.627 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.627 INFO kablam! Sep 19 16:13:41.795 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.795 INFO kablam! --> src/clause/alloc.rs:42:21 Sep 19 16:13:41.795 INFO kablam! | Sep 19 16:13:41.795 INFO kablam! 42 | self.buffer.reserve(self.size, increment); Sep 19 16:13:41.795 INFO kablam! | ^^^^^^^ Sep 19 16:13:41.795 INFO kablam! | Sep 19 16:13:41.795 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.795 INFO kablam! Sep 19 16:13:41.795 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.795 INFO kablam! --> src/clause/alloc.rs:52:42 Sep 19 16:13:41.795 INFO kablam! | Sep 19 16:13:41.795 INFO kablam! 52 | let header_ptr = self.buffer.ptr().offset(old_size as isize); Sep 19 16:13:41.795 INFO kablam! | ^^^ Sep 19 16:13:41.795 INFO kablam! | Sep 19 16:13:41.798 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.798 INFO kablam! Sep 19 16:13:41.799 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.799 INFO kablam! --> src/clause/alloc.rs:75:38 Sep 19 16:13:41.801 INFO kablam! | Sep 19 16:13:41.801 INFO kablam! 75 | let header_ptr = self.buffer.ptr().offset(offset); Sep 19 16:13:41.801 INFO kablam! | ^^^ Sep 19 16:13:41.801 INFO kablam! | Sep 19 16:13:41.801 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.801 INFO kablam! Sep 19 16:13:41.801 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 19 16:13:41.801 INFO kablam! --> src/clause/alloc.rs:90:21 Sep 19 16:13:41.801 INFO kablam! | Sep 19 16:13:41.801 INFO kablam! 90 | self.buffer.ptr().offset(cref.index as isize) Sep 19 16:13:41.801 INFO kablam! | ^^^ Sep 19 16:13:41.801 INFO kablam! | Sep 19 16:13:41.801 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 19 16:13:41.802 INFO kablam! Sep 19 16:13:41.938 INFO kablam! error: aborting due to 7 previous errors Sep 19 16:13:41.939 INFO kablam! Sep 19 16:13:41.939 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 16:13:41.947 INFO kablam! error: Could not compile `varisat`. Sep 19 16:13:41.947 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:13:42.195 INFO kablam! error: aborting due to 7 previous errors Sep 19 16:13:42.195 INFO kablam! Sep 19 16:13:42.195 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 16:13:42.207 INFO kablam! error: Could not compile `varisat`. Sep 19 16:13:42.207 INFO kablam! Sep 19 16:13:42.207 INFO kablam! To learn more, run the command again with --verbose. Sep 19 16:13:42.215 INFO kablam! su: No module specific data is present Sep 19 16:13:42.986 INFO running `"docker" "rm" "-f" "fe9a1eb03d1a79a2cdf4ec2f4e2b12fb3255d7425d4c90a03d55a30d1fd57c22"` Sep 19 16:13:43.212 INFO blam! fe9a1eb03d1a79a2cdf4ec2f4e2b12fb3255d7425d4c90a03d55a30d1fd57c22