Oct 12 20:23:48.418 INFO testing tyranron/rust-dojo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 20:23:48.418 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 20:23:48.830 INFO blam! 768b4bc410c9146472af0f48d045cf1508f1fd8a7c6b3def13d746b54418dbe6 Oct 12 20:23:48.832 INFO running `"docker" "start" "-a" "768b4bc410c9146472af0f48d045cf1508f1fd8a7c6b3def13d746b54418dbe6"` Oct 12 20:23:49.659 INFO kablam! usermod: no changes Oct 12 20:23:49.706 INFO kablam! Compiling my-dojo v0.1.0 (/source) Oct 12 20:23:50.007 INFO kablam! warning: function is never used: `count_positives_sum_negatives` Oct 12 20:23:50.007 INFO kablam! --> src/count_of_pos_and_sum_of_neg/mod.rs:8:1 Oct 12 20:23:50.007 INFO kablam! | Oct 12 20:23:50.007 INFO kablam! 8 | fn count_positives_sum_negatives(input: Vec) -> Vec { Oct 12 20:23:50.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:23:50.007 INFO kablam! | Oct 12 20:23:50.007 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:23:50.007 INFO kablam! Oct 12 20:23:50.007 INFO kablam! warning: function is never used: `epidemic_imper` Oct 12 20:23:50.007 INFO kablam! --> src/disease_spread/mod.rs:7:1 Oct 12 20:23:50.007 INFO kablam! | Oct 12 20:23:50.007 INFO kablam! 7 | fn epidemic_imper(tm: i32, n: i32, s0: i32, i0: i32, b: f64, a: f64) -> i32 { Oct 12 20:23:50.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:23:50.007 INFO kablam! Oct 12 20:23:50.007 INFO kablam! warning: function is never used: `epidemic_funct` Oct 12 20:23:50.007 INFO kablam! --> src/disease_spread/mod.rs:24:1 Oct 12 20:23:50.007 INFO kablam! | Oct 12 20:23:50.007 INFO kablam! 24 | fn epidemic_funct(tm: i32, n: i32, s0: i32, i0: i32, b: f64, a: f64) -> i32 { Oct 12 20:23:50.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:23:50.007 INFO kablam! Oct 12 20:23:50.007 INFO kablam! warning: function is never used: `sum_fracts` Oct 12 20:23:50.007 INFO kablam! --> src/irreducible_sum_of_rationals/mod.rs:7:1 Oct 12 20:23:50.007 INFO kablam! | Oct 12 20:23:50.007 INFO kablam! 7 | fn sum_fracts(l: Vec<(i64, i64)>) -> Option<(i64, i64)> { Oct 12 20:23:50.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:23:50.007 INFO kablam! Oct 12 20:23:50.007 INFO kablam! warning: function is never used: `euclid_gcd` Oct 12 20:23:50.007 INFO kablam! --> src/irreducible_sum_of_rationals/mod.rs:22:1 Oct 12 20:23:50.007 INFO kablam! | Oct 12 20:23:50.007 INFO kablam! 22 | fn euclid_gcd(a: i64, b: i64) -> i64 { Oct 12 20:23:50.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:23:50.007 INFO kablam! Oct 12 20:23:50.007 INFO kablam! warning: function is never used: `rnd10` Oct 12 20:23:50.007 INFO kablam! --> src/pi_approximation/mod.rs:8:1 Oct 12 20:23:50.007 INFO kablam! | Oct 12 20:23:50.007 INFO kablam! 8 | fn rnd10(f: f64) -> f64 { Oct 12 20:23:50.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:23:50.007 INFO kablam! Oct 12 20:23:50.007 INFO kablam! warning: function is never used: `iter_pi` Oct 12 20:23:50.007 INFO kablam! --> src/pi_approximation/mod.rs:16:1 Oct 12 20:23:50.007 INFO kablam! | Oct 12 20:23:50.007 INFO kablam! 16 | fn iter_pi(epsilon: f64) -> (i32, f64) { Oct 12 20:23:50.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:23:50.007 INFO kablam! Oct 12 20:23:50.007 INFO kablam! warning: function is never used: `find_nb` Oct 12 20:23:50.007 INFO kablam! --> src/pile_of_cubes/mod.rs:7:1 Oct 12 20:23:50.007 INFO kablam! | Oct 12 20:23:50.007 INFO kablam! 7 | fn find_nb(m: u64) -> i32 { Oct 12 20:23:50.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:23:50.007 INFO kablam! Oct 12 20:23:50.331 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.63s Oct 12 20:23:50.331 INFO kablam! su: No module specific data is present Oct 12 20:23:51.202 INFO running `"docker" "rm" "-f" "768b4bc410c9146472af0f48d045cf1508f1fd8a7c6b3def13d746b54418dbe6"` Oct 12 20:23:51.467 INFO blam! 768b4bc410c9146472af0f48d045cf1508f1fd8a7c6b3def13d746b54418dbe6 Oct 12 20:23:51.477 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 20:23:51.977 INFO blam! b9536f92ff3d9f48cd5e0aa7f528291b903e3e7fb617d8f6b4f4ee1a7911188c Oct 12 20:23:51.978 INFO running `"docker" "start" "-a" "b9536f92ff3d9f48cd5e0aa7f528291b903e3e7fb617d8f6b4f4ee1a7911188c"` Oct 12 20:23:53.283 INFO kablam! usermod: no changes Oct 12 20:23:53.343 INFO kablam! Compiling my-dojo v0.1.0 (/source) Oct 12 20:23:54.794 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Oct 12 20:23:54.796 INFO kablam! su: No module specific data is present Oct 12 20:23:55.499 INFO running `"docker" "rm" "-f" "b9536f92ff3d9f48cd5e0aa7f528291b903e3e7fb617d8f6b4f4ee1a7911188c"` Oct 12 20:23:55.755 INFO blam! b9536f92ff3d9f48cd5e0aa7f528291b903e3e7fb617d8f6b4f4ee1a7911188c Oct 12 20:23:55.763 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 20:23:56.154 INFO blam! a95a959a8f38c5a29d69152a2ff460487522e7545b20bf66c2d78004fb12a98c Oct 12 20:23:56.155 INFO running `"docker" "start" "-a" "a95a959a8f38c5a29d69152a2ff460487522e7545b20bf66c2d78004fb12a98c"` Oct 12 20:23:57.011 INFO kablam! usermod: no changes Oct 12 20:23:57.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 20:23:57.055 INFO kablam! Running /target/debug/deps/my_dojo-bd130eaab1aafb0b Oct 12 20:23:57.065 INFO blam! Oct 12 20:23:57.065 INFO blam! running 8 tests Oct 12 20:23:57.065 INFO blam! test count_of_pos_and_sum_of_neg::returns_expected ... ok Oct 12 20:23:57.067 INFO blam! test count_of_pos_and_sum_of_neg::empty_on_empty ... ok Oct 12 20:23:57.071 INFO blam! test pile_of_cubes::spec::basics_imper_find_nb ... ok Oct 12 20:23:57.072 INFO blam! test disease_spread::spec::basic_tests_funct ... ok Oct 12 20:23:57.072 INFO blam! test disease_spread::spec::basic_tests_imper ... ok Oct 12 20:23:57.072 INFO blam! test irreducible_sum_of_rationals::tests_sum_fracts ... ok Oct 12 20:23:57.073 INFO blam! test irreducible_sum_of_rationals::test_euclid ... ok Oct 12 20:23:57.086 INFO blam! test pi_approximation::tests_iter_pi ... ok Oct 12 20:23:57.086 INFO blam! Oct 12 20:23:57.086 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:23:57.086 INFO blam! Oct 12 20:23:57.091 INFO kablam! su: No module specific data is present Oct 12 20:23:57.399 INFO running `"docker" "rm" "-f" "a95a959a8f38c5a29d69152a2ff460487522e7545b20bf66c2d78004fb12a98c"` Oct 12 20:23:57.533 INFO blam! a95a959a8f38c5a29d69152a2ff460487522e7545b20bf66c2d78004fb12a98c