Oct 13 03:33:04.590 INFO testing puma3/distributed_recommender against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 03:33:04.591 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.084 INFO blam! 5af121aa4ff9122b8b134d799e8c320adde3456b4a686a427bf2dfd5df367f41 Oct 13 03:33:05.099 INFO running `"docker" "start" "-a" "5af121aa4ff9122b8b134d799e8c320adde3456b4a686a427bf2dfd5df367f41"` Oct 13 03:33:06.364 INFO kablam! usermod: no changes Oct 13 03:33:06.498 INFO kablam! Compiling memchr v1.0.2 Oct 13 03:33:06.498 INFO kablam! Compiling abomonation v0.4.6 Oct 13 03:33:06.503 INFO kablam! Compiling distance v0.1.0 (/source/libs/distance) Oct 13 03:33:06.511 INFO kablam! Compiling utilities v0.1.0 (/source/libs/utilities) Oct 13 03:33:06.522 INFO kablam! Compiling timely_sort v0.1.6 Oct 13 03:33:08.143 INFO kablam! Compiling csv-core v0.1.3 Oct 13 03:33:10.495 INFO kablam! Compiling csv v1.0.0-beta.5 Oct 13 03:33:11.519 INFO kablam! Compiling timely_communication v0.1.8 Oct 13 03:33:15.144 INFO kablam! Compiling database v0.1.0 (/source/libs/database) Oct 13 03:33:15.615 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:33:15.615 INFO kablam! --> libs/database/src/lib.rs:4:1 Oct 13 03:33:15.615 INFO kablam! | Oct 13 03:33:15.615 INFO kablam! 4 | #[macro_use] Oct 13 03:33:15.615 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:33:15.615 INFO kablam! | Oct 13 03:33:15.615 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:33:15.615 INFO kablam! Oct 13 03:33:16.455 INFO kablam! warning: method is never used: `item_based_recommendation` Oct 13 03:33:16.456 INFO kablam! --> libs/database/src/lib.rs:234:5 Oct 13 03:33:16.456 INFO kablam! | Oct 13 03:33:16.457 INFO kablam! 234 | fn item_based_recommendation(&self, movie_id: i32) -> Vec<(i32, f32)> { Oct 13 03:33:16.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:33:16.459 INFO kablam! | Oct 13 03:33:16.459 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:33:16.460 INFO kablam! Oct 13 03:33:16.461 INFO kablam! warning: method is never used: `highest_rated_movie` Oct 13 03:33:16.461 INFO kablam! --> libs/database/src/lib.rs:250:5 Oct 13 03:33:16.462 INFO kablam! | Oct 13 03:33:16.463 INFO kablam! 250 | fn highest_rated_movie(&self, user_id: i32) -> i32 { Oct 13 03:33:16.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:33:16.464 INFO kablam! Oct 13 03:33:17.203 INFO kablam! Compiling timely v0.3.0 Oct 13 03:33:24.911 INFO kablam! Compiling distributed_recommender v0.1.0 (/source) Oct 13 03:33:26.254 INFO kablam! warning: unused import: `timely::dataflow::channels::message::Content` Oct 13 03:33:26.254 INFO kablam! --> src/main.rs:14:5 Oct 13 03:33:26.255 INFO kablam! | Oct 13 03:33:26.255 INFO kablam! 14 | use timely::dataflow::channels::message::Content; Oct 13 03:33:26.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:33:26.255 INFO kablam! | Oct 13 03:33:26.255 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:33:26.255 INFO kablam! Oct 13 03:33:26.331 INFO kablam! warning: unused variable: `capability` Oct 13 03:33:26.331 INFO kablam! --> src/main.rs:58:59 Oct 13 03:33:26.331 INFO kablam! | Oct 13 03:33:26.331 INFO kablam! 58 | .unary(Pipeline, "user-user_distances", |capability| Oct 13 03:33:26.331 INFO kablam! | ^^^^^^^^^^ help: consider using `_capability` instead Oct 13 03:33:26.333 INFO kablam! | Oct 13 03:33:26.333 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:33:26.333 INFO kablam! Oct 13 03:33:26.333 INFO kablam! warning: unused variable: `capability` Oct 13 03:33:26.333 INFO kablam! --> src/main.rs:78:60 Oct 13 03:33:26.333 INFO kablam! | Oct 13 03:33:26.333 INFO kablam! 78 | .unary(Pipeline, "user-based_recommend", |capability| Oct 13 03:33:26.333 INFO kablam! | ^^^^^^^^^^ help: consider using `_capability` instead Oct 13 03:33:26.333 INFO kablam! Oct 13 03:33:26.350 INFO kablam! warning: variable does not need to be mutable Oct 13 03:33:26.350 INFO kablam! --> src/main.rs:42:13 Oct 13 03:33:26.351 INFO kablam! | Oct 13 03:33:26.351 INFO kablam! 42 | let mut probe = ProbeHandle::new(); Oct 13 03:33:26.351 INFO kablam! | ----^^^^^ Oct 13 03:33:26.351 INFO kablam! | | Oct 13 03:33:26.351 INFO kablam! | help: remove this `mut` Oct 13 03:33:26.351 INFO kablam! | Oct 13 03:33:26.351 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:33:26.351 INFO kablam! Oct 13 03:33:26.351 INFO kablam! warning: variable does not need to be mutable Oct 13 03:33:26.351 INFO kablam! --> src/main.rs:42:13 Oct 13 03:33:26.351 INFO kablam! | Oct 13 03:33:26.351 INFO kablam! 42 | let mut probe = ProbeHandle::new(); Oct 13 03:33:26.351 INFO kablam! | ----^^^^^ Oct 13 03:33:26.351 INFO kablam! | | Oct 13 03:33:26.351 INFO kablam! | help: remove this `mut` Oct 13 03:33:26.351 INFO kablam! Oct 13 03:33:34.366 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.98s Oct 13 03:33:34.379 INFO kablam! su: No module specific data is present Oct 13 03:33:35.037 INFO running `"docker" "rm" "-f" "5af121aa4ff9122b8b134d799e8c320adde3456b4a686a427bf2dfd5df367f41"` Oct 13 03:33:35.315 INFO blam! 5af121aa4ff9122b8b134d799e8c320adde3456b4a686a427bf2dfd5df367f41 Oct 13 03:33:35.324 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:35.763 INFO blam! 0b4c51d5ecda7848c4c75fff69995c3a69c5d4ce2c6f6201841efc0d140ba0bf Oct 13 03:33:35.775 INFO running `"docker" "start" "-a" "0b4c51d5ecda7848c4c75fff69995c3a69c5d4ce2c6f6201841efc0d140ba0bf"` Oct 13 03:33:37.511 INFO kablam! usermod: no changes Oct 13 03:33:37.591 INFO kablam! Compiling distributed_recommender v0.1.0 (/source) Oct 13 03:33:38.255 INFO kablam! warning: unused import: `timely::dataflow::channels::message::Content` Oct 13 03:33:38.255 INFO kablam! --> src/main.rs:14:5 Oct 13 03:33:38.255 INFO kablam! | Oct 13 03:33:38.255 INFO kablam! 14 | use timely::dataflow::channels::message::Content; Oct 13 03:33:38.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:33:38.255 INFO kablam! | Oct 13 03:33:38.255 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:33:38.255 INFO kablam! Oct 13 03:33:38.331 INFO kablam! warning: unused variable: `capability` Oct 13 03:33:38.331 INFO kablam! --> src/main.rs:58:59 Oct 13 03:33:38.331 INFO kablam! | Oct 13 03:33:38.331 INFO kablam! 58 | .unary(Pipeline, "user-user_distances", |capability| Oct 13 03:33:38.331 INFO kablam! | ^^^^^^^^^^ help: consider using `_capability` instead Oct 13 03:33:38.331 INFO kablam! | Oct 13 03:33:38.331 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:33:38.331 INFO kablam! Oct 13 03:33:38.332 INFO kablam! warning: unused variable: `capability` Oct 13 03:33:38.332 INFO kablam! --> src/main.rs:78:60 Oct 13 03:33:38.332 INFO kablam! | Oct 13 03:33:38.332 INFO kablam! 78 | .unary(Pipeline, "user-based_recommend", |capability| Oct 13 03:33:38.332 INFO kablam! | ^^^^^^^^^^ help: consider using `_capability` instead Oct 13 03:33:38.332 INFO kablam! Oct 13 03:33:38.351 INFO kablam! warning: variable does not need to be mutable Oct 13 03:33:38.351 INFO kablam! --> src/main.rs:42:13 Oct 13 03:33:38.351 INFO kablam! | Oct 13 03:33:38.351 INFO kablam! 42 | let mut probe = ProbeHandle::new(); Oct 13 03:33:38.351 INFO kablam! | ----^^^^^ Oct 13 03:33:38.351 INFO kablam! | | Oct 13 03:33:38.351 INFO kablam! | help: remove this `mut` Oct 13 03:33:38.351 INFO kablam! | Oct 13 03:33:38.351 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:33:38.351 INFO kablam! Oct 13 03:33:38.351 INFO kablam! warning: variable does not need to be mutable Oct 13 03:33:38.352 INFO kablam! --> src/main.rs:42:13 Oct 13 03:33:38.352 INFO kablam! | Oct 13 03:33:38.352 INFO kablam! 42 | let mut probe = ProbeHandle::new(); Oct 13 03:33:38.352 INFO kablam! | ----^^^^^ Oct 13 03:33:38.352 INFO kablam! | | Oct 13 03:33:38.352 INFO kablam! | help: remove this `mut` Oct 13 03:33:38.352 INFO kablam! Oct 13 03:33:38.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 13 03:33:38.867 INFO kablam! su: No module specific data is present Oct 13 03:33:39.419 INFO running `"docker" "rm" "-f" "0b4c51d5ecda7848c4c75fff69995c3a69c5d4ce2c6f6201841efc0d140ba0bf"` Oct 13 03:33:39.600 INFO blam! 0b4c51d5ecda7848c4c75fff69995c3a69c5d4ce2c6f6201841efc0d140ba0bf Oct 13 03:33:39.601 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:39.783 INFO blam! cba89673e5f3213d6a9cdb6072c1bcf35f086749d15f31e161aa29b1ba196f5a Oct 13 03:33:39.788 INFO running `"docker" "start" "-a" "cba89673e5f3213d6a9cdb6072c1bcf35f086749d15f31e161aa29b1ba196f5a"` Oct 13 03:33:40.160 INFO kablam! usermod: no changes Oct 13 03:33:40.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 13 03:33:40.239 INFO kablam! Running /target/debug/deps/distributed_recommender-8e8bf2641de631c9 Oct 13 03:33:40.243 INFO blam! Oct 13 03:33:40.243 INFO blam! running 0 tests Oct 13 03:33:40.243 INFO blam! Oct 13 03:33:40.243 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:33:40.243 INFO blam! Oct 13 03:33:40.244 INFO kablam! su: No module specific data is present Oct 13 03:33:40.632 INFO running `"docker" "rm" "-f" "cba89673e5f3213d6a9cdb6072c1bcf35f086749d15f31e161aa29b1ba196f5a"` Oct 13 03:33:40.798 INFO blam! cba89673e5f3213d6a9cdb6072c1bcf35f086749d15f31e161aa29b1ba196f5a