Oct 15 17:57:29.738 INFO testing spreadsheet-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 17:57:29.738 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:57:29.963 INFO blam! 1158a177c61e594734081e10d97389f8883ecae16bd468eb5814f92e30ef40b0 Oct 15 17:57:29.965 INFO running `"docker" "start" "-a" "1158a177c61e594734081e10d97389f8883ecae16bd468eb5814f92e30ef40b0"` Oct 15 17:57:30.426 INFO kablam! usermod: no changes Oct 15 17:57:30.470 INFO kablam! Compiling spreadsheet v0.0.2 (/source) Oct 15 17:57:30.927 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:30.927 INFO kablam! --> src/reader/xlsx.rs:3:13 Oct 15 17:57:30.927 INFO kablam! | Oct 15 17:57:30.927 INFO kablam! 3 | pub fn read(file_path : &'static str){ Oct 15 17:57:30.927 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:30.927 INFO kablam! | Oct 15 17:57:30.927 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:57:30.927 INFO kablam! Oct 15 17:57:30.927 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:30.927 INFO kablam! --> src/reader/xls.rs:2:13 Oct 15 17:57:30.927 INFO kablam! | Oct 15 17:57:30.927 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 15 17:57:30.927 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:30.930 INFO kablam! Oct 15 17:57:30.930 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:30.930 INFO kablam! --> src/reader/csv.rs:3:13 Oct 15 17:57:30.930 INFO kablam! | Oct 15 17:57:30.930 INFO kablam! 3 | pub fn read(file_path : &'static str){ Oct 15 17:57:30.930 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:30.930 INFO kablam! Oct 15 17:57:30.930 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:30.930 INFO kablam! --> src/reader/xsc.rs:2:13 Oct 15 17:57:30.930 INFO kablam! | Oct 15 17:57:30.930 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 15 17:57:30.930 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:30.930 INFO kablam! Oct 15 17:57:30.939 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:30.939 INFO kablam! --> src/reader/ods.rs:2:13 Oct 15 17:57:30.939 INFO kablam! | Oct 15 17:57:30.939 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 15 17:57:30.939 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:30.939 INFO kablam! Oct 15 17:57:30.942 INFO kablam! warning: field is never used: `tables` Oct 15 17:57:30.942 INFO kablam! --> src/lib.rs:48:2 Oct 15 17:57:30.942 INFO kablam! | Oct 15 17:57:30.942 INFO kablam! 48 | tables : Table, //should be a vec of tables Oct 15 17:57:30.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 17:57:30.942 INFO kablam! | Oct 15 17:57:30.944 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 17:57:30.944 INFO kablam! Oct 15 17:57:30.944 INFO kablam! warning: field is never used: `curr_cell` Oct 15 17:57:30.944 INFO kablam! --> src/lib.rs:49:2 Oct 15 17:57:30.944 INFO kablam! | Oct 15 17:57:30.944 INFO kablam! 49 | curr_cell : u64, Oct 15 17:57:30.944 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:57:30.944 INFO kablam! Oct 15 17:57:30.944 INFO kablam! warning: field is never used: `curr_row` Oct 15 17:57:30.944 INFO kablam! --> src/lib.rs:50:2 Oct 15 17:57:30.944 INFO kablam! | Oct 15 17:57:30.944 INFO kablam! 50 | curr_row : u64, Oct 15 17:57:30.944 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:57:30.944 INFO kablam! Oct 15 17:57:30.951 INFO kablam! warning: field is never used: `curr_table` Oct 15 17:57:30.951 INFO kablam! --> src/lib.rs:51:2 Oct 15 17:57:30.951 INFO kablam! | Oct 15 17:57:30.951 INFO kablam! 51 | curr_table : u8, Oct 15 17:57:30.951 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 17:57:30.951 INFO kablam! Oct 15 17:57:30.951 INFO kablam! warning: field is never used: `rows` Oct 15 17:57:30.951 INFO kablam! --> src/lib.rs:55:2 Oct 15 17:57:30.951 INFO kablam! | Oct 15 17:57:30.951 INFO kablam! 55 | rows : Row, //should be a vec of rows Oct 15 17:57:30.951 INFO kablam! | ^^^^^^^^^^ Oct 15 17:57:30.951 INFO kablam! Oct 15 17:57:30.951 INFO kablam! warning: field is never used: `cells` Oct 15 17:57:30.951 INFO kablam! --> src/lib.rs:59:2 Oct 15 17:57:30.951 INFO kablam! | Oct 15 17:57:30.951 INFO kablam! 59 | cells : &'static str, //should be a vec of cells Oct 15 17:57:30.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 17:57:30.951 INFO kablam! Oct 15 17:57:31.659 INFO kablam! warning: unused import: `std::string` Oct 15 17:57:31.659 INFO kablam! --> src/main.rs:2:5 Oct 15 17:57:31.659 INFO kablam! | Oct 15 17:57:31.659 INFO kablam! 2 | use std::string; Oct 15 17:57:31.659 INFO kablam! | ^^^^^^^^^^^ Oct 15 17:57:31.659 INFO kablam! | Oct 15 17:57:31.659 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 17:57:31.659 INFO kablam! Oct 15 17:57:32.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 15 17:57:32.055 INFO kablam! su: No module specific data is present Oct 15 17:57:32.943 INFO running `"docker" "rm" "-f" "1158a177c61e594734081e10d97389f8883ecae16bd468eb5814f92e30ef40b0"` Oct 15 17:57:33.189 INFO blam! 1158a177c61e594734081e10d97389f8883ecae16bd468eb5814f92e30ef40b0 Oct 15 17:57:33.197 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:57:33.691 INFO blam! 4b57163314a34ddb585a6c7e5b8b336f2d80a7690b57d9072817a3032b5ced1f Oct 15 17:57:33.695 INFO running `"docker" "start" "-a" "4b57163314a34ddb585a6c7e5b8b336f2d80a7690b57d9072817a3032b5ced1f"` Oct 15 17:57:34.723 INFO kablam! usermod: no changes Oct 15 17:57:34.763 INFO kablam! Compiling spreadsheet v0.0.2 (/source) Oct 15 17:57:35.445 INFO kablam! warning: unused import: `std::string` Oct 15 17:57:35.445 INFO kablam! --> src/main.rs:2:5 Oct 15 17:57:35.445 INFO kablam! | Oct 15 17:57:35.446 INFO kablam! 2 | use std::string; Oct 15 17:57:35.446 INFO kablam! | ^^^^^^^^^^^ Oct 15 17:57:35.446 INFO kablam! | Oct 15 17:57:35.446 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 17:57:35.446 INFO kablam! Oct 15 17:57:35.553 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:35.553 INFO kablam! --> src/reader/xlsx.rs:3:13 Oct 15 17:57:35.553 INFO kablam! | Oct 15 17:57:35.553 INFO kablam! 3 | pub fn read(file_path : &'static str){ Oct 15 17:57:35.553 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:35.553 INFO kablam! | Oct 15 17:57:35.553 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:57:35.553 INFO kablam! Oct 15 17:57:35.553 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:35.553 INFO kablam! --> src/reader/xls.rs:2:13 Oct 15 17:57:35.553 INFO kablam! | Oct 15 17:57:35.553 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 15 17:57:35.553 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:35.553 INFO kablam! Oct 15 17:57:35.553 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:35.553 INFO kablam! --> src/reader/csv.rs:3:13 Oct 15 17:57:35.553 INFO kablam! | Oct 15 17:57:35.553 INFO kablam! 3 | pub fn read(file_path : &'static str){ Oct 15 17:57:35.553 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:35.553 INFO kablam! Oct 15 17:57:35.553 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:35.553 INFO kablam! --> src/reader/xsc.rs:2:13 Oct 15 17:57:35.553 INFO kablam! | Oct 15 17:57:35.553 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 15 17:57:35.553 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:35.553 INFO kablam! Oct 15 17:57:35.553 INFO kablam! warning: unused variable: `file_path` Oct 15 17:57:35.553 INFO kablam! --> src/reader/ods.rs:2:13 Oct 15 17:57:35.553 INFO kablam! | Oct 15 17:57:35.553 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 15 17:57:35.553 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 15 17:57:35.553 INFO kablam! Oct 15 17:57:35.571 INFO kablam! warning: field is never used: `tables` Oct 15 17:57:35.571 INFO kablam! --> src/lib.rs:48:2 Oct 15 17:57:35.571 INFO kablam! | Oct 15 17:57:35.571 INFO kablam! 48 | tables : Table, //should be a vec of tables Oct 15 17:57:35.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 17:57:35.571 INFO kablam! | Oct 15 17:57:35.571 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 17:57:35.571 INFO kablam! Oct 15 17:57:35.571 INFO kablam! warning: field is never used: `curr_cell` Oct 15 17:57:35.571 INFO kablam! --> src/lib.rs:49:2 Oct 15 17:57:35.571 INFO kablam! | Oct 15 17:57:35.571 INFO kablam! 49 | curr_cell : u64, Oct 15 17:57:35.571 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:57:35.571 INFO kablam! Oct 15 17:57:35.571 INFO kablam! warning: field is never used: `curr_row` Oct 15 17:57:35.571 INFO kablam! --> src/lib.rs:50:2 Oct 15 17:57:35.571 INFO kablam! | Oct 15 17:57:35.571 INFO kablam! 50 | curr_row : u64, Oct 15 17:57:35.571 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:57:35.571 INFO kablam! Oct 15 17:57:35.571 INFO kablam! warning: field is never used: `curr_table` Oct 15 17:57:35.571 INFO kablam! --> src/lib.rs:51:2 Oct 15 17:57:35.571 INFO kablam! | Oct 15 17:57:35.571 INFO kablam! 51 | curr_table : u8, Oct 15 17:57:35.571 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 17:57:35.571 INFO kablam! Oct 15 17:57:35.571 INFO kablam! warning: field is never used: `rows` Oct 15 17:57:35.571 INFO kablam! --> src/lib.rs:55:2 Oct 15 17:57:35.571 INFO kablam! | Oct 15 17:57:35.571 INFO kablam! 55 | rows : Row, //should be a vec of rows Oct 15 17:57:35.571 INFO kablam! | ^^^^^^^^^^ Oct 15 17:57:35.571 INFO kablam! Oct 15 17:57:35.571 INFO kablam! warning: field is never used: `cells` Oct 15 17:57:35.571 INFO kablam! --> src/lib.rs:59:2 Oct 15 17:57:35.571 INFO kablam! | Oct 15 17:57:35.571 INFO kablam! 59 | cells : &'static str, //should be a vec of cells Oct 15 17:57:35.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 17:57:35.571 INFO kablam! Oct 15 17:57:35.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 15 17:57:35.963 INFO kablam! su: No module specific data is present Oct 15 17:57:36.256 INFO running `"docker" "rm" "-f" "4b57163314a34ddb585a6c7e5b8b336f2d80a7690b57d9072817a3032b5ced1f"` Oct 15 17:57:36.377 INFO blam! 4b57163314a34ddb585a6c7e5b8b336f2d80a7690b57d9072817a3032b5ced1f Oct 15 17:57:36.381 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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" "-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.579 INFO blam! 7ac1e9a8d1ad7450f2eaf3f12f6683ee74d04769004909302ceffec5696621e4 Oct 15 17:57:36.581 INFO running `"docker" "start" "-a" "7ac1e9a8d1ad7450f2eaf3f12f6683ee74d04769004909302ceffec5696621e4"` Oct 15 17:57:37.255 INFO kablam! usermod: no changes Oct 15 17:57:37.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 17:57:37.289 INFO kablam! Running /target/debug/deps/spreadsheet-8fb4120a254f2817 Oct 15 17:57:37.296 INFO blam! Oct 15 17:57:37.296 INFO blam! running 0 tests Oct 15 17:57:37.297 INFO blam! Oct 15 17:57:37.297 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:57:37.297 INFO blam! Oct 15 17:57:37.299 INFO kablam! Running /target/debug/deps/spreadsheet-1a102faee6172949 Oct 15 17:57:37.311 INFO blam! Oct 15 17:57:37.311 INFO blam! running 0 tests Oct 15 17:57:37.311 INFO blam! Oct 15 17:57:37.311 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:57:37.311 INFO blam! Oct 15 17:57:37.311 INFO kablam! Doc-tests spreadsheet Oct 15 17:57:38.071 INFO blam! Oct 15 17:57:38.072 INFO blam! running 0 tests Oct 15 17:57:38.072 INFO blam! Oct 15 17:57:38.072 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:57:38.072 INFO blam! Oct 15 17:57:38.075 INFO kablam! su: No module specific data is present Oct 15 17:57:38.603 INFO running `"docker" "rm" "-f" "7ac1e9a8d1ad7450f2eaf3f12f6683ee74d04769004909302ceffec5696621e4"` Oct 15 17:57:38.701 INFO blam! 7ac1e9a8d1ad7450f2eaf3f12f6683ee74d04769004909302ceffec5696621e4