Sep 14 05:31:10.007 INFO checking NishanthSpShetty/crust against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 05:31:10.007 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 05:31:10.007 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 05:31:10.447 INFO blam! 41a7fe333b7ea27b17942f9c5ecb4bd46fe8a7a2e0b69ee6cc94a89ecb77210e Sep 14 05:31:10.449 INFO running `"docker" "start" "-a" "41a7fe333b7ea27b17942f9c5ecb4bd46fe8a7a2e0b69ee6cc94a89ecb77210e"` Sep 14 05:31:12.274 INFO kablam! usermod: no changes Sep 14 05:31:12.339 INFO kablam! Checking getopts v0.2.14 Sep 14 05:31:12.890 INFO kablam! Checking crust v0.1.0 (file:///source) Sep 14 05:31:13.254 INFO kablam! warning: doc comment not used by rustdoc Sep 14 05:31:13.254 INFO kablam! --> examples/main.rs:12:5 Sep 14 05:31:13.254 INFO kablam! | Sep 14 05:31:13.254 INFO kablam! 12 | / /** Crust tries to identify return statement and replace with rust equivalent Sep 14 05:31:13.254 INFO kablam! 13 | | * shorthand notation. If error found in this line, Please replace shorthand notation Sep 14 05:31:13.254 INFO kablam! 14 | | * with return statement Sep 14 05:31:13.254 INFO kablam! 15 | | **/ Sep 14 05:31:13.254 INFO kablam! | |________^ Sep 14 05:31:13.254 INFO kablam! | Sep 14 05:31:13.254 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 14 05:31:13.254 INFO kablam! Sep 14 05:31:13.254 INFO kablam! warning: doc comment not used by rustdoc Sep 14 05:31:13.254 INFO kablam! --> examples/main.rs:19:5 Sep 14 05:31:13.254 INFO kablam! | Sep 14 05:31:13.254 INFO kablam! 19 | / /** Crust tries to identify return statement and replace with rust equivalent Sep 14 05:31:13.254 INFO kablam! 20 | | * shorthand notation. If error found in this line, Please replace shorthand notation Sep 14 05:31:13.254 INFO kablam! 21 | | * with return statement Sep 14 05:31:13.254 INFO kablam! 22 | | **/ Sep 14 05:31:13.254 INFO kablam! | |________^ Sep 14 05:31:13.254 INFO kablam! Sep 14 05:31:13.278 INFO kablam! warning: unused variable: `argc` Sep 14 05:31:13.279 INFO kablam! --> examples/main.rs:11:13 Sep 14 05:31:13.279 INFO kablam! | Sep 14 05:31:13.279 INFO kablam! 11 | let mut argc = argv.len(); Sep 14 05:31:13.279 INFO kablam! | ^^^^ help: consider using `_argc` instead Sep 14 05:31:13.279 INFO kablam! | Sep 14 05:31:13.279 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 05:31:13.279 INFO kablam! Sep 14 05:31:13.279 INFO kablam! warning: variable does not need to be mutable Sep 14 05:31:13.279 INFO kablam! --> examples/main.rs:10:9 Sep 14 05:31:13.279 INFO kablam! | Sep 14 05:31:13.279 INFO kablam! 10 | let mut argv: Vec<_> = std::env::args().collect(); Sep 14 05:31:13.279 INFO kablam! | ----^^^^ Sep 14 05:31:13.279 INFO kablam! | | Sep 14 05:31:13.279 INFO kablam! | help: remove this `mut` Sep 14 05:31:13.279 INFO kablam! | Sep 14 05:31:13.279 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 05:31:13.279 INFO kablam! Sep 14 05:31:13.279 INFO kablam! warning: variable does not need to be mutable Sep 14 05:31:13.279 INFO kablam! --> examples/main.rs:11:9 Sep 14 05:31:13.279 INFO kablam! | Sep 14 05:31:13.279 INFO kablam! 11 | let mut argc = argv.len(); Sep 14 05:31:13.279 INFO kablam! | ----^^^^ Sep 14 05:31:13.279 INFO kablam! | | Sep 14 05:31:13.279 INFO kablam! | help: remove this `mut` Sep 14 05:31:13.279 INFO kablam! Sep 14 05:31:13.279 INFO kablam! warning: function is never used: `hello` Sep 14 05:31:13.279 INFO kablam! --> examples/main.rs:18:1 Sep 14 05:31:13.279 INFO kablam! | Sep 14 05:31:13.279 INFO kablam! 18 | fn hello() -> i32 { Sep 14 05:31:13.279 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 05:31:13.279 INFO kablam! | Sep 14 05:31:13.279 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 05:31:13.279 INFO kablam! Sep 14 05:31:13.331 INFO kablam! warning: doc comment not used by rustdoc Sep 14 05:31:13.331 INFO kablam! --> examples/class.rs:21:9 Sep 14 05:31:13.331 INFO kablam! | Sep 14 05:31:13.331 INFO kablam! 21 | / /** Crust tries to identify return statement and replace with rust equivalent Sep 14 05:31:13.331 INFO kablam! 22 | | * shorthand notation. If error found in this line, Please replace shorthand notation Sep 14 05:31:13.331 INFO kablam! 23 | | * with return statement Sep 14 05:31:13.331 INFO kablam! 24 | | **/ Sep 14 05:31:13.331 INFO kablam! | |____________^ Sep 14 05:31:13.331 INFO kablam! | Sep 14 05:31:13.331 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 14 05:31:13.331 INFO kablam! Sep 14 05:31:13.347 INFO kablam! warning: doc comment not used by rustdoc Sep 14 05:31:13.347 INFO kablam! --> examples/class.rs:28:9 Sep 14 05:31:13.347 INFO kablam! | Sep 14 05:31:13.347 INFO kablam! 28 | / /** Crust tries to identify return statement and replace with rust equivalent Sep 14 05:31:13.347 INFO kablam! 29 | | * shorthand notation. If error found in this line, Please replace shorthand notation Sep 14 05:31:13.347 INFO kablam! 30 | | * with return statement Sep 14 05:31:13.347 INFO kablam! 31 | | **/ Sep 14 05:31:13.347 INFO kablam! | |____________^ Sep 14 05:31:13.347 INFO kablam! Sep 14 05:31:13.347 INFO kablam! warning: doc comment not used by rustdoc Sep 14 05:31:13.347 INFO kablam! --> examples/class.rs:56:5 Sep 14 05:31:13.347 INFO kablam! | Sep 14 05:31:13.347 INFO kablam! 56 | / /** Declaration of a structure should be completed with initialization of it's fields Sep 14 05:31:13.347 INFO kablam! 57 | | * It should be in the following format Sep 14 05:31:13.347 INFO kablam! 58 | | * let variable:struct_name = struct_name { member1:value1, member2:value2,..} Sep 14 05:31:13.347 INFO kablam! 59 | | */ Sep 14 05:31:13.347 INFO kablam! | |_______^ Sep 14 05:31:13.347 INFO kablam! Sep 14 05:31:13.347 INFO kablam! warning: doc comment not used by rustdoc Sep 14 05:31:13.347 INFO kablam! --> examples/class.rs:64:5 Sep 14 05:31:13.347 INFO kablam! | Sep 14 05:31:13.347 INFO kablam! 64 | / /** Declaration of a structure should be completed with initialization of it's fields Sep 14 05:31:13.347 INFO kablam! 65 | | * It should be in the following format Sep 14 05:31:13.347 INFO kablam! 66 | | * let variable:struct_name = struct_name { member1:value1, member2:value2,..} Sep 14 05:31:13.347 INFO kablam! 67 | | */ Sep 14 05:31:13.347 INFO kablam! | |_______^ Sep 14 05:31:13.347 INFO kablam! Sep 14 05:31:13.347 INFO kablam! warning: doc comment not used by rustdoc Sep 14 05:31:13.347 INFO kablam! --> examples/class.rs:71:5 Sep 14 05:31:13.347 INFO kablam! | Sep 14 05:31:13.347 INFO kablam! 71 | / /** Declaration of a structure should be completed with initialization of it's fields Sep 14 05:31:13.347 INFO kablam! 72 | | * It should be in the following format Sep 14 05:31:13.347 INFO kablam! 73 | | * let variable:struct_name = struct_name { member1:value1, member2:value2,..} Sep 14 05:31:13.347 INFO kablam! 74 | | */ Sep 14 05:31:13.347 INFO kablam! | |_______^ Sep 14 05:31:13.347 INFO kablam! Sep 14 05:31:13.358 INFO kablam! error[E0061]: this function takes 1 parameter but 0 parameters were supplied Sep 14 05:31:13.358 INFO kablam! --> examples/class.rs:69:7 Sep 14 05:31:13.358 INFO kablam! | Sep 14 05:31:13.358 INFO kablam! 27 | pub fn getInt(&self, a: i32) -> i32 { Sep 14 05:31:13.358 INFO kablam! | ----------------------------------- defined here Sep 14 05:31:13.358 INFO kablam! ... Sep 14 05:31:13.358 INFO kablam! 69 | a.getInt(); Sep 14 05:31:13.358 INFO kablam! | ^^^^^^ expected 1 parameter Sep 14 05:31:13.371 INFO kablam! Sep 14 05:31:13.371 INFO kablam! error: aborting due to previous error Sep 14 05:31:13.371 INFO kablam! Sep 14 05:31:13.371 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 14 05:31:13.401 INFO kablam! error: Could not compile `crust`. Sep 14 05:31:13.401 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 05:31:13.454 INFO kablam! warning: doc comment not used by rustdoc Sep 14 05:31:13.454 INFO kablam! --> examples/struct.rs:20:5 Sep 14 05:31:13.454 INFO kablam! | Sep 14 05:31:13.454 INFO kablam! 20 | / /** Declaration of a structure should be completed with initialization of it's fields Sep 14 05:31:13.454 INFO kablam! 21 | | * It should be in the following format Sep 14 05:31:13.454 INFO kablam! 22 | | * let variable:struct_name = struct_name { member1:value1, member2:value2,..} Sep 14 05:31:13.454 INFO kablam! 23 | | */ Sep 14 05:31:13.454 INFO kablam! | |_______^ Sep 14 05:31:13.454 INFO kablam! | Sep 14 05:31:13.454 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 14 05:31:13.454 INFO kablam! Sep 14 05:31:13.454 INFO kablam! warning: doc comment not used by rustdoc Sep 14 05:31:13.454 INFO kablam! --> examples/struct.rs:30:5 Sep 14 05:31:13.454 INFO kablam! | Sep 14 05:31:13.454 INFO kablam! 30 | / /** Declaration of a structure should be completed with initialization of it's fields Sep 14 05:31:13.454 INFO kablam! 31 | | * It should be in the following format Sep 14 05:31:13.454 INFO kablam! 32 | | * let variable:struct_name = struct_name { member1:value1, member2:value2,..} Sep 14 05:31:13.454 INFO kablam! 33 | | */ Sep 14 05:31:13.454 INFO kablam! | |_______^ Sep 14 05:31:13.454 INFO kablam! Sep 14 05:31:13.473 INFO kablam! warning: unused variable: `ah` Sep 14 05:31:13.473 INFO kablam! --> examples/if.rs:14:13 Sep 14 05:31:13.473 INFO kablam! | Sep 14 05:31:13.473 INFO kablam! 14 | let mut ah: i32; Sep 14 05:31:13.473 INFO kablam! | ^^ help: consider using `_ah` instead Sep 14 05:31:13.473 INFO kablam! | Sep 14 05:31:13.473 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 05:31:13.473 INFO kablam! Sep 14 05:31:13.473 INFO kablam! warning: variable does not need to be mutable Sep 14 05:31:13.473 INFO kablam! --> examples/if.rs:10:9 Sep 14 05:31:13.473 INFO kablam! | Sep 14 05:31:13.473 INFO kablam! 10 | let mut a: u16 = 0; Sep 14 05:31:13.473 INFO kablam! | ----^ Sep 14 05:31:13.473 INFO kablam! | | Sep 14 05:31:13.473 INFO kablam! | help: remove this `mut` Sep 14 05:31:13.477 INFO kablam! | Sep 14 05:31:13.477 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 05:31:13.477 INFO kablam! Sep 14 05:31:13.477 INFO kablam! warning: variable does not need to be mutable Sep 14 05:31:13.477 INFO kablam! --> examples/if.rs:11:9 Sep 14 05:31:13.477 INFO kablam! | Sep 14 05:31:13.477 INFO kablam! 11 | let mut b: u16 = 9; Sep 14 05:31:13.477 INFO kablam! | ----^ Sep 14 05:31:13.477 INFO kablam! | | Sep 14 05:31:13.477 INFO kablam! | help: remove this `mut` Sep 14 05:31:13.477 INFO kablam! Sep 14 05:31:13.477 INFO kablam! warning: variable does not need to be mutable Sep 14 05:31:13.477 INFO kablam! --> examples/if.rs:14:9 Sep 14 05:31:13.478 INFO kablam! | Sep 14 05:31:13.478 INFO kablam! 14 | let mut ah: i32; Sep 14 05:31:13.478 INFO kablam! | ----^^ Sep 14 05:31:13.478 INFO kablam! | | Sep 14 05:31:13.478 INFO kablam! | help: remove this `mut` Sep 14 05:31:13.478 INFO kablam! Sep 14 05:31:13.491 INFO kablam! error[E0425]: cannot find value `c` in this scope Sep 14 05:31:13.491 INFO kablam! --> examples/prog.rs:10:22 Sep 14 05:31:13.491 INFO kablam! | Sep 14 05:31:13.491 INFO kablam! 10 | let mut b: i32 = c + b + c; Sep 14 05:31:13.491 INFO kablam! | ^ not found in this scope Sep 14 05:31:13.491 INFO kablam! Sep 14 05:31:13.491 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 14 05:31:13.491 INFO kablam! --> examples/prog.rs:10:26 Sep 14 05:31:13.491 INFO kablam! | Sep 14 05:31:13.491 INFO kablam! 10 | let mut b: i32 = c + b + c; Sep 14 05:31:13.491 INFO kablam! | ^ not found in this scope Sep 14 05:31:13.491 INFO kablam! Sep 14 05:31:13.491 INFO kablam! error[E0425]: cannot find value `c` in this scope Sep 14 05:31:13.491 INFO kablam! --> examples/prog.rs:10:30 Sep 14 05:31:13.491 INFO kablam! | Sep 14 05:31:13.491 INFO kablam! 10 | let mut b: i32 = c + b + c; Sep 14 05:31:13.491 INFO kablam! | ^ not found in this scope Sep 14 05:31:13.491 INFO kablam! Sep 14 05:31:13.491 INFO kablam! error[E0423]: expected value, found builtin type `i32` Sep 14 05:31:13.491 INFO kablam! --> examples/prog.rs:13:44 Sep 14 05:31:13.491 INFO kablam! | Sep 14 05:31:13.491 INFO kablam! 13 | let mut a: i32 = b + std::mem::size_of(i32); Sep 14 05:31:13.491 INFO kablam! | ^^^ not a value Sep 14 05:31:13.491 INFO kablam! Sep 14 05:31:13.496 INFO kablam! warning: unused variable: `fp` Sep 14 05:31:13.496 INFO kablam! --> examples/struct.rs:24:9 Sep 14 05:31:13.496 INFO kablam! | Sep 14 05:31:13.496 INFO kablam! 24 | let fp = FilePointer { Sep 14 05:31:13.496 INFO kablam! | ^^ help: consider using `_fp` instead Sep 14 05:31:13.496 INFO kablam! | Sep 14 05:31:13.496 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 05:31:13.496 INFO kablam! Sep 14 05:31:13.496 INFO kablam! warning: unused variable: `decl_a` Sep 14 05:31:13.496 INFO kablam! --> examples/struct.rs:34:9 Sep 14 05:31:13.496 INFO kablam! | Sep 14 05:31:13.496 INFO kablam! 34 | let decl_a = A { Sep 14 05:31:13.496 INFO kablam! | ^^^^^^ help: consider using `_decl_a` instead Sep 14 05:31:13.496 INFO kablam! Sep 14 05:31:13.502 INFO kablam! warning: field is never used: `stdin` Sep 14 05:31:13.502 INFO kablam! --> examples/struct.rs:8:5 Sep 14 05:31:13.502 INFO kablam! | Sep 14 05:31:13.502 INFO kablam! 8 | stdin: i32, Sep 14 05:31:13.502 INFO kablam! | ^^^^^^^^^^ Sep 14 05:31:13.502 INFO kablam! | Sep 14 05:31:13.502 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 05:31:13.502 INFO kablam! Sep 14 05:31:13.502 INFO kablam! warning: field is never used: `stdout` Sep 14 05:31:13.502 INFO kablam! --> examples/struct.rs:9:5 Sep 14 05:31:13.502 INFO kablam! | Sep 14 05:31:13.502 INFO kablam! 9 | stdout: i32, Sep 14 05:31:13.502 INFO kablam! | ^^^^^^^^^^^ Sep 14 05:31:13.502 INFO kablam! Sep 14 05:31:13.502 INFO kablam! warning: field is never used: `stderr` Sep 14 05:31:13.502 INFO kablam! --> examples/struct.rs:10:5 Sep 14 05:31:13.502 INFO kablam! | Sep 14 05:31:13.502 INFO kablam! 10 | stderr: i32, Sep 14 05:31:13.502 INFO kablam! | ^^^^^^^^^^^ Sep 14 05:31:13.502 INFO kablam! Sep 14 05:31:13.502 INFO kablam! warning: field is never used: `EOF` Sep 14 05:31:13.502 INFO kablam! --> examples/struct.rs:11:5 Sep 14 05:31:13.502 INFO kablam! | Sep 14 05:31:13.502 INFO kablam! 11 | EOF: char, Sep 14 05:31:13.502 INFO kablam! | ^^^^^^^^^ Sep 14 05:31:13.502 INFO kablam! Sep 14 05:31:13.502 INFO kablam! warning: field is never used: `a` Sep 14 05:31:13.502 INFO kablam! --> examples/struct.rs:14:5 Sep 14 05:31:13.502 INFO kablam! | Sep 14 05:31:13.502 INFO kablam! 14 | a: i32, Sep 14 05:31:13.502 INFO kablam! | ^^^^^^ Sep 14 05:31:13.502 INFO kablam! Sep 14 05:31:13.502 INFO kablam! warning: field is never used: `b` Sep 14 05:31:13.502 INFO kablam! --> examples/struct.rs:15:5 Sep 14 05:31:13.502 INFO kablam! | Sep 14 05:31:13.503 INFO kablam! 15 | b: i32, Sep 14 05:31:13.503 INFO kablam! | ^^^^^^ Sep 14 05:31:13.503 INFO kablam! Sep 14 05:31:13.503 INFO kablam! warning: field is never used: `c` Sep 14 05:31:13.503 INFO kablam! --> examples/struct.rs:16:5 Sep 14 05:31:13.503 INFO kablam! | Sep 14 05:31:13.503 INFO kablam! 16 | c: i32, Sep 14 05:31:13.503 INFO kablam! | ^^^^^^ Sep 14 05:31:13.503 INFO kablam! Sep 14 05:31:13.503 INFO kablam! warning: field is never used: `fa` Sep 14 05:31:13.503 INFO kablam! --> examples/struct.rs:17:5 Sep 14 05:31:13.503 INFO kablam! | Sep 14 05:31:13.503 INFO kablam! 17 | fa: f32, Sep 14 05:31:13.503 INFO kablam! | ^^^^^^^ Sep 14 05:31:13.503 INFO kablam! Sep 14 05:31:13.503 INFO kablam! warning: structure field `EOF` should have a snake case name such as `eof` Sep 14 05:31:13.503 INFO kablam! --> examples/struct.rs:11:5 Sep 14 05:31:13.503 INFO kablam! | Sep 14 05:31:13.503 INFO kablam! 11 | EOF: char, Sep 14 05:31:13.503 INFO kablam! | ^^^^^^^^^ Sep 14 05:31:13.503 INFO kablam! | Sep 14 05:31:13.503 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 14 05:31:13.503 INFO kablam! Sep 14 05:31:13.523 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Sep 14 05:31:13.523 INFO kablam! --> examples/prog.rs:13:26 Sep 14 05:31:13.523 INFO kablam! | Sep 14 05:31:13.523 INFO kablam! 13 | let mut a: i32 = b + std::mem::size_of(i32); Sep 14 05:31:13.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters Sep 14 05:31:13.523 INFO kablam! Sep 14 05:31:13.523 INFO kablam! error[E0308]: mismatched types Sep 14 05:31:13.523 INFO kablam! --> examples/prog.rs:13:26 Sep 14 05:31:13.523 INFO kablam! | Sep 14 05:31:13.523 INFO kablam! 13 | let mut a: i32 = b + std::mem::size_of(i32); Sep 14 05:31:13.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected i32, found usize Sep 14 05:31:13.523 INFO kablam! Sep 14 05:31:13.535 INFO kablam! error[E0277]: cannot add `usize` to `i32` Sep 14 05:31:13.535 INFO kablam! --> examples/prog.rs:13:24 Sep 14 05:31:13.535 INFO kablam! | Sep 14 05:31:13.535 INFO kablam! 13 | let mut a: i32 = b + std::mem::size_of(i32); Sep 14 05:31:13.535 INFO kablam! | ^ no implementation for `i32 + usize` Sep 14 05:31:13.535 INFO kablam! | Sep 14 05:31:13.535 INFO kablam! = help: the trait `std::ops::Add` is not implemented for `i32` Sep 14 05:31:13.535 INFO kablam! Sep 14 05:31:13.539 INFO kablam! error: aborting due to 7 previous errors Sep 14 05:31:13.539 INFO kablam! Sep 14 05:31:13.539 INFO kablam! Some errors occurred: E0061, E0277, E0308, E0423, E0425. Sep 14 05:31:13.539 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 05:31:13.547 INFO kablam! error: Could not compile `crust`. Sep 14 05:31:13.547 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 05:31:14.081 INFO kablam! warning: unused arithmetic operation which must be used Sep 14 05:31:14.081 INFO kablam! --> src/library/parser/mod.rs:1578:21 Sep 14 05:31:14.081 INFO kablam! | Sep 14 05:31:14.081 INFO kablam! 1578 | thead + 1; Sep 14 05:31:14.081 INFO kablam! | ^^^^^^^^^ Sep 14 05:31:14.081 INFO kablam! | Sep 14 05:31:14.081 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 05:31:14.081 INFO kablam! Sep 14 05:31:14.219 INFO kablam! warning: unused arithmetic operation which must be used Sep 14 05:31:14.219 INFO kablam! --> src/library/parser/mod.rs:1578:21 Sep 14 05:31:14.219 INFO kablam! | Sep 14 05:31:14.219 INFO kablam! 1578 | thead + 1; Sep 14 05:31:14.219 INFO kablam! | ^^^^^^^^^ Sep 14 05:31:14.219 INFO kablam! | Sep 14 05:31:14.219 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 05:31:14.219 INFO kablam! Sep 14 05:31:14.260 INFO kablam! error: build failed Sep 14 05:31:14.260 INFO kablam! su: No module specific data is present Sep 14 05:31:15.020 INFO running `"docker" "rm" "-f" "41a7fe333b7ea27b17942f9c5ecb4bd46fe8a7a2e0b69ee6cc94a89ecb77210e"` Sep 14 05:31:15.293 INFO blam! 41a7fe333b7ea27b17942f9c5ecb4bd46fe8a7a2e0b69ee6cc94a89ecb77210e