Sep 21 12:19:52.823 INFO checking cfrp-0.0.4 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 12:19:52.823 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 12:19:52.823 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:19:53.043 INFO blam! daa43890cccb11a587f70f21d33587213f001c8ac3edd20e92379d5b8a81c9fa Sep 21 12:19:53.045 INFO running `"docker" "start" "-a" "daa43890cccb11a587f70f21d33587213f001c8ac3edd20e92379d5b8a81c9fa"` Sep 21 12:19:53.914 INFO kablam! usermod: no changes Sep 21 12:19:53.969 INFO kablam! Checking cfrp v0.0.4 (/source) Sep 21 12:19:54.370 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 21 12:19:54.370 INFO kablam! --> src/primitives/input.rs:13:12 Sep 21 12:19:54.370 INFO kablam! | Sep 21 12:19:54.370 INFO kablam! 13 | fn run(mut self: Box, usize, Arc>>>); Sep 21 12:19:54.370 INFO kablam! | ^^^^^^^^ Sep 21 12:19:54.370 INFO kablam! | Sep 21 12:19:54.370 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 21 12:19:54.370 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 12:19:54.370 INFO kablam! = note: for more information, see issue #35203 Sep 21 12:19:54.370 INFO kablam! Sep 21 12:19:54.371 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 21 12:19:54.371 INFO kablam! --> src/lib.rs:148:12 Sep 21 12:19:54.371 INFO kablam! | Sep 21 12:19:54.371 INFO kablam! 148 | fn run(mut self: Box); Sep 21 12:19:54.372 INFO kablam! | ^^^^^^^^ Sep 21 12:19:54.372 INFO kablam! | Sep 21 12:19:54.372 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 12:19:54.372 INFO kablam! = note: for more information, see issue #35203 Sep 21 12:19:54.372 INFO kablam! Sep 21 12:19:54.390 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 12:19:54.390 INFO kablam! --> src/primitives/input.rs:148:19 Sep 21 12:19:54.391 INFO kablam! | Sep 21 12:19:54.391 INFO kablam! 148 | A: Send + Clone + rand::Rand, Sep 21 12:19:54.391 INFO kablam! | ^^^^^^^^^^ Sep 21 12:19:54.391 INFO kablam! | Sep 21 12:19:54.392 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 12:19:54.392 INFO kablam! Sep 21 12:19:54.392 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 12:19:54.392 INFO kablam! --> src/primitives/input.rs:157:29 Sep 21 12:19:54.392 INFO kablam! | Sep 21 12:19:54.392 INFO kablam! 157 | A: 'static + Send + Clone + rand::Rand, Sep 21 12:19:54.392 INFO kablam! | ^^^^^^^^^^ Sep 21 12:19:54.392 INFO kablam! Sep 21 12:19:54.392 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 12:19:54.392 INFO kablam! --> src/primitives/input.rs:170:19 Sep 21 12:19:54.392 INFO kablam! | Sep 21 12:19:54.392 INFO kablam! 170 | A: Send + Clone + rand::Rand, Sep 21 12:19:54.392 INFO kablam! | ^^^^^^^^^^ Sep 21 12:19:54.392 INFO kablam! Sep 21 12:19:54.392 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 12:19:54.392 INFO kablam! --> src/primitives/input.rs:140:19 Sep 21 12:19:54.392 INFO kablam! | Sep 21 12:19:54.392 INFO kablam! 140 | A: Send + Clone + rand::Rand, Sep 21 12:19:54.393 INFO kablam! | ^^^^^^^^^^ Sep 21 12:19:54.393 INFO kablam! Sep 21 12:19:54.393 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Sep 21 12:19:54.393 INFO kablam! --> src/builder.rs:137:17 Sep 21 12:19:54.393 INFO kablam! | Sep 21 12:19:54.393 INFO kablam! 137 | thread::sleep_ms(sleep_duration.num_milliseconds() as u32); Sep 21 12:19:54.393 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 12:19:54.393 INFO kablam! Sep 21 12:19:54.393 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 12:19:54.393 INFO kablam! --> src/builder.rs:227:33 Sep 21 12:19:54.393 INFO kablam! | Sep 21 12:19:54.393 INFO kablam! 227 | A: 'static + Send + Clone + rand::Rand, Sep 21 12:19:54.394 INFO kablam! | ^^^^^^^^^^ Sep 21 12:19:54.394 INFO kablam! Sep 21 12:19:54.561 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 12:19:54.561 INFO kablam! --> src/primitives/input.rs:174:26 Sep 21 12:19:54.561 INFO kablam! | Sep 21 12:19:54.561 INFO kablam! 174 | let a = self.rng.gen(); Sep 21 12:19:54.561 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 12:19:54.561 INFO kablam! | Sep 21 12:19:54.561 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 12:19:54.561 INFO kablam! Sep 21 12:19:54.638 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 12:19:54.638 INFO kablam! --> src/builder.rs:231:27 Sep 21 12:19:54.638 INFO kablam! | Sep 21 12:19:54.638 INFO kablam! 231 | let initial = rng.gen(); Sep 21 12:19:54.639 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 12:19:54.639 INFO kablam! | Sep 21 12:19:54.639 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 12:19:54.639 INFO kablam! Sep 21 12:19:54.660 INFO kablam! error: aborting due to 2 previous errors Sep 21 12:19:54.660 INFO kablam! Sep 21 12:19:54.660 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 12:19:54.669 INFO kablam! error: Could not compile `cfrp`. Sep 21 12:19:54.670 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 12:19:54.697 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 21 12:19:54.697 INFO kablam! --> src/primitives/input.rs:13:12 Sep 21 12:19:54.697 INFO kablam! | Sep 21 12:19:54.697 INFO kablam! 13 | fn run(mut self: Box, usize, Arc>>>); Sep 21 12:19:54.697 INFO kablam! | ^^^^^^^^ Sep 21 12:19:54.697 INFO kablam! | Sep 21 12:19:54.697 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 21 12:19:54.697 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 12:19:54.697 INFO kablam! = note: for more information, see issue #35203 Sep 21 12:19:54.697 INFO kablam! Sep 21 12:19:54.697 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 21 12:19:54.697 INFO kablam! --> src/lib.rs:148:12 Sep 21 12:19:54.697 INFO kablam! | Sep 21 12:19:54.697 INFO kablam! 148 | fn run(mut self: Box); Sep 21 12:19:54.697 INFO kablam! | ^^^^^^^^ Sep 21 12:19:54.697 INFO kablam! | Sep 21 12:19:54.697 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 12:19:54.697 INFO kablam! = note: for more information, see issue #35203 Sep 21 12:19:54.697 INFO kablam! Sep 21 12:19:54.719 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 12:19:54.720 INFO kablam! --> src/primitives/input.rs:148:19 Sep 21 12:19:54.720 INFO kablam! | Sep 21 12:19:54.720 INFO kablam! 148 | A: Send + Clone + rand::Rand, Sep 21 12:19:54.720 INFO kablam! | ^^^^^^^^^^ Sep 21 12:19:54.720 INFO kablam! | Sep 21 12:19:54.720 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 12:19:54.720 INFO kablam! Sep 21 12:19:54.720 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 12:19:54.720 INFO kablam! --> src/primitives/input.rs:157:29 Sep 21 12:19:54.720 INFO kablam! | Sep 21 12:19:54.720 INFO kablam! 157 | A: 'static + Send + Clone + rand::Rand, Sep 21 12:19:54.720 INFO kablam! | ^^^^^^^^^^ Sep 21 12:19:54.720 INFO kablam! Sep 21 12:19:54.720 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 12:19:54.720 INFO kablam! --> src/primitives/input.rs:170:19 Sep 21 12:19:54.720 INFO kablam! | Sep 21 12:19:54.720 INFO kablam! 170 | A: Send + Clone + rand::Rand, Sep 21 12:19:54.720 INFO kablam! | ^^^^^^^^^^ Sep 21 12:19:54.720 INFO kablam! Sep 21 12:19:54.720 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 12:19:54.720 INFO kablam! --> src/primitives/input.rs:140:19 Sep 21 12:19:54.720 INFO kablam! | Sep 21 12:19:54.720 INFO kablam! 140 | A: Send + Clone + rand::Rand, Sep 21 12:19:54.720 INFO kablam! | ^^^^^^^^^^ Sep 21 12:19:54.720 INFO kablam! Sep 21 12:19:54.720 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Sep 21 12:19:54.720 INFO kablam! --> src/lib.rs:275:25 Sep 21 12:19:54.720 INFO kablam! | Sep 21 12:19:54.720 INFO kablam! 275 | thread::sleep_ms(100); Sep 21 12:19:54.720 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 12:19:54.720 INFO kablam! Sep 21 12:19:54.721 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Sep 21 12:19:54.721 INFO kablam! --> src/builder.rs:137:17 Sep 21 12:19:54.721 INFO kablam! | Sep 21 12:19:54.721 INFO kablam! 137 | thread::sleep_ms(sleep_duration.num_milliseconds() as u32); Sep 21 12:19:54.721 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 12:19:54.721 INFO kablam! Sep 21 12:19:54.721 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 12:19:54.721 INFO kablam! --> src/builder.rs:227:33 Sep 21 12:19:54.721 INFO kablam! | Sep 21 12:19:54.721 INFO kablam! 227 | A: 'static + Send + Clone + rand::Rand, Sep 21 12:19:54.721 INFO kablam! | ^^^^^^^^^^ Sep 21 12:19:54.721 INFO kablam! Sep 21 12:19:54.952 INFO kablam! error[E0599]: no function or associated item named `new` found for type `rand::StdRng` in the current scope Sep 21 12:19:54.952 INFO kablam! --> src/lib.rs:326:23 Sep 21 12:19:54.952 INFO kablam! | Sep 21 12:19:54.952 INFO kablam! 326 | let rng = rand::StdRng::new().unwrap(); Sep 21 12:19:54.952 INFO kablam! | ^^^^^^^^^^^^^^^^^ function or associated item not found in `rand::StdRng` Sep 21 12:19:54.952 INFO kablam! Sep 21 12:19:55.013 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 12:19:55.013 INFO kablam! --> src/primitives/input.rs:174:26 Sep 21 12:19:55.013 INFO kablam! | Sep 21 12:19:55.013 INFO kablam! 174 | let a = self.rng.gen(); Sep 21 12:19:55.013 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 12:19:55.013 INFO kablam! | Sep 21 12:19:55.013 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 12:19:55.013 INFO kablam! Sep 21 12:19:55.078 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 12:19:55.078 INFO kablam! --> src/builder.rs:231:27 Sep 21 12:19:55.078 INFO kablam! | Sep 21 12:19:55.078 INFO kablam! 231 | let initial = rng.gen(); Sep 21 12:19:55.078 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 12:19:55.078 INFO kablam! | Sep 21 12:19:55.078 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 12:19:55.078 INFO kablam! Sep 21 12:19:55.101 INFO kablam! error: aborting due to 3 previous errors Sep 21 12:19:55.101 INFO kablam! Sep 21 12:19:55.101 INFO kablam! Some errors occurred: E0277, E0599. Sep 21 12:19:55.101 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 12:19:55.113 INFO kablam! error: Could not compile `cfrp`. Sep 21 12:19:55.113 INFO kablam! Sep 21 12:19:55.113 INFO kablam! To learn more, run the command again with --verbose. Sep 21 12:19:55.114 INFO kablam! su: No module specific data is present Sep 21 12:19:55.807 INFO running `"docker" "rm" "-f" "daa43890cccb11a587f70f21d33587213f001c8ac3edd20e92379d5b8a81c9fa"` Sep 21 12:19:55.922 INFO blam! daa43890cccb11a587f70f21d33587213f001c8ac3edd20e92379d5b8a81c9fa