Oct 11 11:01:00.815 INFO testing spreadsheet-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 11:01:00.815 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 11:01:00.815 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 11:01:00.996 INFO blam! c597453d8ecfaea1fa5c3a523bc383d33225e586c1b825b9954612fde6e76ad1 Oct 11 11:01:00.999 INFO running `"docker" "start" "-a" "c597453d8ecfaea1fa5c3a523bc383d33225e586c1b825b9954612fde6e76ad1"` Oct 11 11:01:01.674 INFO kablam! usermod: no changes Oct 11 11:01:01.716 INFO kablam! Compiling spreadsheet v0.0.2 (/source) Oct 11 11:01:02.165 INFO kablam! warning: unused variable: `file_path` Oct 11 11:01:02.165 INFO kablam! --> src/reader/xlsx.rs:3:13 Oct 11 11:01:02.165 INFO kablam! | Oct 11 11:01:02.165 INFO kablam! 3 | pub fn read(file_path : &'static str){ Oct 11 11:01:02.165 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 11 11:01:02.165 INFO kablam! | Oct 11 11:01:02.165 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 11:01:02.165 INFO kablam! Oct 11 11:01:02.165 INFO kablam! warning: unused variable: `file_path` Oct 11 11:01:02.165 INFO kablam! --> src/reader/xls.rs:2:13 Oct 11 11:01:02.165 INFO kablam! | Oct 11 11:01:02.166 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 11 11:01:02.166 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 11 11:01:02.166 INFO kablam! Oct 11 11:01:02.166 INFO kablam! warning: unused variable: `file_path` Oct 11 11:01:02.166 INFO kablam! --> src/reader/csv.rs:3:13 Oct 11 11:01:02.166 INFO kablam! | Oct 11 11:01:02.166 INFO kablam! 3 | pub fn read(file_path : &'static str){ Oct 11 11:01:02.166 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 11 11:01:02.166 INFO kablam! Oct 11 11:01:02.166 INFO kablam! warning: unused variable: `file_path` Oct 11 11:01:02.166 INFO kablam! --> src/reader/xsc.rs:2:13 Oct 11 11:01:02.166 INFO kablam! | Oct 11 11:01:02.166 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 11 11:01:02.166 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 11 11:01:02.166 INFO kablam! Oct 11 11:01:02.166 INFO kablam! warning: unused variable: `file_path` Oct 11 11:01:02.166 INFO kablam! --> src/reader/ods.rs:2:13 Oct 11 11:01:02.166 INFO kablam! | Oct 11 11:01:02.166 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 11 11:01:02.166 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 11 11:01:02.166 INFO kablam! Oct 11 11:01:02.166 INFO kablam! warning: field is never used: `tables` Oct 11 11:01:02.166 INFO kablam! --> src/lib.rs:48:2 Oct 11 11:01:02.166 INFO kablam! | Oct 11 11:01:02.166 INFO kablam! 48 | tables : Table, //should be a vec of tables Oct 11 11:01:02.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 11:01:02.166 INFO kablam! | Oct 11 11:01:02.166 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 11:01:02.166 INFO kablam! Oct 11 11:01:02.166 INFO kablam! warning: field is never used: `curr_cell` Oct 11 11:01:02.166 INFO kablam! --> src/lib.rs:49:2 Oct 11 11:01:02.166 INFO kablam! | Oct 11 11:01:02.166 INFO kablam! 49 | curr_cell : u64, Oct 11 11:01:02.166 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 11:01:02.166 INFO kablam! Oct 11 11:01:02.166 INFO kablam! warning: field is never used: `curr_row` Oct 11 11:01:02.166 INFO kablam! --> src/lib.rs:50:2 Oct 11 11:01:02.166 INFO kablam! | Oct 11 11:01:02.166 INFO kablam! 50 | curr_row : u64, Oct 11 11:01:02.166 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 11:01:02.166 INFO kablam! Oct 11 11:01:02.166 INFO kablam! warning: field is never used: `curr_table` Oct 11 11:01:02.166 INFO kablam! --> src/lib.rs:51:2 Oct 11 11:01:02.166 INFO kablam! | Oct 11 11:01:02.166 INFO kablam! 51 | curr_table : u8, Oct 11 11:01:02.166 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 11:01:02.166 INFO kablam! Oct 11 11:01:02.166 INFO kablam! warning: field is never used: `rows` Oct 11 11:01:02.166 INFO kablam! --> src/lib.rs:55:2 Oct 11 11:01:02.166 INFO kablam! | Oct 11 11:01:02.166 INFO kablam! 55 | rows : Row, //should be a vec of rows Oct 11 11:01:02.166 INFO kablam! | ^^^^^^^^^^ Oct 11 11:01:02.166 INFO kablam! Oct 11 11:01:02.166 INFO kablam! warning: field is never used: `cells` Oct 11 11:01:02.166 INFO kablam! --> src/lib.rs:59:2 Oct 11 11:01:02.166 INFO kablam! | Oct 11 11:01:02.166 INFO kablam! 59 | cells : &'static str, //should be a vec of cells Oct 11 11:01:02.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 11:01:02.166 INFO kablam! Oct 11 11:01:02.817 INFO kablam! warning: unused import: `std::string` Oct 11 11:01:02.817 INFO kablam! --> src/main.rs:2:5 Oct 11 11:01:02.817 INFO kablam! | Oct 11 11:01:02.818 INFO kablam! 2 | use std::string; Oct 11 11:01:02.818 INFO kablam! | ^^^^^^^^^^^ Oct 11 11:01:02.824 INFO kablam! | Oct 11 11:01:02.824 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 11:01:02.825 INFO kablam! Oct 11 11:01:03.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.52s Oct 11 11:01:03.224 INFO kablam! su: No module specific data is present Oct 11 11:01:04.231 INFO running `"docker" "rm" "-f" "c597453d8ecfaea1fa5c3a523bc383d33225e586c1b825b9954612fde6e76ad1"` Oct 11 11:01:04.488 INFO blam! c597453d8ecfaea1fa5c3a523bc383d33225e586c1b825b9954612fde6e76ad1 Oct 11 11:01:04.492 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 11:01:04.492 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 11:01:04.898 INFO blam! 0ea9c8dfc02778ad98ac471ab297e7cd5b11b2c1a318292120f9691410245485 Oct 11 11:01:04.901 INFO running `"docker" "start" "-a" "0ea9c8dfc02778ad98ac471ab297e7cd5b11b2c1a318292120f9691410245485"` Oct 11 11:01:06.278 INFO kablam! usermod: no changes Oct 11 11:01:06.295 INFO kablam! Compiling spreadsheet v0.0.2 (/source) Oct 11 11:01:06.780 INFO kablam! warning: unused import: `std::string` Oct 11 11:01:06.780 INFO kablam! --> src/main.rs:2:5 Oct 11 11:01:06.780 INFO kablam! | Oct 11 11:01:06.780 INFO kablam! 2 | use std::string; Oct 11 11:01:06.780 INFO kablam! | ^^^^^^^^^^^ Oct 11 11:01:06.780 INFO kablam! | Oct 11 11:01:06.780 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 11:01:06.780 INFO kablam! Oct 11 11:01:06.903 INFO kablam! warning: unused variable: `file_path` Oct 11 11:01:06.904 INFO kablam! --> src/reader/xlsx.rs:3:13 Oct 11 11:01:06.904 INFO kablam! | Oct 11 11:01:06.904 INFO kablam! 3 | pub fn read(file_path : &'static str){ Oct 11 11:01:06.905 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 11 11:01:06.905 INFO kablam! | Oct 11 11:01:06.905 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 11:01:06.905 INFO kablam! Oct 11 11:01:06.906 INFO kablam! warning: unused variable: `file_path` Oct 11 11:01:06.906 INFO kablam! --> src/reader/xls.rs:2:13 Oct 11 11:01:06.906 INFO kablam! | Oct 11 11:01:06.906 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 11 11:01:06.907 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 11 11:01:06.907 INFO kablam! Oct 11 11:01:06.907 INFO kablam! warning: unused variable: `file_path` Oct 11 11:01:06.908 INFO kablam! --> src/reader/csv.rs:3:13 Oct 11 11:01:06.908 INFO kablam! | Oct 11 11:01:06.908 INFO kablam! 3 | pub fn read(file_path : &'static str){ Oct 11 11:01:06.908 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 11 11:01:06.909 INFO kablam! Oct 11 11:01:06.909 INFO kablam! warning: unused variable: `file_path` Oct 11 11:01:06.909 INFO kablam! --> src/reader/xsc.rs:2:13 Oct 11 11:01:06.910 INFO kablam! | Oct 11 11:01:06.910 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 11 11:01:06.910 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 11 11:01:06.911 INFO kablam! Oct 11 11:01:06.911 INFO kablam! warning: unused variable: `file_path` Oct 11 11:01:06.911 INFO kablam! --> src/reader/ods.rs:2:13 Oct 11 11:01:06.912 INFO kablam! | Oct 11 11:01:06.912 INFO kablam! 2 | pub fn read(file_path : &'static str){ Oct 11 11:01:06.912 INFO kablam! | ^^^^^^^^^ help: consider using `_file_path` instead Oct 11 11:01:06.912 INFO kablam! Oct 11 11:01:06.923 INFO kablam! warning: field is never used: `tables` Oct 11 11:01:06.923 INFO kablam! --> src/lib.rs:48:2 Oct 11 11:01:06.923 INFO kablam! | Oct 11 11:01:06.923 INFO kablam! 48 | tables : Table, //should be a vec of tables Oct 11 11:01:06.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 11:01:06.923 INFO kablam! | Oct 11 11:01:06.923 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 11:01:06.923 INFO kablam! Oct 11 11:01:06.923 INFO kablam! warning: field is never used: `curr_cell` Oct 11 11:01:06.924 INFO kablam! --> src/lib.rs:49:2 Oct 11 11:01:06.924 INFO kablam! | Oct 11 11:01:06.924 INFO kablam! 49 | curr_cell : u64, Oct 11 11:01:06.924 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 11:01:06.924 INFO kablam! Oct 11 11:01:06.924 INFO kablam! warning: field is never used: `curr_row` Oct 11 11:01:06.924 INFO kablam! --> src/lib.rs:50:2 Oct 11 11:01:06.924 INFO kablam! | Oct 11 11:01:06.924 INFO kablam! 50 | curr_row : u64, Oct 11 11:01:06.924 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 11:01:06.924 INFO kablam! Oct 11 11:01:06.924 INFO kablam! warning: field is never used: `curr_table` Oct 11 11:01:06.924 INFO kablam! --> src/lib.rs:51:2 Oct 11 11:01:06.924 INFO kablam! | Oct 11 11:01:06.924 INFO kablam! 51 | curr_table : u8, Oct 11 11:01:06.924 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 11:01:06.924 INFO kablam! Oct 11 11:01:06.924 INFO kablam! warning: field is never used: `rows` Oct 11 11:01:06.924 INFO kablam! --> src/lib.rs:55:2 Oct 11 11:01:06.924 INFO kablam! | Oct 11 11:01:06.924 INFO kablam! 55 | rows : Row, //should be a vec of rows Oct 11 11:01:06.924 INFO kablam! | ^^^^^^^^^^ Oct 11 11:01:06.924 INFO kablam! Oct 11 11:01:06.924 INFO kablam! warning: field is never used: `cells` Oct 11 11:01:06.924 INFO kablam! --> src/lib.rs:59:2 Oct 11 11:01:06.924 INFO kablam! | Oct 11 11:01:06.924 INFO kablam! 59 | cells : &'static str, //should be a vec of cells Oct 11 11:01:06.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 11:01:06.924 INFO kablam! Oct 11 11:01:07.422 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 11 11:01:07.431 INFO kablam! su: No module specific data is present Oct 11 11:01:07.753 INFO running `"docker" "rm" "-f" "0ea9c8dfc02778ad98ac471ab297e7cd5b11b2c1a318292120f9691410245485"` Oct 11 11:01:07.827 INFO blam! 0ea9c8dfc02778ad98ac471ab297e7cd5b11b2c1a318292120f9691410245485 Oct 11 11:01:07.829 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 11:01:07.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 11:01:08.016 INFO blam! fd397c8dfb4b0348514ae7bdda2bad377f951fdd3c44b50ec9362e499d0e22a5 Oct 11 11:01:08.028 INFO running `"docker" "start" "-a" "fd397c8dfb4b0348514ae7bdda2bad377f951fdd3c44b50ec9362e499d0e22a5"` Oct 11 11:01:08.788 INFO kablam! usermod: no changes Oct 11 11:01:08.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 11:01:08.836 INFO kablam! Running /target/debug/deps/spreadsheet-8fb4120a254f2817 Oct 11 11:01:08.840 INFO blam! Oct 11 11:01:08.840 INFO blam! running 0 tests Oct 11 11:01:08.840 INFO blam! Oct 11 11:01:08.840 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:01:08.840 INFO blam! Oct 11 11:01:08.843 INFO kablam! Running /target/debug/deps/spreadsheet-1a102faee6172949 Oct 11 11:01:08.846 INFO blam! Oct 11 11:01:08.846 INFO blam! running 0 tests Oct 11 11:01:08.846 INFO blam! Oct 11 11:01:08.846 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:01:08.846 INFO blam! Oct 11 11:01:08.848 INFO kablam! Doc-tests spreadsheet Oct 11 11:01:09.523 INFO blam! Oct 11 11:01:09.523 INFO blam! running 0 tests Oct 11 11:01:09.523 INFO blam! Oct 11 11:01:09.523 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:01:09.523 INFO blam! Oct 11 11:01:09.529 INFO kablam! su: No module specific data is present Oct 11 11:01:09.946 INFO running `"docker" "rm" "-f" "fd397c8dfb4b0348514ae7bdda2bad377f951fdd3c44b50ec9362e499d0e22a5"` Oct 11 11:01:10.077 INFO blam! fd397c8dfb4b0348514ae7bdda2bad377f951fdd3c44b50ec9362e499d0e22a5