Oct 13 00:35:29.404 INFO testing shiroyasha/rust-too-many-lists against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 00:35:29.404 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:30.019 INFO blam! 77cd17ea3cdb525ab02078443feef71344b1d98db1b39aef321c54eaef1034fc Oct 13 00:35:30.021 INFO running `"docker" "start" "-a" "77cd17ea3cdb525ab02078443feef71344b1d98db1b39aef321c54eaef1034fc"` Oct 13 00:35:31.247 INFO kablam! usermod: no changes Oct 13 00:35:31.290 INFO kablam! Compiling rust-too-many-lists v0.1.0 (/source) Oct 13 00:35:31.634 INFO kablam! warning: struct is never constructed: `List` Oct 13 00:35:31.634 INFO kablam! --> src/first.rs:3:1 Oct 13 00:35:31.635 INFO kablam! | Oct 13 00:35:31.635 INFO kablam! 3 | pub struct List { Oct 13 00:35:31.635 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:35:31.635 INFO kablam! | Oct 13 00:35:31.638 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:35:31.638 INFO kablam! Oct 13 00:35:31.638 INFO kablam! warning: variant is never constructed: `More` Oct 13 00:35:31.638 INFO kablam! --> src/first.rs:9:5 Oct 13 00:35:31.639 INFO kablam! | Oct 13 00:35:31.639 INFO kablam! 9 | More(Box), Oct 13 00:35:31.640 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:35:31.640 INFO kablam! Oct 13 00:35:31.640 INFO kablam! warning: field is never used: `elem` Oct 13 00:35:31.640 INFO kablam! --> src/first.rs:13:5 Oct 13 00:35:31.640 INFO kablam! | Oct 13 00:35:31.640 INFO kablam! 13 | elem: i32, Oct 13 00:35:31.640 INFO kablam! | ^^^^^^^^^ Oct 13 00:35:31.640 INFO kablam! Oct 13 00:35:31.640 INFO kablam! warning: method is never used: `new` Oct 13 00:35:31.640 INFO kablam! --> src/first.rs:18:5 Oct 13 00:35:31.640 INFO kablam! | Oct 13 00:35:31.640 INFO kablam! 18 | pub fn new() -> Self { Oct 13 00:35:31.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.640 INFO kablam! Oct 13 00:35:31.640 INFO kablam! warning: method is never used: `push` Oct 13 00:35:31.640 INFO kablam! --> src/first.rs:22:5 Oct 13 00:35:31.640 INFO kablam! | Oct 13 00:35:31.640 INFO kablam! 22 | pub fn push(&mut self, elem: i32) { Oct 13 00:35:31.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.641 INFO kablam! Oct 13 00:35:31.641 INFO kablam! warning: method is never used: `pop` Oct 13 00:35:31.641 INFO kablam! --> src/first.rs:31:5 Oct 13 00:35:31.641 INFO kablam! | Oct 13 00:35:31.641 INFO kablam! 31 | pub fn pop(&mut self) -> Option { Oct 13 00:35:31.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.641 INFO kablam! Oct 13 00:35:31.641 INFO kablam! warning: type alias is never used: `Link` Oct 13 00:35:31.641 INFO kablam! --> src/second.rs:7:1 Oct 13 00:35:31.641 INFO kablam! | Oct 13 00:35:31.641 INFO kablam! 7 | type Link = Option>>; Oct 13 00:35:31.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.641 INFO kablam! Oct 13 00:35:31.641 INFO kablam! warning: struct is never constructed: `Node` Oct 13 00:35:31.641 INFO kablam! --> src/second.rs:9:1 Oct 13 00:35:31.641 INFO kablam! | Oct 13 00:35:31.641 INFO kablam! 9 | struct Node { Oct 13 00:35:31.641 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 00:35:31.641 INFO kablam! Oct 13 00:35:31.641 INFO kablam! warning: method is never used: `new` Oct 13 00:35:31.641 INFO kablam! --> src/second.rs:15:5 Oct 13 00:35:31.641 INFO kablam! | Oct 13 00:35:31.642 INFO kablam! 15 | pub fn new() -> Self { Oct 13 00:35:31.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.642 INFO kablam! Oct 13 00:35:31.642 INFO kablam! warning: method is never used: `push` Oct 13 00:35:31.642 INFO kablam! --> src/second.rs:19:5 Oct 13 00:35:31.642 INFO kablam! | Oct 13 00:35:31.642 INFO kablam! 19 | pub fn push(&mut self, elem: T) { Oct 13 00:35:31.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.642 INFO kablam! Oct 13 00:35:31.642 INFO kablam! warning: method is never used: `peek` Oct 13 00:35:31.642 INFO kablam! --> src/second.rs:37:5 Oct 13 00:35:31.642 INFO kablam! | Oct 13 00:35:31.642 INFO kablam! 37 | pub fn peek(&self) -> Option<&T> { Oct 13 00:35:31.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.642 INFO kablam! Oct 13 00:35:31.642 INFO kablam! warning: method is never used: `peek_mut` Oct 13 00:35:31.642 INFO kablam! --> src/second.rs:43:5 Oct 13 00:35:31.642 INFO kablam! | Oct 13 00:35:31.642 INFO kablam! 43 | pub fn peek_mut(&mut self) -> Option<&mut T> { Oct 13 00:35:31.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.642 INFO kablam! Oct 13 00:35:31.643 INFO kablam! warning: struct is never constructed: `IntoIter` Oct 13 00:35:31.643 INFO kablam! --> src/second.rs:60:1 Oct 13 00:35:31.643 INFO kablam! | Oct 13 00:35:31.643 INFO kablam! 60 | pub struct IntoIter(List); Oct 13 00:35:31.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.643 INFO kablam! Oct 13 00:35:31.643 INFO kablam! warning: method is never used: `into_iter` Oct 13 00:35:31.643 INFO kablam! --> src/second.rs:63:5 Oct 13 00:35:31.643 INFO kablam! | Oct 13 00:35:31.643 INFO kablam! 63 | pub fn into_iter(self) -> IntoIter { Oct 13 00:35:31.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.643 INFO kablam! Oct 13 00:35:31.643 INFO kablam! warning: struct is never constructed: `Iter` Oct 13 00:35:31.643 INFO kablam! --> src/second.rs:76:1 Oct 13 00:35:31.643 INFO kablam! | Oct 13 00:35:31.643 INFO kablam! 76 | pub struct Iter<'a, T: 'a> { Oct 13 00:35:31.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.643 INFO kablam! Oct 13 00:35:31.643 INFO kablam! warning: method is never used: `iter` Oct 13 00:35:31.643 INFO kablam! --> src/second.rs:81:5 Oct 13 00:35:31.643 INFO kablam! | Oct 13 00:35:31.643 INFO kablam! 81 | pub fn iter<'a>(&'a self) -> Iter<'a, T> { Oct 13 00:35:31.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.644 INFO kablam! Oct 13 00:35:31.644 INFO kablam! warning: struct is never constructed: `Tree` Oct 13 00:35:31.644 INFO kablam! --> src/treeee.rs:1:1 Oct 13 00:35:31.644 INFO kablam! | Oct 13 00:35:31.644 INFO kablam! 1 | pub struct Tree<'a> { Oct 13 00:35:31.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.644 INFO kablam! Oct 13 00:35:31.644 INFO kablam! warning: type alias is never used: `Link` Oct 13 00:35:31.644 INFO kablam! --> src/treeee.rs:5:1 Oct 13 00:35:31.644 INFO kablam! | Oct 13 00:35:31.644 INFO kablam! 5 | type Link<'a> = Option>>; Oct 13 00:35:31.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.644 INFO kablam! Oct 13 00:35:31.644 INFO kablam! warning: struct is never constructed: `Node` Oct 13 00:35:31.644 INFO kablam! --> src/treeee.rs:7:1 Oct 13 00:35:31.644 INFO kablam! | Oct 13 00:35:31.644 INFO kablam! 7 | struct Node<'a> { Oct 13 00:35:31.644 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:35:31.644 INFO kablam! Oct 13 00:35:31.644 INFO kablam! warning: method is never used: `new` Oct 13 00:35:31.645 INFO kablam! --> src/treeee.rs:14:5 Oct 13 00:35:31.645 INFO kablam! | Oct 13 00:35:31.645 INFO kablam! 14 | pub fn new() -> Self { Oct 13 00:35:31.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.645 INFO kablam! Oct 13 00:35:31.645 INFO kablam! warning: method is never used: `add` Oct 13 00:35:31.645 INFO kablam! --> src/treeee.rs:18:5 Oct 13 00:35:31.645 INFO kablam! | Oct 13 00:35:31.645 INFO kablam! 18 | pub fn add(&mut self, value: &'a str) { Oct 13 00:35:31.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.645 INFO kablam! Oct 13 00:35:31.645 INFO kablam! warning: method is never used: `display` Oct 13 00:35:31.645 INFO kablam! --> src/treeee.rs:31:5 Oct 13 00:35:31.645 INFO kablam! | Oct 13 00:35:31.645 INFO kablam! 31 | pub fn display(&self) { Oct 13 00:35:31.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.645 INFO kablam! Oct 13 00:35:31.645 INFO kablam! warning: method is never used: `insert` Oct 13 00:35:31.645 INFO kablam! --> src/treeee.rs:35:5 Oct 13 00:35:31.645 INFO kablam! | Oct 13 00:35:31.645 INFO kablam! 35 | fn insert(head: &mut Node<'a>, new_node : Box>) { Oct 13 00:35:31.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.646 INFO kablam! Oct 13 00:35:31.646 INFO kablam! warning: method is never used: `display_node` Oct 13 00:35:31.646 INFO kablam! --> src/treeee.rs:49:5 Oct 13 00:35:31.646 INFO kablam! | Oct 13 00:35:31.646 INFO kablam! 49 | fn display_node(node : &Node, depth: i32) { Oct 13 00:35:31.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.646 INFO kablam! Oct 13 00:35:31.646 INFO kablam! warning: struct is never constructed: `Collection` Oct 13 00:35:31.646 INFO kablam! --> src/four.rs:3:1 Oct 13 00:35:31.646 INFO kablam! | Oct 13 00:35:31.646 INFO kablam! 3 | struct Collection<'a> { Oct 13 00:35:31.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.646 INFO kablam! Oct 13 00:35:31.646 INFO kablam! warning: struct is never constructed: `Elem` Oct 13 00:35:31.646 INFO kablam! --> src/four.rs:8:1 Oct 13 00:35:31.646 INFO kablam! | Oct 13 00:35:31.646 INFO kablam! 8 | struct Elem<'a> { Oct 13 00:35:31.646 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:35:31.646 INFO kablam! Oct 13 00:35:31.650 INFO kablam! warning: function is never used: `insert` Oct 13 00:35:31.651 INFO kablam! --> src/four.rs:12:1 Oct 13 00:35:31.651 INFO kablam! | Oct 13 00:35:31.651 INFO kablam! 12 | fn insert<'a>(c : &mut Collection<'a>, e : Box>) { Oct 13 00:35:31.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.651 INFO kablam! Oct 13 00:35:31.651 INFO kablam! warning: function is never used: `a` Oct 13 00:35:31.651 INFO kablam! --> src/four.rs:17:1 Oct 13 00:35:31.651 INFO kablam! | Oct 13 00:35:31.651 INFO kablam! 17 | fn a<'a>() -> Collection<'a> { Oct 13 00:35:31.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:31.651 INFO kablam! Oct 13 00:35:32.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 13 00:35:32.059 INFO kablam! su: No module specific data is present Oct 13 00:35:32.767 INFO running `"docker" "rm" "-f" "77cd17ea3cdb525ab02078443feef71344b1d98db1b39aef321c54eaef1034fc"` Oct 13 00:35:32.998 INFO blam! 77cd17ea3cdb525ab02078443feef71344b1d98db1b39aef321c54eaef1034fc Oct 13 00:35:33.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:33.440 INFO blam! d496329e73c187e9e5ab9b14a3448e21dfc4002931ea80846e256648d90bb73c Oct 13 00:35:33.442 INFO running `"docker" "start" "-a" "d496329e73c187e9e5ab9b14a3448e21dfc4002931ea80846e256648d90bb73c"` Oct 13 00:35:35.067 INFO kablam! usermod: no changes Oct 13 00:35:35.119 INFO kablam! Compiling rust-too-many-lists v0.1.0 (/source) Oct 13 00:35:36.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 13 00:35:36.435 INFO kablam! su: No module specific data is present Oct 13 00:35:37.047 INFO running `"docker" "rm" "-f" "d496329e73c187e9e5ab9b14a3448e21dfc4002931ea80846e256648d90bb73c"` Oct 13 00:35:37.442 INFO blam! d496329e73c187e9e5ab9b14a3448e21dfc4002931ea80846e256648d90bb73c Oct 13 00:35:37.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:37.884 INFO blam! 4693ccc281ca6f56dea2e6ad97ec3e07af6f1cc305464bda3c3b54d1bb3375c2 Oct 13 00:35:37.886 INFO running `"docker" "start" "-a" "4693ccc281ca6f56dea2e6ad97ec3e07af6f1cc305464bda3c3b54d1bb3375c2"` Oct 13 00:35:38.990 INFO kablam! usermod: no changes Oct 13 00:35:39.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 00:35:39.031 INFO kablam! Running /target/debug/deps/rust_too_many_lists-fc5f10c486113dc1 Oct 13 00:35:39.039 INFO blam! Oct 13 00:35:39.039 INFO blam! running 8 tests Oct 13 00:35:39.059 INFO blam! test first::test::basics ... ok Oct 13 00:35:39.059 INFO blam! test four::a_test ... ok Oct 13 00:35:39.059 INFO blam! test second::test::basics ... ok Oct 13 00:35:39.059 INFO blam! test second::test::into_iter_test ... ok Oct 13 00:35:39.059 INFO blam! test second::test::peek_test ... ok Oct 13 00:35:39.059 INFO blam! test second::test::iter ... ok Oct 13 00:35:39.059 INFO blam! test second::test::peek_mut_test ... ok Oct 13 00:35:39.059 INFO blam! test treeee::test::treeee_test ... ok Oct 13 00:35:39.059 INFO blam! Oct 13 00:35:39.059 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:35:39.059 INFO blam! Oct 13 00:35:39.063 INFO kablam! su: No module specific data is present Oct 13 00:35:39.598 INFO running `"docker" "rm" "-f" "4693ccc281ca6f56dea2e6ad97ec3e07af6f1cc305464bda3c3b54d1bb3375c2"` Oct 13 00:35:39.890 INFO blam! 4693ccc281ca6f56dea2e6ad97ec3e07af6f1cc305464bda3c3b54d1bb3375c2