Oct 22 01:08:43.035 INFO checking oozie-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:08:43.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 22 01:08:43.470 INFO blam! f3eeacb25820af2e28ee3bf2b38a48d933db83e41402ef92eb4c75c8b3ea46d7 Oct 22 01:08:43.481 INFO running `"docker" "start" "-a" "f3eeacb25820af2e28ee3bf2b38a48d933db83e41402ef92eb4c75c8b3ea46d7"` Oct 22 01:08:44.740 INFO kablam! usermod: no changes Oct 22 01:08:44.876 INFO kablam! Checking oozie v0.1.2 (/source) Oct 22 01:08:46.317 INFO kablam! warning: doc comment not used by rustdoc Oct 22 01:08:46.317 INFO kablam! --> src/recommender.rs:383:9 Oct 22 01:08:46.317 INFO kablam! | Oct 22 01:08:46.318 INFO kablam! 383 | /// Predicts the rating for an user and item averaging the ratings of the Oct 22 01:08:46.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:08:46.318 INFO kablam! | Oct 22 01:08:46.319 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 22 01:08:46.319 INFO kablam! Oct 22 01:08:46.512 INFO kablam! warning: doc comment not used by rustdoc Oct 22 01:08:46.513 INFO kablam! --> src/recommender.rs:383:9 Oct 22 01:08:46.513 INFO kablam! | Oct 22 01:08:46.513 INFO kablam! 383 | /// Predicts the rating for an user and item averaging the ratings of the Oct 22 01:08:46.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:08:46.514 INFO kablam! | Oct 22 01:08:46.514 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 22 01:08:46.514 INFO kablam! Oct 22 01:08:47.961 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.961 INFO kablam! --> benches/oozie.rs:7:24 Oct 22 01:08:47.962 INFO kablam! | Oct 22 01:08:47.962 INFO kablam! 7 | use rand::{thread_rng, sample}; Oct 22 01:08:47.962 INFO kablam! | ^^^^^^ Oct 22 01:08:47.963 INFO kablam! | Oct 22 01:08:47.963 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:08:47.963 INFO kablam! Oct 22 01:08:47.964 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.964 INFO kablam! --> benches/oozie.rs:22:40 Oct 22 01:08:47.964 INFO kablam! | Oct 22 01:08:47.964 INFO kablam! 22 | data_handler.get_user_ratings(*sample(&mut rng, &user_ids, 1)[0]) Oct 22 01:08:47.964 INFO kablam! | ^^^^^^ Oct 22 01:08:47.964 INFO kablam! Oct 22 01:08:47.964 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.964 INFO kablam! --> benches/oozie.rs:34:40 Oct 22 01:08:47.964 INFO kablam! | Oct 22 01:08:47.964 INFO kablam! 34 | data_handler.get_item_ratings(*sample(&mut rng, &item_ids, 1)[0]) Oct 22 01:08:47.964 INFO kablam! | ^^^^^^ Oct 22 01:08:47.964 INFO kablam! Oct 22 01:08:47.964 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.965 INFO kablam! --> benches/oozie.rs:49:24 Oct 22 01:08:47.965 INFO kablam! | Oct 22 01:08:47.965 INFO kablam! 49 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Oct 22 01:08:47.965 INFO kablam! | ^^^^^^ Oct 22 01:08:47.965 INFO kablam! Oct 22 01:08:47.965 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.965 INFO kablam! --> benches/oozie.rs:50:24 Oct 22 01:08:47.965 INFO kablam! | Oct 22 01:08:47.965 INFO kablam! 50 | let item_id = *sample(&mut rng, &item_ids, 1)[0]; Oct 22 01:08:47.965 INFO kablam! | ^^^^^^ Oct 22 01:08:47.965 INFO kablam! Oct 22 01:08:47.965 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.965 INFO kablam! --> benches/oozie.rs:66:24 Oct 22 01:08:47.965 INFO kablam! | Oct 22 01:08:47.965 INFO kablam! 66 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Oct 22 01:08:47.965 INFO kablam! | ^^^^^^ Oct 22 01:08:47.965 INFO kablam! Oct 22 01:08:47.965 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.965 INFO kablam! --> benches/oozie.rs:67:24 Oct 22 01:08:47.965 INFO kablam! | Oct 22 01:08:47.965 INFO kablam! 67 | let item_id = *sample(&mut rng, &item_ids, 1)[0]; Oct 22 01:08:47.965 INFO kablam! | ^^^^^^ Oct 22 01:08:47.965 INFO kablam! Oct 22 01:08:47.965 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.965 INFO kablam! --> benches/oozie.rs:83:24 Oct 22 01:08:47.965 INFO kablam! | Oct 22 01:08:47.965 INFO kablam! 83 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Oct 22 01:08:47.965 INFO kablam! | ^^^^^^ Oct 22 01:08:47.965 INFO kablam! Oct 22 01:08:47.965 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.965 INFO kablam! --> benches/oozie.rs:84:24 Oct 22 01:08:47.965 INFO kablam! | Oct 22 01:08:47.965 INFO kablam! 84 | let item_id = *sample(&mut rng, &item_ids, 1)[0]; Oct 22 01:08:47.965 INFO kablam! | ^^^^^^ Oct 22 01:08:47.965 INFO kablam! Oct 22 01:08:47.965 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.965 INFO kablam! --> benches/oozie.rs:100:24 Oct 22 01:08:47.965 INFO kablam! | Oct 22 01:08:47.965 INFO kablam! 100 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Oct 22 01:08:47.965 INFO kablam! | ^^^^^^ Oct 22 01:08:47.965 INFO kablam! Oct 22 01:08:47.965 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.965 INFO kablam! --> benches/oozie.rs:101:24 Oct 22 01:08:47.965 INFO kablam! | Oct 22 01:08:47.965 INFO kablam! 101 | let item_id = *sample(&mut rng, &item_ids, 1)[0]; Oct 22 01:08:47.965 INFO kablam! | ^^^^^^ Oct 22 01:08:47.965 INFO kablam! Oct 22 01:08:47.965 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.965 INFO kablam! --> benches/oozie.rs:117:24 Oct 22 01:08:47.965 INFO kablam! | Oct 22 01:08:47.965 INFO kablam! 117 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Oct 22 01:08:47.965 INFO kablam! | ^^^^^^ Oct 22 01:08:47.965 INFO kablam! Oct 22 01:08:47.965 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 22 01:08:47.965 INFO kablam! --> benches/oozie.rs:133:24 Oct 22 01:08:47.965 INFO kablam! | Oct 22 01:08:47.965 INFO kablam! 133 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Oct 22 01:08:47.965 INFO kablam! | ^^^^^^ Oct 22 01:08:47.965 INFO kablam! Oct 22 01:08:48.040 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.25s Oct 22 01:08:48.041 INFO kablam! su: No module specific data is present Oct 22 01:08:48.696 INFO running `"docker" "rm" "-f" "f3eeacb25820af2e28ee3bf2b38a48d933db83e41402ef92eb4c75c8b3ea46d7"` Oct 22 01:08:48.976 INFO blam! f3eeacb25820af2e28ee3bf2b38a48d933db83e41402ef92eb4c75c8b3ea46d7