Oct 10 15:34:20.763 INFO testing ryota-sakamoto/rust_study against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:34:20.763 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:34:20.763 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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:34:20.964 INFO blam! c4990f73e7a45cd2e65e1c39fe0146eb749268da95b0320d9bb03f78d1581e71 Oct 10 15:34:20.970 INFO running `"docker" "start" "-a" "c4990f73e7a45cd2e65e1c39fe0146eb749268da95b0320d9bb03f78d1581e71"` Oct 10 15:34:21.708 INFO kablam! usermod: no changes Oct 10 15:34:21.744 INFO kablam! Compiling rust_test v0.1.0 (/source) Oct 10 15:34:22.154 INFO kablam! warning: unused macro definition Oct 10 15:34:22.154 INFO kablam! --> src/list.rs:53:1 Oct 10 15:34:22.154 INFO kablam! | Oct 10 15:34:22.154 INFO kablam! 53 | / macro_rules! list { Oct 10 15:34:22.154 INFO kablam! 54 | | ($($n: expr),*) => { Oct 10 15:34:22.154 INFO kablam! 55 | | { Oct 10 15:34:22.154 INFO kablam! 56 | | let mut list = List::empty_list(); Oct 10 15:34:22.154 INFO kablam! ... | Oct 10 15:34:22.154 INFO kablam! 74 | | }; Oct 10 15:34:22.154 INFO kablam! 75 | | } Oct 10 15:34:22.154 INFO kablam! | |_^ Oct 10 15:34:22.154 INFO kablam! | Oct 10 15:34:22.154 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 15:34:22.154 INFO kablam! Oct 10 15:34:22.205 INFO kablam! warning: function is never used: `call` Oct 10 15:34:22.205 INFO kablam! --> src/module.rs:1:1 Oct 10 15:34:22.205 INFO kablam! | Oct 10 15:34:22.206 INFO kablam! 1 | pub fn call() { Oct 10 15:34:22.206 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 15:34:22.206 INFO kablam! | Oct 10 15:34:22.207 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:34:22.207 INFO kablam! Oct 10 15:34:22.207 INFO kablam! warning: enum is never used: `List` Oct 10 15:34:22.207 INFO kablam! --> src/list.rs:4:1 Oct 10 15:34:22.208 INFO kablam! | Oct 10 15:34:22.208 INFO kablam! 4 | pub enum List { Oct 10 15:34:22.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:22.208 INFO kablam! Oct 10 15:34:22.209 INFO kablam! warning: method is never used: `empty_list` Oct 10 15:34:22.209 INFO kablam! --> src/list.rs:13:5 Oct 10 15:34:22.209 INFO kablam! | Oct 10 15:34:22.209 INFO kablam! 13 | pub fn empty_list() -> List { Oct 10 15:34:22.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:22.209 INFO kablam! Oct 10 15:34:22.209 INFO kablam! warning: method is never used: `prepend` Oct 10 15:34:22.209 INFO kablam! --> src/list.rs:17:5 Oct 10 15:34:22.209 INFO kablam! | Oct 10 15:34:22.209 INFO kablam! 17 | pub fn prepend(self, t: T) -> Self { Oct 10 15:34:22.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:22.209 INFO kablam! Oct 10 15:34:22.209 INFO kablam! warning: method is never used: `head` Oct 10 15:34:22.209 INFO kablam! --> src/list.rs:24:5 Oct 10 15:34:22.209 INFO kablam! | Oct 10 15:34:22.209 INFO kablam! 24 | pub fn head(&self) -> &T { Oct 10 15:34:22.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:22.209 INFO kablam! Oct 10 15:34:22.209 INFO kablam! warning: method is never used: `last` Oct 10 15:34:22.209 INFO kablam! --> src/list.rs:31:5 Oct 10 15:34:22.209 INFO kablam! | Oct 10 15:34:22.209 INFO kablam! 31 | pub fn last(&self) -> &T { Oct 10 15:34:22.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:22.210 INFO kablam! Oct 10 15:34:22.210 INFO kablam! warning: method is never used: `is_empty` Oct 10 15:34:22.210 INFO kablam! --> src/list.rs:44:5 Oct 10 15:34:22.210 INFO kablam! | Oct 10 15:34:22.210 INFO kablam! 44 | fn is_empty(&self) -> bool { Oct 10 15:34:22.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:22.210 INFO kablam! Oct 10 15:34:22.210 INFO kablam! warning: function is never used: `tailrec` Oct 10 15:34:22.210 INFO kablam! --> src/list.rs:87:1 Oct 10 15:34:22.210 INFO kablam! | Oct 10 15:34:22.210 INFO kablam! 87 | fn tailrec(list: &List) { Oct 10 15:34:22.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:22.210 INFO kablam! Oct 10 15:34:22.211 INFO kablam! warning: the `head:` in this pattern is redundant Oct 10 15:34:22.211 INFO kablam! --> src/list.rs:27:26 Oct 10 15:34:22.211 INFO kablam! | Oct 10 15:34:22.211 INFO kablam! 27 | &List::List {head: ref head, tail: _} => head, Oct 10 15:34:22.211 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:22.211 INFO kablam! | | Oct 10 15:34:22.211 INFO kablam! | help: remove this Oct 10 15:34:22.211 INFO kablam! | Oct 10 15:34:22.211 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 10 15:34:22.212 INFO kablam! Oct 10 15:34:22.212 INFO kablam! warning: the `head:` in this pattern is redundant Oct 10 15:34:22.212 INFO kablam! --> src/list.rs:34:26 Oct 10 15:34:22.212 INFO kablam! | Oct 10 15:34:22.212 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:22.212 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:22.212 INFO kablam! | | Oct 10 15:34:22.212 INFO kablam! | help: remove this Oct 10 15:34:22.212 INFO kablam! Oct 10 15:34:22.212 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 10 15:34:22.212 INFO kablam! --> src/list.rs:34:42 Oct 10 15:34:22.212 INFO kablam! | Oct 10 15:34:22.212 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:22.212 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:22.212 INFO kablam! | | Oct 10 15:34:22.212 INFO kablam! | help: remove this Oct 10 15:34:22.212 INFO kablam! Oct 10 15:34:22.212 INFO kablam! warning: the `head:` in this pattern is redundant Oct 10 15:34:22.212 INFO kablam! --> src/list.rs:90:22 Oct 10 15:34:22.212 INFO kablam! | Oct 10 15:34:22.212 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:22.212 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:22.212 INFO kablam! | | Oct 10 15:34:22.212 INFO kablam! | help: remove this Oct 10 15:34:22.212 INFO kablam! Oct 10 15:34:22.212 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 10 15:34:22.212 INFO kablam! --> src/list.rs:90:38 Oct 10 15:34:22.213 INFO kablam! | Oct 10 15:34:22.213 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:22.213 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:22.213 INFO kablam! | | Oct 10 15:34:22.213 INFO kablam! | help: remove this Oct 10 15:34:22.213 INFO kablam! Oct 10 15:34:22.688 INFO kablam! warning: unused macro definition Oct 10 15:34:22.688 INFO kablam! --> src/list.rs:53:1 Oct 10 15:34:22.688 INFO kablam! | Oct 10 15:34:22.688 INFO kablam! 53 | / macro_rules! list { Oct 10 15:34:22.688 INFO kablam! 54 | | ($($n: expr),*) => { Oct 10 15:34:22.688 INFO kablam! 55 | | { Oct 10 15:34:22.688 INFO kablam! 56 | | let mut list = List::empty_list(); Oct 10 15:34:22.688 INFO kablam! ... | Oct 10 15:34:22.688 INFO kablam! 74 | | }; Oct 10 15:34:22.688 INFO kablam! 75 | | } Oct 10 15:34:22.688 INFO kablam! | |_^ Oct 10 15:34:22.688 INFO kablam! | Oct 10 15:34:22.688 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 15:34:22.688 INFO kablam! Oct 10 15:34:22.795 INFO kablam! warning: method is never used: `head` Oct 10 15:34:22.796 INFO kablam! --> src/list.rs:24:5 Oct 10 15:34:22.796 INFO kablam! | Oct 10 15:34:22.796 INFO kablam! 24 | pub fn head(&self) -> &T { Oct 10 15:34:22.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:22.796 INFO kablam! | Oct 10 15:34:22.796 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:34:22.796 INFO kablam! Oct 10 15:34:22.796 INFO kablam! warning: method is never used: `last` Oct 10 15:34:22.796 INFO kablam! --> src/list.rs:31:5 Oct 10 15:34:22.796 INFO kablam! | Oct 10 15:34:22.796 INFO kablam! 31 | pub fn last(&self) -> &T { Oct 10 15:34:22.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:22.796 INFO kablam! Oct 10 15:34:22.796 INFO kablam! warning: method is never used: `is_empty` Oct 10 15:34:22.796 INFO kablam! --> src/list.rs:44:5 Oct 10 15:34:22.796 INFO kablam! | Oct 10 15:34:22.796 INFO kablam! 44 | fn is_empty(&self) -> bool { Oct 10 15:34:22.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:22.796 INFO kablam! Oct 10 15:34:22.796 INFO kablam! warning: function is never used: `tailrec` Oct 10 15:34:22.796 INFO kablam! --> src/list.rs:87:1 Oct 10 15:34:22.796 INFO kablam! | Oct 10 15:34:22.796 INFO kablam! 87 | fn tailrec(list: &List) { Oct 10 15:34:22.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:22.796 INFO kablam! Oct 10 15:34:22.796 INFO kablam! warning: the `head:` in this pattern is redundant Oct 10 15:34:22.796 INFO kablam! --> src/list.rs:27:26 Oct 10 15:34:22.796 INFO kablam! | Oct 10 15:34:22.796 INFO kablam! 27 | &List::List {head: ref head, tail: _} => head, Oct 10 15:34:22.796 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:22.796 INFO kablam! | | Oct 10 15:34:22.796 INFO kablam! | help: remove this Oct 10 15:34:22.796 INFO kablam! | Oct 10 15:34:22.796 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 10 15:34:22.796 INFO kablam! Oct 10 15:34:22.796 INFO kablam! warning: the `head:` in this pattern is redundant Oct 10 15:34:22.796 INFO kablam! --> src/list.rs:34:26 Oct 10 15:34:22.796 INFO kablam! | Oct 10 15:34:22.796 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:22.796 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:22.796 INFO kablam! | | Oct 10 15:34:22.796 INFO kablam! | help: remove this Oct 10 15:34:22.796 INFO kablam! Oct 10 15:34:22.796 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 10 15:34:22.796 INFO kablam! --> src/list.rs:34:42 Oct 10 15:34:22.796 INFO kablam! | Oct 10 15:34:22.796 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:22.796 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:22.796 INFO kablam! | | Oct 10 15:34:22.796 INFO kablam! | help: remove this Oct 10 15:34:22.796 INFO kablam! Oct 10 15:34:22.797 INFO kablam! warning: the `head:` in this pattern is redundant Oct 10 15:34:22.797 INFO kablam! --> src/list.rs:90:22 Oct 10 15:34:22.797 INFO kablam! | Oct 10 15:34:22.797 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:22.797 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:22.797 INFO kablam! | | Oct 10 15:34:22.797 INFO kablam! | help: remove this Oct 10 15:34:22.797 INFO kablam! Oct 10 15:34:22.797 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 10 15:34:22.797 INFO kablam! --> src/list.rs:90:38 Oct 10 15:34:22.797 INFO kablam! | Oct 10 15:34:22.797 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:22.797 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:22.797 INFO kablam! | | Oct 10 15:34:22.797 INFO kablam! | help: remove this Oct 10 15:34:22.800 INFO kablam! Oct 10 15:34:23.352 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 10 15:34:23.358 INFO kablam! su: No module specific data is present Oct 10 15:34:23.686 INFO running `"docker" "rm" "-f" "c4990f73e7a45cd2e65e1c39fe0146eb749268da95b0320d9bb03f78d1581e71"` Oct 10 15:34:23.936 INFO blam! c4990f73e7a45cd2e65e1c39fe0146eb749268da95b0320d9bb03f78d1581e71 Oct 10 15:34:23.952 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:34:23.954 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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:34:24.732 INFO blam! cee5ac9c9185511717e22558ad15f67e653e703636287a402d4ba233cd33ed90 Oct 10 15:34:24.738 INFO running `"docker" "start" "-a" "cee5ac9c9185511717e22558ad15f67e653e703636287a402d4ba233cd33ed90"` Oct 10 15:34:25.872 INFO kablam! usermod: no changes Oct 10 15:34:25.940 INFO kablam! Compiling rust_test v0.1.0 (/source) Oct 10 15:34:26.768 INFO kablam! warning: unused macro definition Oct 10 15:34:26.768 INFO kablam! --> src/list.rs:53:1 Oct 10 15:34:26.768 INFO kablam! | Oct 10 15:34:26.768 INFO kablam! 53 | / macro_rules! list { Oct 10 15:34:26.768 INFO kablam! 54 | | ($($n: expr),*) => { Oct 10 15:34:26.768 INFO kablam! 55 | | { Oct 10 15:34:26.768 INFO kablam! 56 | | let mut list = List::empty_list(); Oct 10 15:34:26.768 INFO kablam! ... | Oct 10 15:34:26.768 INFO kablam! 74 | | }; Oct 10 15:34:26.768 INFO kablam! 75 | | } Oct 10 15:34:26.768 INFO kablam! | |_^ Oct 10 15:34:26.768 INFO kablam! | Oct 10 15:34:26.768 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 15:34:26.768 INFO kablam! Oct 10 15:34:26.768 INFO kablam! warning: unused macro definition Oct 10 15:34:26.768 INFO kablam! --> src/list.rs:53:1 Oct 10 15:34:26.768 INFO kablam! | Oct 10 15:34:26.768 INFO kablam! 53 | / macro_rules! list { Oct 10 15:34:26.768 INFO kablam! 54 | | ($($n: expr),*) => { Oct 10 15:34:26.768 INFO kablam! 55 | | { Oct 10 15:34:26.768 INFO kablam! 56 | | let mut list = List::empty_list(); Oct 10 15:34:26.768 INFO kablam! ... | Oct 10 15:34:26.768 INFO kablam! 74 | | }; Oct 10 15:34:26.768 INFO kablam! 75 | | } Oct 10 15:34:26.768 INFO kablam! | |_^ Oct 10 15:34:26.768 INFO kablam! | Oct 10 15:34:26.768 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 15:34:26.768 INFO kablam! Oct 10 15:34:26.812 INFO kablam! warning: function is never used: `call` Oct 10 15:34:26.812 INFO kablam! --> src/module.rs:1:1 Oct 10 15:34:26.812 INFO kablam! | Oct 10 15:34:26.812 INFO kablam! 1 | pub fn call() { Oct 10 15:34:26.812 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 15:34:26.812 INFO kablam! | Oct 10 15:34:26.812 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:34:26.812 INFO kablam! Oct 10 15:34:26.812 INFO kablam! warning: enum is never used: `List` Oct 10 15:34:26.812 INFO kablam! --> src/list.rs:4:1 Oct 10 15:34:26.813 INFO kablam! | Oct 10 15:34:26.813 INFO kablam! 4 | pub enum List { Oct 10 15:34:26.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:26.813 INFO kablam! Oct 10 15:34:26.813 INFO kablam! warning: method is never used: `empty_list` Oct 10 15:34:26.813 INFO kablam! --> src/list.rs:13:5 Oct 10 15:34:26.813 INFO kablam! | Oct 10 15:34:26.813 INFO kablam! 13 | pub fn empty_list() -> List { Oct 10 15:34:26.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:26.813 INFO kablam! Oct 10 15:34:26.813 INFO kablam! warning: method is never used: `prepend` Oct 10 15:34:26.813 INFO kablam! --> src/list.rs:17:5 Oct 10 15:34:26.813 INFO kablam! | Oct 10 15:34:26.813 INFO kablam! 17 | pub fn prepend(self, t: T) -> Self { Oct 10 15:34:26.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:26.813 INFO kablam! Oct 10 15:34:26.813 INFO kablam! warning: method is never used: `head` Oct 10 15:34:26.813 INFO kablam! --> src/list.rs:24:5 Oct 10 15:34:26.813 INFO kablam! | Oct 10 15:34:26.813 INFO kablam! 24 | pub fn head(&self) -> &T { Oct 10 15:34:26.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:26.813 INFO kablam! Oct 10 15:34:26.813 INFO kablam! warning: method is never used: `last` Oct 10 15:34:26.813 INFO kablam! --> src/list.rs:31:5 Oct 10 15:34:26.813 INFO kablam! | Oct 10 15:34:26.813 INFO kablam! 31 | pub fn last(&self) -> &T { Oct 10 15:34:26.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:26.813 INFO kablam! Oct 10 15:34:26.813 INFO kablam! warning: method is never used: `is_empty` Oct 10 15:34:26.813 INFO kablam! --> src/list.rs:44:5 Oct 10 15:34:26.813 INFO kablam! | Oct 10 15:34:26.813 INFO kablam! 44 | fn is_empty(&self) -> bool { Oct 10 15:34:26.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:26.813 INFO kablam! Oct 10 15:34:26.813 INFO kablam! warning: function is never used: `tailrec` Oct 10 15:34:26.813 INFO kablam! --> src/list.rs:87:1 Oct 10 15:34:26.813 INFO kablam! | Oct 10 15:34:26.813 INFO kablam! 87 | fn tailrec(list: &List) { Oct 10 15:34:26.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:26.813 INFO kablam! Oct 10 15:34:26.824 INFO kablam! warning: the `head:` in this pattern is redundant Oct 10 15:34:26.824 INFO kablam! --> src/list.rs:27:26 Oct 10 15:34:26.824 INFO kablam! | Oct 10 15:34:26.824 INFO kablam! 27 | &List::List {head: ref head, tail: _} => head, Oct 10 15:34:26.824 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:26.824 INFO kablam! | | Oct 10 15:34:26.824 INFO kablam! | help: remove this Oct 10 15:34:26.824 INFO kablam! | Oct 10 15:34:26.824 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 10 15:34:26.825 INFO kablam! Oct 10 15:34:26.825 INFO kablam! warning: the `head:` in this pattern is redundant Oct 10 15:34:26.825 INFO kablam! --> src/list.rs:34:26 Oct 10 15:34:26.825 INFO kablam! | Oct 10 15:34:26.825 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:26.825 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:26.825 INFO kablam! | | Oct 10 15:34:26.825 INFO kablam! | help: remove this Oct 10 15:34:26.825 INFO kablam! Oct 10 15:34:26.825 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 10 15:34:26.825 INFO kablam! --> src/list.rs:34:42 Oct 10 15:34:26.825 INFO kablam! | Oct 10 15:34:26.825 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:26.825 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:26.825 INFO kablam! | | Oct 10 15:34:26.825 INFO kablam! | help: remove this Oct 10 15:34:26.825 INFO kablam! Oct 10 15:34:26.825 INFO kablam! warning: the `head:` in this pattern is redundant Oct 10 15:34:26.825 INFO kablam! --> src/list.rs:90:22 Oct 10 15:34:26.825 INFO kablam! | Oct 10 15:34:26.825 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:26.825 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:26.825 INFO kablam! | | Oct 10 15:34:26.825 INFO kablam! | help: remove this Oct 10 15:34:26.825 INFO kablam! Oct 10 15:34:26.825 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 10 15:34:26.825 INFO kablam! --> src/list.rs:90:38 Oct 10 15:34:26.825 INFO kablam! | Oct 10 15:34:26.825 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:26.825 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:26.825 INFO kablam! | | Oct 10 15:34:26.825 INFO kablam! | help: remove this Oct 10 15:34:26.825 INFO kablam! Oct 10 15:34:27.028 INFO kablam! warning: method is never used: `head` Oct 10 15:34:27.029 INFO kablam! --> src/list.rs:24:5 Oct 10 15:34:27.029 INFO kablam! | Oct 10 15:34:27.029 INFO kablam! 24 | pub fn head(&self) -> &T { Oct 10 15:34:27.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:27.029 INFO kablam! | Oct 10 15:34:27.029 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:34:27.029 INFO kablam! Oct 10 15:34:27.029 INFO kablam! warning: method is never used: `last` Oct 10 15:34:27.029 INFO kablam! --> src/list.rs:31:5 Oct 10 15:34:27.029 INFO kablam! | Oct 10 15:34:27.029 INFO kablam! 31 | pub fn last(&self) -> &T { Oct 10 15:34:27.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:27.029 INFO kablam! Oct 10 15:34:27.029 INFO kablam! warning: method is never used: `is_empty` Oct 10 15:34:27.029 INFO kablam! --> src/list.rs:44:5 Oct 10 15:34:27.029 INFO kablam! | Oct 10 15:34:27.029 INFO kablam! 44 | fn is_empty(&self) -> bool { Oct 10 15:34:27.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:27.029 INFO kablam! Oct 10 15:34:27.029 INFO kablam! warning: function is never used: `tailrec` Oct 10 15:34:27.029 INFO kablam! --> src/list.rs:87:1 Oct 10 15:34:27.029 INFO kablam! | Oct 10 15:34:27.029 INFO kablam! 87 | fn tailrec(list: &List) { Oct 10 15:34:27.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:34:27.029 INFO kablam! Oct 10 15:34:27.029 INFO kablam! warning: the `head:` in this pattern is redundant Oct 10 15:34:27.029 INFO kablam! --> src/list.rs:27:26 Oct 10 15:34:27.029 INFO kablam! | Oct 10 15:34:27.029 INFO kablam! 27 | &List::List {head: ref head, tail: _} => head, Oct 10 15:34:27.029 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:27.029 INFO kablam! | | Oct 10 15:34:27.029 INFO kablam! | help: remove this Oct 10 15:34:27.029 INFO kablam! | Oct 10 15:34:27.029 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 10 15:34:27.029 INFO kablam! Oct 10 15:34:27.029 INFO kablam! warning: the `head:` in this pattern is redundant Oct 10 15:34:27.029 INFO kablam! --> src/list.rs:34:26 Oct 10 15:34:27.029 INFO kablam! | Oct 10 15:34:27.029 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:27.029 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:27.029 INFO kablam! | | Oct 10 15:34:27.029 INFO kablam! | help: remove this Oct 10 15:34:27.029 INFO kablam! Oct 10 15:34:27.029 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 10 15:34:27.029 INFO kablam! --> src/list.rs:34:42 Oct 10 15:34:27.029 INFO kablam! | Oct 10 15:34:27.029 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:27.029 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:27.029 INFO kablam! | | Oct 10 15:34:27.029 INFO kablam! | help: remove this Oct 10 15:34:27.029 INFO kablam! Oct 10 15:34:27.029 INFO kablam! warning: the `head:` in this pattern is redundant Oct 10 15:34:27.029 INFO kablam! --> src/list.rs:90:22 Oct 10 15:34:27.029 INFO kablam! | Oct 10 15:34:27.029 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:27.029 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:27.029 INFO kablam! | | Oct 10 15:34:27.029 INFO kablam! | help: remove this Oct 10 15:34:27.029 INFO kablam! Oct 10 15:34:27.029 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 10 15:34:27.029 INFO kablam! --> src/list.rs:90:38 Oct 10 15:34:27.029 INFO kablam! | Oct 10 15:34:27.029 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 10 15:34:27.029 INFO kablam! | -----^^^^^^^^^ Oct 10 15:34:27.029 INFO kablam! | | Oct 10 15:34:27.029 INFO kablam! | help: remove this Oct 10 15:34:27.029 INFO kablam! Oct 10 15:34:27.548 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.65s Oct 10 15:34:27.548 INFO kablam! su: No module specific data is present Oct 10 15:34:28.112 INFO running `"docker" "rm" "-f" "cee5ac9c9185511717e22558ad15f67e653e703636287a402d4ba233cd33ed90"` Oct 10 15:34:28.324 INFO blam! cee5ac9c9185511717e22558ad15f67e653e703636287a402d4ba233cd33ed90 Oct 10 15:34:28.329 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:34:28.330 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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:34:28.733 INFO blam! a23c881733ca5a0ca1d8556070924c9d5b6bffb0620476507aac190ece3ed8e0 Oct 10 15:34:28.734 INFO running `"docker" "start" "-a" "a23c881733ca5a0ca1d8556070924c9d5b6bffb0620476507aac190ece3ed8e0"` Oct 10 15:34:29.637 INFO kablam! usermod: no changes Oct 10 15:34:29.704 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 15:34:29.711 INFO kablam! Running /target/debug/deps/rust_test-d84587fbb2be0d46 Oct 10 15:34:29.711 INFO blam! Oct 10 15:34:29.711 INFO blam! running 0 tests Oct 10 15:34:29.711 INFO blam! Oct 10 15:34:29.711 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:34:29.711 INFO blam! Oct 10 15:34:29.712 INFO kablam! Running /target/debug/deps/rust_test-0f0e3697c77b16ba Oct 10 15:34:29.718 INFO blam! Oct 10 15:34:29.718 INFO blam! running 0 tests Oct 10 15:34:29.718 INFO blam! Oct 10 15:34:29.718 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:34:29.718 INFO blam! Oct 10 15:34:29.720 INFO kablam! Doc-tests rust_test Oct 10 15:34:30.505 INFO blam! Oct 10 15:34:30.505 INFO blam! running 0 tests Oct 10 15:34:30.505 INFO blam! Oct 10 15:34:30.505 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:34:30.505 INFO blam! Oct 10 15:34:30.511 INFO kablam! su: No module specific data is present Oct 10 15:34:31.222 INFO running `"docker" "rm" "-f" "a23c881733ca5a0ca1d8556070924c9d5b6bffb0620476507aac190ece3ed8e0"` Oct 10 15:34:31.560 INFO blam! a23c881733ca5a0ca1d8556070924c9d5b6bffb0620476507aac190ece3ed8e0