Oct 27 10:11:36.624 INFO checking PierreLeidbring/basic-interpreter against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:11:36.624 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 10:11:37.063 INFO blam! 873c7cec1451cb6b4436b24e7f4d7a2992d73c275cc08f388c709145ee6641e2 Oct 27 10:11:37.067 INFO running `"docker" "start" "-a" "873c7cec1451cb6b4436b24e7f4d7a2992d73c275cc08f388c709145ee6641e2"` Oct 27 10:11:39.035 INFO kablam! usermod: no changes Oct 27 10:11:39.127 INFO kablam! Checking basic-interpreter v0.1.0 (/source) Oct 27 10:11:40.034 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 27 10:11:40.034 INFO kablam! --> src/front_end/parser.rs:1:5 Oct 27 10:11:40.034 INFO kablam! | Oct 27 10:11:40.034 INFO kablam! 1 | use std::collections::HashMap; Oct 27 10:11:40.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:11:40.034 INFO kablam! | Oct 27 10:11:40.034 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:11:40.034 INFO kablam! Oct 27 10:11:40.035 INFO kablam! warning: unused import: `front_end::token::*` Oct 27 10:11:40.035 INFO kablam! --> src/main.rs:16:5 Oct 27 10:11:40.035 INFO kablam! | Oct 27 10:11:40.035 INFO kablam! 16 | use front_end::token::*; Oct 27 10:11:40.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 10:11:40.035 INFO kablam! Oct 27 10:11:40.067 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 27 10:11:40.067 INFO kablam! --> src/front_end/parser.rs:1:5 Oct 27 10:11:40.067 INFO kablam! | Oct 27 10:11:40.067 INFO kablam! 1 | use std::collections::HashMap; Oct 27 10:11:40.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:11:40.079 INFO kablam! | Oct 27 10:11:40.079 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:11:40.079 INFO kablam! Oct 27 10:11:40.081 INFO kablam! warning: unused import: `front_end::token::*` Oct 27 10:11:40.081 INFO kablam! --> src/main.rs:16:5 Oct 27 10:11:40.081 INFO kablam! | Oct 27 10:11:40.081 INFO kablam! 16 | use front_end::token::*; Oct 27 10:11:40.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 10:11:40.081 INFO kablam! Oct 27 10:11:40.459 INFO kablam! warning: unused variable: `x` Oct 27 10:11:40.459 INFO kablam! --> src/front_end/parser.rs:82:25 Oct 27 10:11:40.460 INFO kablam! | Oct 27 10:11:40.460 INFO kablam! 82 | Err(x) => command_res.command.clone() Oct 27 10:11:40.460 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:11:40.461 INFO kablam! | Oct 27 10:11:40.461 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:11:40.461 INFO kablam! Oct 27 10:11:40.462 INFO kablam! warning: unused variable: `x` Oct 27 10:11:40.462 INFO kablam! --> src/back_end/interpreter.rs:68:21 Oct 27 10:11:40.462 INFO kablam! | Oct 27 10:11:40.463 INFO kablam! 68 | x => match Self::interpret_expression(cmd) { Oct 27 10:11:40.463 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:11:40.463 INFO kablam! Oct 27 10:11:40.507 INFO kablam! warning: unused variable: `x` Oct 27 10:11:40.507 INFO kablam! --> src/front_end/parser.rs:82:25 Oct 27 10:11:40.508 INFO kablam! | Oct 27 10:11:40.508 INFO kablam! 82 | Err(x) => command_res.command.clone() Oct 27 10:11:40.508 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:11:40.509 INFO kablam! | Oct 27 10:11:40.509 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:11:40.509 INFO kablam! Oct 27 10:11:40.510 INFO kablam! warning: unused variable: `x` Oct 27 10:11:40.511 INFO kablam! --> src/back_end/interpreter.rs:68:21 Oct 27 10:11:40.511 INFO kablam! | Oct 27 10:11:40.511 INFO kablam! 68 | x => match Self::interpret_expression(cmd) { Oct 27 10:11:40.512 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:11:40.512 INFO kablam! Oct 27 10:11:40.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 27 10:11:40.751 INFO kablam! su: No module specific data is present Oct 27 10:11:41.923 INFO running `"docker" "rm" "-f" "873c7cec1451cb6b4436b24e7f4d7a2992d73c275cc08f388c709145ee6641e2"` Oct 27 10:11:42.227 INFO blam! 873c7cec1451cb6b4436b24e7f4d7a2992d73c275cc08f388c709145ee6641e2