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