Sep 04 02:06:08.036 INFO checking stlv-0.1.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 02:06:08.037 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 02:06:08.037 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:06:08.198 INFO blam! 5b04911c8d7755edf89faaf80d79a8b502d160dd2b977815f469211da13230c7 Sep 04 02:06:08.199 INFO running `"docker" "start" "-a" "5b04911c8d7755edf89faaf80d79a8b502d160dd2b977815f469211da13230c7"` Sep 04 02:06:08.820 INFO kablam! Checking stlv v0.1.2 (file:///source) Sep 04 02:06:09.404 INFO kablam! warning[E0170]: pattern binding `Binary` is named the same as one of the variants of the type `parser::FileFormat` Sep 04 02:06:09.404 INFO kablam! --> src/lib.rs:14:16 Sep 04 02:06:09.404 INFO kablam! | Sep 04 02:06:09.404 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 04 02:06:09.404 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Sep 04 02:06:09.405 INFO kablam! Sep 04 02:06:09.405 INFO kablam! warning[E0170]: pattern binding `Text` is named the same as one of the variants of the type `parser::FileFormat` Sep 04 02:06:09.405 INFO kablam! --> src/lib.rs:23:16 Sep 04 02:06:09.405 INFO kablam! | Sep 04 02:06:09.405 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 04 02:06:09.405 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Sep 04 02:06:09.405 INFO kablam! Sep 04 02:06:09.405 INFO kablam! warning: unused variable: `Binary` Sep 04 02:06:09.405 INFO kablam! --> src/lib.rs:14:16 Sep 04 02:06:09.405 INFO kablam! | Sep 04 02:06:09.405 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 04 02:06:09.405 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Sep 04 02:06:09.406 INFO kablam! | Sep 04 02:06:09.406 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 02:06:09.406 INFO kablam! Sep 04 02:06:09.406 INFO kablam! warning: unused variable: `Text` Sep 04 02:06:09.406 INFO kablam! --> src/lib.rs:23:16 Sep 04 02:06:09.406 INFO kablam! | Sep 04 02:06:09.406 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 04 02:06:09.406 INFO kablam! | ^^^^ help: consider using `_Text` instead Sep 04 02:06:09.406 INFO kablam! Sep 04 02:06:09.449 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Sep 04 02:06:09.449 INFO kablam! --> src/lib.rs:7:5 Sep 04 02:06:09.450 INFO kablam! | Sep 04 02:06:09.450 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Sep 04 02:06:09.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:06:09.450 INFO kablam! | Sep 04 02:06:09.450 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 04 02:06:09.450 INFO kablam! Sep 04 02:06:09.450 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Sep 04 02:06:09.450 INFO kablam! --> src/lib.rs:8:5 Sep 04 02:06:09.450 INFO kablam! | Sep 04 02:06:09.450 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Sep 04 02:06:09.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:06:09.450 INFO kablam! Sep 04 02:06:09.450 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Sep 04 02:06:09.450 INFO kablam! --> src/lib.rs:14:16 Sep 04 02:06:09.451 INFO kablam! | Sep 04 02:06:09.451 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Sep 04 02:06:09.451 INFO kablam! | ^^^^^^ Sep 04 02:06:09.451 INFO kablam! | Sep 04 02:06:09.451 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 04 02:06:09.451 INFO kablam! Sep 04 02:06:09.451 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Sep 04 02:06:09.451 INFO kablam! --> src/lib.rs:23:16 Sep 04 02:06:09.451 INFO kablam! | Sep 04 02:06:09.451 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Sep 04 02:06:09.451 INFO kablam! | ^^^^ Sep 04 02:06:09.451 INFO kablam! Sep 04 02:06:09.470 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Sep 04 02:06:09.477 INFO kablam! su: No module specific data is present Sep 04 02:06:09.826 INFO running `"docker" "rm" "-f" "5b04911c8d7755edf89faaf80d79a8b502d160dd2b977815f469211da13230c7"` Sep 04 02:06:09.926 INFO blam! 5b04911c8d7755edf89faaf80d79a8b502d160dd2b977815f469211da13230c7