Oct 14 15:44:42.056 INFO testing kanishkd4/Rust-by-example against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:44:42.057 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 15:44:42.351 INFO blam! 40a6a7be93b4a22f3e8b8642f3593cfbdc2fc8936ba39fbf266f74305a8b6ad8 Oct 14 15:44:42.357 INFO running `"docker" "start" "-a" "40a6a7be93b4a22f3e8b8642f3593cfbdc2fc8936ba39fbf266f74305a8b6ad8"` Oct 14 15:44:42.975 INFO kablam! usermod: no changes Oct 14 15:44:43.011 INFO kablam! Compiling rust-by-example v0.1.0 (/source) Oct 14 15:44:43.299 INFO kablam! warning: type `web_event` should have a camel case name such as `WebEvent` Oct 14 15:44:43.299 INFO kablam! --> src/bin/c3_custom_types_enums1.rs:6:1 Oct 14 15:44:43.299 INFO kablam! | Oct 14 15:44:43.299 INFO kablam! 6 | / enum web_event { Oct 14 15:44:43.299 INFO kablam! 7 | | // an enum can be unit like Oct 14 15:44:43.299 INFO kablam! 8 | | page_load, Oct 14 15:44:43.299 INFO kablam! 9 | | page_unload, Oct 14 15:44:43.299 INFO kablam! ... | Oct 14 15:44:43.299 INFO kablam! 14 | | click { x: i64, y: i64 }, Oct 14 15:44:43.299 INFO kablam! 15 | | } Oct 14 15:44:43.299 INFO kablam! | |_^ Oct 14 15:44:43.299 INFO kablam! | Oct 14 15:44:43.299 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 15:44:43.299 INFO kablam! Oct 14 15:44:43.299 INFO kablam! warning: variant `page_load` should have a camel case name such as `PageLoad` Oct 14 15:44:43.299 INFO kablam! --> src/bin/c3_custom_types_enums1.rs:8:5 Oct 14 15:44:43.299 INFO kablam! | Oct 14 15:44:43.299 INFO kablam! 8 | page_load, Oct 14 15:44:43.299 INFO kablam! | ^^^^^^^^^ Oct 14 15:44:43.299 INFO kablam! Oct 14 15:44:43.299 INFO kablam! warning: variant `page_unload` should have a camel case name such as `PageUnload` Oct 14 15:44:43.299 INFO kablam! --> src/bin/c3_custom_types_enums1.rs:9:5 Oct 14 15:44:43.299 INFO kablam! | Oct 14 15:44:43.299 INFO kablam! 9 | page_unload, Oct 14 15:44:43.299 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:44:43.299 INFO kablam! Oct 14 15:44:43.299 INFO kablam! warning: variant `key_press` should have a camel case name such as `KeyPress` Oct 14 15:44:43.299 INFO kablam! --> src/bin/c3_custom_types_enums1.rs:11:5 Oct 14 15:44:43.299 INFO kablam! | Oct 14 15:44:43.299 INFO kablam! 11 | key_press(char), Oct 14 15:44:43.299 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:44:43.299 INFO kablam! Oct 14 15:44:43.299 INFO kablam! warning: variant `paste` should have a camel case name such as `Paste` Oct 14 15:44:43.299 INFO kablam! --> src/bin/c3_custom_types_enums1.rs:12:5 Oct 14 15:44:43.299 INFO kablam! | Oct 14 15:44:43.299 INFO kablam! 12 | paste(String), Oct 14 15:44:43.299 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 15:44:43.299 INFO kablam! Oct 14 15:44:43.299 INFO kablam! warning: variant `click` should have a camel case name such as `Click` Oct 14 15:44:43.299 INFO kablam! --> src/bin/c3_custom_types_enums1.rs:14:5 Oct 14 15:44:43.299 INFO kablam! | Oct 14 15:44:43.299 INFO kablam! 14 | click { x: i64, y: i64 }, Oct 14 15:44:43.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:43.299 INFO kablam! Oct 14 15:44:43.382 INFO kablam! warning: struct is never constructed: `Deep` Oct 14 15:44:43.382 INFO kablam! --> src/bin/c1_formatted_print.rs:34:1 Oct 14 15:44:43.382 INFO kablam! | Oct 14 15:44:43.382 INFO kablam! 34 | struct Deep(Structure); Oct 14 15:44:43.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:43.382 INFO kablam! | Oct 14 15:44:43.382 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:44:43.382 INFO kablam! Oct 14 15:44:43.627 INFO kablam! warning: unused variable: `a` Oct 14 15:44:43.627 INFO kablam! --> src/bin/c9_higher_order_diverging_functions.rs:33:9 Oct 14 15:44:43.627 INFO kablam! | Oct 14 15:44:43.627 INFO kablam! 33 | let a: () = some_fn(); Oct 14 15:44:43.627 INFO kablam! | ^ help: consider using `_a` instead Oct 14 15:44:43.639 INFO kablam! | Oct 14 15:44:43.639 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:44:43.639 INFO kablam! Oct 14 15:44:43.663 INFO kablam! warning: function is never used: `foo` Oct 14 15:44:43.663 INFO kablam! --> src/bin/c9_higher_order_diverging_functions.rs:44:1 Oct 14 15:44:43.663 INFO kablam! | Oct 14 15:44:43.663 INFO kablam! 44 | fn foo() -> ! { Oct 14 15:44:43.663 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 15:44:43.663 INFO kablam! | Oct 14 15:44:43.663 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:44:43.663 INFO kablam! Oct 14 15:44:43.683 INFO kablam! warning: unused variable: `work` Oct 14 15:44:43.683 INFO kablam! --> src/bin/c3_custom_types_enums2.rs:72:9 Oct 14 15:44:43.683 INFO kablam! | Oct 14 15:44:43.683 INFO kablam! 72 | let work = Civilian; // equivalent to Work::Civilian Oct 14 15:44:43.683 INFO kablam! | ^^^^ help: consider using `_work` instead Oct 14 15:44:43.683 INFO kablam! | Oct 14 15:44:43.683 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:44:43.683 INFO kablam! Oct 14 15:44:44.527 INFO kablam! warning: unused variable: `arg` Oct 14 15:44:44.527 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:8:11 Oct 14 15:44:44.527 INFO kablam! | Oct 14 15:44:44.527 INFO kablam! 8 | fn foo(arg: T) {} // becuase T has been specified as a generic type parameter using , Oct 14 15:44:44.527 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 14 15:44:44.527 INFO kablam! | Oct 14 15:44:44.527 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:44:44.527 INFO kablam! Oct 14 15:44:44.531 INFO kablam! warning: function is never used: `foo` Oct 14 15:44:44.531 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:8:1 Oct 14 15:44:44.531 INFO kablam! | Oct 14 15:44:44.531 INFO kablam! 8 | fn foo(arg: T) {} // becuase T has been specified as a generic type parameter using , Oct 14 15:44:44.531 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 15:44:44.543 INFO kablam! | Oct 14 15:44:44.543 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:44:44.543 INFO kablam! Oct 14 15:44:44.543 INFO kablam! warning: struct is never constructed: `S` Oct 14 15:44:44.543 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:48:1 Oct 14 15:44:44.543 INFO kablam! | Oct 14 15:44:44.543 INFO kablam! 48 | struct S(A); // concrete type S that takes concrete type A defined above // commented for struct S below Oct 14 15:44:44.543 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:44:44.543 INFO kablam! Oct 14 15:44:44.543 INFO kablam! warning: struct is never constructed: `SGen` Oct 14 15:44:44.543 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:49:1 Oct 14 15:44:44.543 INFO kablam! | Oct 14 15:44:44.543 INFO kablam! 49 | struct SGen(T); // Generic type SGen Oct 14 15:44:44.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 15:44:44.543 INFO kablam! Oct 14 15:44:44.543 INFO kablam! warning: function is never used: `reg_fn` Oct 14 15:44:44.543 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:51:1 Oct 14 15:44:44.543 INFO kablam! | Oct 14 15:44:44.543 INFO kablam! 51 | fn reg_fn(_s: S) {} // a regular function that takes an argument of type S - not a generic function Oct 14 15:44:44.543 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 15:44:44.543 INFO kablam! Oct 14 15:44:44.543 INFO kablam! warning: function is never used: `gen_spec_t` Oct 14 15:44:44.543 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:53:1 Oct 14 15:44:44.543 INFO kablam! | Oct 14 15:44:44.543 INFO kablam! 53 | fn gen_spec_t(_s: SGen) {} // this is also not a generic as SGen has been given the type A Oct 14 15:44:44.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:44.543 INFO kablam! Oct 14 15:44:44.543 INFO kablam! warning: function is never used: `gen_spec_i32` Oct 14 15:44:44.543 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:54:1 Oct 14 15:44:44.543 INFO kablam! | Oct 14 15:44:44.543 INFO kablam! 54 | fn gen_spec_i32(_s: SGen) {} // this is also not a generic Oct 14 15:44:44.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:44.543 INFO kablam! Oct 14 15:44:44.543 INFO kablam! warning: function is never used: `generic` Oct 14 15:44:44.543 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:55:1 Oct 14 15:44:44.543 INFO kablam! | Oct 14 15:44:44.543 INFO kablam! 55 | fn generic(_s: SGen) {} // a generic function Oct 14 15:44:44.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:44.543 INFO kablam! Oct 14 15:44:44.543 INFO kablam! warning: struct is never constructed: `S1` Oct 14 15:44:44.543 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:59:1 Oct 14 15:44:44.543 INFO kablam! | Oct 14 15:44:44.543 INFO kablam! 59 | struct S1; // concrete type S Oct 14 15:44:44.543 INFO kablam! | ^^^^^^^^^^ Oct 14 15:44:44.543 INFO kablam! Oct 14 15:44:44.543 INFO kablam! warning: struct is never constructed: `GenericVal` Oct 14 15:44:44.543 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:60:1 Oct 14 15:44:44.543 INFO kablam! | Oct 14 15:44:44.543 INFO kablam! 60 | struct GenericVal(T, ); // Generic type GenericVal Oct 14 15:44:44.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:44.543 INFO kablam! Oct 14 15:44:44.611 INFO kablam! warning: field is never used: `p1` Oct 14 15:44:44.611 INFO kablam! --> src/bin/c3_custom_types_structs.rs:25:5 Oct 14 15:44:44.611 INFO kablam! | Oct 14 15:44:44.611 INFO kablam! 25 | p1: Point, Oct 14 15:44:44.611 INFO kablam! | ^^^^^^^^^ Oct 14 15:44:44.611 INFO kablam! | Oct 14 15:44:44.611 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:44:44.611 INFO kablam! Oct 14 15:44:44.611 INFO kablam! warning: field is never used: `p2` Oct 14 15:44:44.611 INFO kablam! --> src/bin/c3_custom_types_structs.rs:26:5 Oct 14 15:44:44.611 INFO kablam! | Oct 14 15:44:44.611 INFO kablam! 26 | p2: Point, Oct 14 15:44:44.611 INFO kablam! | ^^^^^^^^^ Oct 14 15:44:44.611 INFO kablam! Oct 14 15:44:44.667 INFO kablam! warning: unused variable: `logical` Oct 14 15:44:44.668 INFO kablam! --> src/bin/c2_primitives.rs:6:9 Oct 14 15:44:44.668 INFO kablam! | Oct 14 15:44:44.668 INFO kablam! 6 | let logical: bool = true; Oct 14 15:44:44.668 INFO kablam! | ^^^^^^^ help: consider using `_logical` instead Oct 14 15:44:44.668 INFO kablam! | Oct 14 15:44:44.668 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:44:44.668 INFO kablam! Oct 14 15:44:44.668 INFO kablam! warning: unused variable: `a_float` Oct 14 15:44:44.668 INFO kablam! --> src/bin/c2_primitives.rs:8:9 Oct 14 15:44:44.668 INFO kablam! | Oct 14 15:44:44.668 INFO kablam! 8 | let a_float: f64 = 1.0; // regular annotation Oct 14 15:44:44.670 INFO kablam! | ^^^^^^^ help: consider using `_a_float` instead Oct 14 15:44:44.670 INFO kablam! Oct 14 15:44:44.670 INFO kablam! warning: unused variable: `an_integer` Oct 14 15:44:44.670 INFO kablam! --> src/bin/c2_primitives.rs:9:9 Oct 14 15:44:44.670 INFO kablam! | Oct 14 15:44:44.670 INFO kablam! 9 | let an_integer = 5i32; // suffix annotation Oct 14 15:44:44.670 INFO kablam! | ^^^^^^^^^^ help: consider using `_an_integer` instead Oct 14 15:44:44.670 INFO kablam! Oct 14 15:44:44.670 INFO kablam! warning: unused variable: `default_float` Oct 14 15:44:44.670 INFO kablam! --> src/bin/c2_primitives.rs:11:9 Oct 14 15:44:44.670 INFO kablam! | Oct 14 15:44:44.670 INFO kablam! 11 | let default_float = 64.0; // f64 Oct 14 15:44:44.670 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_default_float` instead Oct 14 15:44:44.670 INFO kablam! Oct 14 15:44:44.670 INFO kablam! warning: unused variable: `default_integer` Oct 14 15:44:44.670 INFO kablam! --> src/bin/c2_primitives.rs:12:9 Oct 14 15:44:44.670 INFO kablam! | Oct 14 15:44:44.671 INFO kablam! 12 | let default_integer = 32; // i32 Oct 14 15:44:44.671 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_default_integer` instead Oct 14 15:44:44.671 INFO kablam! Oct 14 15:44:44.671 INFO kablam! warning: unused variable: `integer_new` Oct 14 15:44:44.671 INFO kablam! --> src/bin/c2_primitives.rs:15:13 Oct 14 15:44:44.671 INFO kablam! | Oct 14 15:44:44.671 INFO kablam! 15 | let mut integer_new: i32 = 32; Oct 14 15:44:44.671 INFO kablam! | ^^^^^^^^^^^ help: consider using `_integer_new` instead Oct 14 15:44:44.671 INFO kablam! Oct 14 15:44:44.671 INFO kablam! warning: unused variable: `integer_new` Oct 14 15:44:44.671 INFO kablam! --> src/bin/c2_primitives.rs:19:9 Oct 14 15:44:44.671 INFO kablam! | Oct 14 15:44:44.671 INFO kablam! 19 | let integer_new: i64 = 64; Oct 14 15:44:44.671 INFO kablam! | ^^^^^^^^^^^ help: consider using `_integer_new` instead Oct 14 15:44:44.671 INFO kablam! Oct 14 15:44:44.682 INFO kablam! warning: variable does not need to be mutable Oct 14 15:44:44.682 INFO kablam! --> src/bin/c2_primitives.rs:15:9 Oct 14 15:44:44.682 INFO kablam! | Oct 14 15:44:44.682 INFO kablam! 15 | let mut integer_new: i32 = 32; Oct 14 15:44:44.682 INFO kablam! | ----^^^^^^^^^^^ Oct 14 15:44:44.682 INFO kablam! | | Oct 14 15:44:44.682 INFO kablam! | help: remove this `mut` Oct 14 15:44:44.682 INFO kablam! | Oct 14 15:44:44.682 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:44:44.682 INFO kablam! Oct 14 15:44:44.682 INFO kablam! warning: struct is never constructed: `Matrix` Oct 14 15:44:44.682 INFO kablam! --> src/bin/c2_primitives.rs:94:1 Oct 14 15:44:44.682 INFO kablam! | Oct 14 15:44:44.682 INFO kablam! 94 | struct Matrix(f32, f32, f32, f32); Oct 14 15:44:44.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:44.682 INFO kablam! | Oct 14 15:44:44.682 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:44:44.682 INFO kablam! Oct 14 15:44:45.327 INFO kablam! warning: type alias is never used: `u64_t` Oct 14 15:44:45.327 INFO kablam! --> src/bin/c5_types.rs:14:1 Oct 14 15:44:45.327 INFO kablam! | Oct 14 15:44:45.327 INFO kablam! 14 | type u64_t = u64; Oct 14 15:44:45.327 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 15:44:45.335 INFO kablam! | Oct 14 15:44:45.335 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:44:45.335 INFO kablam! Oct 14 15:44:45.335 INFO kablam! warning: type `u64_t` should have a camel case name such as `U64T` Oct 14 15:44:45.335 INFO kablam! --> src/bin/c5_types.rs:14:1 Oct 14 15:44:45.335 INFO kablam! | Oct 14 15:44:45.335 INFO kablam! 14 | type u64_t = u64; Oct 14 15:44:45.335 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 15:44:45.335 INFO kablam! | Oct 14 15:44:45.335 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 15:44:45.335 INFO kablam! Oct 14 15:44:46.409 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.39s Oct 14 15:44:46.410 INFO kablam! su: No module specific data is present Oct 14 15:44:46.935 INFO running `"docker" "rm" "-f" "40a6a7be93b4a22f3e8b8642f3593cfbdc2fc8936ba39fbf266f74305a8b6ad8"` Oct 14 15:44:47.099 INFO blam! 40a6a7be93b4a22f3e8b8642f3593cfbdc2fc8936ba39fbf266f74305a8b6ad8 Oct 14 15:44:47.112 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 15:44:47.359 INFO blam! 8d6f7b8130d75c413cdecf88ed7aede5607ebca5ab8d86670e7c66d613079bb4 Oct 14 15:44:47.367 INFO running `"docker" "start" "-a" "8d6f7b8130d75c413cdecf88ed7aede5607ebca5ab8d86670e7c66d613079bb4"` Oct 14 15:44:48.255 INFO kablam! usermod: no changes Oct 14 15:44:48.323 INFO kablam! Compiling rust-by-example v0.1.0 (/source) Oct 14 15:44:48.687 INFO kablam! warning: type `web_event` should have a camel case name such as `WebEvent` Oct 14 15:44:48.687 INFO kablam! --> src/bin/c3_custom_types_enums1.rs:6:1 Oct 14 15:44:48.687 INFO kablam! | Oct 14 15:44:48.687 INFO kablam! 6 | / enum web_event { Oct 14 15:44:48.687 INFO kablam! 7 | | // an enum can be unit like Oct 14 15:44:48.687 INFO kablam! 8 | | page_load, Oct 14 15:44:48.687 INFO kablam! 9 | | page_unload, Oct 14 15:44:48.687 INFO kablam! ... | Oct 14 15:44:48.687 INFO kablam! 14 | | click { x: i64, y: i64 }, Oct 14 15:44:48.687 INFO kablam! 15 | | } Oct 14 15:44:48.687 INFO kablam! | |_^ Oct 14 15:44:48.687 INFO kablam! | Oct 14 15:44:48.687 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 15:44:48.687 INFO kablam! Oct 14 15:44:48.687 INFO kablam! warning: variant `page_load` should have a camel case name such as `PageLoad` Oct 14 15:44:48.687 INFO kablam! --> src/bin/c3_custom_types_enums1.rs:8:5 Oct 14 15:44:48.687 INFO kablam! | Oct 14 15:44:48.687 INFO kablam! 8 | page_load, Oct 14 15:44:48.687 INFO kablam! | ^^^^^^^^^ Oct 14 15:44:48.687 INFO kablam! Oct 14 15:44:48.687 INFO kablam! warning: variant `page_unload` should have a camel case name such as `PageUnload` Oct 14 15:44:48.687 INFO kablam! --> src/bin/c3_custom_types_enums1.rs:9:5 Oct 14 15:44:48.687 INFO kablam! | Oct 14 15:44:48.687 INFO kablam! 9 | page_unload, Oct 14 15:44:48.687 INFO kablam! | ^^^^^^^^^^^ Oct 14 15:44:48.687 INFO kablam! Oct 14 15:44:48.687 INFO kablam! warning: variant `key_press` should have a camel case name such as `KeyPress` Oct 14 15:44:48.687 INFO kablam! --> src/bin/c3_custom_types_enums1.rs:11:5 Oct 14 15:44:48.687 INFO kablam! | Oct 14 15:44:48.687 INFO kablam! 11 | key_press(char), Oct 14 15:44:48.687 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:44:48.687 INFO kablam! Oct 14 15:44:48.687 INFO kablam! warning: variant `paste` should have a camel case name such as `Paste` Oct 14 15:44:48.687 INFO kablam! --> src/bin/c3_custom_types_enums1.rs:12:5 Oct 14 15:44:48.687 INFO kablam! | Oct 14 15:44:48.687 INFO kablam! 12 | paste(String), Oct 14 15:44:48.687 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 15:44:48.687 INFO kablam! Oct 14 15:44:48.687 INFO kablam! warning: variant `click` should have a camel case name such as `Click` Oct 14 15:44:48.687 INFO kablam! --> src/bin/c3_custom_types_enums1.rs:14:5 Oct 14 15:44:48.687 INFO kablam! | Oct 14 15:44:48.687 INFO kablam! 14 | click { x: i64, y: i64 }, Oct 14 15:44:48.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:48.687 INFO kablam! Oct 14 15:44:48.801 INFO kablam! warning: unused variable: `a` Oct 14 15:44:48.801 INFO kablam! --> src/bin/c9_higher_order_diverging_functions.rs:33:9 Oct 14 15:44:48.801 INFO kablam! | Oct 14 15:44:48.801 INFO kablam! 33 | let a: () = some_fn(); Oct 14 15:44:48.801 INFO kablam! | ^ help: consider using `_a` instead Oct 14 15:44:48.801 INFO kablam! | Oct 14 15:44:48.801 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:44:48.801 INFO kablam! Oct 14 15:44:48.807 INFO kablam! warning: function is never used: `foo` Oct 14 15:44:48.807 INFO kablam! --> src/bin/c9_higher_order_diverging_functions.rs:44:1 Oct 14 15:44:48.807 INFO kablam! | Oct 14 15:44:48.807 INFO kablam! 44 | fn foo() -> ! { Oct 14 15:44:48.807 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 15:44:48.807 INFO kablam! | Oct 14 15:44:48.807 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:44:48.807 INFO kablam! Oct 14 15:44:48.841 INFO kablam! warning: type alias is never used: `u64_t` Oct 14 15:44:48.841 INFO kablam! --> src/bin/c5_types.rs:14:1 Oct 14 15:44:48.841 INFO kablam! | Oct 14 15:44:48.841 INFO kablam! 14 | type u64_t = u64; Oct 14 15:44:48.841 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 15:44:48.843 INFO kablam! | Oct 14 15:44:48.843 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:44:48.843 INFO kablam! Oct 14 15:44:48.843 INFO kablam! warning: type `u64_t` should have a camel case name such as `U64T` Oct 14 15:44:48.843 INFO kablam! --> src/bin/c5_types.rs:14:1 Oct 14 15:44:48.843 INFO kablam! | Oct 14 15:44:48.843 INFO kablam! 14 | type u64_t = u64; Oct 14 15:44:48.843 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 15:44:48.843 INFO kablam! | Oct 14 15:44:48.843 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 15:44:48.843 INFO kablam! Oct 14 15:44:48.996 INFO kablam! warning: field is never used: `p1` Oct 14 15:44:48.996 INFO kablam! --> src/bin/c3_custom_types_structs.rs:25:5 Oct 14 15:44:48.996 INFO kablam! | Oct 14 15:44:48.996 INFO kablam! 25 | p1: Point, Oct 14 15:44:48.996 INFO kablam! | ^^^^^^^^^ Oct 14 15:44:48.996 INFO kablam! | Oct 14 15:44:48.996 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:44:48.996 INFO kablam! Oct 14 15:44:48.996 INFO kablam! warning: field is never used: `p2` Oct 14 15:44:48.996 INFO kablam! --> src/bin/c3_custom_types_structs.rs:26:5 Oct 14 15:44:48.996 INFO kablam! | Oct 14 15:44:48.996 INFO kablam! 26 | p2: Point, Oct 14 15:44:48.996 INFO kablam! | ^^^^^^^^^ Oct 14 15:44:48.996 INFO kablam! Oct 14 15:44:49.823 INFO kablam! warning: unused variable: `work` Oct 14 15:44:49.824 INFO kablam! --> src/bin/c3_custom_types_enums2.rs:72:9 Oct 14 15:44:49.824 INFO kablam! | Oct 14 15:44:49.824 INFO kablam! 72 | let work = Civilian; // equivalent to Work::Civilian Oct 14 15:44:49.824 INFO kablam! | ^^^^ help: consider using `_work` instead Oct 14 15:44:49.824 INFO kablam! | Oct 14 15:44:49.825 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:44:49.825 INFO kablam! Oct 14 15:44:49.951 INFO kablam! warning: unused variable: `arg` Oct 14 15:44:49.951 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:8:11 Oct 14 15:44:49.951 INFO kablam! | Oct 14 15:44:49.951 INFO kablam! 8 | fn foo(arg: T) {} // becuase T has been specified as a generic type parameter using , Oct 14 15:44:49.951 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 14 15:44:49.959 INFO kablam! | Oct 14 15:44:49.959 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:44:49.959 INFO kablam! Oct 14 15:44:49.959 INFO kablam! warning: function is never used: `foo` Oct 14 15:44:49.959 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:8:1 Oct 14 15:44:49.959 INFO kablam! | Oct 14 15:44:49.959 INFO kablam! 8 | fn foo(arg: T) {} // becuase T has been specified as a generic type parameter using , Oct 14 15:44:49.959 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 15:44:49.959 INFO kablam! | Oct 14 15:44:49.959 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:44:49.959 INFO kablam! Oct 14 15:44:49.959 INFO kablam! warning: struct is never constructed: `S` Oct 14 15:44:49.959 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:48:1 Oct 14 15:44:49.959 INFO kablam! | Oct 14 15:44:49.960 INFO kablam! 48 | struct S(A); // concrete type S that takes concrete type A defined above // commented for struct S below Oct 14 15:44:49.960 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:44:49.960 INFO kablam! Oct 14 15:44:49.960 INFO kablam! warning: struct is never constructed: `SGen` Oct 14 15:44:49.960 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:49:1 Oct 14 15:44:49.960 INFO kablam! | Oct 14 15:44:49.960 INFO kablam! 49 | struct SGen(T); // Generic type SGen Oct 14 15:44:49.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 15:44:49.960 INFO kablam! Oct 14 15:44:49.960 INFO kablam! warning: function is never used: `reg_fn` Oct 14 15:44:49.960 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:51:1 Oct 14 15:44:49.960 INFO kablam! | Oct 14 15:44:49.960 INFO kablam! 51 | fn reg_fn(_s: S) {} // a regular function that takes an argument of type S - not a generic function Oct 14 15:44:49.960 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 15:44:49.960 INFO kablam! Oct 14 15:44:49.960 INFO kablam! warning: function is never used: `gen_spec_t` Oct 14 15:44:49.960 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:53:1 Oct 14 15:44:49.960 INFO kablam! | Oct 14 15:44:49.960 INFO kablam! 53 | fn gen_spec_t(_s: SGen) {} // this is also not a generic as SGen has been given the type A Oct 14 15:44:49.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:49.960 INFO kablam! Oct 14 15:44:49.960 INFO kablam! warning: function is never used: `gen_spec_i32` Oct 14 15:44:49.960 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:54:1 Oct 14 15:44:49.960 INFO kablam! | Oct 14 15:44:49.960 INFO kablam! 54 | fn gen_spec_i32(_s: SGen) {} // this is also not a generic Oct 14 15:44:49.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:49.960 INFO kablam! Oct 14 15:44:49.960 INFO kablam! warning: function is never used: `generic` Oct 14 15:44:49.960 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:55:1 Oct 14 15:44:49.960 INFO kablam! | Oct 14 15:44:49.960 INFO kablam! 55 | fn generic(_s: SGen) {} // a generic function Oct 14 15:44:49.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:49.960 INFO kablam! Oct 14 15:44:49.960 INFO kablam! warning: struct is never constructed: `S1` Oct 14 15:44:49.960 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:59:1 Oct 14 15:44:49.960 INFO kablam! | Oct 14 15:44:49.960 INFO kablam! 59 | struct S1; // concrete type S Oct 14 15:44:49.961 INFO kablam! | ^^^^^^^^^^ Oct 14 15:44:49.961 INFO kablam! Oct 14 15:44:49.961 INFO kablam! warning: struct is never constructed: `GenericVal` Oct 14 15:44:49.961 INFO kablam! --> src/bin/c14_generics_functions_impl_traits.rs:60:1 Oct 14 15:44:49.961 INFO kablam! | Oct 14 15:44:49.961 INFO kablam! 60 | struct GenericVal(T, ); // Generic type GenericVal Oct 14 15:44:49.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:49.961 INFO kablam! Oct 14 15:44:49.974 INFO kablam! warning: struct is never constructed: `Deep` Oct 14 15:44:49.974 INFO kablam! --> src/bin/c1_formatted_print.rs:34:1 Oct 14 15:44:49.974 INFO kablam! | Oct 14 15:44:49.974 INFO kablam! 34 | struct Deep(Structure); Oct 14 15:44:49.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:49.974 INFO kablam! | Oct 14 15:44:49.974 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:44:49.974 INFO kablam! Oct 14 15:44:50.181 INFO kablam! warning: unused variable: `logical` Oct 14 15:44:50.181 INFO kablam! --> src/bin/c2_primitives.rs:6:9 Oct 14 15:44:50.181 INFO kablam! | Oct 14 15:44:50.182 INFO kablam! 6 | let logical: bool = true; Oct 14 15:44:50.182 INFO kablam! | ^^^^^^^ help: consider using `_logical` instead Oct 14 15:44:50.182 INFO kablam! | Oct 14 15:44:50.182 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:44:50.182 INFO kablam! Oct 14 15:44:50.182 INFO kablam! warning: unused variable: `a_float` Oct 14 15:44:50.183 INFO kablam! --> src/bin/c2_primitives.rs:8:9 Oct 14 15:44:50.183 INFO kablam! | Oct 14 15:44:50.183 INFO kablam! 8 | let a_float: f64 = 1.0; // regular annotation Oct 14 15:44:50.183 INFO kablam! | ^^^^^^^ help: consider using `_a_float` instead Oct 14 15:44:50.183 INFO kablam! Oct 14 15:44:50.183 INFO kablam! warning: unused variable: `an_integer` Oct 14 15:44:50.184 INFO kablam! --> src/bin/c2_primitives.rs:9:9 Oct 14 15:44:50.184 INFO kablam! | Oct 14 15:44:50.184 INFO kablam! 9 | let an_integer = 5i32; // suffix annotation Oct 14 15:44:50.184 INFO kablam! | ^^^^^^^^^^ help: consider using `_an_integer` instead Oct 14 15:44:50.184 INFO kablam! Oct 14 15:44:50.185 INFO kablam! warning: unused variable: `default_float` Oct 14 15:44:50.185 INFO kablam! --> src/bin/c2_primitives.rs:11:9 Oct 14 15:44:50.185 INFO kablam! | Oct 14 15:44:50.185 INFO kablam! 11 | let default_float = 64.0; // f64 Oct 14 15:44:50.185 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_default_float` instead Oct 14 15:44:50.185 INFO kablam! Oct 14 15:44:50.185 INFO kablam! warning: unused variable: `default_integer` Oct 14 15:44:50.186 INFO kablam! --> src/bin/c2_primitives.rs:12:9 Oct 14 15:44:50.186 INFO kablam! | Oct 14 15:44:50.186 INFO kablam! 12 | let default_integer = 32; // i32 Oct 14 15:44:50.186 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_default_integer` instead Oct 14 15:44:50.186 INFO kablam! Oct 14 15:44:50.186 INFO kablam! warning: unused variable: `integer_new` Oct 14 15:44:50.186 INFO kablam! --> src/bin/c2_primitives.rs:15:13 Oct 14 15:44:50.187 INFO kablam! | Oct 14 15:44:50.187 INFO kablam! 15 | let mut integer_new: i32 = 32; Oct 14 15:44:50.187 INFO kablam! | ^^^^^^^^^^^ help: consider using `_integer_new` instead Oct 14 15:44:50.187 INFO kablam! Oct 14 15:44:50.187 INFO kablam! warning: unused variable: `integer_new` Oct 14 15:44:50.187 INFO kablam! --> src/bin/c2_primitives.rs:19:9 Oct 14 15:44:50.188 INFO kablam! | Oct 14 15:44:50.188 INFO kablam! 19 | let integer_new: i64 = 64; Oct 14 15:44:50.188 INFO kablam! | ^^^^^^^^^^^ help: consider using `_integer_new` instead Oct 14 15:44:50.188 INFO kablam! Oct 14 15:44:50.195 INFO kablam! warning: variable does not need to be mutable Oct 14 15:44:50.195 INFO kablam! --> src/bin/c2_primitives.rs:15:9 Oct 14 15:44:50.195 INFO kablam! | Oct 14 15:44:50.195 INFO kablam! 15 | let mut integer_new: i32 = 32; Oct 14 15:44:50.196 INFO kablam! | ----^^^^^^^^^^^ Oct 14 15:44:50.196 INFO kablam! | | Oct 14 15:44:50.196 INFO kablam! | help: remove this `mut` Oct 14 15:44:50.196 INFO kablam! | Oct 14 15:44:50.197 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:44:50.197 INFO kablam! Oct 14 15:44:50.197 INFO kablam! warning: struct is never constructed: `Matrix` Oct 14 15:44:50.197 INFO kablam! --> src/bin/c2_primitives.rs:94:1 Oct 14 15:44:50.197 INFO kablam! | Oct 14 15:44:50.197 INFO kablam! 94 | struct Matrix(f32, f32, f32, f32); Oct 14 15:44:50.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:44:50.198 INFO kablam! | Oct 14 15:44:50.198 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:44:50.198 INFO kablam! Oct 14 15:44:51.201 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.90s Oct 14 15:44:51.202 INFO kablam! su: No module specific data is present Oct 14 15:44:51.433 INFO running `"docker" "rm" "-f" "8d6f7b8130d75c413cdecf88ed7aede5607ebca5ab8d86670e7c66d613079bb4"` Oct 14 15:44:51.490 INFO blam! 8d6f7b8130d75c413cdecf88ed7aede5607ebca5ab8d86670e7c66d613079bb4 Oct 14 15:44:51.492 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 15:44:51.655 INFO blam! 27187fe094dcf911b08477828c5ecd578f954169c53946287e45a1afb0b9049e Oct 14 15:44:51.657 INFO running `"docker" "start" "-a" "27187fe094dcf911b08477828c5ecd578f954169c53946287e45a1afb0b9049e"` Oct 14 15:44:51.998 INFO kablam! usermod: no changes Oct 14 15:44:52.018 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 14 15:44:52.019 INFO kablam! Running /target/debug/deps/c10_modules_use_self_hierarchy-df97507aefe4485e Oct 14 15:44:52.020 INFO blam! Oct 14 15:44:52.020 INFO blam! running 0 tests Oct 14 15:44:52.020 INFO blam! Oct 14 15:44:52.020 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.020 INFO blam! Oct 14 15:44:52.020 INFO kablam! Running /target/debug/deps/c10_modules_visibility-c56ce56a37963b34 Oct 14 15:44:52.021 INFO blam! Oct 14 15:44:52.021 INFO blam! running 0 tests Oct 14 15:44:52.021 INFO blam! Oct 14 15:44:52.021 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.021 INFO blam! Oct 14 15:44:52.022 INFO kablam! Running /target/debug/deps/c14_generics_functions_impl_traits-e1d4117c831b8681 Oct 14 15:44:52.023 INFO blam! Oct 14 15:44:52.023 INFO blam! running 0 tests Oct 14 15:44:52.023 INFO blam! Oct 14 15:44:52.023 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.023 INFO blam! Oct 14 15:44:52.023 INFO kablam! Running /target/debug/deps/c1_formatted_print-604c7f4693c468d7 Oct 14 15:44:52.025 INFO blam! Oct 14 15:44:52.025 INFO blam! running 0 tests Oct 14 15:44:52.025 INFO blam! Oct 14 15:44:52.025 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.025 INFO blam! Oct 14 15:44:52.025 INFO kablam! Running /target/debug/deps/c1_hello_world-5e362dad479b4642 Oct 14 15:44:52.026 INFO blam! Oct 14 15:44:52.026 INFO blam! running 0 tests Oct 14 15:44:52.026 INFO blam! Oct 14 15:44:52.026 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.026 INFO blam! Oct 14 15:44:52.026 INFO kablam! Running /target/debug/deps/c2_primitives-50a907e9cf7ab8f1 Oct 14 15:44:52.027 INFO blam! Oct 14 15:44:52.027 INFO blam! running 0 tests Oct 14 15:44:52.027 INFO blam! Oct 14 15:44:52.027 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.027 INFO blam! Oct 14 15:44:52.027 INFO kablam! Running /target/debug/deps/c3_constants-7e55b0b76c6f8d52 Oct 14 15:44:52.028 INFO blam! Oct 14 15:44:52.028 INFO blam! running 0 tests Oct 14 15:44:52.028 INFO blam! Oct 14 15:44:52.029 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.029 INFO blam! Oct 14 15:44:52.029 INFO kablam! Running /target/debug/deps/c3_custom_types_enums1-33b32c58f8ab826f Oct 14 15:44:52.030 INFO blam! Oct 14 15:44:52.030 INFO blam! running 0 tests Oct 14 15:44:52.030 INFO blam! Oct 14 15:44:52.030 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.030 INFO blam! Oct 14 15:44:52.030 INFO kablam! Running /target/debug/deps/c3_custom_types_enums2-43fbbed86a29d594 Oct 14 15:44:52.031 INFO blam! Oct 14 15:44:52.031 INFO blam! running 0 tests Oct 14 15:44:52.031 INFO blam! Oct 14 15:44:52.031 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.031 INFO blam! Oct 14 15:44:52.031 INFO kablam! Running /target/debug/deps/c3_custom_types_structs-c01d6152b331ddeb Oct 14 15:44:52.033 INFO blam! Oct 14 15:44:52.033 INFO blam! running 0 tests Oct 14 15:44:52.033 INFO blam! Oct 14 15:44:52.033 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.033 INFO blam! Oct 14 15:44:52.033 INFO kablam! Running /target/debug/deps/c4_variable_bindings-f4f4692f191ee069 Oct 14 15:44:52.034 INFO blam! Oct 14 15:44:52.034 INFO blam! running 0 tests Oct 14 15:44:52.034 INFO blam! Oct 14 15:44:52.034 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.034 INFO blam! Oct 14 15:44:52.034 INFO kablam! Running /target/debug/deps/c5_types-438d2f2098f6a2b3 Oct 14 15:44:52.035 INFO blam! Oct 14 15:44:52.035 INFO blam! running 0 tests Oct 14 15:44:52.035 INFO blam! Oct 14 15:44:52.035 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.035 INFO blam! Oct 14 15:44:52.035 INFO kablam! Running /target/debug/deps/c6_conversions-d65384e0a6a4541b Oct 14 15:44:52.036 INFO blam! Oct 14 15:44:52.036 INFO blam! running 0 tests Oct 14 15:44:52.036 INFO blam! Oct 14 15:44:52.036 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.036 INFO blam! Oct 14 15:44:52.037 INFO kablam! Running /target/debug/deps/c8_flow_control_ifelse_loops-fcc3e58f8a2c3e46 Oct 14 15:44:52.039 INFO blam! Oct 14 15:44:52.039 INFO blam! running 0 tests Oct 14 15:44:52.039 INFO blam! Oct 14 15:44:52.039 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.039 INFO blam! Oct 14 15:44:52.039 INFO kablam! Running /target/debug/deps/c8_flow_control_match-2bd9d4e92364b73d Oct 14 15:44:52.041 INFO blam! Oct 14 15:44:52.041 INFO blam! running 0 tests Oct 14 15:44:52.041 INFO blam! Oct 14 15:44:52.041 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.041 INFO blam! Oct 14 15:44:52.041 INFO kablam! Running /target/debug/deps/c9_functions_closures-f7eaeb24ed854e6f Oct 14 15:44:52.044 INFO blam! Oct 14 15:44:52.046 INFO kablam! Running /target/debug/deps/c9_functions_methods-554fc60a015fa093 Oct 14 15:44:52.046 INFO blam! running 0 tests Oct 14 15:44:52.046 INFO kablam! Running /target/debug/deps/c9_higher_order_diverging_functions-2f451d7ff9d33338 Oct 14 15:44:52.046 INFO blam! Oct 14 15:44:52.046 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.046 INFO blam! Oct 14 15:44:52.046 INFO blam! Oct 14 15:44:52.046 INFO blam! running 0 tests Oct 14 15:44:52.046 INFO blam! Oct 14 15:44:52.046 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.046 INFO blam! Oct 14 15:44:52.047 INFO blam! Oct 14 15:44:52.048 INFO blam! running 0 tests Oct 14 15:44:52.048 INFO blam! Oct 14 15:44:52.048 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:44:52.048 INFO blam! Oct 14 15:44:52.049 INFO kablam! su: No module specific data is present Oct 14 15:44:52.310 INFO running `"docker" "rm" "-f" "27187fe094dcf911b08477828c5ecd578f954169c53946287e45a1afb0b9049e"` Oct 14 15:44:52.383 INFO blam! 27187fe094dcf911b08477828c5ecd578f954169c53946287e45a1afb0b9049e