Oct 15 12:01:27.873 INFO testing CarloMicieli/rust_tutorial against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:01:27.875 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12:01:28.329 INFO blam! 5296e28c3f36fe86217059847e2bf0ef0fa5d5be3fc6bda01bfb22e946e40554 Oct 15 12:01:28.330 INFO running `"docker" "start" "-a" "5296e28c3f36fe86217059847e2bf0ef0fa5d5be3fc6bda01bfb22e946e40554"` Oct 15 12:01:29.795 INFO kablam! usermod: no changes Oct 15 12:01:29.855 INFO kablam! Compiling rust_tutorial v0.1.0 (/source) Oct 15 12:01:30.433 INFO kablam! warning: function is never used: `thruth` Oct 15 12:01:30.434 INFO kablam! --> src/control_flow/ifs.rs:1:1 Oct 15 12:01:30.434 INFO kablam! | Oct 15 12:01:30.434 INFO kablam! 1 | pub fn thruth(x: i32) -> bool { Oct 15 12:01:30.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.435 INFO kablam! | Oct 15 12:01:30.435 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:01:30.436 INFO kablam! Oct 15 12:01:30.436 INFO kablam! warning: function is never used: `if_as_expression` Oct 15 12:01:30.436 INFO kablam! --> src/control_flow/ifs.rs:9:1 Oct 15 12:01:30.436 INFO kablam! | Oct 15 12:01:30.437 INFO kablam! 9 | pub fn if_as_expression(x: i32) -> &'static str { Oct 15 12:01:30.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.437 INFO kablam! Oct 15 12:01:30.437 INFO kablam! warning: function is never used: `sum` Oct 15 12:01:30.438 INFO kablam! --> src/control_flow/loops.rs:2:1 Oct 15 12:01:30.438 INFO kablam! | Oct 15 12:01:30.438 INFO kablam! 2 | pub fn sum(from: i32, to: i32) -> i32 { Oct 15 12:01:30.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.439 INFO kablam! Oct 15 12:01:30.439 INFO kablam! warning: function is never used: `sum2` Oct 15 12:01:30.440 INFO kablam! --> src/control_flow/loops.rs:15:1 Oct 15 12:01:30.440 INFO kablam! | Oct 15 12:01:30.441 INFO kablam! 15 | pub fn sum2(from: i32, to: i32) -> i32 { Oct 15 12:01:30.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.441 INFO kablam! Oct 15 12:01:30.441 INFO kablam! warning: function is never used: `sum3` Oct 15 12:01:30.442 INFO kablam! --> src/control_flow/loops.rs:24:1 Oct 15 12:01:30.442 INFO kablam! | Oct 15 12:01:30.442 INFO kablam! 24 | pub fn sum3(from: i32, to: i32) -> i32 { Oct 15 12:01:30.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.443 INFO kablam! Oct 15 12:01:30.443 INFO kablam! warning: variant is never constructed: `Val` Oct 15 12:01:30.443 INFO kablam! --> src/custom_types/expressions.rs:5:5 Oct 15 12:01:30.444 INFO kablam! | Oct 15 12:01:30.444 INFO kablam! 5 | Val { n: i32 }, Oct 15 12:01:30.444 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:01:30.445 INFO kablam! Oct 15 12:01:30.445 INFO kablam! warning: variant is never constructed: `Variable` Oct 15 12:01:30.445 INFO kablam! --> src/custom_types/expressions.rs:6:5 Oct 15 12:01:30.445 INFO kablam! | Oct 15 12:01:30.446 INFO kablam! 6 | Variable { name: String, exp: Box }, Oct 15 12:01:30.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.446 INFO kablam! Oct 15 12:01:30.447 INFO kablam! warning: variant is never constructed: `Sum` Oct 15 12:01:30.447 INFO kablam! --> src/custom_types/expressions.rs:7:5 Oct 15 12:01:30.447 INFO kablam! | Oct 15 12:01:30.447 INFO kablam! 7 | Sum { lhs: Box, rhs: Box }, Oct 15 12:01:30.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.448 INFO kablam! Oct 15 12:01:30.448 INFO kablam! warning: method is never used: `constant` Oct 15 12:01:30.448 INFO kablam! --> src/custom_types/expressions.rs:22:5 Oct 15 12:01:30.448 INFO kablam! | Oct 15 12:01:30.448 INFO kablam! 22 | pub fn constant(val: i32) -> Exp { Oct 15 12:01:30.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.449 INFO kablam! Oct 15 12:01:30.449 INFO kablam! warning: method is never used: `variable` Oct 15 12:01:30.449 INFO kablam! --> src/custom_types/expressions.rs:29:5 Oct 15 12:01:30.449 INFO kablam! | Oct 15 12:01:30.449 INFO kablam! 29 | pub fn variable(name: &str, exp: Exp) -> Exp { Oct 15 12:01:30.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.450 INFO kablam! Oct 15 12:01:30.450 INFO kablam! warning: method is never used: `sum` Oct 15 12:01:30.450 INFO kablam! --> src/custom_types/expressions.rs:36:5 Oct 15 12:01:30.450 INFO kablam! | Oct 15 12:01:30.450 INFO kablam! 36 | pub fn sum(lhs: Exp, rhs: Exp) -> Exp { Oct 15 12:01:30.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.454 INFO kablam! Oct 15 12:01:30.454 INFO kablam! warning: method is never used: `eval` Oct 15 12:01:30.454 INFO kablam! --> src/custom_types/expressions.rs:43:5 Oct 15 12:01:30.455 INFO kablam! | Oct 15 12:01:30.455 INFO kablam! 43 | pub fn eval(exp: &Exp) -> i32 { Oct 15 12:01:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.455 INFO kablam! Oct 15 12:01:30.455 INFO kablam! warning: method is never used: `numerator` Oct 15 12:01:30.455 INFO kablam! --> src/custom_types/rational.rs:26:5 Oct 15 12:01:30.455 INFO kablam! | Oct 15 12:01:30.455 INFO kablam! 26 | pub fn numerator(&self) -> i32 { Oct 15 12:01:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.455 INFO kablam! Oct 15 12:01:30.455 INFO kablam! warning: method is never used: `denominator` Oct 15 12:01:30.455 INFO kablam! --> src/custom_types/rational.rs:30:5 Oct 15 12:01:30.455 INFO kablam! | Oct 15 12:01:30.455 INFO kablam! 30 | pub fn denominator(&self) -> i32 { Oct 15 12:01:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.455 INFO kablam! Oct 15 12:01:30.455 INFO kablam! warning: method is never used: `from` Oct 15 12:01:30.455 INFO kablam! --> src/custom_types/rational.rs:35:5 Oct 15 12:01:30.455 INFO kablam! | Oct 15 12:01:30.455 INFO kablam! 35 | pub fn from(num: i32) -> Rational { Oct 15 12:01:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.455 INFO kablam! Oct 15 12:01:30.455 INFO kablam! warning: function is never used: `sum` Oct 15 12:01:30.455 INFO kablam! --> src/functions/functions.rs:1:1 Oct 15 12:01:30.455 INFO kablam! | Oct 15 12:01:30.455 INFO kablam! 1 | fn sum(a: i32, b: i32) -> i32 { Oct 15 12:01:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.455 INFO kablam! Oct 15 12:01:30.455 INFO kablam! warning: variant is never constructed: `DividedByZero` Oct 15 12:01:30.455 INFO kablam! --> src/functions/functions.rs:7:5 Oct 15 12:01:30.455 INFO kablam! | Oct 15 12:01:30.455 INFO kablam! 7 | DividedByZero, Oct 15 12:01:30.455 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 12:01:30.455 INFO kablam! Oct 15 12:01:30.455 INFO kablam! warning: function is never used: `div` Oct 15 12:01:30.455 INFO kablam! --> src/functions/functions.rs:10:1 Oct 15 12:01:30.455 INFO kablam! | Oct 15 12:01:30.455 INFO kablam! 10 | fn div(a: i32, b: i32) -> Result { Oct 15 12:01:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.455 INFO kablam! Oct 15 12:01:30.455 INFO kablam! warning: function is never used: `fib` Oct 15 12:01:30.455 INFO kablam! --> src/functions/functions.rs:18:1 Oct 15 12:01:30.455 INFO kablam! | Oct 15 12:01:30.455 INFO kablam! 18 | pub fn fib(n: i32) -> i32 { Oct 15 12:01:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.455 INFO kablam! Oct 15 12:01:30.455 INFO kablam! warning: function is never used: `max` Oct 15 12:01:30.455 INFO kablam! --> src/functions/functions.rs:28:1 Oct 15 12:01:30.455 INFO kablam! | Oct 15 12:01:30.455 INFO kablam! 28 | / fn max(a: T, b: T) -> T Oct 15 12:01:30.455 INFO kablam! 29 | | where Oct 15 12:01:30.455 INFO kablam! 30 | | T: PartialOrd, Oct 15 12:01:30.455 INFO kablam! 31 | | { Oct 15 12:01:30.455 INFO kablam! ... | Oct 15 12:01:30.455 INFO kablam! 36 | | } Oct 15 12:01:30.455 INFO kablam! 37 | | } Oct 15 12:01:30.455 INFO kablam! | |_^ Oct 15 12:01:30.455 INFO kablam! Oct 15 12:01:30.455 INFO kablam! warning: function is never used: `hello` Oct 15 12:01:30.455 INFO kablam! --> src/primitive_types/strings.rs:2:1 Oct 15 12:01:30.455 INFO kablam! | Oct 15 12:01:30.455 INFO kablam! 2 | fn hello(name: &str) -> String { Oct 15 12:01:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:30.455 INFO kablam! Oct 15 12:01:30.455 INFO kablam! warning: the `d:` in this pattern is redundant Oct 15 12:01:30.455 INFO kablam! --> src/custom_types/rational.rs:80:30 Oct 15 12:01:30.455 INFO kablam! | Oct 15 12:01:30.455 INFO kablam! 80 | let Rational { n: c, d: d } = other; Oct 15 12:01:30.455 INFO kablam! | --^^ Oct 15 12:01:30.455 INFO kablam! | | Oct 15 12:01:30.455 INFO kablam! | help: remove this Oct 15 12:01:30.455 INFO kablam! | Oct 15 12:01:30.455 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 15 12:01:30.455 INFO kablam! Oct 15 12:01:30.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 15 12:01:30.660 INFO kablam! su: No module specific data is present Oct 15 12:01:31.398 INFO running `"docker" "rm" "-f" "5296e28c3f36fe86217059847e2bf0ef0fa5d5be3fc6bda01bfb22e946e40554"` Oct 15 12:01:31.587 INFO blam! 5296e28c3f36fe86217059847e2bf0ef0fa5d5be3fc6bda01bfb22e946e40554 Oct 15 12:01:31.594 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12:01:31.943 INFO blam! 571f5d377ad6a57786260a2aff0dc2d87f20f702c9bdfac6c2bc7bb476a572c7 Oct 15 12:01:31.945 INFO running `"docker" "start" "-a" "571f5d377ad6a57786260a2aff0dc2d87f20f702c9bdfac6c2bc7bb476a572c7"` Oct 15 12:01:32.539 INFO kablam! usermod: no changes Oct 15 12:01:32.595 INFO kablam! Compiling rust_tutorial v0.1.0 (/source) Oct 15 12:01:33.127 INFO kablam! warning: unused import: `super::*` Oct 15 12:01:33.127 INFO kablam! --> src/collections/arrays.rs:4:9 Oct 15 12:01:33.127 INFO kablam! | Oct 15 12:01:33.127 INFO kablam! 4 | use super::*; Oct 15 12:01:33.127 INFO kablam! | ^^^^^^^^ Oct 15 12:01:33.127 INFO kablam! | Oct 15 12:01:33.127 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:01:33.127 INFO kablam! Oct 15 12:01:33.127 INFO kablam! warning: unused import: `super::*` Oct 15 12:01:33.127 INFO kablam! --> src/collections/vectors.rs:4:9 Oct 15 12:01:33.127 INFO kablam! | Oct 15 12:01:33.127 INFO kablam! 4 | use super::*; Oct 15 12:01:33.127 INFO kablam! | ^^^^^^^^ Oct 15 12:01:33.127 INFO kablam! Oct 15 12:01:33.540 INFO kablam! warning: the `d:` in this pattern is redundant Oct 15 12:01:33.540 INFO kablam! --> src/custom_types/rational.rs:80:30 Oct 15 12:01:33.540 INFO kablam! | Oct 15 12:01:33.541 INFO kablam! 80 | let Rational { n: c, d: d } = other; Oct 15 12:01:33.541 INFO kablam! | --^^ Oct 15 12:01:33.541 INFO kablam! | | Oct 15 12:01:33.541 INFO kablam! | help: remove this Oct 15 12:01:33.541 INFO kablam! | Oct 15 12:01:33.541 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 15 12:01:33.541 INFO kablam! Oct 15 12:01:34.643 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.08s Oct 15 12:01:34.643 INFO kablam! su: No module specific data is present Oct 15 12:01:35.195 INFO running `"docker" "rm" "-f" "571f5d377ad6a57786260a2aff0dc2d87f20f702c9bdfac6c2bc7bb476a572c7"` Oct 15 12:01:35.395 INFO blam! 571f5d377ad6a57786260a2aff0dc2d87f20f702c9bdfac6c2bc7bb476a572c7 Oct 15 12:01:35.404 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12:01:35.761 INFO blam! 52ab8c1068e90dc808bf5c38956f76c26e4de34744f3f99483ae11fd0ac1eb73 Oct 15 12:01:35.767 INFO running `"docker" "start" "-a" "52ab8c1068e90dc808bf5c38956f76c26e4de34744f3f99483ae11fd0ac1eb73"` Oct 15 12:01:36.558 INFO kablam! usermod: no changes Oct 15 12:01:36.600 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 12:01:36.611 INFO kablam! Running /target/debug/deps/rust_tutorial-7414ce9aafe5b436 Oct 15 12:01:36.611 INFO blam! Oct 15 12:01:36.612 INFO blam! running 45 tests Oct 15 12:01:36.612 INFO blam! test collections::vectors::tests::should_init_a_vector_with_the_same_value ... ok Oct 15 12:01:36.612 INFO blam! test collections::vectors::tests::should_insert_an_element_at_given_index ... ok Oct 15 12:01:36.613 INFO blam! test collections::vectors::tests::should_pop_elements_from_a_vector ... ok Oct 15 12:01:36.613 INFO blam! test collections::vectors::tests::should_increase_a_vector_adding_elements_over_its_capacity ... ok Oct 15 12:01:36.613 INFO blam! test collections::vectors::tests::should_create_an_empty_vector_with_an_initial_capacity ... ok Oct 15 12:01:36.613 INFO blam! test collections::vectors::tests::should_create_an_empty_vector ... ok Oct 15 12:01:36.614 INFO blam! test collections::vectors::tests::should_create_a_new_vector_from_iterator_values ... ok Oct 15 12:01:36.614 INFO blam! test collections::arrays::tests::should_create_an_empty_array ... ok Oct 15 12:01:36.614 INFO blam! test collections::vectors::tests::should_push_new_elements_onto_vectors ... ok Oct 15 12:01:36.615 INFO blam! test collections::vectors::tests::should_remove_an_element_at_given_index ... ok Oct 15 12:01:36.615 INFO blam! test control_flow::ifs::tests::should_find_truth_in_42 ... ok Oct 15 12:01:36.615 INFO blam! test control_flow::ifs::tests::should_not_find_truth_in_666 ... ok Oct 15 12:01:36.615 INFO blam! test control_flow::ifs::tests::should_use_ifs_as_expressions ... ok Oct 15 12:01:36.615 INFO blam! test control_flow::loops::tests::should_make_the_sum_from_a_number_to_another ... ok Oct 15 12:01:36.615 INFO blam! test control_flow::loops::tests::should_make_the_sum_from_a_number_to_another2 ... ok Oct 15 12:01:36.615 INFO blam! test control_flow::loops::tests::should_make_the_sum_from_a_number_to_another3 ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::expressions::tests::should_create_a_sum_expression ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::expressions::tests::should_create_new_constant_expressions ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::expressions::tests::should_create_new_variable_with_a_bound_expression ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::expressions::tests::should_evaluate_expressions ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::rational::tests::should_check_whether_the_rational_number_is_negative ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::rational::tests::should_check_whether_the_rational_number_is_positive ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::rational::tests::should_compare_two_rational_numbers ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::rational::tests::should_create_new_rational_numbers ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::rational::tests::should_create_new_rational_numbers_simplifing_its_values ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::rational::tests::should_create_rational_numbers_from_number ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::rational::tests::should_create_rational_numbers_from_whole_numbers ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::rational::tests::should_display_rational_numbers ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::rational::tests::should_substract_and_assign_two_rational_numbers ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::rational::tests::should_display_negative_rational_numbers ... ok Oct 15 12:01:36.615 INFO blam! test custom_types::rational::tests::should_sum_two_rational_numbers ... ok Oct 15 12:01:36.615 INFO blam! test functions::functions::tests::div_should_return_an_err_result_when_divisor_is_zero ... ok Oct 15 12:01:36.617 INFO blam! test custom_types::rational::tests::should_multiply_two_rational_numbers ... ok Oct 15 12:01:36.617 INFO blam! test custom_types::rational::tests::should_negate_rational_numbers ... ok Oct 15 12:01:36.617 INFO blam! test functions::functions::tests::div_should_return_an_ok_result_when_divisor_is_not_zero ... ok Oct 15 12:01:36.617 INFO blam! test custom_types::rational::tests::should_sum_and_assign_two_rational_numbers ... ok Oct 15 12:01:36.626 INFO blam! test functions::functions::tests::max_should_find_max_between_two_f32_values ... ok Oct 15 12:01:36.627 INFO blam! test functions::functions::tests::max_should_find_max_between_two_i32_values ... ok Oct 15 12:01:36.627 INFO blam! test custom_types::rational::tests::should_make_the_difference_between_two_rational_numbers ... ok Oct 15 12:01:36.627 INFO blam! test custom_types::rational::tests::should_divide_two_rational_numbers ... ok Oct 15 12:01:36.634 INFO blam! test functions::functions::tests::sum_should_add_two_i32_values ... ok Oct 15 12:01:36.634 INFO blam! test functions::functions::tests::fib_should_compute_the_nth_fibonacci_number ... ok Oct 15 12:01:36.634 INFO blam! test primitive_types::strings::tests::hello_should_make_a_greeting ... ok Oct 15 12:01:36.679 INFO blam! test custom_types::rational::tests::should_panic_when_the_rhs_numerator_is_zero ... ok Oct 15 12:01:36.679 INFO blam! test custom_types::rational::tests::should_panic_when_denominator_is_zero ... ok Oct 15 12:01:36.680 INFO blam! Oct 15 12:01:36.680 INFO blam! test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:01:36.680 INFO blam! Oct 15 12:01:36.694 INFO kablam! Doc-tests rust_tutorial Oct 15 12:01:37.450 INFO blam! Oct 15 12:01:37.450 INFO blam! running 0 tests Oct 15 12:01:37.450 INFO blam! Oct 15 12:01:37.450 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:01:37.450 INFO blam! Oct 15 12:01:37.463 INFO kablam! su: No module specific data is present Oct 15 12:01:37.987 INFO running `"docker" "rm" "-f" "52ab8c1068e90dc808bf5c38956f76c26e4de34744f3f99483ae11fd0ac1eb73"` Oct 15 12:01:38.299 INFO blam! 52ab8c1068e90dc808bf5c38956f76c26e4de34744f3f99483ae11fd0ac1eb73