Oct 27 15:11:26.160 INFO checking stlv-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:11:26.160 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 27 15:11:26.431 INFO blam! 1c2c98bea9c6b0a0a7cc6d69490c91b52120aebc14f33542876d0c6a4f65b0ca Oct 27 15:11:26.435 INFO running `"docker" "start" "-a" "1c2c98bea9c6b0a0a7cc6d69490c91b52120aebc14f33542876d0c6a4f65b0ca"` Oct 27 15:11:26.955 INFO kablam! usermod: no changes Oct 27 15:11:26.993 INFO kablam! Checking stlv v0.1.2 (/source) Oct 27 15:11:27.889 INFO kablam! warning[E0170]: pattern binding `Binary` is named the same as one of the variants of the type `parser::FileFormat` Oct 27 15:11:27.889 INFO kablam! --> src/lib.rs:14:16 Oct 27 15:11:27.889 INFO kablam! | Oct 27 15:11:27.889 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 27 15:11:27.889 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Oct 27 15:11:27.889 INFO kablam! Oct 27 15:11:27.889 INFO kablam! warning[E0170]: pattern binding `Text` is named the same as one of the variants of the type `parser::FileFormat` Oct 27 15:11:27.889 INFO kablam! --> src/lib.rs:23:16 Oct 27 15:11:27.889 INFO kablam! | Oct 27 15:11:27.889 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 27 15:11:27.889 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Oct 27 15:11:27.889 INFO kablam! Oct 27 15:11:27.889 INFO kablam! warning: unused variable: `Binary` Oct 27 15:11:27.889 INFO kablam! --> src/lib.rs:14:16 Oct 27 15:11:27.889 INFO kablam! | Oct 27 15:11:27.889 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 27 15:11:27.889 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Oct 27 15:11:27.889 INFO kablam! | Oct 27 15:11:27.889 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:11:27.889 INFO kablam! Oct 27 15:11:27.889 INFO kablam! warning: unused variable: `Text` Oct 27 15:11:27.889 INFO kablam! --> src/lib.rs:23:16 Oct 27 15:11:27.889 INFO kablam! | Oct 27 15:11:27.889 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 27 15:11:27.889 INFO kablam! | ^^^^ help: consider using `_Text` instead Oct 27 15:11:27.889 INFO kablam! Oct 27 15:11:27.912 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Oct 27 15:11:27.913 INFO kablam! --> src/lib.rs:7:5 Oct 27 15:11:27.913 INFO kablam! | Oct 27 15:11:27.913 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Oct 27 15:11:27.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:11:27.913 INFO kablam! | Oct 27 15:11:27.913 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 15:11:27.913 INFO kablam! Oct 27 15:11:27.913 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Oct 27 15:11:27.913 INFO kablam! --> src/lib.rs:8:5 Oct 27 15:11:27.913 INFO kablam! | Oct 27 15:11:27.913 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Oct 27 15:11:27.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:11:27.913 INFO kablam! Oct 27 15:11:27.915 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Oct 27 15:11:27.915 INFO kablam! --> src/lib.rs:14:16 Oct 27 15:11:27.915 INFO kablam! | Oct 27 15:11:27.915 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 27 15:11:27.915 INFO kablam! | ^^^^^^ Oct 27 15:11:27.915 INFO kablam! | Oct 27 15:11:27.915 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 15:11:27.915 INFO kablam! Oct 27 15:11:27.915 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Oct 27 15:11:27.915 INFO kablam! --> src/lib.rs:23:16 Oct 27 15:11:27.915 INFO kablam! | Oct 27 15:11:27.915 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 27 15:11:27.915 INFO kablam! | ^^^^ Oct 27 15:11:27.915 INFO kablam! Oct 27 15:11:27.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 27 15:11:27.946 INFO kablam! su: No module specific data is present Oct 27 15:11:28.199 INFO running `"docker" "rm" "-f" "1c2c98bea9c6b0a0a7cc6d69490c91b52120aebc14f33542876d0c6a4f65b0ca"` Oct 27 15:11:28.307 INFO blam! 1c2c98bea9c6b0a0a7cc6d69490c91b52120aebc14f33542876d0c6a4f65b0ca