Oct 15 00:39:46.429 INFO testing clynamen/rust_pcd against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:39:46.431 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 00:39:46.885 INFO blam! 99b244aebd4f2258ab645ca7615cdf9f433a2f38df209e0bae1c64d2b565b0be Oct 15 00:39:46.889 INFO running `"docker" "start" "-a" "99b244aebd4f2258ab645ca7615cdf9f433a2f38df209e0bae1c64d2b565b0be"` Oct 15 00:39:47.943 INFO kablam! usermod: no changes Oct 15 00:39:48.095 INFO kablam! Compiling derive_builder v0.5.1 Oct 15 00:39:48.095 INFO kablam! Compiling derive_builder_core v0.2.0 Oct 15 00:39:56.531 INFO kablam! Compiling pcd v0.1.0 (/source) Oct 15 00:39:56.963 INFO kablam! warning: unused import: `std::io::Error` Oct 15 00:39:56.963 INFO kablam! --> src/pcd_parser.rs:16:5 Oct 15 00:39:56.963 INFO kablam! | Oct 15 00:39:56.963 INFO kablam! 16 | use std::io::Error; Oct 15 00:39:56.963 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:39:56.963 INFO kablam! | Oct 15 00:39:56.963 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:39:56.963 INFO kablam! Oct 15 00:39:56.975 INFO kablam! warning: unused import: `super::*` Oct 15 00:39:56.975 INFO kablam! --> src/pcd_parser.rs:244:9 Oct 15 00:39:56.975 INFO kablam! | Oct 15 00:39:56.975 INFO kablam! 244 | use super::*; Oct 15 00:39:56.975 INFO kablam! | ^^^^^^^^ Oct 15 00:39:56.975 INFO kablam! Oct 15 00:39:57.107 INFO kablam! warning: unused variable: `tmp_fields` Oct 15 00:39:57.107 INFO kablam! --> src/pcd_parser.rs:104:9 Oct 15 00:39:57.107 INFO kablam! | Oct 15 00:39:57.107 INFO kablam! 104 | let tmp_fields : Vec = Vec::new(); Oct 15 00:39:57.107 INFO kablam! | ^^^^^^^^^^ help: consider using `_tmp_fields` instead Oct 15 00:39:57.107 INFO kablam! | Oct 15 00:39:57.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:39:57.107 INFO kablam! Oct 15 00:39:57.107 INFO kablam! warning: unused variable: `error` Oct 15 00:39:57.107 INFO kablam! --> src/pcd_parser.rs:88:13 Oct 15 00:39:57.107 INFO kablam! | Oct 15 00:39:57.107 INFO kablam! 88 | fn from(error: ParseIntError) -> HeaderError { HeaderError::IntError } Oct 15 00:39:57.107 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 00:39:57.107 INFO kablam! Oct 15 00:39:57.107 INFO kablam! warning: unused variable: `error` Oct 15 00:39:57.107 INFO kablam! --> src/pcd_parser.rs:92:13 Oct 15 00:39:57.107 INFO kablam! | Oct 15 00:39:57.107 INFO kablam! 92 | fn from(error: String) -> HeaderError { HeaderError::IntError } Oct 15 00:39:57.107 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 00:39:57.107 INFO kablam! Oct 15 00:39:57.143 INFO kablam! warning: variant is never constructed: `D` Oct 15 00:39:57.143 INFO kablam! --> src/pcd_parser.rs:24:5 Oct 15 00:39:57.143 INFO kablam! | Oct 15 00:39:57.143 INFO kablam! 24 | D Oct 15 00:39:57.143 INFO kablam! | ^ Oct 15 00:39:57.143 INFO kablam! | Oct 15 00:39:57.143 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:39:57.143 INFO kablam! Oct 15 00:39:57.145 INFO kablam! warning: variant is never constructed: `BINARY` Oct 15 00:39:57.145 INFO kablam! --> src/pcd_parser.rs:46:5 Oct 15 00:39:57.145 INFO kablam! | Oct 15 00:39:57.145 INFO kablam! 46 | BINARY, Oct 15 00:39:57.145 INFO kablam! | ^^^^^^ Oct 15 00:39:57.145 INFO kablam! Oct 15 00:39:57.145 INFO kablam! warning: variant is never constructed: `FloatError` Oct 15 00:39:57.145 INFO kablam! --> src/pcd_parser.rs:82:5 Oct 15 00:39:57.145 INFO kablam! | Oct 15 00:39:57.145 INFO kablam! 82 | FloatError, Oct 15 00:39:57.145 INFO kablam! | ^^^^^^^^^^ Oct 15 00:39:57.145 INFO kablam! Oct 15 00:39:57.145 INFO kablam! warning: variant is never constructed: `ErrorDesc` Oct 15 00:39:57.145 INFO kablam! --> src/pcd_parser.rs:83:5 Oct 15 00:39:57.145 INFO kablam! | Oct 15 00:39:57.145 INFO kablam! 83 | ErrorDesc(String), Oct 15 00:39:57.145 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:39:57.145 INFO kablam! Oct 15 00:39:57.151 INFO kablam! warning: variant is never constructed: `FieldIncomplete` Oct 15 00:39:57.151 INFO kablam! --> src/pcd_parser.rs:84:5 Oct 15 00:39:57.151 INFO kablam! | Oct 15 00:39:57.151 INFO kablam! 84 | FieldIncomplete Oct 15 00:39:57.151 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:39:57.151 INFO kablam! Oct 15 00:39:57.151 INFO kablam! warning: function is never used: `read_pcd_header_from_lines` Oct 15 00:39:57.151 INFO kablam! --> src/pcd_parser.rs:99:1 Oct 15 00:39:57.151 INFO kablam! | Oct 15 00:39:57.151 INFO kablam! 99 | / fn read_pcd_header_from_lines(lines: Lines) -> Result Oct 15 00:39:57.151 INFO kablam! 100 | | where T: BufRead Oct 15 00:39:57.151 INFO kablam! 101 | | { Oct 15 00:39:57.151 INFO kablam! 102 | | let mut header = PcdHeaderBuilder::default(); Oct 15 00:39:57.151 INFO kablam! ... | Oct 15 00:39:57.151 INFO kablam! 240 | | } Oct 15 00:39:57.151 INFO kablam! 241 | | } Oct 15 00:39:57.151 INFO kablam! | |_^ Oct 15 00:39:57.151 INFO kablam! Oct 15 00:39:57.573 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.59s Oct 15 00:39:57.576 INFO kablam! su: No module specific data is present Oct 15 00:39:58.913 INFO running `"docker" "rm" "-f" "99b244aebd4f2258ab645ca7615cdf9f433a2f38df209e0bae1c64d2b565b0be"` Oct 15 00:39:59.303 INFO blam! 99b244aebd4f2258ab645ca7615cdf9f433a2f38df209e0bae1c64d2b565b0be Oct 15 00:39:59.311 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 00:39:59.806 INFO blam! ffadc2cb140a29c8d477e25cb8892317fe75b27470eff8dde7efcf21c3690333 Oct 15 00:39:59.808 INFO running `"docker" "start" "-a" "ffadc2cb140a29c8d477e25cb8892317fe75b27470eff8dde7efcf21c3690333"` Oct 15 00:40:02.135 INFO kablam! usermod: no changes Oct 15 00:40:02.235 INFO kablam! Compiling pcd v0.1.0 (/source) Oct 15 00:40:02.725 INFO kablam! warning: unused import: `std::io::Error` Oct 15 00:40:02.725 INFO kablam! --> src/pcd_parser.rs:16:5 Oct 15 00:40:02.725 INFO kablam! | Oct 15 00:40:02.725 INFO kablam! 16 | use std::io::Error; Oct 15 00:40:02.725 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:40:02.725 INFO kablam! | Oct 15 00:40:02.725 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:40:02.725 INFO kablam! Oct 15 00:40:02.877 INFO kablam! warning: unused variable: `tmp_fields` Oct 15 00:40:02.877 INFO kablam! --> src/pcd_parser.rs:104:9 Oct 15 00:40:02.877 INFO kablam! | Oct 15 00:40:02.877 INFO kablam! 104 | let tmp_fields : Vec = Vec::new(); Oct 15 00:40:02.877 INFO kablam! | ^^^^^^^^^^ help: consider using `_tmp_fields` instead Oct 15 00:40:02.877 INFO kablam! | Oct 15 00:40:02.877 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:40:02.877 INFO kablam! Oct 15 00:40:02.879 INFO kablam! warning: unused variable: `error` Oct 15 00:40:02.879 INFO kablam! --> src/pcd_parser.rs:88:13 Oct 15 00:40:02.879 INFO kablam! | Oct 15 00:40:02.879 INFO kablam! 88 | fn from(error: ParseIntError) -> HeaderError { HeaderError::IntError } Oct 15 00:40:02.879 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 00:40:02.879 INFO kablam! Oct 15 00:40:02.879 INFO kablam! warning: unused variable: `error` Oct 15 00:40:02.879 INFO kablam! --> src/pcd_parser.rs:92:13 Oct 15 00:40:02.879 INFO kablam! | Oct 15 00:40:02.879 INFO kablam! 92 | fn from(error: String) -> HeaderError { HeaderError::IntError } Oct 15 00:40:02.879 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 00:40:02.879 INFO kablam! Oct 15 00:40:02.924 INFO kablam! warning: variant is never constructed: `BINARY` Oct 15 00:40:02.924 INFO kablam! --> src/pcd_parser.rs:46:5 Oct 15 00:40:02.925 INFO kablam! | Oct 15 00:40:02.925 INFO kablam! 46 | BINARY, Oct 15 00:40:02.925 INFO kablam! | ^^^^^^ Oct 15 00:40:02.925 INFO kablam! | Oct 15 00:40:02.925 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:40:02.925 INFO kablam! Oct 15 00:40:02.928 INFO kablam! warning: variable `HEADER` should have a snake case name such as `header` Oct 15 00:40:02.928 INFO kablam! --> src/pcd_parser.rs:253:13 Oct 15 00:40:02.928 INFO kablam! | Oct 15 00:40:02.928 INFO kablam! 253 | let HEADER = br#" Oct 15 00:40:02.928 INFO kablam! | ^^^^^^ Oct 15 00:40:02.928 INFO kablam! | Oct 15 00:40:02.929 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 00:40:02.929 INFO kablam! Oct 15 00:40:04.584 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.41s Oct 15 00:40:04.587 INFO kablam! su: No module specific data is present Oct 15 00:40:06.480 INFO running `"docker" "rm" "-f" "ffadc2cb140a29c8d477e25cb8892317fe75b27470eff8dde7efcf21c3690333"` Oct 15 00:40:06.791 INFO blam! ffadc2cb140a29c8d477e25cb8892317fe75b27470eff8dde7efcf21c3690333 Oct 15 00:40:06.795 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --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 00:40:07.231 INFO blam! 2a58b9afc72943c412d156e0d1abdc2a8c1a2affd6d8fa7177a213009ea75291 Oct 15 00:40:07.235 INFO running `"docker" "start" "-a" "2a58b9afc72943c412d156e0d1abdc2a8c1a2affd6d8fa7177a213009ea75291"` Oct 15 00:40:08.738 INFO kablam! usermod: no changes Oct 15 00:40:08.827 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 00:40:08.831 INFO kablam! Running /target/debug/deps/pcd-daf33fc1104d03b5 Oct 15 00:40:08.847 INFO blam! Oct 15 00:40:08.847 INFO blam! running 2 tests Oct 15 00:40:08.851 INFO blam! test pcd_parser::tests::empty_lines ... ok Oct 15 00:40:08.851 INFO blam! test pcd_parser::tests::header ... ok Oct 15 00:40:08.851 INFO blam! Oct 15 00:40:08.851 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:40:08.851 INFO blam! Oct 15 00:40:08.859 INFO kablam! su: No module specific data is present Oct 15 00:40:09.984 INFO running `"docker" "rm" "-f" "2a58b9afc72943c412d156e0d1abdc2a8c1a2affd6d8fa7177a213009ea75291"` Oct 15 00:40:10.423 INFO blam! 2a58b9afc72943c412d156e0d1abdc2a8c1a2affd6d8fa7177a213009ea75291