Sep 19 15:56:20.642 INFO checking faizilham/ocha against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 15:56:20.642 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 15:56:20.642 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:56:20.836 INFO blam! f3c8769e19cfc00ad11aefd23f4ef1f5a69a6613ce2870c8acde484875c6ab49 Sep 19 15:56:20.837 INFO running `"docker" "start" "-a" "f3c8769e19cfc00ad11aefd23f4ef1f5a69a6613ce2870c8acde484875c6ab49"` Sep 19 15:56:22.350 INFO kablam! usermod: no changes Sep 19 15:56:22.410 INFO kablam! Checking ocha v0.1.0 (/source) Sep 19 15:56:23.290 INFO kablam! warning: unused variable: `list` Sep 19 15:56:23.290 INFO kablam! --> src/interpreter.rs:111:29 Sep 19 15:56:23.290 INFO kablam! | Sep 19 15:56:23.290 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Sep 19 15:56:23.291 INFO kablam! | ^^^^ help: consider using `_list` instead Sep 19 15:56:23.291 INFO kablam! | Sep 19 15:56:23.291 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 15:56:23.291 INFO kablam! Sep 19 15:56:23.292 INFO kablam! warning: unused variable: `index` Sep 19 15:56:23.292 INFO kablam! --> src/interpreter.rs:112:28 Sep 19 15:56:23.292 INFO kablam! | Sep 19 15:56:23.292 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Sep 19 15:56:23.292 INFO kablam! | ^^^^^ help: consider using `_index` instead Sep 19 15:56:23.292 INFO kablam! Sep 19 15:56:23.293 INFO kablam! warning: unused variable: `value` Sep 19 15:56:23.293 INFO kablam! --> src/interpreter.rs:113:25 Sep 19 15:56:23.293 INFO kablam! | Sep 19 15:56:23.293 INFO kablam! 113 | let value = self.evaluate(expr)?; Sep 19 15:56:23.293 INFO kablam! | ^^^^^ help: consider using `_value` instead Sep 19 15:56:23.294 INFO kablam! Sep 19 15:56:23.327 INFO kablam! warning: unused variable: `list` Sep 19 15:56:23.327 INFO kablam! --> src/interpreter.rs:111:29 Sep 19 15:56:23.327 INFO kablam! | Sep 19 15:56:23.328 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Sep 19 15:56:23.328 INFO kablam! | ^^^^ help: consider using `_list` instead Sep 19 15:56:23.328 INFO kablam! | Sep 19 15:56:23.328 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 15:56:23.328 INFO kablam! Sep 19 15:56:23.328 INFO kablam! warning: unused variable: `index` Sep 19 15:56:23.329 INFO kablam! --> src/interpreter.rs:112:28 Sep 19 15:56:23.329 INFO kablam! | Sep 19 15:56:23.329 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Sep 19 15:56:23.329 INFO kablam! | ^^^^^ help: consider using `_index` instead Sep 19 15:56:23.329 INFO kablam! Sep 19 15:56:23.329 INFO kablam! warning: unused variable: `value` Sep 19 15:56:23.330 INFO kablam! --> src/interpreter.rs:113:25 Sep 19 15:56:23.330 INFO kablam! | Sep 19 15:56:23.330 INFO kablam! 113 | let value = self.evaluate(expr)?; Sep 19 15:56:23.330 INFO kablam! | ^^^^^ help: consider using `_value` instead Sep 19 15:56:23.330 INFO kablam! Sep 19 15:56:23.458 INFO kablam! warning: method is never used: `put` Sep 19 15:56:23.458 INFO kablam! --> src/value/list.rs:25:5 Sep 19 15:56:23.458 INFO kablam! | Sep 19 15:56:23.458 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Sep 19 15:56:23.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 15:56:23.459 INFO kablam! | Sep 19 15:56:23.459 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 15:56:23.459 INFO kablam! Sep 19 15:56:23.530 INFO kablam! warning: method is never used: `put` Sep 19 15:56:23.530 INFO kablam! --> src/value/list.rs:25:5 Sep 19 15:56:23.530 INFO kablam! | Sep 19 15:56:23.530 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Sep 19 15:56:23.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 15:56:23.530 INFO kablam! | Sep 19 15:56:23.530 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 15:56:23.530 INFO kablam! Sep 19 15:56:23.966 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.60s Sep 19 15:56:23.969 INFO kablam! su: No module specific data is present Sep 19 15:56:25.272 INFO running `"docker" "rm" "-f" "f3c8769e19cfc00ad11aefd23f4ef1f5a69a6613ce2870c8acde484875c6ab49"` Sep 19 15:56:25.389 INFO blam! f3c8769e19cfc00ad11aefd23f4ef1f5a69a6613ce2870c8acde484875c6ab49