Sep 04 09:12:05.200 INFO checking oozie-0.1.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 09:12:05.200 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 09:12:05.200 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:12:05.386 INFO blam! 565b447d8e18568d6c1ae135dd07b1b0c0e3c459f2004d091dd06d7646f140d8 Sep 04 09:12:05.388 INFO running `"docker" "start" "-a" "565b447d8e18568d6c1ae135dd07b1b0c0e3c459f2004d091dd06d7646f140d8"` Sep 04 09:12:06.243 INFO kablam! Checking oozie v0.1.2 (file:///source) Sep 04 09:12:06.878 INFO kablam! warning: doc comment not used by rustdoc Sep 04 09:12:06.878 INFO kablam! --> src/recommender.rs:383:9 Sep 04 09:12:06.878 INFO kablam! | Sep 04 09:12:06.878 INFO kablam! 383 | /// Predicts the rating for an user and item averaging the ratings of the Sep 04 09:12:06.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:12:06.878 INFO kablam! | Sep 04 09:12:06.878 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 04 09:12:06.878 INFO kablam! Sep 04 09:12:06.953 INFO kablam! warning: doc comment not used by rustdoc Sep 04 09:12:06.953 INFO kablam! --> src/recommender.rs:383:9 Sep 04 09:12:06.953 INFO kablam! | Sep 04 09:12:06.953 INFO kablam! 383 | /// Predicts the rating for an user and item averaging the ratings of the Sep 04 09:12:06.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:12:06.954 INFO kablam! | Sep 04 09:12:06.954 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 04 09:12:06.954 INFO kablam! Sep 04 09:12:07.749 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.749 INFO kablam! --> benches/oozie.rs:7:24 Sep 04 09:12:07.749 INFO kablam! | Sep 04 09:12:07.749 INFO kablam! 7 | use rand::{thread_rng, sample}; Sep 04 09:12:07.749 INFO kablam! | ^^^^^^ Sep 04 09:12:07.749 INFO kablam! | Sep 04 09:12:07.749 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 09:12:07.749 INFO kablam! Sep 04 09:12:07.749 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.749 INFO kablam! --> benches/oozie.rs:22:40 Sep 04 09:12:07.749 INFO kablam! | Sep 04 09:12:07.749 INFO kablam! 22 | data_handler.get_user_ratings(*sample(&mut rng, &user_ids, 1)[0]) Sep 04 09:12:07.749 INFO kablam! | ^^^^^^ Sep 04 09:12:07.749 INFO kablam! Sep 04 09:12:07.749 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.749 INFO kablam! --> benches/oozie.rs:34:40 Sep 04 09:12:07.749 INFO kablam! | Sep 04 09:12:07.749 INFO kablam! 34 | data_handler.get_item_ratings(*sample(&mut rng, &item_ids, 1)[0]) Sep 04 09:12:07.749 INFO kablam! | ^^^^^^ Sep 04 09:12:07.750 INFO kablam! Sep 04 09:12:07.750 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.750 INFO kablam! --> benches/oozie.rs:49:24 Sep 04 09:12:07.750 INFO kablam! | Sep 04 09:12:07.750 INFO kablam! 49 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Sep 04 09:12:07.750 INFO kablam! | ^^^^^^ Sep 04 09:12:07.750 INFO kablam! Sep 04 09:12:07.750 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.750 INFO kablam! --> benches/oozie.rs:50:24 Sep 04 09:12:07.750 INFO kablam! | Sep 04 09:12:07.750 INFO kablam! 50 | let item_id = *sample(&mut rng, &item_ids, 1)[0]; Sep 04 09:12:07.750 INFO kablam! | ^^^^^^ Sep 04 09:12:07.750 INFO kablam! Sep 04 09:12:07.750 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.750 INFO kablam! --> benches/oozie.rs:66:24 Sep 04 09:12:07.750 INFO kablam! | Sep 04 09:12:07.750 INFO kablam! 66 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Sep 04 09:12:07.750 INFO kablam! | ^^^^^^ Sep 04 09:12:07.750 INFO kablam! Sep 04 09:12:07.750 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.750 INFO kablam! --> benches/oozie.rs:67:24 Sep 04 09:12:07.750 INFO kablam! | Sep 04 09:12:07.750 INFO kablam! 67 | let item_id = *sample(&mut rng, &item_ids, 1)[0]; Sep 04 09:12:07.750 INFO kablam! | ^^^^^^ Sep 04 09:12:07.750 INFO kablam! Sep 04 09:12:07.750 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.751 INFO kablam! --> benches/oozie.rs:83:24 Sep 04 09:12:07.751 INFO kablam! | Sep 04 09:12:07.751 INFO kablam! 83 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Sep 04 09:12:07.751 INFO kablam! | ^^^^^^ Sep 04 09:12:07.751 INFO kablam! Sep 04 09:12:07.751 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.751 INFO kablam! --> benches/oozie.rs:84:24 Sep 04 09:12:07.751 INFO kablam! | Sep 04 09:12:07.751 INFO kablam! 84 | let item_id = *sample(&mut rng, &item_ids, 1)[0]; Sep 04 09:12:07.751 INFO kablam! | ^^^^^^ Sep 04 09:12:07.751 INFO kablam! Sep 04 09:12:07.751 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.751 INFO kablam! --> benches/oozie.rs:100:24 Sep 04 09:12:07.751 INFO kablam! | Sep 04 09:12:07.751 INFO kablam! 100 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Sep 04 09:12:07.751 INFO kablam! | ^^^^^^ Sep 04 09:12:07.751 INFO kablam! Sep 04 09:12:07.751 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.751 INFO kablam! --> benches/oozie.rs:101:24 Sep 04 09:12:07.751 INFO kablam! | Sep 04 09:12:07.751 INFO kablam! 101 | let item_id = *sample(&mut rng, &item_ids, 1)[0]; Sep 04 09:12:07.751 INFO kablam! | ^^^^^^ Sep 04 09:12:07.751 INFO kablam! Sep 04 09:12:07.751 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.751 INFO kablam! --> benches/oozie.rs:117:24 Sep 04 09:12:07.751 INFO kablam! | Sep 04 09:12:07.751 INFO kablam! 117 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Sep 04 09:12:07.751 INFO kablam! | ^^^^^^ Sep 04 09:12:07.751 INFO kablam! Sep 04 09:12:07.751 INFO kablam! warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter Sep 04 09:12:07.751 INFO kablam! --> benches/oozie.rs:133:24 Sep 04 09:12:07.751 INFO kablam! | Sep 04 09:12:07.751 INFO kablam! 133 | let user_id = *sample(&mut rng, &user_ids, 1)[0]; Sep 04 09:12:07.751 INFO kablam! | ^^^^^^ Sep 04 09:12:07.751 INFO kablam! Sep 04 09:12:07.874 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Sep 04 09:12:07.879 INFO kablam! su: No module specific data is present Sep 04 09:12:08.290 INFO running `"docker" "rm" "-f" "565b447d8e18568d6c1ae135dd07b1b0c0e3c459f2004d091dd06d7646f140d8"` Sep 04 09:12:08.383 INFO blam! 565b447d8e18568d6c1ae135dd07b1b0c0e3c459f2004d091dd06d7646f140d8