Oct 16 04:11:13.709 INFO testing learnrust-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 04:11:13.709 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 04:11:14.096 INFO blam! 450e43cc27e9443215b537394186936737eb97328b107ec687255462b959480e Oct 16 04:11:14.107 INFO running `"docker" "start" "-a" "450e43cc27e9443215b537394186936737eb97328b107ec687255462b959480e"` Oct 16 04:11:15.459 INFO kablam! usermod: no changes Oct 16 04:11:15.551 INFO kablam! Compiling learnrust v0.1.0 (/source) Oct 16 04:11:16.247 INFO kablam! warning: unused import: `::lessons::Rectangle::Rectangle` Oct 16 04:11:16.247 INFO kablam! --> src/adder/mod.rs:1:5 Oct 16 04:11:16.247 INFO kablam! | Oct 16 04:11:16.247 INFO kablam! 1 | use ::lessons::Rectangle::Rectangle; Oct 16 04:11:16.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.247 INFO kablam! | Oct 16 04:11:16.247 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:11:16.247 INFO kablam! Oct 16 04:11:16.247 INFO kablam! warning: unused import: `::lessons::Guess::Guess` Oct 16 04:11:16.247 INFO kablam! --> src/adder/mod.rs:2:5 Oct 16 04:11:16.247 INFO kablam! | Oct 16 04:11:16.247 INFO kablam! 2 | use ::lessons::Guess::Guess; Oct 16 04:11:16.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.247 INFO kablam! Oct 16 04:11:16.247 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 04:11:16.247 INFO kablam! --> src/closures/learnIterator.rs:30:7 Oct 16 04:11:16.247 INFO kablam! | Oct 16 04:11:16.247 INFO kablam! 30 | if(self.count < 6){ Oct 16 04:11:16.247 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 04:11:16.247 INFO kablam! | Oct 16 04:11:16.247 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 04:11:16.247 INFO kablam! Oct 16 04:11:16.462 INFO kablam! warning: unused variable: `v_reference` Oct 16 04:11:16.462 INFO kablam! --> src/lessons/commonCollection.rs:25:9 Oct 16 04:11:16.462 INFO kablam! | Oct 16 04:11:16.462 INFO kablam! 25 | let v_reference = &v[v_index]; Oct 16 04:11:16.462 INFO kablam! | ^^^^^^^^^^^ help: consider using `_v_reference` instead Oct 16 04:11:16.462 INFO kablam! | Oct 16 04:11:16.462 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:11:16.462 INFO kablam! Oct 16 04:11:16.462 INFO kablam! warning: unused variable: `s2` Oct 16 04:11:16.462 INFO kablam! --> src/lessons/tryStringCollection.rs:24:7 Oct 16 04:11:16.462 INFO kablam! | Oct 16 04:11:16.462 INFO kablam! 24 | let s2 = String::from("tac"); Oct 16 04:11:16.462 INFO kablam! | ^^ help: consider using `_s2` instead Oct 16 04:11:16.462 INFO kablam! Oct 16 04:11:16.462 INFO kablam! warning: unused variable: `point2` Oct 16 04:11:16.462 INFO kablam! --> src/lessons/tryGenericTypes.rs:48:7 Oct 16 04:11:16.462 INFO kablam! | Oct 16 04:11:16.463 INFO kablam! 48 | let point2 = Point{x : 10.1, y: 20.2}; Oct 16 04:11:16.463 INFO kablam! | ^^^^^^ help: consider using `_point2` instead Oct 16 04:11:16.463 INFO kablam! Oct 16 04:11:16.463 INFO kablam! warning: unused variable: `point2_2` Oct 16 04:11:16.463 INFO kablam! --> src/lessons/tryGenericTypes.rs:53:7 Oct 16 04:11:16.463 INFO kablam! | Oct 16 04:11:16.463 INFO kablam! 53 | let point2_2 = Point2{x : 20, y : 20.1}; Oct 16 04:11:16.463 INFO kablam! | ^^^^^^^^ help: consider using `_point2_2` instead Oct 16 04:11:16.463 INFO kablam! Oct 16 04:11:16.463 INFO kablam! warning: unused variable: `intensity` Oct 16 04:11:16.463 INFO kablam! --> src/closures/learnClosure.rs:41:40 Oct 16 04:11:16.463 INFO kablam! | Oct 16 04:11:16.463 INFO kablam! 41 | pub fn simulated_expensive_calculation(intensity: u32){ Oct 16 04:11:16.463 INFO kablam! | ^^^^^^^^^ help: consider using `_intensity` instead Oct 16 04:11:16.463 INFO kablam! Oct 16 04:11:16.463 INFO kablam! warning: unused variable: `expensive_result2` Oct 16 04:11:16.463 INFO kablam! --> src/closures/learnClosure.rs:62:7 Oct 16 04:11:16.463 INFO kablam! | Oct 16 04:11:16.463 INFO kablam! 62 | let expensive_result2 = expensive_calculation(intensity); Oct 16 04:11:16.463 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_expensive_result2` instead Oct 16 04:11:16.463 INFO kablam! Oct 16 04:11:16.463 INFO kablam! warning: unused variable: `expensive_result3` Oct 16 04:11:16.463 INFO kablam! --> src/closures/learnClosure.rs:63:7 Oct 16 04:11:16.463 INFO kablam! | Oct 16 04:11:16.463 INFO kablam! 63 | let expensive_result3 = |num: u32| -> u32{ Oct 16 04:11:16.463 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_expensive_result3` instead Oct 16 04:11:16.463 INFO kablam! Oct 16 04:11:16.563 INFO kablam! warning: function is never used: `returns_summarizable` Oct 16 04:11:16.563 INFO kablam! --> src/lessons/tryGenericTypes.rs:132:1 Oct 16 04:11:16.563 INFO kablam! | Oct 16 04:11:16.563 INFO kablam! 132 | fn returns_summarizable() -> impl Summary { Oct 16 04:11:16.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.563 INFO kablam! | Oct 16 04:11:16.563 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:11:16.563 INFO kablam! Oct 16 04:11:16.563 INFO kablam! warning: field is never used: `value` Oct 16 04:11:16.563 INFO kablam! --> src/lessons/Guess.rs:2:3 Oct 16 04:11:16.563 INFO kablam! | Oct 16 04:11:16.563 INFO kablam! 2 | value:u32, Oct 16 04:11:16.563 INFO kablam! | ^^^^^^^^^ Oct 16 04:11:16.563 INFO kablam! Oct 16 04:11:16.563 INFO kablam! warning: module `commonCollection` should have a snake case name such as `common_collection` Oct 16 04:11:16.563 INFO kablam! --> src/lessons/mod.rs:1:1 Oct 16 04:11:16.563 INFO kablam! | Oct 16 04:11:16.563 INFO kablam! 1 | pub mod commonCollection; Oct 16 04:11:16.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.563 INFO kablam! | Oct 16 04:11:16.563 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 04:11:16.563 INFO kablam! Oct 16 04:11:16.563 INFO kablam! warning: function `tryCommonCollection` should have a snake case name such as `try_common_collection` Oct 16 04:11:16.563 INFO kablam! --> src/lessons/commonCollection.rs:8:1 Oct 16 04:11:16.563 INFO kablam! | Oct 16 04:11:16.563 INFO kablam! 8 | / pub fn tryCommonCollection(){ Oct 16 04:11:16.563 INFO kablam! 9 | | let v = vec![1,2,3]; Oct 16 04:11:16.563 INFO kablam! 10 | | println!("vector value : {:#?}", v); Oct 16 04:11:16.563 INFO kablam! 11 | | Oct 16 04:11:16.563 INFO kablam! ... | Oct 16 04:11:16.563 INFO kablam! 65 | | println!("row data : {:?}", row); Oct 16 04:11:16.563 INFO kablam! 66 | | } Oct 16 04:11:16.563 INFO kablam! | |_^ Oct 16 04:11:16.563 INFO kablam! Oct 16 04:11:16.563 INFO kablam! warning: module `tryStringCollection` should have a snake case name such as `try_string_collection` Oct 16 04:11:16.563 INFO kablam! --> src/lessons/mod.rs:3:1 Oct 16 04:11:16.563 INFO kablam! | Oct 16 04:11:16.563 INFO kablam! 3 | pub mod tryStringCollection; Oct 16 04:11:16.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.563 INFO kablam! Oct 16 04:11:16.563 INFO kablam! warning: function `tryUpdateString` should have a snake case name such as `try_update_string` Oct 16 04:11:16.563 INFO kablam! --> src/lessons/tryStringCollection.rs:1:1 Oct 16 04:11:16.563 INFO kablam! | Oct 16 04:11:16.563 INFO kablam! 1 | / pub fn tryUpdateString(){ Oct 16 04:11:16.563 INFO kablam! 2 | | println!("=============================="); Oct 16 04:11:16.563 INFO kablam! 3 | | Oct 16 04:11:16.563 INFO kablam! 4 | | let mut s = String::from("foo"); Oct 16 04:11:16.563 INFO kablam! ... | Oct 16 04:11:16.563 INFO kablam! 37 | | println!("=============================="); Oct 16 04:11:16.563 INFO kablam! 38 | | } Oct 16 04:11:16.563 INFO kablam! | |_^ Oct 16 04:11:16.563 INFO kablam! Oct 16 04:11:16.563 INFO kablam! warning: module `tryHashMapCollection` should have a snake case name such as `try_hash_map_collection` Oct 16 04:11:16.563 INFO kablam! --> src/lessons/mod.rs:5:1 Oct 16 04:11:16.563 INFO kablam! | Oct 16 04:11:16.563 INFO kablam! 5 | pub mod tryHashMapCollection; Oct 16 04:11:16.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.563 INFO kablam! Oct 16 04:11:16.563 INFO kablam! warning: function `tryHashMap` should have a snake case name such as `try_hash_map` Oct 16 04:11:16.563 INFO kablam! --> src/lessons/tryHashMapCollection.rs:3:1 Oct 16 04:11:16.563 INFO kablam! | Oct 16 04:11:16.563 INFO kablam! 3 | / pub fn tryHashMap(){ Oct 16 04:11:16.563 INFO kablam! 4 | | println!("========================"); Oct 16 04:11:16.563 INFO kablam! 5 | | Oct 16 04:11:16.563 INFO kablam! 6 | | let mut scores = HashMap::new(); Oct 16 04:11:16.563 INFO kablam! ... | Oct 16 04:11:16.563 INFO kablam! 52 | | println!("========================"); Oct 16 04:11:16.563 INFO kablam! 53 | | } Oct 16 04:11:16.563 INFO kablam! | |_^ Oct 16 04:11:16.563 INFO kablam! Oct 16 04:11:16.563 INFO kablam! warning: module `recoverableError` should have a snake case name such as `recoverable_error` Oct 16 04:11:16.563 INFO kablam! --> src/lessons/mod.rs:7:1 Oct 16 04:11:16.563 INFO kablam! | Oct 16 04:11:16.563 INFO kablam! 7 | pub mod recoverableError; Oct 16 04:11:16.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.563 INFO kablam! Oct 16 04:11:16.576 INFO kablam! warning: function `recoverableError` should have a snake case name such as `recoverable_error` Oct 16 04:11:16.576 INFO kablam! --> src/lessons/recoverableError.rs:27:1 Oct 16 04:11:16.576 INFO kablam! | Oct 16 04:11:16.576 INFO kablam! 27 | / pub fn recoverableError(){ Oct 16 04:11:16.576 INFO kablam! 28 | | let f = File::open("hello.txt"); Oct 16 04:11:16.576 INFO kablam! 29 | | let t = match f{ Oct 16 04:11:16.576 INFO kablam! 30 | | Ok(file) => file, Oct 16 04:11:16.576 INFO kablam! ... | Oct 16 04:11:16.576 INFO kablam! 54 | | println!("file value : {:?}", t); Oct 16 04:11:16.576 INFO kablam! 55 | | } Oct 16 04:11:16.576 INFO kablam! | |_^ Oct 16 04:11:16.576 INFO kablam! Oct 16 04:11:16.576 INFO kablam! warning: module `tryGenericTypes` should have a snake case name such as `try_generic_types` Oct 16 04:11:16.576 INFO kablam! --> src/lessons/mod.rs:9:1 Oct 16 04:11:16.576 INFO kablam! | Oct 16 04:11:16.576 INFO kablam! 9 | pub mod tryGenericTypes; Oct 16 04:11:16.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.576 INFO kablam! Oct 16 04:11:16.576 INFO kablam! warning: module `tryLifetime` should have a snake case name such as `try_lifetime` Oct 16 04:11:16.576 INFO kablam! --> src/lessons/mod.rs:11:1 Oct 16 04:11:16.576 INFO kablam! | Oct 16 04:11:16.576 INFO kablam! 11 | pub mod tryLifetime; Oct 16 04:11:16.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.576 INFO kablam! Oct 16 04:11:16.576 INFO kablam! warning: module `Rectangle` should have a snake case name such as `rectangle` Oct 16 04:11:16.576 INFO kablam! --> src/lessons/mod.rs:13:1 Oct 16 04:11:16.576 INFO kablam! | Oct 16 04:11:16.576 INFO kablam! 13 | pub mod Rectangle; Oct 16 04:11:16.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.576 INFO kablam! Oct 16 04:11:16.576 INFO kablam! warning: module `Guess` should have a snake case name such as `guess` Oct 16 04:11:16.576 INFO kablam! --> src/lessons/mod.rs:15:1 Oct 16 04:11:16.576 INFO kablam! | Oct 16 04:11:16.576 INFO kablam! 15 | pub mod Guess; Oct 16 04:11:16.576 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 04:11:16.576 INFO kablam! Oct 16 04:11:16.576 INFO kablam! warning: module `learnClosure` should have a snake case name such as `learn_closure` Oct 16 04:11:16.576 INFO kablam! --> src/closures/mod.rs:8:1 Oct 16 04:11:16.576 INFO kablam! | Oct 16 04:11:16.576 INFO kablam! 8 | pub mod learnClosure; Oct 16 04:11:16.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.576 INFO kablam! Oct 16 04:11:16.576 INFO kablam! warning: module `learnIterator` should have a snake case name such as `learn_iterator` Oct 16 04:11:16.576 INFO kablam! --> src/closures/mod.rs:9:1 Oct 16 04:11:16.576 INFO kablam! | Oct 16 04:11:16.576 INFO kablam! 9 | pub mod learnIterator; Oct 16 04:11:16.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.576 INFO kablam! Oct 16 04:11:16.579 INFO kablam! warning: function `learnIterator` should have a snake case name such as `learn_iterator` Oct 16 04:11:16.579 INFO kablam! --> src/closures/learnIterator.rs:41:1 Oct 16 04:11:16.579 INFO kablam! | Oct 16 04:11:16.579 INFO kablam! 41 | / pub fn learnIterator(){ Oct 16 04:11:16.579 INFO kablam! 42 | | let v1 = vec![1,2,3,4]; Oct 16 04:11:16.579 INFO kablam! 43 | | let v1_iter = v1.iter(); Oct 16 04:11:16.579 INFO kablam! 44 | | for item in v1_iter{ Oct 16 04:11:16.579 INFO kablam! ... | Oct 16 04:11:16.579 INFO kablam! 64 | | println!("============================"); Oct 16 04:11:16.579 INFO kablam! 65 | | } Oct 16 04:11:16.579 INFO kablam! | |_^ Oct 16 04:11:16.579 INFO kablam! Oct 16 04:11:19.423 INFO kablam! warning: field is never used: `email` Oct 16 04:11:19.423 INFO kablam! --> src/main.rs:19:5 Oct 16 04:11:19.423 INFO kablam! | Oct 16 04:11:19.423 INFO kablam! 19 | email: String, Oct 16 04:11:19.423 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 04:11:19.423 INFO kablam! | Oct 16 04:11:19.423 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:11:19.423 INFO kablam! Oct 16 04:11:19.423 INFO kablam! warning: field is never used: `sign_in_count` Oct 16 04:11:19.423 INFO kablam! --> src/main.rs:20:5 Oct 16 04:11:19.423 INFO kablam! | Oct 16 04:11:19.423 INFO kablam! 20 | sign_in_count: u64, Oct 16 04:11:19.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 04:11:19.423 INFO kablam! Oct 16 04:11:19.423 INFO kablam! warning: field is never used: `active` Oct 16 04:11:19.423 INFO kablam! --> src/main.rs:21:5 Oct 16 04:11:19.423 INFO kablam! | Oct 16 04:11:19.423 INFO kablam! 21 | active: bool Oct 16 04:11:19.423 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:11:19.423 INFO kablam! Oct 16 04:11:19.423 INFO kablam! warning: constant `point1` should have an upper case name such as `POINT1` Oct 16 04:11:19.423 INFO kablam! --> src/main.rs:100:5 Oct 16 04:11:19.423 INFO kablam! | Oct 16 04:11:19.423 INFO kablam! 100 | const point1 :Point = Point(0,0,0); Oct 16 04:11:19.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:19.423 INFO kablam! | Oct 16 04:11:19.423 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 04:11:19.423 INFO kablam! Oct 16 04:11:19.423 INFO kablam! warning: constant `color1` should have an upper case name such as `COLOR1` Oct 16 04:11:19.423 INFO kablam! --> src/main.rs:101:5 Oct 16 04:11:19.423 INFO kablam! | Oct 16 04:11:19.423 INFO kablam! 101 | const color1 :Color = Color( 0, 0, 10); Oct 16 04:11:19.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:19.423 INFO kablam! Oct 16 04:11:20.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.60s Oct 16 04:11:20.111 INFO kablam! su: No module specific data is present Oct 16 04:11:20.707 INFO running `"docker" "rm" "-f" "450e43cc27e9443215b537394186936737eb97328b107ec687255462b959480e"` Oct 16 04:11:20.917 INFO blam! 450e43cc27e9443215b537394186936737eb97328b107ec687255462b959480e Oct 16 04:11:20.925 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 04:11:21.227 INFO blam! 226b877ac91b511bf319ea2983f53a900f1f0e9494570d5cd56f0c0ae4d7535e Oct 16 04:11:21.247 INFO running `"docker" "start" "-a" "226b877ac91b511bf319ea2983f53a900f1f0e9494570d5cd56f0c0ae4d7535e"` Oct 16 04:11:22.402 INFO kablam! usermod: no changes Oct 16 04:11:22.515 INFO kablam! Compiling learnrust v0.1.0 (/source) Oct 16 04:11:24.086 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 04:11:24.086 INFO kablam! --> src/closures/learnIterator.rs:30:7 Oct 16 04:11:24.086 INFO kablam! | Oct 16 04:11:24.086 INFO kablam! 30 | if(self.count < 6){ Oct 16 04:11:24.086 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 04:11:24.095 INFO kablam! | Oct 16 04:11:24.095 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 04:11:24.095 INFO kablam! Oct 16 04:11:24.395 INFO kablam! warning: field is never used: `email` Oct 16 04:11:24.395 INFO kablam! --> src/main.rs:19:5 Oct 16 04:11:24.395 INFO kablam! | Oct 16 04:11:24.395 INFO kablam! 19 | email: String, Oct 16 04:11:24.395 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 04:11:24.395 INFO kablam! | Oct 16 04:11:24.395 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:11:24.395 INFO kablam! Oct 16 04:11:24.395 INFO kablam! warning: field is never used: `sign_in_count` Oct 16 04:11:24.395 INFO kablam! --> src/main.rs:20:5 Oct 16 04:11:24.395 INFO kablam! | Oct 16 04:11:24.395 INFO kablam! 20 | sign_in_count: u64, Oct 16 04:11:24.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 04:11:24.395 INFO kablam! Oct 16 04:11:24.395 INFO kablam! warning: field is never used: `active` Oct 16 04:11:24.395 INFO kablam! --> src/main.rs:21:5 Oct 16 04:11:24.395 INFO kablam! | Oct 16 04:11:24.395 INFO kablam! 21 | active: bool Oct 16 04:11:24.395 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:11:24.395 INFO kablam! Oct 16 04:11:24.395 INFO kablam! warning: constant `point1` should have an upper case name such as `POINT1` Oct 16 04:11:24.395 INFO kablam! --> src/main.rs:100:5 Oct 16 04:11:24.395 INFO kablam! | Oct 16 04:11:24.395 INFO kablam! 100 | const point1 :Point = Point(0,0,0); Oct 16 04:11:24.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:24.395 INFO kablam! | Oct 16 04:11:24.395 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 04:11:24.395 INFO kablam! Oct 16 04:11:24.395 INFO kablam! warning: constant `color1` should have an upper case name such as `COLOR1` Oct 16 04:11:24.396 INFO kablam! --> src/main.rs:101:5 Oct 16 04:11:24.396 INFO kablam! | Oct 16 04:11:24.396 INFO kablam! 101 | const color1 :Color = Color( 0, 0, 10); Oct 16 04:11:24.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:24.396 INFO kablam! Oct 16 04:11:24.783 INFO kablam! warning: unused variable: `v_reference` Oct 16 04:11:24.783 INFO kablam! --> src/lessons/commonCollection.rs:25:9 Oct 16 04:11:24.783 INFO kablam! | Oct 16 04:11:24.783 INFO kablam! 25 | let v_reference = &v[v_index]; Oct 16 04:11:24.783 INFO kablam! | ^^^^^^^^^^^ help: consider using `_v_reference` instead Oct 16 04:11:24.803 INFO kablam! | Oct 16 04:11:24.803 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:11:24.803 INFO kablam! Oct 16 04:11:24.804 INFO kablam! warning: unused variable: `s2` Oct 16 04:11:24.804 INFO kablam! --> src/lessons/tryStringCollection.rs:24:7 Oct 16 04:11:24.804 INFO kablam! | Oct 16 04:11:24.804 INFO kablam! 24 | let s2 = String::from("tac"); Oct 16 04:11:24.805 INFO kablam! | ^^ help: consider using `_s2` instead Oct 16 04:11:24.805 INFO kablam! Oct 16 04:11:24.805 INFO kablam! warning: unused variable: `point2` Oct 16 04:11:24.805 INFO kablam! --> src/lessons/tryGenericTypes.rs:48:7 Oct 16 04:11:24.806 INFO kablam! | Oct 16 04:11:24.806 INFO kablam! 48 | let point2 = Point{x : 10.1, y: 20.2}; Oct 16 04:11:24.806 INFO kablam! | ^^^^^^ help: consider using `_point2` instead Oct 16 04:11:24.806 INFO kablam! Oct 16 04:11:24.806 INFO kablam! warning: unused variable: `point2_2` Oct 16 04:11:24.806 INFO kablam! --> src/lessons/tryGenericTypes.rs:53:7 Oct 16 04:11:24.806 INFO kablam! | Oct 16 04:11:24.806 INFO kablam! 53 | let point2_2 = Point2{x : 20, y : 20.1}; Oct 16 04:11:24.806 INFO kablam! | ^^^^^^^^ help: consider using `_point2_2` instead Oct 16 04:11:24.806 INFO kablam! Oct 16 04:11:24.806 INFO kablam! warning: unused variable: `intensity` Oct 16 04:11:24.806 INFO kablam! --> src/closures/learnClosure.rs:41:40 Oct 16 04:11:24.806 INFO kablam! | Oct 16 04:11:24.806 INFO kablam! 41 | pub fn simulated_expensive_calculation(intensity: u32){ Oct 16 04:11:24.807 INFO kablam! | ^^^^^^^^^ help: consider using `_intensity` instead Oct 16 04:11:24.807 INFO kablam! Oct 16 04:11:24.807 INFO kablam! warning: unused variable: `expensive_result2` Oct 16 04:11:24.807 INFO kablam! --> src/closures/learnClosure.rs:62:7 Oct 16 04:11:24.807 INFO kablam! | Oct 16 04:11:24.807 INFO kablam! 62 | let expensive_result2 = expensive_calculation(intensity); Oct 16 04:11:24.807 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_expensive_result2` instead Oct 16 04:11:24.807 INFO kablam! Oct 16 04:11:24.807 INFO kablam! warning: unused variable: `expensive_result3` Oct 16 04:11:24.807 INFO kablam! --> src/closures/learnClosure.rs:63:7 Oct 16 04:11:24.807 INFO kablam! | Oct 16 04:11:24.807 INFO kablam! 63 | let expensive_result3 = |num: u32| -> u32{ Oct 16 04:11:24.807 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_expensive_result3` instead Oct 16 04:11:24.807 INFO kablam! Oct 16 04:11:24.807 INFO kablam! warning: unused variable: `guess` Oct 16 04:11:24.807 INFO kablam! --> src/adder/mod.rs:45:7 Oct 16 04:11:24.807 INFO kablam! | Oct 16 04:11:24.807 INFO kablam! 45 | let guess = Guess::new(0); Oct 16 04:11:24.807 INFO kablam! | ^^^^^ help: consider using `_guess` instead Oct 16 04:11:24.807 INFO kablam! Oct 16 04:11:24.811 INFO kablam! warning: unused variable: `y` Oct 16 04:11:24.811 INFO kablam! --> src/adder/mod.rs:74:7 Oct 16 04:11:24.811 INFO kablam! | Oct 16 04:11:24.811 INFO kablam! 74 | let y = 10; Oct 16 04:11:24.811 INFO kablam! | ^ help: consider using `_y` instead Oct 16 04:11:24.811 INFO kablam! Oct 16 04:11:25.083 INFO kablam! warning: function is never used: `returns_summarizable` Oct 16 04:11:25.083 INFO kablam! --> src/lessons/tryGenericTypes.rs:132:1 Oct 16 04:11:25.083 INFO kablam! | Oct 16 04:11:25.083 INFO kablam! 132 | fn returns_summarizable() -> impl Summary { Oct 16 04:11:25.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:25.083 INFO kablam! | Oct 16 04:11:25.083 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:11:25.083 INFO kablam! Oct 16 04:11:25.083 INFO kablam! warning: field is never used: `value` Oct 16 04:11:25.083 INFO kablam! --> src/lessons/Guess.rs:2:3 Oct 16 04:11:25.084 INFO kablam! | Oct 16 04:11:25.084 INFO kablam! 2 | value:u32, Oct 16 04:11:25.084 INFO kablam! | ^^^^^^^^^ Oct 16 04:11:25.084 INFO kablam! Oct 16 04:11:25.086 INFO kablam! warning: module `commonCollection` should have a snake case name such as `common_collection` Oct 16 04:11:25.086 INFO kablam! --> src/lessons/mod.rs:1:1 Oct 16 04:11:25.086 INFO kablam! | Oct 16 04:11:25.086 INFO kablam! 1 | pub mod commonCollection; Oct 16 04:11:25.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:25.087 INFO kablam! | Oct 16 04:11:25.087 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 04:11:25.087 INFO kablam! Oct 16 04:11:25.087 INFO kablam! warning: function `tryCommonCollection` should have a snake case name such as `try_common_collection` Oct 16 04:11:25.087 INFO kablam! --> src/lessons/commonCollection.rs:8:1 Oct 16 04:11:25.087 INFO kablam! | Oct 16 04:11:25.087 INFO kablam! 8 | / pub fn tryCommonCollection(){ Oct 16 04:11:25.087 INFO kablam! 9 | | let v = vec![1,2,3]; Oct 16 04:11:25.087 INFO kablam! 10 | | println!("vector value : {:#?}", v); Oct 16 04:11:25.087 INFO kablam! 11 | | Oct 16 04:11:25.087 INFO kablam! ... | Oct 16 04:11:25.087 INFO kablam! 65 | | println!("row data : {:?}", row); Oct 16 04:11:25.087 INFO kablam! 66 | | } Oct 16 04:11:25.087 INFO kablam! | |_^ Oct 16 04:11:25.087 INFO kablam! Oct 16 04:11:25.087 INFO kablam! warning: module `tryStringCollection` should have a snake case name such as `try_string_collection` Oct 16 04:11:25.087 INFO kablam! --> src/lessons/mod.rs:3:1 Oct 16 04:11:25.087 INFO kablam! | Oct 16 04:11:25.088 INFO kablam! 3 | pub mod tryStringCollection; Oct 16 04:11:25.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:25.088 INFO kablam! Oct 16 04:11:25.088 INFO kablam! warning: function `tryUpdateString` should have a snake case name such as `try_update_string` Oct 16 04:11:25.088 INFO kablam! --> src/lessons/tryStringCollection.rs:1:1 Oct 16 04:11:25.088 INFO kablam! | Oct 16 04:11:25.088 INFO kablam! 1 | / pub fn tryUpdateString(){ Oct 16 04:11:25.088 INFO kablam! 2 | | println!("=============================="); Oct 16 04:11:25.088 INFO kablam! 3 | | Oct 16 04:11:25.088 INFO kablam! 4 | | let mut s = String::from("foo"); Oct 16 04:11:25.088 INFO kablam! ... | Oct 16 04:11:25.088 INFO kablam! 37 | | println!("=============================="); Oct 16 04:11:25.088 INFO kablam! 38 | | } Oct 16 04:11:25.088 INFO kablam! | |_^ Oct 16 04:11:25.088 INFO kablam! Oct 16 04:11:25.091 INFO kablam! warning: module `tryHashMapCollection` should have a snake case name such as `try_hash_map_collection` Oct 16 04:11:25.091 INFO kablam! --> src/lessons/mod.rs:5:1 Oct 16 04:11:25.091 INFO kablam! | Oct 16 04:11:25.091 INFO kablam! 5 | pub mod tryHashMapCollection; Oct 16 04:11:25.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:25.092 INFO kablam! Oct 16 04:11:25.092 INFO kablam! warning: function `tryHashMap` should have a snake case name such as `try_hash_map` Oct 16 04:11:25.092 INFO kablam! --> src/lessons/tryHashMapCollection.rs:3:1 Oct 16 04:11:25.092 INFO kablam! | Oct 16 04:11:25.092 INFO kablam! 3 | / pub fn tryHashMap(){ Oct 16 04:11:25.093 INFO kablam! 4 | | println!("========================"); Oct 16 04:11:25.093 INFO kablam! 5 | | Oct 16 04:11:25.093 INFO kablam! 6 | | let mut scores = HashMap::new(); Oct 16 04:11:25.093 INFO kablam! ... | Oct 16 04:11:25.093 INFO kablam! 52 | | println!("========================"); Oct 16 04:11:25.094 INFO kablam! 53 | | } Oct 16 04:11:25.094 INFO kablam! | |_^ Oct 16 04:11:25.094 INFO kablam! Oct 16 04:11:25.094 INFO kablam! warning: module `recoverableError` should have a snake case name such as `recoverable_error` Oct 16 04:11:25.094 INFO kablam! --> src/lessons/mod.rs:7:1 Oct 16 04:11:25.094 INFO kablam! | Oct 16 04:11:25.095 INFO kablam! 7 | pub mod recoverableError; Oct 16 04:11:25.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:25.095 INFO kablam! Oct 16 04:11:25.095 INFO kablam! warning: function `recoverableError` should have a snake case name such as `recoverable_error` Oct 16 04:11:25.095 INFO kablam! --> src/lessons/recoverableError.rs:27:1 Oct 16 04:11:25.095 INFO kablam! | Oct 16 04:11:25.096 INFO kablam! 27 | / pub fn recoverableError(){ Oct 16 04:11:25.096 INFO kablam! 28 | | let f = File::open("hello.txt"); Oct 16 04:11:25.096 INFO kablam! 29 | | let t = match f{ Oct 16 04:11:25.096 INFO kablam! 30 | | Ok(file) => file, Oct 16 04:11:25.096 INFO kablam! ... | Oct 16 04:11:25.096 INFO kablam! 54 | | println!("file value : {:?}", t); Oct 16 04:11:25.096 INFO kablam! 55 | | } Oct 16 04:11:25.096 INFO kablam! | |_^ Oct 16 04:11:25.096 INFO kablam! Oct 16 04:11:25.096 INFO kablam! warning: module `tryGenericTypes` should have a snake case name such as `try_generic_types` Oct 16 04:11:25.096 INFO kablam! --> src/lessons/mod.rs:9:1 Oct 16 04:11:25.096 INFO kablam! | Oct 16 04:11:25.096 INFO kablam! 9 | pub mod tryGenericTypes; Oct 16 04:11:25.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:25.096 INFO kablam! Oct 16 04:11:25.096 INFO kablam! warning: module `tryLifetime` should have a snake case name such as `try_lifetime` Oct 16 04:11:25.096 INFO kablam! --> src/lessons/mod.rs:11:1 Oct 16 04:11:25.096 INFO kablam! | Oct 16 04:11:25.096 INFO kablam! 11 | pub mod tryLifetime; Oct 16 04:11:25.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:25.097 INFO kablam! Oct 16 04:11:25.097 INFO kablam! warning: module `Rectangle` should have a snake case name such as `rectangle` Oct 16 04:11:25.097 INFO kablam! --> src/lessons/mod.rs:13:1 Oct 16 04:11:25.097 INFO kablam! | Oct 16 04:11:25.097 INFO kablam! 13 | pub mod Rectangle; Oct 16 04:11:25.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 04:11:25.097 INFO kablam! Oct 16 04:11:25.097 INFO kablam! warning: module `Guess` should have a snake case name such as `guess` Oct 16 04:11:25.097 INFO kablam! --> src/lessons/mod.rs:15:1 Oct 16 04:11:25.097 INFO kablam! | Oct 16 04:11:25.097 INFO kablam! 15 | pub mod Guess; Oct 16 04:11:25.097 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 04:11:25.097 INFO kablam! Oct 16 04:11:25.102 INFO kablam! warning: module `learnClosure` should have a snake case name such as `learn_closure` Oct 16 04:11:25.102 INFO kablam! --> src/closures/mod.rs:8:1 Oct 16 04:11:25.102 INFO kablam! | Oct 16 04:11:25.102 INFO kablam! 8 | pub mod learnClosure; Oct 16 04:11:25.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:25.102 INFO kablam! Oct 16 04:11:25.103 INFO kablam! warning: module `learnIterator` should have a snake case name such as `learn_iterator` Oct 16 04:11:25.103 INFO kablam! --> src/closures/mod.rs:9:1 Oct 16 04:11:25.103 INFO kablam! | Oct 16 04:11:25.103 INFO kablam! 9 | pub mod learnIterator; Oct 16 04:11:25.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:25.103 INFO kablam! Oct 16 04:11:25.104 INFO kablam! warning: function `learnIterator` should have a snake case name such as `learn_iterator` Oct 16 04:11:25.104 INFO kablam! --> src/closures/learnIterator.rs:41:1 Oct 16 04:11:25.104 INFO kablam! | Oct 16 04:11:25.104 INFO kablam! 41 | / pub fn learnIterator(){ Oct 16 04:11:25.104 INFO kablam! 42 | | let v1 = vec![1,2,3,4]; Oct 16 04:11:25.105 INFO kablam! 43 | | let v1_iter = v1.iter(); Oct 16 04:11:25.105 INFO kablam! 44 | | for item in v1_iter{ Oct 16 04:11:25.105 INFO kablam! ... | Oct 16 04:11:25.105 INFO kablam! 64 | | println!("============================"); Oct 16 04:11:25.105 INFO kablam! 65 | | } Oct 16 04:11:25.105 INFO kablam! | |_^ Oct 16 04:11:25.105 INFO kablam! Oct 16 04:11:25.831 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.39s Oct 16 04:11:25.831 INFO kablam! su: No module specific data is present Oct 16 04:11:26.289 INFO running `"docker" "rm" "-f" "226b877ac91b511bf319ea2983f53a900f1f0e9494570d5cd56f0c0ae4d7535e"` Oct 16 04:11:26.409 INFO blam! 226b877ac91b511bf319ea2983f53a900f1f0e9494570d5cd56f0c0ae4d7535e Oct 16 04:11:26.411 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 04:11:26.599 INFO blam! 704c6309786a1704173d0fd024ce2a651b13563a1690d4c06cc655af6a8a36f7 Oct 16 04:11:26.603 INFO running `"docker" "start" "-a" "704c6309786a1704173d0fd024ce2a651b13563a1690d4c06cc655af6a8a36f7"` Oct 16 04:11:27.095 INFO kablam! usermod: no changes Oct 16 04:11:27.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 04:11:27.154 INFO kablam! Running /target/debug/deps/learnrust-0bf9e4edd007756e Oct 16 04:11:27.156 INFO blam! Oct 16 04:11:27.156 INFO blam! running 9 tests Oct 16 04:11:27.157 INFO blam! test adder::another ... ignored Oct 16 04:11:27.157 INFO blam! test adder::it_works_using_result ... ignored Oct 16 04:11:27.157 INFO blam! test adder::test_greeting_name ... ignored Oct 16 04:11:27.157 INFO blam! test adder::test_guess_game ... ignored Oct 16 04:11:27.157 INFO blam! test adder::test_closure ... ok Oct 16 04:11:27.157 INFO blam! test adder::smaller_can_not_hold_larger ... ok Oct 16 04:11:27.157 INFO blam! test adder::larger_can_hold_smaller ... ok Oct 16 04:11:27.158 INFO blam! test adder::add_two_test ... ok Oct 16 04:11:27.158 INFO kablam! Running /target/debug/deps/learnrust-2e0e89080e0c60ad Oct 16 04:11:27.158 INFO blam! test adder::exploration ... ok Oct 16 04:11:27.158 INFO blam! Oct 16 04:11:27.158 INFO blam! test result: ok. 5 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out Oct 16 04:11:27.158 INFO blam! Oct 16 04:11:27.160 INFO blam! Oct 16 04:11:27.160 INFO blam! running 0 tests Oct 16 04:11:27.160 INFO blam! Oct 16 04:11:27.160 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:11:27.160 INFO blam! Oct 16 04:11:27.161 INFO kablam! Running /target/debug/deps/integration_test-1c28e50ca38bbba7 Oct 16 04:11:27.162 INFO blam! Oct 16 04:11:27.162 INFO blam! running 1 test Oct 16 04:11:27.162 INFO blam! test integration_it_adds_two ... ok Oct 16 04:11:27.162 INFO blam! Oct 16 04:11:27.162 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:11:27.162 INFO blam! Oct 16 04:11:27.163 INFO kablam! Doc-tests learnrust Oct 16 04:11:28.097 INFO blam! Oct 16 04:11:28.097 INFO blam! running 1 test Oct 16 04:11:29.178 INFO blam! test src/closures/learnClosure.rs - closures::learnClosure::simulated_expensive_calculation (line 36) ... FAILED Oct 16 04:11:29.178 INFO blam! Oct 16 04:11:29.178 INFO blam! failures: Oct 16 04:11:29.178 INFO blam! Oct 16 04:11:29.178 INFO blam! ---- src/closures/learnClosure.rs - closures::learnClosure::simulated_expensive_calculation (line 36) stdout ---- Oct 16 04:11:29.178 INFO blam! error[E0433]: failed to resolve. Use of undeclared type or module `my_crate` Oct 16 04:11:29.178 INFO blam! --> src/closures/learnClosure.rs:39:15 Oct 16 04:11:29.178 INFO blam! | Oct 16 04:11:29.178 INFO blam! 5 | assert_eq!(6, my_crate::add_one(5)); Oct 16 04:11:29.178 INFO blam! | ^^^^^^^^ Use of undeclared type or module `my_crate` Oct 16 04:11:29.178 INFO blam! Oct 16 04:11:29.178 INFO blam! thread 'src/closures/learnClosure.rs - closures::learnClosure::simulated_expensive_calculation (line 36)' panicked at 'couldn't compile the test', librustdoc/test.rs:333:13 Oct 16 04:11:29.178 INFO blam! stack backtrace: Oct 16 04:11:29.178 INFO blam! 0: 0x7efc77a5fdce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 16 04:11:29.178 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 16 04:11:29.178 INFO blam! 1: 0x7efc77a44e06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 16 04:11:29.178 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 16 04:11:29.178 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 16 04:11:29.178 INFO blam! 2: 0x7efc77a6ad9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 16 04:11:29.178 INFO blam! at libstd/panicking.rs:211 Oct 16 04:11:29.178 INFO blam! 3: 0x7efc77a6aaab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 16 04:11:29.178 INFO blam! at libstd/panicking.rs:221 Oct 16 04:11:29.178 INFO blam! 4: 0x7efc79ce664e - rustc::util::common::panic_hook::h6c0fab3f49b67368 Oct 16 04:11:29.178 INFO blam! 5: 0x7efc77a6b563 - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 16 04:11:29.178 INFO blam! at libstd/panicking.rs:480 Oct 16 04:11:29.178 INFO blam! 6: 0x561f0432f796 - std::panicking::begin_panic::hb2f2557b5ad530d6 Oct 16 04:11:29.178 INFO blam! at libstd/panicking.rs:410 Oct 16 04:11:29.178 INFO blam! 7: 0x561f044b2cfb - rustdoc::test::run_test::h7f9ad0c8d380d83c Oct 16 04:11:29.178 INFO blam! at librustdoc/test.rs:333 Oct 16 04:11:29.178 INFO blam! 8: 0x561f04472ef7 - >::set::hd7bc23bb100376f9 Oct 16 04:11:29.178 INFO blam! at librustdoc/test.rs:565 Oct 16 04:11:29.178 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 16 04:11:29.178 INFO blam! at libsyntax/lib.rs:106 Oct 16 04:11:29.178 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 16 04:11:29.178 INFO blam! 9: 0x561f0428aa8f - syntax::with_globals::h13b9cd4342f6776c Oct 16 04:11:29.178 INFO blam! at libsyntax/lib.rs:105 Oct 16 04:11:29.178 INFO blam! 10: 0x561f0432f94a - std::panicking::try::do_call::h251f77b3e67a3607 Oct 16 04:11:29.178 INFO blam! at librustdoc/test.rs:562 Oct 16 04:11:29.178 INFO blam! at libstd/panic.rs:313 Oct 16 04:11:29.178 INFO blam! at libstd/panicking.rs:310 Oct 16 04:11:29.178 INFO blam! 11: 0x7efc77a78c79 - __rust_maybe_catch_panic Oct 16 04:11:29.178 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:11:29.178 INFO blam! 12: 0x561f043847d3 - rustc_driver::in_named_rustc_thread::h5b9d8f6b223fabca Oct 16 04:11:29.178 INFO blam! at libstd/panicking.rs:289 Oct 16 04:11:29.178 INFO blam! at libstd/panic.rs:392 Oct 16 04:11:29.178 INFO blam! at librustc_driver/lib.rs:1575 Oct 16 04:11:29.178 INFO blam! 13: 0x561f044889ec - >::call_box::h469711a6fc649ccc Oct 16 04:11:29.178 INFO blam! at librustdoc/test.rs:562 Oct 16 04:11:29.178 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:11:29.178 INFO blam! 14: 0x7efc790cdad2 - >::call_box::h477ac8c82814e76d Oct 16 04:11:29.178 INFO blam! at libtest/lib.rs:1461 Oct 16 04:11:29.178 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:11:29.178 INFO blam! 15: 0x7efc77a78c79 - __rust_maybe_catch_panic Oct 16 04:11:29.178 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:11:29.178 INFO blam! 16: 0x7efc790f4b5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 16 04:11:29.178 INFO blam! at libstd/panicking.rs:289 Oct 16 04:11:29.178 INFO blam! at libstd/panic.rs:392 Oct 16 04:11:29.178 INFO blam! at libtest/lib.rs:1423 Oct 16 04:11:29.178 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 16 04:11:29.178 INFO blam! 17: 0x7efc790f5ac4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 16 04:11:29.178 INFO blam! at libstd/thread/mod.rs:409 Oct 16 04:11:29.178 INFO blam! at libstd/panic.rs:313 Oct 16 04:11:29.178 INFO blam! at libstd/panicking.rs:310 Oct 16 04:11:29.178 INFO blam! 18: 0x7efc77a78c79 - __rust_maybe_catch_panic Oct 16 04:11:29.178 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:11:29.178 INFO blam! 19: 0x7efc790de5b6 - >::call_box::h96125cb29a9ba44b Oct 16 04:11:29.178 INFO blam! at libstd/panicking.rs:289 Oct 16 04:11:29.178 INFO blam! at libstd/panic.rs:392 Oct 16 04:11:29.178 INFO blam! at libstd/thread/mod.rs:408 Oct 16 04:11:29.178 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:11:29.178 INFO blam! 20: 0x7efc77a6693a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 16 04:11:29.179 INFO blam! at liballoc/boxed.rs:682 Oct 16 04:11:29.179 INFO blam! at libstd/sys_common/thread.rs:24 Oct 16 04:11:29.179 INFO blam! 21: 0x7efc77a3bd35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 16 04:11:29.179 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 16 04:11:29.179 INFO blam! 22: 0x7efc775c66b9 - start_thread Oct 16 04:11:29.179 INFO blam! 23: 0x7efc770e641c - clone Oct 16 04:11:29.179 INFO blam! 24: 0x0 - Oct 16 04:11:29.179 INFO blam! query stack during panic: Oct 16 04:11:29.179 INFO blam! end of query stack Oct 16 04:11:29.179 INFO blam! Oct 16 04:11:29.179 INFO blam! Oct 16 04:11:29.179 INFO blam! failures: Oct 16 04:11:29.179 INFO blam! src/closures/learnClosure.rs - closures::learnClosure::simulated_expensive_calculation (line 36) Oct 16 04:11:29.179 INFO blam! Oct 16 04:11:29.179 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:11:29.179 INFO blam! Oct 16 04:11:29.196 INFO kablam! error: test failed, to rerun pass '--doc' Oct 16 04:11:29.203 INFO kablam! su: No module specific data is present Oct 16 04:11:29.579 INFO running `"docker" "rm" "-f" "704c6309786a1704173d0fd024ce2a651b13563a1690d4c06cc655af6a8a36f7"` Oct 16 04:11:29.755 INFO blam! 704c6309786a1704173d0fd024ce2a651b13563a1690d4c06cc655af6a8a36f7