Sep 19 17:39:49.110 INFO checking stlv-0.1.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 17:39:49.110 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 17:39:49.110 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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:49.514 INFO blam! d462e94c64cbb12f74118f4d03b18af80feddfa1a5abef656a9d2daa1c592aff Sep 19 17:39:49.515 INFO running `"docker" "start" "-a" "d462e94c64cbb12f74118f4d03b18af80feddfa1a5abef656a9d2daa1c592aff"` Sep 19 17:39:50.537 INFO kablam! usermod: no changes Sep 19 17:39:50.583 INFO kablam! Checking stlv v0.1.2 (/source) Sep 19 17:39:50.943 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:50.943 INFO kablam! --> src/lib.rs:14:16 Sep 19 17:39:50.943 INFO kablam! | Sep 19 17:39:50.943 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 19 17:39:50.943 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Sep 19 17:39:50.943 INFO kablam! Sep 19 17:39:50.943 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:50.943 INFO kablam! --> src/lib.rs:23:16 Sep 19 17:39:50.943 INFO kablam! | Sep 19 17:39:50.943 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 19 17:39:50.943 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Sep 19 17:39:50.943 INFO kablam! Sep 19 17:39:50.943 INFO kablam! warning: unused variable: `Binary` Sep 19 17:39:50.943 INFO kablam! --> src/lib.rs:14:16 Sep 19 17:39:50.943 INFO kablam! | Sep 19 17:39:50.943 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 19 17:39:50.943 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Sep 19 17:39:50.943 INFO kablam! | Sep 19 17:39:50.943 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 17:39:50.943 INFO kablam! Sep 19 17:39:50.943 INFO kablam! warning: unused variable: `Text` Sep 19 17:39:50.943 INFO kablam! --> src/lib.rs:23:16 Sep 19 17:39:50.943 INFO kablam! | Sep 19 17:39:50.943 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 19 17:39:50.943 INFO kablam! | ^^^^ help: consider using `_Text` instead Sep 19 17:39:50.943 INFO kablam! Sep 19 17:39:50.967 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Sep 19 17:39:50.967 INFO kablam! --> src/lib.rs:7:5 Sep 19 17:39:50.967 INFO kablam! | Sep 19 17:39:50.967 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Sep 19 17:39:50.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:39:50.967 INFO kablam! | Sep 19 17:39:50.967 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 19 17:39:50.967 INFO kablam! Sep 19 17:39:50.967 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Sep 19 17:39:50.967 INFO kablam! --> src/lib.rs:8:5 Sep 19 17:39:50.967 INFO kablam! | Sep 19 17:39:50.967 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Sep 19 17:39:50.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:39:50.967 INFO kablam! Sep 19 17:39:50.967 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Sep 19 17:39:50.967 INFO kablam! --> src/lib.rs:14:16 Sep 19 17:39:50.967 INFO kablam! | Sep 19 17:39:50.967 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 19 17:39:50.967 INFO kablam! | ^^^^^^ Sep 19 17:39:50.967 INFO kablam! | Sep 19 17:39:50.967 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 19 17:39:50.967 INFO kablam! Sep 19 17:39:50.967 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Sep 19 17:39:50.967 INFO kablam! --> src/lib.rs:23:16 Sep 19 17:39:50.967 INFO kablam! | Sep 19 17:39:50.967 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 19 17:39:50.967 INFO kablam! | ^^^^ Sep 19 17:39:50.967 INFO kablam! Sep 19 17:39:51.042 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.47s Sep 19 17:39:51.043 INFO kablam! su: No module specific data is present Sep 19 17:39:51.593 INFO running `"docker" "rm" "-f" "d462e94c64cbb12f74118f4d03b18af80feddfa1a5abef656a9d2daa1c592aff"` Sep 19 17:39:51.795 INFO blam! d462e94c64cbb12f74118f4d03b18af80feddfa1a5abef656a9d2daa1c592aff