Sep 19 22:47:51.864 INFO checking loaded_dice-0.1.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 22:47:51.864 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 22:47:51.864 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:47:52.046 INFO blam! 4c631cbfd373beac8df9cb8788ad4822c85da10df2ba4d6d8be95648a48e8a39 Sep 19 22:47:52.048 INFO running `"docker" "start" "-a" "4c631cbfd373beac8df9cb8788ad4822c85da10df2ba4d6d8be95648a48e8a39"` Sep 19 22:47:52.814 INFO kablam! usermod: no changes Sep 19 22:47:52.846 INFO kablam! Checking loaded_dice v0.1.1 (/source) Sep 19 22:47:53.175 INFO kablam! warning: unnecessary parentheses around `for` head expression Sep 19 22:47:53.175 INFO kablam! --> src/lib.rs:78:18 Sep 19 22:47:53.175 INFO kablam! | Sep 19 22:47:53.175 INFO kablam! 78 | for i in (0..iter) { Sep 19 22:47:53.175 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 22:47:53.175 INFO kablam! | Sep 19 22:47:53.182 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:47:53.182 INFO kablam! Sep 19 22:47:53.362 INFO kablam! warning: unused variable: `i` Sep 19 22:47:53.363 INFO kablam! --> src/lib.rs:78:13 Sep 19 22:47:53.363 INFO kablam! | Sep 19 22:47:53.363 INFO kablam! 78 | for i in (0..iter) { Sep 19 22:47:53.363 INFO kablam! | ^ help: consider using `_i` instead Sep 19 22:47:53.363 INFO kablam! | Sep 19 22:47:53.363 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 22:47:53.363 INFO kablam! Sep 19 22:47:53.587 INFO kablam! warning: unused import: `Rng` Sep 19 22:47:53.587 INFO kablam! --> src/example.rs:5:24 Sep 19 22:47:53.587 INFO kablam! | Sep 19 22:47:53.587 INFO kablam! 5 | use rand::{thread_rng, Rng}; Sep 19 22:47:53.587 INFO kablam! | ^^^ Sep 19 22:47:53.587 INFO kablam! | Sep 19 22:47:53.587 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:47:53.587 INFO kablam! Sep 19 22:47:53.587 INFO kablam! warning: unnecessary parentheses around `for` head expression Sep 19 22:47:53.587 INFO kablam! --> src/example.rs:9:14 Sep 19 22:47:53.587 INFO kablam! | Sep 19 22:47:53.587 INFO kablam! 9 | for i in (0..iter) { Sep 19 22:47:53.587 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 22:47:53.587 INFO kablam! | Sep 19 22:47:53.587 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:47:53.587 INFO kablam! Sep 19 22:47:53.613 INFO kablam! warning: unused variable: `i` Sep 19 22:47:53.613 INFO kablam! --> src/example.rs:9:9 Sep 19 22:47:53.613 INFO kablam! | Sep 19 22:47:53.613 INFO kablam! 9 | for i in (0..iter) { Sep 19 22:47:53.613 INFO kablam! | ^ help: consider using `_i` instead Sep 19 22:47:53.613 INFO kablam! | Sep 19 22:47:53.613 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 22:47:53.613 INFO kablam! Sep 19 22:47:53.707 INFO kablam! warning: unused import: `Rng` Sep 19 22:47:53.707 INFO kablam! --> src/example.rs:5:24 Sep 19 22:47:53.707 INFO kablam! | Sep 19 22:47:53.707 INFO kablam! 5 | use rand::{thread_rng, Rng}; Sep 19 22:47:53.707 INFO kablam! | ^^^ Sep 19 22:47:53.707 INFO kablam! | Sep 19 22:47:53.707 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:47:53.707 INFO kablam! Sep 19 22:47:53.707 INFO kablam! warning: unnecessary parentheses around `for` head expression Sep 19 22:47:53.707 INFO kablam! --> src/example.rs:9:14 Sep 19 22:47:53.707 INFO kablam! | Sep 19 22:47:53.707 INFO kablam! 9 | for i in (0..iter) { Sep 19 22:47:53.707 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 19 22:47:53.707 INFO kablam! | Sep 19 22:47:53.707 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:47:53.707 INFO kablam! Sep 19 22:47:53.743 INFO kablam! warning: unused variable: `i` Sep 19 22:47:53.743 INFO kablam! --> src/example.rs:9:9 Sep 19 22:47:53.743 INFO kablam! | Sep 19 22:47:53.743 INFO kablam! 9 | for i in (0..iter) { Sep 19 22:47:53.743 INFO kablam! | ^ help: consider using `_i` instead Sep 19 22:47:53.743 INFO kablam! | Sep 19 22:47:53.743 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 22:47:53.743 INFO kablam! Sep 19 22:47:53.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Sep 19 22:47:53.782 INFO kablam! su: No module specific data is present Sep 19 22:47:54.746 INFO running `"docker" "rm" "-f" "4c631cbfd373beac8df9cb8788ad4822c85da10df2ba4d6d8be95648a48e8a39"` Sep 19 22:47:54.850 INFO blam! 4c631cbfd373beac8df9cb8788ad4822c85da10df2ba4d6d8be95648a48e8a39