Sep 01 05:31:43.661 INFO checking stlv-0.1.2 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 05:31:43.661 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 05:31:43.661 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:31:43.826 INFO blam! 7f5359bfa6f51c40f380e245da27c11e6dbbaa68974ddcbd47c308b8962ed89c Sep 01 05:31:43.828 INFO running `"docker" "start" "-a" "7f5359bfa6f51c40f380e245da27c11e6dbbaa68974ddcbd47c308b8962ed89c"` Sep 01 05:31:44.745 INFO kablam! Checking stlv v0.1.2 (file:///source) Sep 01 05:31:45.219 INFO kablam! warning[E0170]: pattern binding `Binary` is named the same as one of the variants of the type `parser::FileFormat` Sep 01 05:31:45.219 INFO kablam! --> src/lib.rs:14:16 Sep 01 05:31:45.219 INFO kablam! | Sep 01 05:31:45.219 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 01 05:31:45.219 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Sep 01 05:31:45.219 INFO kablam! Sep 01 05:31:45.219 INFO kablam! warning[E0170]: pattern binding `Text` is named the same as one of the variants of the type `parser::FileFormat` Sep 01 05:31:45.219 INFO kablam! --> src/lib.rs:23:16 Sep 01 05:31:45.219 INFO kablam! | Sep 01 05:31:45.219 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 01 05:31:45.219 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Sep 01 05:31:45.219 INFO kablam! Sep 01 05:31:45.219 INFO kablam! warning: unused variable: `Binary` Sep 01 05:31:45.219 INFO kablam! --> src/lib.rs:14:16 Sep 01 05:31:45.220 INFO kablam! | Sep 01 05:31:45.220 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 01 05:31:45.220 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Sep 01 05:31:45.220 INFO kablam! | Sep 01 05:31:45.220 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 05:31:45.220 INFO kablam! Sep 01 05:31:45.220 INFO kablam! warning: unused variable: `Text` Sep 01 05:31:45.220 INFO kablam! --> src/lib.rs:23:16 Sep 01 05:31:45.220 INFO kablam! | Sep 01 05:31:45.220 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 01 05:31:45.220 INFO kablam! | ^^^^ help: consider using `_Text` instead Sep 01 05:31:45.220 INFO kablam! Sep 01 05:31:45.254 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Sep 01 05:31:45.254 INFO kablam! --> src/lib.rs:7:5 Sep 01 05:31:45.254 INFO kablam! | Sep 01 05:31:45.254 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Sep 01 05:31:45.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:31:45.254 INFO kablam! | Sep 01 05:31:45.254 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 01 05:31:45.254 INFO kablam! Sep 01 05:31:45.254 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Sep 01 05:31:45.254 INFO kablam! --> src/lib.rs:8:5 Sep 01 05:31:45.254 INFO kablam! | Sep 01 05:31:45.254 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Sep 01 05:31:45.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:31:45.254 INFO kablam! Sep 01 05:31:45.254 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Sep 01 05:31:45.254 INFO kablam! --> src/lib.rs:14:16 Sep 01 05:31:45.254 INFO kablam! | Sep 01 05:31:45.254 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 01 05:31:45.254 INFO kablam! | ^^^^^^ Sep 01 05:31:45.254 INFO kablam! | Sep 01 05:31:45.254 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 01 05:31:45.254 INFO kablam! Sep 01 05:31:45.254 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Sep 01 05:31:45.255 INFO kablam! --> src/lib.rs:23:16 Sep 01 05:31:45.255 INFO kablam! | Sep 01 05:31:45.255 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 01 05:31:45.255 INFO kablam! | ^^^^ Sep 01 05:31:45.255 INFO kablam! Sep 01 05:31:45.269 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.53s Sep 01 05:31:45.271 INFO kablam! su: No module specific data is present Sep 01 05:31:45.667 INFO running `"docker" "rm" "-f" "7f5359bfa6f51c40f380e245da27c11e6dbbaa68974ddcbd47c308b8962ed89c"` Sep 01 05:31:45.761 INFO blam! 7f5359bfa6f51c40f380e245da27c11e6dbbaa68974ddcbd47c308b8962ed89c