Oct 13 03:33:05.050 INFO testing puma3/distributed_recommender against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:33:05.051 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 03:33:05.396 INFO blam! d272d3825c778a2ced19b98decfd6ed893dfbd6c8c156a1231510649ae5da67a Oct 13 03:33:05.403 INFO running `"docker" "start" "-a" "d272d3825c778a2ced19b98decfd6ed893dfbd6c8c156a1231510649ae5da67a"` Oct 13 03:33:06.791 INFO kablam! usermod: no changes Oct 13 03:33:06.927 INFO kablam! Compiling memchr v1.0.2 Oct 13 03:33:06.940 INFO kablam! Compiling abomonation v0.4.6 Oct 13 03:33:06.940 INFO kablam! Compiling utilities v0.1.0 (/source/libs/utilities) Oct 13 03:33:06.940 INFO kablam! Compiling distance v0.1.0 (/source/libs/distance) Oct 13 03:33:06.940 INFO kablam! Compiling timely_sort v0.1.6 Oct 13 03:33:08.687 INFO kablam! Compiling csv-core v0.1.3 Oct 13 03:33:10.016 INFO kablam! Compiling csv v1.0.0-beta.5 Oct 13 03:33:11.431 INFO kablam! Compiling timely_communication v0.1.8 Oct 13 03:33:12.999 INFO kablam! Compiling database v0.1.0 (/source/libs/database) Oct 13 03:33:13.783 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:33:13.784 INFO kablam! --> libs/database/src/lib.rs:4:1 Oct 13 03:33:13.784 INFO kablam! | Oct 13 03:33:13.784 INFO kablam! 4 | #[macro_use] Oct 13 03:33:13.785 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:33:13.785 INFO kablam! | Oct 13 03:33:13.785 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:33:13.786 INFO kablam! Oct 13 03:33:14.407 INFO kablam! warning: method is never used: `item_based_recommendation` Oct 13 03:33:14.408 INFO kablam! --> libs/database/src/lib.rs:234:5 Oct 13 03:33:14.408 INFO kablam! | Oct 13 03:33:14.408 INFO kablam! 234 | fn item_based_recommendation(&self, movie_id: i32) -> Vec<(i32, f32)> { Oct 13 03:33:14.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:33:14.409 INFO kablam! | Oct 13 03:33:14.409 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:33:14.410 INFO kablam! Oct 13 03:33:14.410 INFO kablam! warning: method is never used: `highest_rated_movie` Oct 13 03:33:14.410 INFO kablam! --> libs/database/src/lib.rs:250:5 Oct 13 03:33:14.411 INFO kablam! | Oct 13 03:33:14.411 INFO kablam! 250 | fn highest_rated_movie(&self, user_id: i32) -> i32 { Oct 13 03:33:14.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:33:14.411 INFO kablam! Oct 13 03:33:16.679 INFO kablam! Compiling timely v0.3.0 Oct 13 03:33:23.565 INFO kablam! Compiling distributed_recommender v0.1.0 (/source) Oct 13 03:33:24.263 INFO kablam! warning: unused import: `timely::dataflow::channels::message::Content` Oct 13 03:33:24.263 INFO kablam! --> src/main.rs:14:5 Oct 13 03:33:24.263 INFO kablam! | Oct 13 03:33:24.263 INFO kablam! 14 | use timely::dataflow::channels::message::Content; Oct 13 03:33:24.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:33:24.263 INFO kablam! | Oct 13 03:33:24.264 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:33:24.264 INFO kablam! Oct 13 03:33:24.334 INFO kablam! warning: unused variable: `capability` Oct 13 03:33:24.334 INFO kablam! --> src/main.rs:58:59 Oct 13 03:33:24.334 INFO kablam! | Oct 13 03:33:24.334 INFO kablam! 58 | .unary(Pipeline, "user-user_distances", |capability| Oct 13 03:33:24.334 INFO kablam! | ^^^^^^^^^^ help: consider using `_capability` instead Oct 13 03:33:24.334 INFO kablam! | Oct 13 03:33:24.334 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:33:24.334 INFO kablam! Oct 13 03:33:24.334 INFO kablam! warning: unused variable: `capability` Oct 13 03:33:24.334 INFO kablam! --> src/main.rs:78:60 Oct 13 03:33:24.334 INFO kablam! | Oct 13 03:33:24.334 INFO kablam! 78 | .unary(Pipeline, "user-based_recommend", |capability| Oct 13 03:33:24.334 INFO kablam! | ^^^^^^^^^^ help: consider using `_capability` instead Oct 13 03:33:24.334 INFO kablam! Oct 13 03:33:24.351 INFO kablam! warning: variable does not need to be mutable Oct 13 03:33:24.351 INFO kablam! --> src/main.rs:42:13 Oct 13 03:33:24.351 INFO kablam! | Oct 13 03:33:24.351 INFO kablam! 42 | let mut probe = ProbeHandle::new(); Oct 13 03:33:24.351 INFO kablam! | ----^^^^^ Oct 13 03:33:24.351 INFO kablam! | | Oct 13 03:33:24.351 INFO kablam! | help: remove this `mut` Oct 13 03:33:24.351 INFO kablam! | Oct 13 03:33:24.351 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:33:24.353 INFO kablam! Oct 13 03:33:24.353 INFO kablam! warning: variable does not need to be mutable Oct 13 03:33:24.353 INFO kablam! --> src/main.rs:42:13 Oct 13 03:33:24.353 INFO kablam! | Oct 13 03:33:24.353 INFO kablam! 42 | let mut probe = ProbeHandle::new(); Oct 13 03:33:24.353 INFO kablam! | ----^^^^^ Oct 13 03:33:24.353 INFO kablam! | | Oct 13 03:33:24.353 INFO kablam! | help: remove this `mut` Oct 13 03:33:24.353 INFO kablam! Oct 13 03:33:33.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.46s Oct 13 03:33:33.291 INFO kablam! su: No module specific data is present Oct 13 03:33:34.071 INFO running `"docker" "rm" "-f" "d272d3825c778a2ced19b98decfd6ed893dfbd6c8c156a1231510649ae5da67a"` Oct 13 03:33:34.325 INFO blam! d272d3825c778a2ced19b98decfd6ed893dfbd6c8c156a1231510649ae5da67a Oct 13 03:33:34.329 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 03:33:34.745 INFO blam! e3ada6a3331e2d9f2a1a6bf00ad4ed871c833ebf429a5afd03e255764bfac54c Oct 13 03:33:34.746 INFO running `"docker" "start" "-a" "e3ada6a3331e2d9f2a1a6bf00ad4ed871c833ebf429a5afd03e255764bfac54c"` Oct 13 03:33:35.794 INFO kablam! usermod: no changes Oct 13 03:33:35.903 INFO kablam! Compiling distributed_recommender v0.1.0 (/source) Oct 13 03:33:36.631 INFO kablam! warning: unused import: `timely::dataflow::channels::message::Content` Oct 13 03:33:36.631 INFO kablam! --> src/main.rs:14:5 Oct 13 03:33:36.631 INFO kablam! | Oct 13 03:33:36.631 INFO kablam! 14 | use timely::dataflow::channels::message::Content; Oct 13 03:33:36.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:33:36.631 INFO kablam! | Oct 13 03:33:36.631 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:33:36.631 INFO kablam! Oct 13 03:33:36.708 INFO kablam! warning: unused variable: `capability` Oct 13 03:33:36.708 INFO kablam! --> src/main.rs:58:59 Oct 13 03:33:36.708 INFO kablam! | Oct 13 03:33:36.708 INFO kablam! 58 | .unary(Pipeline, "user-user_distances", |capability| Oct 13 03:33:36.708 INFO kablam! | ^^^^^^^^^^ help: consider using `_capability` instead Oct 13 03:33:36.708 INFO kablam! | Oct 13 03:33:36.708 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:33:36.708 INFO kablam! Oct 13 03:33:36.708 INFO kablam! warning: unused variable: `capability` Oct 13 03:33:36.708 INFO kablam! --> src/main.rs:78:60 Oct 13 03:33:36.708 INFO kablam! | Oct 13 03:33:36.708 INFO kablam! 78 | .unary(Pipeline, "user-based_recommend", |capability| Oct 13 03:33:36.708 INFO kablam! | ^^^^^^^^^^ help: consider using `_capability` instead Oct 13 03:33:36.708 INFO kablam! Oct 13 03:33:36.735 INFO kablam! warning: variable does not need to be mutable Oct 13 03:33:36.735 INFO kablam! --> src/main.rs:42:13 Oct 13 03:33:36.735 INFO kablam! | Oct 13 03:33:36.735 INFO kablam! 42 | let mut probe = ProbeHandle::new(); Oct 13 03:33:36.735 INFO kablam! | ----^^^^^ Oct 13 03:33:36.735 INFO kablam! | | Oct 13 03:33:36.735 INFO kablam! | help: remove this `mut` Oct 13 03:33:36.735 INFO kablam! | Oct 13 03:33:36.735 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:33:36.735 INFO kablam! Oct 13 03:33:36.735 INFO kablam! warning: variable does not need to be mutable Oct 13 03:33:36.735 INFO kablam! --> src/main.rs:42:13 Oct 13 03:33:36.735 INFO kablam! | Oct 13 03:33:36.735 INFO kablam! 42 | let mut probe = ProbeHandle::new(); Oct 13 03:33:36.735 INFO kablam! | ----^^^^^ Oct 13 03:33:36.735 INFO kablam! | | Oct 13 03:33:36.735 INFO kablam! | help: remove this `mut` Oct 13 03:33:36.735 INFO kablam! Oct 13 03:33:37.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 13 03:33:37.300 INFO kablam! su: No module specific data is present Oct 13 03:33:38.000 INFO running `"docker" "rm" "-f" "e3ada6a3331e2d9f2a1a6bf00ad4ed871c833ebf429a5afd03e255764bfac54c"` Oct 13 03:33:38.191 INFO blam! e3ada6a3331e2d9f2a1a6bf00ad4ed871c833ebf429a5afd03e255764bfac54c Oct 13 03:33:38.196 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 03:33:38.795 INFO blam! 51135ca3748bdd1b9122e731dd24d91a49f8c02341bdcc95cb7d396e867db345 Oct 13 03:33:38.803 INFO running `"docker" "start" "-a" "51135ca3748bdd1b9122e731dd24d91a49f8c02341bdcc95cb7d396e867db345"` Oct 13 03:33:39.743 INFO kablam! usermod: no changes Oct 13 03:33:39.790 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 03:33:39.791 INFO kablam! Running /target/debug/deps/distributed_recommender-c90113eba048a0fb Oct 13 03:33:39.793 INFO blam! Oct 13 03:33:39.793 INFO blam! running 0 tests Oct 13 03:33:39.793 INFO blam! Oct 13 03:33:39.793 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:33:39.793 INFO blam! Oct 13 03:33:39.795 INFO kablam! su: No module specific data is present Oct 13 03:33:40.112 INFO running `"docker" "rm" "-f" "51135ca3748bdd1b9122e731dd24d91a49f8c02341bdcc95cb7d396e867db345"` Oct 13 03:33:40.200 INFO blam! 51135ca3748bdd1b9122e731dd24d91a49f8c02341bdcc95cb7d396e867db345