Oct 15 12:01:30.689 INFO testing CarloMicieli/rust_tutorial against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:01:30.699 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 12:01:31.128 INFO blam! 8a3f2eca9605590d789c90503283590d464c09495a26cf018b507e7a407522f6 Oct 15 12:01:31.130 INFO running `"docker" "start" "-a" "8a3f2eca9605590d789c90503283590d464c09495a26cf018b507e7a407522f6"` Oct 15 12:01:32.150 INFO kablam! usermod: no changes Oct 15 12:01:32.167 INFO kablam! Compiling rust_tutorial v0.1.0 (/source) Oct 15 12:01:32.654 INFO kablam! warning: function is never used: `thruth` Oct 15 12:01:32.655 INFO kablam! --> src/control_flow/ifs.rs:1:1 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 1 | pub fn thruth(x: i32) -> bool { Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: function is never used: `if_as_expression` Oct 15 12:01:32.655 INFO kablam! --> src/control_flow/ifs.rs:9:1 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 9 | pub fn if_as_expression(x: i32) -> &'static str { Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: function is never used: `sum` Oct 15 12:01:32.655 INFO kablam! --> src/control_flow/loops.rs:2:1 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 2 | pub fn sum(from: i32, to: i32) -> i32 { Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: function is never used: `sum2` Oct 15 12:01:32.655 INFO kablam! --> src/control_flow/loops.rs:15:1 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 15 | pub fn sum2(from: i32, to: i32) -> i32 { Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: function is never used: `sum3` Oct 15 12:01:32.655 INFO kablam! --> src/control_flow/loops.rs:24:1 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 24 | pub fn sum3(from: i32, to: i32) -> i32 { Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: variant is never constructed: `Val` Oct 15 12:01:32.655 INFO kablam! --> src/custom_types/expressions.rs:5:5 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 5 | Val { n: i32 }, Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: variant is never constructed: `Variable` Oct 15 12:01:32.655 INFO kablam! --> src/custom_types/expressions.rs:6:5 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 6 | Variable { name: String, exp: Box }, Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: variant is never constructed: `Sum` Oct 15 12:01:32.655 INFO kablam! --> src/custom_types/expressions.rs:7:5 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 7 | Sum { lhs: Box, rhs: Box }, Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: method is never used: `constant` Oct 15 12:01:32.655 INFO kablam! --> src/custom_types/expressions.rs:22:5 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 22 | pub fn constant(val: i32) -> Exp { Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: method is never used: `variable` Oct 15 12:01:32.655 INFO kablam! --> src/custom_types/expressions.rs:29:5 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 29 | pub fn variable(name: &str, exp: Exp) -> Exp { Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: method is never used: `sum` Oct 15 12:01:32.655 INFO kablam! --> src/custom_types/expressions.rs:36:5 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 36 | pub fn sum(lhs: Exp, rhs: Exp) -> Exp { Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: method is never used: `eval` Oct 15 12:01:32.655 INFO kablam! --> src/custom_types/expressions.rs:43:5 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 43 | pub fn eval(exp: &Exp) -> i32 { Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: method is never used: `numerator` Oct 15 12:01:32.655 INFO kablam! --> src/custom_types/rational.rs:26:5 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 26 | pub fn numerator(&self) -> i32 { Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: method is never used: `denominator` Oct 15 12:01:32.655 INFO kablam! --> src/custom_types/rational.rs:30:5 Oct 15 12:01:32.655 INFO kablam! | Oct 15 12:01:32.655 INFO kablam! 30 | pub fn denominator(&self) -> i32 { Oct 15 12:01:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.655 INFO kablam! Oct 15 12:01:32.655 INFO kablam! warning: method is never used: `from` Oct 15 12:01:32.656 INFO kablam! --> src/custom_types/rational.rs:35:5 Oct 15 12:01:32.656 INFO kablam! | Oct 15 12:01:32.656 INFO kablam! 35 | pub fn from(num: i32) -> Rational { Oct 15 12:01:32.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.656 INFO kablam! Oct 15 12:01:32.656 INFO kablam! warning: function is never used: `sum` Oct 15 12:01:32.656 INFO kablam! --> src/functions/functions.rs:1:1 Oct 15 12:01:32.656 INFO kablam! | Oct 15 12:01:32.656 INFO kablam! 1 | fn sum(a: i32, b: i32) -> i32 { Oct 15 12:01:32.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.656 INFO kablam! Oct 15 12:01:32.656 INFO kablam! warning: variant is never constructed: `DividedByZero` Oct 15 12:01:32.656 INFO kablam! --> src/functions/functions.rs:7:5 Oct 15 12:01:32.656 INFO kablam! | Oct 15 12:01:32.656 INFO kablam! 7 | DividedByZero, Oct 15 12:01:32.656 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 12:01:32.656 INFO kablam! Oct 15 12:01:32.656 INFO kablam! warning: function is never used: `div` Oct 15 12:01:32.656 INFO kablam! --> src/functions/functions.rs:10:1 Oct 15 12:01:32.656 INFO kablam! | Oct 15 12:01:32.656 INFO kablam! 10 | fn div(a: i32, b: i32) -> Result { Oct 15 12:01:32.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.656 INFO kablam! Oct 15 12:01:32.656 INFO kablam! warning: function is never used: `fib` Oct 15 12:01:32.656 INFO kablam! --> src/functions/functions.rs:18:1 Oct 15 12:01:32.656 INFO kablam! | Oct 15 12:01:32.656 INFO kablam! 18 | pub fn fib(n: i32) -> i32 { Oct 15 12:01:32.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.656 INFO kablam! Oct 15 12:01:32.656 INFO kablam! warning: function is never used: `max` Oct 15 12:01:32.656 INFO kablam! --> src/functions/functions.rs:28:1 Oct 15 12:01:32.656 INFO kablam! | Oct 15 12:01:32.656 INFO kablam! 28 | / fn max(a: T, b: T) -> T Oct 15 12:01:32.656 INFO kablam! 29 | | where Oct 15 12:01:32.656 INFO kablam! 30 | | T: PartialOrd, Oct 15 12:01:32.656 INFO kablam! 31 | | { Oct 15 12:01:32.656 INFO kablam! ... | Oct 15 12:01:32.656 INFO kablam! 36 | | } Oct 15 12:01:32.656 INFO kablam! 37 | | } Oct 15 12:01:32.656 INFO kablam! | |_^ Oct 15 12:01:32.656 INFO kablam! Oct 15 12:01:32.656 INFO kablam! warning: function is never used: `hello` Oct 15 12:01:32.656 INFO kablam! --> src/primitive_types/strings.rs:2:1 Oct 15 12:01:32.656 INFO kablam! | Oct 15 12:01:32.656 INFO kablam! 2 | fn hello(name: &str) -> String { Oct 15 12:01:32.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:01:32.656 INFO kablam! Oct 15 12:01:32.656 INFO kablam! warning: the `d:` in this pattern is redundant Oct 15 12:01:32.656 INFO kablam! --> src/custom_types/rational.rs:80:30 Oct 15 12:01:32.656 INFO kablam! | Oct 15 12:01:32.656 INFO kablam! 80 | let Rational { n: c, d: d } = other; Oct 15 12:01:32.656 INFO kablam! | --^^ Oct 15 12:01:32.656 INFO kablam! | | Oct 15 12:01:32.656 INFO kablam! | help: remove this Oct 15 12:01:32.656 INFO kablam! | Oct 15 12:01:32.656 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 15 12:01:32.656 INFO kablam! Oct 15 12:01:32.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.59s Oct 15 12:01:32.755 INFO kablam! su: No module specific data is present Oct 15 12:01:33.354 INFO running `"docker" "rm" "-f" "8a3f2eca9605590d789c90503283590d464c09495a26cf018b507e7a407522f6"` Oct 15 12:01:33.639 INFO blam! 8a3f2eca9605590d789c90503283590d464c09495a26cf018b507e7a407522f6 Oct 15 12:01:33.653 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 12:01:34.092 INFO blam! 1596fb550e9008427d647d3efa43227866e43a10dce7443af2ac30865df01031 Oct 15 12:01:34.095 INFO running `"docker" "start" "-a" "1596fb550e9008427d647d3efa43227866e43a10dce7443af2ac30865df01031"` Oct 15 12:01:35.201 INFO kablam! usermod: no changes Oct 15 12:01:35.291 INFO kablam! Compiling rust_tutorial v0.1.0 (/source) Oct 15 12:01:35.775 INFO kablam! warning: unused import: `super::*` Oct 15 12:01:35.775 INFO kablam! --> src/collections/arrays.rs:4:9 Oct 15 12:01:35.775 INFO kablam! | Oct 15 12:01:35.776 INFO kablam! 4 | use super::*; Oct 15 12:01:35.776 INFO kablam! | ^^^^^^^^ Oct 15 12:01:35.776 INFO kablam! | Oct 15 12:01:35.777 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:01:35.777 INFO kablam! Oct 15 12:01:35.777 INFO kablam! warning: unused import: `super::*` Oct 15 12:01:35.778 INFO kablam! --> src/collections/vectors.rs:4:9 Oct 15 12:01:35.778 INFO kablam! | Oct 15 12:01:35.778 INFO kablam! 4 | use super::*; Oct 15 12:01:35.779 INFO kablam! | ^^^^^^^^ Oct 15 12:01:35.779 INFO kablam! Oct 15 12:01:36.137 INFO kablam! warning: the `d:` in this pattern is redundant Oct 15 12:01:36.137 INFO kablam! --> src/custom_types/rational.rs:80:30 Oct 15 12:01:36.137 INFO kablam! | Oct 15 12:01:36.138 INFO kablam! 80 | let Rational { n: c, d: d } = other; Oct 15 12:01:36.138 INFO kablam! | --^^ Oct 15 12:01:36.138 INFO kablam! | | Oct 15 12:01:36.138 INFO kablam! | help: remove this Oct 15 12:01:36.138 INFO kablam! | Oct 15 12:01:36.138 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 15 12:01:36.139 INFO kablam! Oct 15 12:01:37.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 15 12:01:37.066 INFO kablam! su: No module specific data is present Oct 15 12:01:37.475 INFO running `"docker" "rm" "-f" "1596fb550e9008427d647d3efa43227866e43a10dce7443af2ac30865df01031"` Oct 15 12:01:37.682 INFO blam! 1596fb550e9008427d647d3efa43227866e43a10dce7443af2ac30865df01031 Oct 15 12:01:37.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 12:01:38.047 INFO blam! d02b39f99e9ce27011fceb267ac013a47ff66351f40839f3f6c95111f16e9ebe Oct 15 12:01:38.067 INFO running `"docker" "start" "-a" "d02b39f99e9ce27011fceb267ac013a47ff66351f40839f3f6c95111f16e9ebe"` Oct 15 12:01:39.112 INFO kablam! usermod: no changes Oct 15 12:01:39.162 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 12:01:39.175 INFO kablam! Running /target/debug/deps/rust_tutorial-a25850eba0be78f1 Oct 15 12:01:39.183 INFO blam! Oct 15 12:01:39.183 INFO blam! running 45 tests Oct 15 12:01:39.184 INFO blam! test collections::arrays::tests::should_create_an_empty_array ... ok Oct 15 12:01:39.186 INFO blam! test collections::vectors::tests::should_create_an_empty_vector ... ok Oct 15 12:01:39.186 INFO blam! test collections::vectors::tests::should_create_an_empty_vector_with_an_initial_capacity ... ok Oct 15 12:01:39.187 INFO blam! test collections::vectors::tests::should_init_a_vector_with_the_same_value ... ok Oct 15 12:01:39.187 INFO blam! test control_flow::ifs::tests::should_find_truth_in_42 ... ok Oct 15 12:01:39.187 INFO blam! test collections::vectors::tests::should_pop_elements_from_a_vector ... ok Oct 15 12:01:39.187 INFO blam! test collections::vectors::tests::should_remove_an_element_at_given_index ... ok Oct 15 12:01:39.187 INFO blam! test collections::vectors::tests::should_push_new_elements_onto_vectors ... ok Oct 15 12:01:39.188 INFO blam! test control_flow::ifs::tests::should_use_ifs_as_expressions ... ok Oct 15 12:01:39.188 INFO blam! test collections::vectors::tests::should_insert_an_element_at_given_index ... ok Oct 15 12:01:39.188 INFO blam! test control_flow::loops::tests::should_make_the_sum_from_a_number_to_another ... ok Oct 15 12:01:39.188 INFO blam! test custom_types::expressions::tests::should_create_new_variable_with_a_bound_expression ... ok Oct 15 12:01:39.188 INFO blam! test custom_types::expressions::tests::should_evaluate_expressions ... ok Oct 15 12:01:39.188 INFO blam! test custom_types::rational::tests::should_check_whether_the_rational_number_is_negative ... ok Oct 15 12:01:39.189 INFO blam! test custom_types::rational::tests::should_check_whether_the_rational_number_is_positive ... ok Oct 15 12:01:39.189 INFO blam! test custom_types::rational::tests::should_compare_two_rational_numbers ... ok Oct 15 12:01:39.189 INFO blam! test custom_types::rational::tests::should_create_new_rational_numbers ... ok Oct 15 12:01:39.189 INFO blam! test custom_types::rational::tests::should_create_new_rational_numbers_simplifing_its_values ... ok Oct 15 12:01:39.189 INFO blam! test custom_types::rational::tests::should_create_rational_numbers_from_number ... ok Oct 15 12:01:39.189 INFO blam! test custom_types::rational::tests::should_create_rational_numbers_from_whole_numbers ... ok Oct 15 12:01:39.190 INFO blam! test custom_types::rational::tests::should_display_negative_rational_numbers ... ok Oct 15 12:01:39.190 INFO blam! test custom_types::rational::tests::should_display_rational_numbers ... ok Oct 15 12:01:39.190 INFO blam! test custom_types::rational::tests::should_divide_two_rational_numbers ... ok Oct 15 12:01:39.190 INFO blam! test custom_types::rational::tests::should_make_the_difference_between_two_rational_numbers ... ok Oct 15 12:01:39.190 INFO blam! test custom_types::rational::tests::should_multiply_two_rational_numbers ... ok Oct 15 12:01:39.190 INFO blam! test custom_types::rational::tests::should_negate_rational_numbers ... ok Oct 15 12:01:39.195 INFO blam! test collections::vectors::tests::should_create_a_new_vector_from_iterator_values ... ok Oct 15 12:01:39.195 INFO blam! test control_flow::ifs::tests::should_not_find_truth_in_666 ... ok Oct 15 12:01:39.195 INFO blam! test collections::vectors::tests::should_increase_a_vector_adding_elements_over_its_capacity ... ok Oct 15 12:01:39.196 INFO blam! test control_flow::loops::tests::should_make_the_sum_from_a_number_to_another2 ... ok Oct 15 12:01:39.196 INFO blam! test control_flow::loops::tests::should_make_the_sum_from_a_number_to_another3 ... ok Oct 15 12:01:39.196 INFO blam! test custom_types::expressions::tests::should_create_a_sum_expression ... ok Oct 15 12:01:39.196 INFO blam! test custom_types::expressions::tests::should_create_new_constant_expressions ... ok Oct 15 12:01:39.197 INFO blam! test custom_types::rational::tests::should_substract_and_assign_two_rational_numbers ... ok Oct 15 12:01:39.197 INFO blam! test custom_types::rational::tests::should_sum_and_assign_two_rational_numbers ... ok Oct 15 12:01:39.197 INFO blam! test functions::functions::tests::div_should_return_an_err_result_when_divisor_is_zero ... ok Oct 15 12:01:39.198 INFO blam! test functions::functions::tests::div_should_return_an_ok_result_when_divisor_is_not_zero ... ok Oct 15 12:01:39.198 INFO blam! test custom_types::rational::tests::should_sum_two_rational_numbers ... ok Oct 15 12:01:39.198 INFO blam! test functions::functions::tests::fib_should_compute_the_nth_fibonacci_number ... ok Oct 15 12:01:39.198 INFO blam! test functions::functions::tests::max_should_find_max_between_two_f32_values ... ok Oct 15 12:01:39.203 INFO blam! test functions::functions::tests::max_should_find_max_between_two_i32_values ... ok Oct 15 12:01:39.203 INFO blam! test primitive_types::strings::tests::hello_should_make_a_greeting ... ok Oct 15 12:01:39.204 INFO blam! test functions::functions::tests::sum_should_add_two_i32_values ... ok Oct 15 12:01:39.235 INFO blam! test custom_types::rational::tests::should_panic_when_denominator_is_zero ... ok Oct 15 12:01:39.239 INFO blam! test custom_types::rational::tests::should_panic_when_the_rhs_numerator_is_zero ... ok Oct 15 12:01:39.239 INFO kablam! Doc-tests rust_tutorial Oct 15 12:01:39.240 INFO blam! Oct 15 12:01:39.240 INFO blam! test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:01:39.240 INFO blam! Oct 15 12:01:39.922 INFO blam! Oct 15 12:01:39.922 INFO blam! running 0 tests Oct 15 12:01:39.922 INFO blam! Oct 15 12:01:39.922 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:01:39.922 INFO blam! Oct 15 12:01:39.934 INFO kablam! su: No module specific data is present Oct 15 12:01:40.467 INFO running `"docker" "rm" "-f" "d02b39f99e9ce27011fceb267ac013a47ff66351f40839f3f6c95111f16e9ebe"` Oct 15 12:01:40.615 INFO blam! d02b39f99e9ce27011fceb267ac013a47ff66351f40839f3f6c95111f16e9ebe