Oct 12 21:42:56.261 INFO checking faizilham/ocha against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 21:42:56.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 21:42:56.804 INFO blam! ea8600f76b2fcc7fde031aa39807f3afd41edff422e46d7ebbc199bde1ff4b2c Oct 12 21:42:56.824 INFO running `"docker" "start" "-a" "ea8600f76b2fcc7fde031aa39807f3afd41edff422e46d7ebbc199bde1ff4b2c"` Oct 12 21:42:58.450 INFO kablam! usermod: no changes Oct 12 21:42:58.536 INFO kablam! Checking ocha v0.1.0 (/source) Oct 12 21:43:00.028 INFO kablam! warning: unused variable: `list` Oct 12 21:43:00.029 INFO kablam! --> src/interpreter.rs:111:29 Oct 12 21:43:00.029 INFO kablam! | Oct 12 21:43:00.029 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Oct 12 21:43:00.029 INFO kablam! | ^^^^ help: consider using `_list` instead Oct 12 21:43:00.029 INFO kablam! | Oct 12 21:43:00.029 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:43:00.029 INFO kablam! Oct 12 21:43:00.029 INFO kablam! warning: unused variable: `index` Oct 12 21:43:00.029 INFO kablam! --> src/interpreter.rs:112:28 Oct 12 21:43:00.029 INFO kablam! | Oct 12 21:43:00.029 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Oct 12 21:43:00.029 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 12 21:43:00.029 INFO kablam! Oct 12 21:43:00.029 INFO kablam! warning: unused variable: `value` Oct 12 21:43:00.029 INFO kablam! --> src/interpreter.rs:113:25 Oct 12 21:43:00.029 INFO kablam! | Oct 12 21:43:00.029 INFO kablam! 113 | let value = self.evaluate(expr)?; Oct 12 21:43:00.029 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 12 21:43:00.029 INFO kablam! Oct 12 21:43:00.152 INFO kablam! warning: unused variable: `list` Oct 12 21:43:00.153 INFO kablam! --> src/interpreter.rs:111:29 Oct 12 21:43:00.154 INFO kablam! | Oct 12 21:43:00.155 INFO kablam! 111 | if let List(ref list) = self.evaluate(variable)? { Oct 12 21:43:00.155 INFO kablam! | ^^^^ help: consider using `_list` instead Oct 12 21:43:00.156 INFO kablam! | Oct 12 21:43:00.157 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:43:00.157 INFO kablam! Oct 12 21:43:00.158 INFO kablam! warning: unused variable: `index` Oct 12 21:43:00.158 INFO kablam! --> src/interpreter.rs:112:28 Oct 12 21:43:00.159 INFO kablam! | Oct 12 21:43:00.160 INFO kablam! 112 | if let Int(index) = self.evaluate(member)? { Oct 12 21:43:00.160 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 12 21:43:00.161 INFO kablam! Oct 12 21:43:00.161 INFO kablam! warning: unused variable: `value` Oct 12 21:43:00.162 INFO kablam! --> src/interpreter.rs:113:25 Oct 12 21:43:00.163 INFO kablam! | Oct 12 21:43:00.163 INFO kablam! 113 | let value = self.evaluate(expr)?; Oct 12 21:43:00.164 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 12 21:43:00.164 INFO kablam! Oct 12 21:43:00.256 INFO kablam! warning: method is never used: `put` Oct 12 21:43:00.256 INFO kablam! --> src/value/list.rs:25:5 Oct 12 21:43:00.257 INFO kablam! | Oct 12 21:43:00.257 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Oct 12 21:43:00.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:43:00.257 INFO kablam! | Oct 12 21:43:00.257 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:43:00.257 INFO kablam! Oct 12 21:43:00.331 INFO kablam! warning: method is never used: `put` Oct 12 21:43:00.331 INFO kablam! --> src/value/list.rs:25:5 Oct 12 21:43:00.331 INFO kablam! | Oct 12 21:43:00.331 INFO kablam! 25 | pub fn put(&mut self, index: i64, value: Value) -> Result<(), &'static str>{ Oct 12 21:43:00.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:43:00.336 INFO kablam! | Oct 12 21:43:00.336 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:43:00.336 INFO kablam! Oct 12 21:43:01.217 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.72s Oct 12 21:43:01.226 INFO kablam! su: No module specific data is present Oct 12 21:43:02.748 INFO running `"docker" "rm" "-f" "ea8600f76b2fcc7fde031aa39807f3afd41edff422e46d7ebbc199bde1ff4b2c"` Oct 12 21:43:03.056 INFO blam! ea8600f76b2fcc7fde031aa39807f3afd41edff422e46d7ebbc199bde1ff4b2c