Oct 15 17:40:38.904 INFO testing stlv-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 17:40:38.904 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 17:40:39.375 INFO blam! e82ce0cac8484953a13dcbce5d9e72fce5f2427c68183feb6aece9457c5baf75 Oct 15 17:40:39.376 INFO running `"docker" "start" "-a" "e82ce0cac8484953a13dcbce5d9e72fce5f2427c68183feb6aece9457c5baf75"` Oct 15 17:40:39.894 INFO kablam! usermod: no changes Oct 15 17:40:39.922 INFO kablam! Compiling stlv v0.1.2 (/source) Oct 15 17:40:40.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 15 17:40:40.775 INFO kablam! su: No module specific data is present Oct 15 17:40:41.012 INFO running `"docker" "rm" "-f" "e82ce0cac8484953a13dcbce5d9e72fce5f2427c68183feb6aece9457c5baf75"` Oct 15 17:40:41.095 INFO blam! e82ce0cac8484953a13dcbce5d9e72fce5f2427c68183feb6aece9457c5baf75 Oct 15 17:40:41.100 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 17:40:41.275 INFO blam! 555328b4c2f006187224ab1013358d030d94e05c7e73b0656acc83a4b73e794c Oct 15 17:40:41.277 INFO running `"docker" "start" "-a" "555328b4c2f006187224ab1013358d030d94e05c7e73b0656acc83a4b73e794c"` Oct 15 17:40:41.705 INFO kablam! usermod: no changes Oct 15 17:40:41.741 INFO kablam! Compiling stlv v0.1.2 (/source) Oct 15 17:40:42.231 INFO kablam! warning[E0170]: pattern binding `Binary` is named the same as one of the variants of the type `parser::FileFormat` Oct 15 17:40:42.231 INFO kablam! --> src/lib.rs:14:16 Oct 15 17:40:42.231 INFO kablam! | Oct 15 17:40:42.231 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 15 17:40:42.231 INFO kablam! | ^^^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Binary` Oct 15 17:40:42.231 INFO kablam! Oct 15 17:40:42.231 INFO kablam! warning[E0170]: pattern binding `Text` is named the same as one of the variants of the type `parser::FileFormat` Oct 15 17:40:42.231 INFO kablam! --> src/lib.rs:23:16 Oct 15 17:40:42.231 INFO kablam! | Oct 15 17:40:42.231 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 15 17:40:42.231 INFO kablam! | ^^^^ help: to match on the variant, qualify the path: `parser::FileFormat::Text` Oct 15 17:40:42.231 INFO kablam! Oct 15 17:40:42.231 INFO kablam! warning: unused variable: `Binary` Oct 15 17:40:42.231 INFO kablam! --> src/lib.rs:14:16 Oct 15 17:40:42.231 INFO kablam! | Oct 15 17:40:42.231 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 15 17:40:42.231 INFO kablam! | ^^^^^^ help: consider using `_Binary` instead Oct 15 17:40:42.231 INFO kablam! | Oct 15 17:40:42.231 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:40:42.231 INFO kablam! Oct 15 17:40:42.231 INFO kablam! warning: unused variable: `Text` Oct 15 17:40:42.231 INFO kablam! --> src/lib.rs:23:16 Oct 15 17:40:42.231 INFO kablam! | Oct 15 17:40:42.231 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 15 17:40:42.231 INFO kablam! | ^^^^ help: consider using `_Text` instead Oct 15 17:40:42.231 INFO kablam! Oct 15 17:40:42.251 INFO kablam! warning: constant `bin_stl_file` should have an upper case name such as `BIN_STL_FILE` Oct 15 17:40:42.251 INFO kablam! --> src/lib.rs:7:5 Oct 15 17:40:42.251 INFO kablam! | Oct 15 17:40:42.251 INFO kablam! 7 | const bin_stl_file: &str = "/home/vishpat/Downloads/HalfDonut-binary.stl"; Oct 15 17:40:42.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:40:42.251 INFO kablam! | Oct 15 17:40:42.251 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 17:40:42.251 INFO kablam! Oct 15 17:40:42.251 INFO kablam! warning: constant `txt_stl_file` should have an upper case name such as `TXT_STL_FILE` Oct 15 17:40:42.251 INFO kablam! --> src/lib.rs:8:5 Oct 15 17:40:42.251 INFO kablam! | Oct 15 17:40:42.251 INFO kablam! 8 | const txt_stl_file: &str = "/home/vishpat/Downloads/HalfDonut.stl"; Oct 15 17:40:42.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:40:42.251 INFO kablam! Oct 15 17:40:42.252 INFO kablam! warning: variable `Binary` should have a snake case name such as `binary` Oct 15 17:40:42.252 INFO kablam! --> src/lib.rs:14:16 Oct 15 17:40:42.252 INFO kablam! | Oct 15 17:40:42.252 INFO kablam! 14 | Ok(Binary) => println!("Pass: Binary format"), Oct 15 17:40:42.252 INFO kablam! | ^^^^^^ Oct 15 17:40:42.252 INFO kablam! | Oct 15 17:40:42.252 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 17:40:42.252 INFO kablam! Oct 15 17:40:42.252 INFO kablam! warning: variable `Text` should have a snake case name such as `text` Oct 15 17:40:42.252 INFO kablam! --> src/lib.rs:23:16 Oct 15 17:40:42.252 INFO kablam! | Oct 15 17:40:42.252 INFO kablam! 23 | Ok(Text) => println!("Pass: Text format"), Oct 15 17:40:42.252 INFO kablam! | ^^^^ Oct 15 17:40:42.252 INFO kablam! Oct 15 17:40:43.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 15 17:40:43.002 INFO kablam! su: No module specific data is present Oct 15 17:40:43.583 INFO running `"docker" "rm" "-f" "555328b4c2f006187224ab1013358d030d94e05c7e73b0656acc83a4b73e794c"` Oct 15 17:40:43.787 INFO blam! 555328b4c2f006187224ab1013358d030d94e05c7e73b0656acc83a4b73e794c