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