Sep 04 02:06:07.725 INFO checking stlv-0.1.2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 02:06:07.725 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 02:06:07.725 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:06:07.873 INFO blam! 33420d1b62ada38f99f87499590f5fae718fc71bd4101cef502b60904b5be146 Sep 04 02:06:07.875 INFO running `"docker" "start" "-a" "33420d1b62ada38f99f87499590f5fae718fc71bd4101cef502b60904b5be146"` Sep 04 02:06:08.614 INFO kablam! Checking stlv v0.1.2 (file:///source) Sep 04 02:06:09.176 INFO kablam! warning[E0170]: pattern binding `Binary` is named the same as one of the variants of the type `parser::FileFormat` Sep 04 02:06:09.176 INFO kablam! --> src/lib.rs:14:16 Sep 04 02:06:09.176 INFO kablam! | Sep 04 02:06:09.176 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 04 02:06:09.176 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Sep 04 02:06:09.176 INFO kablam! Sep 04 02:06:09.176 INFO kablam! warning[E0170]: pattern binding `Text` is named the same as one of the variants of the type `parser::FileFormat` Sep 04 02:06:09.176 INFO kablam! --> src/lib.rs:23:16 Sep 04 02:06:09.176 INFO kablam! | Sep 04 02:06:09.176 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 04 02:06:09.176 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Sep 04 02:06:09.176 INFO kablam! Sep 04 02:06:09.177 INFO kablam! warning: unused variable: `Binary` Sep 04 02:06:09.177 INFO kablam! --> src/lib.rs:14:16 Sep 04 02:06:09.177 INFO kablam! | Sep 04 02:06:09.177 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 04 02:06:09.177 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Sep 04 02:06:09.177 INFO kablam! | Sep 04 02:06:09.177 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 02:06:09.177 INFO kablam! Sep 04 02:06:09.177 INFO kablam! warning: unused variable: `Text` Sep 04 02:06:09.177 INFO kablam! --> src/lib.rs:23:16 Sep 04 02:06:09.177 INFO kablam! | Sep 04 02:06:09.177 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 04 02:06:09.177 INFO kablam! | ^^^^ help: consider using `_Text` instead Sep 04 02:06:09.177 INFO kablam! Sep 04 02:06:09.214 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Sep 04 02:06:09.214 INFO kablam! --> src/lib.rs:7:5 Sep 04 02:06:09.214 INFO kablam! | Sep 04 02:06:09.214 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Sep 04 02:06:09.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:06:09.214 INFO kablam! | Sep 04 02:06:09.214 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 04 02:06:09.214 INFO kablam! Sep 04 02:06:09.214 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Sep 04 02:06:09.214 INFO kablam! --> src/lib.rs:8:5 Sep 04 02:06:09.215 INFO kablam! | Sep 04 02:06:09.215 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Sep 04 02:06:09.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:06:09.215 INFO kablam! Sep 04 02:06:09.215 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Sep 04 02:06:09.215 INFO kablam! --> src/lib.rs:14:16 Sep 04 02:06:09.215 INFO kablam! | Sep 04 02:06:09.215 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 04 02:06:09.215 INFO kablam! | ^^^^^^ Sep 04 02:06:09.215 INFO kablam! | Sep 04 02:06:09.215 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 04 02:06:09.215 INFO kablam! Sep 04 02:06:09.215 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Sep 04 02:06:09.215 INFO kablam! --> src/lib.rs:23:16 Sep 04 02:06:09.215 INFO kablam! | Sep 04 02:06:09.215 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 04 02:06:09.216 INFO kablam! | ^^^^ Sep 04 02:06:09.216 INFO kablam! Sep 04 02:06:09.234 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.63s Sep 04 02:06:09.236 INFO kablam! su: No module specific data is present Sep 04 02:06:09.620 INFO running `"docker" "rm" "-f" "33420d1b62ada38f99f87499590f5fae718fc71bd4101cef502b60904b5be146"` Sep 04 02:06:09.721 INFO blam! 33420d1b62ada38f99f87499590f5fae718fc71bd4101cef502b60904b5be146