Oct 15 03:56:23.801 INFO testing anztrax/learnrust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:56:23.801 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 03:56:24.244 INFO blam! aa890244fe5202583662e12d7bdb567698d49f1ce7a026fdae364ad3de5e43b7 Oct 15 03:56:24.246 INFO running `"docker" "start" "-a" "aa890244fe5202583662e12d7bdb567698d49f1ce7a026fdae364ad3de5e43b7"` Oct 15 03:56:25.211 INFO kablam! usermod: no changes Oct 15 03:56:25.287 INFO kablam! Compiling learnrust v0.1.0 (/source) Oct 15 03:56:25.679 INFO kablam! warning: unused import: `::lessons::Rectangle::Rectangle` Oct 15 03:56:25.679 INFO kablam! --> src/adder/mod.rs:1:5 Oct 15 03:56:25.679 INFO kablam! | Oct 15 03:56:25.679 INFO kablam! 1 | use ::lessons::Rectangle::Rectangle; Oct 15 03:56:25.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:25.679 INFO kablam! | Oct 15 03:56:25.679 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:56:25.679 INFO kablam! Oct 15 03:56:25.679 INFO kablam! warning: unused import: `::lessons::Guess::Guess` Oct 15 03:56:25.679 INFO kablam! --> src/adder/mod.rs:2:5 Oct 15 03:56:25.679 INFO kablam! | Oct 15 03:56:25.679 INFO kablam! 2 | use ::lessons::Guess::Guess; Oct 15 03:56:25.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:25.679 INFO kablam! Oct 15 03:56:25.683 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 03:56:25.683 INFO kablam! --> src/closures/learnIterator.rs:30:7 Oct 15 03:56:25.683 INFO kablam! | Oct 15 03:56:25.683 INFO kablam! 30 | if(self.count < 6){ Oct 15 03:56:25.683 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 03:56:25.683 INFO kablam! | Oct 15 03:56:25.694 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 03:56:25.694 INFO kablam! Oct 15 03:56:25.950 INFO kablam! warning: unused variable: `v_reference` Oct 15 03:56:25.951 INFO kablam! --> src/lessons/commonCollection.rs:25:9 Oct 15 03:56:25.951 INFO kablam! | Oct 15 03:56:25.951 INFO kablam! 25 | let v_reference = &v[v_index]; Oct 15 03:56:25.951 INFO kablam! | ^^^^^^^^^^^ help: consider using `_v_reference` instead Oct 15 03:56:25.951 INFO kablam! | Oct 15 03:56:25.951 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:56:25.951 INFO kablam! Oct 15 03:56:25.951 INFO kablam! warning: unused variable: `s2` Oct 15 03:56:25.951 INFO kablam! --> src/lessons/tryStringCollection.rs:24:7 Oct 15 03:56:25.951 INFO kablam! | Oct 15 03:56:25.951 INFO kablam! 24 | let s2 = String::from("tac"); Oct 15 03:56:25.951 INFO kablam! | ^^ help: consider using `_s2` instead Oct 15 03:56:25.951 INFO kablam! Oct 15 03:56:25.951 INFO kablam! warning: unused variable: `point2` Oct 15 03:56:25.951 INFO kablam! --> src/lessons/tryGenericTypes.rs:48:7 Oct 15 03:56:25.951 INFO kablam! | Oct 15 03:56:25.951 INFO kablam! 48 | let point2 = Point{x : 10.1, y: 20.2}; Oct 15 03:56:25.951 INFO kablam! | ^^^^^^ help: consider using `_point2` instead Oct 15 03:56:25.951 INFO kablam! Oct 15 03:56:25.951 INFO kablam! warning: unused variable: `point2_2` Oct 15 03:56:25.951 INFO kablam! --> src/lessons/tryGenericTypes.rs:53:7 Oct 15 03:56:25.951 INFO kablam! | Oct 15 03:56:25.951 INFO kablam! 53 | let point2_2 = Point2{x : 20, y : 20.1}; Oct 15 03:56:25.951 INFO kablam! | ^^^^^^^^ help: consider using `_point2_2` instead Oct 15 03:56:25.951 INFO kablam! Oct 15 03:56:25.952 INFO kablam! warning: unused variable: `intensity` Oct 15 03:56:25.952 INFO kablam! --> src/closures/learnClosure.rs:41:40 Oct 15 03:56:25.952 INFO kablam! | Oct 15 03:56:25.952 INFO kablam! 41 | pub fn simulated_expensive_calculation(intensity: u32){ Oct 15 03:56:25.952 INFO kablam! | ^^^^^^^^^ help: consider using `_intensity` instead Oct 15 03:56:25.952 INFO kablam! Oct 15 03:56:25.952 INFO kablam! warning: unused variable: `expensive_result2` Oct 15 03:56:25.952 INFO kablam! --> src/closures/learnClosure.rs:62:7 Oct 15 03:56:25.952 INFO kablam! | Oct 15 03:56:25.952 INFO kablam! 62 | let expensive_result2 = expensive_calculation(intensity); Oct 15 03:56:25.952 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_expensive_result2` instead Oct 15 03:56:25.952 INFO kablam! Oct 15 03:56:25.952 INFO kablam! warning: unused variable: `expensive_result3` Oct 15 03:56:25.952 INFO kablam! --> src/closures/learnClosure.rs:63:7 Oct 15 03:56:25.952 INFO kablam! | Oct 15 03:56:25.952 INFO kablam! 63 | let expensive_result3 = |num: u32| -> u32{ Oct 15 03:56:25.952 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_expensive_result3` instead Oct 15 03:56:25.952 INFO kablam! Oct 15 03:56:26.039 INFO kablam! warning: function is never used: `returns_summarizable` Oct 15 03:56:26.039 INFO kablam! --> src/lessons/tryGenericTypes.rs:132:1 Oct 15 03:56:26.039 INFO kablam! | Oct 15 03:56:26.039 INFO kablam! 132 | fn returns_summarizable() -> impl Summary { Oct 15 03:56:26.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:26.039 INFO kablam! | Oct 15 03:56:26.039 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:56:26.039 INFO kablam! Oct 15 03:56:26.039 INFO kablam! warning: field is never used: `value` Oct 15 03:56:26.039 INFO kablam! --> src/lessons/Guess.rs:2:3 Oct 15 03:56:26.039 INFO kablam! | Oct 15 03:56:26.039 INFO kablam! 2 | value:u32, Oct 15 03:56:26.039 INFO kablam! | ^^^^^^^^^ Oct 15 03:56:26.039 INFO kablam! Oct 15 03:56:26.040 INFO kablam! warning: module `commonCollection` should have a snake case name such as `common_collection` Oct 15 03:56:26.040 INFO kablam! --> src/lessons/mod.rs:1:1 Oct 15 03:56:26.040 INFO kablam! | Oct 15 03:56:26.040 INFO kablam! 1 | pub mod commonCollection; Oct 15 03:56:26.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:26.040 INFO kablam! | Oct 15 03:56:26.040 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 03:56:26.040 INFO kablam! Oct 15 03:56:26.040 INFO kablam! warning: function `tryCommonCollection` should have a snake case name such as `try_common_collection` Oct 15 03:56:26.040 INFO kablam! --> src/lessons/commonCollection.rs:8:1 Oct 15 03:56:26.040 INFO kablam! | Oct 15 03:56:26.040 INFO kablam! 8 | / pub fn tryCommonCollection(){ Oct 15 03:56:26.040 INFO kablam! 9 | | let v = vec![1,2,3]; Oct 15 03:56:26.040 INFO kablam! 10 | | println!("vector value : {:#?}", v); Oct 15 03:56:26.040 INFO kablam! 11 | | Oct 15 03:56:26.040 INFO kablam! ... | Oct 15 03:56:26.040 INFO kablam! 65 | | println!("row data : {:?}", row); Oct 15 03:56:26.041 INFO kablam! 66 | | } Oct 15 03:56:26.041 INFO kablam! | |_^ Oct 15 03:56:26.041 INFO kablam! Oct 15 03:56:26.041 INFO kablam! warning: module `tryStringCollection` should have a snake case name such as `try_string_collection` Oct 15 03:56:26.041 INFO kablam! --> src/lessons/mod.rs:3:1 Oct 15 03:56:26.041 INFO kablam! | Oct 15 03:56:26.041 INFO kablam! 3 | pub mod tryStringCollection; Oct 15 03:56:26.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:26.041 INFO kablam! Oct 15 03:56:26.041 INFO kablam! warning: function `tryUpdateString` should have a snake case name such as `try_update_string` Oct 15 03:56:26.041 INFO kablam! --> src/lessons/tryStringCollection.rs:1:1 Oct 15 03:56:26.041 INFO kablam! | Oct 15 03:56:26.041 INFO kablam! 1 | / pub fn tryUpdateString(){ Oct 15 03:56:26.041 INFO kablam! 2 | | println!("=============================="); Oct 15 03:56:26.041 INFO kablam! 3 | | Oct 15 03:56:26.041 INFO kablam! 4 | | let mut s = String::from("foo"); Oct 15 03:56:26.041 INFO kablam! ... | Oct 15 03:56:26.041 INFO kablam! 37 | | println!("=============================="); Oct 15 03:56:26.041 INFO kablam! 38 | | } Oct 15 03:56:26.041 INFO kablam! | |_^ Oct 15 03:56:26.042 INFO kablam! Oct 15 03:56:26.042 INFO kablam! warning: module `tryHashMapCollection` should have a snake case name such as `try_hash_map_collection` Oct 15 03:56:26.042 INFO kablam! --> src/lessons/mod.rs:5:1 Oct 15 03:56:26.042 INFO kablam! | Oct 15 03:56:26.042 INFO kablam! 5 | pub mod tryHashMapCollection; Oct 15 03:56:26.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:26.042 INFO kablam! Oct 15 03:56:26.042 INFO kablam! warning: function `tryHashMap` should have a snake case name such as `try_hash_map` Oct 15 03:56:26.042 INFO kablam! --> src/lessons/tryHashMapCollection.rs:3:1 Oct 15 03:56:26.042 INFO kablam! | Oct 15 03:56:26.042 INFO kablam! 3 | / pub fn tryHashMap(){ Oct 15 03:56:26.042 INFO kablam! 4 | | println!("========================"); Oct 15 03:56:26.042 INFO kablam! 5 | | Oct 15 03:56:26.042 INFO kablam! 6 | | let mut scores = HashMap::new(); Oct 15 03:56:26.042 INFO kablam! ... | Oct 15 03:56:26.042 INFO kablam! 52 | | println!("========================"); Oct 15 03:56:26.042 INFO kablam! 53 | | } Oct 15 03:56:26.042 INFO kablam! | |_^ Oct 15 03:56:26.042 INFO kablam! Oct 15 03:56:26.043 INFO kablam! warning: module `recoverableError` should have a snake case name such as `recoverable_error` Oct 15 03:56:26.043 INFO kablam! --> src/lessons/mod.rs:7:1 Oct 15 03:56:26.043 INFO kablam! | Oct 15 03:56:26.043 INFO kablam! 7 | pub mod recoverableError; Oct 15 03:56:26.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:26.043 INFO kablam! Oct 15 03:56:26.043 INFO kablam! warning: function `recoverableError` should have a snake case name such as `recoverable_error` Oct 15 03:56:26.043 INFO kablam! --> src/lessons/recoverableError.rs:27:1 Oct 15 03:56:26.043 INFO kablam! | Oct 15 03:56:26.043 INFO kablam! 27 | / pub fn recoverableError(){ Oct 15 03:56:26.043 INFO kablam! 28 | | let f = File::open("hello.txt"); Oct 15 03:56:26.043 INFO kablam! 29 | | let t = match f{ Oct 15 03:56:26.043 INFO kablam! 30 | | Ok(file) => file, Oct 15 03:56:26.043 INFO kablam! ... | Oct 15 03:56:26.043 INFO kablam! 54 | | println!("file value : {:?}", t); Oct 15 03:56:26.043 INFO kablam! 55 | | } Oct 15 03:56:26.043 INFO kablam! | |_^ Oct 15 03:56:26.043 INFO kablam! Oct 15 03:56:26.044 INFO kablam! warning: module `tryGenericTypes` should have a snake case name such as `try_generic_types` Oct 15 03:56:26.044 INFO kablam! --> src/lessons/mod.rs:9:1 Oct 15 03:56:26.044 INFO kablam! | Oct 15 03:56:26.044 INFO kablam! 9 | pub mod tryGenericTypes; Oct 15 03:56:26.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:26.044 INFO kablam! Oct 15 03:56:26.045 INFO kablam! warning: module `tryLifetime` should have a snake case name such as `try_lifetime` Oct 15 03:56:26.045 INFO kablam! --> src/lessons/mod.rs:11:1 Oct 15 03:56:26.045 INFO kablam! | Oct 15 03:56:26.045 INFO kablam! 11 | pub mod tryLifetime; Oct 15 03:56:26.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:26.045 INFO kablam! Oct 15 03:56:26.046 INFO kablam! warning: module `Rectangle` should have a snake case name such as `rectangle` Oct 15 03:56:26.046 INFO kablam! --> src/lessons/mod.rs:13:1 Oct 15 03:56:26.046 INFO kablam! | Oct 15 03:56:26.046 INFO kablam! 13 | pub mod Rectangle; Oct 15 03:56:26.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 03:56:26.046 INFO kablam! Oct 15 03:56:26.046 INFO kablam! warning: module `Guess` should have a snake case name such as `guess` Oct 15 03:56:26.046 INFO kablam! --> src/lessons/mod.rs:15:1 Oct 15 03:56:26.046 INFO kablam! | Oct 15 03:56:26.046 INFO kablam! 15 | pub mod Guess; Oct 15 03:56:26.046 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:56:26.047 INFO kablam! Oct 15 03:56:26.047 INFO kablam! warning: module `learnClosure` should have a snake case name such as `learn_closure` Oct 15 03:56:26.047 INFO kablam! --> src/closures/mod.rs:8:1 Oct 15 03:56:26.047 INFO kablam! | Oct 15 03:56:26.047 INFO kablam! 8 | pub mod learnClosure; Oct 15 03:56:26.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:26.047 INFO kablam! Oct 15 03:56:26.048 INFO kablam! warning: module `learnIterator` should have a snake case name such as `learn_iterator` Oct 15 03:56:26.048 INFO kablam! --> src/closures/mod.rs:9:1 Oct 15 03:56:26.048 INFO kablam! | Oct 15 03:56:26.048 INFO kablam! 9 | pub mod learnIterator; Oct 15 03:56:26.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:26.048 INFO kablam! Oct 15 03:56:26.048 INFO kablam! warning: function `learnIterator` should have a snake case name such as `learn_iterator` Oct 15 03:56:26.048 INFO kablam! --> src/closures/learnIterator.rs:41:1 Oct 15 03:56:26.048 INFO kablam! | Oct 15 03:56:26.048 INFO kablam! 41 | / pub fn learnIterator(){ Oct 15 03:56:26.048 INFO kablam! 42 | | let v1 = vec![1,2,3,4]; Oct 15 03:56:26.048 INFO kablam! 43 | | let v1_iter = v1.iter(); Oct 15 03:56:26.048 INFO kablam! 44 | | for item in v1_iter{ Oct 15 03:56:26.048 INFO kablam! ... | Oct 15 03:56:26.048 INFO kablam! 64 | | println!("============================"); Oct 15 03:56:26.048 INFO kablam! 65 | | } Oct 15 03:56:26.048 INFO kablam! | |_^ Oct 15 03:56:26.048 INFO kablam! Oct 15 03:56:28.767 INFO kablam! warning: field is never used: `email` Oct 15 03:56:28.768 INFO kablam! --> src/main.rs:19:5 Oct 15 03:56:28.768 INFO kablam! | Oct 15 03:56:28.768 INFO kablam! 19 | email: String, Oct 15 03:56:28.768 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:56:28.768 INFO kablam! | Oct 15 03:56:28.768 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:56:28.768 INFO kablam! Oct 15 03:56:28.768 INFO kablam! warning: field is never used: `sign_in_count` Oct 15 03:56:28.768 INFO kablam! --> src/main.rs:20:5 Oct 15 03:56:28.768 INFO kablam! | Oct 15 03:56:28.768 INFO kablam! 20 | sign_in_count: u64, Oct 15 03:56:28.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 03:56:28.768 INFO kablam! Oct 15 03:56:28.768 INFO kablam! warning: field is never used: `active` Oct 15 03:56:28.768 INFO kablam! --> src/main.rs:21:5 Oct 15 03:56:28.768 INFO kablam! | Oct 15 03:56:28.768 INFO kablam! 21 | active: bool Oct 15 03:56:28.768 INFO kablam! | ^^^^^^^^^^^^ Oct 15 03:56:28.768 INFO kablam! Oct 15 03:56:28.779 INFO kablam! warning: constant `point1` should have an upper case name such as `POINT1` Oct 15 03:56:28.779 INFO kablam! --> src/main.rs:100:5 Oct 15 03:56:28.779 INFO kablam! | Oct 15 03:56:28.779 INFO kablam! 100 | const point1 :Point = Point(0,0,0); Oct 15 03:56:28.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:28.779 INFO kablam! | Oct 15 03:56:28.779 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 03:56:28.779 INFO kablam! Oct 15 03:56:28.779 INFO kablam! warning: constant `color1` should have an upper case name such as `COLOR1` Oct 15 03:56:28.779 INFO kablam! --> src/main.rs:101:5 Oct 15 03:56:28.779 INFO kablam! | Oct 15 03:56:28.781 INFO kablam! 101 | const color1 :Color = Color( 0, 0, 10); Oct 15 03:56:28.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:28.781 INFO kablam! Oct 15 03:56:29.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.34s Oct 15 03:56:29.587 INFO kablam! su: No module specific data is present Oct 15 03:56:30.423 INFO running `"docker" "rm" "-f" "aa890244fe5202583662e12d7bdb567698d49f1ce7a026fdae364ad3de5e43b7"` Oct 15 03:56:30.695 INFO blam! aa890244fe5202583662e12d7bdb567698d49f1ce7a026fdae364ad3de5e43b7 Oct 15 03:56:30.700 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 03:56:31.085 INFO blam! e03e06aa3eb77dd339c5fe2c874faf75bee522af745f0fcc91a405f8c5eb075c Oct 15 03:56:31.086 INFO running `"docker" "start" "-a" "e03e06aa3eb77dd339c5fe2c874faf75bee522af745f0fcc91a405f8c5eb075c"` Oct 15 03:56:31.899 INFO kablam! usermod: no changes Oct 15 03:56:31.986 INFO kablam! Compiling learnrust v0.1.0 (/source) Oct 15 03:56:32.489 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 03:56:32.489 INFO kablam! --> src/closures/learnIterator.rs:30:7 Oct 15 03:56:32.489 INFO kablam! | Oct 15 03:56:32.489 INFO kablam! 30 | if(self.count < 6){ Oct 15 03:56:32.489 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 03:56:32.489 INFO kablam! | Oct 15 03:56:32.489 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 03:56:32.489 INFO kablam! Oct 15 03:56:32.855 INFO kablam! warning: unused variable: `v_reference` Oct 15 03:56:32.855 INFO kablam! --> src/lessons/commonCollection.rs:25:9 Oct 15 03:56:32.856 INFO kablam! | Oct 15 03:56:32.856 INFO kablam! 25 | let v_reference = &v[v_index]; Oct 15 03:56:32.856 INFO kablam! | ^^^^^^^^^^^ help: consider using `_v_reference` instead Oct 15 03:56:32.857 INFO kablam! | Oct 15 03:56:32.857 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:56:32.857 INFO kablam! Oct 15 03:56:32.857 INFO kablam! warning: unused variable: `s2` Oct 15 03:56:32.858 INFO kablam! --> src/lessons/tryStringCollection.rs:24:7 Oct 15 03:56:32.858 INFO kablam! | Oct 15 03:56:32.858 INFO kablam! 24 | let s2 = String::from("tac"); Oct 15 03:56:32.858 INFO kablam! | ^^ help: consider using `_s2` instead Oct 15 03:56:32.859 INFO kablam! Oct 15 03:56:32.859 INFO kablam! warning: unused variable: `point2` Oct 15 03:56:32.859 INFO kablam! --> src/lessons/tryGenericTypes.rs:48:7 Oct 15 03:56:32.859 INFO kablam! | Oct 15 03:56:32.860 INFO kablam! 48 | let point2 = Point{x : 10.1, y: 20.2}; Oct 15 03:56:32.860 INFO kablam! | ^^^^^^ help: consider using `_point2` instead Oct 15 03:56:32.860 INFO kablam! Oct 15 03:56:32.861 INFO kablam! warning: unused variable: `point2_2` Oct 15 03:56:32.861 INFO kablam! --> src/lessons/tryGenericTypes.rs:53:7 Oct 15 03:56:32.861 INFO kablam! | Oct 15 03:56:32.861 INFO kablam! 53 | let point2_2 = Point2{x : 20, y : 20.1}; Oct 15 03:56:32.862 INFO kablam! | ^^^^^^^^ help: consider using `_point2_2` instead Oct 15 03:56:32.862 INFO kablam! Oct 15 03:56:32.862 INFO kablam! warning: unused variable: `intensity` Oct 15 03:56:32.862 INFO kablam! --> src/closures/learnClosure.rs:41:40 Oct 15 03:56:32.863 INFO kablam! | Oct 15 03:56:32.863 INFO kablam! 41 | pub fn simulated_expensive_calculation(intensity: u32){ Oct 15 03:56:32.863 INFO kablam! | ^^^^^^^^^ help: consider using `_intensity` instead Oct 15 03:56:32.863 INFO kablam! Oct 15 03:56:32.864 INFO kablam! warning: unused variable: `expensive_result2` Oct 15 03:56:32.871 INFO kablam! --> src/closures/learnClosure.rs:62:7 Oct 15 03:56:32.871 INFO kablam! | Oct 15 03:56:32.871 INFO kablam! 62 | let expensive_result2 = expensive_calculation(intensity); Oct 15 03:56:32.872 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_expensive_result2` instead Oct 15 03:56:32.872 INFO kablam! Oct 15 03:56:32.872 INFO kablam! warning: unused variable: `expensive_result3` Oct 15 03:56:32.872 INFO kablam! --> src/closures/learnClosure.rs:63:7 Oct 15 03:56:32.873 INFO kablam! | Oct 15 03:56:32.873 INFO kablam! 63 | let expensive_result3 = |num: u32| -> u32{ Oct 15 03:56:32.873 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_expensive_result3` instead Oct 15 03:56:32.873 INFO kablam! Oct 15 03:56:32.874 INFO kablam! warning: unused variable: `guess` Oct 15 03:56:32.874 INFO kablam! --> src/adder/mod.rs:45:7 Oct 15 03:56:32.874 INFO kablam! | Oct 15 03:56:32.875 INFO kablam! 45 | let guess = Guess::new(0); Oct 15 03:56:32.875 INFO kablam! | ^^^^^ help: consider using `_guess` instead Oct 15 03:56:32.875 INFO kablam! Oct 15 03:56:32.875 INFO kablam! warning: unused variable: `y` Oct 15 03:56:32.876 INFO kablam! --> src/adder/mod.rs:74:7 Oct 15 03:56:32.876 INFO kablam! | Oct 15 03:56:32.876 INFO kablam! 74 | let y = 10; Oct 15 03:56:32.876 INFO kablam! | ^ help: consider using `_y` instead Oct 15 03:56:32.877 INFO kablam! Oct 15 03:56:32.951 INFO kablam! warning: function is never used: `returns_summarizable` Oct 15 03:56:32.951 INFO kablam! --> src/lessons/tryGenericTypes.rs:132:1 Oct 15 03:56:32.952 INFO kablam! | Oct 15 03:56:32.952 INFO kablam! 132 | fn returns_summarizable() -> impl Summary { Oct 15 03:56:32.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:32.952 INFO kablam! | Oct 15 03:56:32.953 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:56:32.953 INFO kablam! Oct 15 03:56:32.953 INFO kablam! warning: field is never used: `value` Oct 15 03:56:32.953 INFO kablam! --> src/lessons/Guess.rs:2:3 Oct 15 03:56:32.954 INFO kablam! | Oct 15 03:56:32.954 INFO kablam! 2 | value:u32, Oct 15 03:56:32.954 INFO kablam! | ^^^^^^^^^ Oct 15 03:56:32.955 INFO kablam! Oct 15 03:56:32.955 INFO kablam! warning: module `commonCollection` should have a snake case name such as `common_collection` Oct 15 03:56:32.955 INFO kablam! --> src/lessons/mod.rs:1:1 Oct 15 03:56:32.955 INFO kablam! | Oct 15 03:56:32.956 INFO kablam! 1 | pub mod commonCollection; Oct 15 03:56:32.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:32.956 INFO kablam! | Oct 15 03:56:32.956 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 03:56:32.957 INFO kablam! Oct 15 03:56:32.957 INFO kablam! warning: function `tryCommonCollection` should have a snake case name such as `try_common_collection` Oct 15 03:56:32.957 INFO kablam! --> src/lessons/commonCollection.rs:8:1 Oct 15 03:56:32.957 INFO kablam! | Oct 15 03:56:32.958 INFO kablam! 8 | / pub fn tryCommonCollection(){ Oct 15 03:56:32.958 INFO kablam! 9 | | let v = vec![1,2,3]; Oct 15 03:56:32.958 INFO kablam! 10 | | println!("vector value : {:#?}", v); Oct 15 03:56:32.958 INFO kablam! 11 | | Oct 15 03:56:32.959 INFO kablam! ... | Oct 15 03:56:32.959 INFO kablam! 65 | | println!("row data : {:?}", row); Oct 15 03:56:32.959 INFO kablam! 66 | | } Oct 15 03:56:32.959 INFO kablam! | |_^ Oct 15 03:56:32.960 INFO kablam! Oct 15 03:56:32.960 INFO kablam! warning: module `tryStringCollection` should have a snake case name such as `try_string_collection` Oct 15 03:56:32.960 INFO kablam! --> src/lessons/mod.rs:3:1 Oct 15 03:56:32.961 INFO kablam! | Oct 15 03:56:32.961 INFO kablam! 3 | pub mod tryStringCollection; Oct 15 03:56:32.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:32.961 INFO kablam! Oct 15 03:56:32.962 INFO kablam! warning: function `tryUpdateString` should have a snake case name such as `try_update_string` Oct 15 03:56:32.962 INFO kablam! --> src/lessons/tryStringCollection.rs:1:1 Oct 15 03:56:32.962 INFO kablam! | Oct 15 03:56:32.962 INFO kablam! 1 | / pub fn tryUpdateString(){ Oct 15 03:56:32.963 INFO kablam! 2 | | println!("=============================="); Oct 15 03:56:32.963 INFO kablam! 3 | | Oct 15 03:56:32.963 INFO kablam! 4 | | let mut s = String::from("foo"); Oct 15 03:56:32.963 INFO kablam! ... | Oct 15 03:56:32.964 INFO kablam! 37 | | println!("=============================="); Oct 15 03:56:32.964 INFO kablam! 38 | | } Oct 15 03:56:32.964 INFO kablam! | |_^ Oct 15 03:56:32.964 INFO kablam! Oct 15 03:56:32.965 INFO kablam! warning: module `tryHashMapCollection` should have a snake case name such as `try_hash_map_collection` Oct 15 03:56:32.965 INFO kablam! --> src/lessons/mod.rs:5:1 Oct 15 03:56:32.965 INFO kablam! | Oct 15 03:56:32.965 INFO kablam! 5 | pub mod tryHashMapCollection; Oct 15 03:56:32.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:32.966 INFO kablam! Oct 15 03:56:32.966 INFO kablam! warning: function `tryHashMap` should have a snake case name such as `try_hash_map` Oct 15 03:56:32.971 INFO kablam! --> src/lessons/tryHashMapCollection.rs:3:1 Oct 15 03:56:32.971 INFO kablam! | Oct 15 03:56:32.971 INFO kablam! 3 | / pub fn tryHashMap(){ Oct 15 03:56:32.972 INFO kablam! 4 | | println!("========================"); Oct 15 03:56:32.972 INFO kablam! 5 | | Oct 15 03:56:32.972 INFO kablam! 6 | | let mut scores = HashMap::new(); Oct 15 03:56:32.972 INFO kablam! ... | Oct 15 03:56:32.973 INFO kablam! 52 | | println!("========================"); Oct 15 03:56:32.973 INFO kablam! 53 | | } Oct 15 03:56:32.973 INFO kablam! | |_^ Oct 15 03:56:32.973 INFO kablam! Oct 15 03:56:32.974 INFO kablam! warning: module `recoverableError` should have a snake case name such as `recoverable_error` Oct 15 03:56:32.974 INFO kablam! --> src/lessons/mod.rs:7:1 Oct 15 03:56:32.974 INFO kablam! | Oct 15 03:56:32.974 INFO kablam! 7 | pub mod recoverableError; Oct 15 03:56:32.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:32.983 INFO kablam! Oct 15 03:56:32.983 INFO kablam! warning: function `recoverableError` should have a snake case name such as `recoverable_error` Oct 15 03:56:32.983 INFO kablam! --> src/lessons/recoverableError.rs:27:1 Oct 15 03:56:32.984 INFO kablam! | Oct 15 03:56:32.984 INFO kablam! 27 | / pub fn recoverableError(){ Oct 15 03:56:32.984 INFO kablam! 28 | | let f = File::open("hello.txt"); Oct 15 03:56:32.984 INFO kablam! 29 | | let t = match f{ Oct 15 03:56:32.985 INFO kablam! 30 | | Ok(file) => file, Oct 15 03:56:32.985 INFO kablam! ... | Oct 15 03:56:32.985 INFO kablam! 54 | | println!("file value : {:?}", t); Oct 15 03:56:32.985 INFO kablam! 55 | | } Oct 15 03:56:32.986 INFO kablam! | |_^ Oct 15 03:56:32.986 INFO kablam! Oct 15 03:56:32.986 INFO kablam! warning: module `tryGenericTypes` should have a snake case name such as `try_generic_types` Oct 15 03:56:32.986 INFO kablam! --> src/lessons/mod.rs:9:1 Oct 15 03:56:32.987 INFO kablam! | Oct 15 03:56:32.987 INFO kablam! 9 | pub mod tryGenericTypes; Oct 15 03:56:32.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:32.988 INFO kablam! Oct 15 03:56:32.988 INFO kablam! warning: module `tryLifetime` should have a snake case name such as `try_lifetime` Oct 15 03:56:32.988 INFO kablam! --> src/lessons/mod.rs:11:1 Oct 15 03:56:32.988 INFO kablam! | Oct 15 03:56:32.988 INFO kablam! 11 | pub mod tryLifetime; Oct 15 03:56:32.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:32.989 INFO kablam! Oct 15 03:56:32.989 INFO kablam! warning: module `Rectangle` should have a snake case name such as `rectangle` Oct 15 03:56:32.989 INFO kablam! --> src/lessons/mod.rs:13:1 Oct 15 03:56:32.990 INFO kablam! | Oct 15 03:56:32.990 INFO kablam! 13 | pub mod Rectangle; Oct 15 03:56:32.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 03:56:32.991 INFO kablam! Oct 15 03:56:32.991 INFO kablam! warning: module `Guess` should have a snake case name such as `guess` Oct 15 03:56:32.991 INFO kablam! --> src/lessons/mod.rs:15:1 Oct 15 03:56:32.991 INFO kablam! | Oct 15 03:56:32.992 INFO kablam! 15 | pub mod Guess; Oct 15 03:56:32.992 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:56:32.992 INFO kablam! Oct 15 03:56:32.992 INFO kablam! warning: module `learnClosure` should have a snake case name such as `learn_closure` Oct 15 03:56:32.993 INFO kablam! --> src/closures/mod.rs:8:1 Oct 15 03:56:32.993 INFO kablam! | Oct 15 03:56:32.993 INFO kablam! 8 | pub mod learnClosure; Oct 15 03:56:32.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:32.994 INFO kablam! Oct 15 03:56:32.994 INFO kablam! warning: module `learnIterator` should have a snake case name such as `learn_iterator` Oct 15 03:56:32.994 INFO kablam! --> src/closures/mod.rs:9:1 Oct 15 03:56:32.994 INFO kablam! | Oct 15 03:56:32.995 INFO kablam! 9 | pub mod learnIterator; Oct 15 03:56:32.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:32.995 INFO kablam! Oct 15 03:56:32.995 INFO kablam! warning: function `learnIterator` should have a snake case name such as `learn_iterator` Oct 15 03:56:32.996 INFO kablam! --> src/closures/learnIterator.rs:41:1 Oct 15 03:56:32.996 INFO kablam! | Oct 15 03:56:32.996 INFO kablam! 41 | / pub fn learnIterator(){ Oct 15 03:56:32.996 INFO kablam! 42 | | let v1 = vec![1,2,3,4]; Oct 15 03:56:32.997 INFO kablam! 43 | | let v1_iter = v1.iter(); Oct 15 03:56:32.997 INFO kablam! 44 | | for item in v1_iter{ Oct 15 03:56:32.997 INFO kablam! ... | Oct 15 03:56:32.997 INFO kablam! 64 | | println!("============================"); Oct 15 03:56:32.998 INFO kablam! 65 | | } Oct 15 03:56:32.998 INFO kablam! | |_^ Oct 15 03:56:32.998 INFO kablam! Oct 15 03:56:33.023 INFO kablam! warning: field is never used: `email` Oct 15 03:56:33.023 INFO kablam! --> src/main.rs:19:5 Oct 15 03:56:33.023 INFO kablam! | Oct 15 03:56:33.024 INFO kablam! 19 | email: String, Oct 15 03:56:33.024 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:56:33.024 INFO kablam! | Oct 15 03:56:33.025 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:56:33.025 INFO kablam! Oct 15 03:56:33.025 INFO kablam! warning: field is never used: `sign_in_count` Oct 15 03:56:33.025 INFO kablam! --> src/main.rs:20:5 Oct 15 03:56:33.026 INFO kablam! | Oct 15 03:56:33.026 INFO kablam! 20 | sign_in_count: u64, Oct 15 03:56:33.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 03:56:33.026 INFO kablam! Oct 15 03:56:33.027 INFO kablam! warning: field is never used: `active` Oct 15 03:56:33.027 INFO kablam! --> src/main.rs:21:5 Oct 15 03:56:33.027 INFO kablam! | Oct 15 03:56:33.027 INFO kablam! 21 | active: bool Oct 15 03:56:33.028 INFO kablam! | ^^^^^^^^^^^^ Oct 15 03:56:33.028 INFO kablam! Oct 15 03:56:33.028 INFO kablam! warning: constant `point1` should have an upper case name such as `POINT1` Oct 15 03:56:33.028 INFO kablam! --> src/main.rs:100:5 Oct 15 03:56:33.029 INFO kablam! | Oct 15 03:56:33.029 INFO kablam! 100 | const point1 :Point = Point(0,0,0); Oct 15 03:56:33.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:33.029 INFO kablam! | Oct 15 03:56:33.030 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 03:56:33.030 INFO kablam! Oct 15 03:56:33.030 INFO kablam! warning: constant `color1` should have an upper case name such as `COLOR1` Oct 15 03:56:33.030 INFO kablam! --> src/main.rs:101:5 Oct 15 03:56:33.031 INFO kablam! | Oct 15 03:56:33.031 INFO kablam! 101 | const color1 :Color = Color( 0, 0, 10); Oct 15 03:56:33.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:56:33.031 INFO kablam! Oct 15 03:56:33.953 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 15 03:56:33.957 INFO kablam! su: No module specific data is present Oct 15 03:56:34.793 INFO running `"docker" "rm" "-f" "e03e06aa3eb77dd339c5fe2c874faf75bee522af745f0fcc91a405f8c5eb075c"` Oct 15 03:56:35.043 INFO blam! e03e06aa3eb77dd339c5fe2c874faf75bee522af745f0fcc91a405f8c5eb075c Oct 15 03:56:35.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 03:56:35.464 INFO blam! c1afa3a7fedc6915b8c1e7b2074c6cc566f99dc31fd4a2790a646fe94de6d91b Oct 15 03:56:35.469 INFO running `"docker" "start" "-a" "c1afa3a7fedc6915b8c1e7b2074c6cc566f99dc31fd4a2790a646fe94de6d91b"` Oct 15 03:56:36.034 INFO kablam! usermod: no changes Oct 15 03:56:36.069 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 03:56:36.081 INFO kablam! Running /target/debug/deps/learnrust-fbfa3c1584ad9da2 Oct 15 03:56:36.083 INFO blam! Oct 15 03:56:36.084 INFO blam! running 9 tests Oct 15 03:56:36.084 INFO blam! test adder::another ... ignored Oct 15 03:56:36.084 INFO blam! test adder::it_works_using_result ... ignored Oct 15 03:56:36.084 INFO blam! test adder::test_greeting_name ... ignored Oct 15 03:56:36.084 INFO blam! test adder::test_guess_game ... ignored Oct 15 03:56:36.084 INFO blam! test adder::exploration ... ok Oct 15 03:56:36.084 INFO blam! test adder::larger_can_hold_smaller ... ok Oct 15 03:56:36.084 INFO blam! test adder::add_two_test ... ok Oct 15 03:56:36.084 INFO kablam! Running /target/debug/deps/learnrust-3902b701155a51db Oct 15 03:56:36.084 INFO blam! test adder::smaller_can_not_hold_larger ... ok Oct 15 03:56:36.084 INFO blam! test adder::test_closure ... ok Oct 15 03:56:36.084 INFO blam! Oct 15 03:56:36.084 INFO blam! test result: ok. 5 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out Oct 15 03:56:36.084 INFO blam! Oct 15 03:56:36.085 INFO blam! Oct 15 03:56:36.086 INFO blam! running 0 tests Oct 15 03:56:36.086 INFO blam! Oct 15 03:56:36.086 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:56:36.086 INFO blam! Oct 15 03:56:36.088 INFO kablam! Running /target/debug/deps/integration_test-da73db7c07ffede2 Oct 15 03:56:36.091 INFO kablam! Doc-tests learnrust Oct 15 03:56:36.091 INFO blam! Oct 15 03:56:36.091 INFO blam! running 1 test Oct 15 03:56:36.091 INFO blam! test integration_it_adds_two ... ok Oct 15 03:56:36.091 INFO blam! Oct 15 03:56:36.091 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:56:36.091 INFO blam! Oct 15 03:56:36.628 INFO blam! Oct 15 03:56:36.628 INFO blam! running 1 test Oct 15 03:56:37.519 INFO blam! test src/closures/learnClosure.rs - closures::learnClosure::simulated_expensive_calculation (line 36) ... FAILED Oct 15 03:56:37.519 INFO blam! Oct 15 03:56:37.519 INFO blam! failures: Oct 15 03:56:37.519 INFO blam! Oct 15 03:56:37.519 INFO blam! ---- src/closures/learnClosure.rs - closures::learnClosure::simulated_expensive_calculation (line 36) stdout ---- Oct 15 03:56:37.519 INFO blam! error[E0433]: failed to resolve. Use of undeclared type or module `my_crate` Oct 15 03:56:37.519 INFO blam! --> src/closures/learnClosure.rs:39:15 Oct 15 03:56:37.519 INFO blam! | Oct 15 03:56:37.519 INFO blam! 5 | assert_eq!(6, my_crate::add_one(5)); Oct 15 03:56:37.519 INFO blam! | ^^^^^^^^ Use of undeclared type or module `my_crate` Oct 15 03:56:37.519 INFO blam! Oct 15 03:56:37.519 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 15 03:56:37.519 INFO blam! stack backtrace: Oct 15 03:56:37.519 INFO blam! 0: 0x7fd73f954cde - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 15 03:56:37.519 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 03:56:37.519 INFO blam! 1: 0x7fd73f939d16 - std::sys_common::backtrace::print::hce31971a380b167f Oct 15 03:56:37.519 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 03:56:37.519 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 03:56:37.519 INFO blam! 2: 0x7fd73f95fddd - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 15 03:56:37.519 INFO blam! at libstd/panicking.rs:211 Oct 15 03:56:37.519 INFO blam! 3: 0x7fd73f95faeb - std::panicking::default_hook::hb1838a6568eb05e3 Oct 15 03:56:37.519 INFO blam! at libstd/panicking.rs:221 Oct 15 03:56:37.519 INFO blam! 4: 0x7fd741bdc52e - rustc::util::common::panic_hook::hedd6c3f049ede49c Oct 15 03:56:37.519 INFO blam! 5: 0x7fd73f9605a3 - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 15 03:56:37.520 INFO blam! at libstd/panicking.rs:480 Oct 15 03:56:37.520 INFO blam! 6: 0x562281957946 - std::panicking::begin_panic::h002319d180170cab Oct 15 03:56:37.520 INFO blam! at libstd/panicking.rs:410 Oct 15 03:56:37.520 INFO blam! 7: 0x562281adacfb - rustdoc::test::run_test::h51dc9b2c4a315347 Oct 15 03:56:37.520 INFO blam! at librustdoc/test.rs:332 Oct 15 03:56:37.520 INFO blam! 8: 0x562281a9ad17 - >::set::h15d3cbe9fd765f68 Oct 15 03:56:37.520 INFO blam! at librustdoc/test.rs:564 Oct 15 03:56:37.520 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 15 03:56:37.520 INFO blam! at libsyntax/lib.rs:106 Oct 15 03:56:37.520 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 15 03:56:37.520 INFO blam! 9: 0x5622818b384f - syntax::with_globals::h2da9558870ba9fc8 Oct 15 03:56:37.520 INFO blam! at libsyntax/lib.rs:105 Oct 15 03:56:37.520 INFO blam! 10: 0x562281957dda - std::panicking::try::do_call::he2f75333d604f333 Oct 15 03:56:37.520 INFO blam! at librustdoc/test.rs:561 Oct 15 03:56:37.520 INFO blam! at libstd/panic.rs:313 Oct 15 03:56:37.520 INFO blam! at libstd/panicking.rs:310 Oct 15 03:56:37.520 INFO blam! 11: 0x7fd73f96df29 - __rust_maybe_catch_panic Oct 15 03:56:37.520 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 03:56:37.520 INFO blam! 12: 0x5622819ac983 - rustc_driver::in_named_rustc_thread::h5541da8cdf654cd3 Oct 15 03:56:37.520 INFO blam! at libstd/panicking.rs:289 Oct 15 03:56:37.520 INFO blam! at libstd/panic.rs:392 Oct 15 03:56:37.520 INFO blam! at librustc_driver/lib.rs:1575 Oct 15 03:56:37.520 INFO blam! 13: 0x562281ab09fc - >::call_box::hfb65f4c274be4d0e Oct 15 03:56:37.520 INFO blam! at librustdoc/test.rs:561 Oct 15 03:56:37.520 INFO blam! at liballoc/boxed.rs:672 Oct 15 03:56:37.520 INFO blam! 14: 0x7fd740fc2c52 - >::call_box::he91819c8a530d737 Oct 15 03:56:37.520 INFO blam! at libtest/lib.rs:1461 Oct 15 03:56:37.520 INFO blam! at liballoc/boxed.rs:672 Oct 15 03:56:37.520 INFO blam! 15: 0x7fd73f96df29 - __rust_maybe_catch_panic Oct 15 03:56:37.520 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 03:56:37.520 INFO blam! 16: 0x7fd740fe9b3d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 15 03:56:37.520 INFO blam! at libstd/panicking.rs:289 Oct 15 03:56:37.520 INFO blam! at libstd/panic.rs:392 Oct 15 03:56:37.520 INFO blam! at libtest/lib.rs:1423 Oct 15 03:56:37.520 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 03:56:37.520 INFO blam! 17: 0x7fd740feaa44 - std::panicking::try::do_call::h2c632c17829d0621 Oct 15 03:56:37.520 INFO blam! at libstd/thread/mod.rs:409 Oct 15 03:56:37.520 INFO blam! at libstd/panic.rs:313 Oct 15 03:56:37.520 INFO blam! at libstd/panicking.rs:310 Oct 15 03:56:37.520 INFO blam! 18: 0x7fd73f96df29 - __rust_maybe_catch_panic Oct 15 03:56:37.520 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 03:56:37.520 INFO blam! 19: 0x7fd740fd35a6 - >::call_box::h1a0832645645f090 Oct 15 03:56:37.520 INFO blam! at libstd/panicking.rs:289 Oct 15 03:56:37.520 INFO blam! at libstd/panic.rs:392 Oct 15 03:56:37.520 INFO blam! at libstd/thread/mod.rs:408 Oct 15 03:56:37.520 INFO blam! at liballoc/boxed.rs:672 Oct 15 03:56:37.520 INFO blam! 20: 0x7fd73f95bb0a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 15 03:56:37.520 INFO blam! at liballoc/boxed.rs:682 Oct 15 03:56:37.520 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 03:56:37.520 INFO blam! 21: 0x7fd73f930be5 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 15 03:56:37.520 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 03:56:37.520 INFO blam! 22: 0x7fd73f4bb6b9 - start_thread Oct 15 03:56:37.520 INFO blam! 23: 0x7fd73efdb41c - clone Oct 15 03:56:37.520 INFO blam! 24: 0x0 - Oct 15 03:56:37.520 INFO blam! query stack during panic: Oct 15 03:56:37.520 INFO blam! end of query stack Oct 15 03:56:37.520 INFO blam! Oct 15 03:56:37.520 INFO blam! Oct 15 03:56:37.520 INFO blam! failures: Oct 15 03:56:37.520 INFO blam! src/closures/learnClosure.rs - closures::learnClosure::simulated_expensive_calculation (line 36) Oct 15 03:56:37.520 INFO blam! Oct 15 03:56:37.520 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:56:37.520 INFO blam! Oct 15 03:56:37.528 INFO kablam! error: test failed, to rerun pass '--doc' Oct 15 03:56:37.529 INFO kablam! su: No module specific data is present Oct 15 03:56:38.317 INFO running `"docker" "rm" "-f" "c1afa3a7fedc6915b8c1e7b2074c6cc566f99dc31fd4a2790a646fe94de6d91b"` Oct 15 03:56:38.643 INFO blam! c1afa3a7fedc6915b8c1e7b2074c6cc566f99dc31fd4a2790a646fe94de6d91b