Oct 27 12:09:07.012 INFO checking DillonJettCallis/rustLetLang against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:09:07.014 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12:09:07.416 INFO blam! 24935015c6b5766348389125b60a09c86d520cdecfb20c6bdef3e699d65a7308 Oct 27 12:09:07.439 INFO running `"docker" "start" "-a" "24935015c6b5766348389125b60a09c86d520cdecfb20c6bdef3e699d65a7308"` Oct 27 12:09:09.016 INFO kablam! usermod: no changes Oct 27 12:09:09.087 INFO kablam! Checking rust_let_lang v0.1.0 (/source) Oct 27 12:09:10.125 INFO kablam! warning: unused variable: `raw_shape` Oct 27 12:09:10.126 INFO kablam! --> src/typechecker.rs:69:30 Oct 27 12:09:10.126 INFO kablam! | Oct 27 12:09:10.127 INFO kablam! 69 | Expression::Block{shape: raw_shape, loc, body: raw_body} => { Oct 27 12:09:10.127 INFO kablam! | ^^^^^^^^^ help: consider using `_raw_shape` instead Oct 27 12:09:10.128 INFO kablam! | Oct 27 12:09:10.129 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:09:10.129 INFO kablam! Oct 27 12:09:10.130 INFO kablam! warning: unused variable: `raw_shape` Oct 27 12:09:10.130 INFO kablam! --> src/typechecker.rs:108:33 Oct 27 12:09:10.131 INFO kablam! | Oct 27 12:09:10.131 INFO kablam! 108 | Expression::Variable{shape: raw_shape, loc, id} => { Oct 27 12:09:10.131 INFO kablam! | ^^^^^^^^^ help: consider using `_raw_shape` instead Oct 27 12:09:10.131 INFO kablam! Oct 27 12:09:10.131 INFO kablam! warning: unused variable: `shape` Oct 27 12:09:10.131 INFO kablam! --> src/typechecker.rs:171:43 Oct 27 12:09:10.131 INFO kablam! | Oct 27 12:09:10.131 INFO kablam! 171 | if let Expression::FunctionDeclaration {shape, loc, id, ..} = ex { Oct 27 12:09:10.131 INFO kablam! | ^^^^^ help: try ignoring the field: `shape: _` Oct 27 12:09:10.131 INFO kablam! Oct 27 12:09:10.137 INFO kablam! warning: unused variable: `raw_shape` Oct 27 12:09:10.137 INFO kablam! --> src/typechecker.rs:69:30 Oct 27 12:09:10.138 INFO kablam! | Oct 27 12:09:10.139 INFO kablam! 69 | Expression::Block{shape: raw_shape, loc, body: raw_body} => { Oct 27 12:09:10.139 INFO kablam! | ^^^^^^^^^ help: consider using `_raw_shape` instead Oct 27 12:09:10.140 INFO kablam! | Oct 27 12:09:10.140 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:09:10.141 INFO kablam! Oct 27 12:09:10.141 INFO kablam! warning: unused variable: `raw_shape` Oct 27 12:09:10.142 INFO kablam! --> src/typechecker.rs:108:33 Oct 27 12:09:10.143 INFO kablam! | Oct 27 12:09:10.143 INFO kablam! 108 | Expression::Variable{shape: raw_shape, loc, id} => { Oct 27 12:09:10.144 INFO kablam! | ^^^^^^^^^ help: consider using `_raw_shape` instead Oct 27 12:09:10.144 INFO kablam! Oct 27 12:09:10.145 INFO kablam! warning: unused variable: `shape` Oct 27 12:09:10.146 INFO kablam! --> src/typechecker.rs:171:43 Oct 27 12:09:10.146 INFO kablam! | Oct 27 12:09:10.147 INFO kablam! 171 | if let Expression::FunctionDeclaration {shape, loc, id, ..} = ex { Oct 27 12:09:10.147 INFO kablam! | ^^^^^ help: try ignoring the field: `shape: _` Oct 27 12:09:10.148 INFO kablam! Oct 27 12:09:10.236 INFO kablam! warning: method is never used: `prev` Oct 27 12:09:10.237 INFO kablam! --> src/parser.rs:232:3 Oct 27 12:09:10.238 INFO kablam! | Oct 27 12:09:10.238 INFO kablam! 232 | fn prev(&mut self) { Oct 27 12:09:10.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 12:09:10.240 INFO kablam! | Oct 27 12:09:10.240 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:09:10.241 INFO kablam! Oct 27 12:09:10.241 INFO kablam! warning: variant is never constructed: `String` Oct 27 12:09:10.242 INFO kablam! --> src/parser.rs:312:3 Oct 27 12:09:10.243 INFO kablam! | Oct 27 12:09:10.243 INFO kablam! 312 | String, Oct 27 12:09:10.244 INFO kablam! | ^^^^^^ Oct 27 12:09:10.244 INFO kablam! warning: method is never used: `prev` Oct 27 12:09:10.245 INFO kablam! --> src/parser.rs:232:3 Oct 27 12:09:10.245 INFO kablam! | Oct 27 12:09:10.246 INFO kablam! 232 | fn prev(&mut self) { Oct 27 12:09:10.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 12:09:10.246 INFO kablam! | Oct 27 12:09:10.246 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:09:10.246 INFO kablam! Oct 27 12:09:10.246 INFO kablam! warning: variant is never constructed: `String` Oct 27 12:09:10.246 INFO kablam! --> src/parser.rs:312:3 Oct 27 12:09:10.246 INFO kablam! | Oct 27 12:09:10.246 INFO kablam! 312 | String, Oct 27 12:09:10.246 INFO kablam! | ^^^^^^ Oct 27 12:09:10.246 INFO kablam! Oct 27 12:09:10.251 INFO kablam! Oct 27 12:09:10.328 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 27 12:09:10.330 INFO kablam! su: No module specific data is present Oct 27 12:09:11.473 INFO running `"docker" "rm" "-f" "24935015c6b5766348389125b60a09c86d520cdecfb20c6bdef3e699d65a7308"` Oct 27 12:09:11.707 INFO blam! 24935015c6b5766348389125b60a09c86d520cdecfb20c6bdef3e699d65a7308