Sep 02 03:36:52.394 INFO checking rangeinfo-0.1.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 03:36:52.394 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 03:36:52.394 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:36:52.553 INFO blam! daf54f9e06e9f0d2f50c190aa2af80fafc6d16db81667c1998eba02b00afee55 Sep 02 03:36:52.555 INFO running `"docker" "start" "-a" "daf54f9e06e9f0d2f50c190aa2af80fafc6d16db81667c1998eba02b00afee55"` Sep 02 03:36:53.220 INFO kablam! Checking rangeinfo v0.1.1 (file:///source) Sep 02 03:36:53.508 INFO kablam! error: unexpected token: `...` Sep 02 03:36:53.508 INFO kablam! --> src/lib.rs:72:65 Sep 02 03:36:53.508 INFO kablam! | Sep 02 03:36:53.508 INFO kablam! 72 | assert_eq!(RangeInfo { start: Closed(1), end: Closed(2) },(1...2).to_rangeinfo() ); Sep 02 03:36:53.509 INFO kablam! | ^^^ Sep 02 03:36:53.509 INFO kablam! help: use `..` for an exclusive range Sep 02 03:36:53.509 INFO kablam! | Sep 02 03:36:53.509 INFO kablam! 72 | assert_eq!(RangeInfo { start: Closed(1), end: Closed(2) },(1..2).to_rangeinfo() ); Sep 02 03:36:53.509 INFO kablam! | ^^ Sep 02 03:36:53.509 INFO kablam! help: or `..=` for an inclusive range Sep 02 03:36:53.509 INFO kablam! | Sep 02 03:36:53.509 INFO kablam! 72 | assert_eq!(RangeInfo { start: Closed(1), end: Closed(2) },(1..=2).to_rangeinfo() ); Sep 02 03:36:53.509 INFO kablam! | ^^^ Sep 02 03:36:53.509 INFO kablam! Sep 02 03:36:53.510 INFO kablam! error: unexpected token: `...` Sep 02 03:36:53.510 INFO kablam! --> src/lib.rs:73:59 Sep 02 03:36:53.510 INFO kablam! | Sep 02 03:36:53.510 INFO kablam! 73 | assert_eq!(RangeInfo { start: Inf, end: Closed(2) },( ...2).to_rangeinfo() ); Sep 02 03:36:53.510 INFO kablam! | ^^^ Sep 02 03:36:53.510 INFO kablam! help: use `..` for an exclusive range Sep 02 03:36:53.510 INFO kablam! | Sep 02 03:36:53.510 INFO kablam! 73 | assert_eq!(RangeInfo { start: Inf, end: Closed(2) },( ..2).to_rangeinfo() ); Sep 02 03:36:53.510 INFO kablam! | ^^ Sep 02 03:36:53.510 INFO kablam! help: or `..=` for an inclusive range Sep 02 03:36:53.510 INFO kablam! | Sep 02 03:36:53.510 INFO kablam! 73 | assert_eq!(RangeInfo { start: Inf, end: Closed(2) },( ..=2).to_rangeinfo() ); Sep 02 03:36:53.510 INFO kablam! | ^^^ Sep 02 03:36:53.510 INFO kablam! Sep 02 03:36:53.510 INFO kablam! error: aborting due to 2 previous errors Sep 02 03:36:53.510 INFO kablam! Sep 02 03:36:53.516 INFO kablam! error: Could not compile `rangeinfo`. Sep 02 03:36:53.516 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:36:53.606 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 03:36:53.606 INFO kablam! --> src/lib.rs:53:26 Sep 02 03:36:53.606 INFO kablam! | Sep 02 03:36:53.606 INFO kablam! 53 | start:Closed(self.start.clone()), Sep 02 03:36:53.606 INFO kablam! | ^^^^^^^^^^ Sep 02 03:36:53.606 INFO kablam! | Sep 02 03:36:53.606 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 03:36:53.606 INFO kablam! Sep 02 03:36:53.606 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 03:36:53.606 INFO kablam! --> src/lib.rs:54:24 Sep 02 03:36:53.606 INFO kablam! | Sep 02 03:36:53.606 INFO kablam! 54 | end:Closed(self.end.clone()), Sep 02 03:36:53.607 INFO kablam! | ^^^^^^^^ Sep 02 03:36:53.607 INFO kablam! | Sep 02 03:36:53.607 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 03:36:53.607 INFO kablam! Sep 02 03:36:53.609 INFO kablam! error: aborting due to 2 previous errors Sep 02 03:36:53.609 INFO kablam! Sep 02 03:36:53.609 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 02 03:36:53.618 INFO kablam! error: Could not compile `rangeinfo`. Sep 02 03:36:53.618 INFO kablam! Sep 02 03:36:53.618 INFO kablam! To learn more, run the command again with --verbose. Sep 02 03:36:53.619 INFO kablam! su: No module specific data is present Sep 02 03:36:54.120 INFO running `"docker" "rm" "-f" "daf54f9e06e9f0d2f50c190aa2af80fafc6d16db81667c1998eba02b00afee55"` Sep 02 03:36:54.235 INFO blam! daf54f9e06e9f0d2f50c190aa2af80fafc6d16db81667c1998eba02b00afee55