Sep 14 04:30:28.792 INFO checking faizilham/ocha against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 04:30:28.792 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 04:30:28.793 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 04:30:29.232 INFO blam! 8a6313c5946a8a7025e3545bdab72bd0fd0eb0c5fa95f518c16715d4e88110b6 Sep 14 04:30:29.234 INFO running `"docker" "start" "-a" "8a6313c5946a8a7025e3545bdab72bd0fd0eb0c5fa95f518c16715d4e88110b6"` Sep 14 04:30:31.818 INFO kablam! usermod: no changes Sep 14 04:30:31.887 INFO kablam! Checking ocha v0.1.0 (file:///source) Sep 14 04:30:32.684 INFO kablam! warning: unused variable: `list` Sep 14 04:30:32.684 INFO kablam! --> src/interpreter.rs:111:29 Sep 14 04:30:32.684 INFO kablam! | Sep 14 04:30:32.684 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Sep 14 04:30:32.684 INFO kablam! | ^^^^ help: consider using `_list` instead Sep 14 04:30:32.684 INFO kablam! | Sep 14 04:30:32.684 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 04:30:32.684 INFO kablam! Sep 14 04:30:32.691 INFO kablam! warning: unused variable: `index` Sep 14 04:30:32.691 INFO kablam! --> src/interpreter.rs:112:28 Sep 14 04:30:32.691 INFO kablam! | Sep 14 04:30:32.691 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Sep 14 04:30:32.691 INFO kablam! | ^^^^^ help: consider using `_index` instead Sep 14 04:30:32.691 INFO kablam! Sep 14 04:30:32.691 INFO kablam! warning: unused variable: `value` Sep 14 04:30:32.691 INFO kablam! --> src/interpreter.rs:113:25 Sep 14 04:30:32.691 INFO kablam! | Sep 14 04:30:32.691 INFO kablam! 113 | let value = self.evaluate(expr)?; Sep 14 04:30:32.691 INFO kablam! | ^^^^^ help: consider using `_value` instead Sep 14 04:30:32.691 INFO kablam! Sep 14 04:30:32.900 INFO kablam! warning: method is never used: `put` Sep 14 04:30:32.900 INFO kablam! --> src/value/list.rs:25:5 Sep 14 04:30:32.900 INFO kablam! | Sep 14 04:30:32.900 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Sep 14 04:30:32.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 04:30:32.900 INFO kablam! | Sep 14 04:30:32.900 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 04:30:32.900 INFO kablam! Sep 14 04:30:32.934 INFO kablam! warning: unused variable: `list` Sep 14 04:30:32.935 INFO kablam! --> src/interpreter.rs:111:29 Sep 14 04:30:32.935 INFO kablam! | Sep 14 04:30:32.935 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Sep 14 04:30:32.935 INFO kablam! | ^^^^ help: consider using `_list` instead Sep 14 04:30:32.948 INFO kablam! | Sep 14 04:30:32.948 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 04:30:32.948 INFO kablam! Sep 14 04:30:32.949 INFO kablam! warning: unused variable: `index` Sep 14 04:30:32.949 INFO kablam! --> src/interpreter.rs:112:28 Sep 14 04:30:32.949 INFO kablam! | Sep 14 04:30:32.949 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Sep 14 04:30:32.949 INFO kablam! | ^^^^^ help: consider using `_index` instead Sep 14 04:30:32.949 INFO kablam! Sep 14 04:30:32.949 INFO kablam! warning: unused variable: `value` Sep 14 04:30:32.949 INFO kablam! --> src/interpreter.rs:113:25 Sep 14 04:30:32.949 INFO kablam! | Sep 14 04:30:32.949 INFO kablam! 113 | let value = self.evaluate(expr)?; Sep 14 04:30:32.949 INFO kablam! | ^^^^^ help: consider using `_value` instead Sep 14 04:30:32.950 INFO kablam! Sep 14 04:30:33.308 INFO kablam! warning: method is never used: `put` Sep 14 04:30:33.308 INFO kablam! --> src/value/list.rs:25:5 Sep 14 04:30:33.308 INFO kablam! | Sep 14 04:30:33.308 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Sep 14 04:30:33.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 04:30:33.308 INFO kablam! | Sep 14 04:30:33.308 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 04:30:33.308 INFO kablam! Sep 14 04:30:33.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Sep 14 04:30:33.542 INFO kablam! su: No module specific data is present Sep 14 04:30:34.845 INFO running `"docker" "rm" "-f" "8a6313c5946a8a7025e3545bdab72bd0fd0eb0c5fa95f518c16715d4e88110b6"` Sep 14 04:30:35.179 INFO blam! 8a6313c5946a8a7025e3545bdab72bd0fd0eb0c5fa95f518c16715d4e88110b6