Sep 10 12:15:20.987 INFO checking rangeinfo-0.1.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 12:15:20.987 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 12:15:20.987 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 12:15:21.226 INFO blam! 534101f269ecf653ac896bdc2f2c64bd73bca523b4a1ea7a0d71184ddff46c9e Sep 10 12:15:21.228 INFO running `"docker" "start" "-a" "534101f269ecf653ac896bdc2f2c64bd73bca523b4a1ea7a0d71184ddff46c9e"` Sep 10 12:15:22.641 INFO kablam! usermod: no changes Sep 10 12:15:22.699 INFO kablam! Checking rangeinfo v0.1.1 (file:///source) Sep 10 12:15:23.138 INFO kablam! error: unexpected token: `...` Sep 10 12:15:23.138 INFO kablam! --> src/lib.rs:72:65 Sep 10 12:15:23.139 INFO kablam! | Sep 10 12:15:23.139 INFO kablam! 72 | assert_eq!(RangeInfo { start: Closed(1), end: Closed(2) },(1...2).to_rangeinfo() ); Sep 10 12:15:23.139 INFO kablam! | ^^^ Sep 10 12:15:23.139 INFO kablam! help: use `..` for an exclusive range Sep 10 12:15:23.139 INFO kablam! | Sep 10 12:15:23.139 INFO kablam! 72 | assert_eq!(RangeInfo { start: Closed(1), end: Closed(2) },(1..2).to_rangeinfo() ); Sep 10 12:15:23.139 INFO kablam! | ^^ Sep 10 12:15:23.139 INFO kablam! help: or `..=` for an inclusive range Sep 10 12:15:23.139 INFO kablam! | Sep 10 12:15:23.139 INFO kablam! 72 | assert_eq!(RangeInfo { start: Closed(1), end: Closed(2) },(1..=2).to_rangeinfo() ); Sep 10 12:15:23.139 INFO kablam! | ^^^ Sep 10 12:15:23.139 INFO kablam! Sep 10 12:15:23.139 INFO kablam! error: unexpected token: `...` Sep 10 12:15:23.139 INFO kablam! --> src/lib.rs:73:59 Sep 10 12:15:23.139 INFO kablam! | Sep 10 12:15:23.139 INFO kablam! 73 | assert_eq!(RangeInfo { start: Inf, end: Closed(2) },( ...2).to_rangeinfo() ); Sep 10 12:15:23.139 INFO kablam! | ^^^ Sep 10 12:15:23.139 INFO kablam! help: use `..` for an exclusive range Sep 10 12:15:23.139 INFO kablam! | Sep 10 12:15:23.139 INFO kablam! 73 | assert_eq!(RangeInfo { start: Inf, end: Closed(2) },( ..2).to_rangeinfo() ); Sep 10 12:15:23.139 INFO kablam! | ^^ Sep 10 12:15:23.139 INFO kablam! help: or `..=` for an inclusive range Sep 10 12:15:23.139 INFO kablam! | Sep 10 12:15:23.139 INFO kablam! 73 | assert_eq!(RangeInfo { start: Inf, end: Closed(2) },( ..=2).to_rangeinfo() ); Sep 10 12:15:23.139 INFO kablam! | ^^^ Sep 10 12:15:23.139 INFO kablam! Sep 10 12:15:23.139 INFO kablam! error: aborting due to 2 previous errors Sep 10 12:15:23.139 INFO kablam! Sep 10 12:15:23.139 INFO kablam! error: Could not compile `rangeinfo`. Sep 10 12:15:23.139 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:15:23.218 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 12:15:23.218 INFO kablam! --> src/lib.rs:53:26 Sep 10 12:15:23.218 INFO kablam! | Sep 10 12:15:23.219 INFO kablam! 53 | start:Closed(self.start.clone()), Sep 10 12:15:23.219 INFO kablam! | ^^^^^^^^^^ Sep 10 12:15:23.219 INFO kablam! | Sep 10 12:15:23.219 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 12:15:23.219 INFO kablam! Sep 10 12:15:23.219 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 12:15:23.219 INFO kablam! --> src/lib.rs:54:24 Sep 10 12:15:23.219 INFO kablam! | Sep 10 12:15:23.219 INFO kablam! 54 | end:Closed(self.end.clone()), Sep 10 12:15:23.219 INFO kablam! | ^^^^^^^^ Sep 10 12:15:23.219 INFO kablam! | Sep 10 12:15:23.219 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 12:15:23.219 INFO kablam! Sep 10 12:15:23.222 INFO kablam! error: aborting due to 2 previous errors Sep 10 12:15:23.222 INFO kablam! Sep 10 12:15:23.222 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 10 12:15:23.233 INFO kablam! error: Could not compile `rangeinfo`. Sep 10 12:15:23.233 INFO kablam! Sep 10 12:15:23.233 INFO kablam! To learn more, run the command again with --verbose. Sep 10 12:15:23.234 INFO kablam! su: No module specific data is present Sep 10 12:15:24.176 INFO running `"docker" "rm" "-f" "534101f269ecf653ac896bdc2f2c64bd73bca523b4a1ea7a0d71184ddff46c9e"` Sep 10 12:15:24.321 INFO blam! 534101f269ecf653ac896bdc2f2c64bd73bca523b4a1ea7a0d71184ddff46c9e