Sep 20 22:47:05.199 INFO checking faizilham/ocha against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 22:47:05.199 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 22:47:05.199 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 22:47:05.433 INFO blam! 5f38db651fd698851cce124232e20032070f2b21847c1616fdb50c2ec58fe6e5 Sep 20 22:47:05.436 INFO running `"docker" "start" "-a" "5f38db651fd698851cce124232e20032070f2b21847c1616fdb50c2ec58fe6e5"` Sep 20 22:47:06.666 INFO kablam! usermod: no changes Sep 20 22:47:06.709 INFO kablam! Checking ocha v0.1.0 (/source) Sep 20 22:47:07.346 INFO kablam! warning: unused variable: `list` Sep 20 22:47:07.346 INFO kablam! --> src/interpreter.rs:111:29 Sep 20 22:47:07.346 INFO kablam! | Sep 20 22:47:07.346 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Sep 20 22:47:07.346 INFO kablam! | ^^^^ help: consider using `_list` instead Sep 20 22:47:07.346 INFO kablam! | Sep 20 22:47:07.346 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 22:47:07.346 INFO kablam! Sep 20 22:47:07.346 INFO kablam! warning: unused variable: `index` Sep 20 22:47:07.346 INFO kablam! --> src/interpreter.rs:112:28 Sep 20 22:47:07.346 INFO kablam! | Sep 20 22:47:07.346 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Sep 20 22:47:07.346 INFO kablam! | ^^^^^ help: consider using `_index` instead Sep 20 22:47:07.346 INFO kablam! Sep 20 22:47:07.346 INFO kablam! warning: unused variable: `value` Sep 20 22:47:07.346 INFO kablam! --> src/interpreter.rs:113:25 Sep 20 22:47:07.346 INFO kablam! | Sep 20 22:47:07.346 INFO kablam! 113 | let value = self.evaluate(expr)?; Sep 20 22:47:07.346 INFO kablam! | ^^^^^ help: consider using `_value` instead Sep 20 22:47:07.346 INFO kablam! Sep 20 22:47:07.390 INFO kablam! warning: unused variable: `list` Sep 20 22:47:07.390 INFO kablam! --> src/interpreter.rs:111:29 Sep 20 22:47:07.390 INFO kablam! | Sep 20 22:47:07.390 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Sep 20 22:47:07.390 INFO kablam! | ^^^^ help: consider using `_list` instead Sep 20 22:47:07.390 INFO kablam! | Sep 20 22:47:07.390 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 22:47:07.390 INFO kablam! Sep 20 22:47:07.390 INFO kablam! warning: unused variable: `index` Sep 20 22:47:07.390 INFO kablam! --> src/interpreter.rs:112:28 Sep 20 22:47:07.390 INFO kablam! | Sep 20 22:47:07.390 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Sep 20 22:47:07.390 INFO kablam! | ^^^^^ help: consider using `_index` instead Sep 20 22:47:07.390 INFO kablam! Sep 20 22:47:07.390 INFO kablam! warning: unused variable: `value` Sep 20 22:47:07.390 INFO kablam! --> src/interpreter.rs:113:25 Sep 20 22:47:07.390 INFO kablam! | Sep 20 22:47:07.390 INFO kablam! 113 | let value = self.evaluate(expr)?; Sep 20 22:47:07.390 INFO kablam! | ^^^^^ help: consider using `_value` instead Sep 20 22:47:07.390 INFO kablam! Sep 20 22:47:07.457 INFO kablam! warning: method is never used: `put` Sep 20 22:47:07.457 INFO kablam! --> src/value/list.rs:25:5 Sep 20 22:47:07.457 INFO kablam! | Sep 20 22:47:07.457 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Sep 20 22:47:07.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:47:07.457 INFO kablam! | Sep 20 22:47:07.457 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 22:47:07.457 INFO kablam! Sep 20 22:47:07.584 INFO kablam! warning: method is never used: `put` Sep 20 22:47:07.584 INFO kablam! --> src/value/list.rs:25:5 Sep 20 22:47:07.584 INFO kablam! | Sep 20 22:47:07.584 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Sep 20 22:47:07.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:47:07.584 INFO kablam! | Sep 20 22:47:07.584 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 22:47:07.584 INFO kablam! Sep 20 22:47:07.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.19s Sep 20 22:47:07.887 INFO kablam! su: No module specific data is present Sep 20 22:47:08.830 INFO running `"docker" "rm" "-f" "5f38db651fd698851cce124232e20032070f2b21847c1616fdb50c2ec58fe6e5"` Sep 20 22:47:08.948 INFO blam! 5f38db651fd698851cce124232e20032070f2b21847c1616fdb50c2ec58fe6e5