Oct 27 15:11:26.097 INFO checking stlv-0.1.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:11:26.097 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.463 INFO blam! 4c7e0d3397c38cea714f49b1eea90ffd7a1cec90f5bd2c9b4ad3330e2ccf9f45 Oct 27 15:11:26.465 INFO running `"docker" "start" "-a" "4c7e0d3397c38cea714f49b1eea90ffd7a1cec90f5bd2c9b4ad3330e2ccf9f45"` Oct 27 15:11:27.063 INFO kablam! usermod: no changes Oct 27 15:11:27.087 INFO kablam! Checking stlv v0.1.2 (/source) Oct 27 15:11:27.755 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.755 INFO kablam! --> src/lib.rs:14:16 Oct 27 15:11:27.755 INFO kablam! | Oct 27 15:11:27.755 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 27 15:11:27.755 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Oct 27 15:11:27.755 INFO kablam! Oct 27 15:11:27.755 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.755 INFO kablam! --> src/lib.rs:23:16 Oct 27 15:11:27.755 INFO kablam! | Oct 27 15:11:27.755 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 27 15:11:27.755 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Oct 27 15:11:27.755 INFO kablam! Oct 27 15:11:27.755 INFO kablam! warning: unused variable: `Binary` Oct 27 15:11:27.755 INFO kablam! --> src/lib.rs:14:16 Oct 27 15:11:27.755 INFO kablam! | Oct 27 15:11:27.755 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 27 15:11:27.755 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Oct 27 15:11:27.755 INFO kablam! | Oct 27 15:11:27.755 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:11:27.755 INFO kablam! Oct 27 15:11:27.755 INFO kablam! warning: unused variable: `Text` Oct 27 15:11:27.755 INFO kablam! --> src/lib.rs:23:16 Oct 27 15:11:27.755 INFO kablam! | Oct 27 15:11:27.755 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 27 15:11:27.755 INFO kablam! | ^^^^ help: consider using `_Text` instead Oct 27 15:11:27.755 INFO kablam! Oct 27 15:11:27.767 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Oct 27 15:11:27.767 INFO kablam! --> src/lib.rs:7:5 Oct 27 15:11:27.767 INFO kablam! | Oct 27 15:11:27.767 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Oct 27 15:11:27.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:11:27.767 INFO kablam! | Oct 27 15:11:27.767 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 15:11:27.767 INFO kablam! Oct 27 15:11:27.767 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Oct 27 15:11:27.767 INFO kablam! --> src/lib.rs:8:5 Oct 27 15:11:27.767 INFO kablam! | Oct 27 15:11:27.767 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Oct 27 15:11:27.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:11:27.767 INFO kablam! Oct 27 15:11:27.768 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Oct 27 15:11:27.768 INFO kablam! --> src/lib.rs:14:16 Oct 27 15:11:27.768 INFO kablam! | Oct 27 15:11:27.768 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 27 15:11:27.768 INFO kablam! | ^^^^^^ Oct 27 15:11:27.768 INFO kablam! | Oct 27 15:11:27.768 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 15:11:27.768 INFO kablam! Oct 27 15:11:27.768 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Oct 27 15:11:27.768 INFO kablam! --> src/lib.rs:23:16 Oct 27 15:11:27.768 INFO kablam! | Oct 27 15:11:27.768 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 27 15:11:27.768 INFO kablam! | ^^^^ Oct 27 15:11:27.768 INFO kablam! Oct 27 15:11:27.788 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.72s Oct 27 15:11:27.793 INFO kablam! su: No module specific data is present Oct 27 15:11:28.093 INFO running `"docker" "rm" "-f" "4c7e0d3397c38cea714f49b1eea90ffd7a1cec90f5bd2c9b4ad3330e2ccf9f45"` Oct 27 15:11:28.167 INFO blam! 4c7e0d3397c38cea714f49b1eea90ffd7a1cec90f5bd2c9b4ad3330e2ccf9f45