Oct 10 16:32:14.782 INFO testing puma3/distributed_recommender against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:32:14.782 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:32:14.783 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 16:32:15.126 INFO blam! 894e39fcb30eca985b6f6d78f305c8e956d613636f731e1189759560c9962b51 Oct 10 16:32:15.130 INFO running `"docker" "start" "-a" "894e39fcb30eca985b6f6d78f305c8e956d613636f731e1189759560c9962b51"` Oct 10 16:32:16.184 INFO kablam! usermod: no changes Oct 10 16:32:16.284 INFO kablam! Compiling abomonation v0.4.6 Oct 10 16:32:16.284 INFO kablam! Compiling distance v0.1.0 (/source/libs/distance) Oct 10 16:32:16.288 INFO kablam! Compiling utilities v0.1.0 (/source/libs/utilities) Oct 10 16:32:17.697 INFO kablam! Compiling database v0.1.0 (/source/libs/database) Oct 10 16:32:18.540 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:32:18.540 INFO kablam! --> libs/database/src/lib.rs:4:1 Oct 10 16:32:18.540 INFO kablam! | Oct 10 16:32:18.540 INFO kablam! 4 | #[macro_use] Oct 10 16:32:18.540 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:32:18.540 INFO kablam! | Oct 10 16:32:18.540 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:32:18.540 INFO kablam! Oct 10 16:32:18.812 INFO kablam! warning: method is never used: `item_based_recommendation` Oct 10 16:32:18.812 INFO kablam! --> libs/database/src/lib.rs:234:5 Oct 10 16:32:18.812 INFO kablam! | Oct 10 16:32:18.812 INFO kablam! 234 | fn item_based_recommendation(&self, movie_id: i32) -> Vec<(i32, f32)> { Oct 10 16:32:18.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:18.828 INFO kablam! | Oct 10 16:32:18.832 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:32:18.833 INFO kablam! Oct 10 16:32:18.833 INFO kablam! warning: method is never used: `highest_rated_movie` Oct 10 16:32:18.833 INFO kablam! --> libs/database/src/lib.rs:250:5 Oct 10 16:32:18.833 INFO kablam! | Oct 10 16:32:18.833 INFO kablam! 250 | fn highest_rated_movie(&self, user_id: i32) -> i32 { Oct 10 16:32:18.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:18.834 INFO kablam! Oct 10 16:32:20.872 INFO kablam! Compiling timely_communication v0.1.8 Oct 10 16:32:23.605 INFO kablam! Compiling timely v0.3.0 Oct 10 16:32:28.162 INFO kablam! Compiling distributed_recommender v0.1.0 (/source) Oct 10 16:32:29.256 INFO kablam! warning: unused import: `timely::dataflow::channels::message::Content` Oct 10 16:32:29.256 INFO kablam! --> src/main.rs:14:5 Oct 10 16:32:29.256 INFO kablam! | Oct 10 16:32:29.256 INFO kablam! 14 | use timely::dataflow::channels::message::Content; Oct 10 16:32:29.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:29.256 INFO kablam! | Oct 10 16:32:29.256 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:32:29.256 INFO kablam! Oct 10 16:32:29.336 INFO kablam! warning: unused variable: `capability` Oct 10 16:32:29.336 INFO kablam! --> src/main.rs:58:59 Oct 10 16:32:29.336 INFO kablam! | Oct 10 16:32:29.336 INFO kablam! 58 | .unary(Pipeline, "user-user_distances", |capability| Oct 10 16:32:29.336 INFO kablam! | ^^^^^^^^^^ help: consider using `_capability` instead Oct 10 16:32:29.336 INFO kablam! | Oct 10 16:32:29.336 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:32:29.336 INFO kablam! Oct 10 16:32:29.336 INFO kablam! warning: unused variable: `capability` Oct 10 16:32:29.336 INFO kablam! --> src/main.rs:78:60 Oct 10 16:32:29.336 INFO kablam! | Oct 10 16:32:29.336 INFO kablam! 78 | .unary(Pipeline, "user-based_recommend", |capability| Oct 10 16:32:29.336 INFO kablam! | ^^^^^^^^^^ help: consider using `_capability` instead Oct 10 16:32:29.337 INFO kablam! Oct 10 16:32:29.356 INFO kablam! warning: variable does not need to be mutable Oct 10 16:32:29.356 INFO kablam! --> src/main.rs:42:13 Oct 10 16:32:29.356 INFO kablam! | Oct 10 16:32:29.356 INFO kablam! 42 | let mut probe = ProbeHandle::new(); Oct 10 16:32:29.356 INFO kablam! | ----^^^^^ Oct 10 16:32:29.356 INFO kablam! | | Oct 10 16:32:29.356 INFO kablam! | help: remove this `mut` Oct 10 16:32:29.356 INFO kablam! | Oct 10 16:32:29.356 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:32:29.356 INFO kablam! Oct 10 16:32:29.356 INFO kablam! warning: variable does not need to be mutable Oct 10 16:32:29.356 INFO kablam! --> src/main.rs:42:13 Oct 10 16:32:29.356 INFO kablam! | Oct 10 16:32:29.356 INFO kablam! 42 | let mut probe = ProbeHandle::new(); Oct 10 16:32:29.356 INFO kablam! | ----^^^^^ Oct 10 16:32:29.356 INFO kablam! | | Oct 10 16:32:29.356 INFO kablam! | help: remove this `mut` Oct 10 16:32:29.356 INFO kablam! Oct 10 16:32:34.533 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.32s Oct 10 16:32:34.534 INFO kablam! su: No module specific data is present Oct 10 16:32:35.239 INFO running `"docker" "rm" "-f" "894e39fcb30eca985b6f6d78f305c8e956d613636f731e1189759560c9962b51"` Oct 10 16:32:35.601 INFO blam! 894e39fcb30eca985b6f6d78f305c8e956d613636f731e1189759560c9962b51 Oct 10 16:32:35.605 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:32:35.606 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 16:32:36.136 INFO blam! a1279d7813ec6400b133e4bfd3d00c00761efe84641e331a0b8b0b875d3efd67 Oct 10 16:32:36.138 INFO running `"docker" "start" "-a" "a1279d7813ec6400b133e4bfd3d00c00761efe84641e331a0b8b0b875d3efd67"` Oct 10 16:32:37.212 INFO kablam! usermod: no changes Oct 10 16:32:37.265 INFO kablam! Compiling distributed_recommender v0.1.0 (/source) Oct 10 16:32:38.496 INFO kablam! warning: unused import: `timely::dataflow::channels::message::Content` Oct 10 16:32:38.497 INFO kablam! --> src/main.rs:14:5 Oct 10 16:32:38.497 INFO kablam! | Oct 10 16:32:38.497 INFO kablam! 14 | use timely::dataflow::channels::message::Content; Oct 10 16:32:38.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:38.497 INFO kablam! | Oct 10 16:32:38.497 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:32:38.497 INFO kablam! Oct 10 16:32:38.573 INFO kablam! warning: unused variable: `capability` Oct 10 16:32:38.573 INFO kablam! --> src/main.rs:58:59 Oct 10 16:32:38.574 INFO kablam! | Oct 10 16:32:38.574 INFO kablam! 58 | .unary(Pipeline, "user-user_distances", |capability| Oct 10 16:32:38.579 INFO kablam! | ^^^^^^^^^^ help: consider using `_capability` instead Oct 10 16:32:38.581 INFO kablam! | Oct 10 16:32:38.581 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:32:38.581 INFO kablam! Oct 10 16:32:38.582 INFO kablam! warning: unused variable: `capability` Oct 10 16:32:38.582 INFO kablam! --> src/main.rs:78:60 Oct 10 16:32:38.583 INFO kablam! | Oct 10 16:32:38.583 INFO kablam! 78 | .unary(Pipeline, "user-based_recommend", |capability| Oct 10 16:32:38.583 INFO kablam! | ^^^^^^^^^^ help: consider using `_capability` instead Oct 10 16:32:38.583 INFO kablam! Oct 10 16:32:38.584 INFO kablam! warning: variable does not need to be mutable Oct 10 16:32:38.584 INFO kablam! --> src/main.rs:42:13 Oct 10 16:32:38.584 INFO kablam! | Oct 10 16:32:38.585 INFO kablam! 42 | let mut probe = ProbeHandle::new(); Oct 10 16:32:38.585 INFO kablam! | ----^^^^^ Oct 10 16:32:38.585 INFO kablam! | | Oct 10 16:32:38.586 INFO kablam! | help: remove this `mut` Oct 10 16:32:38.586 INFO kablam! | Oct 10 16:32:38.586 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:32:38.587 INFO kablam! Oct 10 16:32:38.587 INFO kablam! warning: variable does not need to be mutable Oct 10 16:32:38.587 INFO kablam! --> src/main.rs:42:13 Oct 10 16:32:38.588 INFO kablam! | Oct 10 16:32:38.588 INFO kablam! 42 | let mut probe = ProbeHandle::new(); Oct 10 16:32:38.588 INFO kablam! | ----^^^^^ Oct 10 16:32:38.588 INFO kablam! | | Oct 10 16:32:38.589 INFO kablam! | help: remove this `mut` Oct 10 16:32:38.589 INFO kablam! Oct 10 16:32:39.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 10 16:32:39.078 INFO kablam! su: No module specific data is present Oct 10 16:32:40.480 INFO running `"docker" "rm" "-f" "a1279d7813ec6400b133e4bfd3d00c00761efe84641e331a0b8b0b875d3efd67"` Oct 10 16:32:40.728 INFO blam! a1279d7813ec6400b133e4bfd3d00c00761efe84641e331a0b8b0b875d3efd67 Oct 10 16:32:40.737 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:32:40.738 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 16:32:41.197 INFO blam! c49f22e4f3e2e2be7b85bb2e4ab0b8eca514d1d6b86a276e235777c0f5b0fa93 Oct 10 16:32:41.200 INFO running `"docker" "start" "-a" "c49f22e4f3e2e2be7b85bb2e4ab0b8eca514d1d6b86a276e235777c0f5b0fa93"` Oct 10 16:32:42.224 INFO kablam! usermod: no changes Oct 10 16:32:42.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 10 16:32:42.352 INFO kablam! Running /target/debug/deps/distributed_recommender-c90113eba048a0fb Oct 10 16:32:42.354 INFO blam! Oct 10 16:32:42.354 INFO blam! running 0 tests Oct 10 16:32:42.354 INFO blam! Oct 10 16:32:42.354 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:32:42.354 INFO blam! Oct 10 16:32:42.361 INFO kablam! su: No module specific data is present Oct 10 16:32:42.944 INFO running `"docker" "rm" "-f" "c49f22e4f3e2e2be7b85bb2e4ab0b8eca514d1d6b86a276e235777c0f5b0fa93"` Oct 10 16:32:43.197 INFO blam! c49f22e4f3e2e2be7b85bb2e4ab0b8eca514d1d6b86a276e235777c0f5b0fa93