Sep 03 23:14:14.469 INFO checking varisat-0.1.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 23:14:14.469 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 23:14:14.469 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:14.730 INFO blam! 5fc724d28b2d1c2b9db50ea134b503a03483de116d73686fa7832b34e04ce283 Sep 03 23:14:14.733 INFO running `"docker" "start" "-a" "5fc724d28b2d1c2b9db50ea134b503a03483de116d73686fa7832b34e04ce283"` Sep 03 23:14:15.722 INFO kablam! Compiling version_check v0.1.4 Sep 03 23:14:15.722 INFO kablam! Checking libc v0.2.43 Sep 03 23:14:15.730 INFO kablam! Compiling regex v1.0.4 Sep 03 23:14:15.731 INFO kablam! Compiling num-traits v0.2.5 Sep 03 23:14:15.731 INFO kablam! Checking ucd-util v0.1.1 Sep 03 23:14:15.731 INFO kablam! Checking cfg-if v0.1.5 Sep 03 23:14:15.731 INFO kablam! Checking utf8-ranges v1.0.1 Sep 03 23:14:15.732 INFO kablam! Checking unicode-width v0.1.5 Sep 03 23:14:16.137 INFO kablam! Checking quick-error v1.2.2 Sep 03 23:14:16.755 INFO kablam! Checking vec_map v0.8.1 Sep 03 23:14:17.261 INFO kablam! Checking bitflags v1.0.4 Sep 03 23:14:17.281 INFO kablam! Checking ansi_term v0.11.0 Sep 03 23:14:17.699 INFO kablam! Checking termcolor v1.0.3 Sep 03 23:14:17.821 INFO kablam! Checking strsim v0.7.0 Sep 03 23:14:21.395 INFO kablam! Checking log v0.4.5 Sep 03 23:14:21.395 INFO kablam! Checking textwrap v0.10.0 Sep 03 23:14:21.427 INFO kablam! Checking humantime v1.1.1 Sep 03 23:14:21.667 INFO kablam! Checking regex-syntax v0.6.2 Sep 03 23:14:24.575 INFO kablam! Checking memchr v2.0.2 Sep 03 23:14:25.425 INFO kablam! Checking atty v0.2.11 Sep 03 23:14:25.605 INFO kablam! Compiling lazy_static v1.1.0 Sep 03 23:14:25.718 INFO kablam! Checking aho-corasick v0.6.8 Sep 03 23:14:26.310 INFO kablam! Checking clap v2.32.0 Sep 03 23:14:27.880 INFO kablam! Checking thread_local v0.3.6 Sep 03 23:14:30.437 INFO kablam! Checking noisy_float v0.1.7 Sep 03 23:14:37.846 INFO kablam! Checking env_logger v0.5.13 Sep 03 23:14:39.311 INFO kablam! Checking varisat v0.1.1 (file:///source) Sep 03 23:14:40.399 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:40.399 INFO kablam! --> src/clause/alloc.rs:1:5 Sep 03 23:14:40.399 INFO kablam! | Sep 03 23:14:40.399 INFO kablam! 1 | use alloc::raw_vec::RawVec; Sep 03 23:14:40.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 03 23:14:40.399 INFO kablam! | Sep 03 23:14:40.399 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:40.399 INFO kablam! Sep 03 23:14:40.400 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:40.400 INFO kablam! --> src/clause/alloc.rs:17:13 Sep 03 23:14:40.400 INFO kablam! | Sep 03 23:14:40.400 INFO kablam! 17 | buffer: RawVec, Sep 03 23:14:40.400 INFO kablam! | ^^^^^^^^^^^ Sep 03 23:14:40.400 INFO kablam! | Sep 03 23:14:40.400 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:40.400 INFO kablam! Sep 03 23:14:40.401 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:40.401 INFO kablam! --> src/clause/alloc.rs:34:21 Sep 03 23:14:40.402 INFO kablam! | Sep 03 23:14:40.402 INFO kablam! 34 | buffer: RawVec::new(), Sep 03 23:14:40.402 INFO kablam! | ^^^^^^^^^^^ Sep 03 23:14:40.402 INFO kablam! | Sep 03 23:14:40.402 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:40.402 INFO kablam! Sep 03 23:14:40.658 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:40.658 INFO kablam! --> src/clause/alloc.rs:1:5 Sep 03 23:14:40.658 INFO kablam! | Sep 03 23:14:40.658 INFO kablam! 1 | use alloc::raw_vec::RawVec; Sep 03 23:14:40.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 03 23:14:40.658 INFO kablam! | Sep 03 23:14:40.659 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:40.659 INFO kablam! Sep 03 23:14:40.659 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:40.659 INFO kablam! --> src/clause/alloc.rs:17:13 Sep 03 23:14:40.659 INFO kablam! | Sep 03 23:14:40.659 INFO kablam! 17 | buffer: RawVec, Sep 03 23:14:40.659 INFO kablam! | ^^^^^^^^^^^ Sep 03 23:14:40.659 INFO kablam! | Sep 03 23:14:40.659 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:40.659 INFO kablam! Sep 03 23:14:40.663 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:40.663 INFO kablam! --> src/clause/alloc.rs:34:21 Sep 03 23:14:40.663 INFO kablam! | Sep 03 23:14:40.663 INFO kablam! 34 | buffer: RawVec::new(), Sep 03 23:14:40.663 INFO kablam! | ^^^^^^^^^^^ Sep 03 23:14:40.663 INFO kablam! | Sep 03 23:14:40.663 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:40.663 INFO kablam! Sep 03 23:14:41.046 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:41.046 INFO kablam! --> src/clause/alloc.rs:42:21 Sep 03 23:14:41.047 INFO kablam! | Sep 03 23:14:41.047 INFO kablam! 42 | self.buffer.reserve(self.size, increment); Sep 03 23:14:41.047 INFO kablam! | ^^^^^^^ Sep 03 23:14:41.047 INFO kablam! | Sep 03 23:14:41.047 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:41.047 INFO kablam! Sep 03 23:14:41.048 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:41.048 INFO kablam! --> src/clause/alloc.rs:52:42 Sep 03 23:14:41.048 INFO kablam! | Sep 03 23:14:41.048 INFO kablam! 52 | let header_ptr = self.buffer.ptr().offset(old_size as isize); Sep 03 23:14:41.048 INFO kablam! | ^^^ Sep 03 23:14:41.049 INFO kablam! | Sep 03 23:14:41.049 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:41.049 INFO kablam! Sep 03 23:14:41.054 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:41.054 INFO kablam! --> src/clause/alloc.rs:75:38 Sep 03 23:14:41.054 INFO kablam! | Sep 03 23:14:41.054 INFO kablam! 75 | let header_ptr = self.buffer.ptr().offset(offset); Sep 03 23:14:41.054 INFO kablam! | ^^^ Sep 03 23:14:41.054 INFO kablam! | Sep 03 23:14:41.054 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:41.054 INFO kablam! Sep 03 23:14:41.056 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:41.056 INFO kablam! --> src/clause/alloc.rs:90:21 Sep 03 23:14:41.056 INFO kablam! | Sep 03 23:14:41.056 INFO kablam! 90 | self.buffer.ptr().offset(cref.index as isize) Sep 03 23:14:41.056 INFO kablam! | ^^^ Sep 03 23:14:41.057 INFO kablam! | Sep 03 23:14:41.057 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:41.057 INFO kablam! Sep 03 23:14:41.587 INFO kablam! error: aborting due to 7 previous errors Sep 03 23:14:41.587 INFO kablam! Sep 03 23:14:41.587 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 03 23:14:41.598 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:41.598 INFO kablam! --> src/clause/alloc.rs:42:21 Sep 03 23:14:41.598 INFO kablam! | Sep 03 23:14:41.598 INFO kablam! 42 | self.buffer.reserve(self.size, increment); Sep 03 23:14:41.598 INFO kablam! | ^^^^^^^ Sep 03 23:14:41.598 INFO kablam! | Sep 03 23:14:41.598 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:41.598 INFO kablam! Sep 03 23:14:41.599 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:41.599 INFO kablam! --> src/clause/alloc.rs:52:42 Sep 03 23:14:41.599 INFO kablam! | Sep 03 23:14:41.599 INFO kablam! 52 | let header_ptr = self.buffer.ptr().offset(old_size as isize); Sep 03 23:14:41.599 INFO kablam! | ^^^ Sep 03 23:14:41.599 INFO kablam! | Sep 03 23:14:41.599 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:41.599 INFO kablam! Sep 03 23:14:41.599 INFO kablam! error: Could not compile `varisat`. Sep 03 23:14:41.599 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 23:14:41.604 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:41.604 INFO kablam! --> src/clause/alloc.rs:75:38 Sep 03 23:14:41.604 INFO kablam! | Sep 03 23:14:41.604 INFO kablam! 75 | let header_ptr = self.buffer.ptr().offset(offset); Sep 03 23:14:41.604 INFO kablam! | ^^^ Sep 03 23:14:41.604 INFO kablam! | Sep 03 23:14:41.604 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:41.604 INFO kablam! Sep 03 23:14:41.606 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Sep 03 23:14:41.606 INFO kablam! --> src/clause/alloc.rs:90:21 Sep 03 23:14:41.606 INFO kablam! | Sep 03 23:14:41.606 INFO kablam! 90 | self.buffer.ptr().offset(cref.index as isize) Sep 03 23:14:41.606 INFO kablam! | ^^^ Sep 03 23:14:41.606 INFO kablam! | Sep 03 23:14:41.606 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Sep 03 23:14:41.606 INFO kablam! Sep 03 23:14:42.515 INFO kablam! error: aborting due to 7 previous errors Sep 03 23:14:42.515 INFO kablam! Sep 03 23:14:42.515 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 03 23:14:42.531 INFO kablam! error: Could not compile `varisat`. Sep 03 23:14:42.532 INFO kablam! Sep 03 23:14:42.532 INFO kablam! To learn more, run the command again with --verbose. Sep 03 23:14:42.536 INFO kablam! su: No module specific data is present Sep 03 23:14:43.073 INFO running `"docker" "rm" "-f" "5fc724d28b2d1c2b9db50ea134b503a03483de116d73686fa7832b34e04ce283"` Sep 03 23:14:43.221 INFO blam! 5fc724d28b2d1c2b9db50ea134b503a03483de116d73686fa7832b34e04ce283