Oct 11 07:21:07.750 INFO testing CarloMicieli/rust_tutorial against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:21:07.750 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:21:07.750 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:21:08.076 INFO blam! bd886761b4e44a99fa202faa596d3ff8dc42247548032eac3754caddb7d35d09 Oct 11 07:21:08.079 INFO running `"docker" "start" "-a" "bd886761b4e44a99fa202faa596d3ff8dc42247548032eac3754caddb7d35d09"` Oct 11 07:21:08.887 INFO kablam! usermod: no changes Oct 11 07:21:08.940 INFO kablam! Compiling rust_tutorial v0.1.0 (/source) Oct 11 07:21:09.750 INFO kablam! warning: function is never used: `thruth` Oct 11 07:21:09.750 INFO kablam! --> src/control_flow/ifs.rs:1:1 Oct 11 07:21:09.750 INFO kablam! | Oct 11 07:21:09.750 INFO kablam! 1 | pub fn thruth(x: i32) -> bool { Oct 11 07:21:09.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.750 INFO kablam! | Oct 11 07:21:09.750 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:21:09.750 INFO kablam! Oct 11 07:21:09.750 INFO kablam! warning: function is never used: `if_as_expression` Oct 11 07:21:09.750 INFO kablam! --> src/control_flow/ifs.rs:9:1 Oct 11 07:21:09.750 INFO kablam! | Oct 11 07:21:09.750 INFO kablam! 9 | pub fn if_as_expression(x: i32) -> &'static str { Oct 11 07:21:09.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.750 INFO kablam! Oct 11 07:21:09.750 INFO kablam! warning: function is never used: `sum` Oct 11 07:21:09.750 INFO kablam! --> src/control_flow/loops.rs:2:1 Oct 11 07:21:09.750 INFO kablam! | Oct 11 07:21:09.750 INFO kablam! 2 | pub fn sum(from: i32, to: i32) -> i32 { Oct 11 07:21:09.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.750 INFO kablam! Oct 11 07:21:09.750 INFO kablam! warning: function is never used: `sum2` Oct 11 07:21:09.750 INFO kablam! --> src/control_flow/loops.rs:15:1 Oct 11 07:21:09.750 INFO kablam! | Oct 11 07:21:09.750 INFO kablam! 15 | pub fn sum2(from: i32, to: i32) -> i32 { Oct 11 07:21:09.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.750 INFO kablam! Oct 11 07:21:09.750 INFO kablam! warning: function is never used: `sum3` Oct 11 07:21:09.750 INFO kablam! --> src/control_flow/loops.rs:24:1 Oct 11 07:21:09.750 INFO kablam! | Oct 11 07:21:09.750 INFO kablam! 24 | pub fn sum3(from: i32, to: i32) -> i32 { Oct 11 07:21:09.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.750 INFO kablam! Oct 11 07:21:09.750 INFO kablam! warning: variant is never constructed: `Val` Oct 11 07:21:09.750 INFO kablam! --> src/custom_types/expressions.rs:5:5 Oct 11 07:21:09.750 INFO kablam! | Oct 11 07:21:09.750 INFO kablam! 5 | Val { n: i32 }, Oct 11 07:21:09.750 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:21:09.750 INFO kablam! Oct 11 07:21:09.750 INFO kablam! warning: variant is never constructed: `Variable` Oct 11 07:21:09.750 INFO kablam! --> src/custom_types/expressions.rs:6:5 Oct 11 07:21:09.750 INFO kablam! | Oct 11 07:21:09.750 INFO kablam! 6 | Variable { name: String, exp: Box }, Oct 11 07:21:09.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.750 INFO kablam! Oct 11 07:21:09.750 INFO kablam! warning: variant is never constructed: `Sum` Oct 11 07:21:09.750 INFO kablam! --> src/custom_types/expressions.rs:7:5 Oct 11 07:21:09.750 INFO kablam! | Oct 11 07:21:09.750 INFO kablam! 7 | Sum { lhs: Box, rhs: Box }, Oct 11 07:21:09.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.750 INFO kablam! Oct 11 07:21:09.750 INFO kablam! warning: method is never used: `constant` Oct 11 07:21:09.750 INFO kablam! --> src/custom_types/expressions.rs:22:5 Oct 11 07:21:09.750 INFO kablam! | Oct 11 07:21:09.750 INFO kablam! 22 | pub fn constant(val: i32) -> Exp { Oct 11 07:21:09.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.750 INFO kablam! Oct 11 07:21:09.750 INFO kablam! warning: method is never used: `variable` Oct 11 07:21:09.750 INFO kablam! --> src/custom_types/expressions.rs:29:5 Oct 11 07:21:09.750 INFO kablam! | Oct 11 07:21:09.750 INFO kablam! 29 | pub fn variable(name: &str, exp: Exp) -> Exp { Oct 11 07:21:09.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.750 INFO kablam! Oct 11 07:21:09.750 INFO kablam! warning: method is never used: `sum` Oct 11 07:21:09.750 INFO kablam! --> src/custom_types/expressions.rs:36:5 Oct 11 07:21:09.750 INFO kablam! | Oct 11 07:21:09.750 INFO kablam! 36 | pub fn sum(lhs: Exp, rhs: Exp) -> Exp { Oct 11 07:21:09.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.750 INFO kablam! Oct 11 07:21:09.750 INFO kablam! warning: method is never used: `eval` Oct 11 07:21:09.751 INFO kablam! --> src/custom_types/expressions.rs:43:5 Oct 11 07:21:09.751 INFO kablam! | Oct 11 07:21:09.751 INFO kablam! 43 | pub fn eval(exp: &Exp) -> i32 { Oct 11 07:21:09.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.751 INFO kablam! Oct 11 07:21:09.751 INFO kablam! warning: method is never used: `numerator` Oct 11 07:21:09.751 INFO kablam! --> src/custom_types/rational.rs:26:5 Oct 11 07:21:09.751 INFO kablam! | Oct 11 07:21:09.751 INFO kablam! 26 | pub fn numerator(&self) -> i32 { Oct 11 07:21:09.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.751 INFO kablam! Oct 11 07:21:09.751 INFO kablam! warning: method is never used: `denominator` Oct 11 07:21:09.751 INFO kablam! --> src/custom_types/rational.rs:30:5 Oct 11 07:21:09.751 INFO kablam! | Oct 11 07:21:09.751 INFO kablam! 30 | pub fn denominator(&self) -> i32 { Oct 11 07:21:09.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.751 INFO kablam! Oct 11 07:21:09.751 INFO kablam! warning: method is never used: `from` Oct 11 07:21:09.751 INFO kablam! --> src/custom_types/rational.rs:35:5 Oct 11 07:21:09.751 INFO kablam! | Oct 11 07:21:09.751 INFO kablam! 35 | pub fn from(num: i32) -> Rational { Oct 11 07:21:09.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.751 INFO kablam! Oct 11 07:21:09.751 INFO kablam! warning: function is never used: `sum` Oct 11 07:21:09.751 INFO kablam! --> src/functions/functions.rs:1:1 Oct 11 07:21:09.751 INFO kablam! | Oct 11 07:21:09.751 INFO kablam! 1 | fn sum(a: i32, b: i32) -> i32 { Oct 11 07:21:09.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.751 INFO kablam! Oct 11 07:21:09.751 INFO kablam! warning: variant is never constructed: `DividedByZero` Oct 11 07:21:09.751 INFO kablam! --> src/functions/functions.rs:7:5 Oct 11 07:21:09.751 INFO kablam! | Oct 11 07:21:09.751 INFO kablam! 7 | DividedByZero, Oct 11 07:21:09.751 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 07:21:09.751 INFO kablam! Oct 11 07:21:09.751 INFO kablam! warning: function is never used: `div` Oct 11 07:21:09.751 INFO kablam! --> src/functions/functions.rs:10:1 Oct 11 07:21:09.751 INFO kablam! | Oct 11 07:21:09.751 INFO kablam! 10 | fn div(a: i32, b: i32) -> Result { Oct 11 07:21:09.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.751 INFO kablam! Oct 11 07:21:09.751 INFO kablam! warning: function is never used: `fib` Oct 11 07:21:09.751 INFO kablam! --> src/functions/functions.rs:18:1 Oct 11 07:21:09.751 INFO kablam! | Oct 11 07:21:09.751 INFO kablam! 18 | pub fn fib(n: i32) -> i32 { Oct 11 07:21:09.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.751 INFO kablam! Oct 11 07:21:09.751 INFO kablam! warning: function is never used: `max` Oct 11 07:21:09.751 INFO kablam! --> src/functions/functions.rs:28:1 Oct 11 07:21:09.751 INFO kablam! | Oct 11 07:21:09.751 INFO kablam! 28 | / fn max(a: T, b: T) -> T Oct 11 07:21:09.751 INFO kablam! 29 | | where Oct 11 07:21:09.751 INFO kablam! 30 | | T: PartialOrd, Oct 11 07:21:09.751 INFO kablam! 31 | | { Oct 11 07:21:09.751 INFO kablam! ... | Oct 11 07:21:09.751 INFO kablam! 36 | | } Oct 11 07:21:09.751 INFO kablam! 37 | | } Oct 11 07:21:09.751 INFO kablam! | |_^ Oct 11 07:21:09.751 INFO kablam! Oct 11 07:21:09.751 INFO kablam! warning: function is never used: `hello` Oct 11 07:21:09.751 INFO kablam! --> src/primitive_types/strings.rs:2:1 Oct 11 07:21:09.751 INFO kablam! | Oct 11 07:21:09.751 INFO kablam! 2 | fn hello(name: &str) -> String { Oct 11 07:21:09.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:21:09.751 INFO kablam! Oct 11 07:21:09.756 INFO kablam! warning: the `d:` in this pattern is redundant Oct 11 07:21:09.756 INFO kablam! --> src/custom_types/rational.rs:80:30 Oct 11 07:21:09.756 INFO kablam! | Oct 11 07:21:09.756 INFO kablam! 80 | let Rational { n: c, d: d } = other; Oct 11 07:21:09.756 INFO kablam! | --^^ Oct 11 07:21:09.756 INFO kablam! | | Oct 11 07:21:09.757 INFO kablam! | help: remove this Oct 11 07:21:09.757 INFO kablam! | Oct 11 07:21:09.757 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 11 07:21:09.757 INFO kablam! Oct 11 07:21:09.960 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 11 07:21:09.960 INFO kablam! su: No module specific data is present Oct 11 07:21:10.581 INFO running `"docker" "rm" "-f" "bd886761b4e44a99fa202faa596d3ff8dc42247548032eac3754caddb7d35d09"` Oct 11 07:21:10.808 INFO blam! bd886761b4e44a99fa202faa596d3ff8dc42247548032eac3754caddb7d35d09 Oct 11 07:21:10.813 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:21:10.838 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:21:11.304 INFO blam! 8f96590088feeef46dc94731b125de94108c22ff475d74f8789f46da4220cf37 Oct 11 07:21:11.307 INFO running `"docker" "start" "-a" "8f96590088feeef46dc94731b125de94108c22ff475d74f8789f46da4220cf37"` Oct 11 07:21:12.660 INFO kablam! usermod: no changes Oct 11 07:21:12.708 INFO kablam! Compiling rust_tutorial v0.1.0 (/source) Oct 11 07:21:13.552 INFO kablam! warning: unused import: `super::*` Oct 11 07:21:13.552 INFO kablam! --> src/collections/arrays.rs:4:9 Oct 11 07:21:13.552 INFO kablam! | Oct 11 07:21:13.552 INFO kablam! 4 | use super::*; Oct 11 07:21:13.552 INFO kablam! | ^^^^^^^^ Oct 11 07:21:13.553 INFO kablam! | Oct 11 07:21:13.553 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:21:13.553 INFO kablam! Oct 11 07:21:13.553 INFO kablam! warning: unused import: `super::*` Oct 11 07:21:13.553 INFO kablam! --> src/collections/vectors.rs:4:9 Oct 11 07:21:13.553 INFO kablam! | Oct 11 07:21:13.553 INFO kablam! 4 | use super::*; Oct 11 07:21:13.553 INFO kablam! | ^^^^^^^^ Oct 11 07:21:13.553 INFO kablam! Oct 11 07:21:13.974 INFO kablam! warning: the `d:` in this pattern is redundant Oct 11 07:21:13.974 INFO kablam! --> src/custom_types/rational.rs:80:30 Oct 11 07:21:13.974 INFO kablam! | Oct 11 07:21:13.974 INFO kablam! 80 | let Rational { n: c, d: d } = other; Oct 11 07:21:13.974 INFO kablam! | --^^ Oct 11 07:21:13.974 INFO kablam! | | Oct 11 07:21:13.974 INFO kablam! | help: remove this Oct 11 07:21:13.974 INFO kablam! | Oct 11 07:21:13.974 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 11 07:21:13.974 INFO kablam! Oct 11 07:21:14.952 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.26s Oct 11 07:21:14.952 INFO kablam! su: No module specific data is present Oct 11 07:21:15.528 INFO running `"docker" "rm" "-f" "8f96590088feeef46dc94731b125de94108c22ff475d74f8789f46da4220cf37"` Oct 11 07:21:15.764 INFO blam! 8f96590088feeef46dc94731b125de94108c22ff475d74f8789f46da4220cf37 Oct 11 07:21:15.768 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:21:15.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:21:16.218 INFO blam! 18d1902e9ac819a6e9600f1f88f5062409ed51f59b87c3266514432108174506 Oct 11 07:21:16.219 INFO running `"docker" "start" "-a" "18d1902e9ac819a6e9600f1f88f5062409ed51f59b87c3266514432108174506"` Oct 11 07:21:17.460 INFO kablam! usermod: no changes Oct 11 07:21:17.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 07:21:17.532 INFO kablam! Running /target/debug/deps/rust_tutorial-a25850eba0be78f1 Oct 11 07:21:17.540 INFO blam! Oct 11 07:21:17.540 INFO blam! running 45 tests Oct 11 07:21:17.544 INFO blam! test collections::arrays::tests::should_create_an_empty_array ... ok Oct 11 07:21:17.544 INFO blam! test collections::vectors::tests::should_create_a_new_vector_from_iterator_values ... ok Oct 11 07:21:17.548 INFO blam! test collections::vectors::tests::should_init_a_vector_with_the_same_value ... ok Oct 11 07:21:17.548 INFO blam! test collections::vectors::tests::should_pop_elements_from_a_vector ... ok Oct 11 07:21:17.548 INFO blam! test collections::vectors::tests::should_insert_an_element_at_given_index ... ok Oct 11 07:21:17.548 INFO blam! test collections::vectors::tests::should_push_new_elements_onto_vectors ... ok Oct 11 07:21:17.548 INFO blam! test collections::vectors::tests::should_remove_an_element_at_given_index ... ok Oct 11 07:21:17.549 INFO blam! test collections::vectors::tests::should_increase_a_vector_adding_elements_over_its_capacity ... ok Oct 11 07:21:17.549 INFO blam! test collections::vectors::tests::should_create_an_empty_vector_with_an_initial_capacity ... ok Oct 11 07:21:17.549 INFO blam! test collections::vectors::tests::should_create_an_empty_vector ... ok Oct 11 07:21:17.549 INFO blam! test control_flow::loops::tests::should_make_the_sum_from_a_number_to_another2 ... ok Oct 11 07:21:17.549 INFO blam! test control_flow::loops::tests::should_make_the_sum_from_a_number_to_another ... ok Oct 11 07:21:17.549 INFO blam! test control_flow::ifs::tests::should_find_truth_in_42 ... ok Oct 11 07:21:17.549 INFO blam! test control_flow::loops::tests::should_make_the_sum_from_a_number_to_another3 ... ok Oct 11 07:21:17.550 INFO blam! test control_flow::ifs::tests::should_not_find_truth_in_666 ... ok Oct 11 07:21:17.550 INFO blam! test control_flow::ifs::tests::should_use_ifs_as_expressions ... ok Oct 11 07:21:17.556 INFO blam! test custom_types::rational::tests::should_create_new_rational_numbers ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::rational::tests::should_create_new_rational_numbers_simplifing_its_values ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::rational::tests::should_create_rational_numbers_from_number ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::rational::tests::should_create_rational_numbers_from_whole_numbers ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::rational::tests::should_display_negative_rational_numbers ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::rational::tests::should_display_rational_numbers ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::rational::tests::should_divide_two_rational_numbers ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::rational::tests::should_make_the_difference_between_two_rational_numbers ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::rational::tests::should_multiply_two_rational_numbers ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::rational::tests::should_negate_rational_numbers ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::expressions::tests::should_evaluate_expressions ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::rational::tests::should_check_whether_the_rational_number_is_negative ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::rational::tests::should_check_whether_the_rational_number_is_positive ... ok Oct 11 07:21:17.557 INFO blam! test custom_types::rational::tests::should_compare_two_rational_numbers ... ok Oct 11 07:21:17.564 INFO blam! test custom_types::expressions::tests::should_create_new_variable_with_a_bound_expression ... ok Oct 11 07:21:17.564 INFO blam! test custom_types::rational::tests::should_substract_and_assign_two_rational_numbers ... ok Oct 11 07:21:17.564 INFO blam! test functions::functions::tests::div_should_return_an_err_result_when_divisor_is_zero ... ok Oct 11 07:21:17.564 INFO blam! test custom_types::rational::tests::should_sum_and_assign_two_rational_numbers ... ok Oct 11 07:21:17.565 INFO blam! test custom_types::rational::tests::should_sum_two_rational_numbers ... ok Oct 11 07:21:17.572 INFO blam! test functions::functions::tests::div_should_return_an_ok_result_when_divisor_is_not_zero ... ok Oct 11 07:21:17.572 INFO blam! test custom_types::expressions::tests::should_create_new_constant_expressions ... ok Oct 11 07:21:17.572 INFO blam! test custom_types::expressions::tests::should_create_a_sum_expression ... ok Oct 11 07:21:17.573 INFO blam! test functions::functions::tests::max_should_find_max_between_two_i32_values ... ok Oct 11 07:21:17.573 INFO blam! test functions::functions::tests::fib_should_compute_the_nth_fibonacci_number ... ok Oct 11 07:21:17.580 INFO blam! test functions::functions::tests::sum_should_add_two_i32_values ... ok Oct 11 07:21:17.580 INFO blam! test primitive_types::strings::tests::hello_should_make_a_greeting ... ok Oct 11 07:21:17.580 INFO blam! test functions::functions::tests::max_should_find_max_between_two_f32_values ... ok Oct 11 07:21:17.636 INFO blam! test custom_types::rational::tests::should_panic_when_denominator_is_zero ... ok Oct 11 07:21:17.637 INFO kablam! Doc-tests rust_tutorial Oct 11 07:21:17.637 INFO blam! test custom_types::rational::tests::should_panic_when_the_rhs_numerator_is_zero ... ok Oct 11 07:21:17.637 INFO blam! Oct 11 07:21:17.637 INFO blam! test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:21:17.637 INFO blam! Oct 11 07:21:18.903 INFO blam! Oct 11 07:21:18.903 INFO blam! running 0 tests Oct 11 07:21:18.903 INFO blam! Oct 11 07:21:18.903 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:21:18.903 INFO blam! Oct 11 07:21:18.907 INFO kablam! su: No module specific data is present Oct 11 07:21:19.510 INFO running `"docker" "rm" "-f" "18d1902e9ac819a6e9600f1f88f5062409ed51f59b87c3266514432108174506"` Oct 11 07:21:19.746 INFO blam! 18d1902e9ac819a6e9600f1f88f5062409ed51f59b87c3266514432108174506