Oct 16 14:58:37.706 INFO testing classif-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 14:58:37.707 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 16 14:58:37.984 INFO blam! 4324807d9d789b93890569f18606a0c92afb668f7c09b1b9af2aad9a34bc6d48 Oct 16 14:58:37.985 INFO running `"docker" "start" "-a" "4324807d9d789b93890569f18606a0c92afb668f7c09b1b9af2aad9a34bc6d48"` Oct 16 14:58:38.362 INFO kablam! usermod: no changes Oct 16 14:58:38.390 INFO kablam! Compiling classif v0.0.2 (/source) Oct 16 14:58:39.003 INFO kablam! warning: variable does not need to be mutable Oct 16 14:58:39.003 INFO kablam! --> src/jenks.rs:25:13 Oct 16 14:58:39.003 INFO kablam! | Oct 16 14:58:39.003 INFO kablam! 25 | let mut v = unsafe { self.values.get_unchecked_mut(ix.0 * self.dim + ix.1) }; Oct 16 14:58:39.003 INFO kablam! | ----^ Oct 16 14:58:39.003 INFO kablam! | | Oct 16 14:58:39.003 INFO kablam! | help: remove this `mut` Oct 16 14:58:39.003 INFO kablam! | Oct 16 14:58:39.003 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 14:58:39.003 INFO kablam! Oct 16 14:58:39.023 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 16 14:58:39.023 INFO kablam! --> src/stats.rs:8:5 Oct 16 14:58:39.023 INFO kablam! | Oct 16 14:58:39.023 INFO kablam! 8 | values.iter().map(|v| sum += *v).collect::>(); Oct 16 14:58:39.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:58:39.023 INFO kablam! | Oct 16 14:58:39.023 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 14:58:39.023 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 16 14:58:39.023 INFO kablam! Oct 16 14:58:39.058 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 16 14:58:39.064 INFO kablam! su: No module specific data is present Oct 16 14:58:39.399 INFO running `"docker" "rm" "-f" "4324807d9d789b93890569f18606a0c92afb668f7c09b1b9af2aad9a34bc6d48"` Oct 16 14:58:39.511 INFO blam! 4324807d9d789b93890569f18606a0c92afb668f7c09b1b9af2aad9a34bc6d48 Oct 16 14:58:39.513 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 16 14:58:39.711 INFO blam! 2323b6d505ad2528e303062ba6a35fa881e53f7a9e4957f08265d7b29a3d964e Oct 16 14:58:39.715 INFO running `"docker" "start" "-a" "2323b6d505ad2528e303062ba6a35fa881e53f7a9e4957f08265d7b29a3d964e"` Oct 16 14:58:40.238 INFO kablam! usermod: no changes Oct 16 14:58:40.323 INFO kablam! Compiling classif v0.0.2 (/source) Oct 16 14:58:41.316 INFO kablam! warning: variable does not need to be mutable Oct 16 14:58:41.316 INFO kablam! --> src/jenks.rs:25:13 Oct 16 14:58:41.316 INFO kablam! | Oct 16 14:58:41.316 INFO kablam! 25 | let mut v = unsafe { self.values.get_unchecked_mut(ix.0 * self.dim + ix.1) }; Oct 16 14:58:41.316 INFO kablam! | ----^ Oct 16 14:58:41.316 INFO kablam! | | Oct 16 14:58:41.316 INFO kablam! | help: remove this `mut` Oct 16 14:58:41.316 INFO kablam! | Oct 16 14:58:41.316 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 14:58:41.316 INFO kablam! Oct 16 14:58:41.337 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 16 14:58:41.337 INFO kablam! --> src/stats.rs:8:5 Oct 16 14:58:41.337 INFO kablam! | Oct 16 14:58:41.338 INFO kablam! 8 | values.iter().map(|v| sum += *v).collect::>(); Oct 16 14:58:41.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:58:41.338 INFO kablam! | Oct 16 14:58:41.338 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 14:58:41.338 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 16 14:58:41.338 INFO kablam! Oct 16 14:58:42.069 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.81s Oct 16 14:58:42.073 INFO kablam! su: No module specific data is present Oct 16 14:58:42.639 INFO running `"docker" "rm" "-f" "2323b6d505ad2528e303062ba6a35fa881e53f7a9e4957f08265d7b29a3d964e"` Oct 16 14:58:42.986 INFO blam! 2323b6d505ad2528e303062ba6a35fa881e53f7a9e4957f08265d7b29a3d964e Oct 16 14:58:42.992 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 16 14:58:43.527 INFO blam! d2a51f01f80d2aa6d80498feef9f23746123bb325355a6042d96912e0de61ee1 Oct 16 14:58:43.530 INFO running `"docker" "start" "-a" "d2a51f01f80d2aa6d80498feef9f23746123bb325355a6042d96912e0de61ee1"` Oct 16 14:58:44.403 INFO kablam! usermod: no changes Oct 16 14:58:44.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 14:58:44.459 INFO blam! Oct 16 14:58:44.459 INFO kablam! Running /target/debug/deps/classif-b8c432ff851252bd Oct 16 14:58:44.460 INFO blam! running 10 tests Oct 16 14:58:44.464 INFO blam! test tests::test_arithmetic_breaks ... ok Oct 16 14:58:44.464 INFO blam! test tests::test_get_class_index ... ok Oct 16 14:58:44.464 INFO blam! test tests::test_equal_interval_breaks ... ok Oct 16 14:58:44.464 INFO blam! test tests::test_quantiles_breaks ... ok Oct 16 14:58:44.475 INFO blam! test tests::test_root_mean_square ... ok Oct 16 14:58:44.475 INFO kablam! Doc-tests classif Oct 16 14:58:44.475 INFO blam! test tests::test_variance ... ok Oct 16 14:58:44.475 INFO blam! test tests::test_head_tail ... ok Oct 16 14:58:44.475 INFO blam! test tests::test_kurtosis ... ok Oct 16 14:58:44.475 INFO blam! test tests::test_jenks_breaks ... ok Oct 16 14:58:44.475 INFO blam! test tests::test_median ... ok Oct 16 14:58:44.475 INFO blam! Oct 16 14:58:44.475 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:58:44.475 INFO blam! Oct 16 14:58:45.428 INFO blam! Oct 16 14:58:45.428 INFO blam! running 1 test Oct 16 14:58:46.729 INFO blam! test src/classif.rs - classif::BoundsInfo (line 46) ... ok Oct 16 14:58:46.729 INFO blam! Oct 16 14:58:46.729 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:58:46.729 INFO blam! Oct 16 14:58:46.740 INFO kablam! su: No module specific data is present Oct 16 14:58:47.017 INFO running `"docker" "rm" "-f" "d2a51f01f80d2aa6d80498feef9f23746123bb325355a6042d96912e0de61ee1"` Oct 16 14:58:47.140 INFO blam! d2a51f01f80d2aa6d80498feef9f23746123bb325355a6042d96912e0de61ee1