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