Oct 13 01:43:07.843 INFO testing ryota-sakamoto/rust_study against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:43:07.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 01:43:08.289 INFO blam! 726dcbe2838f5f2d100f774bd1850a432445b19d31b392f931164955a4bd92ef Oct 13 01:43:08.292 INFO running `"docker" "start" "-a" "726dcbe2838f5f2d100f774bd1850a432445b19d31b392f931164955a4bd92ef"` Oct 13 01:43:09.523 INFO kablam! usermod: no changes Oct 13 01:43:09.591 INFO kablam! Compiling rust_test v0.1.0 (/source) Oct 13 01:43:09.847 INFO kablam! warning: unused macro definition Oct 13 01:43:09.847 INFO kablam! --> src/list.rs:53:1 Oct 13 01:43:09.847 INFO kablam! | Oct 13 01:43:09.847 INFO kablam! 53 | / macro_rules! list { Oct 13 01:43:09.847 INFO kablam! 54 | | ($($n: expr),*) => { Oct 13 01:43:09.847 INFO kablam! 55 | | { Oct 13 01:43:09.847 INFO kablam! 56 | | let mut list = List::empty_list(); Oct 13 01:43:09.847 INFO kablam! ... | Oct 13 01:43:09.847 INFO kablam! 74 | | }; Oct 13 01:43:09.847 INFO kablam! 75 | | } Oct 13 01:43:09.847 INFO kablam! | |_^ Oct 13 01:43:09.847 INFO kablam! | Oct 13 01:43:09.847 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 01:43:09.847 INFO kablam! Oct 13 01:43:09.882 INFO kablam! warning: function is never used: `call` Oct 13 01:43:09.882 INFO kablam! --> src/module.rs:1:1 Oct 13 01:43:09.882 INFO kablam! | Oct 13 01:43:09.882 INFO kablam! 1 | pub fn call() { Oct 13 01:43:09.882 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:43:09.882 INFO kablam! | Oct 13 01:43:09.882 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:43:09.882 INFO kablam! Oct 13 01:43:09.882 INFO kablam! warning: enum is never used: `List` Oct 13 01:43:09.882 INFO kablam! --> src/list.rs:4:1 Oct 13 01:43:09.882 INFO kablam! | Oct 13 01:43:09.882 INFO kablam! 4 | pub enum List { Oct 13 01:43:09.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:09.882 INFO kablam! Oct 13 01:43:09.882 INFO kablam! warning: method is never used: `empty_list` Oct 13 01:43:09.882 INFO kablam! --> src/list.rs:13:5 Oct 13 01:43:09.882 INFO kablam! | Oct 13 01:43:09.882 INFO kablam! 13 | pub fn empty_list() -> List { Oct 13 01:43:09.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:09.882 INFO kablam! Oct 13 01:43:09.882 INFO kablam! warning: method is never used: `prepend` Oct 13 01:43:09.882 INFO kablam! --> src/list.rs:17:5 Oct 13 01:43:09.882 INFO kablam! | Oct 13 01:43:09.882 INFO kablam! 17 | pub fn prepend(self, t: T) -> Self { Oct 13 01:43:09.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:09.882 INFO kablam! Oct 13 01:43:09.882 INFO kablam! warning: method is never used: `head` Oct 13 01:43:09.882 INFO kablam! --> src/list.rs:24:5 Oct 13 01:43:09.882 INFO kablam! | Oct 13 01:43:09.882 INFO kablam! 24 | pub fn head(&self) -> &T { Oct 13 01:43:09.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:09.882 INFO kablam! Oct 13 01:43:09.882 INFO kablam! warning: method is never used: `last` Oct 13 01:43:09.882 INFO kablam! --> src/list.rs:31:5 Oct 13 01:43:09.882 INFO kablam! | Oct 13 01:43:09.882 INFO kablam! 31 | pub fn last(&self) -> &T { Oct 13 01:43:09.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:09.882 INFO kablam! Oct 13 01:43:09.882 INFO kablam! warning: method is never used: `is_empty` Oct 13 01:43:09.882 INFO kablam! --> src/list.rs:44:5 Oct 13 01:43:09.882 INFO kablam! | Oct 13 01:43:09.882 INFO kablam! 44 | fn is_empty(&self) -> bool { Oct 13 01:43:09.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:09.883 INFO kablam! Oct 13 01:43:09.883 INFO kablam! warning: function is never used: `tailrec` Oct 13 01:43:09.883 INFO kablam! --> src/list.rs:87:1 Oct 13 01:43:09.883 INFO kablam! | Oct 13 01:43:09.883 INFO kablam! 87 | fn tailrec(list: &List) { Oct 13 01:43:09.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:09.883 INFO kablam! Oct 13 01:43:09.883 INFO kablam! warning: the `head:` in this pattern is redundant Oct 13 01:43:09.883 INFO kablam! --> src/list.rs:27:26 Oct 13 01:43:09.883 INFO kablam! | Oct 13 01:43:09.883 INFO kablam! 27 | &List::List {head: ref head, tail: _} => head, Oct 13 01:43:09.883 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:09.883 INFO kablam! | | Oct 13 01:43:09.883 INFO kablam! | help: remove this Oct 13 01:43:09.883 INFO kablam! | Oct 13 01:43:09.883 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 13 01:43:09.883 INFO kablam! Oct 13 01:43:09.883 INFO kablam! warning: the `head:` in this pattern is redundant Oct 13 01:43:09.883 INFO kablam! --> src/list.rs:34:26 Oct 13 01:43:09.883 INFO kablam! | Oct 13 01:43:09.883 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:09.883 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:09.883 INFO kablam! | | Oct 13 01:43:09.883 INFO kablam! | help: remove this Oct 13 01:43:09.883 INFO kablam! Oct 13 01:43:09.883 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 13 01:43:09.883 INFO kablam! --> src/list.rs:34:42 Oct 13 01:43:09.883 INFO kablam! | Oct 13 01:43:09.883 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:09.883 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:09.883 INFO kablam! | | Oct 13 01:43:09.883 INFO kablam! | help: remove this Oct 13 01:43:09.883 INFO kablam! Oct 13 01:43:09.883 INFO kablam! warning: the `head:` in this pattern is redundant Oct 13 01:43:09.883 INFO kablam! --> src/list.rs:90:22 Oct 13 01:43:09.883 INFO kablam! | Oct 13 01:43:09.883 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:09.883 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:09.883 INFO kablam! | | Oct 13 01:43:09.883 INFO kablam! | help: remove this Oct 13 01:43:09.883 INFO kablam! Oct 13 01:43:09.883 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 13 01:43:09.883 INFO kablam! --> src/list.rs:90:38 Oct 13 01:43:09.883 INFO kablam! | Oct 13 01:43:09.883 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:09.883 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:09.883 INFO kablam! | | Oct 13 01:43:09.883 INFO kablam! | help: remove this Oct 13 01:43:09.883 INFO kablam! Oct 13 01:43:10.115 INFO kablam! warning: unused macro definition Oct 13 01:43:10.116 INFO kablam! --> src/list.rs:53:1 Oct 13 01:43:10.116 INFO kablam! | Oct 13 01:43:10.116 INFO kablam! 53 | / macro_rules! list { Oct 13 01:43:10.116 INFO kablam! 54 | | ($($n: expr),*) => { Oct 13 01:43:10.117 INFO kablam! 55 | | { Oct 13 01:43:10.117 INFO kablam! 56 | | let mut list = List::empty_list(); Oct 13 01:43:10.117 INFO kablam! ... | Oct 13 01:43:10.117 INFO kablam! 74 | | }; Oct 13 01:43:10.118 INFO kablam! 75 | | } Oct 13 01:43:10.118 INFO kablam! | |_^ Oct 13 01:43:10.118 INFO kablam! | Oct 13 01:43:10.118 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 01:43:10.119 INFO kablam! Oct 13 01:43:10.223 INFO kablam! warning: method is never used: `head` Oct 13 01:43:10.223 INFO kablam! --> src/list.rs:24:5 Oct 13 01:43:10.223 INFO kablam! | Oct 13 01:43:10.223 INFO kablam! 24 | pub fn head(&self) -> &T { Oct 13 01:43:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:10.223 INFO kablam! | Oct 13 01:43:10.223 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:43:10.223 INFO kablam! Oct 13 01:43:10.223 INFO kablam! warning: method is never used: `last` Oct 13 01:43:10.223 INFO kablam! --> src/list.rs:31:5 Oct 13 01:43:10.223 INFO kablam! | Oct 13 01:43:10.223 INFO kablam! 31 | pub fn last(&self) -> &T { Oct 13 01:43:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:10.223 INFO kablam! Oct 13 01:43:10.223 INFO kablam! warning: method is never used: `is_empty` Oct 13 01:43:10.223 INFO kablam! --> src/list.rs:44:5 Oct 13 01:43:10.223 INFO kablam! | Oct 13 01:43:10.223 INFO kablam! 44 | fn is_empty(&self) -> bool { Oct 13 01:43:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:10.223 INFO kablam! Oct 13 01:43:10.223 INFO kablam! warning: function is never used: `tailrec` Oct 13 01:43:10.223 INFO kablam! --> src/list.rs:87:1 Oct 13 01:43:10.223 INFO kablam! | Oct 13 01:43:10.223 INFO kablam! 87 | fn tailrec(list: &List) { Oct 13 01:43:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:10.223 INFO kablam! Oct 13 01:43:10.228 INFO kablam! warning: the `head:` in this pattern is redundant Oct 13 01:43:10.228 INFO kablam! --> src/list.rs:27:26 Oct 13 01:43:10.228 INFO kablam! | Oct 13 01:43:10.228 INFO kablam! 27 | &List::List {head: ref head, tail: _} => head, Oct 13 01:43:10.229 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:10.229 INFO kablam! | | Oct 13 01:43:10.230 INFO kablam! | help: remove this Oct 13 01:43:10.230 INFO kablam! | Oct 13 01:43:10.230 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 13 01:43:10.230 INFO kablam! Oct 13 01:43:10.230 INFO kablam! warning: the `head:` in this pattern is redundant Oct 13 01:43:10.231 INFO kablam! --> src/list.rs:34:26 Oct 13 01:43:10.231 INFO kablam! | Oct 13 01:43:10.231 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:10.231 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:10.231 INFO kablam! | | Oct 13 01:43:10.231 INFO kablam! | help: remove this Oct 13 01:43:10.231 INFO kablam! Oct 13 01:43:10.232 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 13 01:43:10.232 INFO kablam! --> src/list.rs:34:42 Oct 13 01:43:10.232 INFO kablam! | Oct 13 01:43:10.232 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:10.232 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:10.232 INFO kablam! | | Oct 13 01:43:10.232 INFO kablam! | help: remove this Oct 13 01:43:10.233 INFO kablam! Oct 13 01:43:10.233 INFO kablam! warning: the `head:` in this pattern is redundant Oct 13 01:43:10.233 INFO kablam! --> src/list.rs:90:22 Oct 13 01:43:10.233 INFO kablam! | Oct 13 01:43:10.233 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:10.233 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:10.233 INFO kablam! | | Oct 13 01:43:10.234 INFO kablam! | help: remove this Oct 13 01:43:10.234 INFO kablam! Oct 13 01:43:10.234 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 13 01:43:10.234 INFO kablam! --> src/list.rs:90:38 Oct 13 01:43:10.234 INFO kablam! | Oct 13 01:43:10.234 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:10.235 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:10.235 INFO kablam! | | Oct 13 01:43:10.235 INFO kablam! | help: remove this Oct 13 01:43:10.235 INFO kablam! Oct 13 01:43:10.987 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 13 01:43:10.992 INFO kablam! su: No module specific data is present Oct 13 01:43:11.649 INFO running `"docker" "rm" "-f" "726dcbe2838f5f2d100f774bd1850a432445b19d31b392f931164955a4bd92ef"` Oct 13 01:43:11.931 INFO blam! 726dcbe2838f5f2d100f774bd1850a432445b19d31b392f931164955a4bd92ef Oct 13 01:43:11.934 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 01:43:12.351 INFO blam! 1ff8d9564d9e240f35a79b37707e5a58f5a9fa190b8783d832171c1619ad55e7 Oct 13 01:43:12.353 INFO running `"docker" "start" "-a" "1ff8d9564d9e240f35a79b37707e5a58f5a9fa190b8783d832171c1619ad55e7"` Oct 13 01:43:13.331 INFO kablam! usermod: no changes Oct 13 01:43:13.412 INFO kablam! Compiling rust_test v0.1.0 (/source) Oct 13 01:43:13.851 INFO kablam! warning: unused macro definition Oct 13 01:43:13.851 INFO kablam! --> src/list.rs:53:1 Oct 13 01:43:13.851 INFO kablam! | Oct 13 01:43:13.851 INFO kablam! 53 | / macro_rules! list { Oct 13 01:43:13.851 INFO kablam! 54 | | ($($n: expr),*) => { Oct 13 01:43:13.851 INFO kablam! 55 | | { Oct 13 01:43:13.851 INFO kablam! 56 | | let mut list = List::empty_list(); Oct 13 01:43:13.851 INFO kablam! ... | Oct 13 01:43:13.851 INFO kablam! 74 | | }; Oct 13 01:43:13.851 INFO kablam! 75 | | } Oct 13 01:43:13.851 INFO kablam! | |_^ Oct 13 01:43:13.851 INFO kablam! | Oct 13 01:43:13.851 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 01:43:13.851 INFO kablam! Oct 13 01:43:13.895 INFO kablam! warning: unused macro definition Oct 13 01:43:13.895 INFO kablam! --> src/list.rs:53:1 Oct 13 01:43:13.895 INFO kablam! | Oct 13 01:43:13.895 INFO kablam! 53 | / macro_rules! list { Oct 13 01:43:13.895 INFO kablam! 54 | | ($($n: expr),*) => { Oct 13 01:43:13.895 INFO kablam! 55 | | { Oct 13 01:43:13.895 INFO kablam! 56 | | let mut list = List::empty_list(); Oct 13 01:43:13.895 INFO kablam! ... | Oct 13 01:43:13.895 INFO kablam! 74 | | }; Oct 13 01:43:13.895 INFO kablam! 75 | | } Oct 13 01:43:13.895 INFO kablam! | |_^ Oct 13 01:43:13.895 INFO kablam! | Oct 13 01:43:13.895 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 01:43:13.895 INFO kablam! Oct 13 01:43:13.963 INFO kablam! warning: function is never used: `call` Oct 13 01:43:13.963 INFO kablam! --> src/module.rs:1:1 Oct 13 01:43:13.963 INFO kablam! | Oct 13 01:43:13.963 INFO kablam! 1 | pub fn call() { Oct 13 01:43:13.963 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:43:13.963 INFO kablam! | Oct 13 01:43:13.963 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:43:13.963 INFO kablam! Oct 13 01:43:13.963 INFO kablam! warning: enum is never used: `List` Oct 13 01:43:13.963 INFO kablam! --> src/list.rs:4:1 Oct 13 01:43:13.963 INFO kablam! | Oct 13 01:43:13.963 INFO kablam! 4 | pub enum List { Oct 13 01:43:13.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:13.963 INFO kablam! Oct 13 01:43:13.963 INFO kablam! warning: method is never used: `empty_list` Oct 13 01:43:13.963 INFO kablam! --> src/list.rs:13:5 Oct 13 01:43:13.963 INFO kablam! | Oct 13 01:43:13.963 INFO kablam! 13 | pub fn empty_list() -> List { Oct 13 01:43:13.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:13.963 INFO kablam! Oct 13 01:43:13.963 INFO kablam! warning: method is never used: `prepend` Oct 13 01:43:13.963 INFO kablam! --> src/list.rs:17:5 Oct 13 01:43:13.963 INFO kablam! | Oct 13 01:43:13.963 INFO kablam! 17 | pub fn prepend(self, t: T) -> Self { Oct 13 01:43:13.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:13.963 INFO kablam! Oct 13 01:43:13.963 INFO kablam! warning: method is never used: `head` Oct 13 01:43:13.963 INFO kablam! --> src/list.rs:24:5 Oct 13 01:43:13.963 INFO kablam! | Oct 13 01:43:13.963 INFO kablam! 24 | pub fn head(&self) -> &T { Oct 13 01:43:13.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:13.963 INFO kablam! Oct 13 01:43:13.963 INFO kablam! warning: method is never used: `last` Oct 13 01:43:13.963 INFO kablam! --> src/list.rs:31:5 Oct 13 01:43:13.963 INFO kablam! | Oct 13 01:43:13.963 INFO kablam! 31 | pub fn last(&self) -> &T { Oct 13 01:43:13.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:13.963 INFO kablam! Oct 13 01:43:13.963 INFO kablam! warning: method is never used: `is_empty` Oct 13 01:43:13.963 INFO kablam! --> src/list.rs:44:5 Oct 13 01:43:13.963 INFO kablam! | Oct 13 01:43:13.963 INFO kablam! 44 | fn is_empty(&self) -> bool { Oct 13 01:43:13.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:13.963 INFO kablam! Oct 13 01:43:13.963 INFO kablam! warning: function is never used: `tailrec` Oct 13 01:43:13.963 INFO kablam! --> src/list.rs:87:1 Oct 13 01:43:13.963 INFO kablam! | Oct 13 01:43:13.963 INFO kablam! 87 | fn tailrec(list: &List) { Oct 13 01:43:13.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:13.963 INFO kablam! Oct 13 01:43:13.975 INFO kablam! warning: the `head:` in this pattern is redundant Oct 13 01:43:13.975 INFO kablam! --> src/list.rs:27:26 Oct 13 01:43:13.975 INFO kablam! | Oct 13 01:43:13.975 INFO kablam! 27 | &List::List {head: ref head, tail: _} => head, Oct 13 01:43:13.975 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:13.975 INFO kablam! | | Oct 13 01:43:13.975 INFO kablam! | help: remove this Oct 13 01:43:13.975 INFO kablam! | Oct 13 01:43:13.975 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 13 01:43:13.975 INFO kablam! Oct 13 01:43:13.975 INFO kablam! warning: the `head:` in this pattern is redundant Oct 13 01:43:13.975 INFO kablam! --> src/list.rs:34:26 Oct 13 01:43:13.975 INFO kablam! | Oct 13 01:43:13.975 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:13.975 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:13.975 INFO kablam! | | Oct 13 01:43:13.975 INFO kablam! | help: remove this Oct 13 01:43:13.975 INFO kablam! Oct 13 01:43:13.975 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 13 01:43:13.975 INFO kablam! --> src/list.rs:34:42 Oct 13 01:43:13.975 INFO kablam! | Oct 13 01:43:13.975 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:13.975 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:13.975 INFO kablam! | | Oct 13 01:43:13.975 INFO kablam! | help: remove this Oct 13 01:43:13.975 INFO kablam! Oct 13 01:43:13.975 INFO kablam! warning: the `head:` in this pattern is redundant Oct 13 01:43:13.975 INFO kablam! --> src/list.rs:90:22 Oct 13 01:43:13.975 INFO kablam! | Oct 13 01:43:13.975 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:13.975 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:13.975 INFO kablam! | | Oct 13 01:43:13.975 INFO kablam! | help: remove this Oct 13 01:43:13.975 INFO kablam! Oct 13 01:43:13.975 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 13 01:43:13.975 INFO kablam! --> src/list.rs:90:38 Oct 13 01:43:13.975 INFO kablam! | Oct 13 01:43:13.975 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:13.975 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:13.975 INFO kablam! | | Oct 13 01:43:13.975 INFO kablam! | help: remove this Oct 13 01:43:13.975 INFO kablam! Oct 13 01:43:14.022 INFO kablam! warning: method is never used: `head` Oct 13 01:43:14.022 INFO kablam! --> src/list.rs:24:5 Oct 13 01:43:14.022 INFO kablam! | Oct 13 01:43:14.022 INFO kablam! 24 | pub fn head(&self) -> &T { Oct 13 01:43:14.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:14.022 INFO kablam! | Oct 13 01:43:14.022 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:43:14.022 INFO kablam! Oct 13 01:43:14.022 INFO kablam! warning: method is never used: `last` Oct 13 01:43:14.022 INFO kablam! --> src/list.rs:31:5 Oct 13 01:43:14.022 INFO kablam! | Oct 13 01:43:14.022 INFO kablam! 31 | pub fn last(&self) -> &T { Oct 13 01:43:14.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:14.022 INFO kablam! Oct 13 01:43:14.022 INFO kablam! warning: method is never used: `is_empty` Oct 13 01:43:14.022 INFO kablam! --> src/list.rs:44:5 Oct 13 01:43:14.022 INFO kablam! | Oct 13 01:43:14.022 INFO kablam! 44 | fn is_empty(&self) -> bool { Oct 13 01:43:14.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:14.022 INFO kablam! Oct 13 01:43:14.022 INFO kablam! warning: function is never used: `tailrec` Oct 13 01:43:14.022 INFO kablam! --> src/list.rs:87:1 Oct 13 01:43:14.022 INFO kablam! | Oct 13 01:43:14.022 INFO kablam! 87 | fn tailrec(list: &List) { Oct 13 01:43:14.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:43:14.022 INFO kablam! Oct 13 01:43:14.029 INFO kablam! warning: the `head:` in this pattern is redundant Oct 13 01:43:14.029 INFO kablam! --> src/list.rs:27:26 Oct 13 01:43:14.029 INFO kablam! | Oct 13 01:43:14.029 INFO kablam! 27 | &List::List {head: ref head, tail: _} => head, Oct 13 01:43:14.029 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:14.029 INFO kablam! | | Oct 13 01:43:14.029 INFO kablam! | help: remove this Oct 13 01:43:14.029 INFO kablam! | Oct 13 01:43:14.029 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 13 01:43:14.029 INFO kablam! Oct 13 01:43:14.029 INFO kablam! warning: the `head:` in this pattern is redundant Oct 13 01:43:14.029 INFO kablam! --> src/list.rs:34:26 Oct 13 01:43:14.029 INFO kablam! | Oct 13 01:43:14.030 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:14.030 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:14.030 INFO kablam! | | Oct 13 01:43:14.030 INFO kablam! | help: remove this Oct 13 01:43:14.030 INFO kablam! Oct 13 01:43:14.030 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 13 01:43:14.030 INFO kablam! --> src/list.rs:34:42 Oct 13 01:43:14.030 INFO kablam! | Oct 13 01:43:14.030 INFO kablam! 34 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:14.030 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:14.030 INFO kablam! | | Oct 13 01:43:14.030 INFO kablam! | help: remove this Oct 13 01:43:14.030 INFO kablam! Oct 13 01:43:14.030 INFO kablam! warning: the `head:` in this pattern is redundant Oct 13 01:43:14.030 INFO kablam! --> src/list.rs:90:22 Oct 13 01:43:14.030 INFO kablam! | Oct 13 01:43:14.030 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:14.030 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:14.030 INFO kablam! | | Oct 13 01:43:14.030 INFO kablam! | help: remove this Oct 13 01:43:14.030 INFO kablam! Oct 13 01:43:14.030 INFO kablam! warning: the `tail:` in this pattern is redundant Oct 13 01:43:14.030 INFO kablam! --> src/list.rs:90:38 Oct 13 01:43:14.030 INFO kablam! | Oct 13 01:43:14.031 INFO kablam! 90 | &List::List {head: ref head, tail: ref tail} => { Oct 13 01:43:14.031 INFO kablam! | -----^^^^^^^^^ Oct 13 01:43:14.031 INFO kablam! | | Oct 13 01:43:14.031 INFO kablam! | help: remove this Oct 13 01:43:14.031 INFO kablam! Oct 13 01:43:14.679 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 13 01:43:14.679 INFO kablam! su: No module specific data is present Oct 13 01:43:15.176 INFO running `"docker" "rm" "-f" "1ff8d9564d9e240f35a79b37707e5a58f5a9fa190b8783d832171c1619ad55e7"` Oct 13 01:43:15.557 INFO blam! 1ff8d9564d9e240f35a79b37707e5a58f5a9fa190b8783d832171c1619ad55e7 Oct 13 01:43:15.558 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 01:43:15.922 INFO blam! f4e53cddbdfabb72528354c7d5ca83ad8a5b6321c546645d4d4fb91120c51c7d Oct 13 01:43:15.927 INFO running `"docker" "start" "-a" "f4e53cddbdfabb72528354c7d5ca83ad8a5b6321c546645d4d4fb91120c51c7d"` Oct 13 01:43:16.910 INFO kablam! usermod: no changes Oct 13 01:43:16.974 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 01:43:16.983 INFO kablam! Running /target/debug/deps/rust_test-d84587fbb2be0d46 Oct 13 01:43:16.983 INFO kablam! Running /target/debug/deps/rust_test-0f0e3697c77b16ba Oct 13 01:43:16.983 INFO blam! Oct 13 01:43:16.983 INFO blam! running 0 tests Oct 13 01:43:16.983 INFO blam! Oct 13 01:43:16.983 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:43:16.983 INFO blam! Oct 13 01:43:16.986 INFO blam! Oct 13 01:43:16.986 INFO blam! running 0 tests Oct 13 01:43:16.986 INFO blam! Oct 13 01:43:16.986 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:43:16.986 INFO blam! Oct 13 01:43:16.993 INFO kablam! Doc-tests rust_test Oct 13 01:43:17.346 INFO blam! Oct 13 01:43:17.346 INFO blam! running 0 tests Oct 13 01:43:17.346 INFO blam! Oct 13 01:43:17.346 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:43:17.346 INFO blam! Oct 13 01:43:17.359 INFO kablam! su: No module specific data is present Oct 13 01:43:18.033 INFO running `"docker" "rm" "-f" "f4e53cddbdfabb72528354c7d5ca83ad8a5b6321c546645d4d4fb91120c51c7d"` Oct 13 01:43:18.371 INFO blam! f4e53cddbdfabb72528354c7d5ca83ad8a5b6321c546645d4d4fb91120c51c7d