Oct 13 02:37:22.990 INFO testing rmirabelli/scheme_interpreter against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 02:37:22.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:23.523 INFO blam! 22e2ab572476f9324ea75a3c64841a73073fc2ba07ead54ae224b8ccf9c07942 Oct 13 02:37:23.525 INFO running `"docker" "start" "-a" "22e2ab572476f9324ea75a3c64841a73073fc2ba07ead54ae224b8ccf9c07942"` Oct 13 02:37:25.271 INFO kablam! usermod: no changes Oct 13 02:37:25.319 INFO kablam! Compiling updated_scheme v0.1.0 (/source) Oct 13 02:37:25.751 INFO kablam! warning: unused variable: `l` Oct 13 02:37:25.751 INFO kablam! --> src/environment_parser.rs:26:7 Oct 13 02:37:25.751 INFO kablam! | Oct 13 02:37:25.751 INFO kablam! 26 | let l = subs.len(); Oct 13 02:37:25.751 INFO kablam! | ^ help: consider using `_l` instead Oct 13 02:37:25.751 INFO kablam! | Oct 13 02:37:25.751 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:37:25.751 INFO kablam! Oct 13 02:37:25.767 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:25.767 INFO kablam! --> src/parser.rs:11:22 Oct 13 02:37:25.767 INFO kablam! | Oct 13 02:37:25.767 INFO kablam! 11 | fn parse_conditional(mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:25.767 INFO kablam! | ----^^^^^^ Oct 13 02:37:25.767 INFO kablam! | | Oct 13 02:37:25.767 INFO kablam! | help: remove this `mut` Oct 13 02:37:25.767 INFO kablam! | Oct 13 02:37:25.767 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:37:25.767 INFO kablam! Oct 13 02:37:25.770 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:25.770 INFO kablam! --> src/parser.rs:47:27 Oct 13 02:37:25.770 INFO kablam! | Oct 13 02:37:25.770 INFO kablam! 47 | fn parse_simple_predicate(mut tokens: &mut Vec, environment: &Environment) -> Predicate { Oct 13 02:37:25.770 INFO kablam! | ----^^^^^^ Oct 13 02:37:25.770 INFO kablam! | | Oct 13 02:37:25.770 INFO kablam! | help: remove this `mut` Oct 13 02:37:25.770 INFO kablam! Oct 13 02:37:25.770 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:25.770 INFO kablam! --> src/parser.rs:83:56 Oct 13 02:37:25.770 INFO kablam! | Oct 13 02:37:25.770 INFO kablam! 83 | fn parse_compound_predicate(ct: CompoundPredicateType, mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:25.775 INFO kablam! | ----^^^^^^ Oct 13 02:37:25.775 INFO kablam! | | Oct 13 02:37:25.775 INFO kablam! | help: remove this `mut` Oct 13 02:37:25.775 INFO kablam! Oct 13 02:37:25.775 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:25.775 INFO kablam! --> src/parser.rs:123:34 Oct 13 02:37:25.775 INFO kablam! | Oct 13 02:37:25.775 INFO kablam! 123 | fn parse_function(fname: String, mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:25.775 INFO kablam! | ----^^^^^^ Oct 13 02:37:25.775 INFO kablam! | | Oct 13 02:37:25.775 INFO kablam! | help: remove this `mut` Oct 13 02:37:25.775 INFO kablam! Oct 13 02:37:25.779 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:25.779 INFO kablam! --> src/parser.rs:139:19 Oct 13 02:37:25.779 INFO kablam! | Oct 13 02:37:25.779 INFO kablam! 139 | fn parse_compound(mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:25.779 INFO kablam! | ----^^^^^^ Oct 13 02:37:25.779 INFO kablam! | | Oct 13 02:37:25.779 INFO kablam! | help: remove this `mut` Oct 13 02:37:25.779 INFO kablam! Oct 13 02:37:25.779 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:25.779 INFO kablam! --> src/parser.rs:181:14 Oct 13 02:37:25.779 INFO kablam! | Oct 13 02:37:25.779 INFO kablam! 181 | pub fn parse(mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:25.779 INFO kablam! | ----^^^^^^ Oct 13 02:37:25.779 INFO kablam! | | Oct 13 02:37:25.779 INFO kablam! | help: remove this `mut` Oct 13 02:37:25.779 INFO kablam! Oct 13 02:37:25.787 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:25.787 INFO kablam! --> src/environment_parser.rs:9:26 Oct 13 02:37:25.787 INFO kablam! | Oct 13 02:37:25.787 INFO kablam! 9 | pub fn parse_to_function(mut v: &mut Vec) -> (String,Function) { Oct 13 02:37:25.787 INFO kablam! | ----^ Oct 13 02:37:25.787 INFO kablam! | | Oct 13 02:37:25.787 INFO kablam! | help: remove this `mut` Oct 13 02:37:25.787 INFO kablam! Oct 13 02:37:25.787 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:25.787 INFO kablam! --> src/environment_parser.rs:60:26 Oct 13 02:37:25.787 INFO kablam! | Oct 13 02:37:25.787 INFO kablam! 60 | pub fn parse_to_variable(mut v: &mut Vec, environment: &Environment) -> (String,Expression) { Oct 13 02:37:25.787 INFO kablam! | ----^ Oct 13 02:37:25.787 INFO kablam! | | Oct 13 02:37:25.787 INFO kablam! | help: remove this `mut` Oct 13 02:37:25.787 INFO kablam! Oct 13 02:37:25.788 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:25.788 INFO kablam! --> src/environment_parser.rs:84:29 Oct 13 02:37:25.788 INFO kablam! | Oct 13 02:37:25.788 INFO kablam! 84 | pub fn parse_to_environment(mut v: &mut Vec) -> Environment { Oct 13 02:37:25.788 INFO kablam! | ----^ Oct 13 02:37:25.788 INFO kablam! | | Oct 13 02:37:25.789 INFO kablam! | help: remove this `mut` Oct 13 02:37:25.789 INFO kablam! Oct 13 02:37:25.789 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:25.789 INFO kablam! --> src/environment_parser.rs:87:9 Oct 13 02:37:25.789 INFO kablam! | Oct 13 02:37:25.789 INFO kablam! 87 | let mut hash: HashMap = HashMap::new(); Oct 13 02:37:25.789 INFO kablam! | ----^^^^ Oct 13 02:37:25.789 INFO kablam! | | Oct 13 02:37:25.789 INFO kablam! | help: remove this `mut` Oct 13 02:37:25.789 INFO kablam! Oct 13 02:37:25.789 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:25.789 INFO kablam! --> src/environment_parser.rs:88:6 Oct 13 02:37:25.789 INFO kablam! | Oct 13 02:37:25.789 INFO kablam! 88 | let mut func: HashMap = HashMap::new(); Oct 13 02:37:25.789 INFO kablam! | ----^^^^ Oct 13 02:37:25.789 INFO kablam! | | Oct 13 02:37:25.789 INFO kablam! | help: remove this `mut` Oct 13 02:37:25.789 INFO kablam! Oct 13 02:37:25.803 INFO kablam! warning: variable `functionHash` should have a snake case name such as `function_hash` Oct 13 02:37:25.803 INFO kablam! --> src/interpreter.rs:26:6 Oct 13 02:37:25.803 INFO kablam! | Oct 13 02:37:25.803 INFO kablam! 26 | let functionHash: HashMap = HashMap::new(); Oct 13 02:37:25.803 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:37:25.803 INFO kablam! | Oct 13 02:37:25.803 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:37:25.803 INFO kablam! Oct 13 02:37:27.537 INFO kablam! warning: unnecessary path disambiguator Oct 13 02:37:27.538 INFO kablam! --> src/main.rs:15:39 Oct 13 02:37:27.538 INFO kablam! | Oct 13 02:37:27.539 INFO kablam! 15 | fn parse_and_evaluate(tokens: &mut Vec::, env: &Environment) { Oct 13 02:37:27.540 INFO kablam! | ^^ try removing `::` Oct 13 02:37:27.540 INFO kablam! Oct 13 02:37:27.541 INFO kablam! warning: unnecessary path disambiguator Oct 13 02:37:27.541 INFO kablam! --> src/main.rs:21:30 Oct 13 02:37:27.542 INFO kablam! | Oct 13 02:37:27.543 INFO kablam! 21 | fn parse_env(tokens: &mut Vec::, env: &mut Environment) { Oct 13 02:37:27.543 INFO kablam! | ^^ try removing `::` Oct 13 02:37:27.543 INFO kablam! Oct 13 02:37:27.751 INFO kablam! warning: unused import: `updated_scheme::interpreter::*` Oct 13 02:37:27.751 INFO kablam! --> src/main.rs:7:5 Oct 13 02:37:27.751 INFO kablam! | Oct 13 02:37:27.751 INFO kablam! 7 | use updated_scheme::interpreter::*; Oct 13 02:37:27.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:37:27.751 INFO kablam! | Oct 13 02:37:27.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:37:27.751 INFO kablam! Oct 13 02:37:27.795 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:27.795 INFO kablam! --> src/main.rs:29:9 Oct 13 02:37:27.795 INFO kablam! | Oct 13 02:37:27.795 INFO kablam! 29 | let mut hash: HashMap = HashMap::new(); Oct 13 02:37:27.795 INFO kablam! | ----^^^^ Oct 13 02:37:27.795 INFO kablam! | | Oct 13 02:37:27.795 INFO kablam! | help: remove this `mut` Oct 13 02:37:27.795 INFO kablam! | Oct 13 02:37:27.795 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:37:27.795 INFO kablam! Oct 13 02:37:27.795 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:27.795 INFO kablam! --> src/main.rs:30:6 Oct 13 02:37:27.795 INFO kablam! | Oct 13 02:37:27.795 INFO kablam! 30 | let mut func: HashMap = HashMap::new(); Oct 13 02:37:27.795 INFO kablam! | ----^^^^ Oct 13 02:37:27.795 INFO kablam! | | Oct 13 02:37:27.795 INFO kablam! | help: remove this `mut` Oct 13 02:37:27.795 INFO kablam! Oct 13 02:37:28.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.41s Oct 13 02:37:28.703 INFO kablam! su: No module specific data is present Oct 13 02:37:29.703 INFO running `"docker" "rm" "-f" "22e2ab572476f9324ea75a3c64841a73073fc2ba07ead54ae224b8ccf9c07942"` Oct 13 02:37:29.983 INFO blam! 22e2ab572476f9324ea75a3c64841a73073fc2ba07ead54ae224b8ccf9c07942 Oct 13 02:37:29.995 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:30.407 INFO blam! 93acc07dd83e2bd2435193d80b2b9816e7b816d6938781c5c3a83c7b590f781b Oct 13 02:37:30.419 INFO running `"docker" "start" "-a" "93acc07dd83e2bd2435193d80b2b9816e7b816d6938781c5c3a83c7b590f781b"` Oct 13 02:37:31.727 INFO kablam! usermod: no changes Oct 13 02:37:31.791 INFO kablam! Compiling updated_scheme v0.1.0 (/source) Oct 13 02:37:32.151 INFO kablam! warning: unnecessary path disambiguator Oct 13 02:37:32.151 INFO kablam! --> src/main.rs:15:39 Oct 13 02:37:32.151 INFO kablam! | Oct 13 02:37:32.151 INFO kablam! 15 | fn parse_and_evaluate(tokens: &mut Vec::, env: &Environment) { Oct 13 02:37:32.151 INFO kablam! | ^^ try removing `::` Oct 13 02:37:32.151 INFO kablam! Oct 13 02:37:32.151 INFO kablam! warning: unnecessary path disambiguator Oct 13 02:37:32.151 INFO kablam! --> src/main.rs:21:30 Oct 13 02:37:32.151 INFO kablam! | Oct 13 02:37:32.151 INFO kablam! 21 | fn parse_env(tokens: &mut Vec::, env: &mut Environment) { Oct 13 02:37:32.151 INFO kablam! | ^^ try removing `::` Oct 13 02:37:32.151 INFO kablam! Oct 13 02:37:32.189 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 13 02:37:32.189 INFO kablam! --> tests/test_interpreter.rs:6:5 Oct 13 02:37:32.189 INFO kablam! | Oct 13 02:37:32.189 INFO kablam! 6 | use std::collections::HashMap; Oct 13 02:37:32.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:37:32.189 INFO kablam! | Oct 13 02:37:32.189 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:37:32.189 INFO kablam! Oct 13 02:37:33.331 INFO kablam! warning: unused import: `updated_scheme::interpreter::*` Oct 13 02:37:33.332 INFO kablam! --> src/main.rs:7:5 Oct 13 02:37:33.333 INFO kablam! | Oct 13 02:37:33.333 INFO kablam! 7 | use updated_scheme::interpreter::*; Oct 13 02:37:33.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:37:33.335 INFO kablam! | Oct 13 02:37:33.335 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:37:33.335 INFO kablam! Oct 13 02:37:33.439 INFO kablam! warning: unused import: `updated_scheme::predicate::*` Oct 13 02:37:33.439 INFO kablam! --> tests/test_function.rs:4:5 Oct 13 02:37:33.439 INFO kablam! | Oct 13 02:37:33.439 INFO kablam! 4 | use updated_scheme::predicate::*; Oct 13 02:37:33.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:37:33.439 INFO kablam! | Oct 13 02:37:33.440 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:37:33.440 INFO kablam! Oct 13 02:37:33.455 INFO kablam! warning: unused import: `updated_scheme::environment::*` Oct 13 02:37:33.455 INFO kablam! --> tests/test_function.rs:9:5 Oct 13 02:37:33.456 INFO kablam! | Oct 13 02:37:33.456 INFO kablam! 9 | use updated_scheme::environment::*; Oct 13 02:37:33.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:37:33.457 INFO kablam! Oct 13 02:37:33.747 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:33.747 INFO kablam! --> src/main.rs:29:9 Oct 13 02:37:33.747 INFO kablam! | Oct 13 02:37:33.747 INFO kablam! 29 | let mut hash: HashMap = HashMap::new(); Oct 13 02:37:33.747 INFO kablam! | ----^^^^ Oct 13 02:37:33.747 INFO kablam! | | Oct 13 02:37:33.747 INFO kablam! | help: remove this `mut` Oct 13 02:37:33.747 INFO kablam! | Oct 13 02:37:33.747 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:37:33.747 INFO kablam! Oct 13 02:37:33.747 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:33.749 INFO kablam! --> src/main.rs:30:6 Oct 13 02:37:33.749 INFO kablam! | Oct 13 02:37:33.749 INFO kablam! 30 | let mut func: HashMap = HashMap::new(); Oct 13 02:37:33.749 INFO kablam! | ----^^^^ Oct 13 02:37:33.749 INFO kablam! | | Oct 13 02:37:33.749 INFO kablam! | help: remove this `mut` Oct 13 02:37:33.749 INFO kablam! Oct 13 02:37:34.207 INFO kablam! warning: variable `envTokens` should have a snake case name such as `env_tokens` Oct 13 02:37:34.207 INFO kablam! --> tests/test_function.rs:24:6 Oct 13 02:37:34.207 INFO kablam! | Oct 13 02:37:34.207 INFO kablam! 24 | let mut envTokens = Vec::::new(); Oct 13 02:37:34.207 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:37:34.207 INFO kablam! | Oct 13 02:37:34.207 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:37:34.207 INFO kablam! Oct 13 02:37:34.594 INFO kablam! warning: unused variable: `l` Oct 13 02:37:34.594 INFO kablam! --> src/environment_parser.rs:26:7 Oct 13 02:37:34.594 INFO kablam! | Oct 13 02:37:34.595 INFO kablam! 26 | let l = subs.len(); Oct 13 02:37:34.595 INFO kablam! | ^ help: consider using `_l` instead Oct 13 02:37:34.595 INFO kablam! | Oct 13 02:37:34.595 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:37:34.595 INFO kablam! Oct 13 02:37:34.711 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.711 INFO kablam! --> src/parser.rs:11:22 Oct 13 02:37:34.711 INFO kablam! | Oct 13 02:37:34.711 INFO kablam! 11 | fn parse_conditional(mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:34.711 INFO kablam! | ----^^^^^^ Oct 13 02:37:34.711 INFO kablam! | | Oct 13 02:37:34.711 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.711 INFO kablam! | Oct 13 02:37:34.711 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:37:34.711 INFO kablam! Oct 13 02:37:34.711 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.711 INFO kablam! --> src/parser.rs:47:27 Oct 13 02:37:34.711 INFO kablam! | Oct 13 02:37:34.711 INFO kablam! 47 | fn parse_simple_predicate(mut tokens: &mut Vec, environment: &Environment) -> Predicate { Oct 13 02:37:34.711 INFO kablam! | ----^^^^^^ Oct 13 02:37:34.711 INFO kablam! | | Oct 13 02:37:34.711 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.711 INFO kablam! Oct 13 02:37:34.727 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.727 INFO kablam! --> src/parser.rs:83:56 Oct 13 02:37:34.727 INFO kablam! | Oct 13 02:37:34.727 INFO kablam! 83 | fn parse_compound_predicate(ct: CompoundPredicateType, mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:34.727 INFO kablam! | ----^^^^^^ Oct 13 02:37:34.727 INFO kablam! | | Oct 13 02:37:34.727 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.727 INFO kablam! Oct 13 02:37:34.727 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.727 INFO kablam! --> src/parser.rs:123:34 Oct 13 02:37:34.727 INFO kablam! | Oct 13 02:37:34.727 INFO kablam! 123 | fn parse_function(fname: String, mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:34.727 INFO kablam! | ----^^^^^^ Oct 13 02:37:34.727 INFO kablam! | | Oct 13 02:37:34.727 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.735 INFO kablam! Oct 13 02:37:34.735 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.735 INFO kablam! --> src/parser.rs:139:19 Oct 13 02:37:34.735 INFO kablam! | Oct 13 02:37:34.735 INFO kablam! 139 | fn parse_compound(mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:34.735 INFO kablam! | ----^^^^^^ Oct 13 02:37:34.735 INFO kablam! | | Oct 13 02:37:34.735 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.735 INFO kablam! Oct 13 02:37:34.743 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.743 INFO kablam! --> src/parser.rs:181:14 Oct 13 02:37:34.743 INFO kablam! | Oct 13 02:37:34.743 INFO kablam! 181 | pub fn parse(mut tokens: &mut Vec, environment: &Environment) -> Expression { Oct 13 02:37:34.743 INFO kablam! | ----^^^^^^ Oct 13 02:37:34.743 INFO kablam! | | Oct 13 02:37:34.743 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.743 INFO kablam! Oct 13 02:37:34.755 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.755 INFO kablam! --> src/environment_parser.rs:9:26 Oct 13 02:37:34.755 INFO kablam! | Oct 13 02:37:34.755 INFO kablam! 9 | pub fn parse_to_function(mut v: &mut Vec) -> (String,Function) { Oct 13 02:37:34.755 INFO kablam! | ----^ Oct 13 02:37:34.755 INFO kablam! | | Oct 13 02:37:34.755 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.755 INFO kablam! Oct 13 02:37:34.755 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.755 INFO kablam! --> src/environment_parser.rs:60:26 Oct 13 02:37:34.755 INFO kablam! | Oct 13 02:37:34.755 INFO kablam! 60 | pub fn parse_to_variable(mut v: &mut Vec, environment: &Environment) -> (String,Expression) { Oct 13 02:37:34.755 INFO kablam! | ----^ Oct 13 02:37:34.755 INFO kablam! | | Oct 13 02:37:34.755 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.767 INFO kablam! Oct 13 02:37:34.771 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.771 INFO kablam! --> src/environment_parser.rs:84:29 Oct 13 02:37:34.771 INFO kablam! | Oct 13 02:37:34.771 INFO kablam! 84 | pub fn parse_to_environment(mut v: &mut Vec) -> Environment { Oct 13 02:37:34.771 INFO kablam! | ----^ Oct 13 02:37:34.771 INFO kablam! | | Oct 13 02:37:34.771 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.771 INFO kablam! Oct 13 02:37:34.771 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.771 INFO kablam! --> src/environment_parser.rs:87:9 Oct 13 02:37:34.771 INFO kablam! | Oct 13 02:37:34.771 INFO kablam! 87 | let mut hash: HashMap = HashMap::new(); Oct 13 02:37:34.771 INFO kablam! | ----^^^^ Oct 13 02:37:34.771 INFO kablam! | | Oct 13 02:37:34.771 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.771 INFO kablam! Oct 13 02:37:34.771 INFO kablam! warning: variable does not need to be mutable Oct 13 02:37:34.771 INFO kablam! --> src/environment_parser.rs:88:6 Oct 13 02:37:34.771 INFO kablam! | Oct 13 02:37:34.771 INFO kablam! 88 | let mut func: HashMap = HashMap::new(); Oct 13 02:37:34.771 INFO kablam! | ----^^^^ Oct 13 02:37:34.771 INFO kablam! | | Oct 13 02:37:34.771 INFO kablam! | help: remove this `mut` Oct 13 02:37:34.771 INFO kablam! Oct 13 02:37:34.811 INFO kablam! warning: variable `functionHash` should have a snake case name such as `function_hash` Oct 13 02:37:34.811 INFO kablam! --> src/interpreter.rs:26:6 Oct 13 02:37:34.811 INFO kablam! | Oct 13 02:37:34.811 INFO kablam! 26 | let functionHash: HashMap = HashMap::new(); Oct 13 02:37:34.811 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:37:34.819 INFO kablam! | Oct 13 02:37:34.819 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:37:34.819 INFO kablam! Oct 13 02:37:36.218 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.46s Oct 13 02:37:36.223 INFO kablam! su: No module specific data is present Oct 13 02:37:36.801 INFO running `"docker" "rm" "-f" "93acc07dd83e2bd2435193d80b2b9816e7b816d6938781c5c3a83c7b590f781b"` Oct 13 02:37:37.075 INFO blam! 93acc07dd83e2bd2435193d80b2b9816e7b816d6938781c5c3a83c7b590f781b Oct 13 02:37:37.081 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:37.536 INFO blam! dc90bba8caa880842c89127bfada058010676d17ce4f45b6bcf5a49c48afbbf8 Oct 13 02:37:37.539 INFO running `"docker" "start" "-a" "dc90bba8caa880842c89127bfada058010676d17ce4f45b6bcf5a49c48afbbf8"` Oct 13 02:37:38.827 INFO kablam! usermod: no changes Oct 13 02:37:38.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 02:37:38.907 INFO kablam! Running /target/debug/deps/updated_scheme-459321debc49956a Oct 13 02:37:38.907 INFO blam! Oct 13 02:37:38.907 INFO blam! running 0 tests Oct 13 02:37:38.907 INFO blam! Oct 13 02:37:38.907 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:38.907 INFO blam! Oct 13 02:37:38.911 INFO kablam! Running /target/debug/deps/updated_scheme-571ec8c91e099651 Oct 13 02:37:38.923 INFO blam! Oct 13 02:37:38.923 INFO blam! running 0 tests Oct 13 02:37:38.923 INFO blam! Oct 13 02:37:38.923 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:38.923 INFO blam! Oct 13 02:37:38.923 INFO kablam! Running /target/debug/deps/test_evaluator-efaecd923cf5a8fc Oct 13 02:37:38.935 INFO blam! Oct 13 02:37:38.935 INFO blam! running 1 test Oct 13 02:37:38.935 INFO blam! test test_interpret_tree ... ok Oct 13 02:37:38.935 INFO blam! Oct 13 02:37:38.935 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:38.935 INFO blam! Oct 13 02:37:38.939 INFO kablam! Running /target/debug/deps/test_function-aaf4650adac9ac1d Oct 13 02:37:38.939 INFO blam! Oct 13 02:37:38.939 INFO blam! running 9 tests Oct 13 02:37:38.939 INFO blam! test test_square ... ok Oct 13 02:37:38.939 INFO blam! test test_sum ... ok Oct 13 02:37:38.939 INFO blam! test test_sum_of_squares ... ok Oct 13 02:37:38.939 INFO blam! test test_parse_to_function ... ok Oct 13 02:37:38.939 INFO blam! test test_function_variable_mangling ... ok Oct 13 02:37:38.939 INFO blam! test test_function_square ... ok Oct 13 02:37:38.939 INFO blam! test test_function_evaluation ... ok Oct 13 02:37:38.939 INFO blam! test test_sum_of_squares_with_variables ... ok Oct 13 02:37:38.939 INFO blam! test test_function_and_variable_in_environment ... ok Oct 13 02:37:38.939 INFO blam! Oct 13 02:37:38.939 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:38.939 INFO blam! Oct 13 02:37:38.940 INFO kablam! Running /target/debug/deps/test_interpreter-a00fce737834acfc Oct 13 02:37:38.945 INFO blam! Oct 13 02:37:38.945 INFO blam! running 6 tests Oct 13 02:37:38.948 INFO blam! test test_negative_number ... ok Oct 13 02:37:38.949 INFO blam! test test_simple_evaluation ... ok Oct 13 02:37:38.949 INFO blam! test test_multiple_parens ... ok Oct 13 02:37:38.949 INFO blam! test test_single_number ... ok Oct 13 02:37:38.951 INFO blam! test test_with_environment_string ... ok Oct 13 02:37:38.951 INFO blam! test test_with_multiple_variable_string ... ok Oct 13 02:37:38.951 INFO blam! Oct 13 02:37:38.951 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:38.951 INFO blam! Oct 13 02:37:38.959 INFO kablam! Running /target/debug/deps/test_lexer-965adbe821d3ba76 Oct 13 02:37:38.971 INFO blam! Oct 13 02:37:38.971 INFO blam! running 1 test Oct 13 02:37:38.983 INFO blam! test test_lexer ... ok Oct 13 02:37:38.983 INFO blam! Oct 13 02:37:38.983 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:38.983 INFO blam! Oct 13 02:37:38.984 INFO kablam! Running /target/debug/deps/test_predicate-8f38c4aa950d4839 Oct 13 02:37:38.991 INFO blam! Oct 13 02:37:38.991 INFO blam! running 9 tests Oct 13 02:37:38.991 INFO blam! test test_compound_not_from_string ... ok Oct 13 02:37:38.991 INFO blam! test test_compound_predicate_raw_false_or ... ok Oct 13 02:37:38.991 INFO blam! test test_with_multiple_variable_string ... ok Oct 13 02:37:38.991 INFO blam! test test_with_multiple_variable_string_2 ... ok Oct 13 02:37:38.991 INFO blam! test test_with_multiple_variable_string_3 ... ok Oct 13 02:37:38.991 INFO blam! test test_compound_predicate_raw_true_or ... ok Oct 13 02:37:39.011 INFO blam! test test_raw_predicate ... ok Oct 13 02:37:39.011 INFO kablam! Doc-tests updated_scheme Oct 13 02:37:39.011 INFO blam! test test_compound_and_from_string ... ok Oct 13 02:37:39.011 INFO blam! test test_compound_or_from_string ... ok Oct 13 02:37:39.011 INFO blam! Oct 13 02:37:39.011 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:39.011 INFO blam! Oct 13 02:37:39.478 INFO blam! Oct 13 02:37:39.479 INFO blam! running 0 tests Oct 13 02:37:39.479 INFO blam! Oct 13 02:37:39.479 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:37:39.479 INFO blam! Oct 13 02:37:39.486 INFO kablam! su: No module specific data is present Oct 13 02:37:40.243 INFO running `"docker" "rm" "-f" "dc90bba8caa880842c89127bfada058010676d17ce4f45b6bcf5a49c48afbbf8"` Oct 13 02:37:40.503 INFO blam! dc90bba8caa880842c89127bfada058010676d17ce4f45b6bcf5a49c48afbbf8