Sep 01 22:47:45.154 INFO checking stlv-0.1.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 22:47:45.154 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 22:47:45.154 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 22:47:45.341 INFO blam! 5eba9b8c3dc9bf2ae4ec343ad35caf47a963c95774c37792a63402a55fe25062 Sep 01 22:47:45.343 INFO running `"docker" "start" "-a" "5eba9b8c3dc9bf2ae4ec343ad35caf47a963c95774c37792a63402a55fe25062"` Sep 01 22:47:45.982 INFO kablam! Checking stlv v0.1.2 (file:///source) Sep 01 22:47:46.597 INFO kablam! warning[E0170]: pattern binding `Binary` is named the same as one of the variants of the type `parser::FileFormat` Sep 01 22:47:46.597 INFO kablam! --> src/lib.rs:14:16 Sep 01 22:47:46.597 INFO kablam! | Sep 01 22:47:46.597 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 01 22:47:46.597 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Sep 01 22:47:46.597 INFO kablam! Sep 01 22:47:46.597 INFO kablam! warning[E0170]: pattern binding `Text` is named the same as one of the variants of the type `parser::FileFormat` Sep 01 22:47:46.597 INFO kablam! --> src/lib.rs:23:16 Sep 01 22:47:46.598 INFO kablam! | Sep 01 22:47:46.598 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 01 22:47:46.598 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Sep 01 22:47:46.598 INFO kablam! Sep 01 22:47:46.598 INFO kablam! warning: unused variable: `Binary` Sep 01 22:47:46.598 INFO kablam! --> src/lib.rs:14:16 Sep 01 22:47:46.598 INFO kablam! | Sep 01 22:47:46.598 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 01 22:47:46.598 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Sep 01 22:47:46.598 INFO kablam! | Sep 01 22:47:46.598 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 22:47:46.598 INFO kablam! Sep 01 22:47:46.599 INFO kablam! warning: unused variable: `Text` Sep 01 22:47:46.599 INFO kablam! --> src/lib.rs:23:16 Sep 01 22:47:46.599 INFO kablam! | Sep 01 22:47:46.599 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 01 22:47:46.599 INFO kablam! | ^^^^ help: consider using `_Text` instead Sep 01 22:47:46.599 INFO kablam! Sep 01 22:47:46.640 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Sep 01 22:47:46.640 INFO kablam! --> src/lib.rs:7:5 Sep 01 22:47:46.640 INFO kablam! | Sep 01 22:47:46.640 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Sep 01 22:47:46.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 22:47:46.641 INFO kablam! | Sep 01 22:47:46.641 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 01 22:47:46.641 INFO kablam! Sep 01 22:47:46.641 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Sep 01 22:47:46.641 INFO kablam! --> src/lib.rs:8:5 Sep 01 22:47:46.641 INFO kablam! | Sep 01 22:47:46.641 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Sep 01 22:47:46.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 22:47:46.642 INFO kablam! Sep 01 22:47:46.642 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Sep 01 22:47:46.642 INFO kablam! --> src/lib.rs:14:16 Sep 01 22:47:46.642 INFO kablam! | Sep 01 22:47:46.642 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 01 22:47:46.642 INFO kablam! | ^^^^^^ Sep 01 22:47:46.642 INFO kablam! | Sep 01 22:47:46.642 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 01 22:47:46.642 INFO kablam! Sep 01 22:47:46.642 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Sep 01 22:47:46.642 INFO kablam! --> src/lib.rs:23:16 Sep 01 22:47:46.642 INFO kablam! | Sep 01 22:47:46.642 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 01 22:47:46.642 INFO kablam! | ^^^^ Sep 01 22:47:46.642 INFO kablam! Sep 01 22:47:46.661 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Sep 01 22:47:46.663 INFO kablam! su: No module specific data is present Sep 01 22:47:47.099 INFO running `"docker" "rm" "-f" "5eba9b8c3dc9bf2ae4ec343ad35caf47a963c95774c37792a63402a55fe25062"` Sep 01 22:47:47.195 INFO blam! 5eba9b8c3dc9bf2ae4ec343ad35caf47a963c95774c37792a63402a55fe25062