Sep 01 00:24:52.186 INFO checking NishanthSpShetty/crust against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 00:24:52.186 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 00:24:52.186 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:24:52.448 INFO blam! f23ae90bfc8c349adef6d17ee987afa42294ebbf9527ca74fc63e6508c4f84e0 Sep 01 00:24:52.449 INFO running `"docker" "start" "-a" "f23ae90bfc8c349adef6d17ee987afa42294ebbf9527ca74fc63e6508c4f84e0"` Sep 01 00:24:53.390 INFO kablam! Checking crust v0.1.0 (file:///source) Sep 01 00:24:54.118 INFO kablam! warning: doc comment not used by rustdoc Sep 01 00:24:54.118 INFO kablam! --> examples/main.rs:12:5 Sep 01 00:24:54.118 INFO kablam! | Sep 01 00:24:54.118 INFO kablam! 12 | / /** Crust tries to identify return statement and replace with rust equivalent Sep 01 00:24:54.119 INFO kablam! 13 | | * shorthand notation. If error found in this line, Please replace shorthand notation Sep 01 00:24:54.119 INFO kablam! 14 | | * with return statement Sep 01 00:24:54.119 INFO kablam! 15 | | **/ Sep 01 00:24:54.119 INFO kablam! | |________^ Sep 01 00:24:54.119 INFO kablam! | Sep 01 00:24:54.119 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 01 00:24:54.119 INFO kablam! Sep 01 00:24:54.120 INFO kablam! warning: doc comment not used by rustdoc Sep 01 00:24:54.120 INFO kablam! --> examples/main.rs:19:5 Sep 01 00:24:54.120 INFO kablam! | Sep 01 00:24:54.120 INFO kablam! 19 | / /** Crust tries to identify return statement and replace with rust equivalent Sep 01 00:24:54.120 INFO kablam! 20 | | * shorthand notation. If error found in this line, Please replace shorthand notation Sep 01 00:24:54.120 INFO kablam! 21 | | * with return statement Sep 01 00:24:54.120 INFO kablam! 22 | | **/ Sep 01 00:24:54.120 INFO kablam! | |________^ Sep 01 00:24:54.120 INFO kablam! Sep 01 00:24:54.231 INFO kablam! warning: doc comment not used by rustdoc Sep 01 00:24:54.231 INFO kablam! --> examples/struct.rs:20:5 Sep 01 00:24:54.231 INFO kablam! | Sep 01 00:24:54.231 INFO kablam! 20 | / /** Declaration of a structure should be completed with initialization of it's fields Sep 01 00:24:54.231 INFO kablam! 21 | | * It should be in the following format Sep 01 00:24:54.231 INFO kablam! 22 | | * let variable:struct_name = struct_name { member1:value1, member2:value2,..} Sep 01 00:24:54.231 INFO kablam! 23 | | */ Sep 01 00:24:54.231 INFO kablam! | |_______^ Sep 01 00:24:54.231 INFO kablam! | Sep 01 00:24:54.231 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 01 00:24:54.231 INFO kablam! Sep 01 00:24:54.232 INFO kablam! warning: doc comment not used by rustdoc Sep 01 00:24:54.232 INFO kablam! --> examples/struct.rs:30:5 Sep 01 00:24:54.232 INFO kablam! | Sep 01 00:24:54.232 INFO kablam! 30 | / /** Declaration of a structure should be completed with initialization of it's fields Sep 01 00:24:54.232 INFO kablam! 31 | | * It should be in the following format Sep 01 00:24:54.232 INFO kablam! 32 | | * let variable:struct_name = struct_name { member1:value1, member2:value2,..} Sep 01 00:24:54.232 INFO kablam! 33 | | */ Sep 01 00:24:54.232 INFO kablam! | |_______^ Sep 01 00:24:54.232 INFO kablam! Sep 01 00:24:54.236 INFO kablam! warning: unused variable: `argc` Sep 01 00:24:54.236 INFO kablam! --> examples/main.rs:11:13 Sep 01 00:24:54.236 INFO kablam! | Sep 01 00:24:54.236 INFO kablam! 11 | let mut argc = argv.len(); Sep 01 00:24:54.236 INFO kablam! | ^^^^ help: consider using `_argc` instead Sep 01 00:24:54.237 INFO kablam! | Sep 01 00:24:54.237 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 00:24:54.237 INFO kablam! Sep 01 00:24:54.239 INFO kablam! warning: variable does not need to be mutable Sep 01 00:24:54.239 INFO kablam! --> examples/main.rs:10:9 Sep 01 00:24:54.239 INFO kablam! | Sep 01 00:24:54.239 INFO kablam! 10 | let mut argv: Vec<_> = std::env::args().collect(); Sep 01 00:24:54.239 INFO kablam! | ----^^^^ Sep 01 00:24:54.239 INFO kablam! | | Sep 01 00:24:54.239 INFO kablam! | help: remove this `mut` Sep 01 00:24:54.256 INFO kablam! | Sep 01 00:24:54.257 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 00:24:54.257 INFO kablam! Sep 01 00:24:54.257 INFO kablam! warning: variable does not need to be mutable Sep 01 00:24:54.257 INFO kablam! --> examples/main.rs:11:9 Sep 01 00:24:54.257 INFO kablam! | Sep 01 00:24:54.257 INFO kablam! 11 | let mut argc = argv.len(); Sep 01 00:24:54.257 INFO kablam! | ----^^^^ Sep 01 00:24:54.257 INFO kablam! | | Sep 01 00:24:54.257 INFO kablam! | help: remove this `mut` Sep 01 00:24:54.258 INFO kablam! Sep 01 00:24:54.258 INFO kablam! warning: function is never used: `hello` Sep 01 00:24:54.258 INFO kablam! --> examples/main.rs:18:1 Sep 01 00:24:54.258 INFO kablam! | Sep 01 00:24:54.258 INFO kablam! 18 | fn hello() -> i32 { Sep 01 00:24:54.258 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 00:24:54.259 INFO kablam! | Sep 01 00:24:54.259 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 00:24:54.259 INFO kablam! Sep 01 00:24:54.317 INFO kablam! warning: doc comment not used by rustdoc Sep 01 00:24:54.317 INFO kablam! --> examples/class.rs:21:9 Sep 01 00:24:54.317 INFO kablam! | Sep 01 00:24:54.317 INFO kablam! 21 | / /** Crust tries to identify return statement and replace with rust equivalent Sep 01 00:24:54.317 INFO kablam! 22 | | * shorthand notation. If error found in this line, Please replace shorthand notation Sep 01 00:24:54.317 INFO kablam! 23 | | * with return statement Sep 01 00:24:54.317 INFO kablam! 24 | | **/ Sep 01 00:24:54.317 INFO kablam! | |____________^ Sep 01 00:24:54.317 INFO kablam! | Sep 01 00:24:54.317 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 01 00:24:54.317 INFO kablam! Sep 01 00:24:54.317 INFO kablam! warning: doc comment not used by rustdoc Sep 01 00:24:54.317 INFO kablam! --> examples/class.rs:28:9 Sep 01 00:24:54.317 INFO kablam! | Sep 01 00:24:54.317 INFO kablam! 28 | / /** Crust tries to identify return statement and replace with rust equivalent Sep 01 00:24:54.317 INFO kablam! 29 | | * shorthand notation. If error found in this line, Please replace shorthand notation Sep 01 00:24:54.317 INFO kablam! 30 | | * with return statement Sep 01 00:24:54.317 INFO kablam! 31 | | **/ Sep 01 00:24:54.317 INFO kablam! | |____________^ Sep 01 00:24:54.317 INFO kablam! Sep 01 00:24:54.318 INFO kablam! warning: doc comment not used by rustdoc Sep 01 00:24:54.318 INFO kablam! --> examples/class.rs:56:5 Sep 01 00:24:54.318 INFO kablam! | Sep 01 00:24:54.318 INFO kablam! 56 | / /** Declaration of a structure should be completed with initialization of it's fields Sep 01 00:24:54.318 INFO kablam! 57 | | * It should be in the following format Sep 01 00:24:54.318 INFO kablam! 58 | | * let variable:struct_name = struct_name { member1:value1, member2:value2,..} Sep 01 00:24:54.318 INFO kablam! 59 | | */ Sep 01 00:24:54.318 INFO kablam! | |_______^ Sep 01 00:24:54.318 INFO kablam! Sep 01 00:24:54.318 INFO kablam! warning: doc comment not used by rustdoc Sep 01 00:24:54.318 INFO kablam! --> examples/class.rs:64:5 Sep 01 00:24:54.319 INFO kablam! | Sep 01 00:24:54.319 INFO kablam! 64 | / /** Declaration of a structure should be completed with initialization of it's fields Sep 01 00:24:54.319 INFO kablam! 65 | | * It should be in the following format Sep 01 00:24:54.319 INFO kablam! 66 | | * let variable:struct_name = struct_name { member1:value1, member2:value2,..} Sep 01 00:24:54.319 INFO kablam! 67 | | */ Sep 01 00:24:54.319 INFO kablam! | |_______^ Sep 01 00:24:54.319 INFO kablam! Sep 01 00:24:54.319 INFO kablam! warning: doc comment not used by rustdoc Sep 01 00:24:54.319 INFO kablam! --> examples/class.rs:71:5 Sep 01 00:24:54.319 INFO kablam! | Sep 01 00:24:54.319 INFO kablam! 71 | / /** Declaration of a structure should be completed with initialization of it's fields Sep 01 00:24:54.319 INFO kablam! 72 | | * It should be in the following format Sep 01 00:24:54.319 INFO kablam! 73 | | * let variable:struct_name = struct_name { member1:value1, member2:value2,..} Sep 01 00:24:54.319 INFO kablam! 74 | | */ Sep 01 00:24:54.319 INFO kablam! | |_______^ Sep 01 00:24:54.319 INFO kablam! Sep 01 00:24:54.325 INFO kablam! warning: unused variable: `fp` Sep 01 00:24:54.325 INFO kablam! --> examples/struct.rs:24:9 Sep 01 00:24:54.326 INFO kablam! | Sep 01 00:24:54.326 INFO kablam! 24 | let fp = FilePointer { Sep 01 00:24:54.326 INFO kablam! | ^^ help: consider using `_fp` instead Sep 01 00:24:54.326 INFO kablam! | Sep 01 00:24:54.326 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 00:24:54.326 INFO kablam! Sep 01 00:24:54.326 INFO kablam! warning: unused variable: `decl_a` Sep 01 00:24:54.326 INFO kablam! --> examples/struct.rs:34:9 Sep 01 00:24:54.326 INFO kablam! | Sep 01 00:24:54.326 INFO kablam! 34 | let decl_a = A { Sep 01 00:24:54.326 INFO kablam! | ^^^^^^ help: consider using `_decl_a` instead Sep 01 00:24:54.326 INFO kablam! Sep 01 00:24:54.327 INFO kablam! warning: field is never used: `stdin` Sep 01 00:24:54.327 INFO kablam! --> examples/struct.rs:8:5 Sep 01 00:24:54.327 INFO kablam! | Sep 01 00:24:54.327 INFO kablam! 8 | stdin: i32, Sep 01 00:24:54.327 INFO kablam! | ^^^^^^^^^^ Sep 01 00:24:54.327 INFO kablam! | Sep 01 00:24:54.327 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 00:24:54.327 INFO kablam! Sep 01 00:24:54.327 INFO kablam! warning: field is never used: `stdout` Sep 01 00:24:54.327 INFO kablam! --> examples/struct.rs:9:5 Sep 01 00:24:54.327 INFO kablam! | Sep 01 00:24:54.327 INFO kablam! 9 | stdout: i32, Sep 01 00:24:54.327 INFO kablam! | ^^^^^^^^^^^ Sep 01 00:24:54.327 INFO kablam! Sep 01 00:24:54.327 INFO kablam! warning: field is never used: `stderr` Sep 01 00:24:54.327 INFO kablam! --> examples/struct.rs:10:5 Sep 01 00:24:54.328 INFO kablam! | Sep 01 00:24:54.328 INFO kablam! 10 | stderr: i32, Sep 01 00:24:54.328 INFO kablam! | ^^^^^^^^^^^ Sep 01 00:24:54.328 INFO kablam! Sep 01 00:24:54.328 INFO kablam! warning: field is never used: `EOF` Sep 01 00:24:54.328 INFO kablam! --> examples/struct.rs:11:5 Sep 01 00:24:54.328 INFO kablam! | Sep 01 00:24:54.328 INFO kablam! 11 | EOF: char, Sep 01 00:24:54.328 INFO kablam! | ^^^^^^^^^ Sep 01 00:24:54.328 INFO kablam! Sep 01 00:24:54.328 INFO kablam! warning: field is never used: `a` Sep 01 00:24:54.328 INFO kablam! --> examples/struct.rs:14:5 Sep 01 00:24:54.328 INFO kablam! | Sep 01 00:24:54.328 INFO kablam! 14 | a: i32, Sep 01 00:24:54.328 INFO kablam! | ^^^^^^ Sep 01 00:24:54.328 INFO kablam! Sep 01 00:24:54.328 INFO kablam! warning: field is never used: `b` Sep 01 00:24:54.328 INFO kablam! --> examples/struct.rs:15:5 Sep 01 00:24:54.328 INFO kablam! | Sep 01 00:24:54.328 INFO kablam! 15 | b: i32, Sep 01 00:24:54.329 INFO kablam! | ^^^^^^ Sep 01 00:24:54.329 INFO kablam! Sep 01 00:24:54.329 INFO kablam! warning: field is never used: `c` Sep 01 00:24:54.329 INFO kablam! --> examples/struct.rs:16:5 Sep 01 00:24:54.329 INFO kablam! | Sep 01 00:24:54.329 INFO kablam! 16 | c: i32, Sep 01 00:24:54.329 INFO kablam! | ^^^^^^ Sep 01 00:24:54.329 INFO kablam! Sep 01 00:24:54.329 INFO kablam! warning: field is never used: `fa` Sep 01 00:24:54.329 INFO kablam! --> examples/struct.rs:17:5 Sep 01 00:24:54.329 INFO kablam! | Sep 01 00:24:54.329 INFO kablam! 17 | fa: f32, Sep 01 00:24:54.329 INFO kablam! | ^^^^^^^ Sep 01 00:24:54.329 INFO kablam! Sep 01 00:24:54.329 INFO kablam! warning: structure field `EOF` should have a snake case name such as `eof` Sep 01 00:24:54.329 INFO kablam! --> examples/struct.rs:11:5 Sep 01 00:24:54.329 INFO kablam! | Sep 01 00:24:54.329 INFO kablam! 11 | EOF: char, Sep 01 00:24:54.329 INFO kablam! | ^^^^^^^^^ Sep 01 00:24:54.330 INFO kablam! | Sep 01 00:24:54.330 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 01 00:24:54.330 INFO kablam! Sep 01 00:24:54.346 INFO kablam! error[E0061]: this function takes 1 parameter but 0 parameters were supplied Sep 01 00:24:54.346 INFO kablam! --> examples/class.rs:69:7 Sep 01 00:24:54.346 INFO kablam! | Sep 01 00:24:54.346 INFO kablam! 27 | pub fn getInt(&self, a: i32) -> i32 { Sep 01 00:24:54.346 INFO kablam! | ----------------------------------- defined here Sep 01 00:24:54.346 INFO kablam! ... Sep 01 00:24:54.346 INFO kablam! 69 | a.getInt(); Sep 01 00:24:54.346 INFO kablam! | ^^^^^^ expected 1 parameter Sep 01 00:24:54.349 INFO kablam! error[E0425]: cannot find value `c` in this scope Sep 01 00:24:54.349 INFO kablam! --> examples/prog.rs:10:22 Sep 01 00:24:54.349 INFO kablam! | Sep 01 00:24:54.349 INFO kablam! 10 | let mut b: i32 = c + b + c; Sep 01 00:24:54.349 INFO kablam! | ^ not found in this scope Sep 01 00:24:54.349 INFO kablam! Sep 01 00:24:54.349 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 01 00:24:54.349 INFO kablam! --> examples/prog.rs:10:26 Sep 01 00:24:54.349 INFO kablam! | Sep 01 00:24:54.349 INFO kablam! 10 | let mut b: i32 = c + b + c; Sep 01 00:24:54.349 INFO kablam! | ^ not found in this scope Sep 01 00:24:54.349 INFO kablam! Sep 01 00:24:54.351 INFO kablam! error: aborting due to previous error Sep 01 00:24:54.351 INFO kablam! Sep 01 00:24:54.351 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 01 00:24:54.360 INFO kablam! Sep 01 00:24:54.360 INFO kablam! error[E0425]: cannot find value `c` in this scope Sep 01 00:24:54.361 INFO kablam! --> examples/prog.rs:10:30 Sep 01 00:24:54.361 INFO kablam! | Sep 01 00:24:54.361 INFO kablam! 10 | let mut b: i32 = c + b + c; Sep 01 00:24:54.361 INFO kablam! | ^ not found in this scope Sep 01 00:24:54.361 INFO kablam! Sep 01 00:24:54.361 INFO kablam! error[E0423]: expected value, found builtin type `i32` Sep 01 00:24:54.361 INFO kablam! --> examples/prog.rs:13:44 Sep 01 00:24:54.361 INFO kablam! | Sep 01 00:24:54.361 INFO kablam! 13 | let mut a: i32 = b + std::mem::size_of(i32); Sep 01 00:24:54.361 INFO kablam! | ^^^ not a value Sep 01 00:24:54.361 INFO kablam! Sep 01 00:24:54.368 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Sep 01 00:24:54.368 INFO kablam! --> examples/prog.rs:13:26 Sep 01 00:24:54.368 INFO kablam! | Sep 01 00:24:54.368 INFO kablam! 13 | let mut a: i32 = b + std::mem::size_of(i32); Sep 01 00:24:54.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters Sep 01 00:24:54.368 INFO kablam! Sep 01 00:24:54.373 INFO kablam! error: Could not compile `crust`. Sep 01 00:24:54.373 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:24:54.389 INFO kablam! error[E0308]: mismatched types Sep 01 00:24:54.389 INFO kablam! --> examples/prog.rs:13:26 Sep 01 00:24:54.389 INFO kablam! | Sep 01 00:24:54.389 INFO kablam! 13 | let mut a: i32 = b + std::mem::size_of(i32); Sep 01 00:24:54.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected i32, found usize Sep 01 00:24:54.389 INFO kablam! Sep 01 00:24:54.426 INFO kablam! error[E0277]: cannot add `usize` to `i32` Sep 01 00:24:54.426 INFO kablam! --> examples/prog.rs:13:24 Sep 01 00:24:54.426 INFO kablam! | Sep 01 00:24:54.426 INFO kablam! 13 | let mut a: i32 = b + std::mem::size_of(i32); Sep 01 00:24:54.426 INFO kablam! | ^ no implementation for `i32 + usize` Sep 01 00:24:54.426 INFO kablam! | Sep 01 00:24:54.426 INFO kablam! = help: the trait `std::ops::Add` is not implemented for `i32` Sep 01 00:24:54.426 INFO kablam! Sep 01 00:24:54.429 INFO kablam! error: aborting due to 7 previous errors Sep 01 00:24:54.429 INFO kablam! Sep 01 00:24:54.429 INFO kablam! Some errors occurred: E0061, E0277, E0308, E0423, E0425. Sep 01 00:24:54.429 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 01 00:24:54.448 INFO kablam! error: Could not compile `crust`. Sep 01 00:24:54.448 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:24:54.462 INFO kablam! warning: unused variable: `ah` Sep 01 00:24:54.462 INFO kablam! --> examples/if.rs:14:13 Sep 01 00:24:54.462 INFO kablam! | Sep 01 00:24:54.463 INFO kablam! 14 | let mut ah: i32; Sep 01 00:24:54.463 INFO kablam! | ^^ help: consider using `_ah` instead Sep 01 00:24:54.463 INFO kablam! | Sep 01 00:24:54.463 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 00:24:54.463 INFO kablam! Sep 01 00:24:54.463 INFO kablam! warning: variable does not need to be mutable Sep 01 00:24:54.463 INFO kablam! --> examples/if.rs:10:9 Sep 01 00:24:54.463 INFO kablam! | Sep 01 00:24:54.463 INFO kablam! 10 | let mut a: u16 = 0; Sep 01 00:24:54.463 INFO kablam! | ----^ Sep 01 00:24:54.463 INFO kablam! | | Sep 01 00:24:54.463 INFO kablam! | help: remove this `mut` Sep 01 00:24:54.463 INFO kablam! | Sep 01 00:24:54.463 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 00:24:54.463 INFO kablam! Sep 01 00:24:54.463 INFO kablam! warning: variable does not need to be mutable Sep 01 00:24:54.463 INFO kablam! --> examples/if.rs:11:9 Sep 01 00:24:54.463 INFO kablam! | Sep 01 00:24:54.463 INFO kablam! 11 | let mut b: u16 = 9; Sep 01 00:24:54.464 INFO kablam! | ----^ Sep 01 00:24:54.464 INFO kablam! | | Sep 01 00:24:54.464 INFO kablam! | help: remove this `mut` Sep 01 00:24:54.464 INFO kablam! Sep 01 00:24:54.464 INFO kablam! warning: variable does not need to be mutable Sep 01 00:24:54.464 INFO kablam! --> examples/if.rs:14:9 Sep 01 00:24:54.464 INFO kablam! | Sep 01 00:24:54.464 INFO kablam! 14 | let mut ah: i32; Sep 01 00:24:54.464 INFO kablam! | ----^^ Sep 01 00:24:54.464 INFO kablam! | | Sep 01 00:24:54.464 INFO kablam! | help: remove this `mut` Sep 01 00:24:54.464 INFO kablam! Sep 01 00:24:55.744 INFO kablam! warning: unused arithmetic operation which must be used Sep 01 00:24:55.744 INFO kablam! --> src/library/parser/mod.rs:1578:21 Sep 01 00:24:55.744 INFO kablam! | Sep 01 00:24:55.744 INFO kablam! 1578 | thead + 1; Sep 01 00:24:55.744 INFO kablam! | ^^^^^^^^^ Sep 01 00:24:55.744 INFO kablam! | Sep 01 00:24:55.744 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 00:24:55.744 INFO kablam! Sep 01 00:24:56.375 INFO kablam! warning: unused arithmetic operation which must be used Sep 01 00:24:56.375 INFO kablam! --> src/library/parser/mod.rs:1578:21 Sep 01 00:24:56.375 INFO kablam! | Sep 01 00:24:56.375 INFO kablam! 1578 | thead + 1; Sep 01 00:24:56.375 INFO kablam! | ^^^^^^^^^ Sep 01 00:24:56.375 INFO kablam! | Sep 01 00:24:56.375 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 00:24:56.375 INFO kablam! Sep 01 00:24:56.437 INFO kablam! error: build failed Sep 01 00:24:56.438 INFO kablam! su: No module specific data is present Sep 01 00:24:57.103 INFO running `"docker" "rm" "-f" "f23ae90bfc8c349adef6d17ee987afa42294ebbf9527ca74fc63e6508c4f84e0"` Sep 01 00:24:57.272 INFO blam! f23ae90bfc8c349adef6d17ee987afa42294ebbf9527ca74fc63e6508c4f84e0