Sep 04 21:07:07.195 INFO checking compacts-0.9.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 21:07:07.195 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 21:07:07.195 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:07.413 INFO blam! dd29569ac5bba6f47c1fd61ba05ab010f2dccbfffab36568f8a8945156a1dee5 Sep 04 21:07:07.418 INFO running `"docker" "start" "-a" "dd29569ac5bba6f47c1fd61ba05ab010f2dccbfffab36568f8a8945156a1dee5"` Sep 04 21:07:08.129 INFO kablam! Checking compacts v0.9.0 (file:///source) Sep 04 21:07:09.682 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.682 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 04 21:07:09.682 INFO kablam! | Sep 04 21:07:09.682 INFO kablam! 242 | let s = range.start as usize; Sep 04 21:07:09.682 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:07:09.682 INFO kablam! | Sep 04 21:07:09.682 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.682 INFO kablam! Sep 04 21:07:09.682 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.682 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 04 21:07:09.682 INFO kablam! | Sep 04 21:07:09.682 INFO kablam! 243 | let e = range.end as usize; Sep 04 21:07:09.682 INFO kablam! | ^^^^^^^^^ Sep 04 21:07:09.682 INFO kablam! | Sep 04 21:07:09.682 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.682 INFO kablam! Sep 04 21:07:09.732 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.732 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 04 21:07:09.732 INFO kablam! | Sep 04 21:07:09.732 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 04 21:07:09.732 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:07:09.732 INFO kablam! | Sep 04 21:07:09.732 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.732 INFO kablam! Sep 04 21:07:09.732 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.732 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 04 21:07:09.732 INFO kablam! | Sep 04 21:07:09.732 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 04 21:07:09.732 INFO kablam! | ^^^^^^^^^ Sep 04 21:07:09.732 INFO kablam! | Sep 04 21:07:09.733 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.733 INFO kablam! Sep 04 21:07:09.733 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.733 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 04 21:07:09.733 INFO kablam! | Sep 04 21:07:09.733 INFO kablam! 20 | } else if n < range.start { Sep 04 21:07:09.733 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:07:09.733 INFO kablam! | Sep 04 21:07:09.733 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.733 INFO kablam! Sep 04 21:07:09.733 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.733 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 04 21:07:09.733 INFO kablam! | Sep 04 21:07:09.733 INFO kablam! 22 | } else if range.end < n { Sep 04 21:07:09.733 INFO kablam! | ^^^^^^^^^ Sep 04 21:07:09.733 INFO kablam! | Sep 04 21:07:09.733 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.733 INFO kablam! Sep 04 21:07:09.737 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.737 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 04 21:07:09.737 INFO kablam! | Sep 04 21:07:09.737 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 04 21:07:09.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:09.737 INFO kablam! | Sep 04 21:07:09.737 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.737 INFO kablam! Sep 04 21:07:09.738 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.738 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 04 21:07:09.738 INFO kablam! | Sep 04 21:07:09.738 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 04 21:07:09.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:09.738 INFO kablam! | Sep 04 21:07:09.738 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.738 INFO kablam! Sep 04 21:07:09.739 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.739 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 04 21:07:09.739 INFO kablam! | Sep 04 21:07:09.740 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 04 21:07:09.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:09.740 INFO kablam! | Sep 04 21:07:09.740 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.740 INFO kablam! Sep 04 21:07:09.740 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.740 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 04 21:07:09.740 INFO kablam! | Sep 04 21:07:09.740 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 04 21:07:09.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:09.740 INFO kablam! | Sep 04 21:07:09.740 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.740 INFO kablam! Sep 04 21:07:09.742 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.742 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 04 21:07:09.742 INFO kablam! | Sep 04 21:07:09.742 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 04 21:07:09.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:09.742 INFO kablam! | Sep 04 21:07:09.742 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.742 INFO kablam! Sep 04 21:07:09.742 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.742 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 04 21:07:09.743 INFO kablam! | Sep 04 21:07:09.743 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 04 21:07:09.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:09.743 INFO kablam! | Sep 04 21:07:09.743 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.743 INFO kablam! Sep 04 21:07:09.743 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.743 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 04 21:07:09.744 INFO kablam! | Sep 04 21:07:09.744 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 04 21:07:09.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:09.744 INFO kablam! | Sep 04 21:07:09.744 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.744 INFO kablam! Sep 04 21:07:09.744 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.744 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 04 21:07:09.744 INFO kablam! | Sep 04 21:07:09.744 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 04 21:07:09.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:09.744 INFO kablam! | Sep 04 21:07:09.744 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.744 INFO kablam! Sep 04 21:07:09.746 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.746 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 04 21:07:09.746 INFO kablam! | Sep 04 21:07:09.746 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 04 21:07:09.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:09.746 INFO kablam! | Sep 04 21:07:09.746 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.746 INFO kablam! Sep 04 21:07:09.746 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.746 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 04 21:07:09.746 INFO kablam! | Sep 04 21:07:09.747 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 04 21:07:09.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:09.747 INFO kablam! | Sep 04 21:07:09.747 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.747 INFO kablam! Sep 04 21:07:09.754 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.754 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 04 21:07:09.754 INFO kablam! | Sep 04 21:07:09.754 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 04 21:07:09.754 INFO kablam! | ^^^^^^^^ Sep 04 21:07:09.754 INFO kablam! | Sep 04 21:07:09.754 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.754 INFO kablam! Sep 04 21:07:09.756 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.756 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 04 21:07:09.756 INFO kablam! | Sep 04 21:07:09.756 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 04 21:07:09.756 INFO kablam! | ^^^^^^ Sep 04 21:07:09.756 INFO kablam! | Sep 04 21:07:09.756 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.756 INFO kablam! Sep 04 21:07:09.756 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.756 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 04 21:07:09.756 INFO kablam! | Sep 04 21:07:09.756 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 04 21:07:09.756 INFO kablam! | ^^^^^^^^ Sep 04 21:07:09.756 INFO kablam! | Sep 04 21:07:09.756 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.756 INFO kablam! Sep 04 21:07:09.781 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.781 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 04 21:07:09.781 INFO kablam! | Sep 04 21:07:09.781 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 04 21:07:09.781 INFO kablam! | ^^^^^ Sep 04 21:07:09.781 INFO kablam! | Sep 04 21:07:09.781 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.781 INFO kablam! Sep 04 21:07:09.781 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.781 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 04 21:07:09.781 INFO kablam! | Sep 04 21:07:09.781 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 04 21:07:09.781 INFO kablam! | ^^^^^^^ Sep 04 21:07:09.781 INFO kablam! | Sep 04 21:07:09.781 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.782 INFO kablam! Sep 04 21:07:09.794 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.794 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 04 21:07:09.794 INFO kablam! | Sep 04 21:07:09.794 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 04 21:07:09.794 INFO kablam! | ^^^^^^^ Sep 04 21:07:09.794 INFO kablam! | Sep 04 21:07:09.794 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.794 INFO kablam! Sep 04 21:07:09.794 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.794 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 04 21:07:09.794 INFO kablam! | Sep 04 21:07:09.794 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 04 21:07:09.795 INFO kablam! | ^^^^^ Sep 04 21:07:09.795 INFO kablam! | Sep 04 21:07:09.795 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.795 INFO kablam! Sep 04 21:07:09.795 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.795 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 04 21:07:09.795 INFO kablam! | Sep 04 21:07:09.795 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 04 21:07:09.795 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 21:07:09.795 INFO kablam! | Sep 04 21:07:09.795 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.795 INFO kablam! Sep 04 21:07:09.795 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.795 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 04 21:07:09.795 INFO kablam! | Sep 04 21:07:09.795 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 04 21:07:09.795 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 21:07:09.795 INFO kablam! | Sep 04 21:07:09.795 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:09.795 INFO kablam! Sep 04 21:07:09.795 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:09.795 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 04 21:07:09.795 INFO kablam! | Sep 04 21:07:09.795 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 04 21:07:09.795 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 21:07:09.795 INFO kablam! | Sep 04 21:07:09.795 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:09.795 INFO kablam! Sep 04 21:07:09.831 INFO kablam! error: aborting due to 26 previous errors Sep 04 21:07:09.831 INFO kablam! Sep 04 21:07:09.831 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 04 21:07:09.840 INFO kablam! error: Could not compile `compacts`. Sep 04 21:07:09.840 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:07:10.988 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:10.988 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 04 21:07:10.988 INFO kablam! | Sep 04 21:07:10.988 INFO kablam! 242 | let s = range.start as usize; Sep 04 21:07:10.988 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:07:10.988 INFO kablam! | Sep 04 21:07:10.988 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:10.988 INFO kablam! Sep 04 21:07:10.988 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:10.988 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 04 21:07:10.988 INFO kablam! | Sep 04 21:07:10.988 INFO kablam! 243 | let e = range.end as usize; Sep 04 21:07:10.988 INFO kablam! | ^^^^^^^^^ Sep 04 21:07:10.988 INFO kablam! | Sep 04 21:07:10.988 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:10.988 INFO kablam! Sep 04 21:07:11.032 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.032 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 04 21:07:11.032 INFO kablam! | Sep 04 21:07:11.032 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 04 21:07:11.032 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:07:11.032 INFO kablam! | Sep 04 21:07:11.032 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:11.032 INFO kablam! Sep 04 21:07:11.032 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.032 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 04 21:07:11.033 INFO kablam! | Sep 04 21:07:11.033 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 04 21:07:11.033 INFO kablam! | ^^^^^^^^^ Sep 04 21:07:11.033 INFO kablam! | Sep 04 21:07:11.033 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:11.033 INFO kablam! Sep 04 21:07:11.033 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.033 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 04 21:07:11.033 INFO kablam! | Sep 04 21:07:11.033 INFO kablam! 20 | } else if n < range.start { Sep 04 21:07:11.033 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:07:11.033 INFO kablam! | Sep 04 21:07:11.033 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:11.033 INFO kablam! Sep 04 21:07:11.033 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.033 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 04 21:07:11.033 INFO kablam! | Sep 04 21:07:11.033 INFO kablam! 22 | } else if range.end < n { Sep 04 21:07:11.033 INFO kablam! | ^^^^^^^^^ Sep 04 21:07:11.034 INFO kablam! | Sep 04 21:07:11.034 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:11.034 INFO kablam! Sep 04 21:07:11.037 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.037 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 04 21:07:11.037 INFO kablam! | Sep 04 21:07:11.037 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 04 21:07:11.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:11.037 INFO kablam! | Sep 04 21:07:11.037 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:11.037 INFO kablam! Sep 04 21:07:11.037 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.038 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 04 21:07:11.038 INFO kablam! | Sep 04 21:07:11.038 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 04 21:07:11.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:11.038 INFO kablam! | Sep 04 21:07:11.038 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:11.038 INFO kablam! Sep 04 21:07:11.039 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.039 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 04 21:07:11.039 INFO kablam! | Sep 04 21:07:11.039 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 04 21:07:11.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:11.039 INFO kablam! | Sep 04 21:07:11.039 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:11.039 INFO kablam! Sep 04 21:07:11.040 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.040 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 04 21:07:11.040 INFO kablam! | Sep 04 21:07:11.040 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 04 21:07:11.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:11.040 INFO kablam! | Sep 04 21:07:11.040 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:11.040 INFO kablam! Sep 04 21:07:11.041 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.041 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 04 21:07:11.041 INFO kablam! | Sep 04 21:07:11.041 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 04 21:07:11.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:11.041 INFO kablam! | Sep 04 21:07:11.041 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:11.041 INFO kablam! Sep 04 21:07:11.042 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.042 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 04 21:07:11.042 INFO kablam! | Sep 04 21:07:11.042 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 04 21:07:11.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:11.042 INFO kablam! | Sep 04 21:07:11.042 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:11.042 INFO kablam! Sep 04 21:07:11.043 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.043 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 04 21:07:11.043 INFO kablam! | Sep 04 21:07:11.043 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 04 21:07:11.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:11.043 INFO kablam! | Sep 04 21:07:11.043 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:11.043 INFO kablam! Sep 04 21:07:11.043 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.044 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 04 21:07:11.044 INFO kablam! | Sep 04 21:07:11.044 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 04 21:07:11.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:11.044 INFO kablam! | Sep 04 21:07:11.044 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:11.044 INFO kablam! Sep 04 21:07:11.045 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.045 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 04 21:07:11.045 INFO kablam! | Sep 04 21:07:11.046 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 04 21:07:11.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:11.046 INFO kablam! | Sep 04 21:07:11.046 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:11.046 INFO kablam! Sep 04 21:07:11.046 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.046 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 04 21:07:11.046 INFO kablam! | Sep 04 21:07:11.046 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 04 21:07:11.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:07:11.046 INFO kablam! | Sep 04 21:07:11.046 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:11.046 INFO kablam! Sep 04 21:07:11.053 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.053 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 04 21:07:11.053 INFO kablam! | Sep 04 21:07:11.053 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 04 21:07:11.053 INFO kablam! | ^^^^^^^^ Sep 04 21:07:11.053 INFO kablam! | Sep 04 21:07:11.053 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:11.053 INFO kablam! Sep 04 21:07:11.054 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.054 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 04 21:07:11.054 INFO kablam! | Sep 04 21:07:11.054 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 04 21:07:11.054 INFO kablam! | ^^^^^^ Sep 04 21:07:11.054 INFO kablam! | Sep 04 21:07:11.054 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:11.054 INFO kablam! Sep 04 21:07:11.054 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.054 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 04 21:07:11.054 INFO kablam! | Sep 04 21:07:11.054 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 04 21:07:11.054 INFO kablam! | ^^^^^^^^ Sep 04 21:07:11.054 INFO kablam! | Sep 04 21:07:11.054 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:11.054 INFO kablam! Sep 04 21:07:11.078 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.078 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 04 21:07:11.078 INFO kablam! | Sep 04 21:07:11.078 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 04 21:07:11.078 INFO kablam! | ^^^^^ Sep 04 21:07:11.078 INFO kablam! | Sep 04 21:07:11.078 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:11.078 INFO kablam! Sep 04 21:07:11.078 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.078 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 04 21:07:11.078 INFO kablam! | Sep 04 21:07:11.078 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 04 21:07:11.078 INFO kablam! | ^^^^^^^ Sep 04 21:07:11.078 INFO kablam! | Sep 04 21:07:11.078 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:11.078 INFO kablam! Sep 04 21:07:11.079 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.079 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 04 21:07:11.079 INFO kablam! | Sep 04 21:07:11.079 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 04 21:07:11.079 INFO kablam! | ^^^^^^^ Sep 04 21:07:11.079 INFO kablam! | Sep 04 21:07:11.079 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:11.079 INFO kablam! Sep 04 21:07:11.079 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.079 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 04 21:07:11.079 INFO kablam! | Sep 04 21:07:11.080 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 04 21:07:11.080 INFO kablam! | ^^^^^ Sep 04 21:07:11.080 INFO kablam! | Sep 04 21:07:11.080 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:11.080 INFO kablam! Sep 04 21:07:11.087 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.088 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 04 21:07:11.088 INFO kablam! | Sep 04 21:07:11.088 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 04 21:07:11.088 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 21:07:11.088 INFO kablam! | Sep 04 21:07:11.088 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:11.088 INFO kablam! Sep 04 21:07:11.088 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.088 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 04 21:07:11.089 INFO kablam! | Sep 04 21:07:11.089 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 04 21:07:11.089 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 21:07:11.089 INFO kablam! | Sep 04 21:07:11.089 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 04 21:07:11.089 INFO kablam! Sep 04 21:07:11.090 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 04 21:07:11.090 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 04 21:07:11.090 INFO kablam! | Sep 04 21:07:11.090 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 04 21:07:11.090 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 21:07:11.090 INFO kablam! | Sep 04 21:07:11.090 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 04 21:07:11.090 INFO kablam! Sep 04 21:07:11.141 INFO kablam! error: aborting due to 26 previous errors Sep 04 21:07:11.141 INFO kablam! Sep 04 21:07:11.141 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 04 21:07:11.154 INFO kablam! error: Could not compile `compacts`. Sep 04 21:07:11.154 INFO kablam! Sep 04 21:07:11.154 INFO kablam! To learn more, run the command again with --verbose. Sep 04 21:07:11.156 INFO kablam! su: No module specific data is present Sep 04 21:07:11.646 INFO running `"docker" "rm" "-f" "dd29569ac5bba6f47c1fd61ba05ab010f2dccbfffab36568f8a8945156a1dee5"` Sep 04 21:07:11.754 INFO blam! dd29569ac5bba6f47c1fd61ba05ab010f2dccbfffab36568f8a8945156a1dee5