Oct 13 00:35:31.652 INFO testing shiroyasha/rust-too-many-lists against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:35:31.652 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 00:35:32.042 INFO blam! 8406339bfc1c39850e0eb916f501aa071c258f080b34b3777a2699326a860fc4 Oct 13 00:35:32.044 INFO running `"docker" "start" "-a" "8406339bfc1c39850e0eb916f501aa071c258f080b34b3777a2699326a860fc4"` Oct 13 00:35:33.607 INFO kablam! usermod: no changes Oct 13 00:35:33.665 INFO kablam! Compiling rust-too-many-lists v0.1.0 (/source) Oct 13 00:35:33.987 INFO kablam! warning: struct is never constructed: `List` Oct 13 00:35:33.987 INFO kablam! --> src/first.rs:3:1 Oct 13 00:35:33.987 INFO kablam! | Oct 13 00:35:33.987 INFO kablam! 3 | pub struct List { Oct 13 00:35:33.987 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:35:33.987 INFO kablam! | Oct 13 00:35:33.987 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:35:33.987 INFO kablam! Oct 13 00:35:33.987 INFO kablam! warning: variant is never constructed: `More` Oct 13 00:35:33.987 INFO kablam! --> src/first.rs:9:5 Oct 13 00:35:33.987 INFO kablam! | Oct 13 00:35:33.987 INFO kablam! 9 | More(Box), Oct 13 00:35:33.987 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: field is never used: `elem` Oct 13 00:35:33.988 INFO kablam! --> src/first.rs:13:5 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 13 | elem: i32, Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: method is never used: `new` Oct 13 00:35:33.988 INFO kablam! --> src/first.rs:18:5 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 18 | pub fn new() -> Self { Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: method is never used: `push` Oct 13 00:35:33.988 INFO kablam! --> src/first.rs:22:5 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 22 | pub fn push(&mut self, elem: i32) { Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: method is never used: `pop` Oct 13 00:35:33.988 INFO kablam! --> src/first.rs:31:5 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 31 | pub fn pop(&mut self) -> Option { Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: type alias is never used: `Link` Oct 13 00:35:33.988 INFO kablam! --> src/second.rs:7:1 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 7 | type Link = Option>>; Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: struct is never constructed: `Node` Oct 13 00:35:33.988 INFO kablam! --> src/second.rs:9:1 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 9 | struct Node { Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: method is never used: `new` Oct 13 00:35:33.988 INFO kablam! --> src/second.rs:15:5 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 15 | pub fn new() -> Self { Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: method is never used: `push` Oct 13 00:35:33.988 INFO kablam! --> src/second.rs:19:5 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 19 | pub fn push(&mut self, elem: T) { Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: method is never used: `peek` Oct 13 00:35:33.988 INFO kablam! --> src/second.rs:37:5 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 37 | pub fn peek(&self) -> Option<&T> { Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: method is never used: `peek_mut` Oct 13 00:35:33.988 INFO kablam! --> src/second.rs:43:5 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 43 | pub fn peek_mut(&mut self) -> Option<&mut T> { Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: struct is never constructed: `IntoIter` Oct 13 00:35:33.988 INFO kablam! --> src/second.rs:60:1 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 60 | pub struct IntoIter(List); Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: method is never used: `into_iter` Oct 13 00:35:33.988 INFO kablam! --> src/second.rs:63:5 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 63 | pub fn into_iter(self) -> IntoIter { Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: struct is never constructed: `Iter` Oct 13 00:35:33.988 INFO kablam! --> src/second.rs:76:1 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 76 | pub struct Iter<'a, T: 'a> { Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: method is never used: `iter` Oct 13 00:35:33.988 INFO kablam! --> src/second.rs:81:5 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 81 | pub fn iter<'a>(&'a self) -> Iter<'a, T> { Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.988 INFO kablam! Oct 13 00:35:33.988 INFO kablam! warning: struct is never constructed: `Tree` Oct 13 00:35:33.988 INFO kablam! --> src/treeee.rs:1:1 Oct 13 00:35:33.988 INFO kablam! | Oct 13 00:35:33.988 INFO kablam! 1 | pub struct Tree<'a> { Oct 13 00:35:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.989 INFO kablam! Oct 13 00:35:33.989 INFO kablam! warning: type alias is never used: `Link` Oct 13 00:35:33.989 INFO kablam! --> src/treeee.rs:5:1 Oct 13 00:35:33.989 INFO kablam! | Oct 13 00:35:33.989 INFO kablam! 5 | type Link<'a> = Option>>; Oct 13 00:35:33.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.989 INFO kablam! Oct 13 00:35:33.989 INFO kablam! warning: struct is never constructed: `Node` Oct 13 00:35:33.989 INFO kablam! --> src/treeee.rs:7:1 Oct 13 00:35:33.989 INFO kablam! | Oct 13 00:35:33.989 INFO kablam! 7 | struct Node<'a> { Oct 13 00:35:33.989 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:35:33.989 INFO kablam! Oct 13 00:35:33.989 INFO kablam! warning: method is never used: `new` Oct 13 00:35:33.989 INFO kablam! --> src/treeee.rs:14:5 Oct 13 00:35:33.989 INFO kablam! | Oct 13 00:35:33.989 INFO kablam! 14 | pub fn new() -> Self { Oct 13 00:35:33.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.989 INFO kablam! Oct 13 00:35:33.989 INFO kablam! warning: method is never used: `add` Oct 13 00:35:33.989 INFO kablam! --> src/treeee.rs:18:5 Oct 13 00:35:33.989 INFO kablam! | Oct 13 00:35:33.989 INFO kablam! 18 | pub fn add(&mut self, value: &'a str) { Oct 13 00:35:33.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.989 INFO kablam! Oct 13 00:35:33.989 INFO kablam! warning: method is never used: `display` Oct 13 00:35:33.989 INFO kablam! --> src/treeee.rs:31:5 Oct 13 00:35:33.989 INFO kablam! | Oct 13 00:35:33.989 INFO kablam! 31 | pub fn display(&self) { Oct 13 00:35:33.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.989 INFO kablam! Oct 13 00:35:33.989 INFO kablam! warning: method is never used: `insert` Oct 13 00:35:33.989 INFO kablam! --> src/treeee.rs:35:5 Oct 13 00:35:33.989 INFO kablam! | Oct 13 00:35:33.989 INFO kablam! 35 | fn insert(head: &mut Node<'a>, new_node : Box>) { Oct 13 00:35:33.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.989 INFO kablam! Oct 13 00:35:33.989 INFO kablam! warning: method is never used: `display_node` Oct 13 00:35:33.989 INFO kablam! --> src/treeee.rs:49:5 Oct 13 00:35:33.989 INFO kablam! | Oct 13 00:35:33.989 INFO kablam! 49 | fn display_node(node : &Node, depth: i32) { Oct 13 00:35:33.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.989 INFO kablam! Oct 13 00:35:33.989 INFO kablam! warning: struct is never constructed: `Collection` Oct 13 00:35:33.989 INFO kablam! --> src/four.rs:3:1 Oct 13 00:35:33.989 INFO kablam! | Oct 13 00:35:33.989 INFO kablam! 3 | struct Collection<'a> { Oct 13 00:35:33.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.989 INFO kablam! Oct 13 00:35:33.989 INFO kablam! warning: struct is never constructed: `Elem` Oct 13 00:35:33.989 INFO kablam! --> src/four.rs:8:1 Oct 13 00:35:33.989 INFO kablam! | Oct 13 00:35:33.989 INFO kablam! 8 | struct Elem<'a> { Oct 13 00:35:33.989 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:35:33.989 INFO kablam! Oct 13 00:35:33.989 INFO kablam! warning: function is never used: `insert` Oct 13 00:35:33.989 INFO kablam! --> src/four.rs:12:1 Oct 13 00:35:33.989 INFO kablam! | Oct 13 00:35:33.989 INFO kablam! 12 | fn insert<'a>(c : &mut Collection<'a>, e : Box>) { Oct 13 00:35:33.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.989 INFO kablam! Oct 13 00:35:33.989 INFO kablam! warning: function is never used: `a` Oct 13 00:35:33.989 INFO kablam! --> src/four.rs:17:1 Oct 13 00:35:33.989 INFO kablam! | Oct 13 00:35:33.989 INFO kablam! 17 | fn a<'a>() -> Collection<'a> { Oct 13 00:35:33.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:33.989 INFO kablam! Oct 13 00:35:34.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 13 00:35:34.463 INFO kablam! su: No module specific data is present Oct 13 00:35:35.551 INFO running `"docker" "rm" "-f" "8406339bfc1c39850e0eb916f501aa071c258f080b34b3777a2699326a860fc4"` Oct 13 00:35:35.819 INFO blam! 8406339bfc1c39850e0eb916f501aa071c258f080b34b3777a2699326a860fc4 Oct 13 00:35:35.824 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 00:35:36.295 INFO blam! dab3db3e41f35a9582a136daf603900c0c9677a4b42d1a04b73006ee3a8e043c Oct 13 00:35:36.296 INFO running `"docker" "start" "-a" "dab3db3e41f35a9582a136daf603900c0c9677a4b42d1a04b73006ee3a8e043c"` Oct 13 00:35:37.448 INFO kablam! usermod: no changes Oct 13 00:35:37.483 INFO kablam! Compiling rust-too-many-lists v0.1.0 (/source) Oct 13 00:35:38.870 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 13 00:35:38.872 INFO kablam! su: No module specific data is present Oct 13 00:35:39.489 INFO running `"docker" "rm" "-f" "dab3db3e41f35a9582a136daf603900c0c9677a4b42d1a04b73006ee3a8e043c"` Oct 13 00:35:39.811 INFO blam! dab3db3e41f35a9582a136daf603900c0c9677a4b42d1a04b73006ee3a8e043c Oct 13 00:35:39.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 00:35:40.257 INFO blam! e83a64daa8fe2e3e0fb8ceef2fceb08cc3851de539592fd9fe38e37d8c344c3b Oct 13 00:35:40.271 INFO running `"docker" "start" "-a" "e83a64daa8fe2e3e0fb8ceef2fceb08cc3851de539592fd9fe38e37d8c344c3b"` Oct 13 00:35:41.391 INFO kablam! usermod: no changes Oct 13 00:35:41.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 13 00:35:41.471 INFO kablam! Running /target/debug/deps/rust_too_many_lists-79125b2f2065fbcb Oct 13 00:35:41.476 INFO blam! Oct 13 00:35:41.476 INFO blam! running 8 tests Oct 13 00:35:41.476 INFO blam! test four::a_test ... ok Oct 13 00:35:41.476 INFO blam! test first::test::basics ... ok Oct 13 00:35:41.476 INFO blam! test second::test::iter ... ok Oct 13 00:35:41.476 INFO blam! test second::test::basics ... ok Oct 13 00:35:41.476 INFO blam! test second::test::into_iter_test ... ok Oct 13 00:35:41.487 INFO blam! test treeee::test::treeee_test ... ok Oct 13 00:35:41.487 INFO blam! test second::test::peek_test ... ok Oct 13 00:35:41.487 INFO blam! test second::test::peek_mut_test ... ok Oct 13 00:35:41.487 INFO blam! Oct 13 00:35:41.487 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:35:41.487 INFO blam! Oct 13 00:35:41.487 INFO kablam! su: No module specific data is present Oct 13 00:35:42.246 INFO running `"docker" "rm" "-f" "e83a64daa8fe2e3e0fb8ceef2fceb08cc3851de539592fd9fe38e37d8c344c3b"` Oct 13 00:35:42.519 INFO blam! e83a64daa8fe2e3e0fb8ceef2fceb08cc3851de539592fd9fe38e37d8c344c3b