Sep 14 08:27:50.324 INFO checking stlv-0.1.2 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 08:27:50.324 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 08:27:50.325 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/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 08:27:50.501 INFO blam! dfa04327201a9a6c02dd06fee4f70a135d6cb363fa7e2f0102507b1ece0d9670 Sep 14 08:27:50.502 INFO running `"docker" "start" "-a" "dfa04327201a9a6c02dd06fee4f70a135d6cb363fa7e2f0102507b1ece0d9670"` Sep 14 08:27:51.311 INFO kablam! usermod: no changes Sep 14 08:27:51.342 INFO kablam! Checking stlv v0.1.2 (file:///source) Sep 14 08:27:51.683 INFO kablam! warning[E0170]: pattern binding `Binary` is named the same as one of the variants of the type `parser::FileFormat` Sep 14 08:27:51.683 INFO kablam! --> src/lib.rs:14:16 Sep 14 08:27:51.683 INFO kablam! | Sep 14 08:27:51.683 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 14 08:27:51.684 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Sep 14 08:27:51.684 INFO kablam! Sep 14 08:27:51.684 INFO kablam! warning[E0170]: pattern binding `Text` is named the same as one of the variants of the type `parser::FileFormat` Sep 14 08:27:51.684 INFO kablam! --> src/lib.rs:23:16 Sep 14 08:27:51.684 INFO kablam! | Sep 14 08:27:51.684 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 14 08:27:51.684 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Sep 14 08:27:51.684 INFO kablam! Sep 14 08:27:51.684 INFO kablam! warning: unused variable: `Binary` Sep 14 08:27:51.684 INFO kablam! --> src/lib.rs:14:16 Sep 14 08:27:51.684 INFO kablam! | Sep 14 08:27:51.684 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 14 08:27:51.684 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Sep 14 08:27:51.684 INFO kablam! | Sep 14 08:27:51.684 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 08:27:51.684 INFO kablam! Sep 14 08:27:51.684 INFO kablam! warning: unused variable: `Text` Sep 14 08:27:51.684 INFO kablam! --> src/lib.rs:23:16 Sep 14 08:27:51.684 INFO kablam! | Sep 14 08:27:51.684 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 14 08:27:51.684 INFO kablam! | ^^^^ help: consider using `_Text` instead Sep 14 08:27:51.684 INFO kablam! Sep 14 08:27:51.710 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Sep 14 08:27:51.710 INFO kablam! --> src/lib.rs:7:5 Sep 14 08:27:51.710 INFO kablam! | Sep 14 08:27:51.710 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Sep 14 08:27:51.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:27:51.710 INFO kablam! | Sep 14 08:27:51.710 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 14 08:27:51.710 INFO kablam! Sep 14 08:27:51.710 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Sep 14 08:27:51.710 INFO kablam! --> src/lib.rs:8:5 Sep 14 08:27:51.710 INFO kablam! | Sep 14 08:27:51.710 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Sep 14 08:27:51.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:27:51.710 INFO kablam! Sep 14 08:27:51.711 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Sep 14 08:27:51.711 INFO kablam! --> src/lib.rs:14:16 Sep 14 08:27:51.711 INFO kablam! | Sep 14 08:27:51.711 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 14 08:27:51.711 INFO kablam! | ^^^^^^ Sep 14 08:27:51.711 INFO kablam! | Sep 14 08:27:51.711 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 14 08:27:51.711 INFO kablam! Sep 14 08:27:51.711 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Sep 14 08:27:51.711 INFO kablam! --> src/lib.rs:23:16 Sep 14 08:27:51.711 INFO kablam! | Sep 14 08:27:51.711 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 14 08:27:51.711 INFO kablam! | ^^^^ Sep 14 08:27:51.711 INFO kablam! Sep 14 08:27:51.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.40s Sep 14 08:27:51.729 INFO kablam! su: No module specific data is present Sep 14 08:27:52.376 INFO running `"docker" "rm" "-f" "dfa04327201a9a6c02dd06fee4f70a135d6cb363fa7e2f0102507b1ece0d9670"` Sep 14 08:27:52.473 INFO blam! dfa04327201a9a6c02dd06fee4f70a135d6cb363fa7e2f0102507b1ece0d9670