Oct 26 21:03:07.812 INFO checking shiroyasha/rust-too-many-lists against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:03:07.812 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 21:03:08.203 INFO blam! ab420561d96b3b1481da220dafb5bf48bca6abb483dd91d4b02d0640480352a2 Oct 26 21:03:08.211 INFO running `"docker" "start" "-a" "ab420561d96b3b1481da220dafb5bf48bca6abb483dd91d4b02d0640480352a2"` Oct 26 21:03:09.678 INFO kablam! usermod: no changes Oct 26 21:03:09.727 INFO kablam! Checking rust-too-many-lists v0.1.0 (/source) Oct 26 21:03:10.191 INFO kablam! warning: struct is never constructed: `List` Oct 26 21:03:10.191 INFO kablam! --> src/first.rs:3:1 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 3 | pub struct List { Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: variant is never constructed: `More` Oct 26 21:03:10.191 INFO kablam! --> src/first.rs:9:5 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 9 | More(Box), Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: field is never used: `elem` Oct 26 21:03:10.191 INFO kablam! --> src/first.rs:13:5 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 13 | elem: i32, Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: method is never used: `new` Oct 26 21:03:10.191 INFO kablam! --> src/first.rs:18:5 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 18 | pub fn new() -> Self { Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: method is never used: `push` Oct 26 21:03:10.191 INFO kablam! --> src/first.rs:22:5 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 22 | pub fn push(&mut self, elem: i32) { Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: method is never used: `pop` Oct 26 21:03:10.191 INFO kablam! --> src/first.rs:31:5 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 31 | pub fn pop(&mut self) -> Option { Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: type alias is never used: `Link` Oct 26 21:03:10.191 INFO kablam! --> src/second.rs:7:1 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 7 | type Link = Option>>; Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: struct is never constructed: `Node` Oct 26 21:03:10.191 INFO kablam! --> src/second.rs:9:1 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 9 | struct Node { Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: method is never used: `new` Oct 26 21:03:10.191 INFO kablam! --> src/second.rs:15:5 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 15 | pub fn new() -> Self { Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: method is never used: `push` Oct 26 21:03:10.191 INFO kablam! --> src/second.rs:19:5 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 19 | pub fn push(&mut self, elem: T) { Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: method is never used: `peek` Oct 26 21:03:10.191 INFO kablam! --> src/second.rs:37:5 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 37 | pub fn peek(&self) -> Option<&T> { Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: method is never used: `peek_mut` Oct 26 21:03:10.191 INFO kablam! --> src/second.rs:43:5 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 43 | pub fn peek_mut(&mut self) -> Option<&mut T> { Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: struct is never constructed: `IntoIter` Oct 26 21:03:10.191 INFO kablam! --> src/second.rs:60:1 Oct 26 21:03:10.191 INFO kablam! | Oct 26 21:03:10.191 INFO kablam! 60 | pub struct IntoIter(List); Oct 26 21:03:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.191 INFO kablam! Oct 26 21:03:10.191 INFO kablam! warning: method is never used: `into_iter` Oct 26 21:03:10.192 INFO kablam! --> src/second.rs:63:5 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 63 | pub fn into_iter(self) -> IntoIter { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: struct is never constructed: `Iter` Oct 26 21:03:10.192 INFO kablam! --> src/second.rs:76:1 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 76 | pub struct Iter<'a, T: 'a> { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: method is never used: `iter` Oct 26 21:03:10.192 INFO kablam! --> src/second.rs:81:5 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 81 | pub fn iter<'a>(&'a self) -> Iter<'a, T> { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: struct is never constructed: `Tree` Oct 26 21:03:10.192 INFO kablam! --> src/treeee.rs:1:1 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 1 | pub struct Tree<'a> { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: type alias is never used: `Link` Oct 26 21:03:10.192 INFO kablam! --> src/treeee.rs:5:1 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 5 | type Link<'a> = Option>>; Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: struct is never constructed: `Node` Oct 26 21:03:10.192 INFO kablam! --> src/treeee.rs:7:1 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 7 | struct Node<'a> { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: method is never used: `new` Oct 26 21:03:10.192 INFO kablam! --> src/treeee.rs:14:5 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 14 | pub fn new() -> Self { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: method is never used: `add` Oct 26 21:03:10.192 INFO kablam! --> src/treeee.rs:18:5 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 18 | pub fn add(&mut self, value: &'a str) { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: method is never used: `display` Oct 26 21:03:10.192 INFO kablam! --> src/treeee.rs:31:5 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 31 | pub fn display(&self) { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: method is never used: `insert` Oct 26 21:03:10.192 INFO kablam! --> src/treeee.rs:35:5 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 35 | fn insert(head: &mut Node<'a>, new_node : Box>) { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: method is never used: `display_node` Oct 26 21:03:10.192 INFO kablam! --> src/treeee.rs:49:5 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 49 | fn display_node(node : &Node, depth: i32) { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: struct is never constructed: `Collection` Oct 26 21:03:10.192 INFO kablam! --> src/four.rs:3:1 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 3 | struct Collection<'a> { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: struct is never constructed: `Elem` Oct 26 21:03:10.192 INFO kablam! --> src/four.rs:8:1 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 8 | struct Elem<'a> { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: function is never used: `insert` Oct 26 21:03:10.192 INFO kablam! --> src/four.rs:12:1 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.192 INFO kablam! 12 | fn insert<'a>(c : &mut Collection<'a>, e : Box>) { Oct 26 21:03:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.192 INFO kablam! Oct 26 21:03:10.192 INFO kablam! warning: function is never used: `a` Oct 26 21:03:10.192 INFO kablam! --> src/four.rs:17:1 Oct 26 21:03:10.192 INFO kablam! | Oct 26 21:03:10.193 INFO kablam! 17 | fn a<'a>() -> Collection<'a> { Oct 26 21:03:10.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:03:10.193 INFO kablam! Oct 26 21:03:10.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 26 21:03:10.456 INFO kablam! su: No module specific data is present Oct 26 21:03:10.999 INFO running `"docker" "rm" "-f" "ab420561d96b3b1481da220dafb5bf48bca6abb483dd91d4b02d0640480352a2"` Oct 26 21:03:11.238 INFO blam! ab420561d96b3b1481da220dafb5bf48bca6abb483dd91d4b02d0640480352a2