Sep 17 16:45:25.462 INFO checking stlv-0.1.2 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:45:25.462 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:45:25.463 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:45:25.683 INFO blam! 302e6184e74297831c67dc382161569cd7e9b8f77a98eb800c32c507415d3af1 Sep 17 16:45:25.689 INFO running `"docker" "start" "-a" "302e6184e74297831c67dc382161569cd7e9b8f77a98eb800c32c507415d3af1"` Sep 17 16:45:26.591 INFO kablam! usermod: no changes Sep 17 16:45:26.634 INFO kablam! Checking stlv v0.1.2 (/source) Sep 17 16:45:27.123 INFO kablam! warning[E0170]: pattern binding `Binary` is named the same as one of the variants of the type `parser::FileFormat` Sep 17 16:45:27.123 INFO kablam! --> src/lib.rs:14:16 Sep 17 16:45:27.123 INFO kablam! | Sep 17 16:45:27.123 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 17 16:45:27.123 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Sep 17 16:45:27.123 INFO kablam! Sep 17 16:45:27.123 INFO kablam! warning[E0170]: pattern binding `Text` is named the same as one of the variants of the type `parser::FileFormat` Sep 17 16:45:27.123 INFO kablam! --> src/lib.rs:23:16 Sep 17 16:45:27.123 INFO kablam! | Sep 17 16:45:27.123 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 17 16:45:27.123 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Sep 17 16:45:27.123 INFO kablam! Sep 17 16:45:27.123 INFO kablam! warning: unused variable: `Binary` Sep 17 16:45:27.123 INFO kablam! --> src/lib.rs:14:16 Sep 17 16:45:27.123 INFO kablam! | Sep 17 16:45:27.123 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 17 16:45:27.123 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Sep 17 16:45:27.123 INFO kablam! | Sep 17 16:45:27.123 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 16:45:27.123 INFO kablam! Sep 17 16:45:27.123 INFO kablam! warning: unused variable: `Text` Sep 17 16:45:27.123 INFO kablam! --> src/lib.rs:23:16 Sep 17 16:45:27.123 INFO kablam! | Sep 17 16:45:27.123 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 17 16:45:27.123 INFO kablam! | ^^^^ help: consider using `_Text` instead Sep 17 16:45:27.123 INFO kablam! Sep 17 16:45:27.151 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Sep 17 16:45:27.151 INFO kablam! --> src/lib.rs:7:5 Sep 17 16:45:27.151 INFO kablam! | Sep 17 16:45:27.151 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Sep 17 16:45:27.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:45:27.151 INFO kablam! | Sep 17 16:45:27.151 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 17 16:45:27.151 INFO kablam! Sep 17 16:45:27.151 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Sep 17 16:45:27.151 INFO kablam! --> src/lib.rs:8:5 Sep 17 16:45:27.151 INFO kablam! | Sep 17 16:45:27.151 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Sep 17 16:45:27.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:45:27.151 INFO kablam! Sep 17 16:45:27.151 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Sep 17 16:45:27.151 INFO kablam! --> src/lib.rs:14:16 Sep 17 16:45:27.151 INFO kablam! | Sep 17 16:45:27.151 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 17 16:45:27.151 INFO kablam! | ^^^^^^ Sep 17 16:45:27.151 INFO kablam! | Sep 17 16:45:27.151 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 17 16:45:27.151 INFO kablam! Sep 17 16:45:27.151 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Sep 17 16:45:27.151 INFO kablam! --> src/lib.rs:23:16 Sep 17 16:45:27.151 INFO kablam! | Sep 17 16:45:27.151 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 17 16:45:27.151 INFO kablam! | ^^^^ Sep 17 16:45:27.151 INFO kablam! Sep 17 16:45:27.193 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.58s Sep 17 16:45:27.193 INFO kablam! su: No module specific data is present Sep 17 16:45:28.085 INFO running `"docker" "rm" "-f" "302e6184e74297831c67dc382161569cd7e9b8f77a98eb800c32c507415d3af1"` Sep 17 16:45:28.278 INFO blam! 302e6184e74297831c67dc382161569cd7e9b8f77a98eb800c32c507415d3af1