Sep 01 15:40:14.057 INFO checking faizilham/ocha against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 15:40:14.058 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 15:40:14.058 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 15:40:14.305 INFO blam! 95986edcf3fbff6492d132cbf571a733e9ea46c35ee11f525f03b3febc5f52de Sep 01 15:40:14.308 INFO running `"docker" "start" "-a" "95986edcf3fbff6492d132cbf571a733e9ea46c35ee11f525f03b3febc5f52de"` Sep 01 15:40:15.286 INFO kablam! Checking ocha v0.1.0 (file:///source) Sep 01 15:40:16.231 INFO kablam! warning: unused variable: `list` Sep 01 15:40:16.231 INFO kablam! --> src/interpreter.rs:111:29 Sep 01 15:40:16.231 INFO kablam! | Sep 01 15:40:16.231 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Sep 01 15:40:16.232 INFO kablam! | ^^^^ help: consider using `_list` instead Sep 01 15:40:16.232 INFO kablam! | Sep 01 15:40:16.232 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 15:40:16.232 INFO kablam! Sep 01 15:40:16.232 INFO kablam! warning: unused variable: `index` Sep 01 15:40:16.232 INFO kablam! --> src/interpreter.rs:112:28 Sep 01 15:40:16.232 INFO kablam! | Sep 01 15:40:16.232 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Sep 01 15:40:16.232 INFO kablam! | ^^^^^ help: consider using `_index` instead Sep 01 15:40:16.232 INFO kablam! Sep 01 15:40:16.232 INFO kablam! warning: unused variable: `value` Sep 01 15:40:16.232 INFO kablam! --> src/interpreter.rs:113:25 Sep 01 15:40:16.232 INFO kablam! | Sep 01 15:40:16.232 INFO kablam! 113 | let value = self.evaluate(expr)?; Sep 01 15:40:16.232 INFO kablam! | ^^^^^ help: consider using `_value` instead Sep 01 15:40:16.232 INFO kablam! Sep 01 15:40:16.239 INFO kablam! warning: unused variable: `list` Sep 01 15:40:16.239 INFO kablam! --> src/interpreter.rs:111:29 Sep 01 15:40:16.239 INFO kablam! | Sep 01 15:40:16.239 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Sep 01 15:40:16.239 INFO kablam! | ^^^^ help: consider using `_list` instead Sep 01 15:40:16.239 INFO kablam! | Sep 01 15:40:16.239 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 15:40:16.239 INFO kablam! Sep 01 15:40:16.240 INFO kablam! warning: unused variable: `index` Sep 01 15:40:16.240 INFO kablam! --> src/interpreter.rs:112:28 Sep 01 15:40:16.240 INFO kablam! | Sep 01 15:40:16.240 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Sep 01 15:40:16.240 INFO kablam! | ^^^^^ help: consider using `_index` instead Sep 01 15:40:16.240 INFO kablam! Sep 01 15:40:16.240 INFO kablam! warning: unused variable: `value` Sep 01 15:40:16.240 INFO kablam! --> src/interpreter.rs:113:25 Sep 01 15:40:16.240 INFO kablam! | Sep 01 15:40:16.240 INFO kablam! 113 | let value = self.evaluate(expr)?; Sep 01 15:40:16.240 INFO kablam! | ^^^^^ help: consider using `_value` instead Sep 01 15:40:16.240 INFO kablam! Sep 01 15:40:16.495 INFO kablam! warning: method is never used: `put` Sep 01 15:40:16.495 INFO kablam! --> src/value/list.rs:25:5 Sep 01 15:40:16.495 INFO kablam! | Sep 01 15:40:16.495 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Sep 01 15:40:16.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:40:16.495 INFO kablam! | Sep 01 15:40:16.495 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 15:40:16.495 INFO kablam! Sep 01 15:40:16.505 INFO kablam! warning: method is never used: `put` Sep 01 15:40:16.505 INFO kablam! --> src/value/list.rs:25:5 Sep 01 15:40:16.505 INFO kablam! | Sep 01 15:40:16.505 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Sep 01 15:40:16.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 15:40:16.505 INFO kablam! | Sep 01 15:40:16.505 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 15:40:16.505 INFO kablam! Sep 01 15:40:16.954 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Sep 01 15:40:16.958 INFO kablam! su: No module specific data is present Sep 01 15:40:17.475 INFO running `"docker" "rm" "-f" "95986edcf3fbff6492d132cbf571a733e9ea46c35ee11f525f03b3febc5f52de"` Sep 01 15:40:17.625 INFO blam! 95986edcf3fbff6492d132cbf571a733e9ea46c35ee11f525f03b3febc5f52de