Sep 14 08:27:50.254 INFO checking stlv-0.1.2 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 08:27:50.254 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 08:27:50.254 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-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.422 INFO blam! 0fc284ac242223834738d304e7745c9736f5b34fd03f88454b0df772814c391b Sep 14 08:27:50.424 INFO running `"docker" "start" "-a" "0fc284ac242223834738d304e7745c9736f5b34fd03f88454b0df772814c391b"` Sep 14 08:27:51.301 INFO kablam! usermod: no changes Sep 14 08:27:51.328 INFO kablam! Checking stlv v0.1.2 (file:///source) Sep 14 08:27:51.659 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.659 INFO kablam! --> src/lib.rs:14:16 Sep 14 08:27:51.659 INFO kablam! | Sep 14 08:27:51.659 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 14 08:27:51.659 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Sep 14 08:27:51.659 INFO kablam! Sep 14 08:27:51.659 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.659 INFO kablam! --> src/lib.rs:23:16 Sep 14 08:27:51.659 INFO kablam! | Sep 14 08:27:51.659 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 14 08:27:51.659 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Sep 14 08:27:51.659 INFO kablam! Sep 14 08:27:51.659 INFO kablam! warning: unused variable: `Binary` Sep 14 08:27:51.659 INFO kablam! --> src/lib.rs:14:16 Sep 14 08:27:51.659 INFO kablam! | Sep 14 08:27:51.659 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 14 08:27:51.659 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Sep 14 08:27:51.659 INFO kablam! | Sep 14 08:27:51.659 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 08:27:51.659 INFO kablam! Sep 14 08:27:51.659 INFO kablam! warning: unused variable: `Text` Sep 14 08:27:51.659 INFO kablam! --> src/lib.rs:23:16 Sep 14 08:27:51.659 INFO kablam! | Sep 14 08:27:51.659 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 14 08:27:51.659 INFO kablam! | ^^^^ help: consider using `_Text` instead Sep 14 08:27:51.659 INFO kablam! Sep 14 08:27:51.687 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Sep 14 08:27:51.687 INFO kablam! --> src/lib.rs:7:5 Sep 14 08:27:51.687 INFO kablam! | Sep 14 08:27:51.687 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Sep 14 08:27:51.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:27:51.687 INFO kablam! | Sep 14 08:27:51.687 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 14 08:27:51.687 INFO kablam! Sep 14 08:27:51.687 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Sep 14 08:27:51.687 INFO kablam! --> src/lib.rs:8:5 Sep 14 08:27:51.687 INFO kablam! | Sep 14 08:27:51.687 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Sep 14 08:27:51.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 08:27:51.687 INFO kablam! Sep 14 08:27:51.688 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Sep 14 08:27:51.688 INFO kablam! --> src/lib.rs:14:16 Sep 14 08:27:51.688 INFO kablam! | Sep 14 08:27:51.688 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 14 08:27:51.688 INFO kablam! | ^^^^^^ Sep 14 08:27:51.688 INFO kablam! | Sep 14 08:27:51.688 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 14 08:27:51.688 INFO kablam! Sep 14 08:27:51.688 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Sep 14 08:27:51.688 INFO kablam! --> src/lib.rs:23:16 Sep 14 08:27:51.688 INFO kablam! | Sep 14 08:27:51.688 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 14 08:27:51.688 INFO kablam! | ^^^^ Sep 14 08:27:51.688 INFO kablam! Sep 14 08:27:51.710 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.39s Sep 14 08:27:51.710 INFO kablam! su: No module specific data is present Sep 14 08:27:52.332 INFO running `"docker" "rm" "-f" "0fc284ac242223834738d304e7745c9736f5b34fd03f88454b0df772814c391b"` Sep 14 08:27:52.406 INFO blam! 0fc284ac242223834738d304e7745c9736f5b34fd03f88454b0df772814c391b