Sep 19 20:20:22.896 INFO checking rangeinfo-0.1.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 20:20:22.896 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 20:20:22.896 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-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:23.369 INFO blam! b013282f2cc56731fa8d82ae0c144386d5f629c29e11abf0714cb4e08430dd82 Sep 19 20:20:23.378 INFO running `"docker" "start" "-a" "b013282f2cc56731fa8d82ae0c144386d5f629c29e11abf0714cb4e08430dd82"` Sep 19 20:20:24.890 INFO kablam! usermod: no changes Sep 19 20:20:24.949 INFO kablam! Checking rangeinfo v0.1.1 (/source) Sep 19 20:20:25.276 INFO kablam! error: unexpected token: `...` Sep 19 20:20:25.276 INFO kablam! --> src/lib.rs:72:65 Sep 19 20:20:25.276 INFO kablam! | Sep 19 20:20:25.276 INFO kablam! 72 | assert_eq!(RangeInfo { start: Closed(1), end: Closed(2) },(1...2).to_rangeinfo() ); Sep 19 20:20:25.277 INFO kablam! | ^^^ Sep 19 20:20:25.277 INFO kablam! help: use `..` for an exclusive range Sep 19 20:20:25.277 INFO kablam! | Sep 19 20:20:25.277 INFO kablam! 72 | assert_eq!(RangeInfo { start: Closed(1), end: Closed(2) },(1..2).to_rangeinfo() ); Sep 19 20:20:25.277 INFO kablam! | ^^ Sep 19 20:20:25.277 INFO kablam! help: or `..=` for an inclusive range Sep 19 20:20:25.277 INFO kablam! | Sep 19 20:20:25.277 INFO kablam! 72 | assert_eq!(RangeInfo { start: Closed(1), end: Closed(2) },(1..=2).to_rangeinfo() ); Sep 19 20:20:25.277 INFO kablam! | ^^^ Sep 19 20:20:25.277 INFO kablam! Sep 19 20:20:25.277 INFO kablam! error: unexpected token: `...` Sep 19 20:20:25.277 INFO kablam! --> src/lib.rs:73:59 Sep 19 20:20:25.277 INFO kablam! | Sep 19 20:20:25.277 INFO kablam! 73 | assert_eq!(RangeInfo { start: Inf, end: Closed(2) },( ...2).to_rangeinfo() ); Sep 19 20:20:25.277 INFO kablam! | ^^^ Sep 19 20:20:25.277 INFO kablam! help: use `..` for an exclusive range Sep 19 20:20:25.277 INFO kablam! | Sep 19 20:20:25.277 INFO kablam! 73 | assert_eq!(RangeInfo { start: Inf, end: Closed(2) },( ..2).to_rangeinfo() ); Sep 19 20:20:25.277 INFO kablam! | ^^ Sep 19 20:20:25.278 INFO kablam! help: or `..=` for an inclusive range Sep 19 20:20:25.278 INFO kablam! | Sep 19 20:20:25.278 INFO kablam! 73 | assert_eq!(RangeInfo { start: Inf, end: Closed(2) },( ..=2).to_rangeinfo() ); Sep 19 20:20:25.278 INFO kablam! | ^^^ Sep 19 20:20:25.278 INFO kablam! Sep 19 20:20:25.278 INFO kablam! error: aborting due to 2 previous errors Sep 19 20:20:25.278 INFO kablam! Sep 19 20:20:25.278 INFO kablam! error: Could not compile `rangeinfo`. Sep 19 20:20:25.278 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:20:25.343 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 19 20:20:25.344 INFO kablam! --> src/lib.rs:53:26 Sep 19 20:20:25.344 INFO kablam! | Sep 19 20:20:25.344 INFO kablam! 53 | start:Closed(self.start.clone()), Sep 19 20:20:25.345 INFO kablam! | ^^^^^^^^^^ Sep 19 20:20:25.345 INFO kablam! | Sep 19 20:20:25.345 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 19 20:20:25.346 INFO kablam! Sep 19 20:20:25.346 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 19 20:20:25.346 INFO kablam! --> src/lib.rs:54:24 Sep 19 20:20:25.347 INFO kablam! | Sep 19 20:20:25.347 INFO kablam! 54 | end:Closed(self.end.clone()), Sep 19 20:20:25.347 INFO kablam! | ^^^^^^^^ Sep 19 20:20:25.347 INFO kablam! | Sep 19 20:20:25.348 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 19 20:20:25.348 INFO kablam! Sep 19 20:20:25.348 INFO kablam! error: aborting due to 2 previous errors Sep 19 20:20:25.348 INFO kablam! Sep 19 20:20:25.348 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 19 20:20:25.348 INFO kablam! error: Could not compile `rangeinfo`. Sep 19 20:20:25.349 INFO kablam! Sep 19 20:20:25.349 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:20:25.351 INFO kablam! su: No module specific data is present Sep 19 20:20:26.309 INFO running `"docker" "rm" "-f" "b013282f2cc56731fa8d82ae0c144386d5f629c29e11abf0714cb4e08430dd82"` Sep 19 20:20:26.580 INFO blam! b013282f2cc56731fa8d82ae0c144386d5f629c29e11abf0714cb4e08430dd82