Oct 13 05:45:30.458 INFO testing neerajbisht1987/hellocargo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:45:30.458 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 05:45:30.961 INFO blam! 4cc9893ceb4259026ef6d03eb8df4cd0c1791dd279dedda607ec7e974346bf51 Oct 13 05:45:30.962 INFO running `"docker" "start" "-a" "4cc9893ceb4259026ef6d03eb8df4cd0c1791dd279dedda607ec7e974346bf51"` Oct 13 05:45:32.547 INFO kablam! usermod: no changes Oct 13 05:45:32.623 INFO kablam! Compiling hello_cargo v0.1.0 (/source) Oct 13 05:45:33.155 INFO kablam! warning: unused variable: `mystruct` Oct 13 05:45:33.155 INFO kablam! --> src/main.rs:126:6 Oct 13 05:45:33.155 INFO kablam! | Oct 13 05:45:33.155 INFO kablam! 126 | let mystruct = module1::MyStruct{i:2}; Oct 13 05:45:33.155 INFO kablam! | ^^^^^^^^ help: consider using `_mystruct` instead Oct 13 05:45:33.155 INFO kablam! | Oct 13 05:45:33.155 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:45:33.155 INFO kablam! Oct 13 05:45:33.155 INFO kablam! warning: unused variable: `b` Oct 13 05:45:33.155 INFO kablam! --> src/main.rs:178:6 Oct 13 05:45:33.155 INFO kablam! | Oct 13 05:45:33.155 INFO kablam! 178 | let b=rc.clone(); Oct 13 05:45:33.160 INFO kablam! | ^ help: consider using `_b` instead Oct 13 05:45:33.160 INFO kablam! Oct 13 05:45:33.160 INFO kablam! warning: unused variable: `news_article_nosummarization` Oct 13 05:45:33.160 INFO kablam! --> src/main.rs:322:6 Oct 13 05:45:33.160 INFO kablam! | Oct 13 05:45:33.160 INFO kablam! 322 | let news_article_nosummarization = NewsArticleNoSummarization{ Oct 13 05:45:33.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_news_article_nosummarization` instead Oct 13 05:45:33.160 INFO kablam! Oct 13 05:45:33.160 INFO kablam! warning: unused variable: `news_article_nosummarization` Oct 13 05:45:33.160 INFO kablam! --> src/main.rs:329:6 Oct 13 05:45:33.160 INFO kablam! | Oct 13 05:45:33.160 INFO kablam! 329 | let news_article_nosummarization = NewsArticleNoSummarization{ Oct 13 05:45:33.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_news_article_nosummarization` instead Oct 13 05:45:33.160 INFO kablam! Oct 13 05:45:33.224 INFO kablam! warning: struct is never constructed: `MyBox` Oct 13 05:45:33.225 INFO kablam! --> src/module1.rs:3:1 Oct 13 05:45:33.225 INFO kablam! | Oct 13 05:45:33.225 INFO kablam! 3 | pub struct MyBox(T); Oct 13 05:45:33.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.225 INFO kablam! | Oct 13 05:45:33.225 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:45:33.225 INFO kablam! Oct 13 05:45:33.225 INFO kablam! warning: method is never used: `new` Oct 13 05:45:33.225 INFO kablam! --> src/module1.rs:7:5 Oct 13 05:45:33.225 INFO kablam! | Oct 13 05:45:33.225 INFO kablam! 7 | pub fn new(x: T) -> MyBox { Oct 13 05:45:33.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.225 INFO kablam! Oct 13 05:45:33.225 INFO kablam! warning: struct is never constructed: `MyStruct` Oct 13 05:45:33.225 INFO kablam! --> src/module1.rs:27:1 Oct 13 05:45:33.225 INFO kablam! | Oct 13 05:45:33.225 INFO kablam! 27 | pub struct MyStruct { Oct 13 05:45:33.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.225 INFO kablam! Oct 13 05:45:33.225 INFO kablam! warning: function is never used: `ref_testing` Oct 13 05:45:33.225 INFO kablam! --> src/main.rs:82:1 Oct 13 05:45:33.225 INFO kablam! | Oct 13 05:45:33.225 INFO kablam! 82 | fn ref_testing() Oct 13 05:45:33.225 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 05:45:33.225 INFO kablam! Oct 13 05:45:33.225 INFO kablam! warning: enum is never used: `item_list` Oct 13 05:45:33.225 INFO kablam! --> src/main.rs:98:1 Oct 13 05:45:33.225 INFO kablam! | Oct 13 05:45:33.225 INFO kablam! 98 | enum item_list { Oct 13 05:45:33.225 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:45:33.225 INFO kablam! Oct 13 05:45:33.225 INFO kablam! warning: function is never used: `match_testing` Oct 13 05:45:33.225 INFO kablam! --> src/main.rs:103:1 Oct 13 05:45:33.225 INFO kablam! | Oct 13 05:45:33.225 INFO kablam! 103 | fn match_testing() { Oct 13 05:45:33.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.225 INFO kablam! Oct 13 05:45:33.225 INFO kablam! warning: function is never used: `findvalue` Oct 13 05:45:33.225 INFO kablam! --> src/main.rs:113:1 Oct 13 05:45:33.225 INFO kablam! | Oct 13 05:45:33.225 INFO kablam! 113 | fn findvalue(list:item_list,val:u32) Oct 13 05:45:33.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.225 INFO kablam! Oct 13 05:45:33.225 INFO kablam! warning: function is never used: `module_testing` Oct 13 05:45:33.225 INFO kablam! --> src/main.rs:125:1 Oct 13 05:45:33.225 INFO kablam! | Oct 13 05:45:33.225 INFO kablam! 125 | fn module_testing() { Oct 13 05:45:33.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.225 INFO kablam! Oct 13 05:45:33.227 INFO kablam! warning: enum is never used: `List` Oct 13 05:45:33.227 INFO kablam! --> src/main.rs:136:1 Oct 13 05:45:33.227 INFO kablam! | Oct 13 05:45:33.227 INFO kablam! 136 | enum List { Oct 13 05:45:33.227 INFO kablam! | ^^^^^^^^^ Oct 13 05:45:33.227 INFO kablam! Oct 13 05:45:33.227 INFO kablam! warning: function is never used: `Rfcell_testing` Oct 13 05:45:33.227 INFO kablam! --> src/main.rs:141:1 Oct 13 05:45:33.227 INFO kablam! | Oct 13 05:45:33.227 INFO kablam! 141 | fn Rfcell_testing() { Oct 13 05:45:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.227 INFO kablam! Oct 13 05:45:33.227 INFO kablam! warning: struct is never constructed: `refCount` Oct 13 05:45:33.227 INFO kablam! --> src/main.rs:161:1 Oct 13 05:45:33.227 INFO kablam! | Oct 13 05:45:33.227 INFO kablam! 161 | struct refCount Oct 13 05:45:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.227 INFO kablam! Oct 13 05:45:33.227 INFO kablam! warning: function is never used: `reference_Count_Testing` Oct 13 05:45:33.227 INFO kablam! --> src/main.rs:166:1 Oct 13 05:45:33.227 INFO kablam! | Oct 13 05:45:33.227 INFO kablam! 166 | fn reference_Count_Testing() Oct 13 05:45:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.227 INFO kablam! Oct 13 05:45:33.227 INFO kablam! warning: function is never used: `smarpointer_derefernce_testing` Oct 13 05:45:33.227 INFO kablam! --> src/main.rs:189:1 Oct 13 05:45:33.227 INFO kablam! | Oct 13 05:45:33.227 INFO kablam! 189 | fn smarpointer_derefernce_testing() Oct 13 05:45:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.227 INFO kablam! Oct 13 05:45:33.227 INFO kablam! warning: function is never used: `static_lifetime_testing` Oct 13 05:45:33.227 INFO kablam! --> src/main.rs:202:1 Oct 13 05:45:33.227 INFO kablam! | Oct 13 05:45:33.227 INFO kablam! 202 | fn static_lifetime_testing() Oct 13 05:45:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.227 INFO kablam! Oct 13 05:45:33.227 INFO kablam! warning: function is never used: `returnsamevalue` Oct 13 05:45:33.227 INFO kablam! --> src/main.rs:218:1 Oct 13 05:45:33.227 INFO kablam! | Oct 13 05:45:33.227 INFO kablam! 218 | fn returnsamevalue(s:&str) ->&str{ Oct 13 05:45:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.227 INFO kablam! Oct 13 05:45:33.227 INFO kablam! warning: function is never used: `lifetime_ann_fn_testing` Oct 13 05:45:33.227 INFO kablam! --> src/main.rs:241:1 Oct 13 05:45:33.227 INFO kablam! | Oct 13 05:45:33.227 INFO kablam! 241 | fn lifetime_ann_fn_testing() Oct 13 05:45:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.227 INFO kablam! Oct 13 05:45:33.227 INFO kablam! warning: function is never used: `longest` Oct 13 05:45:33.227 INFO kablam! --> src/main.rs:268:1 Oct 13 05:45:33.227 INFO kablam! | Oct 13 05:45:33.227 INFO kablam! 268 | fn longest<'a>(x:&'a str,y:&'a str) -> &'a str Oct 13 05:45:33.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.227 INFO kablam! Oct 13 05:45:33.227 INFO kablam! warning: function is never used: `trait_bound_with_vec_testing` Oct 13 05:45:33.228 INFO kablam! --> src/main.rs:285:1 Oct 13 05:45:33.228 INFO kablam! | Oct 13 05:45:33.228 INFO kablam! 285 | fn trait_bound_with_vec_testing() { Oct 13 05:45:33.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.228 INFO kablam! Oct 13 05:45:33.228 INFO kablam! warning: function is never used: `largest` Oct 13 05:45:33.228 INFO kablam! --> src/main.rs:297:1 Oct 13 05:45:33.228 INFO kablam! | Oct 13 05:45:33.228 INFO kablam! 297 | fn largest(list: &[T]) -> T { Oct 13 05:45:33.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.228 INFO kablam! Oct 13 05:45:33.228 INFO kablam! warning: function is never used: `trait_bound_testing` Oct 13 05:45:33.228 INFO kablam! --> src/main.rs:314:1 Oct 13 05:45:33.228 INFO kablam! | Oct 13 05:45:33.228 INFO kablam! 314 | fn trait_bound_testing() { Oct 13 05:45:33.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.228 INFO kablam! Oct 13 05:45:33.228 INFO kablam! warning: module `LinkList` should have a snake case name such as `link_list` Oct 13 05:45:33.228 INFO kablam! --> src/main.rs:12:1 Oct 13 05:45:33.228 INFO kablam! | Oct 13 05:45:33.228 INFO kablam! 12 | mod LinkList; Oct 13 05:45:33.228 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:45:33.228 INFO kablam! | Oct 13 05:45:33.228 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:45:33.228 INFO kablam! Oct 13 05:45:33.231 INFO kablam! warning: structure field `nodeInfo` should have a snake case name such as `node_info` Oct 13 05:45:33.231 INFO kablam! --> src/LinkList.rs:22:5 Oct 13 05:45:33.231 INFO kablam! | Oct 13 05:45:33.231 INFO kablam! 22 | nodeInfo : Box, Oct 13 05:45:33.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.231 INFO kablam! Oct 13 05:45:33.231 INFO kablam! warning: function `LinkList_testing` should have a snake case name such as `link_list_testing` Oct 13 05:45:33.231 INFO kablam! --> src/main.rs:40:1 Oct 13 05:45:33.231 INFO kablam! | Oct 13 05:45:33.232 INFO kablam! 40 | / fn LinkList_testing() Oct 13 05:45:33.232 INFO kablam! 41 | | { Oct 13 05:45:33.232 INFO kablam! 42 | | //let list : Box = Box::new(LinkList::LinkedList{}); Oct 13 05:45:33.232 INFO kablam! 43 | | let mut list = LinkList::LinkedList{head:None}; Oct 13 05:45:33.232 INFO kablam! ... | Oct 13 05:45:33.232 INFO kablam! 77 | | } Oct 13 05:45:33.232 INFO kablam! 78 | | } Oct 13 05:45:33.232 INFO kablam! | |_^ Oct 13 05:45:33.232 INFO kablam! Oct 13 05:45:33.232 INFO kablam! warning: type `item_list` should have a camel case name such as `ItemList` Oct 13 05:45:33.232 INFO kablam! --> src/main.rs:98:1 Oct 13 05:45:33.232 INFO kablam! | Oct 13 05:45:33.232 INFO kablam! 98 | / enum item_list { Oct 13 05:45:33.232 INFO kablam! 99 | | pair{x:u32,y:Box}, Oct 13 05:45:33.232 INFO kablam! 100 | | Nil Oct 13 05:45:33.232 INFO kablam! 101 | | } Oct 13 05:45:33.232 INFO kablam! | |_^ Oct 13 05:45:33.232 INFO kablam! | Oct 13 05:45:33.232 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 05:45:33.232 INFO kablam! Oct 13 05:45:33.232 INFO kablam! warning: variant `pair` should have a camel case name such as `Pair` Oct 13 05:45:33.232 INFO kablam! --> src/main.rs:99:2 Oct 13 05:45:33.232 INFO kablam! | Oct 13 05:45:33.232 INFO kablam! 99 | pair{x:u32,y:Box}, Oct 13 05:45:33.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:33.232 INFO kablam! Oct 13 05:45:33.232 INFO kablam! warning: function `Rfcell_testing` should have a snake case name such as `rfcell_testing` Oct 13 05:45:33.232 INFO kablam! --> src/main.rs:141:1 Oct 13 05:45:33.233 INFO kablam! | Oct 13 05:45:33.233 INFO kablam! 141 | / fn Rfcell_testing() { Oct 13 05:45:33.233 INFO kablam! 142 | | let value = Rc::new(RefCell::new(5)); Oct 13 05:45:33.233 INFO kablam! 143 | | Oct 13 05:45:33.233 INFO kablam! 144 | | let a = Rc::new(Cons(Rc::clone(&value), Rc::new(Nil))); Oct 13 05:45:33.233 INFO kablam! ... | Oct 13 05:45:33.233 INFO kablam! 157 | | println!("c after = {:?}", c); Oct 13 05:45:33.233 INFO kablam! 158 | | } Oct 13 05:45:33.233 INFO kablam! | |_^ Oct 13 05:45:33.233 INFO kablam! Oct 13 05:45:33.233 INFO kablam! warning: type `refCount` should have a camel case name such as `Refcount` Oct 13 05:45:33.233 INFO kablam! --> src/main.rs:161:1 Oct 13 05:45:33.233 INFO kablam! | Oct 13 05:45:33.233 INFO kablam! 161 | / struct refCount Oct 13 05:45:33.233 INFO kablam! 162 | | { Oct 13 05:45:33.233 INFO kablam! 163 | | val : T, Oct 13 05:45:33.233 INFO kablam! 164 | | } Oct 13 05:45:33.233 INFO kablam! | |_^ Oct 13 05:45:33.233 INFO kablam! Oct 13 05:45:33.233 INFO kablam! warning: function `reference_Count_Testing` should have a snake case name such as `reference_count_testing` Oct 13 05:45:33.233 INFO kablam! --> src/main.rs:166:1 Oct 13 05:45:33.233 INFO kablam! | Oct 13 05:45:33.233 INFO kablam! 166 | / fn reference_Count_Testing() Oct 13 05:45:33.233 INFO kablam! 167 | | { Oct 13 05:45:33.233 INFO kablam! 168 | | //let rcI =refCount{val:32}; Oct 13 05:45:33.233 INFO kablam! 169 | | //println!("count after creating c = {}", rcI.val); Oct 13 05:45:33.233 INFO kablam! ... | Oct 13 05:45:33.233 INFO kablam! 186 | | Oct 13 05:45:33.233 INFO kablam! 187 | | } Oct 13 05:45:33.233 INFO kablam! | |_^ Oct 13 05:45:33.233 INFO kablam! Oct 13 05:45:33.233 INFO kablam! warning: variable `rcI` should have a snake case name such as `rc_i` Oct 13 05:45:33.233 INFO kablam! --> src/main.rs:171:6 Oct 13 05:45:33.233 INFO kablam! | Oct 13 05:45:33.233 INFO kablam! 171 | let rcI =refCount{val:String::from("this is a new string")}; Oct 13 05:45:33.233 INFO kablam! | ^^^ Oct 13 05:45:33.233 INFO kablam! Oct 13 05:45:33.793 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 13 05:45:33.795 INFO kablam! su: No module specific data is present Oct 13 05:45:34.281 INFO running `"docker" "rm" "-f" "4cc9893ceb4259026ef6d03eb8df4cd0c1791dd279dedda607ec7e974346bf51"` Oct 13 05:45:34.549 INFO blam! 4cc9893ceb4259026ef6d03eb8df4cd0c1791dd279dedda607ec7e974346bf51 Oct 13 05:45:34.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 05:45:34.899 INFO blam! 2f3e5042fdd75c068fbcb342c2001cb0ed41ad89fe3ca3786d3ebad66066e159 Oct 13 05:45:34.901 INFO running `"docker" "start" "-a" "2f3e5042fdd75c068fbcb342c2001cb0ed41ad89fe3ca3786d3ebad66066e159"` Oct 13 05:45:35.371 INFO kablam! usermod: no changes Oct 13 05:45:35.415 INFO kablam! Compiling hello_cargo v0.1.0 (/source) Oct 13 05:45:35.925 INFO kablam! warning: unused variable: `mystruct` Oct 13 05:45:35.925 INFO kablam! --> src/main.rs:126:6 Oct 13 05:45:35.925 INFO kablam! | Oct 13 05:45:35.926 INFO kablam! 126 | let mystruct = module1::MyStruct{i:2}; Oct 13 05:45:35.926 INFO kablam! | ^^^^^^^^ help: consider using `_mystruct` instead Oct 13 05:45:35.926 INFO kablam! | Oct 13 05:45:35.926 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:45:35.926 INFO kablam! Oct 13 05:45:35.926 INFO kablam! warning: unused variable: `b` Oct 13 05:45:35.926 INFO kablam! --> src/main.rs:178:6 Oct 13 05:45:35.926 INFO kablam! | Oct 13 05:45:35.926 INFO kablam! 178 | let b=rc.clone(); Oct 13 05:45:35.926 INFO kablam! | ^ help: consider using `_b` instead Oct 13 05:45:35.926 INFO kablam! Oct 13 05:45:35.926 INFO kablam! warning: unused variable: `news_article_nosummarization` Oct 13 05:45:35.926 INFO kablam! --> src/main.rs:322:6 Oct 13 05:45:35.926 INFO kablam! | Oct 13 05:45:35.926 INFO kablam! 322 | let news_article_nosummarization = NewsArticleNoSummarization{ Oct 13 05:45:35.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_news_article_nosummarization` instead Oct 13 05:45:35.926 INFO kablam! Oct 13 05:45:35.926 INFO kablam! warning: unused variable: `news_article_nosummarization` Oct 13 05:45:35.926 INFO kablam! --> src/main.rs:329:6 Oct 13 05:45:35.926 INFO kablam! | Oct 13 05:45:35.926 INFO kablam! 329 | let news_article_nosummarization = NewsArticleNoSummarization{ Oct 13 05:45:35.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_news_article_nosummarization` instead Oct 13 05:45:35.926 INFO kablam! Oct 13 05:45:35.983 INFO kablam! warning: struct is never constructed: `MyBox` Oct 13 05:45:35.983 INFO kablam! --> src/module1.rs:3:1 Oct 13 05:45:35.983 INFO kablam! | Oct 13 05:45:35.983 INFO kablam! 3 | pub struct MyBox(T); Oct 13 05:45:35.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.983 INFO kablam! | Oct 13 05:45:35.983 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:45:35.983 INFO kablam! Oct 13 05:45:35.983 INFO kablam! warning: method is never used: `new` Oct 13 05:45:35.983 INFO kablam! --> src/module1.rs:7:5 Oct 13 05:45:35.983 INFO kablam! | Oct 13 05:45:35.983 INFO kablam! 7 | pub fn new(x: T) -> MyBox { Oct 13 05:45:35.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.983 INFO kablam! Oct 13 05:45:35.983 INFO kablam! warning: struct is never constructed: `MyStruct` Oct 13 05:45:35.983 INFO kablam! --> src/module1.rs:27:1 Oct 13 05:45:35.983 INFO kablam! | Oct 13 05:45:35.983 INFO kablam! 27 | pub struct MyStruct { Oct 13 05:45:35.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.983 INFO kablam! Oct 13 05:45:35.983 INFO kablam! warning: function is never used: `ref_testing` Oct 13 05:45:35.983 INFO kablam! --> src/main.rs:82:1 Oct 13 05:45:35.983 INFO kablam! | Oct 13 05:45:35.983 INFO kablam! 82 | fn ref_testing() Oct 13 05:45:35.983 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 05:45:35.983 INFO kablam! Oct 13 05:45:35.983 INFO kablam! warning: enum is never used: `item_list` Oct 13 05:45:35.983 INFO kablam! --> src/main.rs:98:1 Oct 13 05:45:35.983 INFO kablam! | Oct 13 05:45:35.983 INFO kablam! 98 | enum item_list { Oct 13 05:45:35.983 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:45:35.983 INFO kablam! Oct 13 05:45:35.983 INFO kablam! warning: function is never used: `match_testing` Oct 13 05:45:35.983 INFO kablam! --> src/main.rs:103:1 Oct 13 05:45:35.983 INFO kablam! | Oct 13 05:45:35.983 INFO kablam! 103 | fn match_testing() { Oct 13 05:45:35.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.983 INFO kablam! Oct 13 05:45:35.983 INFO kablam! warning: function is never used: `findvalue` Oct 13 05:45:35.983 INFO kablam! --> src/main.rs:113:1 Oct 13 05:45:35.983 INFO kablam! | Oct 13 05:45:35.983 INFO kablam! 113 | fn findvalue(list:item_list,val:u32) Oct 13 05:45:35.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.983 INFO kablam! Oct 13 05:45:35.983 INFO kablam! warning: function is never used: `module_testing` Oct 13 05:45:35.983 INFO kablam! --> src/main.rs:125:1 Oct 13 05:45:35.983 INFO kablam! | Oct 13 05:45:35.983 INFO kablam! 125 | fn module_testing() { Oct 13 05:45:35.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.983 INFO kablam! Oct 13 05:45:35.983 INFO kablam! warning: enum is never used: `List` Oct 13 05:45:35.983 INFO kablam! --> src/main.rs:136:1 Oct 13 05:45:35.983 INFO kablam! | Oct 13 05:45:35.983 INFO kablam! 136 | enum List { Oct 13 05:45:35.983 INFO kablam! | ^^^^^^^^^ Oct 13 05:45:35.983 INFO kablam! Oct 13 05:45:35.983 INFO kablam! warning: function is never used: `Rfcell_testing` Oct 13 05:45:35.983 INFO kablam! --> src/main.rs:141:1 Oct 13 05:45:35.983 INFO kablam! | Oct 13 05:45:35.983 INFO kablam! 141 | fn Rfcell_testing() { Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: struct is never constructed: `refCount` Oct 13 05:45:35.984 INFO kablam! --> src/main.rs:161:1 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 161 | struct refCount Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: function is never used: `reference_Count_Testing` Oct 13 05:45:35.984 INFO kablam! --> src/main.rs:166:1 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 166 | fn reference_Count_Testing() Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: function is never used: `smarpointer_derefernce_testing` Oct 13 05:45:35.984 INFO kablam! --> src/main.rs:189:1 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 189 | fn smarpointer_derefernce_testing() Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: function is never used: `static_lifetime_testing` Oct 13 05:45:35.984 INFO kablam! --> src/main.rs:202:1 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 202 | fn static_lifetime_testing() Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: function is never used: `returnsamevalue` Oct 13 05:45:35.984 INFO kablam! --> src/main.rs:218:1 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 218 | fn returnsamevalue(s:&str) ->&str{ Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: function is never used: `lifetime_ann_fn_testing` Oct 13 05:45:35.984 INFO kablam! --> src/main.rs:241:1 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 241 | fn lifetime_ann_fn_testing() Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: function is never used: `longest` Oct 13 05:45:35.984 INFO kablam! --> src/main.rs:268:1 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 268 | fn longest<'a>(x:&'a str,y:&'a str) -> &'a str Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: function is never used: `trait_bound_with_vec_testing` Oct 13 05:45:35.984 INFO kablam! --> src/main.rs:285:1 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 285 | fn trait_bound_with_vec_testing() { Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: function is never used: `largest` Oct 13 05:45:35.984 INFO kablam! --> src/main.rs:297:1 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 297 | fn largest(list: &[T]) -> T { Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: function is never used: `trait_bound_testing` Oct 13 05:45:35.984 INFO kablam! --> src/main.rs:314:1 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 314 | fn trait_bound_testing() { Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: module `LinkList` should have a snake case name such as `link_list` Oct 13 05:45:35.984 INFO kablam! --> src/main.rs:12:1 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 12 | mod LinkList; Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: structure field `nodeInfo` should have a snake case name such as `node_info` Oct 13 05:45:35.984 INFO kablam! --> src/LinkList.rs:22:5 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 22 | nodeInfo : Box, Oct 13 05:45:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.984 INFO kablam! Oct 13 05:45:35.984 INFO kablam! warning: function `LinkList_testing` should have a snake case name such as `link_list_testing` Oct 13 05:45:35.984 INFO kablam! --> src/main.rs:40:1 Oct 13 05:45:35.984 INFO kablam! | Oct 13 05:45:35.984 INFO kablam! 40 | / fn LinkList_testing() Oct 13 05:45:35.984 INFO kablam! 41 | | { Oct 13 05:45:35.984 INFO kablam! 42 | | //let list : Box = Box::new(LinkList::LinkedList{}); Oct 13 05:45:35.984 INFO kablam! 43 | | let mut list = LinkList::LinkedList{head:None}; Oct 13 05:45:35.984 INFO kablam! ... | Oct 13 05:45:35.985 INFO kablam! 77 | | } Oct 13 05:45:35.985 INFO kablam! 78 | | } Oct 13 05:45:35.985 INFO kablam! | |_^ Oct 13 05:45:35.985 INFO kablam! Oct 13 05:45:35.985 INFO kablam! warning: type `item_list` should have a camel case name such as `ItemList` Oct 13 05:45:35.985 INFO kablam! --> src/main.rs:98:1 Oct 13 05:45:35.985 INFO kablam! | Oct 13 05:45:35.985 INFO kablam! 98 | / enum item_list { Oct 13 05:45:35.985 INFO kablam! 99 | | pair{x:u32,y:Box}, Oct 13 05:45:35.985 INFO kablam! 100 | | Nil Oct 13 05:45:35.985 INFO kablam! 101 | | } Oct 13 05:45:35.985 INFO kablam! | |_^ Oct 13 05:45:35.985 INFO kablam! | Oct 13 05:45:35.985 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 05:45:35.985 INFO kablam! Oct 13 05:45:35.985 INFO kablam! warning: variant `pair` should have a camel case name such as `Pair` Oct 13 05:45:35.985 INFO kablam! --> src/main.rs:99:2 Oct 13 05:45:35.985 INFO kablam! | Oct 13 05:45:35.985 INFO kablam! 99 | pair{x:u32,y:Box}, Oct 13 05:45:35.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:35.985 INFO kablam! Oct 13 05:45:35.986 INFO kablam! warning: function `Rfcell_testing` should have a snake case name such as `rfcell_testing` Oct 13 05:45:35.986 INFO kablam! --> src/main.rs:141:1 Oct 13 05:45:35.986 INFO kablam! | Oct 13 05:45:35.986 INFO kablam! 141 | / fn Rfcell_testing() { Oct 13 05:45:35.986 INFO kablam! 142 | | let value = Rc::new(RefCell::new(5)); Oct 13 05:45:35.986 INFO kablam! 143 | | Oct 13 05:45:35.986 INFO kablam! 144 | | let a = Rc::new(Cons(Rc::clone(&value), Rc::new(Nil))); Oct 13 05:45:35.986 INFO kablam! ... | Oct 13 05:45:35.986 INFO kablam! 157 | | println!("c after = {:?}", c); Oct 13 05:45:35.986 INFO kablam! 158 | | } Oct 13 05:45:35.986 INFO kablam! | |_^ Oct 13 05:45:35.986 INFO kablam! Oct 13 05:45:35.986 INFO kablam! warning: type `refCount` should have a camel case name such as `Refcount` Oct 13 05:45:35.986 INFO kablam! --> src/main.rs:161:1 Oct 13 05:45:35.986 INFO kablam! | Oct 13 05:45:35.986 INFO kablam! 161 | / struct refCount Oct 13 05:45:35.986 INFO kablam! 162 | | { Oct 13 05:45:35.986 INFO kablam! 163 | | val : T, Oct 13 05:45:35.986 INFO kablam! 164 | | } Oct 13 05:45:35.986 INFO kablam! | |_^ Oct 13 05:45:35.986 INFO kablam! Oct 13 05:45:35.986 INFO kablam! warning: function `reference_Count_Testing` should have a snake case name such as `reference_count_testing` Oct 13 05:45:35.986 INFO kablam! --> src/main.rs:166:1 Oct 13 05:45:35.986 INFO kablam! | Oct 13 05:45:35.986 INFO kablam! 166 | / fn reference_Count_Testing() Oct 13 05:45:35.986 INFO kablam! 167 | | { Oct 13 05:45:35.986 INFO kablam! 168 | | //let rcI =refCount{val:32}; Oct 13 05:45:35.986 INFO kablam! 169 | | //println!("count after creating c = {}", rcI.val); Oct 13 05:45:35.986 INFO kablam! ... | Oct 13 05:45:35.986 INFO kablam! 186 | | Oct 13 05:45:35.986 INFO kablam! 187 | | } Oct 13 05:45:35.986 INFO kablam! | |_^ Oct 13 05:45:35.986 INFO kablam! Oct 13 05:45:35.986 INFO kablam! warning: variable `rcI` should have a snake case name such as `rc_i` Oct 13 05:45:35.986 INFO kablam! --> src/main.rs:171:6 Oct 13 05:45:35.987 INFO kablam! | Oct 13 05:45:35.987 INFO kablam! 171 | let rcI =refCount{val:String::from("this is a new string")}; Oct 13 05:45:35.987 INFO kablam! | ^^^ Oct 13 05:45:35.987 INFO kablam! Oct 13 05:45:36.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Oct 13 05:45:36.339 INFO kablam! su: No module specific data is present Oct 13 05:45:36.647 INFO running `"docker" "rm" "-f" "2f3e5042fdd75c068fbcb342c2001cb0ed41ad89fe3ca3786d3ebad66066e159"` Oct 13 05:45:36.768 INFO blam! 2f3e5042fdd75c068fbcb342c2001cb0ed41ad89fe3ca3786d3ebad66066e159 Oct 13 05:45:36.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 05:45:37.108 INFO blam! 302adc2b14ec9ccdf6b8ef23549ea64f82910e0b211598c2c13f38f9535e4615 Oct 13 05:45:37.109 INFO running `"docker" "start" "-a" "302adc2b14ec9ccdf6b8ef23549ea64f82910e0b211598c2c13f38f9535e4615"` Oct 13 05:45:37.573 INFO kablam! usermod: no changes Oct 13 05:45:37.607 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 05:45:37.608 INFO kablam! Running /target/debug/deps/hello_cargo-63eeb39d49b68e6d Oct 13 05:45:37.610 INFO blam! Oct 13 05:45:37.610 INFO blam! running 0 tests Oct 13 05:45:37.610 INFO blam! Oct 13 05:45:37.610 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:45:37.610 INFO blam! Oct 13 05:45:37.614 INFO kablam! su: No module specific data is present Oct 13 05:45:37.882 INFO running `"docker" "rm" "-f" "302adc2b14ec9ccdf6b8ef23549ea64f82910e0b211598c2c13f38f9535e4615"` Oct 13 05:45:37.953 INFO blam! 302adc2b14ec9ccdf6b8ef23549ea64f82910e0b211598c2c13f38f9535e4615