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