Oct 27 11:20:03.625 INFO checking JerTH/Violet against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:20:03.626 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 11:20:04.131 INFO blam! 86cca6cb5a685b39b1626ba124d32812a6dca98330def271b6f277959e29fde7 Oct 27 11:20:04.141 INFO running `"docker" "start" "-a" "86cca6cb5a685b39b1626ba124d32812a6dca98330def271b6f277959e29fde7"` Oct 27 11:20:05.125 INFO kablam! usermod: no changes Oct 27 11:20:05.179 INFO kablam! Checking violet v0.1.0 (/source) Oct 27 11:20:06.063 INFO kablam! warning: field is never used: `ast` Oct 27 11:20:06.063 INFO kablam! --> src/parser.rs:10:5 Oct 27 11:20:06.063 INFO kablam! | Oct 27 11:20:06.063 INFO kablam! 10 | ast: VtAst, Oct 27 11:20:06.063 INFO kablam! | ^^^^^^^^^^ Oct 27 11:20:06.063 INFO kablam! | Oct 27 11:20:06.063 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:20:06.063 INFO kablam! Oct 27 11:20:06.063 INFO kablam! warning: field is never used: `op_stack` Oct 27 11:20:06.063 INFO kablam! --> src/parser.rs:11:5 Oct 27 11:20:06.063 INFO kablam! | Oct 27 11:20:06.063 INFO kablam! 11 | op_stack: VecDeque, Oct 27 11:20:06.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:20:06.063 INFO kablam! Oct 27 11:20:06.063 INFO kablam! warning: function is never used: `parse_expr` Oct 27 11:20:06.063 INFO kablam! --> src/parser.rs:216:1 Oct 27 11:20:06.063 INFO kablam! | Oct 27 11:20:06.063 INFO kablam! 216 | fn parse_expr(state: &mut VtParser) -> bool { Oct 27 11:20:06.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:20:06.063 INFO kablam! Oct 27 11:20:07.025 INFO kablam! warning: unused import: `violet::parser::*` Oct 27 11:20:07.026 INFO kablam! --> src/bin/violet.rs:2:5 Oct 27 11:20:07.026 INFO kablam! | Oct 27 11:20:07.027 INFO kablam! 2 | use violet::parser::*; Oct 27 11:20:07.028 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 11:20:07.028 INFO kablam! | Oct 27 11:20:07.029 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:20:07.029 INFO kablam! Oct 27 11:20:07.123 INFO kablam! warning: field is never used: `ast` Oct 27 11:20:07.124 INFO kablam! --> src/parser.rs:10:5 Oct 27 11:20:07.124 INFO kablam! | Oct 27 11:20:07.124 INFO kablam! 10 | ast: VtAst, Oct 27 11:20:07.124 INFO kablam! | ^^^^^^^^^^ Oct 27 11:20:07.124 INFO kablam! | Oct 27 11:20:07.124 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:20:07.124 INFO kablam! Oct 27 11:20:07.124 INFO kablam! warning: field is never used: `op_stack` Oct 27 11:20:07.124 INFO kablam! --> src/parser.rs:11:5 Oct 27 11:20:07.124 INFO kablam! | Oct 27 11:20:07.124 INFO kablam! 11 | op_stack: VecDeque, Oct 27 11:20:07.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:20:07.124 INFO kablam! Oct 27 11:20:07.124 INFO kablam! warning: function is never used: `parse_expr` Oct 27 11:20:07.124 INFO kablam! --> src/parser.rs:216:1 Oct 27 11:20:07.124 INFO kablam! | Oct 27 11:20:07.124 INFO kablam! 216 | fn parse_expr(state: &mut VtParser) -> bool { Oct 27 11:20:07.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:20:07.127 INFO kablam! Oct 27 11:20:07.256 INFO kablam! warning: unused import: `violet::parser::*` Oct 27 11:20:07.256 INFO kablam! --> src/bin/violet.rs:2:5 Oct 27 11:20:07.256 INFO kablam! | Oct 27 11:20:07.256 INFO kablam! 2 | use violet::parser::*; Oct 27 11:20:07.256 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 11:20:07.256 INFO kablam! | Oct 27 11:20:07.256 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:20:07.258 INFO kablam! Oct 27 11:20:07.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.13s Oct 27 11:20:07.298 INFO kablam! su: No module specific data is present Oct 27 11:20:08.294 INFO running `"docker" "rm" "-f" "86cca6cb5a685b39b1626ba124d32812a6dca98330def271b6f277959e29fde7"` Oct 27 11:20:08.603 INFO blam! 86cca6cb5a685b39b1626ba124d32812a6dca98330def271b6f277959e29fde7