Oct 21 23:20:18.589 INFO checking stlv-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:20:18.589 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 23:20:19.016 INFO blam! b11433f47dffb26ada252898cd71f8e302d27d26b6dd835b5d9530c2d34601e7 Oct 21 23:20:19.017 INFO running `"docker" "start" "-a" "b11433f47dffb26ada252898cd71f8e302d27d26b6dd835b5d9530c2d34601e7"` Oct 21 23:20:19.860 INFO kablam! usermod: no changes Oct 21 23:20:19.912 INFO kablam! Checking stlv v0.1.2 (/source) Oct 21 23:20:20.712 INFO kablam! warning[E0170]: pattern binding `Binary` is named the same as one of the variants of the type `parser::FileFormat` Oct 21 23:20:20.712 INFO kablam! --> src/lib.rs:14:16 Oct 21 23:20:20.712 INFO kablam! | Oct 21 23:20:20.712 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 21 23:20:20.712 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Oct 21 23:20:20.712 INFO kablam! Oct 21 23:20:20.712 INFO kablam! warning[E0170]: pattern binding `Text` is named the same as one of the variants of the type `parser::FileFormat` Oct 21 23:20:20.712 INFO kablam! --> src/lib.rs:23:16 Oct 21 23:20:20.712 INFO kablam! | Oct 21 23:20:20.712 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 21 23:20:20.712 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Oct 21 23:20:20.712 INFO kablam! Oct 21 23:20:20.712 INFO kablam! warning: unused variable: `Binary` Oct 21 23:20:20.712 INFO kablam! --> src/lib.rs:14:16 Oct 21 23:20:20.712 INFO kablam! | Oct 21 23:20:20.712 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 21 23:20:20.713 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Oct 21 23:20:20.713 INFO kablam! | Oct 21 23:20:20.713 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:20:20.713 INFO kablam! Oct 21 23:20:20.713 INFO kablam! warning: unused variable: `Text` Oct 21 23:20:20.713 INFO kablam! --> src/lib.rs:23:16 Oct 21 23:20:20.713 INFO kablam! | Oct 21 23:20:20.713 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 21 23:20:20.713 INFO kablam! | ^^^^ help: consider using `_Text` instead Oct 21 23:20:20.713 INFO kablam! Oct 21 23:20:20.725 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Oct 21 23:20:20.725 INFO kablam! --> src/lib.rs:7:5 Oct 21 23:20:20.725 INFO kablam! | Oct 21 23:20:20.725 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Oct 21 23:20:20.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:20:20.725 INFO kablam! | Oct 21 23:20:20.725 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 23:20:20.725 INFO kablam! Oct 21 23:20:20.725 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Oct 21 23:20:20.725 INFO kablam! --> src/lib.rs:8:5 Oct 21 23:20:20.725 INFO kablam! | Oct 21 23:20:20.725 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Oct 21 23:20:20.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:20:20.725 INFO kablam! Oct 21 23:20:20.725 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Oct 21 23:20:20.725 INFO kablam! --> src/lib.rs:14:16 Oct 21 23:20:20.725 INFO kablam! | Oct 21 23:20:20.725 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 21 23:20:20.725 INFO kablam! | ^^^^^^ Oct 21 23:20:20.726 INFO kablam! | Oct 21 23:20:20.726 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 23:20:20.726 INFO kablam! Oct 21 23:20:20.726 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Oct 21 23:20:20.726 INFO kablam! --> src/lib.rs:23:16 Oct 21 23:20:20.726 INFO kablam! | Oct 21 23:20:20.726 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 21 23:20:20.726 INFO kablam! | ^^^^ Oct 21 23:20:20.726 INFO kablam! Oct 21 23:20:20.768 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 21 23:20:20.788 INFO kablam! su: No module specific data is present Oct 21 23:20:21.213 INFO running `"docker" "rm" "-f" "b11433f47dffb26ada252898cd71f8e302d27d26b6dd835b5d9530c2d34601e7"` Oct 21 23:20:21.444 INFO blam! b11433f47dffb26ada252898cd71f8e302d27d26b6dd835b5d9530c2d34601e7