Oct 11 11:00:36.730 INFO testing spsheet-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 11:00:36.731 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 11:00:36.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:00:37.065 INFO blam! db5b31a0f2af09c4e0511d34cd2e199efbe386d3aaf1222102ac1baaf976afa8 Oct 11 11:00:37.072 INFO running `"docker" "start" "-a" "db5b31a0f2af09c4e0511d34cd2e199efbe386d3aaf1222102ac1baaf976afa8"` Oct 11 11:00:38.328 INFO kablam! usermod: no changes Oct 11 11:00:38.444 INFO kablam! Compiling spsheet v0.1.0 (/source) Oct 11 11:00:40.208 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 11 11:00:40.208 INFO kablam! --> src/lib.rs:97:41 Oct 11 11:00:40.208 INFO kablam! | Oct 11 11:00:40.208 INFO kablam! 97 | column_to_index(val.slice_unchecked(0, index)), Oct 11 11:00:40.208 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 11:00:40.208 INFO kablam! | Oct 11 11:00:40.208 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 11:00:40.208 INFO kablam! Oct 11 11:00:40.208 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 11 11:00:40.208 INFO kablam! --> src/lib.rs:98:25 Oct 11 11:00:40.208 INFO kablam! | Oct 11 11:00:40.208 INFO kablam! 98 | val.slice_unchecked(index, val.len()).parse::().unwrap() - 1 Oct 11 11:00:40.208 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 11:00:40.208 INFO kablam! Oct 11 11:00:41.717 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.36s Oct 11 11:00:41.722 INFO kablam! su: No module specific data is present Oct 11 11:00:42.157 INFO running `"docker" "rm" "-f" "db5b31a0f2af09c4e0511d34cd2e199efbe386d3aaf1222102ac1baaf976afa8"` Oct 11 11:00:42.244 INFO blam! db5b31a0f2af09c4e0511d34cd2e199efbe386d3aaf1222102ac1baaf976afa8 Oct 11 11:00:42.245 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 11:00:42.245 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:00:42.493 INFO blam! 0b977b09106b3593da57e8347318ead08accd610a3db839c9fb3590fe7669fef Oct 11 11:00:42.500 INFO running `"docker" "start" "-a" "0b977b09106b3593da57e8347318ead08accd610a3db839c9fb3590fe7669fef"` Oct 11 11:00:43.075 INFO kablam! usermod: no changes Oct 11 11:00:43.168 INFO kablam! Compiling spsheet v0.1.0 (/source) Oct 11 11:00:44.648 INFO kablam! warning: unused import: `std::path::Path` Oct 11 11:00:44.648 INFO kablam! --> tests/lib.rs:7:5 Oct 11 11:00:44.648 INFO kablam! | Oct 11 11:00:44.648 INFO kablam! 7 | use std::path::Path; Oct 11 11:00:44.648 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 11:00:44.648 INFO kablam! | Oct 11 11:00:44.648 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 11:00:44.648 INFO kablam! Oct 11 11:00:44.734 INFO kablam! warning: function is never used: `make_sheet1` Oct 11 11:00:44.734 INFO kablam! --> tests/lib.rs:15:1 Oct 11 11:00:44.735 INFO kablam! | Oct 11 11:00:44.735 INFO kablam! 15 | fn make_sheet1() -> Sheet { Oct 11 11:00:44.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:00:44.735 INFO kablam! | Oct 11 11:00:44.735 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 11:00:44.735 INFO kablam! Oct 11 11:00:44.736 INFO kablam! warning: function is never used: `make_sheet2` Oct 11 11:00:44.736 INFO kablam! --> tests/lib.rs:26:1 Oct 11 11:00:44.736 INFO kablam! | Oct 11 11:00:44.736 INFO kablam! 26 | fn make_sheet2() -> Sheet { Oct 11 11:00:44.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:00:44.736 INFO kablam! Oct 11 11:00:44.737 INFO kablam! warning: function is never used: `make_sheet3` Oct 11 11:00:44.737 INFO kablam! --> tests/lib.rs:32:1 Oct 11 11:00:44.737 INFO kablam! | Oct 11 11:00:44.737 INFO kablam! 32 | fn make_sheet3() -> Sheet { Oct 11 11:00:44.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:00:44.737 INFO kablam! Oct 11 11:00:44.738 INFO kablam! warning: function is never used: `make_sheet4` Oct 11 11:00:44.738 INFO kablam! --> tests/lib.rs:44:1 Oct 11 11:00:44.738 INFO kablam! | Oct 11 11:00:44.738 INFO kablam! 44 | fn make_sheet4() -> Sheet { Oct 11 11:00:44.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:00:44.738 INFO kablam! Oct 11 11:00:44.738 INFO kablam! warning: function is never used: `make_book` Oct 11 11:00:44.739 INFO kablam! --> tests/lib.rs:48:1 Oct 11 11:00:44.739 INFO kablam! | Oct 11 11:00:44.739 INFO kablam! 48 | fn make_book() -> Book { Oct 11 11:00:44.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:00:44.739 INFO kablam! Oct 11 11:00:44.761 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 11 11:00:44.761 INFO kablam! --> src/lib.rs:97:41 Oct 11 11:00:44.761 INFO kablam! | Oct 11 11:00:44.761 INFO kablam! 97 | column_to_index(val.slice_unchecked(0, index)), Oct 11 11:00:44.761 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 11:00:44.762 INFO kablam! | Oct 11 11:00:44.762 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 11:00:44.762 INFO kablam! Oct 11 11:00:44.762 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 11 11:00:44.762 INFO kablam! --> src/lib.rs:98:25 Oct 11 11:00:44.762 INFO kablam! | Oct 11 11:00:44.762 INFO kablam! 98 | val.slice_unchecked(index, val.len()).parse::().unwrap() - 1 Oct 11 11:00:44.763 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 11:00:44.763 INFO kablam! Oct 11 11:00:45.714 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.61s Oct 11 11:00:45.719 INFO kablam! su: No module specific data is present Oct 11 11:00:45.981 INFO running `"docker" "rm" "-f" "0b977b09106b3593da57e8347318ead08accd610a3db839c9fb3590fe7669fef"` Oct 11 11:00:46.096 INFO blam! 0b977b09106b3593da57e8347318ead08accd610a3db839c9fb3590fe7669fef Oct 11 11:00:46.098 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 11:00:46.098 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:00:46.249 INFO blam! 824011b8a6e1cc4d8e5ba2928c3739715512b5b7db161241eaa7d6dbb0f09388 Oct 11 11:00:46.253 INFO running `"docker" "start" "-a" "824011b8a6e1cc4d8e5ba2928c3739715512b5b7db161241eaa7d6dbb0f09388"` Oct 11 11:00:46.881 INFO kablam! usermod: no changes Oct 11 11:00:46.950 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 11:00:46.964 INFO kablam! Running /target/debug/deps/spsheet-982875545a0efddd Oct 11 11:00:46.966 INFO blam! Oct 11 11:00:46.966 INFO blam! running 0 tests Oct 11 11:00:46.966 INFO blam! Oct 11 11:00:46.966 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:00:46.966 INFO blam! Oct 11 11:00:46.967 INFO kablam! Running /target/debug/deps/lib-3bacf10c887ef752 Oct 11 11:00:46.968 INFO blam! Oct 11 11:00:46.968 INFO blam! running 1 test Oct 11 11:00:46.968 INFO blam! test it_works ... ok Oct 11 11:00:46.969 INFO blam! Oct 11 11:00:46.969 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:00:46.969 INFO blam! Oct 11 11:00:46.972 INFO kablam! Doc-tests spsheet Oct 11 11:00:49.065 INFO blam! Oct 11 11:00:49.065 INFO blam! running 6 tests Oct 11 11:00:53.548 INFO blam! test src/lib.rs - column_to_index (line 25) ... ok Oct 11 11:00:53.629 INFO blam! test src/lib.rs - Book (line 107) ... ok Oct 11 11:00:53.629 INFO blam! test src/lib.rs - index_to_column (line 48) ... ok Oct 11 11:00:53.708 INFO blam! test src/lib.rs - column_and_row_to_index (line 71) ... ok Oct 11 11:00:53.940 INFO blam! test src/lib.rs - Cell (line 246) ... ok Oct 11 11:00:54.133 INFO blam! test src/lib.rs - Sheet (line 141) ... ok Oct 11 11:00:54.133 INFO blam! Oct 11 11:00:54.133 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:00:54.133 INFO blam! Oct 11 11:00:54.147 INFO kablam! su: No module specific data is present Oct 11 11:00:54.475 INFO running `"docker" "rm" "-f" "824011b8a6e1cc4d8e5ba2928c3739715512b5b7db161241eaa7d6dbb0f09388"` Oct 11 11:00:54.573 INFO blam! 824011b8a6e1cc4d8e5ba2928c3739715512b5b7db161241eaa7d6dbb0f09388