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