Sep 04 06:59:33.934 INFO checking rangeinfo-0.1.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 06:59:33.934 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 06:59:33.934 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:59:34.121 INFO blam! 106c11cc7a9c9f527d5ab870a690a733f122aafd15dcd491ceac72ac1f147105 Sep 04 06:59:34.124 INFO running `"docker" "start" "-a" "106c11cc7a9c9f527d5ab870a690a733f122aafd15dcd491ceac72ac1f147105"` Sep 04 06:59:34.729 INFO kablam! Checking rangeinfo v0.1.1 (file:///source) Sep 04 06:59:35.014 INFO kablam! error: unexpected token: `...` Sep 04 06:59:35.014 INFO kablam! --> src/lib.rs:72:65 Sep 04 06:59:35.014 INFO kablam! | Sep 04 06:59:35.014 INFO kablam! 72 | assert_eq!(RangeInfo { start: Closed(1), end: Closed(2) },(1...2).to_rangeinfo() ); Sep 04 06:59:35.014 INFO kablam! | ^^^ Sep 04 06:59:35.014 INFO kablam! help: use `..` for an exclusive range Sep 04 06:59:35.015 INFO kablam! | Sep 04 06:59:35.015 INFO kablam! 72 | assert_eq!(RangeInfo { start: Closed(1), end: Closed(2) },(1..2).to_rangeinfo() ); Sep 04 06:59:35.015 INFO kablam! | ^^ Sep 04 06:59:35.015 INFO kablam! help: or `..=` for an inclusive range Sep 04 06:59:35.015 INFO kablam! | Sep 04 06:59:35.015 INFO kablam! 72 | assert_eq!(RangeInfo { start: Closed(1), end: Closed(2) },(1..=2).to_rangeinfo() ); Sep 04 06:59:35.015 INFO kablam! | ^^^ Sep 04 06:59:35.015 INFO kablam! Sep 04 06:59:35.015 INFO kablam! error: unexpected token: `...` Sep 04 06:59:35.015 INFO kablam! --> src/lib.rs:73:59 Sep 04 06:59:35.015 INFO kablam! | Sep 04 06:59:35.015 INFO kablam! 73 | assert_eq!(RangeInfo { start: Inf, end: Closed(2) },( ...2).to_rangeinfo() ); Sep 04 06:59:35.015 INFO kablam! | ^^^ Sep 04 06:59:35.015 INFO kablam! help: use `..` for an exclusive range Sep 04 06:59:35.015 INFO kablam! | Sep 04 06:59:35.015 INFO kablam! 73 | assert_eq!(RangeInfo { start: Inf, end: Closed(2) },( ..2).to_rangeinfo() ); Sep 04 06:59:35.015 INFO kablam! | ^^ Sep 04 06:59:35.015 INFO kablam! help: or `..=` for an inclusive range Sep 04 06:59:35.015 INFO kablam! | Sep 04 06:59:35.015 INFO kablam! 73 | assert_eq!(RangeInfo { start: Inf, end: Closed(2) },( ..=2).to_rangeinfo() ); Sep 04 06:59:35.015 INFO kablam! | ^^^ Sep 04 06:59:35.015 INFO kablam! Sep 04 06:59:35.016 INFO kablam! error: aborting due to 2 previous errors Sep 04 06:59:35.016 INFO kablam! Sep 04 06:59:35.020 INFO kablam! error: Could not compile `rangeinfo`. Sep 04 06:59:35.020 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:59:35.118 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 06:59:35.118 INFO kablam! --> src/lib.rs:53:26 Sep 04 06:59:35.118 INFO kablam! | Sep 04 06:59:35.118 INFO kablam! 53 | start:Closed(self.start.clone()), Sep 04 06:59:35.118 INFO kablam! | ^^^^^^^^^^ Sep 04 06:59:35.118 INFO kablam! | Sep 04 06:59:35.118 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 06:59:35.118 INFO kablam! Sep 04 06:59:35.118 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 06:59:35.118 INFO kablam! --> src/lib.rs:54:24 Sep 04 06:59:35.118 INFO kablam! | Sep 04 06:59:35.118 INFO kablam! 54 | end:Closed(self.end.clone()), Sep 04 06:59:35.118 INFO kablam! | ^^^^^^^^ Sep 04 06:59:35.118 INFO kablam! | Sep 04 06:59:35.118 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 06:59:35.118 INFO kablam! Sep 04 06:59:35.123 INFO kablam! error: aborting due to 2 previous errors Sep 04 06:59:35.123 INFO kablam! Sep 04 06:59:35.123 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 04 06:59:35.131 INFO kablam! error: Could not compile `rangeinfo`. Sep 04 06:59:35.131 INFO kablam! Sep 04 06:59:35.131 INFO kablam! To learn more, run the command again with --verbose. Sep 04 06:59:35.132 INFO kablam! su: No module specific data is present Sep 04 06:59:35.618 INFO running `"docker" "rm" "-f" "106c11cc7a9c9f527d5ab870a690a733f122aafd15dcd491ceac72ac1f147105"` Sep 04 06:59:35.736 INFO blam! 106c11cc7a9c9f527d5ab870a690a733f122aafd15dcd491ceac72ac1f147105