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