Oct 16 04:11:13.617 INFO testing learnrust-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 04:11:13.617 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.147 INFO blam! f13726377df9fb0fd804605e26e503ab5f6a1f69b77d301d9fec91643fd75726 Oct 16 04:11:14.163 INFO running `"docker" "start" "-a" "f13726377df9fb0fd804605e26e503ab5f6a1f69b77d301d9fec91643fd75726"` Oct 16 04:11:15.431 INFO kablam! usermod: no changes Oct 16 04:11:15.467 INFO kablam! Compiling learnrust v0.1.0 (/source) Oct 16 04:11:16.311 INFO kablam! warning: unused import: `::lessons::Rectangle::Rectangle` Oct 16 04:11:16.311 INFO kablam! --> src/adder/mod.rs:1:5 Oct 16 04:11:16.311 INFO kablam! | Oct 16 04:11:16.311 INFO kablam! 1 | use ::lessons::Rectangle::Rectangle; Oct 16 04:11:16.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.311 INFO kablam! | Oct 16 04:11:16.311 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:11:16.311 INFO kablam! Oct 16 04:11:16.311 INFO kablam! warning: unused import: `::lessons::Guess::Guess` Oct 16 04:11:16.311 INFO kablam! --> src/adder/mod.rs:2:5 Oct 16 04:11:16.311 INFO kablam! | Oct 16 04:11:16.311 INFO kablam! 2 | use ::lessons::Guess::Guess; Oct 16 04:11:16.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.311 INFO kablam! Oct 16 04:11:16.311 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 04:11:16.311 INFO kablam! --> src/closures/learnIterator.rs:30:7 Oct 16 04:11:16.311 INFO kablam! | Oct 16 04:11:16.311 INFO kablam! 30 | if(self.count < 6){ Oct 16 04:11:16.311 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 04:11:16.311 INFO kablam! | Oct 16 04:11:16.311 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 04:11:16.311 INFO kablam! Oct 16 04:11:16.579 INFO kablam! warning: unused variable: `v_reference` Oct 16 04:11:16.579 INFO kablam! --> src/lessons/commonCollection.rs:25:9 Oct 16 04:11:16.579 INFO kablam! | Oct 16 04:11:16.579 INFO kablam! 25 | let v_reference = &v[v_index]; Oct 16 04:11:16.579 INFO kablam! | ^^^^^^^^^^^ help: consider using `_v_reference` instead Oct 16 04:11:16.579 INFO kablam! | Oct 16 04:11:16.579 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:11:16.579 INFO kablam! Oct 16 04:11:16.579 INFO kablam! warning: unused variable: `s2` Oct 16 04:11:16.579 INFO kablam! --> src/lessons/tryStringCollection.rs:24:7 Oct 16 04:11:16.579 INFO kablam! | Oct 16 04:11:16.579 INFO kablam! 24 | let s2 = String::from("tac"); Oct 16 04:11:16.579 INFO kablam! | ^^ help: consider using `_s2` instead Oct 16 04:11:16.579 INFO kablam! Oct 16 04:11:16.579 INFO kablam! warning: unused variable: `point2` Oct 16 04:11:16.579 INFO kablam! --> src/lessons/tryGenericTypes.rs:48:7 Oct 16 04:11:16.579 INFO kablam! | Oct 16 04:11:16.579 INFO kablam! 48 | let point2 = Point{x : 10.1, y: 20.2}; Oct 16 04:11:16.579 INFO kablam! | ^^^^^^ help: consider using `_point2` instead Oct 16 04:11:16.579 INFO kablam! Oct 16 04:11:16.579 INFO kablam! warning: unused variable: `point2_2` Oct 16 04:11:16.579 INFO kablam! --> src/lessons/tryGenericTypes.rs:53:7 Oct 16 04:11:16.579 INFO kablam! | Oct 16 04:11:16.580 INFO kablam! 53 | let point2_2 = Point2{x : 20, y : 20.1}; Oct 16 04:11:16.580 INFO kablam! | ^^^^^^^^ help: consider using `_point2_2` instead Oct 16 04:11:16.580 INFO kablam! Oct 16 04:11:16.580 INFO kablam! warning: unused variable: `intensity` Oct 16 04:11:16.580 INFO kablam! --> src/closures/learnClosure.rs:41:40 Oct 16 04:11:16.580 INFO kablam! | Oct 16 04:11:16.580 INFO kablam! 41 | pub fn simulated_expensive_calculation(intensity: u32){ Oct 16 04:11:16.580 INFO kablam! | ^^^^^^^^^ help: consider using `_intensity` instead Oct 16 04:11:16.580 INFO kablam! Oct 16 04:11:16.580 INFO kablam! warning: unused variable: `expensive_result2` Oct 16 04:11:16.580 INFO kablam! --> src/closures/learnClosure.rs:62:7 Oct 16 04:11:16.580 INFO kablam! | Oct 16 04:11:16.580 INFO kablam! 62 | let expensive_result2 = expensive_calculation(intensity); Oct 16 04:11:16.580 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_expensive_result2` instead Oct 16 04:11:16.580 INFO kablam! Oct 16 04:11:16.580 INFO kablam! warning: unused variable: `expensive_result3` Oct 16 04:11:16.580 INFO kablam! --> src/closures/learnClosure.rs:63:7 Oct 16 04:11:16.580 INFO kablam! | Oct 16 04:11:16.580 INFO kablam! 63 | let expensive_result3 = |num: u32| -> u32{ Oct 16 04:11:16.580 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_expensive_result3` instead Oct 16 04:11:16.580 INFO kablam! Oct 16 04:11:16.684 INFO kablam! warning: function is never used: `returns_summarizable` Oct 16 04:11:16.685 INFO kablam! --> src/lessons/tryGenericTypes.rs:132:1 Oct 16 04:11:16.685 INFO kablam! | Oct 16 04:11:16.685 INFO kablam! 132 | fn returns_summarizable() -> impl Summary { Oct 16 04:11:16.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.685 INFO kablam! | Oct 16 04:11:16.685 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:11:16.685 INFO kablam! Oct 16 04:11:16.685 INFO kablam! warning: field is never used: `value` Oct 16 04:11:16.685 INFO kablam! --> src/lessons/Guess.rs:2:3 Oct 16 04:11:16.685 INFO kablam! | Oct 16 04:11:16.685 INFO kablam! 2 | value:u32, Oct 16 04:11:16.685 INFO kablam! | ^^^^^^^^^ Oct 16 04:11:16.685 INFO kablam! Oct 16 04:11:16.685 INFO kablam! warning: module `commonCollection` should have a snake case name such as `common_collection` Oct 16 04:11:16.685 INFO kablam! --> src/lessons/mod.rs:1:1 Oct 16 04:11:16.685 INFO kablam! | Oct 16 04:11:16.685 INFO kablam! 1 | pub mod commonCollection; Oct 16 04:11:16.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.685 INFO kablam! | Oct 16 04:11:16.685 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 04:11:16.685 INFO kablam! Oct 16 04:11:16.685 INFO kablam! warning: function `tryCommonCollection` should have a snake case name such as `try_common_collection` Oct 16 04:11:16.685 INFO kablam! --> src/lessons/commonCollection.rs:8:1 Oct 16 04:11:16.685 INFO kablam! | Oct 16 04:11:16.686 INFO kablam! 8 | / pub fn tryCommonCollection(){ Oct 16 04:11:16.686 INFO kablam! 9 | | let v = vec![1,2,3]; Oct 16 04:11:16.686 INFO kablam! 10 | | println!("vector value : {:#?}", v); Oct 16 04:11:16.686 INFO kablam! 11 | | Oct 16 04:11:16.686 INFO kablam! ... | Oct 16 04:11:16.686 INFO kablam! 65 | | println!("row data : {:?}", row); Oct 16 04:11:16.686 INFO kablam! 66 | | } Oct 16 04:11:16.686 INFO kablam! | |_^ Oct 16 04:11:16.686 INFO kablam! Oct 16 04:11:16.686 INFO kablam! warning: module `tryStringCollection` should have a snake case name such as `try_string_collection` Oct 16 04:11:16.686 INFO kablam! --> src/lessons/mod.rs:3:1 Oct 16 04:11:16.686 INFO kablam! | Oct 16 04:11:16.686 INFO kablam! 3 | pub mod tryStringCollection; Oct 16 04:11:16.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.686 INFO kablam! Oct 16 04:11:16.686 INFO kablam! warning: function `tryUpdateString` should have a snake case name such as `try_update_string` Oct 16 04:11:16.686 INFO kablam! --> src/lessons/tryStringCollection.rs:1:1 Oct 16 04:11:16.686 INFO kablam! | Oct 16 04:11:16.686 INFO kablam! 1 | / pub fn tryUpdateString(){ Oct 16 04:11:16.686 INFO kablam! 2 | | println!("=============================="); Oct 16 04:11:16.686 INFO kablam! 3 | | Oct 16 04:11:16.686 INFO kablam! 4 | | let mut s = String::from("foo"); Oct 16 04:11:16.686 INFO kablam! ... | Oct 16 04:11:16.686 INFO kablam! 37 | | println!("=============================="); Oct 16 04:11:16.686 INFO kablam! 38 | | } Oct 16 04:11:16.686 INFO kablam! | |_^ Oct 16 04:11:16.686 INFO kablam! Oct 16 04:11:16.687 INFO kablam! warning: module `tryHashMapCollection` should have a snake case name such as `try_hash_map_collection` Oct 16 04:11:16.687 INFO kablam! --> src/lessons/mod.rs:5:1 Oct 16 04:11:16.687 INFO kablam! | Oct 16 04:11:16.687 INFO kablam! 5 | pub mod tryHashMapCollection; Oct 16 04:11:16.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.687 INFO kablam! Oct 16 04:11:16.687 INFO kablam! warning: function `tryHashMap` should have a snake case name such as `try_hash_map` Oct 16 04:11:16.687 INFO kablam! --> src/lessons/tryHashMapCollection.rs:3:1 Oct 16 04:11:16.687 INFO kablam! | Oct 16 04:11:16.687 INFO kablam! 3 | / pub fn tryHashMap(){ Oct 16 04:11:16.687 INFO kablam! 4 | | println!("========================"); Oct 16 04:11:16.687 INFO kablam! 5 | | Oct 16 04:11:16.687 INFO kablam! 6 | | let mut scores = HashMap::new(); Oct 16 04:11:16.687 INFO kablam! ... | Oct 16 04:11:16.687 INFO kablam! 52 | | println!("========================"); Oct 16 04:11:16.687 INFO kablam! 53 | | } Oct 16 04:11:16.687 INFO kablam! | |_^ Oct 16 04:11:16.687 INFO kablam! Oct 16 04:11:16.687 INFO kablam! warning: module `recoverableError` should have a snake case name such as `recoverable_error` Oct 16 04:11:16.687 INFO kablam! --> src/lessons/mod.rs:7:1 Oct 16 04:11:16.687 INFO kablam! | Oct 16 04:11:16.687 INFO kablam! 7 | pub mod recoverableError; Oct 16 04:11:16.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.687 INFO kablam! Oct 16 04:11:16.688 INFO kablam! warning: function `recoverableError` should have a snake case name such as `recoverable_error` Oct 16 04:11:16.688 INFO kablam! --> src/lessons/recoverableError.rs:27:1 Oct 16 04:11:16.688 INFO kablam! | Oct 16 04:11:16.688 INFO kablam! 27 | / pub fn recoverableError(){ Oct 16 04:11:16.688 INFO kablam! 28 | | let f = File::open("hello.txt"); Oct 16 04:11:16.688 INFO kablam! 29 | | let t = match f{ Oct 16 04:11:16.688 INFO kablam! 30 | | Ok(file) => file, Oct 16 04:11:16.688 INFO kablam! ... | Oct 16 04:11:16.688 INFO kablam! 54 | | println!("file value : {:?}", t); Oct 16 04:11:16.688 INFO kablam! 55 | | } Oct 16 04:11:16.688 INFO kablam! | |_^ Oct 16 04:11:16.688 INFO kablam! Oct 16 04:11:16.688 INFO kablam! warning: module `tryGenericTypes` should have a snake case name such as `try_generic_types` Oct 16 04:11:16.688 INFO kablam! --> src/lessons/mod.rs:9:1 Oct 16 04:11:16.688 INFO kablam! | Oct 16 04:11:16.688 INFO kablam! 9 | pub mod tryGenericTypes; Oct 16 04:11:16.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.688 INFO kablam! Oct 16 04:11:16.689 INFO kablam! warning: module `tryLifetime` should have a snake case name such as `try_lifetime` Oct 16 04:11:16.689 INFO kablam! --> src/lessons/mod.rs:11:1 Oct 16 04:11:16.689 INFO kablam! | Oct 16 04:11:16.689 INFO kablam! 11 | pub mod tryLifetime; Oct 16 04:11:16.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.689 INFO kablam! Oct 16 04:11:16.689 INFO kablam! warning: module `Rectangle` should have a snake case name such as `rectangle` Oct 16 04:11:16.689 INFO kablam! --> src/lessons/mod.rs:13:1 Oct 16 04:11:16.689 INFO kablam! | Oct 16 04:11:16.689 INFO kablam! 13 | pub mod Rectangle; Oct 16 04:11:16.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.689 INFO kablam! Oct 16 04:11:16.689 INFO kablam! warning: module `Guess` should have a snake case name such as `guess` Oct 16 04:11:16.690 INFO kablam! --> src/lessons/mod.rs:15:1 Oct 16 04:11:16.690 INFO kablam! | Oct 16 04:11:16.690 INFO kablam! 15 | pub mod Guess; Oct 16 04:11:16.690 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 04:11:16.690 INFO kablam! Oct 16 04:11:16.690 INFO kablam! warning: module `learnClosure` should have a snake case name such as `learn_closure` Oct 16 04:11:16.690 INFO kablam! --> src/closures/mod.rs:8:1 Oct 16 04:11:16.690 INFO kablam! | Oct 16 04:11:16.690 INFO kablam! 8 | pub mod learnClosure; Oct 16 04:11:16.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.690 INFO kablam! Oct 16 04:11:16.690 INFO kablam! warning: module `learnIterator` should have a snake case name such as `learn_iterator` Oct 16 04:11:16.690 INFO kablam! --> src/closures/mod.rs:9:1 Oct 16 04:11:16.690 INFO kablam! | Oct 16 04:11:16.690 INFO kablam! 9 | pub mod learnIterator; Oct 16 04:11:16.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:16.690 INFO kablam! Oct 16 04:11:16.690 INFO kablam! warning: function `learnIterator` should have a snake case name such as `learn_iterator` Oct 16 04:11:16.690 INFO kablam! --> src/closures/learnIterator.rs:41:1 Oct 16 04:11:16.690 INFO kablam! | Oct 16 04:11:16.690 INFO kablam! 41 | / pub fn learnIterator(){ Oct 16 04:11:16.690 INFO kablam! 42 | | let v1 = vec![1,2,3,4]; Oct 16 04:11:16.690 INFO kablam! 43 | | let v1_iter = v1.iter(); Oct 16 04:11:16.690 INFO kablam! 44 | | for item in v1_iter{ Oct 16 04:11:16.690 INFO kablam! ... | Oct 16 04:11:16.690 INFO kablam! 64 | | println!("============================"); Oct 16 04:11:16.691 INFO kablam! 65 | | } Oct 16 04:11:16.691 INFO kablam! | |_^ Oct 16 04:11:16.691 INFO kablam! Oct 16 04:11:19.383 INFO kablam! warning: field is never used: `email` Oct 16 04:11:19.383 INFO kablam! --> src/main.rs:19:5 Oct 16 04:11:19.383 INFO kablam! | Oct 16 04:11:19.383 INFO kablam! 19 | email: String, Oct 16 04:11:19.383 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 04:11:19.383 INFO kablam! | Oct 16 04:11:19.383 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:11:19.383 INFO kablam! Oct 16 04:11:19.383 INFO kablam! warning: field is never used: `sign_in_count` Oct 16 04:11:19.383 INFO kablam! --> src/main.rs:20:5 Oct 16 04:11:19.383 INFO kablam! | Oct 16 04:11:19.383 INFO kablam! 20 | sign_in_count: u64, Oct 16 04:11:19.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 04:11:19.383 INFO kablam! Oct 16 04:11:19.383 INFO kablam! warning: field is never used: `active` Oct 16 04:11:19.383 INFO kablam! --> src/main.rs:21:5 Oct 16 04:11:19.383 INFO kablam! | Oct 16 04:11:19.383 INFO kablam! 21 | active: bool Oct 16 04:11:19.383 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:11:19.383 INFO kablam! Oct 16 04:11:19.383 INFO kablam! warning: constant `point1` should have an upper case name such as `POINT1` Oct 16 04:11:19.383 INFO kablam! --> src/main.rs:100:5 Oct 16 04:11:19.383 INFO kablam! | Oct 16 04:11:19.383 INFO kablam! 100 | const point1 :Point = Point(0,0,0); Oct 16 04:11:19.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:19.383 INFO kablam! | Oct 16 04:11:19.383 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 04:11:19.383 INFO kablam! Oct 16 04:11:19.383 INFO kablam! warning: constant `color1` should have an upper case name such as `COLOR1` Oct 16 04:11:19.383 INFO kablam! --> src/main.rs:101:5 Oct 16 04:11:19.383 INFO kablam! | Oct 16 04:11:19.383 INFO kablam! 101 | const color1 :Color = Color( 0, 0, 10); Oct 16 04:11:19.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:19.383 INFO kablam! Oct 16 04:11:20.164 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.71s Oct 16 04:11:20.175 INFO kablam! su: No module specific data is present Oct 16 04:11:20.721 INFO running `"docker" "rm" "-f" "f13726377df9fb0fd804605e26e503ab5f6a1f69b77d301d9fec91643fd75726"` Oct 16 04:11:20.978 INFO blam! f13726377df9fb0fd804605e26e503ab5f6a1f69b77d301d9fec91643fd75726 Oct 16 04:11:20.982 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.379 INFO blam! 61d427540da30d1e9c70eae421eed392b90ac82e50a6266f7aa51898780d323e Oct 16 04:11:21.391 INFO running `"docker" "start" "-a" "61d427540da30d1e9c70eae421eed392b90ac82e50a6266f7aa51898780d323e"` Oct 16 04:11:22.483 INFO kablam! usermod: no changes Oct 16 04:11:22.571 INFO kablam! Compiling learnrust v0.1.0 (/source) Oct 16 04:11:23.451 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 04:11:23.451 INFO kablam! --> src/closures/learnIterator.rs:30:7 Oct 16 04:11:23.451 INFO kablam! | Oct 16 04:11:23.451 INFO kablam! 30 | if(self.count < 6){ Oct 16 04:11:23.451 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 04:11:23.451 INFO kablam! | Oct 16 04:11:23.451 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 04:11:23.451 INFO kablam! Oct 16 04:11:23.703 INFO kablam! warning: unused variable: `v_reference` Oct 16 04:11:23.703 INFO kablam! --> src/lessons/commonCollection.rs:25:9 Oct 16 04:11:23.703 INFO kablam! | Oct 16 04:11:23.703 INFO kablam! 25 | let v_reference = &v[v_index]; Oct 16 04:11:23.703 INFO kablam! | ^^^^^^^^^^^ help: consider using `_v_reference` instead Oct 16 04:11:23.703 INFO kablam! | Oct 16 04:11:23.703 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:11:23.703 INFO kablam! Oct 16 04:11:23.703 INFO kablam! warning: unused variable: `s2` Oct 16 04:11:23.703 INFO kablam! --> src/lessons/tryStringCollection.rs:24:7 Oct 16 04:11:23.703 INFO kablam! | Oct 16 04:11:23.703 INFO kablam! 24 | let s2 = String::from("tac"); Oct 16 04:11:23.703 INFO kablam! | ^^ help: consider using `_s2` instead Oct 16 04:11:23.703 INFO kablam! Oct 16 04:11:23.703 INFO kablam! warning: unused variable: `point2` Oct 16 04:11:23.703 INFO kablam! --> src/lessons/tryGenericTypes.rs:48:7 Oct 16 04:11:23.703 INFO kablam! | Oct 16 04:11:23.703 INFO kablam! 48 | let point2 = Point{x : 10.1, y: 20.2}; Oct 16 04:11:23.703 INFO kablam! | ^^^^^^ help: consider using `_point2` instead Oct 16 04:11:23.703 INFO kablam! Oct 16 04:11:23.703 INFO kablam! warning: unused variable: `point2_2` Oct 16 04:11:23.703 INFO kablam! --> src/lessons/tryGenericTypes.rs:53:7 Oct 16 04:11:23.703 INFO kablam! | Oct 16 04:11:23.703 INFO kablam! 53 | let point2_2 = Point2{x : 20, y : 20.1}; Oct 16 04:11:23.703 INFO kablam! | ^^^^^^^^ help: consider using `_point2_2` instead Oct 16 04:11:23.703 INFO kablam! Oct 16 04:11:23.703 INFO kablam! warning: unused variable: `intensity` Oct 16 04:11:23.703 INFO kablam! --> src/closures/learnClosure.rs:41:40 Oct 16 04:11:23.703 INFO kablam! | Oct 16 04:11:23.703 INFO kablam! 41 | pub fn simulated_expensive_calculation(intensity: u32){ Oct 16 04:11:23.703 INFO kablam! | ^^^^^^^^^ help: consider using `_intensity` instead Oct 16 04:11:23.703 INFO kablam! Oct 16 04:11:23.703 INFO kablam! warning: unused variable: `expensive_result2` Oct 16 04:11:23.703 INFO kablam! --> src/closures/learnClosure.rs:62:7 Oct 16 04:11:23.703 INFO kablam! | Oct 16 04:11:23.703 INFO kablam! 62 | let expensive_result2 = expensive_calculation(intensity); Oct 16 04:11:23.703 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_expensive_result2` instead Oct 16 04:11:23.703 INFO kablam! Oct 16 04:11:23.703 INFO kablam! warning: unused variable: `expensive_result3` Oct 16 04:11:23.703 INFO kablam! --> src/closures/learnClosure.rs:63:7 Oct 16 04:11:23.703 INFO kablam! | Oct 16 04:11:23.703 INFO kablam! 63 | let expensive_result3 = |num: u32| -> u32{ Oct 16 04:11:23.704 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_expensive_result3` instead Oct 16 04:11:23.704 INFO kablam! Oct 16 04:11:23.704 INFO kablam! warning: unused variable: `guess` Oct 16 04:11:23.704 INFO kablam! --> src/adder/mod.rs:45:7 Oct 16 04:11:23.704 INFO kablam! | Oct 16 04:11:23.704 INFO kablam! 45 | let guess = Guess::new(0); Oct 16 04:11:23.704 INFO kablam! | ^^^^^ help: consider using `_guess` instead Oct 16 04:11:23.704 INFO kablam! Oct 16 04:11:23.704 INFO kablam! warning: unused variable: `y` Oct 16 04:11:23.704 INFO kablam! --> src/adder/mod.rs:74:7 Oct 16 04:11:23.704 INFO kablam! | Oct 16 04:11:23.704 INFO kablam! 74 | let y = 10; Oct 16 04:11:23.704 INFO kablam! | ^ help: consider using `_y` instead Oct 16 04:11:23.704 INFO kablam! Oct 16 04:11:23.794 INFO kablam! warning: function is never used: `returns_summarizable` Oct 16 04:11:23.794 INFO kablam! --> src/lessons/tryGenericTypes.rs:132:1 Oct 16 04:11:23.794 INFO kablam! | Oct 16 04:11:23.794 INFO kablam! 132 | fn returns_summarizable() -> impl Summary { Oct 16 04:11:23.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:23.794 INFO kablam! | Oct 16 04:11:23.794 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:11:23.794 INFO kablam! Oct 16 04:11:23.794 INFO kablam! warning: field is never used: `value` Oct 16 04:11:23.794 INFO kablam! --> src/lessons/Guess.rs:2:3 Oct 16 04:11:23.794 INFO kablam! | Oct 16 04:11:23.794 INFO kablam! 2 | value:u32, Oct 16 04:11:23.794 INFO kablam! | ^^^^^^^^^ Oct 16 04:11:23.794 INFO kablam! Oct 16 04:11:23.794 INFO kablam! warning: module `commonCollection` should have a snake case name such as `common_collection` Oct 16 04:11:23.794 INFO kablam! --> src/lessons/mod.rs:1:1 Oct 16 04:11:23.794 INFO kablam! | Oct 16 04:11:23.794 INFO kablam! 1 | pub mod commonCollection; Oct 16 04:11:23.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:23.794 INFO kablam! | Oct 16 04:11:23.794 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 04:11:23.794 INFO kablam! Oct 16 04:11:23.794 INFO kablam! warning: function `tryCommonCollection` should have a snake case name such as `try_common_collection` Oct 16 04:11:23.794 INFO kablam! --> src/lessons/commonCollection.rs:8:1 Oct 16 04:11:23.794 INFO kablam! | Oct 16 04:11:23.794 INFO kablam! 8 | / pub fn tryCommonCollection(){ Oct 16 04:11:23.794 INFO kablam! 9 | | let v = vec![1,2,3]; Oct 16 04:11:23.794 INFO kablam! 10 | | println!("vector value : {:#?}", v); Oct 16 04:11:23.794 INFO kablam! 11 | | Oct 16 04:11:23.794 INFO kablam! ... | Oct 16 04:11:23.794 INFO kablam! 65 | | println!("row data : {:?}", row); Oct 16 04:11:23.794 INFO kablam! 66 | | } Oct 16 04:11:23.794 INFO kablam! | |_^ Oct 16 04:11:23.794 INFO kablam! Oct 16 04:11:23.794 INFO kablam! warning: module `tryStringCollection` should have a snake case name such as `try_string_collection` Oct 16 04:11:23.794 INFO kablam! --> src/lessons/mod.rs:3:1 Oct 16 04:11:23.794 INFO kablam! | Oct 16 04:11:23.794 INFO kablam! 3 | pub mod tryStringCollection; Oct 16 04:11:23.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:23.794 INFO kablam! Oct 16 04:11:23.794 INFO kablam! warning: function `tryUpdateString` should have a snake case name such as `try_update_string` Oct 16 04:11:23.795 INFO kablam! --> src/lessons/tryStringCollection.rs:1:1 Oct 16 04:11:23.795 INFO kablam! | Oct 16 04:11:23.795 INFO kablam! 1 | / pub fn tryUpdateString(){ Oct 16 04:11:23.795 INFO kablam! 2 | | println!("=============================="); Oct 16 04:11:23.795 INFO kablam! 3 | | Oct 16 04:11:23.795 INFO kablam! 4 | | let mut s = String::from("foo"); Oct 16 04:11:23.795 INFO kablam! ... | Oct 16 04:11:23.795 INFO kablam! 37 | | println!("=============================="); Oct 16 04:11:23.795 INFO kablam! 38 | | } Oct 16 04:11:23.795 INFO kablam! | |_^ Oct 16 04:11:23.795 INFO kablam! Oct 16 04:11:23.795 INFO kablam! warning: module `tryHashMapCollection` should have a snake case name such as `try_hash_map_collection` Oct 16 04:11:23.795 INFO kablam! --> src/lessons/mod.rs:5:1 Oct 16 04:11:23.795 INFO kablam! | Oct 16 04:11:23.795 INFO kablam! 5 | pub mod tryHashMapCollection; Oct 16 04:11:23.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:23.795 INFO kablam! Oct 16 04:11:23.795 INFO kablam! warning: function `tryHashMap` should have a snake case name such as `try_hash_map` Oct 16 04:11:23.795 INFO kablam! --> src/lessons/tryHashMapCollection.rs:3:1 Oct 16 04:11:23.795 INFO kablam! | Oct 16 04:11:23.795 INFO kablam! 3 | / pub fn tryHashMap(){ Oct 16 04:11:23.795 INFO kablam! 4 | | println!("========================"); Oct 16 04:11:23.795 INFO kablam! 5 | | Oct 16 04:11:23.795 INFO kablam! 6 | | let mut scores = HashMap::new(); Oct 16 04:11:23.795 INFO kablam! ... | Oct 16 04:11:23.795 INFO kablam! 52 | | println!("========================"); Oct 16 04:11:23.795 INFO kablam! 53 | | } Oct 16 04:11:23.795 INFO kablam! | |_^ Oct 16 04:11:23.795 INFO kablam! Oct 16 04:11:23.795 INFO kablam! warning: module `recoverableError` should have a snake case name such as `recoverable_error` Oct 16 04:11:23.795 INFO kablam! --> src/lessons/mod.rs:7:1 Oct 16 04:11:23.795 INFO kablam! | Oct 16 04:11:23.795 INFO kablam! 7 | pub mod recoverableError; Oct 16 04:11:23.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:23.795 INFO kablam! Oct 16 04:11:23.795 INFO kablam! warning: function `recoverableError` should have a snake case name such as `recoverable_error` Oct 16 04:11:23.795 INFO kablam! --> src/lessons/recoverableError.rs:27:1 Oct 16 04:11:23.795 INFO kablam! | Oct 16 04:11:23.795 INFO kablam! 27 | / pub fn recoverableError(){ Oct 16 04:11:23.795 INFO kablam! 28 | | let f = File::open("hello.txt"); Oct 16 04:11:23.795 INFO kablam! 29 | | let t = match f{ Oct 16 04:11:23.795 INFO kablam! 30 | | Ok(file) => file, Oct 16 04:11:23.795 INFO kablam! ... | Oct 16 04:11:23.795 INFO kablam! 54 | | println!("file value : {:?}", t); Oct 16 04:11:23.795 INFO kablam! 55 | | } Oct 16 04:11:23.795 INFO kablam! | |_^ Oct 16 04:11:23.795 INFO kablam! Oct 16 04:11:23.796 INFO kablam! warning: module `tryGenericTypes` should have a snake case name such as `try_generic_types` Oct 16 04:11:23.796 INFO kablam! --> src/lessons/mod.rs:9:1 Oct 16 04:11:23.796 INFO kablam! | Oct 16 04:11:23.796 INFO kablam! 9 | pub mod tryGenericTypes; Oct 16 04:11:23.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:23.796 INFO kablam! Oct 16 04:11:23.796 INFO kablam! warning: module `tryLifetime` should have a snake case name such as `try_lifetime` Oct 16 04:11:23.796 INFO kablam! --> src/lessons/mod.rs:11:1 Oct 16 04:11:23.796 INFO kablam! | Oct 16 04:11:23.796 INFO kablam! 11 | pub mod tryLifetime; Oct 16 04:11:23.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:23.796 INFO kablam! Oct 16 04:11:23.796 INFO kablam! warning: module `Rectangle` should have a snake case name such as `rectangle` Oct 16 04:11:23.796 INFO kablam! --> src/lessons/mod.rs:13:1 Oct 16 04:11:23.796 INFO kablam! | Oct 16 04:11:23.796 INFO kablam! 13 | pub mod Rectangle; Oct 16 04:11:23.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 04:11:23.796 INFO kablam! Oct 16 04:11:23.799 INFO kablam! warning: module `Guess` should have a snake case name such as `guess` Oct 16 04:11:23.799 INFO kablam! --> src/lessons/mod.rs:15:1 Oct 16 04:11:23.799 INFO kablam! | Oct 16 04:11:23.799 INFO kablam! 15 | pub mod Guess; Oct 16 04:11:23.799 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 04:11:23.799 INFO kablam! Oct 16 04:11:23.803 INFO kablam! warning: module `learnClosure` should have a snake case name such as `learn_closure` Oct 16 04:11:23.803 INFO kablam! --> src/closures/mod.rs:8:1 Oct 16 04:11:23.803 INFO kablam! | Oct 16 04:11:23.803 INFO kablam! 8 | pub mod learnClosure; Oct 16 04:11:23.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:23.803 INFO kablam! Oct 16 04:11:23.803 INFO kablam! warning: module `learnIterator` should have a snake case name such as `learn_iterator` Oct 16 04:11:23.803 INFO kablam! --> src/closures/mod.rs:9:1 Oct 16 04:11:23.803 INFO kablam! | Oct 16 04:11:23.803 INFO kablam! 9 | pub mod learnIterator; Oct 16 04:11:23.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:23.803 INFO kablam! Oct 16 04:11:23.803 INFO kablam! warning: function `learnIterator` should have a snake case name such as `learn_iterator` Oct 16 04:11:23.803 INFO kablam! --> src/closures/learnIterator.rs:41:1 Oct 16 04:11:23.803 INFO kablam! | Oct 16 04:11:23.803 INFO kablam! 41 | / pub fn learnIterator(){ Oct 16 04:11:23.803 INFO kablam! 42 | | let v1 = vec![1,2,3,4]; Oct 16 04:11:23.803 INFO kablam! 43 | | let v1_iter = v1.iter(); Oct 16 04:11:23.803 INFO kablam! 44 | | for item in v1_iter{ Oct 16 04:11:23.803 INFO kablam! ... | Oct 16 04:11:23.803 INFO kablam! 64 | | println!("============================"); Oct 16 04:11:23.803 INFO kablam! 65 | | } Oct 16 04:11:23.803 INFO kablam! | |_^ Oct 16 04:11:23.803 INFO kablam! Oct 16 04:11:24.359 INFO kablam! warning: field is never used: `email` Oct 16 04:11:24.359 INFO kablam! --> src/main.rs:19:5 Oct 16 04:11:24.359 INFO kablam! | Oct 16 04:11:24.359 INFO kablam! 19 | email: String, Oct 16 04:11:24.359 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 04:11:24.359 INFO kablam! | Oct 16 04:11:24.360 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:11:24.360 INFO kablam! Oct 16 04:11:24.360 INFO kablam! warning: field is never used: `sign_in_count` Oct 16 04:11:24.360 INFO kablam! --> src/main.rs:20:5 Oct 16 04:11:24.360 INFO kablam! | Oct 16 04:11:24.360 INFO kablam! 20 | sign_in_count: u64, Oct 16 04:11:24.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 04:11:24.360 INFO kablam! Oct 16 04:11:24.360 INFO kablam! warning: field is never used: `active` Oct 16 04:11:24.360 INFO kablam! --> src/main.rs:21:5 Oct 16 04:11:24.360 INFO kablam! | Oct 16 04:11:24.360 INFO kablam! 21 | active: bool Oct 16 04:11:24.360 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:11:24.360 INFO kablam! Oct 16 04:11:24.360 INFO kablam! warning: constant `point1` should have an upper case name such as `POINT1` Oct 16 04:11:24.360 INFO kablam! --> src/main.rs:100:5 Oct 16 04:11:24.360 INFO kablam! | Oct 16 04:11:24.360 INFO kablam! 100 | const point1 :Point = Point(0,0,0); Oct 16 04:11:24.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:24.360 INFO kablam! | Oct 16 04:11:24.360 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 04:11:24.360 INFO kablam! Oct 16 04:11:24.360 INFO kablam! warning: constant `color1` should have an upper case name such as `COLOR1` Oct 16 04:11:24.360 INFO kablam! --> src/main.rs:101:5 Oct 16 04:11:24.360 INFO kablam! | Oct 16 04:11:24.360 INFO kablam! 101 | const color1 :Color = Color( 0, 0, 10); Oct 16 04:11:24.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:11:24.360 INFO kablam! Oct 16 04:11:25.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.65s Oct 16 04:11:25.168 INFO kablam! su: No module specific data is present Oct 16 04:11:25.977 INFO running `"docker" "rm" "-f" "61d427540da30d1e9c70eae421eed392b90ac82e50a6266f7aa51898780d323e"` Oct 16 04:11:26.078 INFO blam! 61d427540da30d1e9c70eae421eed392b90ac82e50a6266f7aa51898780d323e Oct 16 04:11:26.081 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.415 INFO blam! c6ae616176857e40d04a53cd420d7fc5885188fc27855fe7aaea97d2a0c38b7e Oct 16 04:11:26.423 INFO running `"docker" "start" "-a" "c6ae616176857e40d04a53cd420d7fc5885188fc27855fe7aaea97d2a0c38b7e"` Oct 16 04:11:26.881 INFO kablam! usermod: no changes Oct 16 04:11:26.917 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 04:11:26.918 INFO kablam! Running /target/debug/deps/learnrust-fbfa3c1584ad9da2 Oct 16 04:11:26.920 INFO blam! Oct 16 04:11:26.920 INFO blam! running 9 tests Oct 16 04:11:26.920 INFO blam! test adder::another ... ignored Oct 16 04:11:26.920 INFO blam! test adder::it_works_using_result ... ignored Oct 16 04:11:26.920 INFO blam! test adder::test_greeting_name ... ignored Oct 16 04:11:26.920 INFO blam! test adder::test_guess_game ... ignored Oct 16 04:11:26.923 INFO blam! test adder::add_two_test ... ok Oct 16 04:11:26.931 INFO kablam! Running /target/debug/deps/learnrust-3902b701155a51db Oct 16 04:11:26.931 INFO blam! test adder::exploration ... ok Oct 16 04:11:26.931 INFO blam! test adder::larger_can_hold_smaller ... ok Oct 16 04:11:26.931 INFO blam! test adder::smaller_can_not_hold_larger ... ok Oct 16 04:11:26.931 INFO blam! test adder::test_closure ... ok Oct 16 04:11:26.931 INFO blam! Oct 16 04:11:26.931 INFO blam! test result: ok. 5 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out Oct 16 04:11:26.931 INFO blam! Oct 16 04:11:26.932 INFO blam! Oct 16 04:11:26.932 INFO blam! running 0 tests Oct 16 04:11:26.932 INFO blam! Oct 16 04:11:26.932 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:11:26.932 INFO blam! Oct 16 04:11:26.935 INFO kablam! Running /target/debug/deps/integration_test-da73db7c07ffede2 Oct 16 04:11:26.937 INFO blam! Oct 16 04:11:26.937 INFO blam! running 1 test Oct 16 04:11:26.938 INFO blam! test integration_it_adds_two ... ok Oct 16 04:11:26.938 INFO kablam! Doc-tests learnrust Oct 16 04:11:26.938 INFO blam! Oct 16 04:11:26.938 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:11:26.938 INFO blam! Oct 16 04:11:27.871 INFO blam! Oct 16 04:11:27.871 INFO blam! running 1 test Oct 16 04:11:28.947 INFO blam! test src/closures/learnClosure.rs - closures::learnClosure::simulated_expensive_calculation (line 36) ... FAILED Oct 16 04:11:28.947 INFO blam! Oct 16 04:11:28.947 INFO blam! failures: Oct 16 04:11:28.947 INFO blam! Oct 16 04:11:28.947 INFO blam! ---- src/closures/learnClosure.rs - closures::learnClosure::simulated_expensive_calculation (line 36) stdout ---- Oct 16 04:11:28.947 INFO blam! error[E0433]: failed to resolve. Use of undeclared type or module `my_crate` Oct 16 04:11:28.947 INFO blam! --> src/closures/learnClosure.rs:39:15 Oct 16 04:11:28.947 INFO blam! | Oct 16 04:11:28.947 INFO blam! 5 | assert_eq!(6, my_crate::add_one(5)); Oct 16 04:11:28.947 INFO blam! | ^^^^^^^^ Use of undeclared type or module `my_crate` Oct 16 04:11:28.947 INFO blam! Oct 16 04:11:28.947 INFO blam! thread 'src/closures/learnClosure.rs - closures::learnClosure::simulated_expensive_calculation (line 36)' panicked at 'couldn't compile the test', librustdoc/test.rs:332:13 Oct 16 04:11:28.947 INFO blam! stack backtrace: Oct 16 04:11:28.947 INFO blam! 0: 0x7fe2ac3bfcde - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 16 04:11:28.947 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 16 04:11:28.947 INFO blam! 1: 0x7fe2ac3a4d16 - std::sys_common::backtrace::print::hce31971a380b167f Oct 16 04:11:28.947 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 16 04:11:28.947 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 16 04:11:28.947 INFO blam! 2: 0x7fe2ac3caddd - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 16 04:11:28.947 INFO blam! at libstd/panicking.rs:211 Oct 16 04:11:28.947 INFO blam! 3: 0x7fe2ac3caaeb - std::panicking::default_hook::hb1838a6568eb05e3 Oct 16 04:11:28.947 INFO blam! at libstd/panicking.rs:221 Oct 16 04:11:28.947 INFO blam! 4: 0x7fe2ae64752e - rustc::util::common::panic_hook::hedd6c3f049ede49c Oct 16 04:11:28.947 INFO blam! 5: 0x7fe2ac3cb5a3 - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 16 04:11:28.948 INFO blam! at libstd/panicking.rs:480 Oct 16 04:11:28.948 INFO blam! 6: 0x55bba6846946 - std::panicking::begin_panic::h002319d180170cab Oct 16 04:11:28.948 INFO blam! at libstd/panicking.rs:410 Oct 16 04:11:28.948 INFO blam! 7: 0x55bba69c9cfb - rustdoc::test::run_test::h51dc9b2c4a315347 Oct 16 04:11:28.948 INFO blam! at librustdoc/test.rs:332 Oct 16 04:11:28.948 INFO blam! 8: 0x55bba6989d17 - >::set::h15d3cbe9fd765f68 Oct 16 04:11:28.948 INFO blam! at librustdoc/test.rs:564 Oct 16 04:11:28.948 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 16 04:11:28.948 INFO blam! at libsyntax/lib.rs:106 Oct 16 04:11:28.948 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 16 04:11:28.948 INFO blam! 9: 0x55bba67a284f - syntax::with_globals::h2da9558870ba9fc8 Oct 16 04:11:28.948 INFO blam! at libsyntax/lib.rs:105 Oct 16 04:11:28.948 INFO blam! 10: 0x55bba6846dda - std::panicking::try::do_call::he2f75333d604f333 Oct 16 04:11:28.948 INFO blam! at librustdoc/test.rs:561 Oct 16 04:11:28.948 INFO blam! at libstd/panic.rs:313 Oct 16 04:11:28.948 INFO blam! at libstd/panicking.rs:310 Oct 16 04:11:28.948 INFO blam! 11: 0x7fe2ac3d8f29 - __rust_maybe_catch_panic Oct 16 04:11:28.948 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:11:28.948 INFO blam! 12: 0x55bba689b983 - rustc_driver::in_named_rustc_thread::h5541da8cdf654cd3 Oct 16 04:11:28.948 INFO blam! at libstd/panicking.rs:289 Oct 16 04:11:28.948 INFO blam! at libstd/panic.rs:392 Oct 16 04:11:28.948 INFO blam! at librustc_driver/lib.rs:1575 Oct 16 04:11:28.948 INFO blam! 13: 0x55bba699f9fc - >::call_box::hfb65f4c274be4d0e Oct 16 04:11:28.948 INFO blam! at librustdoc/test.rs:561 Oct 16 04:11:28.948 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:11:28.948 INFO blam! 14: 0x7fe2ada2dc52 - >::call_box::he91819c8a530d737 Oct 16 04:11:28.948 INFO blam! at libtest/lib.rs:1461 Oct 16 04:11:28.948 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:11:28.948 INFO blam! 15: 0x7fe2ac3d8f29 - __rust_maybe_catch_panic Oct 16 04:11:28.948 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:11:28.948 INFO blam! 16: 0x7fe2ada54b3d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 16 04:11:28.948 INFO blam! at libstd/panicking.rs:289 Oct 16 04:11:28.948 INFO blam! at libstd/panic.rs:392 Oct 16 04:11:28.948 INFO blam! at libtest/lib.rs:1423 Oct 16 04:11:28.948 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 16 04:11:28.948 INFO blam! 17: 0x7fe2ada55a44 - std::panicking::try::do_call::h2c632c17829d0621 Oct 16 04:11:28.948 INFO blam! at libstd/thread/mod.rs:409 Oct 16 04:11:28.948 INFO blam! at libstd/panic.rs:313 Oct 16 04:11:28.948 INFO blam! at libstd/panicking.rs:310 Oct 16 04:11:28.948 INFO blam! 18: 0x7fe2ac3d8f29 - __rust_maybe_catch_panic Oct 16 04:11:28.948 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 04:11:28.948 INFO blam! 19: 0x7fe2ada3e5a6 - >::call_box::h1a0832645645f090 Oct 16 04:11:28.948 INFO blam! at libstd/panicking.rs:289 Oct 16 04:11:28.948 INFO blam! at libstd/panic.rs:392 Oct 16 04:11:28.948 INFO blam! at libstd/thread/mod.rs:408 Oct 16 04:11:28.948 INFO blam! at liballoc/boxed.rs:672 Oct 16 04:11:28.948 INFO blam! 20: 0x7fe2ac3c6b0a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 16 04:11:28.948 INFO blam! at liballoc/boxed.rs:682 Oct 16 04:11:28.948 INFO blam! at libstd/sys_common/thread.rs:24 Oct 16 04:11:28.948 INFO blam! 21: 0x7fe2ac39bbe5 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 16 04:11:28.948 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 16 04:11:28.948 INFO blam! 22: 0x7fe2abf266b9 - start_thread Oct 16 04:11:28.948 INFO blam! 23: 0x7fe2aba4641c - clone Oct 16 04:11:28.948 INFO blam! 24: 0x0 - Oct 16 04:11:28.948 INFO blam! query stack during panic: Oct 16 04:11:28.948 INFO blam! end of query stack Oct 16 04:11:28.948 INFO blam! Oct 16 04:11:28.948 INFO blam! Oct 16 04:11:28.948 INFO blam! failures: Oct 16 04:11:28.948 INFO blam! src/closures/learnClosure.rs - closures::learnClosure::simulated_expensive_calculation (line 36) Oct 16 04:11:28.948 INFO blam! Oct 16 04:11:28.948 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:11:28.948 INFO blam! Oct 16 04:11:28.956 INFO kablam! error: test failed, to rerun pass '--doc' Oct 16 04:11:28.963 INFO kablam! su: No module specific data is present Oct 16 04:11:29.492 INFO running `"docker" "rm" "-f" "c6ae616176857e40d04a53cd420d7fc5885188fc27855fe7aaea97d2a0c38b7e"` Oct 16 04:11:29.661 INFO blam! c6ae616176857e40d04a53cd420d7fc5885188fc27855fe7aaea97d2a0c38b7e