Oct 10 15:00:49.058 INFO testing shiroyasha/rust-too-many-lists against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:00:49.058 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:00:49.058 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 10 15:00:49.427 INFO blam! ec3e639eded3c9eee68f0856bae4b63977fcbecdda0ff705a8953d0857286758 Oct 10 15:00:49.433 INFO running `"docker" "start" "-a" "ec3e639eded3c9eee68f0856bae4b63977fcbecdda0ff705a8953d0857286758"` Oct 10 15:00:50.352 INFO kablam! usermod: no changes Oct 10 15:00:50.380 INFO kablam! Compiling rust-too-many-lists v0.1.0 (/source) Oct 10 15:00:50.884 INFO kablam! warning: struct is never constructed: `List` Oct 10 15:00:50.884 INFO kablam! --> src/first.rs:3:1 Oct 10 15:00:50.884 INFO kablam! | Oct 10 15:00:50.884 INFO kablam! 3 | pub struct List { Oct 10 15:00:50.884 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 15:00:50.884 INFO kablam! | Oct 10 15:00:50.884 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:00:50.884 INFO kablam! Oct 10 15:00:50.884 INFO kablam! warning: variant is never constructed: `More` Oct 10 15:00:50.884 INFO kablam! --> src/first.rs:9:5 Oct 10 15:00:50.884 INFO kablam! | Oct 10 15:00:50.884 INFO kablam! 9 | More(Box), Oct 10 15:00:50.884 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 15:00:50.884 INFO kablam! Oct 10 15:00:50.884 INFO kablam! warning: field is never used: `elem` Oct 10 15:00:50.884 INFO kablam! --> src/first.rs:13:5 Oct 10 15:00:50.884 INFO kablam! | Oct 10 15:00:50.884 INFO kablam! 13 | elem: i32, Oct 10 15:00:50.884 INFO kablam! | ^^^^^^^^^ Oct 10 15:00:50.884 INFO kablam! Oct 10 15:00:50.884 INFO kablam! warning: method is never used: `new` Oct 10 15:00:50.884 INFO kablam! --> src/first.rs:18:5 Oct 10 15:00:50.884 INFO kablam! | Oct 10 15:00:50.884 INFO kablam! 18 | pub fn new() -> Self { Oct 10 15:00:50.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.884 INFO kablam! Oct 10 15:00:50.884 INFO kablam! warning: method is never used: `push` Oct 10 15:00:50.884 INFO kablam! --> src/first.rs:22:5 Oct 10 15:00:50.884 INFO kablam! | Oct 10 15:00:50.884 INFO kablam! 22 | pub fn push(&mut self, elem: i32) { Oct 10 15:00:50.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.884 INFO kablam! Oct 10 15:00:50.884 INFO kablam! warning: method is never used: `pop` Oct 10 15:00:50.884 INFO kablam! --> src/first.rs:31:5 Oct 10 15:00:50.884 INFO kablam! | Oct 10 15:00:50.884 INFO kablam! 31 | pub fn pop(&mut self) -> Option { Oct 10 15:00:50.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.884 INFO kablam! Oct 10 15:00:50.886 INFO kablam! warning: type alias is never used: `Link` Oct 10 15:00:50.886 INFO kablam! --> src/second.rs:7:1 Oct 10 15:00:50.886 INFO kablam! | Oct 10 15:00:50.886 INFO kablam! 7 | type Link = Option>>; Oct 10 15:00:50.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.886 INFO kablam! Oct 10 15:00:50.886 INFO kablam! warning: struct is never constructed: `Node` Oct 10 15:00:50.886 INFO kablam! --> src/second.rs:9:1 Oct 10 15:00:50.886 INFO kablam! | Oct 10 15:00:50.886 INFO kablam! 9 | struct Node { Oct 10 15:00:50.886 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 15:00:50.886 INFO kablam! Oct 10 15:00:50.886 INFO kablam! warning: method is never used: `new` Oct 10 15:00:50.886 INFO kablam! --> src/second.rs:15:5 Oct 10 15:00:50.886 INFO kablam! | Oct 10 15:00:50.886 INFO kablam! 15 | pub fn new() -> Self { Oct 10 15:00:50.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.886 INFO kablam! Oct 10 15:00:50.886 INFO kablam! warning: method is never used: `push` Oct 10 15:00:50.886 INFO kablam! --> src/second.rs:19:5 Oct 10 15:00:50.886 INFO kablam! | Oct 10 15:00:50.886 INFO kablam! 19 | pub fn push(&mut self, elem: T) { Oct 10 15:00:50.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.886 INFO kablam! Oct 10 15:00:50.886 INFO kablam! warning: method is never used: `peek` Oct 10 15:00:50.886 INFO kablam! --> src/second.rs:37:5 Oct 10 15:00:50.886 INFO kablam! | Oct 10 15:00:50.886 INFO kablam! 37 | pub fn peek(&self) -> Option<&T> { Oct 10 15:00:50.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.886 INFO kablam! Oct 10 15:00:50.886 INFO kablam! warning: method is never used: `peek_mut` Oct 10 15:00:50.886 INFO kablam! --> src/second.rs:43:5 Oct 10 15:00:50.886 INFO kablam! | Oct 10 15:00:50.886 INFO kablam! 43 | pub fn peek_mut(&mut self) -> Option<&mut T> { Oct 10 15:00:50.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.886 INFO kablam! Oct 10 15:00:50.886 INFO kablam! warning: struct is never constructed: `IntoIter` Oct 10 15:00:50.886 INFO kablam! --> src/second.rs:60:1 Oct 10 15:00:50.886 INFO kablam! | Oct 10 15:00:50.886 INFO kablam! 60 | pub struct IntoIter(List); Oct 10 15:00:50.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.886 INFO kablam! Oct 10 15:00:50.886 INFO kablam! warning: method is never used: `into_iter` Oct 10 15:00:50.886 INFO kablam! --> src/second.rs:63:5 Oct 10 15:00:50.886 INFO kablam! | Oct 10 15:00:50.886 INFO kablam! 63 | pub fn into_iter(self) -> IntoIter { Oct 10 15:00:50.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.886 INFO kablam! Oct 10 15:00:50.886 INFO kablam! warning: struct is never constructed: `Iter` Oct 10 15:00:50.886 INFO kablam! --> src/second.rs:76:1 Oct 10 15:00:50.886 INFO kablam! | Oct 10 15:00:50.886 INFO kablam! 76 | pub struct Iter<'a, T: 'a> { Oct 10 15:00:50.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.886 INFO kablam! Oct 10 15:00:50.886 INFO kablam! warning: method is never used: `iter` Oct 10 15:00:50.886 INFO kablam! --> src/second.rs:81:5 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 81 | pub fn iter<'a>(&'a self) -> Iter<'a, T> { Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:50.887 INFO kablam! warning: struct is never constructed: `Tree` Oct 10 15:00:50.887 INFO kablam! --> src/treeee.rs:1:1 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 1 | pub struct Tree<'a> { Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:50.887 INFO kablam! warning: type alias is never used: `Link` Oct 10 15:00:50.887 INFO kablam! --> src/treeee.rs:5:1 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 5 | type Link<'a> = Option>>; Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:50.887 INFO kablam! warning: struct is never constructed: `Node` Oct 10 15:00:50.887 INFO kablam! --> src/treeee.rs:7:1 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 7 | struct Node<'a> { Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:50.887 INFO kablam! warning: method is never used: `new` Oct 10 15:00:50.887 INFO kablam! --> src/treeee.rs:14:5 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 14 | pub fn new() -> Self { Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:50.887 INFO kablam! warning: method is never used: `add` Oct 10 15:00:50.887 INFO kablam! --> src/treeee.rs:18:5 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 18 | pub fn add(&mut self, value: &'a str) { Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:50.887 INFO kablam! warning: method is never used: `display` Oct 10 15:00:50.887 INFO kablam! --> src/treeee.rs:31:5 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 31 | pub fn display(&self) { Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:50.887 INFO kablam! warning: method is never used: `insert` Oct 10 15:00:50.887 INFO kablam! --> src/treeee.rs:35:5 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 35 | fn insert(head: &mut Node<'a>, new_node : Box>) { Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:50.887 INFO kablam! warning: method is never used: `display_node` Oct 10 15:00:50.887 INFO kablam! --> src/treeee.rs:49:5 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 49 | fn display_node(node : &Node, depth: i32) { Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:50.887 INFO kablam! warning: struct is never constructed: `Collection` Oct 10 15:00:50.887 INFO kablam! --> src/four.rs:3:1 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 3 | struct Collection<'a> { Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:50.887 INFO kablam! warning: struct is never constructed: `Elem` Oct 10 15:00:50.887 INFO kablam! --> src/four.rs:8:1 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 8 | struct Elem<'a> { Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:50.887 INFO kablam! warning: function is never used: `insert` Oct 10 15:00:50.887 INFO kablam! --> src/four.rs:12:1 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 12 | fn insert<'a>(c : &mut Collection<'a>, e : Box>) { Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:50.887 INFO kablam! warning: function is never used: `a` Oct 10 15:00:50.887 INFO kablam! --> src/four.rs:17:1 Oct 10 15:00:50.887 INFO kablam! | Oct 10 15:00:50.887 INFO kablam! 17 | fn a<'a>() -> Collection<'a> { Oct 10 15:00:50.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:00:50.887 INFO kablam! Oct 10 15:00:51.197 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 10 15:00:51.208 INFO kablam! su: No module specific data is present Oct 10 15:00:51.746 INFO running `"docker" "rm" "-f" "ec3e639eded3c9eee68f0856bae4b63977fcbecdda0ff705a8953d0857286758"` Oct 10 15:00:52.080 INFO blam! ec3e639eded3c9eee68f0856bae4b63977fcbecdda0ff705a8953d0857286758 Oct 10 15:00:52.082 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:00:52.082 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 10 15:00:52.472 INFO blam! 026c814fea6eaca3df01c66f817f2c7471aa61b854032e72074f6fcc5bbf6145 Oct 10 15:00:52.472 INFO running `"docker" "start" "-a" "026c814fea6eaca3df01c66f817f2c7471aa61b854032e72074f6fcc5bbf6145"` Oct 10 15:00:53.491 INFO kablam! usermod: no changes Oct 10 15:00:53.540 INFO kablam! Compiling rust-too-many-lists v0.1.0 (/source) Oct 10 15:00:55.072 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.55s Oct 10 15:00:55.072 INFO kablam! su: No module specific data is present Oct 10 15:00:55.480 INFO running `"docker" "rm" "-f" "026c814fea6eaca3df01c66f817f2c7471aa61b854032e72074f6fcc5bbf6145"` Oct 10 15:00:55.724 INFO blam! 026c814fea6eaca3df01c66f817f2c7471aa61b854032e72074f6fcc5bbf6145 Oct 10 15:00:55.727 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:00:55.727 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 10 15:00:56.184 INFO blam! 70853e74f6037b434a23d822bb302850d1d97344efd1a7e2a3a64912f6497632 Oct 10 15:00:56.186 INFO running `"docker" "start" "-a" "70853e74f6037b434a23d822bb302850d1d97344efd1a7e2a3a64912f6497632"` Oct 10 15:00:57.034 INFO kablam! usermod: no changes Oct 10 15:00:57.080 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 15:00:57.081 INFO kablam! Running /target/debug/deps/rust_too_many_lists-79125b2f2065fbcb Oct 10 15:00:57.100 INFO blam! Oct 10 15:00:57.100 INFO blam! running 8 tests Oct 10 15:00:57.100 INFO blam! test second::test::peek_test ... ok Oct 10 15:00:57.100 INFO blam! test treeee::test::treeee_test ... ok Oct 10 15:00:57.100 INFO blam! test second::test::peek_mut_test ... ok Oct 10 15:00:57.100 INFO blam! test four::a_test ... ok Oct 10 15:00:57.100 INFO blam! test second::test::basics ... ok Oct 10 15:00:57.100 INFO blam! test second::test::into_iter_test ... ok Oct 10 15:00:57.100 INFO blam! test second::test::iter ... ok Oct 10 15:00:57.100 INFO blam! test first::test::basics ... ok Oct 10 15:00:57.101 INFO blam! Oct 10 15:00:57.101 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:00:57.101 INFO blam! Oct 10 15:00:57.105 INFO kablam! su: No module specific data is present Oct 10 15:00:57.580 INFO running `"docker" "rm" "-f" "70853e74f6037b434a23d822bb302850d1d97344efd1a7e2a3a64912f6497632"` Oct 10 15:00:57.840 INFO blam! 70853e74f6037b434a23d822bb302850d1d97344efd1a7e2a3a64912f6497632