Oct 15 17:57:29.357 INFO testing spreadsheet-0.0.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 17:57:29.357 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:57:29.657 INFO blam! 87c6a2bf72c71e4da545dcd728417ef778b585d00f54bc7a18bb3f261c3cab6c Oct 15 17:57:29.659 INFO running `"docker" "start" "-a" "87c6a2bf72c71e4da545dcd728417ef778b585d00f54bc7a18bb3f261c3cab6c"` Oct 15 17:57:30.067 INFO kablam! usermod: no changes Oct 15 17:57:30.093 INFO kablam! Compiling spreadsheet v0.0.2 (/source) Oct 15 17:57:30.539 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:30.539 INFO kablam! --> src/reader/xlsx.rs:3:13 Oct 15 17:57:30.539 INFO kablam! | Oct 15 17:57:30.539 INFO kablam! 3 | pub fn read(file_path : &'static str){ Oct 15 17:57:30.539 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:30.539 INFO kablam! | Oct 15 17:57:30.539 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:57:30.539 INFO kablam! Oct 15 17:57:30.539 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:30.539 INFO kablam! --> src/reader/xls.rs:2:13 Oct 15 17:57:30.539 INFO kablam! | Oct 15 17:57:30.539 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 15 17:57:30.539 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:30.539 INFO kablam! Oct 15 17:57:30.539 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:30.539 INFO kablam! --> src/reader/csv.rs:3:13 Oct 15 17:57:30.539 INFO kablam! | Oct 15 17:57:30.539 INFO kablam! 3 | pub fn read(file_path : &'static str){ Oct 15 17:57:30.539 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:30.539 INFO kablam! Oct 15 17:57:30.539 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:30.539 INFO kablam! --> src/reader/xsc.rs:2:13 Oct 15 17:57:30.539 INFO kablam! | Oct 15 17:57:30.539 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 15 17:57:30.539 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:30.539 INFO kablam! Oct 15 17:57:30.539 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:30.539 INFO kablam! --> src/reader/ods.rs:2:13 Oct 15 17:57:30.539 INFO kablam! | Oct 15 17:57:30.539 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 15 17:57:30.539 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:30.539 INFO kablam! Oct 15 17:57:30.543 INFO kablam! warning: field is never used: `tables` Oct 15 17:57:30.543 INFO kablam! --> src/lib.rs:48:2 Oct 15 17:57:30.543 INFO kablam! | Oct 15 17:57:30.543 INFO kablam! 48 | tables : Table, //should be a vec of tables Oct 15 17:57:30.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 17:57:30.543 INFO kablam! | Oct 15 17:57:30.543 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 17:57:30.543 INFO kablam! Oct 15 17:57:30.543 INFO kablam! warning: field is never used: `curr_cell` Oct 15 17:57:30.543 INFO kablam! --> src/lib.rs:49:2 Oct 15 17:57:30.543 INFO kablam! | Oct 15 17:57:30.543 INFO kablam! 49 | curr_cell : u64, Oct 15 17:57:30.543 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:57:30.543 INFO kablam! Oct 15 17:57:30.543 INFO kablam! warning: field is never used: `curr_row` Oct 15 17:57:30.543 INFO kablam! --> src/lib.rs:50:2 Oct 15 17:57:30.543 INFO kablam! | Oct 15 17:57:30.543 INFO kablam! 50 | curr_row : u64, Oct 15 17:57:30.543 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:57:30.543 INFO kablam! Oct 15 17:57:30.543 INFO kablam! warning: field is never used: `curr_table` Oct 15 17:57:30.543 INFO kablam! --> src/lib.rs:51:2 Oct 15 17:57:30.543 INFO kablam! | Oct 15 17:57:30.543 INFO kablam! 51 | curr_table : u8, Oct 15 17:57:30.543 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 17:57:30.543 INFO kablam! Oct 15 17:57:30.543 INFO kablam! warning: field is never used: `rows` Oct 15 17:57:30.543 INFO kablam! --> src/lib.rs:55:2 Oct 15 17:57:30.543 INFO kablam! | Oct 15 17:57:30.543 INFO kablam! 55 | rows : Row, //should be a vec of rows Oct 15 17:57:30.543 INFO kablam! | ^^^^^^^^^^ Oct 15 17:57:30.543 INFO kablam! Oct 15 17:57:30.543 INFO kablam! warning: field is never used: `cells` Oct 15 17:57:30.543 INFO kablam! --> src/lib.rs:59:2 Oct 15 17:57:30.543 INFO kablam! | Oct 15 17:57:30.543 INFO kablam! 59 | cells : &'static str, //should be a vec of cells Oct 15 17:57:30.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 17:57:30.543 INFO kablam! Oct 15 17:57:31.218 INFO kablam! warning: unused import: `std::string` Oct 15 17:57:31.218 INFO kablam! --> src/main.rs:2:5 Oct 15 17:57:31.218 INFO kablam! | Oct 15 17:57:31.218 INFO kablam! 2 | use std::string; Oct 15 17:57:31.218 INFO kablam! | ^^^^^^^^^^^ Oct 15 17:57:31.218 INFO kablam! | Oct 15 17:57:31.218 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 17:57:31.218 INFO kablam! Oct 15 17:57:31.552 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 15 17:57:31.568 INFO kablam! su: No module specific data is present Oct 15 17:57:32.425 INFO running `"docker" "rm" "-f" "87c6a2bf72c71e4da545dcd728417ef778b585d00f54bc7a18bb3f261c3cab6c"` Oct 15 17:57:32.649 INFO blam! 87c6a2bf72c71e4da545dcd728417ef778b585d00f54bc7a18bb3f261c3cab6c Oct 15 17:57:32.651 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:57:33.063 INFO blam! 1235d0ca26644783272991a7be41f58c80b2ca9cb11d931dfcae5e9a5ec958c6 Oct 15 17:57:33.081 INFO running `"docker" "start" "-a" "1235d0ca26644783272991a7be41f58c80b2ca9cb11d931dfcae5e9a5ec958c6"` Oct 15 17:57:34.061 INFO kablam! usermod: no changes Oct 15 17:57:34.095 INFO kablam! Compiling spreadsheet v0.0.2 (/source) Oct 15 17:57:34.649 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:34.649 INFO kablam! --> src/reader/xlsx.rs:3:13 Oct 15 17:57:34.649 INFO kablam! | Oct 15 17:57:34.650 INFO kablam! 3 | pub fn read(file_path : &'static str){ Oct 15 17:57:34.650 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:34.650 INFO kablam! | Oct 15 17:57:34.651 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:57:34.651 INFO kablam! Oct 15 17:57:34.651 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:34.652 INFO kablam! --> src/reader/xls.rs:2:13 Oct 15 17:57:34.652 INFO kablam! | Oct 15 17:57:34.652 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 15 17:57:34.652 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:34.653 INFO kablam! Oct 15 17:57:34.653 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:34.653 INFO kablam! --> src/reader/csv.rs:3:13 Oct 15 17:57:34.654 INFO kablam! | Oct 15 17:57:34.654 INFO kablam! 3 | pub fn read(file_path : &'static str){ Oct 15 17:57:34.654 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:34.655 INFO kablam! Oct 15 17:57:34.655 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:34.655 INFO kablam! --> src/reader/xsc.rs:2:13 Oct 15 17:57:34.655 INFO kablam! | Oct 15 17:57:34.656 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 15 17:57:34.656 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:34.656 INFO kablam! Oct 15 17:57:34.656 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:34.657 INFO kablam! --> src/reader/ods.rs:2:13 Oct 15 17:57:34.657 INFO kablam! | Oct 15 17:57:34.657 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 15 17:57:34.658 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:34.658 INFO kablam! Oct 15 17:57:34.658 INFO kablam! warning: field is never used: `tables` Oct 15 17:57:34.658 INFO kablam! --> src/lib.rs:48:2 Oct 15 17:57:34.659 INFO kablam! | Oct 15 17:57:34.659 INFO kablam! 48 | tables : Table, //should be a vec of tables Oct 15 17:57:34.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 17:57:34.659 INFO kablam! | Oct 15 17:57:34.660 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 17:57:34.660 INFO kablam! Oct 15 17:57:34.660 INFO kablam! warning: field is never used: `curr_cell` Oct 15 17:57:34.661 INFO kablam! --> src/lib.rs:49:2 Oct 15 17:57:34.661 INFO kablam! | Oct 15 17:57:34.661 INFO kablam! 49 | curr_cell : u64, Oct 15 17:57:34.661 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:57:34.662 INFO kablam! Oct 15 17:57:34.662 INFO kablam! warning: field is never used: `curr_row` Oct 15 17:57:34.663 INFO kablam! --> src/lib.rs:50:2 Oct 15 17:57:34.663 INFO kablam! | Oct 15 17:57:34.663 INFO kablam! 50 | curr_row : u64, Oct 15 17:57:34.664 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:57:34.664 INFO kablam! Oct 15 17:57:34.664 INFO kablam! warning: field is never used: `curr_table` Oct 15 17:57:34.664 INFO kablam! --> src/lib.rs:51:2 Oct 15 17:57:34.665 INFO kablam! | Oct 15 17:57:34.665 INFO kablam! 51 | curr_table : u8, Oct 15 17:57:34.665 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 17:57:34.666 INFO kablam! Oct 15 17:57:34.666 INFO kablam! warning: field is never used: `rows` Oct 15 17:57:34.666 INFO kablam! --> src/lib.rs:55:2 Oct 15 17:57:34.668 INFO kablam! | Oct 15 17:57:34.668 INFO kablam! 55 | rows : Row, //should be a vec of rows Oct 15 17:57:34.668 INFO kablam! | ^^^^^^^^^^ Oct 15 17:57:34.668 INFO kablam! Oct 15 17:57:34.668 INFO kablam! warning: field is never used: `cells` Oct 15 17:57:34.668 INFO kablam! --> src/lib.rs:59:2 Oct 15 17:57:34.668 INFO kablam! | Oct 15 17:57:34.668 INFO kablam! 59 | cells : &'static str, //should be a vec of cells Oct 15 17:57:34.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 17:57:34.668 INFO kablam! Oct 15 17:57:34.827 INFO kablam! warning: unused import: `std::string` Oct 15 17:57:34.827 INFO kablam! --> src/main.rs:2:5 Oct 15 17:57:34.827 INFO kablam! | Oct 15 17:57:34.827 INFO kablam! 2 | use std::string; Oct 15 17:57:34.827 INFO kablam! | ^^^^^^^^^^^ Oct 15 17:57:34.827 INFO kablam! | Oct 15 17:57:34.827 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 17:57:34.827 INFO kablam! Oct 15 17:57:35.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 15 17:57:35.471 INFO kablam! su: No module specific data is present Oct 15 17:57:35.943 INFO running `"docker" "rm" "-f" "1235d0ca26644783272991a7be41f58c80b2ca9cb11d931dfcae5e9a5ec958c6"` Oct 15 17:57:36.066 INFO blam! 1235d0ca26644783272991a7be41f58c80b2ca9cb11d931dfcae5e9a5ec958c6 Oct 15 17:57:36.068 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:57:36.246 INFO blam! 41a4d76c9da30d0b82425a43e262b6e2e1e781b1f290b4d53104a7e50bffc685 Oct 15 17:57:36.252 INFO running `"docker" "start" "-a" "41a4d76c9da30d0b82425a43e262b6e2e1e781b1f290b4d53104a7e50bffc685"` Oct 15 17:57:36.702 INFO kablam! usermod: no changes Oct 15 17:57:36.754 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 17:57:36.754 INFO kablam! Running /target/debug/deps/spreadsheet-d8c4c002d1b86c80 Oct 15 17:57:36.757 INFO kablam! Running /target/debug/deps/spreadsheet-166f66e132c9dac3 Oct 15 17:57:36.758 INFO blam! Oct 15 17:57:36.758 INFO blam! running 0 tests Oct 15 17:57:36.758 INFO blam! Oct 15 17:57:36.758 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:57:36.758 INFO blam! Oct 15 17:57:36.761 INFO blam! Oct 15 17:57:36.761 INFO blam! running 0 tests Oct 15 17:57:36.761 INFO blam! Oct 15 17:57:36.761 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:57:36.761 INFO blam! Oct 15 17:57:36.762 INFO kablam! Doc-tests spreadsheet Oct 15 17:57:37.515 INFO blam! Oct 15 17:57:37.515 INFO blam! running 0 tests Oct 15 17:57:37.515 INFO blam! Oct 15 17:57:37.515 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:57:37.515 INFO blam! Oct 15 17:57:37.521 INFO kablam! su: No module specific data is present Oct 15 17:57:38.064 INFO running `"docker" "rm" "-f" "41a4d76c9da30d0b82425a43e262b6e2e1e781b1f290b4d53104a7e50bffc685"` Oct 15 17:57:38.153 INFO blam! 41a4d76c9da30d0b82425a43e262b6e2e1e781b1f290b4d53104a7e50bffc685