Sep 19 13:00:26.676 INFO checking marcusklaas/lisp-interpreter against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 13:00:26.677 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 13:00:26.677 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 13:00:27.036 INFO blam! 362c31888862c02e3957874d70dc66b2075fd3816d83337f56698df0ef3cf82f Sep 19 13:00:27.038 INFO running `"docker" "start" "-a" "362c31888862c02e3957874d70dc66b2075fd3816d83337f56698df0ef3cf82f"` Sep 19 13:00:28.544 INFO kablam! usermod: no changes Sep 19 13:00:28.642 INFO kablam! Compiling winapi v0.2.8 Sep 19 13:00:28.650 INFO kablam! Compiling regex-syntax v0.3.9 Sep 19 13:00:28.651 INFO kablam! Compiling utf8-ranges v0.1.3 Sep 19 13:00:28.658 INFO kablam! Checking string-interner v0.6.2 Sep 19 13:00:28.659 INFO kablam! Compiling memchr v0.1.11 Sep 19 13:00:28.659 INFO kablam! Checking thread-id v2.0.0 Sep 19 13:00:29.133 INFO kablam! Checking thread_local v0.2.7 Sep 19 13:00:29.355 INFO kablam! Checking aho-corasick v0.5.3 Sep 19 13:00:29.915 INFO kablam! Checking yalp v0.1.0 (/source) Sep 19 13:00:30.850 INFO kablam! error[E0658]: use of unstable library feature 'slice_index_methods' Sep 19 13:00:30.850 INFO kablam! --> src/lib.rs:89:5 Sep 19 13:00:30.850 INFO kablam! | Sep 19 13:00:30.850 INFO kablam! 89 | / fn get(self, slice: &[LispValue]) -> Option<&Self::Output> { Sep 19 13:00:30.850 INFO kablam! 90 | | slice.get(self.to_usize()) Sep 19 13:00:30.850 INFO kablam! 91 | | } Sep 19 13:00:30.850 INFO kablam! | |_____^ Sep 19 13:00:30.850 INFO kablam! | Sep 19 13:00:30.850 INFO kablam! = help: add #![feature(slice_index_methods)] to the crate attributes to enable Sep 19 13:00:30.850 INFO kablam! Sep 19 13:00:30.850 INFO kablam! error[E0658]: use of unstable library feature 'slice_index_methods' Sep 19 13:00:30.850 INFO kablam! --> src/lib.rs:93:5 Sep 19 13:00:30.850 INFO kablam! | Sep 19 13:00:30.850 INFO kablam! 93 | / fn get_mut(self, slice: &mut [LispValue]) -> Option<&mut Self::Output> { Sep 19 13:00:30.850 INFO kablam! 94 | | slice.get_mut(self.to_usize()) Sep 19 13:00:30.850 INFO kablam! 95 | | } Sep 19 13:00:30.850 INFO kablam! | |_____^ Sep 19 13:00:30.850 INFO kablam! | Sep 19 13:00:30.850 INFO kablam! = help: add #![feature(slice_index_methods)] to the crate attributes to enable Sep 19 13:00:30.850 INFO kablam! Sep 19 13:00:30.850 INFO kablam! error[E0658]: use of unstable library feature 'slice_index_methods' Sep 19 13:00:30.850 INFO kablam! --> src/lib.rs:97:5 Sep 19 13:00:30.850 INFO kablam! | Sep 19 13:00:30.850 INFO kablam! 97 | / unsafe fn get_unchecked(self, _slice: &[LispValue]) -> &Self::Output { Sep 19 13:00:30.850 INFO kablam! 98 | | unimplemented!() Sep 19 13:00:30.851 INFO kablam! 99 | | } Sep 19 13:00:30.851 INFO kablam! | |_____^ Sep 19 13:00:30.851 INFO kablam! | Sep 19 13:00:30.851 INFO kablam! = help: add #![feature(slice_index_methods)] to the crate attributes to enable Sep 19 13:00:30.851 INFO kablam! Sep 19 13:00:30.851 INFO kablam! error[E0658]: use of unstable library feature 'slice_index_methods' Sep 19 13:00:30.851 INFO kablam! --> src/lib.rs:101:5 Sep 19 13:00:30.851 INFO kablam! | Sep 19 13:00:30.851 INFO kablam! 101 | / unsafe fn get_unchecked_mut(self, _slice: &mut [LispValue]) -> &mut Self::Output { Sep 19 13:00:30.851 INFO kablam! 102 | | unimplemented!() Sep 19 13:00:30.851 INFO kablam! 103 | | } Sep 19 13:00:30.851 INFO kablam! | |_____^ Sep 19 13:00:30.851 INFO kablam! | Sep 19 13:00:30.851 INFO kablam! = help: add #![feature(slice_index_methods)] to the crate attributes to enable Sep 19 13:00:30.851 INFO kablam! Sep 19 13:00:30.851 INFO kablam! error[E0658]: use of unstable library feature 'slice_index_methods' Sep 19 13:00:30.851 INFO kablam! --> src/lib.rs:105:5 Sep 19 13:00:30.851 INFO kablam! | Sep 19 13:00:30.851 INFO kablam! 105 | / fn index(self, slice: &[LispValue]) -> &Self::Output { Sep 19 13:00:30.851 INFO kablam! 106 | | slice.index(self.to_usize()) Sep 19 13:00:30.851 INFO kablam! 107 | | } Sep 19 13:00:30.851 INFO kablam! | |_____^ Sep 19 13:00:30.851 INFO kablam! | Sep 19 13:00:30.851 INFO kablam! = help: add #![feature(slice_index_methods)] to the crate attributes to enable Sep 19 13:00:30.851 INFO kablam! Sep 19 13:00:30.851 INFO kablam! error[E0658]: use of unstable library feature 'slice_index_methods' Sep 19 13:00:30.851 INFO kablam! --> src/lib.rs:109:5 Sep 19 13:00:30.851 INFO kablam! | Sep 19 13:00:30.851 INFO kablam! 109 | / fn index_mut(self, slice: &mut [LispValue]) -> &mut Self::Output { Sep 19 13:00:30.851 INFO kablam! 110 | | slice.index_mut(self.to_usize()) Sep 19 13:00:30.851 INFO kablam! 111 | | } Sep 19 13:00:30.851 INFO kablam! | |_____^ Sep 19 13:00:30.851 INFO kablam! | Sep 19 13:00:30.851 INFO kablam! = help: add #![feature(slice_index_methods)] to the crate attributes to enable Sep 19 13:00:30.851 INFO kablam! Sep 19 13:00:31.117 INFO kablam! Compiling kernel32-sys v0.2.2 Sep 19 13:00:31.189 INFO kablam! error[E0277]: the trait bound `StackOffset: core::slice::private_slice_index::Sealed` is not satisfied Sep 19 13:00:31.189 INFO kablam! --> src/lib.rs:86:6 Sep 19 13:00:31.189 INFO kablam! | Sep 19 13:00:31.189 INFO kablam! 86 | impl SliceIndex<[LispValue]> for StackOffset { Sep 19 13:00:31.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::slice::private_slice_index::Sealed` is not implemented for `StackOffset` Sep 19 13:00:31.189 INFO kablam! Sep 19 13:00:31.216 INFO kablam! error: aborting due to 7 previous errors Sep 19 13:00:31.217 INFO kablam! Sep 19 13:00:31.217 INFO kablam! Some errors occurred: E0277, E0658. Sep 19 13:00:31.218 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 13:00:31.226 INFO kablam! error: Could not compile `yalp`. Sep 19 13:00:31.227 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 13:00:37.126 INFO kablam! error: build failed Sep 19 13:00:37.128 INFO kablam! su: No module specific data is present Sep 19 13:00:38.177 INFO running `"docker" "rm" "-f" "362c31888862c02e3957874d70dc66b2075fd3816d83337f56698df0ef3cf82f"` Sep 19 13:00:38.551 INFO blam! 362c31888862c02e3957874d70dc66b2075fd3816d83337f56698df0ef3cf82f