Oct 27 06:59:50.623 INFO checking cdouglass/samara against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:59:50.623 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 06:59:51.023 INFO blam! d72727b38a42582434a4d470239a97c5548455f8e7a209c9177cbbdfe208fa3b Oct 27 06:59:51.027 INFO running `"docker" "start" "-a" "d72727b38a42582434a4d470239a97c5548455f8e7a209c9177cbbdfe208fa3b"` Oct 27 06:59:52.333 INFO kablam! usermod: no changes Oct 27 06:59:52.552 INFO kablam! Compiling pulldown-cmark v0.1.0 Oct 27 06:59:52.552 INFO kablam! Compiling getopts v0.2.15 Oct 27 06:59:52.552 INFO kablam! Compiling serde v1.0.15 Oct 27 06:59:52.567 INFO kablam! Compiling error-chain v0.11.0 Oct 27 06:59:52.590 INFO kablam! Checking bytecount v0.2.0 Oct 27 06:59:52.591 INFO kablam! Checking toml v0.4.5 Oct 27 06:59:52.591 INFO kablam! Compiling tempdir v0.3.5 Oct 27 07:00:03.059 INFO kablam! Checking skeptic v0.13.0 Oct 27 07:00:12.751 INFO kablam! Compiling serde_json v1.0.3 Oct 27 07:00:23.127 INFO kablam! Compiling samara v0.1.0 (/source) Oct 27 07:00:27.911 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 07:00:27.911 INFO kablam! --> src/structures/patterns.rs:46:46 Oct 27 07:00:27.911 INFO kablam! | Oct 27 07:00:27.911 INFO kablam! 46 | patterns.iter().fold(vec![], (|mut v, pat| { Oct 27 07:00:27.911 INFO kablam! | ______________________________________________^ Oct 27 07:00:27.911 INFO kablam! 47 | | v.extend(pat.identifiers()); Oct 27 07:00:27.911 INFO kablam! 48 | | v})) Oct 27 07:00:27.911 INFO kablam! | |_______________________^ help: remove these parentheses Oct 27 07:00:27.927 INFO kablam! | Oct 27 07:00:27.927 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 07:00:27.927 INFO kablam! Oct 27 07:00:28.260 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 07:00:28.260 INFO kablam! --> src/structures/patterns.rs:46:46 Oct 27 07:00:28.260 INFO kablam! | Oct 27 07:00:28.260 INFO kablam! 46 | patterns.iter().fold(vec![], (|mut v, pat| { Oct 27 07:00:28.260 INFO kablam! | ______________________________________________^ Oct 27 07:00:28.260 INFO kablam! 47 | | v.extend(pat.identifiers()); Oct 27 07:00:28.260 INFO kablam! 48 | | v})) Oct 27 07:00:28.260 INFO kablam! | |_______________________^ help: remove these parentheses Oct 27 07:00:28.260 INFO kablam! | Oct 27 07:00:28.260 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 07:00:28.261 INFO kablam! Oct 27 07:00:28.267 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 07:00:28.267 INFO kablam! --> src/parse/decl.rs:199:67 Oct 27 07:00:28.267 INFO kablam! | Oct 27 07:00:28.267 INFO kablam! 199 | assert_parses_type("Int -> Bool -> Int", arrow(Type::Int, (arrow(Type::Bool, Type::Int)))); Oct 27 07:00:28.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 07:00:28.267 INFO kablam! Oct 27 07:00:30.451 INFO kablam! warning: variable does not need to be mutable Oct 27 07:00:30.451 INFO kablam! --> src/tests.rs:14:38 Oct 27 07:00:30.451 INFO kablam! | Oct 27 07:00:30.451 INFO kablam! 14 | fn assert_evaluation_err(expr: &str, mut bindings: &mut Vec, mut gen: &mut GenTypeVar, msg: &str) { Oct 27 07:00:30.451 INFO kablam! | ----^^^^^^^^ Oct 27 07:00:30.451 INFO kablam! | | Oct 27 07:00:30.451 INFO kablam! | help: remove this `mut` Oct 27 07:00:30.451 INFO kablam! | Oct 27 07:00:30.451 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 07:00:30.451 INFO kablam! Oct 27 07:00:30.451 INFO kablam! warning: variable does not need to be mutable Oct 27 07:00:30.451 INFO kablam! --> src/tests.rs:14:74 Oct 27 07:00:30.451 INFO kablam! | Oct 27 07:00:30.451 INFO kablam! 14 | fn assert_evaluation_err(expr: &str, mut bindings: &mut Vec, mut gen: &mut GenTypeVar, msg: &str) { Oct 27 07:00:30.451 INFO kablam! | ----^^^ Oct 27 07:00:30.451 INFO kablam! | | Oct 27 07:00:30.451 INFO kablam! | help: remove this `mut` Oct 27 07:00:30.451 INFO kablam! Oct 27 07:00:30.451 INFO kablam! warning: variable does not need to be mutable Oct 27 07:00:30.451 INFO kablam! --> src/tests.rs:24:90 Oct 27 07:00:30.451 INFO kablam! | Oct 27 07:00:30.451 INFO kablam! 24 | fn assert_evaluates_to_atom_with_context(expr: &str, mut bindings: &mut Vec, mut gen: &mut GenTypeVar, sum_types: &SumTypeDefs, expected: Atom) { Oct 27 07:00:30.451 INFO kablam! | ----^^^ Oct 27 07:00:30.451 INFO kablam! | | Oct 27 07:00:30.451 INFO kablam! | help: remove this `mut` Oct 27 07:00:30.451 INFO kablam! Oct 27 07:00:30.451 INFO kablam! warning: variable does not need to be mutable Oct 27 07:00:30.451 INFO kablam! --> src/tests.rs:34:41 Oct 27 07:00:30.451 INFO kablam! | Oct 27 07:00:30.451 INFO kablam! 34 | fn assert_evaluates_to_atom(expr: &str, mut bindings: &mut Vec, mut gen: &mut GenTypeVar, expected: Atom) { Oct 27 07:00:30.451 INFO kablam! | ----^^^^^^^^ Oct 27 07:00:30.451 INFO kablam! | | Oct 27 07:00:30.451 INFO kablam! | help: remove this `mut` Oct 27 07:00:30.451 INFO kablam! Oct 27 07:00:30.451 INFO kablam! warning: variable does not need to be mutable Oct 27 07:00:30.451 INFO kablam! --> src/tests.rs:34:77 Oct 27 07:00:30.452 INFO kablam! | Oct 27 07:00:30.452 INFO kablam! 34 | fn assert_evaluates_to_atom(expr: &str, mut bindings: &mut Vec, mut gen: &mut GenTypeVar, expected: Atom) { Oct 27 07:00:30.452 INFO kablam! | ----^^^ Oct 27 07:00:30.452 INFO kablam! | | Oct 27 07:00:30.452 INFO kablam! | help: remove this `mut` Oct 27 07:00:30.452 INFO kablam! Oct 27 07:00:31.479 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.11s Oct 27 07:00:31.490 INFO kablam! su: No module specific data is present Oct 27 07:00:32.427 INFO running `"docker" "rm" "-f" "d72727b38a42582434a4d470239a97c5548455f8e7a209c9177cbbdfe208fa3b"` Oct 27 07:00:32.737 INFO blam! d72727b38a42582434a4d470239a97c5548455f8e7a209c9177cbbdfe208fa3b