Sep 19 13:46:42.206 INFO checking faizilham/ocha against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 13:46:42.206 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 13:46:42.206 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/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:46:42.666 INFO blam! 9d7a4f94b0fa7e138d33c7b75ff8ed1925f708932c2ca36c83cee6ac34bbf544 Sep 19 13:46:42.668 INFO running `"docker" "start" "-a" "9d7a4f94b0fa7e138d33c7b75ff8ed1925f708932c2ca36c83cee6ac34bbf544"` Sep 19 13:46:45.077 INFO kablam! usermod: no changes Sep 19 13:46:45.127 INFO kablam! Checking ocha v0.1.0 (/source) Sep 19 13:46:45.964 INFO kablam! warning: unused variable: `list` Sep 19 13:46:45.965 INFO kablam! --> src/interpreter.rs:111:29 Sep 19 13:46:45.965 INFO kablam! | Sep 19 13:46:45.965 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Sep 19 13:46:45.966 INFO kablam! | ^^^^ help: consider using `_list` instead Sep 19 13:46:45.966 INFO kablam! | Sep 19 13:46:45.967 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 13:46:45.967 INFO kablam! Sep 19 13:46:45.967 INFO kablam! warning: unused variable: `index` Sep 19 13:46:45.968 INFO kablam! --> src/interpreter.rs:112:28 Sep 19 13:46:45.968 INFO kablam! | Sep 19 13:46:45.968 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Sep 19 13:46:45.969 INFO kablam! | ^^^^^ help: consider using `_index` instead Sep 19 13:46:45.969 INFO kablam! Sep 19 13:46:45.969 INFO kablam! warning: unused variable: `value` Sep 19 13:46:45.970 INFO kablam! --> src/interpreter.rs:113:25 Sep 19 13:46:45.970 INFO kablam! | Sep 19 13:46:45.970 INFO kablam! 113 | let value = self.evaluate(expr)?; Sep 19 13:46:45.971 INFO kablam! | ^^^^^ help: consider using `_value` instead Sep 19 13:46:45.971 INFO kablam! Sep 19 13:46:46.015 INFO kablam! warning: unused variable: `list` Sep 19 13:46:46.015 INFO kablam! --> src/interpreter.rs:111:29 Sep 19 13:46:46.016 INFO kablam! | Sep 19 13:46:46.016 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Sep 19 13:46:46.016 INFO kablam! | ^^^^ help: consider using `_list` instead Sep 19 13:46:46.016 INFO kablam! | Sep 19 13:46:46.016 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 13:46:46.016 INFO kablam! Sep 19 13:46:46.043 INFO kablam! warning: unused variable: `index` Sep 19 13:46:46.043 INFO kablam! --> src/interpreter.rs:112:28 Sep 19 13:46:46.044 INFO kablam! | Sep 19 13:46:46.044 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Sep 19 13:46:46.045 INFO kablam! | ^^^^^ help: consider using `_index` instead Sep 19 13:46:46.045 INFO kablam! Sep 19 13:46:46.045 INFO kablam! warning: unused variable: `value` Sep 19 13:46:46.045 INFO kablam! --> src/interpreter.rs:113:25 Sep 19 13:46:46.046 INFO kablam! | Sep 19 13:46:46.046 INFO kablam! 113 | let value = self.evaluate(expr)?; Sep 19 13:46:46.047 INFO kablam! | ^^^^^ help: consider using `_value` instead Sep 19 13:46:46.047 INFO kablam! Sep 19 13:46:46.133 INFO kablam! warning: method is never used: `put` Sep 19 13:46:46.133 INFO kablam! --> src/value/list.rs:25:5 Sep 19 13:46:46.134 INFO kablam! | Sep 19 13:46:46.134 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Sep 19 13:46:46.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 13:46:46.135 INFO kablam! | Sep 19 13:46:46.135 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 13:46:46.135 INFO kablam! Sep 19 13:46:46.245 INFO kablam! warning: method is never used: `put` Sep 19 13:46:46.245 INFO kablam! --> src/value/list.rs:25:5 Sep 19 13:46:46.246 INFO kablam! | Sep 19 13:46:46.246 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Sep 19 13:46:46.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 13:46:46.247 INFO kablam! | Sep 19 13:46:46.267 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 13:46:46.267 INFO kablam! Sep 19 13:46:46.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Sep 19 13:46:46.739 INFO kablam! su: No module specific data is present Sep 19 13:46:48.336 INFO running `"docker" "rm" "-f" "9d7a4f94b0fa7e138d33c7b75ff8ed1925f708932c2ca36c83cee6ac34bbf544"` Sep 19 13:46:48.671 INFO blam! 9d7a4f94b0fa7e138d33c7b75ff8ed1925f708932c2ca36c83cee6ac34bbf544