Oct 27 08:39:12.396 INFO checking alekratz/rasp against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 08:39:12.397 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 08:39:12.867 INFO blam! 74078f8e523370ae9fd562c37e4a3bbb1b07dc29d4d29953d272ac29b0e56d53 Oct 27 08:39:12.869 INFO running `"docker" "start" "-a" "74078f8e523370ae9fd562c37e4a3bbb1b07dc29d4d29953d272ac29b0e56d53"` Oct 27 08:39:14.407 INFO kablam! usermod: no changes Oct 27 08:39:14.547 INFO kablam! Checking backtrace-sys v0.1.10 Oct 27 08:39:14.563 INFO kablam! Checking env_logger v0.3.5 Oct 27 08:39:15.407 INFO kablam! Checking backtrace v0.3.0 Oct 27 08:39:16.499 INFO kablam! Checking error-chain v0.9.0 Oct 27 08:39:17.439 INFO kablam! Checking rasp v0.1.0 (/source) Oct 27 08:39:20.535 INFO kablam! warning: variable `count` is assigned to, but never used Oct 27 08:39:20.535 INFO kablam! --> src/bytecode.rs:113:33 Oct 27 08:39:20.535 INFO kablam! | Oct 27 08:39:20.535 INFO kablam! 113 | let mut count = 0; Oct 27 08:39:20.535 INFO kablam! | ^^^^^ Oct 27 08:39:20.535 INFO kablam! | Oct 27 08:39:20.535 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:39:20.535 INFO kablam! = note: consider using `_count` instead Oct 27 08:39:20.535 INFO kablam! Oct 27 08:39:20.535 INFO kablam! warning: unused variable: `param` Oct 27 08:39:20.535 INFO kablam! --> src/bytecode.rs:157:41 Oct 27 08:39:20.535 INFO kablam! | Oct 27 08:39:20.535 INFO kablam! 157 | let ref param = fun.params[arg_index]; Oct 27 08:39:20.535 INFO kablam! | ^^^^^ help: consider using `_param` instead Oct 27 08:39:20.535 INFO kablam! Oct 27 08:39:20.551 INFO kablam! warning: variable `count` is assigned to, but never used Oct 27 08:39:20.551 INFO kablam! --> src/bytecode.rs:113:33 Oct 27 08:39:20.551 INFO kablam! | Oct 27 08:39:20.551 INFO kablam! 113 | let mut count = 0; Oct 27 08:39:20.551 INFO kablam! | ^^^^^ Oct 27 08:39:20.551 INFO kablam! | Oct 27 08:39:20.551 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:39:20.551 INFO kablam! = note: consider using `_count` instead Oct 27 08:39:20.551 INFO kablam! Oct 27 08:39:20.551 INFO kablam! warning: unused variable: `param` Oct 27 08:39:20.551 INFO kablam! --> src/bytecode.rs:157:41 Oct 27 08:39:20.551 INFO kablam! | Oct 27 08:39:20.551 INFO kablam! 157 | let ref param = fun.params[arg_index]; Oct 27 08:39:20.551 INFO kablam! | ^^^^^ help: consider using `_param` instead Oct 27 08:39:20.551 INFO kablam! Oct 27 08:39:20.759 INFO kablam! warning: variable does not need to be mutable Oct 27 08:39:20.759 INFO kablam! --> src/vm.rs:362:13 Oct 27 08:39:20.759 INFO kablam! | Oct 27 08:39:20.759 INFO kablam! 362 | let mut bytecode = { Oct 27 08:39:20.759 INFO kablam! | ----^^^^^^^^ Oct 27 08:39:20.759 INFO kablam! | | Oct 27 08:39:20.759 INFO kablam! | help: remove this `mut` Oct 27 08:39:20.759 INFO kablam! | Oct 27 08:39:20.759 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 08:39:20.759 INFO kablam! Oct 27 08:39:20.836 INFO kablam! warning: variable does not need to be mutable Oct 27 08:39:20.836 INFO kablam! --> src/vm.rs:362:13 Oct 27 08:39:20.836 INFO kablam! | Oct 27 08:39:20.836 INFO kablam! 362 | let mut bytecode = { Oct 27 08:39:20.836 INFO kablam! | ----^^^^^^^^ Oct 27 08:39:20.836 INFO kablam! | | Oct 27 08:39:20.836 INFO kablam! | help: remove this `mut` Oct 27 08:39:20.836 INFO kablam! | Oct 27 08:39:20.836 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 08:39:20.836 INFO kablam! Oct 27 08:39:20.855 INFO kablam! warning: field is never used: `type_table` Oct 27 08:39:20.855 INFO kablam! --> src/bytecode.rs:34:5 Oct 27 08:39:20.855 INFO kablam! | Oct 27 08:39:20.855 INFO kablam! 34 | type_table: &'a TypeTable, Oct 27 08:39:20.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:39:20.855 INFO kablam! | Oct 27 08:39:20.855 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:39:20.855 INFO kablam! Oct 27 08:39:20.990 INFO kablam! warning: field is never used: `type_table` Oct 27 08:39:20.990 INFO kablam! --> src/bytecode.rs:34:5 Oct 27 08:39:20.990 INFO kablam! | Oct 27 08:39:20.990 INFO kablam! 34 | type_table: &'a TypeTable, Oct 27 08:39:20.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:39:20.990 INFO kablam! | Oct 27 08:39:20.990 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:39:20.990 INFO kablam! Oct 27 08:39:21.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.64s Oct 27 08:39:21.080 INFO kablam! su: No module specific data is present Oct 27 08:39:22.249 INFO running `"docker" "rm" "-f" "74078f8e523370ae9fd562c37e4a3bbb1b07dc29d4d29953d272ac29b0e56d53"` Oct 27 08:39:22.651 INFO blam! 74078f8e523370ae9fd562c37e4a3bbb1b07dc29d4d29953d272ac29b0e56d53