Sep 04 21:07:05.494 INFO checking compacts-0.9.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 21:07:05.495 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 21:07:05.495 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:07:05.638 INFO blam! d331a48fc1d53a93a809fb520d0006ca704cd1b1994be4ef611714419e0ef015 Sep 04 21:07:05.640 INFO running `"docker" "start" "-a" "d331a48fc1d53a93a809fb520d0006ca704cd1b1994be4ef611714419e0ef015"` Sep 04 21:07:06.337 INFO kablam! Checking compacts v0.9.0 (file:///source) Sep 04 21:07:07.566 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.566 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 04 21:07:07.566 INFO kablam! | Sep 04 21:07:07.566 INFO kablam! 242 | let s = range.start as usize; Sep 04 21:07:07.566 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:07:07.566 INFO kablam! | Sep 04 21:07:07.566 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.566 INFO kablam! Sep 04 21:07:07.566 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.566 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 04 21:07:07.566 INFO kablam! | Sep 04 21:07:07.566 INFO kablam! 243 | let e = range.end as usize; Sep 04 21:07:07.566 INFO kablam! | ^^^^^^^^^ Sep 04 21:07:07.566 INFO kablam! | Sep 04 21:07:07.566 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.566 INFO kablam! Sep 04 21:07:07.599 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.600 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 04 21:07:07.600 INFO kablam! | Sep 04 21:07:07.600 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 04 21:07:07.600 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:07:07.600 INFO kablam! | Sep 04 21:07:07.600 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.600 INFO kablam! Sep 04 21:07:07.600 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.600 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 04 21:07:07.600 INFO kablam! | Sep 04 21:07:07.600 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 04 21:07:07.600 INFO kablam! | ^^^^^^^^^ Sep 04 21:07:07.600 INFO kablam! | Sep 04 21:07:07.600 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.600 INFO kablam! Sep 04 21:07:07.601 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.601 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 04 21:07:07.601 INFO kablam! | Sep 04 21:07:07.601 INFO kablam! 20 | } else if n < range.start { Sep 04 21:07:07.601 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:07:07.601 INFO kablam! | Sep 04 21:07:07.601 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.601 INFO kablam! Sep 04 21:07:07.601 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.601 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 04 21:07:07.601 INFO kablam! | Sep 04 21:07:07.601 INFO kablam! 22 | } else if range.end < n { Sep 04 21:07:07.601 INFO kablam! | ^^^^^^^^^ Sep 04 21:07:07.601 INFO kablam! | Sep 04 21:07:07.601 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.601 INFO kablam! Sep 04 21:07:07.604 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.604 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 04 21:07:07.604 INFO kablam! | Sep 04 21:07:07.604 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 04 21:07:07.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:07.605 INFO kablam! | Sep 04 21:07:07.605 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.605 INFO kablam! Sep 04 21:07:07.606 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.606 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 04 21:07:07.606 INFO kablam! | Sep 04 21:07:07.606 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 04 21:07:07.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:07.606 INFO kablam! | Sep 04 21:07:07.606 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.606 INFO kablam! Sep 04 21:07:07.607 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.607 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 04 21:07:07.607 INFO kablam! | Sep 04 21:07:07.607 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 04 21:07:07.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:07.607 INFO kablam! | Sep 04 21:07:07.607 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.607 INFO kablam! Sep 04 21:07:07.608 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.608 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 04 21:07:07.608 INFO kablam! | Sep 04 21:07:07.608 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 04 21:07:07.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:07.608 INFO kablam! | Sep 04 21:07:07.608 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.608 INFO kablam! Sep 04 21:07:07.609 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.609 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 04 21:07:07.609 INFO kablam! | Sep 04 21:07:07.609 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 04 21:07:07.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:07.609 INFO kablam! | Sep 04 21:07:07.609 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.609 INFO kablam! Sep 04 21:07:07.610 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.610 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 04 21:07:07.610 INFO kablam! | Sep 04 21:07:07.610 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 04 21:07:07.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:07.610 INFO kablam! | Sep 04 21:07:07.610 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.610 INFO kablam! Sep 04 21:07:07.611 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.611 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 04 21:07:07.611 INFO kablam! | Sep 04 21:07:07.611 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 04 21:07:07.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:07.611 INFO kablam! | Sep 04 21:07:07.611 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.611 INFO kablam! Sep 04 21:07:07.612 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.612 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 04 21:07:07.612 INFO kablam! | Sep 04 21:07:07.612 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 04 21:07:07.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:07.612 INFO kablam! | Sep 04 21:07:07.612 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.612 INFO kablam! Sep 04 21:07:07.614 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.614 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 04 21:07:07.614 INFO kablam! | Sep 04 21:07:07.614 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 04 21:07:07.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:07.614 INFO kablam! | Sep 04 21:07:07.614 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.614 INFO kablam! Sep 04 21:07:07.614 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.614 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 04 21:07:07.614 INFO kablam! | Sep 04 21:07:07.614 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 04 21:07:07.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:07.614 INFO kablam! | Sep 04 21:07:07.615 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.615 INFO kablam! Sep 04 21:07:07.620 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.620 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 04 21:07:07.620 INFO kablam! | Sep 04 21:07:07.620 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 04 21:07:07.620 INFO kablam! | ^^^^^^^^ Sep 04 21:07:07.620 INFO kablam! | Sep 04 21:07:07.620 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.620 INFO kablam! Sep 04 21:07:07.621 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.621 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 04 21:07:07.621 INFO kablam! | Sep 04 21:07:07.621 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 04 21:07:07.621 INFO kablam! | ^^^^^^ Sep 04 21:07:07.621 INFO kablam! | Sep 04 21:07:07.621 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.621 INFO kablam! Sep 04 21:07:07.621 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.621 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 04 21:07:07.621 INFO kablam! | Sep 04 21:07:07.621 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 04 21:07:07.621 INFO kablam! | ^^^^^^^^ Sep 04 21:07:07.622 INFO kablam! | Sep 04 21:07:07.622 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.622 INFO kablam! Sep 04 21:07:07.638 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.638 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 04 21:07:07.638 INFO kablam! | Sep 04 21:07:07.638 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 04 21:07:07.639 INFO kablam! | ^^^^^ Sep 04 21:07:07.639 INFO kablam! | Sep 04 21:07:07.639 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.639 INFO kablam! Sep 04 21:07:07.639 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.639 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 04 21:07:07.639 INFO kablam! | Sep 04 21:07:07.639 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 04 21:07:07.639 INFO kablam! | ^^^^^^^ Sep 04 21:07:07.639 INFO kablam! | Sep 04 21:07:07.639 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.639 INFO kablam! Sep 04 21:07:07.639 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.639 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 04 21:07:07.640 INFO kablam! | Sep 04 21:07:07.640 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 04 21:07:07.640 INFO kablam! | ^^^^^^^ Sep 04 21:07:07.640 INFO kablam! | Sep 04 21:07:07.640 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.640 INFO kablam! Sep 04 21:07:07.640 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.640 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 04 21:07:07.640 INFO kablam! | Sep 04 21:07:07.640 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 04 21:07:07.640 INFO kablam! | ^^^^^ Sep 04 21:07:07.640 INFO kablam! | Sep 04 21:07:07.640 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.640 INFO kablam! Sep 04 21:07:07.646 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.646 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 04 21:07:07.646 INFO kablam! | Sep 04 21:07:07.646 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 04 21:07:07.646 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 21:07:07.646 INFO kablam! | Sep 04 21:07:07.646 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.647 INFO kablam! Sep 04 21:07:07.647 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.647 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 04 21:07:07.647 INFO kablam! | Sep 04 21:07:07.647 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 04 21:07:07.647 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 21:07:07.648 INFO kablam! | Sep 04 21:07:07.648 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:07.648 INFO kablam! Sep 04 21:07:07.649 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:07.649 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 04 21:07:07.649 INFO kablam! | Sep 04 21:07:07.649 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 04 21:07:07.649 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 21:07:07.649 INFO kablam! | Sep 04 21:07:07.649 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:07.649 INFO kablam! Sep 04 21:07:07.678 INFO kablam! error: aborting due to 26 previous errors Sep 04 21:07:07.678 INFO kablam! Sep 04 21:07:07.678 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 04 21:07:07.686 INFO kablam! error: Could not compile `compacts`. Sep 04 21:07:07.686 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:07:08.613 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.613 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 04 21:07:08.613 INFO kablam! | Sep 04 21:07:08.613 INFO kablam! 242 | let s = range.start as usize; Sep 04 21:07:08.613 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:07:08.613 INFO kablam! | Sep 04 21:07:08.613 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.613 INFO kablam! Sep 04 21:07:08.613 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.613 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 04 21:07:08.613 INFO kablam! | Sep 04 21:07:08.613 INFO kablam! 243 | let e = range.end as usize; Sep 04 21:07:08.613 INFO kablam! | ^^^^^^^^^ Sep 04 21:07:08.613 INFO kablam! | Sep 04 21:07:08.614 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.614 INFO kablam! Sep 04 21:07:08.648 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.648 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 04 21:07:08.648 INFO kablam! | Sep 04 21:07:08.648 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 04 21:07:08.648 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:07:08.648 INFO kablam! | Sep 04 21:07:08.648 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.648 INFO kablam! Sep 04 21:07:08.649 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.649 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 04 21:07:08.649 INFO kablam! | Sep 04 21:07:08.649 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 04 21:07:08.649 INFO kablam! | ^^^^^^^^^ Sep 04 21:07:08.649 INFO kablam! | Sep 04 21:07:08.649 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.649 INFO kablam! Sep 04 21:07:08.649 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.649 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 04 21:07:08.649 INFO kablam! | Sep 04 21:07:08.649 INFO kablam! 20 | } else if n < range.start { Sep 04 21:07:08.649 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:07:08.649 INFO kablam! | Sep 04 21:07:08.649 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.649 INFO kablam! Sep 04 21:07:08.649 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.649 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 04 21:07:08.649 INFO kablam! | Sep 04 21:07:08.649 INFO kablam! 22 | } else if range.end < n { Sep 04 21:07:08.649 INFO kablam! | ^^^^^^^^^ Sep 04 21:07:08.649 INFO kablam! | Sep 04 21:07:08.650 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.650 INFO kablam! Sep 04 21:07:08.652 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.652 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 04 21:07:08.652 INFO kablam! | Sep 04 21:07:08.652 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 04 21:07:08.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:08.652 INFO kablam! | Sep 04 21:07:08.652 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.652 INFO kablam! Sep 04 21:07:08.653 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.653 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 04 21:07:08.653 INFO kablam! | Sep 04 21:07:08.653 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 04 21:07:08.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:08.653 INFO kablam! | Sep 04 21:07:08.653 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.653 INFO kablam! Sep 04 21:07:08.655 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.655 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 04 21:07:08.655 INFO kablam! | Sep 04 21:07:08.655 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 04 21:07:08.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:08.655 INFO kablam! | Sep 04 21:07:08.655 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.655 INFO kablam! Sep 04 21:07:08.655 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.655 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 04 21:07:08.655 INFO kablam! | Sep 04 21:07:08.655 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 04 21:07:08.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:08.655 INFO kablam! | Sep 04 21:07:08.655 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.656 INFO kablam! Sep 04 21:07:08.657 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.657 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 04 21:07:08.657 INFO kablam! | Sep 04 21:07:08.657 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 04 21:07:08.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:08.657 INFO kablam! | Sep 04 21:07:08.657 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.657 INFO kablam! Sep 04 21:07:08.657 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.657 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 04 21:07:08.657 INFO kablam! | Sep 04 21:07:08.657 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 04 21:07:08.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:08.657 INFO kablam! | Sep 04 21:07:08.657 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.657 INFO kablam! Sep 04 21:07:08.658 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.658 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 04 21:07:08.658 INFO kablam! | Sep 04 21:07:08.658 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 04 21:07:08.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:08.658 INFO kablam! | Sep 04 21:07:08.658 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.658 INFO kablam! Sep 04 21:07:08.659 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.659 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 04 21:07:08.659 INFO kablam! | Sep 04 21:07:08.659 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 04 21:07:08.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:08.659 INFO kablam! | Sep 04 21:07:08.659 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.659 INFO kablam! Sep 04 21:07:08.661 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.661 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 04 21:07:08.661 INFO kablam! | Sep 04 21:07:08.661 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 04 21:07:08.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:08.661 INFO kablam! | Sep 04 21:07:08.661 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.661 INFO kablam! Sep 04 21:07:08.661 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.661 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 04 21:07:08.661 INFO kablam! | Sep 04 21:07:08.661 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 04 21:07:08.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:08.661 INFO kablam! | Sep 04 21:07:08.661 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.661 INFO kablam! Sep 04 21:07:08.666 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.666 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 04 21:07:08.666 INFO kablam! | Sep 04 21:07:08.666 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 04 21:07:08.666 INFO kablam! | ^^^^^^^^ Sep 04 21:07:08.666 INFO kablam! | Sep 04 21:07:08.666 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.666 INFO kablam! Sep 04 21:07:08.667 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.667 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 04 21:07:08.667 INFO kablam! | Sep 04 21:07:08.667 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 04 21:07:08.667 INFO kablam! | ^^^^^^ Sep 04 21:07:08.667 INFO kablam! | Sep 04 21:07:08.667 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.667 INFO kablam! Sep 04 21:07:08.667 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.667 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 04 21:07:08.667 INFO kablam! | Sep 04 21:07:08.667 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 04 21:07:08.667 INFO kablam! | ^^^^^^^^ Sep 04 21:07:08.667 INFO kablam! | Sep 04 21:07:08.667 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.667 INFO kablam! Sep 04 21:07:08.688 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.688 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 04 21:07:08.688 INFO kablam! | Sep 04 21:07:08.688 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 04 21:07:08.688 INFO kablam! | ^^^^^ Sep 04 21:07:08.688 INFO kablam! | Sep 04 21:07:08.688 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.688 INFO kablam! Sep 04 21:07:08.688 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.688 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 04 21:07:08.688 INFO kablam! | Sep 04 21:07:08.688 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 04 21:07:08.689 INFO kablam! | ^^^^^^^ Sep 04 21:07:08.689 INFO kablam! | Sep 04 21:07:08.689 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.689 INFO kablam! Sep 04 21:07:08.689 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.689 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 04 21:07:08.689 INFO kablam! | Sep 04 21:07:08.689 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 04 21:07:08.689 INFO kablam! | ^^^^^^^ Sep 04 21:07:08.689 INFO kablam! | Sep 04 21:07:08.689 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.689 INFO kablam! Sep 04 21:07:08.689 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.689 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 04 21:07:08.689 INFO kablam! | Sep 04 21:07:08.689 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 04 21:07:08.689 INFO kablam! | ^^^^^ Sep 04 21:07:08.689 INFO kablam! | Sep 04 21:07:08.689 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.689 INFO kablam! Sep 04 21:07:08.694 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.694 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 04 21:07:08.694 INFO kablam! | Sep 04 21:07:08.694 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 04 21:07:08.694 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 21:07:08.694 INFO kablam! | Sep 04 21:07:08.694 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.694 INFO kablam! Sep 04 21:07:08.695 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.696 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 04 21:07:08.696 INFO kablam! | Sep 04 21:07:08.696 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 04 21:07:08.696 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 21:07:08.696 INFO kablam! | Sep 04 21:07:08.696 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:08.696 INFO kablam! Sep 04 21:07:08.696 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:08.696 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 04 21:07:08.696 INFO kablam! | Sep 04 21:07:08.696 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 04 21:07:08.696 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 21:07:08.696 INFO kablam! | Sep 04 21:07:08.696 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:08.696 INFO kablam! Sep 04 21:07:08.730 INFO kablam! error: aborting due to 26 previous errors Sep 04 21:07:08.730 INFO kablam! Sep 04 21:07:08.730 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 04 21:07:08.741 INFO kablam! error: Could not compile `compacts`. Sep 04 21:07:08.741 INFO kablam! Sep 04 21:07:08.741 INFO kablam! To learn more, run the command again with --verbose. Sep 04 21:07:08.743 INFO kablam! su: No module specific data is present Sep 04 21:07:09.271 INFO running `"docker" "rm" "-f" "d331a48fc1d53a93a809fb520d0006ca704cd1b1994be4ef611714419e0ef015"` Sep 04 21:07:09.408 INFO blam! d331a48fc1d53a93a809fb520d0006ca704cd1b1994be4ef611714419e0ef015