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