Sep 20 05:30:01.234 INFO checking cfrp-0.0.4 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 05:30:01.234 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 05:30:01.234 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:30:01.452 INFO blam! e15e5058a5243060f28a1f2f90c1f464089cc93a35b6b61ca5b3904f6c6eeddb Sep 20 05:30:01.455 INFO running `"docker" "start" "-a" "e15e5058a5243060f28a1f2f90c1f464089cc93a35b6b61ca5b3904f6c6eeddb"` Sep 20 05:30:02.389 INFO kablam! usermod: no changes Sep 20 05:30:02.470 INFO kablam! Checking cfrp v0.0.4 (/source) Sep 20 05:30:03.156 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 20 05:30:03.156 INFO kablam! --> src/primitives/input.rs:13:12 Sep 20 05:30:03.156 INFO kablam! | Sep 20 05:30:03.156 INFO kablam! 13 | fn run(mut self: Box, usize, Arc>>>); Sep 20 05:30:03.156 INFO kablam! | ^^^^^^^^ Sep 20 05:30:03.156 INFO kablam! | Sep 20 05:30:03.156 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 20 05:30:03.156 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 20 05:30:03.156 INFO kablam! = note: for more information, see issue #35203 Sep 20 05:30:03.156 INFO kablam! Sep 20 05:30:03.157 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 20 05:30:03.157 INFO kablam! --> src/lib.rs:148:12 Sep 20 05:30:03.157 INFO kablam! | Sep 20 05:30:03.157 INFO kablam! 148 | fn run(mut self: Box); Sep 20 05:30:03.157 INFO kablam! | ^^^^^^^^ Sep 20 05:30:03.157 INFO kablam! | Sep 20 05:30:03.157 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 20 05:30:03.157 INFO kablam! = note: for more information, see issue #35203 Sep 20 05:30:03.157 INFO kablam! Sep 20 05:30:03.177 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 05:30:03.177 INFO kablam! --> src/primitives/input.rs:148:19 Sep 20 05:30:03.177 INFO kablam! | Sep 20 05:30:03.177 INFO kablam! 148 | A: Send + Clone + rand::Rand, Sep 20 05:30:03.177 INFO kablam! | ^^^^^^^^^^ Sep 20 05:30:03.177 INFO kablam! | Sep 20 05:30:03.177 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 05:30:03.177 INFO kablam! Sep 20 05:30:03.177 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 05:30:03.177 INFO kablam! --> src/primitives/input.rs:157:29 Sep 20 05:30:03.177 INFO kablam! | Sep 20 05:30:03.177 INFO kablam! 157 | A: 'static + Send + Clone + rand::Rand, Sep 20 05:30:03.177 INFO kablam! | ^^^^^^^^^^ Sep 20 05:30:03.177 INFO kablam! Sep 20 05:30:03.177 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 05:30:03.177 INFO kablam! --> src/primitives/input.rs:170:19 Sep 20 05:30:03.177 INFO kablam! | Sep 20 05:30:03.177 INFO kablam! 170 | A: Send + Clone + rand::Rand, Sep 20 05:30:03.177 INFO kablam! | ^^^^^^^^^^ Sep 20 05:30:03.177 INFO kablam! Sep 20 05:30:03.177 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 05:30:03.177 INFO kablam! --> src/primitives/input.rs:140:19 Sep 20 05:30:03.177 INFO kablam! | Sep 20 05:30:03.178 INFO kablam! 140 | A: Send + Clone + rand::Rand, Sep 20 05:30:03.178 INFO kablam! | ^^^^^^^^^^ Sep 20 05:30:03.178 INFO kablam! Sep 20 05:30:03.178 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Sep 20 05:30:03.178 INFO kablam! --> src/builder.rs:137:17 Sep 20 05:30:03.178 INFO kablam! | Sep 20 05:30:03.178 INFO kablam! 137 | thread::sleep_ms(sleep_duration.num_milliseconds() as u32); Sep 20 05:30:03.178 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 20 05:30:03.178 INFO kablam! Sep 20 05:30:03.180 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 05:30:03.180 INFO kablam! --> src/builder.rs:227:33 Sep 20 05:30:03.180 INFO kablam! | Sep 20 05:30:03.180 INFO kablam! 227 | A: 'static + Send + Clone + rand::Rand, Sep 20 05:30:03.180 INFO kablam! | ^^^^^^^^^^ Sep 20 05:30:03.180 INFO kablam! Sep 20 05:30:03.322 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 05:30:03.322 INFO kablam! --> src/primitives/input.rs:174:26 Sep 20 05:30:03.322 INFO kablam! | Sep 20 05:30:03.322 INFO kablam! 174 | let a = self.rng.gen(); Sep 20 05:30:03.322 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 05:30:03.322 INFO kablam! | Sep 20 05:30:03.322 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 05:30:03.322 INFO kablam! Sep 20 05:30:03.398 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 05:30:03.398 INFO kablam! --> src/builder.rs:231:27 Sep 20 05:30:03.398 INFO kablam! | Sep 20 05:30:03.398 INFO kablam! 231 | let initial = rng.gen(); Sep 20 05:30:03.398 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 05:30:03.398 INFO kablam! | Sep 20 05:30:03.398 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 05:30:03.398 INFO kablam! Sep 20 05:30:03.414 INFO kablam! error: aborting due to 2 previous errors Sep 20 05:30:03.414 INFO kablam! Sep 20 05:30:03.414 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 20 05:30:03.418 INFO kablam! error: Could not compile `cfrp`. Sep 20 05:30:03.418 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:30:03.529 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 20 05:30:03.529 INFO kablam! --> src/primitives/input.rs:13:12 Sep 20 05:30:03.529 INFO kablam! | Sep 20 05:30:03.529 INFO kablam! 13 | fn run(mut self: Box, usize, Arc>>>); Sep 20 05:30:03.529 INFO kablam! | ^^^^^^^^ Sep 20 05:30:03.529 INFO kablam! | Sep 20 05:30:03.529 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 20 05:30:03.529 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 20 05:30:03.529 INFO kablam! = note: for more information, see issue #35203 Sep 20 05:30:03.529 INFO kablam! Sep 20 05:30:03.530 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 20 05:30:03.530 INFO kablam! --> src/lib.rs:148:12 Sep 20 05:30:03.530 INFO kablam! | Sep 20 05:30:03.530 INFO kablam! 148 | fn run(mut self: Box); Sep 20 05:30:03.530 INFO kablam! | ^^^^^^^^ Sep 20 05:30:03.530 INFO kablam! | Sep 20 05:30:03.530 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 20 05:30:03.530 INFO kablam! = note: for more information, see issue #35203 Sep 20 05:30:03.530 INFO kablam! Sep 20 05:30:03.553 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 05:30:03.553 INFO kablam! --> src/primitives/input.rs:148:19 Sep 20 05:30:03.553 INFO kablam! | Sep 20 05:30:03.553 INFO kablam! 148 | A: Send + Clone + rand::Rand, Sep 20 05:30:03.553 INFO kablam! | ^^^^^^^^^^ Sep 20 05:30:03.553 INFO kablam! | Sep 20 05:30:03.553 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 05:30:03.553 INFO kablam! Sep 20 05:30:03.553 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 05:30:03.553 INFO kablam! --> src/primitives/input.rs:157:29 Sep 20 05:30:03.553 INFO kablam! | Sep 20 05:30:03.553 INFO kablam! 157 | A: 'static + Send + Clone + rand::Rand, Sep 20 05:30:03.553 INFO kablam! | ^^^^^^^^^^ Sep 20 05:30:03.553 INFO kablam! Sep 20 05:30:03.553 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 05:30:03.553 INFO kablam! --> src/primitives/input.rs:170:19 Sep 20 05:30:03.553 INFO kablam! | Sep 20 05:30:03.553 INFO kablam! 170 | A: Send + Clone + rand::Rand, Sep 20 05:30:03.553 INFO kablam! | ^^^^^^^^^^ Sep 20 05:30:03.553 INFO kablam! Sep 20 05:30:03.553 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 05:30:03.554 INFO kablam! --> src/primitives/input.rs:140:19 Sep 20 05:30:03.554 INFO kablam! | Sep 20 05:30:03.554 INFO kablam! 140 | A: Send + Clone + rand::Rand, Sep 20 05:30:03.554 INFO kablam! | ^^^^^^^^^^ Sep 20 05:30:03.554 INFO kablam! Sep 20 05:30:03.554 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Sep 20 05:30:03.554 INFO kablam! --> src/lib.rs:275:25 Sep 20 05:30:03.554 INFO kablam! | Sep 20 05:30:03.554 INFO kablam! 275 | thread::sleep_ms(100); Sep 20 05:30:03.554 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 20 05:30:03.554 INFO kablam! Sep 20 05:30:03.556 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Sep 20 05:30:03.556 INFO kablam! --> src/builder.rs:137:17 Sep 20 05:30:03.556 INFO kablam! | Sep 20 05:30:03.557 INFO kablam! 137 | thread::sleep_ms(sleep_duration.num_milliseconds() as u32); Sep 20 05:30:03.557 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 20 05:30:03.557 INFO kablam! Sep 20 05:30:03.557 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 05:30:03.557 INFO kablam! --> src/builder.rs:227:33 Sep 20 05:30:03.557 INFO kablam! | Sep 20 05:30:03.557 INFO kablam! 227 | A: 'static + Send + Clone + rand::Rand, Sep 20 05:30:03.557 INFO kablam! | ^^^^^^^^^^ Sep 20 05:30:03.557 INFO kablam! Sep 20 05:30:03.785 INFO kablam! error[E0599]: no function or associated item named `new` found for type `rand::StdRng` in the current scope Sep 20 05:30:03.785 INFO kablam! --> src/lib.rs:326:23 Sep 20 05:30:03.786 INFO kablam! | Sep 20 05:30:03.786 INFO kablam! 326 | let rng = rand::StdRng::new().unwrap(); Sep 20 05:30:03.786 INFO kablam! | ^^^^^^^^^^^^^^^^^ function or associated item not found in `rand::StdRng` Sep 20 05:30:03.786 INFO kablam! Sep 20 05:30:03.846 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 05:30:03.846 INFO kablam! --> src/primitives/input.rs:174:26 Sep 20 05:30:03.846 INFO kablam! | Sep 20 05:30:03.846 INFO kablam! 174 | let a = self.rng.gen(); Sep 20 05:30:03.846 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 05:30:03.846 INFO kablam! | Sep 20 05:30:03.847 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 05:30:03.847 INFO kablam! Sep 20 05:30:03.914 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 05:30:03.914 INFO kablam! --> src/builder.rs:231:27 Sep 20 05:30:03.914 INFO kablam! | Sep 20 05:30:03.914 INFO kablam! 231 | let initial = rng.gen(); Sep 20 05:30:03.914 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 05:30:03.914 INFO kablam! | Sep 20 05:30:03.914 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 20 05:30:03.914 INFO kablam! Sep 20 05:30:03.936 INFO kablam! error: aborting due to 3 previous errors Sep 20 05:30:03.936 INFO kablam! Sep 20 05:30:03.936 INFO kablam! Some errors occurred: E0277, E0599. Sep 20 05:30:03.936 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 20 05:30:03.946 INFO kablam! error: Could not compile `cfrp`. Sep 20 05:30:03.946 INFO kablam! Sep 20 05:30:03.946 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:30:03.949 INFO kablam! su: No module specific data is present Sep 20 05:30:04.552 INFO running `"docker" "rm" "-f" "e15e5058a5243060f28a1f2f90c1f464089cc93a35b6b61ca5b3904f6c6eeddb"` Sep 20 05:30:04.629 INFO blam! e15e5058a5243060f28a1f2f90c1f464089cc93a35b6b61ca5b3904f6c6eeddb