Oct 13 02:37:29.836 INFO testing rmirabelli/scheme_interpreter against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 02:37:29.837 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 13 02:37:30.265 INFO blam! 8ffc3d4762bb9dc5c920c4890dce76d1d53376d7da6e9e5867e3cb75f89942cf Oct 13 02:37:30.266 INFO running `"docker" "start" "-a" "8ffc3d4762bb9dc5c920c4890dce76d1d53376d7da6e9e5867e3cb75f89942cf"` Oct 13 02:37:31.646 INFO kablam! usermod: no changes Oct 13 02:37:31.719 INFO kablam! Compiling updated_scheme v0.1.0 (/source) Oct 13 02:37:32.163 INFO kablam! warning: unused variable: `l` Oct 13 02:37:32.163 INFO kablam! --> src/environment_parser.rs:26:7 Oct 13 02:37:32.163 INFO kablam! | Oct 13 02:37:32.163 INFO kablam! 26 | let l = subs.len(); Oct 13 02:37:32.163 INFO kablam! | ^ help: consider using `_l` instead Oct 13 02:37:32.163 INFO kablam! | Oct 13 02:37:32.163 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:37:32.163 INFO kablam! Oct 13 02:37:32.179 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:32.179 INFO kablam! --> src/parser.rs:11:22 Oct 13 02:37:32.179 INFO kablam! | Oct 13 02:37:32.179 INFO kablam! 11 | fn parse_conditional(mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:32.179 INFO kablam! | ----^^^^^^ Oct 13 02:37:32.179 INFO kablam! | | Oct 13 02:37:32.179 INFO kablam! | help: remove this `mut` Oct 13 02:37:32.179 INFO kablam! | Oct 13 02:37:32.179 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:37:32.179 INFO kablam! Oct 13 02:37:32.179 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:32.179 INFO kablam! --> src/parser.rs:47:27 Oct 13 02:37:32.179 INFO kablam! | Oct 13 02:37:32.179 INFO kablam! 47 | fn parse_simple_predicate(mut tokens: &mut Vec, environment: &Environment) -> Predicate { Oct 13 02:37:32.179 INFO kablam! | ----^^^^^^ Oct 13 02:37:32.179 INFO kablam! | | Oct 13 02:37:32.179 INFO kablam! | help: remove this `mut` Oct 13 02:37:32.179 INFO kablam! Oct 13 02:37:32.179 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:32.179 INFO kablam! --> src/parser.rs:83:56 Oct 13 02:37:32.179 INFO kablam! | Oct 13 02:37:32.179 INFO kablam! 83 | fn parse_compound_predicate(ct: CompoundPredicateType, mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:32.179 INFO kablam! | ----^^^^^^ Oct 13 02:37:32.179 INFO kablam! | | Oct 13 02:37:32.179 INFO kablam! | help: remove this `mut` Oct 13 02:37:32.179 INFO kablam! Oct 13 02:37:32.183 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:32.183 INFO kablam! --> src/parser.rs:123:34 Oct 13 02:37:32.183 INFO kablam! | Oct 13 02:37:32.183 INFO kablam! 123 | fn parse_function(fname: String, mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:32.183 INFO kablam! | ----^^^^^^ Oct 13 02:37:32.183 INFO kablam! | | Oct 13 02:37:32.183 INFO kablam! | help: remove this `mut` Oct 13 02:37:32.183 INFO kablam! Oct 13 02:37:32.183 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:32.183 INFO kablam! --> src/parser.rs:139:19 Oct 13 02:37:32.183 INFO kablam! | Oct 13 02:37:32.183 INFO kablam! 139 | fn parse_compound(mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:32.183 INFO kablam! | ----^^^^^^ Oct 13 02:37:32.183 INFO kablam! | | Oct 13 02:37:32.183 INFO kablam! | help: remove this `mut` Oct 13 02:37:32.183 INFO kablam! Oct 13 02:37:32.191 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:32.191 INFO kablam! --> src/parser.rs:181:14 Oct 13 02:37:32.191 INFO kablam! | Oct 13 02:37:32.191 INFO kablam! 181 | pub fn parse(mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:32.191 INFO kablam! | ----^^^^^^ Oct 13 02:37:32.191 INFO kablam! | | Oct 13 02:37:32.191 INFO kablam! | help: remove this `mut` Oct 13 02:37:32.191 INFO kablam! Oct 13 02:37:32.199 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:32.199 INFO kablam! --> src/environment_parser.rs:9:26 Oct 13 02:37:32.199 INFO kablam! | Oct 13 02:37:32.199 INFO kablam! 9 | pub fn parse_to_function(mut v: &mut Vec) -> (String,Function) { Oct 13 02:37:32.199 INFO kablam! | ----^ Oct 13 02:37:32.199 INFO kablam! | | Oct 13 02:37:32.199 INFO kablam! | help: remove this `mut` Oct 13 02:37:32.199 INFO kablam! Oct 13 02:37:32.199 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:32.199 INFO kablam! --> src/environment_parser.rs:60:26 Oct 13 02:37:32.199 INFO kablam! | Oct 13 02:37:32.199 INFO kablam! 60 | pub fn parse_to_variable(mut v: &mut Vec, environment: &Environment) -> (String,Expression) { Oct 13 02:37:32.199 INFO kablam! | ----^ Oct 13 02:37:32.199 INFO kablam! | | Oct 13 02:37:32.199 INFO kablam! | help: remove this `mut` Oct 13 02:37:32.199 INFO kablam! Oct 13 02:37:32.199 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:32.199 INFO kablam! --> src/environment_parser.rs:84:29 Oct 13 02:37:32.199 INFO kablam! | Oct 13 02:37:32.199 INFO kablam! 84 | pub fn parse_to_environment(mut v: &mut Vec) -> Environment { Oct 13 02:37:32.199 INFO kablam! | ----^ Oct 13 02:37:32.199 INFO kablam! | | Oct 13 02:37:32.199 INFO kablam! | help: remove this `mut` Oct 13 02:37:32.207 INFO kablam! Oct 13 02:37:32.207 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:32.207 INFO kablam! --> src/environment_parser.rs:87:9 Oct 13 02:37:32.207 INFO kablam! | Oct 13 02:37:32.207 INFO kablam! 87 | let mut hash: HashMap = HashMap::new(); Oct 13 02:37:32.207 INFO kablam! | ----^^^^ Oct 13 02:37:32.207 INFO kablam! | | Oct 13 02:37:32.207 INFO kablam! | help: remove this `mut` Oct 13 02:37:32.207 INFO kablam! Oct 13 02:37:32.207 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:32.207 INFO kablam! --> src/environment_parser.rs:88:6 Oct 13 02:37:32.207 INFO kablam! | Oct 13 02:37:32.207 INFO kablam! 88 | let mut func: HashMap = HashMap::new(); Oct 13 02:37:32.207 INFO kablam! | ----^^^^ Oct 13 02:37:32.207 INFO kablam! | | Oct 13 02:37:32.207 INFO kablam! | help: remove this `mut` Oct 13 02:37:32.207 INFO kablam! Oct 13 02:37:32.223 INFO kablam! warning: variable `functionHash` should have a snake case name such as `function_hash` Oct 13 02:37:32.223 INFO kablam! --> src/interpreter.rs:26:6 Oct 13 02:37:32.223 INFO kablam! | Oct 13 02:37:32.223 INFO kablam! 26 | let functionHash: HashMap = HashMap::new(); Oct 13 02:37:32.223 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:37:32.223 INFO kablam! | Oct 13 02:37:32.223 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:37:32.223 INFO kablam! Oct 13 02:37:34.209 INFO kablam! warning: unnecessary path disambiguator Oct 13 02:37:34.209 INFO kablam! --> src/main.rs:15:39 Oct 13 02:37:34.209 INFO kablam! | Oct 13 02:37:34.209 INFO kablam! 15 | fn parse_and_evaluate(tokens: &mut Vec::, env: &Environment) { Oct 13 02:37:34.209 INFO kablam! | ^^ try removing `::` Oct 13 02:37:34.209 INFO kablam! Oct 13 02:37:34.209 INFO kablam! warning: unnecessary path disambiguator Oct 13 02:37:34.209 INFO kablam! --> src/main.rs:21:30 Oct 13 02:37:34.209 INFO kablam! | Oct 13 02:37:34.209 INFO kablam! 21 | fn parse_env(tokens: &mut Vec::, env: &mut Environment) { Oct 13 02:37:34.209 INFO kablam! | ^^ try removing `::` Oct 13 02:37:34.209 INFO kablam! Oct 13 02:37:34.459 INFO kablam! warning: unused import: `updated_scheme::interpreter::*` Oct 13 02:37:34.459 INFO kablam! --> src/main.rs:7:5 Oct 13 02:37:34.459 INFO kablam! | Oct 13 02:37:34.459 INFO kablam! 7 | use updated_scheme::interpreter::*; Oct 13 02:37:34.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:37:34.459 INFO kablam! | Oct 13 02:37:34.459 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:37:34.459 INFO kablam! Oct 13 02:37:34.503 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.503 INFO kablam! --> src/main.rs:29:9 Oct 13 02:37:34.503 INFO kablam! | Oct 13 02:37:34.503 INFO kablam! 29 | let mut hash: HashMap = HashMap::new(); Oct 13 02:37:34.503 INFO kablam! | ----^^^^ Oct 13 02:37:34.503 INFO kablam! | | Oct 13 02:37:34.503 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.503 INFO kablam! | Oct 13 02:37:34.503 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:37:34.503 INFO kablam! Oct 13 02:37:34.503 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.503 INFO kablam! --> src/main.rs:30:6 Oct 13 02:37:34.503 INFO kablam! | Oct 13 02:37:34.503 INFO kablam! 30 | let mut func: HashMap = HashMap::new(); Oct 13 02:37:34.503 INFO kablam! | ----^^^^ Oct 13 02:37:34.503 INFO kablam! | | Oct 13 02:37:34.503 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.503 INFO kablam! Oct 13 02:37:35.273 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.60s Oct 13 02:37:35.273 INFO kablam! su: No module specific data is present Oct 13 02:37:35.987 INFO running `"docker" "rm" "-f" "8ffc3d4762bb9dc5c920c4890dce76d1d53376d7da6e9e5867e3cb75f89942cf"` Oct 13 02:37:36.327 INFO blam! 8ffc3d4762bb9dc5c920c4890dce76d1d53376d7da6e9e5867e3cb75f89942cf Oct 13 02:37:36.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 13 02:37:36.787 INFO blam! e1da55fb1a54cea11e1c18e7985749aa10ea86664a41415e29c9269fd20c56aa Oct 13 02:37:36.788 INFO running `"docker" "start" "-a" "e1da55fb1a54cea11e1c18e7985749aa10ea86664a41415e29c9269fd20c56aa"` Oct 13 02:37:38.127 INFO kablam! usermod: no changes Oct 13 02:37:38.207 INFO kablam! Compiling updated_scheme v0.1.0 (/source) Oct 13 02:37:38.431 INFO kablam! warning: unnecessary path disambiguator Oct 13 02:37:38.431 INFO kablam! --> src/main.rs:15:39 Oct 13 02:37:38.431 INFO kablam! | Oct 13 02:37:38.431 INFO kablam! 15 | fn parse_and_evaluate(tokens: &mut Vec::, env: &Environment) { Oct 13 02:37:38.431 INFO kablam! | ^^ try removing `::` Oct 13 02:37:38.431 INFO kablam! Oct 13 02:37:38.431 INFO kablam! warning: unnecessary path disambiguator Oct 13 02:37:38.431 INFO kablam! --> src/main.rs:21:30 Oct 13 02:37:38.431 INFO kablam! | Oct 13 02:37:38.431 INFO kablam! 21 | fn parse_env(tokens: &mut Vec::, env: &mut Environment) { Oct 13 02:37:38.431 INFO kablam! | ^^ try removing `::` Oct 13 02:37:38.431 INFO kablam! Oct 13 02:37:39.193 INFO kablam! warning: unused import: `updated_scheme::predicate::*` Oct 13 02:37:39.194 INFO kablam! --> tests/test_function.rs:4:5 Oct 13 02:37:39.194 INFO kablam! | Oct 13 02:37:39.195 INFO kablam! 4 | use updated_scheme::predicate::*; Oct 13 02:37:39.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:37:39.195 INFO kablam! | Oct 13 02:37:39.196 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:37:39.196 INFO kablam! Oct 13 02:37:39.196 INFO kablam! warning: unused import: `updated_scheme::environment::*` Oct 13 02:37:39.196 INFO kablam! --> tests/test_function.rs:9:5 Oct 13 02:37:39.197 INFO kablam! | Oct 13 02:37:39.197 INFO kablam! 9 | use updated_scheme::environment::*; Oct 13 02:37:39.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:37:39.204 INFO kablam! Oct 13 02:37:39.442 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 13 02:37:39.442 INFO kablam! --> tests/test_interpreter.rs:6:5 Oct 13 02:37:39.442 INFO kablam! | Oct 13 02:37:39.443 INFO kablam! 6 | use std::collections::HashMap; Oct 13 02:37:39.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:37:39.443 INFO kablam! | Oct 13 02:37:39.443 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:37:39.444 INFO kablam! Oct 13 02:37:39.491 INFO kablam! warning: variable `envTokens` should have a snake case name such as `env_tokens` Oct 13 02:37:39.491 INFO kablam! --> tests/test_function.rs:24:6 Oct 13 02:37:39.491 INFO kablam! | Oct 13 02:37:39.492 INFO kablam! 24 | let mut envTokens = Vec::::new(); Oct 13 02:37:39.492 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:37:39.492 INFO kablam! | Oct 13 02:37:39.493 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:37:39.493 INFO kablam! Oct 13 02:37:39.595 INFO kablam! warning: unused import: `updated_scheme::interpreter::*` Oct 13 02:37:39.595 INFO kablam! --> src/main.rs:7:5 Oct 13 02:37:39.595 INFO kablam! | Oct 13 02:37:39.595 INFO kablam! 7 | use updated_scheme::interpreter::*; Oct 13 02:37:39.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:37:39.595 INFO kablam! | Oct 13 02:37:39.595 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:37:39.595 INFO kablam! Oct 13 02:37:39.767 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:39.767 INFO kablam! --> src/main.rs:29:9 Oct 13 02:37:39.767 INFO kablam! | Oct 13 02:37:39.767 INFO kablam! 29 | let mut hash: HashMap = HashMap::new(); Oct 13 02:37:39.767 INFO kablam! | ----^^^^ Oct 13 02:37:39.767 INFO kablam! | | Oct 13 02:37:39.767 INFO kablam! | help: remove this `mut` Oct 13 02:37:39.767 INFO kablam! | Oct 13 02:37:39.767 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:37:39.767 INFO kablam! Oct 13 02:37:39.767 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:39.767 INFO kablam! --> src/main.rs:30:6 Oct 13 02:37:39.767 INFO kablam! | Oct 13 02:37:39.767 INFO kablam! 30 | let mut func: HashMap = HashMap::new(); Oct 13 02:37:39.767 INFO kablam! | ----^^^^ Oct 13 02:37:39.767 INFO kablam! | | Oct 13 02:37:39.767 INFO kablam! | help: remove this `mut` Oct 13 02:37:39.767 INFO kablam! Oct 13 02:37:40.283 INFO kablam! warning: unused variable: `l` Oct 13 02:37:40.287 INFO kablam! --> src/environment_parser.rs:26:7 Oct 13 02:37:40.287 INFO kablam! | Oct 13 02:37:40.287 INFO kablam! 26 | let l = subs.len(); Oct 13 02:37:40.287 INFO kablam! | ^ help: consider using `_l` instead Oct 13 02:37:40.287 INFO kablam! | Oct 13 02:37:40.287 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:37:40.287 INFO kablam! Oct 13 02:37:40.436 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:40.436 INFO kablam! --> src/parser.rs:11:22 Oct 13 02:37:40.436 INFO kablam! | Oct 13 02:37:40.436 INFO kablam! 11 | fn parse_conditional(mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:40.443 INFO kablam! | ----^^^^^^ Oct 13 02:37:40.444 INFO kablam! | | Oct 13 02:37:40.444 INFO kablam! | help: remove this `mut` Oct 13 02:37:40.451 INFO kablam! | Oct 13 02:37:40.451 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:37:40.451 INFO kablam! Oct 13 02:37:40.451 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:40.451 INFO kablam! --> src/parser.rs:47:27 Oct 13 02:37:40.451 INFO kablam! | Oct 13 02:37:40.451 INFO kablam! 47 | fn parse_simple_predicate(mut tokens: &mut Vec, environment: &Environment) -> Predicate { Oct 13 02:37:40.451 INFO kablam! | ----^^^^^^ Oct 13 02:37:40.451 INFO kablam! | | Oct 13 02:37:40.451 INFO kablam! | help: remove this `mut` Oct 13 02:37:40.473 INFO kablam! Oct 13 02:37:40.475 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:40.476 INFO kablam! --> src/parser.rs:83:56 Oct 13 02:37:40.476 INFO kablam! | Oct 13 02:37:40.476 INFO kablam! 83 | fn parse_compound_predicate(ct: CompoundPredicateType, mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:40.476 INFO kablam! | ----^^^^^^ Oct 13 02:37:40.477 INFO kablam! | | Oct 13 02:37:40.477 INFO kablam! | help: remove this `mut` Oct 13 02:37:40.486 INFO kablam! Oct 13 02:37:40.495 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:40.496 INFO kablam! --> src/parser.rs:123:34 Oct 13 02:37:40.496 INFO kablam! | Oct 13 02:37:40.497 INFO kablam! 123 | fn parse_function(fname: String, mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:40.497 INFO kablam! | ----^^^^^^ Oct 13 02:37:40.498 INFO kablam! | | Oct 13 02:37:40.501 INFO kablam! | help: remove this `mut` Oct 13 02:37:40.515 INFO kablam! Oct 13 02:37:40.519 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:40.519 INFO kablam! --> src/parser.rs:139:19 Oct 13 02:37:40.519 INFO kablam! | Oct 13 02:37:40.519 INFO kablam! 139 | fn parse_compound(mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:40.519 INFO kablam! | ----^^^^^^ Oct 13 02:37:40.519 INFO kablam! | | Oct 13 02:37:40.519 INFO kablam! | help: remove this `mut` Oct 13 02:37:40.519 INFO kablam! Oct 13 02:37:40.527 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:40.527 INFO kablam! --> src/parser.rs:181:14 Oct 13 02:37:40.527 INFO kablam! | Oct 13 02:37:40.527 INFO kablam! 181 | pub fn parse(mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:40.527 INFO kablam! | ----^^^^^^ Oct 13 02:37:40.527 INFO kablam! | | Oct 13 02:37:40.527 INFO kablam! | help: remove this `mut` Oct 13 02:37:40.551 INFO kablam! Oct 13 02:37:40.583 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:40.583 INFO kablam! --> src/environment_parser.rs:9:26 Oct 13 02:37:40.583 INFO kablam! | Oct 13 02:37:40.583 INFO kablam! 9 | pub fn parse_to_function(mut v: &mut Vec) -> (String,Function) { Oct 13 02:37:40.583 INFO kablam! | ----^ Oct 13 02:37:40.583 INFO kablam! | | Oct 13 02:37:40.583 INFO kablam! | help: remove this `mut` Oct 13 02:37:40.583 INFO kablam! Oct 13 02:37:40.587 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:40.587 INFO kablam! --> src/environment_parser.rs:60:26 Oct 13 02:37:40.587 INFO kablam! | Oct 13 02:37:40.587 INFO kablam! 60 | pub fn parse_to_variable(mut v: &mut Vec, environment: &Environment) -> (String,Expression) { Oct 13 02:37:40.587 INFO kablam! | ----^ Oct 13 02:37:40.587 INFO kablam! | | Oct 13 02:37:40.587 INFO kablam! | help: remove this `mut` Oct 13 02:37:40.587 INFO kablam! Oct 13 02:37:40.589 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:40.589 INFO kablam! --> src/environment_parser.rs:84:29 Oct 13 02:37:40.589 INFO kablam! | Oct 13 02:37:40.589 INFO kablam! 84 | pub fn parse_to_environment(mut v: &mut Vec) -> Environment { Oct 13 02:37:40.589 INFO kablam! | ----^ Oct 13 02:37:40.589 INFO kablam! | | Oct 13 02:37:40.589 INFO kablam! | help: remove this `mut` Oct 13 02:37:40.611 INFO kablam! Oct 13 02:37:40.611 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:40.611 INFO kablam! --> src/environment_parser.rs:87:9 Oct 13 02:37:40.611 INFO kablam! | Oct 13 02:37:40.611 INFO kablam! 87 | let mut hash: HashMap = HashMap::new(); Oct 13 02:37:40.611 INFO kablam! | ----^^^^ Oct 13 02:37:40.611 INFO kablam! | | Oct 13 02:37:40.611 INFO kablam! | help: remove this `mut` Oct 13 02:37:40.611 INFO kablam! Oct 13 02:37:40.611 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:40.611 INFO kablam! --> src/environment_parser.rs:88:6 Oct 13 02:37:40.611 INFO kablam! | Oct 13 02:37:40.611 INFO kablam! 88 | let mut func: HashMap = HashMap::new(); Oct 13 02:37:40.611 INFO kablam! | ----^^^^ Oct 13 02:37:40.611 INFO kablam! | | Oct 13 02:37:40.611 INFO kablam! | help: remove this `mut` Oct 13 02:37:40.611 INFO kablam! Oct 13 02:37:40.683 INFO kablam! warning: variable `functionHash` should have a snake case name such as `function_hash` Oct 13 02:37:40.683 INFO kablam! --> src/interpreter.rs:26:6 Oct 13 02:37:40.683 INFO kablam! | Oct 13 02:37:40.683 INFO kablam! 26 | let functionHash: HashMap = HashMap::new(); Oct 13 02:37:40.683 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:37:40.691 INFO kablam! | Oct 13 02:37:40.691 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:37:40.691 INFO kablam! Oct 13 02:37:42.253 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.09s Oct 13 02:37:42.256 INFO kablam! su: No module specific data is present Oct 13 02:37:43.115 INFO running `"docker" "rm" "-f" "e1da55fb1a54cea11e1c18e7985749aa10ea86664a41415e29c9269fd20c56aa"` Oct 13 02:37:43.442 INFO blam! e1da55fb1a54cea11e1c18e7985749aa10ea86664a41415e29c9269fd20c56aa Oct 13 02:37:43.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 13 02:37:43.952 INFO blam! 23ddc038313bb18af2e399b03f2cc492742b55cd1ff3f16cd6cf26a769dd47e1 Oct 13 02:37:43.953 INFO running `"docker" "start" "-a" "23ddc038313bb18af2e399b03f2cc492742b55cd1ff3f16cd6cf26a769dd47e1"` Oct 13 02:37:45.164 INFO kablam! usermod: no changes Oct 13 02:37:45.225 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 02:37:45.236 INFO kablam! Running /target/debug/deps/updated_scheme-a2958e1d045e2e1c Oct 13 02:37:45.251 INFO kablam! Running /target/debug/deps/updated_scheme-6e22d6a7a9af41f9 Oct 13 02:37:45.251 INFO blam! Oct 13 02:37:45.251 INFO blam! running 0 tests Oct 13 02:37:45.251 INFO blam! Oct 13 02:37:45.251 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:45.251 INFO blam! Oct 13 02:37:45.255 INFO blam! Oct 13 02:37:45.255 INFO kablam! Running /target/debug/deps/test_evaluator-e694a8a83cbc5f63 Oct 13 02:37:45.255 INFO blam! running 0 tests Oct 13 02:37:45.255 INFO blam! Oct 13 02:37:45.255 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:45.255 INFO blam! Oct 13 02:37:45.267 INFO blam! Oct 13 02:37:45.267 INFO blam! running 1 test Oct 13 02:37:45.276 INFO blam! test test_interpret_tree ... ok Oct 13 02:37:45.276 INFO kablam! Running /target/debug/deps/test_function-9c1695812a6424a2 Oct 13 02:37:45.276 INFO blam! Oct 13 02:37:45.276 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:45.276 INFO blam! Oct 13 02:37:45.276 INFO blam! Oct 13 02:37:45.276 INFO blam! running 9 tests Oct 13 02:37:45.276 INFO blam! test test_square ... ok Oct 13 02:37:45.276 INFO blam! test test_parse_to_function ... ok Oct 13 02:37:45.276 INFO blam! test test_function_evaluation ... ok Oct 13 02:37:45.276 INFO blam! test test_function_and_variable_in_environment ... ok Oct 13 02:37:45.278 INFO blam! test test_sum_of_squares_with_variables ... ok Oct 13 02:37:45.290 INFO blam! test test_sum ... ok Oct 13 02:37:45.290 INFO kablam! Running /target/debug/deps/test_interpreter-a33ce30247395fb3 Oct 13 02:37:45.290 INFO blam! test test_sum_of_squares ... ok Oct 13 02:37:45.290 INFO kablam! Running /target/debug/deps/test_lexer-8cea5fea10950c71 Oct 13 02:37:45.290 INFO blam! test test_function_variable_mangling ... ok Oct 13 02:37:45.290 INFO kablam! Running /target/debug/deps/test_predicate-c701d23336c96731 Oct 13 02:37:45.290 INFO blam! test test_function_square ... ok Oct 13 02:37:45.290 INFO blam! Oct 13 02:37:45.290 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:45.290 INFO blam! Oct 13 02:37:45.290 INFO blam! Oct 13 02:37:45.290 INFO blam! running 6 tests Oct 13 02:37:45.290 INFO blam! test test_with_multiple_variable_string ... ok Oct 13 02:37:45.290 INFO blam! test test_with_environment_string ... ok Oct 13 02:37:45.290 INFO blam! test test_single_number ... ok Oct 13 02:37:45.290 INFO blam! test test_simple_evaluation ... ok Oct 13 02:37:45.290 INFO blam! test test_negative_number ... ok Oct 13 02:37:45.290 INFO blam! test test_multiple_parens ... ok Oct 13 02:37:45.290 INFO blam! Oct 13 02:37:45.290 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:45.290 INFO blam! Oct 13 02:37:45.290 INFO blam! Oct 13 02:37:45.290 INFO blam! running 1 test Oct 13 02:37:45.290 INFO blam! test test_lexer ... ok Oct 13 02:37:45.290 INFO blam! Oct 13 02:37:45.290 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:45.290 INFO blam! Oct 13 02:37:45.294 INFO blam! Oct 13 02:37:45.294 INFO blam! running 9 tests Oct 13 02:37:45.294 INFO blam! test test_compound_not_from_string ... ok Oct 13 02:37:45.294 INFO blam! test test_compound_or_from_string ... ok Oct 13 02:37:45.299 INFO blam! test test_compound_and_from_string ... ok Oct 13 02:37:45.299 INFO blam! test test_with_multiple_variable_string_2 ... ok Oct 13 02:37:45.307 INFO blam! test test_with_multiple_variable_string ... ok Oct 13 02:37:45.307 INFO blam! test test_raw_predicate ... ok Oct 13 02:37:45.307 INFO blam! test test_compound_predicate_raw_false_or ... ok Oct 13 02:37:45.323 INFO blam! test test_compound_predicate_raw_true_or ... ok Oct 13 02:37:45.323 INFO kablam! Doc-tests updated_scheme Oct 13 02:37:45.323 INFO blam! test test_with_multiple_variable_string_3 ... ok Oct 13 02:37:45.323 INFO blam! Oct 13 02:37:45.323 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:45.323 INFO blam! Oct 13 02:37:45.755 INFO blam! Oct 13 02:37:45.755 INFO blam! running 0 tests Oct 13 02:37:45.755 INFO blam! Oct 13 02:37:45.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:45.755 INFO blam! Oct 13 02:37:45.763 INFO kablam! su: No module specific data is present Oct 13 02:37:46.275 INFO running `"docker" "rm" "-f" "23ddc038313bb18af2e399b03f2cc492742b55cd1ff3f16cd6cf26a769dd47e1"` Oct 13 02:37:46.531 INFO blam! 23ddc038313bb18af2e399b03f2cc492742b55cd1ff3f16cd6cf26a769dd47e1