Oct 12 23:31:57.010 INFO checking clynamen/rust_pcd against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 23:31:57.010 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 23:31:57.490 INFO blam! 17f8b6730558702d49f90d0721bbab80d4d2e9c678f84d38977201e15fbc8e9a Oct 12 23:31:57.492 INFO running `"docker" "start" "-a" "17f8b6730558702d49f90d0721bbab80d4d2e9c678f84d38977201e15fbc8e9a"` Oct 12 23:31:59.679 INFO kablam! usermod: no changes Oct 12 23:31:59.752 INFO kablam! Checking pcd v0.1.0 (/source) Oct 12 23:32:00.504 INFO kablam! warning: unused import: `std::io::Error` Oct 12 23:32:00.504 INFO kablam! --> src/pcd_parser.rs:16:5 Oct 12 23:32:00.504 INFO kablam! | Oct 12 23:32:00.505 INFO kablam! 16 | use std::io::Error; Oct 12 23:32:00.505 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 23:32:00.505 INFO kablam! | Oct 12 23:32:00.505 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:32:00.505 INFO kablam! Oct 12 23:32:00.514 INFO kablam! warning: unused import: `super::*` Oct 12 23:32:00.514 INFO kablam! --> src/pcd_parser.rs:244:9 Oct 12 23:32:00.514 INFO kablam! | Oct 12 23:32:00.514 INFO kablam! 244 | use super::*; Oct 12 23:32:00.514 INFO kablam! | ^^^^^^^^ Oct 12 23:32:00.515 INFO kablam! Oct 12 23:32:00.693 INFO kablam! warning: unused import: `std::io::Error` Oct 12 23:32:00.693 INFO kablam! --> src/pcd_parser.rs:16:5 Oct 12 23:32:00.694 INFO kablam! | Oct 12 23:32:00.694 INFO kablam! 16 | use std::io::Error; Oct 12 23:32:00.694 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 23:32:00.694 INFO kablam! | Oct 12 23:32:00.695 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:32:00.695 INFO kablam! Oct 12 23:32:00.740 INFO kablam! warning: unused variable: `tmp_fields` Oct 12 23:32:00.741 INFO kablam! --> src/pcd_parser.rs:104:9 Oct 12 23:32:00.741 INFO kablam! | Oct 12 23:32:00.741 INFO kablam! 104 | let tmp_fields : Vec = Vec::new(); Oct 12 23:32:00.742 INFO kablam! | ^^^^^^^^^^ help: consider using `_tmp_fields` instead Oct 12 23:32:00.742 INFO kablam! | Oct 12 23:32:00.745 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:32:00.745 INFO kablam! Oct 12 23:32:00.745 INFO kablam! warning: unused variable: `error` Oct 12 23:32:00.746 INFO kablam! --> src/pcd_parser.rs:88:13 Oct 12 23:32:00.746 INFO kablam! | Oct 12 23:32:00.746 INFO kablam! 88 | fn from(error: ParseIntError) -> HeaderError { HeaderError::IntError } Oct 12 23:32:00.747 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 12 23:32:00.747 INFO kablam! Oct 12 23:32:00.747 INFO kablam! warning: unused variable: `error` Oct 12 23:32:00.747 INFO kablam! --> src/pcd_parser.rs:92:13 Oct 12 23:32:00.748 INFO kablam! | Oct 12 23:32:00.748 INFO kablam! 92 | fn from(error: String) -> HeaderError { HeaderError::IntError } Oct 12 23:32:00.748 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 12 23:32:00.749 INFO kablam! Oct 12 23:32:00.812 INFO kablam! warning: variant is never constructed: `D` Oct 12 23:32:00.813 INFO kablam! --> src/pcd_parser.rs:24:5 Oct 12 23:32:00.813 INFO kablam! | Oct 12 23:32:00.814 INFO kablam! 24 | D Oct 12 23:32:00.814 INFO kablam! | ^ Oct 12 23:32:00.814 INFO kablam! | Oct 12 23:32:00.814 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:32:00.815 INFO kablam! Oct 12 23:32:00.815 INFO kablam! warning: variant is never constructed: `BINARY` Oct 12 23:32:00.815 INFO kablam! --> src/pcd_parser.rs:46:5 Oct 12 23:32:00.816 INFO kablam! | Oct 12 23:32:00.816 INFO kablam! 46 | BINARY, Oct 12 23:32:00.816 INFO kablam! | ^^^^^^ Oct 12 23:32:00.817 INFO kablam! Oct 12 23:32:00.817 INFO kablam! warning: variant is never constructed: `FloatError` Oct 12 23:32:00.817 INFO kablam! --> src/pcd_parser.rs:82:5 Oct 12 23:32:00.818 INFO kablam! | Oct 12 23:32:00.818 INFO kablam! 82 | FloatError, Oct 12 23:32:00.818 INFO kablam! | ^^^^^^^^^^ Oct 12 23:32:00.819 INFO kablam! Oct 12 23:32:00.819 INFO kablam! warning: variant is never constructed: `ErrorDesc` Oct 12 23:32:00.819 INFO kablam! --> src/pcd_parser.rs:83:5 Oct 12 23:32:00.819 INFO kablam! | Oct 12 23:32:00.820 INFO kablam! 83 | ErrorDesc(String), Oct 12 23:32:00.820 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:32:00.820 INFO kablam! Oct 12 23:32:00.821 INFO kablam! warning: variant is never constructed: `FieldIncomplete` Oct 12 23:32:00.821 INFO kablam! --> src/pcd_parser.rs:84:5 Oct 12 23:32:00.821 INFO kablam! | Oct 12 23:32:00.822 INFO kablam! 84 | FieldIncomplete Oct 12 23:32:00.822 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 23:32:00.822 INFO kablam! Oct 12 23:32:00.823 INFO kablam! warning: function is never used: `read_pcd_header_from_lines` Oct 12 23:32:00.823 INFO kablam! --> src/pcd_parser.rs:99:1 Oct 12 23:32:00.823 INFO kablam! | Oct 12 23:32:00.823 INFO kablam! 99 | / fn read_pcd_header_from_lines(lines: Lines) -> Result Oct 12 23:32:00.824 INFO kablam! 100 | | where T: BufRead Oct 12 23:32:00.824 INFO kablam! 101 | | { Oct 12 23:32:00.824 INFO kablam! 102 | | let mut header = PcdHeaderBuilder::default(); Oct 12 23:32:00.825 INFO kablam! ... | Oct 12 23:32:00.825 INFO kablam! 240 | | } Oct 12 23:32:00.825 INFO kablam! 241 | | } Oct 12 23:32:00.826 INFO kablam! | |_^ Oct 12 23:32:00.826 INFO kablam! Oct 12 23:32:01.012 INFO kablam! warning: unused variable: `tmp_fields` Oct 12 23:32:01.013 INFO kablam! --> src/pcd_parser.rs:104:9 Oct 12 23:32:01.013 INFO kablam! | Oct 12 23:32:01.013 INFO kablam! 104 | let tmp_fields : Vec = Vec::new(); Oct 12 23:32:01.014 INFO kablam! | ^^^^^^^^^^ help: consider using `_tmp_fields` instead Oct 12 23:32:01.014 INFO kablam! | Oct 12 23:32:01.014 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:32:01.015 INFO kablam! Oct 12 23:32:01.015 INFO kablam! warning: unused variable: `error` Oct 12 23:32:01.015 INFO kablam! --> src/pcd_parser.rs:88:13 Oct 12 23:32:01.016 INFO kablam! | Oct 12 23:32:01.016 INFO kablam! 88 | fn from(error: ParseIntError) -> HeaderError { HeaderError::IntError } Oct 12 23:32:01.016 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 12 23:32:01.017 INFO kablam! Oct 12 23:32:01.017 INFO kablam! warning: unused variable: `error` Oct 12 23:32:01.017 INFO kablam! --> src/pcd_parser.rs:92:13 Oct 12 23:32:01.017 INFO kablam! | Oct 12 23:32:01.018 INFO kablam! 92 | fn from(error: String) -> HeaderError { HeaderError::IntError } Oct 12 23:32:01.018 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 12 23:32:01.018 INFO kablam! Oct 12 23:32:01.064 INFO kablam! warning: variant is never constructed: `BINARY` Oct 12 23:32:01.065 INFO kablam! --> src/pcd_parser.rs:46:5 Oct 12 23:32:01.065 INFO kablam! | Oct 12 23:32:01.065 INFO kablam! 46 | BINARY, Oct 12 23:32:01.066 INFO kablam! | ^^^^^^ Oct 12 23:32:01.066 INFO kablam! | Oct 12 23:32:01.066 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:32:01.067 INFO kablam! Oct 12 23:32:01.068 INFO kablam! warning: variable `HEADER` should have a snake case name such as `header` Oct 12 23:32:01.069 INFO kablam! --> src/pcd_parser.rs:253:13 Oct 12 23:32:01.069 INFO kablam! | Oct 12 23:32:01.069 INFO kablam! 253 | let HEADER = br#" Oct 12 23:32:01.070 INFO kablam! | ^^^^^^ Oct 12 23:32:01.070 INFO kablam! | Oct 12 23:32:01.070 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:32:01.071 INFO kablam! Oct 12 23:32:01.137 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 12 23:32:01.139 INFO kablam! su: No module specific data is present Oct 12 23:32:02.108 INFO running `"docker" "rm" "-f" "17f8b6730558702d49f90d0721bbab80d4d2e9c678f84d38977201e15fbc8e9a"` Oct 12 23:32:02.476 INFO blam! 17f8b6730558702d49f90d0721bbab80d4d2e9c678f84d38977201e15fbc8e9a