Oct 27 18:30:22.406 INFO checking oozie-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:30:22.408 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 18:30:22.983 INFO blam! 9cf470a883d9cb4174ec384ae85a92c311d281c0ece751b7d9fc05df9463f96e Oct 27 18:30:22.985 INFO running `"docker" "start" "-a" "9cf470a883d9cb4174ec384ae85a92c311d281c0ece751b7d9fc05df9463f96e"` Oct 27 18:30:24.762 INFO kablam! usermod: no changes Oct 27 18:30:24.859 INFO kablam! Checking oozie v0.1.2 (/source) Oct 27 18:30:26.363 INFO kablam! warning: doc comment not used by rustdoc Oct 27 18:30:26.364 INFO kablam! --> src/recommender.rs:383:9 Oct 27 18:30:26.370 INFO kablam! | Oct 27 18:30:26.370 INFO kablam! 383 | /// Predicts the rating for an user and item averaging the ratings of the Oct 27 18:30:26.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:30:26.370 INFO kablam! | Oct 27 18:30:26.371 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 18:30:26.371 INFO kablam! Oct 27 18:30:27.107 INFO kablam! warning: doc comment not used by rustdoc Oct 27 18:30:27.107 INFO kablam! --> src/recommender.rs:383:9 Oct 27 18:30:27.108 INFO kablam! | Oct 27 18:30:27.108 INFO kablam! 383 | /// Predicts the rating for an user and item averaging the ratings of the Oct 27 18:30:27.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:30:27.108 INFO kablam! | Oct 27 18:30:27.109 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 18:30:27.109 INFO kablam! Oct 27 18:30:28.293 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.293 INFO kablam! --> benches/oozie.rs:7:24 Oct 27 18:30:28.293 INFO kablam! | Oct 27 18:30:28.293 INFO kablam! 7 | use rand::{thread_rng, sample}; Oct 27 18:30:28.293 INFO kablam! | ^^^^^^ Oct 27 18:30:28.293 INFO kablam! | Oct 27 18:30:28.293 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:30:28.293 INFO kablam! Oct 27 18:30:28.293 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.294 INFO kablam! --> benches/oozie.rs:22:40 Oct 27 18:30:28.294 INFO kablam! | Oct 27 18:30:28.294 INFO kablam! 22 | data_handler.get_user_ratings(*sample(&mut rng, &user_ids, 1)[0]) Oct 27 18:30:28.294 INFO kablam! | ^^^^^^ Oct 27 18:30:28.294 INFO kablam! Oct 27 18:30:28.294 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.294 INFO kablam! --> benches/oozie.rs:34:40 Oct 27 18:30:28.294 INFO kablam! | Oct 27 18:30:28.294 INFO kablam! 34 | data_handler.get_item_ratings(*sample(&mut rng, &item_ids, 1)[0]) Oct 27 18:30:28.294 INFO kablam! | ^^^^^^ Oct 27 18:30:28.294 INFO kablam! Oct 27 18:30:28.294 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.294 INFO kablam! --> benches/oozie.rs:49:24 Oct 27 18:30:28.294 INFO kablam! | Oct 27 18:30:28.294 INFO kablam! 49 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Oct 27 18:30:28.294 INFO kablam! | ^^^^^^ Oct 27 18:30:28.294 INFO kablam! Oct 27 18:30:28.294 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.294 INFO kablam! --> benches/oozie.rs:50:24 Oct 27 18:30:28.294 INFO kablam! | Oct 27 18:30:28.294 INFO kablam! 50 | let item_id = *sample(&mut rng, &item_ids, 1)[0]; Oct 27 18:30:28.294 INFO kablam! | ^^^^^^ Oct 27 18:30:28.294 INFO kablam! Oct 27 18:30:28.294 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.294 INFO kablam! --> benches/oozie.rs:66:24 Oct 27 18:30:28.294 INFO kablam! | Oct 27 18:30:28.294 INFO kablam! 66 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Oct 27 18:30:28.294 INFO kablam! | ^^^^^^ Oct 27 18:30:28.294 INFO kablam! Oct 27 18:30:28.294 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.294 INFO kablam! --> benches/oozie.rs:67:24 Oct 27 18:30:28.294 INFO kablam! | Oct 27 18:30:28.294 INFO kablam! 67 | let item_id = *sample(&mut rng, &item_ids, 1)[0]; Oct 27 18:30:28.294 INFO kablam! | ^^^^^^ Oct 27 18:30:28.294 INFO kablam! Oct 27 18:30:28.294 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.294 INFO kablam! --> benches/oozie.rs:83:24 Oct 27 18:30:28.294 INFO kablam! | Oct 27 18:30:28.294 INFO kablam! 83 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Oct 27 18:30:28.294 INFO kablam! | ^^^^^^ Oct 27 18:30:28.294 INFO kablam! Oct 27 18:30:28.294 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.294 INFO kablam! --> benches/oozie.rs:84:24 Oct 27 18:30:28.294 INFO kablam! | Oct 27 18:30:28.294 INFO kablam! 84 | let item_id = *sample(&mut rng, &item_ids, 1)[0]; Oct 27 18:30:28.294 INFO kablam! | ^^^^^^ Oct 27 18:30:28.294 INFO kablam! Oct 27 18:30:28.294 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.294 INFO kablam! --> benches/oozie.rs:100:24 Oct 27 18:30:28.294 INFO kablam! | Oct 27 18:30:28.294 INFO kablam! 100 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Oct 27 18:30:28.294 INFO kablam! | ^^^^^^ Oct 27 18:30:28.294 INFO kablam! Oct 27 18:30:28.294 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.294 INFO kablam! --> benches/oozie.rs:101:24 Oct 27 18:30:28.294 INFO kablam! | Oct 27 18:30:28.294 INFO kablam! 101 | let item_id = *sample(&mut rng, &item_ids, 1)[0]; Oct 27 18:30:28.294 INFO kablam! | ^^^^^^ Oct 27 18:30:28.294 INFO kablam! Oct 27 18:30:28.294 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.294 INFO kablam! --> benches/oozie.rs:117:24 Oct 27 18:30:28.294 INFO kablam! | Oct 27 18:30:28.294 INFO kablam! 117 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Oct 27 18:30:28.294 INFO kablam! | ^^^^^^ Oct 27 18:30:28.294 INFO kablam! Oct 27 18:30:28.294 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Oct 27 18:30:28.294 INFO kablam! --> benches/oozie.rs:133:24 Oct 27 18:30:28.294 INFO kablam! | Oct 27 18:30:28.294 INFO kablam! 133 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Oct 27 18:30:28.294 INFO kablam! | ^^^^^^ Oct 27 18:30:28.294 INFO kablam! Oct 27 18:30:28.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.61s Oct 27 18:30:28.415 INFO kablam! su: No module specific data is present Oct 27 18:30:29.343 INFO running `"docker" "rm" "-f" "9cf470a883d9cb4174ec384ae85a92c311d281c0ece751b7d9fc05df9463f96e"` Oct 27 18:30:29.695 INFO blam! 9cf470a883d9cb4174ec384ae85a92c311d281c0ece751b7d9fc05df9463f96e