Oct 13 07:58:53.875 INFO checking stlv-0.1.2 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:58:53.876 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 07:58:54.055 INFO blam! 6839dc4ee9368368d2ef1844381d8b01354ad7139668d6891e472ba8771fd6aa Oct 13 07:58:54.057 INFO running `"docker" "start" "-a" "6839dc4ee9368368d2ef1844381d8b01354ad7139668d6891e472ba8771fd6aa"` Oct 13 07:58:54.484 INFO kablam! usermod: no changes Oct 13 07:58:54.521 INFO kablam! Checking stlv v0.1.2 (/source) Oct 13 07:58:55.298 INFO kablam! warning[E0170]: pattern binding `Binary` is named the same as one of the variants of the type `parser::FileFormat` Oct 13 07:58:55.298 INFO kablam! --> src/lib.rs:14:16 Oct 13 07:58:55.298 INFO kablam! | Oct 13 07:58:55.298 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 13 07:58:55.298 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Oct 13 07:58:55.298 INFO kablam! Oct 13 07:58:55.298 INFO kablam! warning[E0170]: pattern binding `Text` is named the same as one of the variants of the type `parser::FileFormat` Oct 13 07:58:55.298 INFO kablam! --> src/lib.rs:23:16 Oct 13 07:58:55.298 INFO kablam! | Oct 13 07:58:55.298 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 13 07:58:55.298 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Oct 13 07:58:55.298 INFO kablam! Oct 13 07:58:55.298 INFO kablam! warning: unused variable: `Binary` Oct 13 07:58:55.298 INFO kablam! --> src/lib.rs:14:16 Oct 13 07:58:55.298 INFO kablam! | Oct 13 07:58:55.299 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 13 07:58:55.299 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Oct 13 07:58:55.299 INFO kablam! | Oct 13 07:58:55.299 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:58:55.299 INFO kablam! Oct 13 07:58:55.299 INFO kablam! warning: unused variable: `Text` Oct 13 07:58:55.299 INFO kablam! --> src/lib.rs:23:16 Oct 13 07:58:55.299 INFO kablam! | Oct 13 07:58:55.299 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 13 07:58:55.299 INFO kablam! | ^^^^ help: consider using `_Text` instead Oct 13 07:58:55.299 INFO kablam! Oct 13 07:58:55.324 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Oct 13 07:58:55.324 INFO kablam! --> src/lib.rs:7:5 Oct 13 07:58:55.324 INFO kablam! | Oct 13 07:58:55.324 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Oct 13 07:58:55.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:58:55.324 INFO kablam! | Oct 13 07:58:55.324 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 13 07:58:55.324 INFO kablam! Oct 13 07:58:55.324 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Oct 13 07:58:55.324 INFO kablam! --> src/lib.rs:8:5 Oct 13 07:58:55.324 INFO kablam! | Oct 13 07:58:55.324 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Oct 13 07:58:55.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:58:55.324 INFO kablam! Oct 13 07:58:55.324 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Oct 13 07:58:55.324 INFO kablam! --> src/lib.rs:14:16 Oct 13 07:58:55.324 INFO kablam! | Oct 13 07:58:55.324 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 13 07:58:55.324 INFO kablam! | ^^^^^^ Oct 13 07:58:55.324 INFO kablam! | Oct 13 07:58:55.325 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 07:58:55.325 INFO kablam! Oct 13 07:58:55.325 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Oct 13 07:58:55.325 INFO kablam! --> src/lib.rs:23:16 Oct 13 07:58:55.325 INFO kablam! | Oct 13 07:58:55.325 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 13 07:58:55.325 INFO kablam! | ^^^^ Oct 13 07:58:55.325 INFO kablam! Oct 13 07:58:55.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Oct 13 07:58:55.366 INFO kablam! su: No module specific data is present Oct 13 07:58:55.747 INFO running `"docker" "rm" "-f" "6839dc4ee9368368d2ef1844381d8b01354ad7139668d6891e472ba8771fd6aa"` Oct 13 07:58:55.873 INFO blam! 6839dc4ee9368368d2ef1844381d8b01354ad7139668d6891e472ba8771fd6aa