Sep 02 17:47:30.394 INFO checking compacts-0.9.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 17:47:30.394 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 17:47:30.394 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 17:47:30.582 INFO blam! 41d36984f8a7cff9214ccb6a4414a2d8944ac7d8101546719d5e384b450144a2 Sep 02 17:47:30.584 INFO running `"docker" "start" "-a" "41d36984f8a7cff9214ccb6a4414a2d8944ac7d8101546719d5e384b450144a2"` Sep 02 17:47:31.443 INFO kablam! Checking compacts v0.9.0 (file:///source) Sep 02 17:47:32.917 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.917 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 02 17:47:32.917 INFO kablam! | Sep 02 17:47:32.917 INFO kablam! 242 | let s = range.start as usize; Sep 02 17:47:32.917 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:47:32.917 INFO kablam! | Sep 02 17:47:32.917 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:32.917 INFO kablam! Sep 02 17:47:32.918 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.918 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 02 17:47:32.918 INFO kablam! | Sep 02 17:47:32.918 INFO kablam! 243 | let e = range.end as usize; Sep 02 17:47:32.918 INFO kablam! | ^^^^^^^^^ Sep 02 17:47:32.918 INFO kablam! | Sep 02 17:47:32.918 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:32.918 INFO kablam! Sep 02 17:47:32.973 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.973 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 02 17:47:32.973 INFO kablam! | Sep 02 17:47:32.973 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 02 17:47:32.973 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:47:32.973 INFO kablam! | Sep 02 17:47:32.973 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:32.973 INFO kablam! Sep 02 17:47:32.974 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.974 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 02 17:47:32.974 INFO kablam! | Sep 02 17:47:32.974 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 02 17:47:32.974 INFO kablam! | ^^^^^^^^^ Sep 02 17:47:32.974 INFO kablam! | Sep 02 17:47:32.974 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:32.974 INFO kablam! Sep 02 17:47:32.974 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.974 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 02 17:47:32.974 INFO kablam! | Sep 02 17:47:32.974 INFO kablam! 20 | } else if n < range.start { Sep 02 17:47:32.974 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:47:32.974 INFO kablam! | Sep 02 17:47:32.974 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:32.974 INFO kablam! Sep 02 17:47:32.974 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.975 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 02 17:47:32.975 INFO kablam! | Sep 02 17:47:32.975 INFO kablam! 22 | } else if range.end < n { Sep 02 17:47:32.975 INFO kablam! | ^^^^^^^^^ Sep 02 17:47:32.975 INFO kablam! | Sep 02 17:47:32.975 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:32.975 INFO kablam! Sep 02 17:47:32.978 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.978 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 02 17:47:32.978 INFO kablam! | Sep 02 17:47:32.979 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 02 17:47:32.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:32.979 INFO kablam! | Sep 02 17:47:32.979 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:32.979 INFO kablam! Sep 02 17:47:32.979 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.979 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 02 17:47:32.980 INFO kablam! | Sep 02 17:47:32.980 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 02 17:47:32.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:32.980 INFO kablam! | Sep 02 17:47:32.980 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:32.980 INFO kablam! Sep 02 17:47:32.981 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.981 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 02 17:47:32.981 INFO kablam! | Sep 02 17:47:32.982 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 02 17:47:32.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:32.982 INFO kablam! | Sep 02 17:47:32.982 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:32.982 INFO kablam! Sep 02 17:47:32.982 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.982 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 02 17:47:32.982 INFO kablam! | Sep 02 17:47:32.982 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 02 17:47:32.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:32.982 INFO kablam! | Sep 02 17:47:32.982 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:32.982 INFO kablam! Sep 02 17:47:32.984 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.984 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 02 17:47:32.984 INFO kablam! | Sep 02 17:47:32.984 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 02 17:47:32.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:32.985 INFO kablam! | Sep 02 17:47:32.985 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:32.985 INFO kablam! Sep 02 17:47:32.985 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.985 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 02 17:47:32.985 INFO kablam! | Sep 02 17:47:32.985 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 02 17:47:32.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:32.985 INFO kablam! | Sep 02 17:47:32.985 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:32.985 INFO kablam! Sep 02 17:47:32.987 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.987 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 02 17:47:32.987 INFO kablam! | Sep 02 17:47:32.987 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 02 17:47:32.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:32.987 INFO kablam! | Sep 02 17:47:32.987 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:32.987 INFO kablam! Sep 02 17:47:32.988 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.988 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 02 17:47:32.988 INFO kablam! | Sep 02 17:47:32.988 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 02 17:47:32.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:32.988 INFO kablam! | Sep 02 17:47:32.988 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:32.988 INFO kablam! Sep 02 17:47:32.990 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.990 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 02 17:47:32.990 INFO kablam! | Sep 02 17:47:32.990 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 02 17:47:32.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:32.990 INFO kablam! | Sep 02 17:47:32.990 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:32.990 INFO kablam! Sep 02 17:47:32.991 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:32.991 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 02 17:47:32.991 INFO kablam! | Sep 02 17:47:32.991 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 02 17:47:32.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:32.991 INFO kablam! | Sep 02 17:47:32.991 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:32.991 INFO kablam! Sep 02 17:47:33.000 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.000 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 02 17:47:33.000 INFO kablam! | Sep 02 17:47:33.000 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 02 17:47:33.000 INFO kablam! | ^^^^^^^^ Sep 02 17:47:33.000 INFO kablam! | Sep 02 17:47:33.000 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.000 INFO kablam! Sep 02 17:47:33.001 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.001 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 02 17:47:33.001 INFO kablam! | Sep 02 17:47:33.001 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 02 17:47:33.001 INFO kablam! | ^^^^^^ Sep 02 17:47:33.001 INFO kablam! | Sep 02 17:47:33.001 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.001 INFO kablam! Sep 02 17:47:33.002 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.002 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 02 17:47:33.002 INFO kablam! | Sep 02 17:47:33.002 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 02 17:47:33.002 INFO kablam! | ^^^^^^^^ Sep 02 17:47:33.002 INFO kablam! | Sep 02 17:47:33.002 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.002 INFO kablam! Sep 02 17:47:33.031 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.031 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 02 17:47:33.031 INFO kablam! | Sep 02 17:47:33.031 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 02 17:47:33.031 INFO kablam! | ^^^^^ Sep 02 17:47:33.031 INFO kablam! | Sep 02 17:47:33.031 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.031 INFO kablam! Sep 02 17:47:33.031 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.031 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 02 17:47:33.031 INFO kablam! | Sep 02 17:47:33.031 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 02 17:47:33.031 INFO kablam! | ^^^^^^^ Sep 02 17:47:33.031 INFO kablam! | Sep 02 17:47:33.032 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.032 INFO kablam! Sep 02 17:47:33.032 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.032 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 02 17:47:33.032 INFO kablam! | Sep 02 17:47:33.032 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 02 17:47:33.032 INFO kablam! | ^^^^^^^ Sep 02 17:47:33.032 INFO kablam! | Sep 02 17:47:33.033 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.033 INFO kablam! Sep 02 17:47:33.033 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.033 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 02 17:47:33.033 INFO kablam! | Sep 02 17:47:33.033 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 02 17:47:33.033 INFO kablam! | ^^^^^ Sep 02 17:47:33.033 INFO kablam! | Sep 02 17:47:33.033 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.033 INFO kablam! Sep 02 17:47:33.042 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.042 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 02 17:47:33.042 INFO kablam! | Sep 02 17:47:33.042 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 02 17:47:33.042 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 17:47:33.043 INFO kablam! | Sep 02 17:47:33.043 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.043 INFO kablam! Sep 02 17:47:33.044 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.044 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 02 17:47:33.044 INFO kablam! | Sep 02 17:47:33.044 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 02 17:47:33.044 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 17:47:33.044 INFO kablam! | Sep 02 17:47:33.044 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.044 INFO kablam! Sep 02 17:47:33.045 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.045 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 02 17:47:33.045 INFO kablam! | Sep 02 17:47:33.045 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 02 17:47:33.045 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 17:47:33.045 INFO kablam! | Sep 02 17:47:33.046 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.046 INFO kablam! Sep 02 17:47:33.087 INFO kablam! error: aborting due to 26 previous errors Sep 02 17:47:33.087 INFO kablam! Sep 02 17:47:33.087 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 02 17:47:33.097 INFO kablam! error: Could not compile `compacts`. Sep 02 17:47:33.098 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 17:47:34.035 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.035 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 02 17:47:34.035 INFO kablam! | Sep 02 17:47:34.035 INFO kablam! 242 | let s = range.start as usize; Sep 02 17:47:34.035 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:47:34.035 INFO kablam! | Sep 02 17:47:34.035 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.035 INFO kablam! Sep 02 17:47:34.035 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.035 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 02 17:47:34.035 INFO kablam! | Sep 02 17:47:34.036 INFO kablam! 243 | let e = range.end as usize; Sep 02 17:47:34.036 INFO kablam! | ^^^^^^^^^ Sep 02 17:47:34.036 INFO kablam! | Sep 02 17:47:34.036 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.036 INFO kablam! Sep 02 17:47:34.062 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.062 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 02 17:47:34.062 INFO kablam! | Sep 02 17:47:34.062 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 02 17:47:34.062 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:47:34.062 INFO kablam! | Sep 02 17:47:34.062 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.063 INFO kablam! Sep 02 17:47:34.063 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.063 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 02 17:47:34.063 INFO kablam! | Sep 02 17:47:34.063 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 02 17:47:34.063 INFO kablam! | ^^^^^^^^^ Sep 02 17:47:34.063 INFO kablam! | Sep 02 17:47:34.063 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.063 INFO kablam! Sep 02 17:47:34.063 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.063 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 02 17:47:34.063 INFO kablam! | Sep 02 17:47:34.063 INFO kablam! 20 | } else if n < range.start { Sep 02 17:47:34.063 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:47:34.063 INFO kablam! | Sep 02 17:47:34.063 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.063 INFO kablam! Sep 02 17:47:34.063 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.064 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 02 17:47:34.064 INFO kablam! | Sep 02 17:47:34.064 INFO kablam! 22 | } else if range.end < n { Sep 02 17:47:34.064 INFO kablam! | ^^^^^^^^^ Sep 02 17:47:34.064 INFO kablam! | Sep 02 17:47:34.064 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.064 INFO kablam! Sep 02 17:47:34.066 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.066 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 02 17:47:34.066 INFO kablam! | Sep 02 17:47:34.067 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 02 17:47:34.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.067 INFO kablam! | Sep 02 17:47:34.067 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.067 INFO kablam! Sep 02 17:47:34.067 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.067 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 02 17:47:34.067 INFO kablam! | Sep 02 17:47:34.067 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 02 17:47:34.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.067 INFO kablam! | Sep 02 17:47:34.067 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.068 INFO kablam! Sep 02 17:47:34.069 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.069 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 02 17:47:34.069 INFO kablam! | Sep 02 17:47:34.069 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 02 17:47:34.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.069 INFO kablam! | Sep 02 17:47:34.069 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.069 INFO kablam! Sep 02 17:47:34.069 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.069 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 02 17:47:34.069 INFO kablam! | Sep 02 17:47:34.069 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 02 17:47:34.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.069 INFO kablam! | Sep 02 17:47:34.069 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.069 INFO kablam! Sep 02 17:47:34.070 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.071 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 02 17:47:34.071 INFO kablam! | Sep 02 17:47:34.071 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 02 17:47:34.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.071 INFO kablam! | Sep 02 17:47:34.071 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.071 INFO kablam! Sep 02 17:47:34.071 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.071 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 02 17:47:34.071 INFO kablam! | Sep 02 17:47:34.071 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 02 17:47:34.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.071 INFO kablam! | Sep 02 17:47:34.071 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.071 INFO kablam! Sep 02 17:47:34.072 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.072 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 02 17:47:34.072 INFO kablam! | Sep 02 17:47:34.072 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 02 17:47:34.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.072 INFO kablam! | Sep 02 17:47:34.072 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.073 INFO kablam! Sep 02 17:47:34.073 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.073 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 02 17:47:34.073 INFO kablam! | Sep 02 17:47:34.073 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 02 17:47:34.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.073 INFO kablam! | Sep 02 17:47:34.073 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.073 INFO kablam! Sep 02 17:47:34.074 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.074 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 02 17:47:34.074 INFO kablam! | Sep 02 17:47:34.074 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 02 17:47:34.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.075 INFO kablam! | Sep 02 17:47:34.075 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.075 INFO kablam! Sep 02 17:47:34.075 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.075 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 02 17:47:34.075 INFO kablam! | Sep 02 17:47:34.075 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 02 17:47:34.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.075 INFO kablam! | Sep 02 17:47:34.075 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.075 INFO kablam! Sep 02 17:47:34.080 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.080 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 02 17:47:34.080 INFO kablam! | Sep 02 17:47:34.080 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 02 17:47:34.080 INFO kablam! | ^^^^^^^^ Sep 02 17:47:34.080 INFO kablam! | Sep 02 17:47:34.080 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.080 INFO kablam! Sep 02 17:47:34.081 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.081 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 02 17:47:34.081 INFO kablam! | Sep 02 17:47:34.081 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 02 17:47:34.081 INFO kablam! | ^^^^^^ Sep 02 17:47:34.081 INFO kablam! | Sep 02 17:47:34.081 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.081 INFO kablam! Sep 02 17:47:34.081 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.081 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 02 17:47:34.081 INFO kablam! | Sep 02 17:47:34.081 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 02 17:47:34.082 INFO kablam! | ^^^^^^^^ Sep 02 17:47:34.082 INFO kablam! | Sep 02 17:47:34.082 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.082 INFO kablam! Sep 02 17:47:34.097 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.097 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 02 17:47:34.097 INFO kablam! | Sep 02 17:47:34.097 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 02 17:47:34.097 INFO kablam! | ^^^^^ Sep 02 17:47:34.097 INFO kablam! | Sep 02 17:47:34.097 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.098 INFO kablam! Sep 02 17:47:34.098 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.098 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 02 17:47:34.098 INFO kablam! | Sep 02 17:47:34.098 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 02 17:47:34.098 INFO kablam! | ^^^^^^^ Sep 02 17:47:34.098 INFO kablam! | Sep 02 17:47:34.098 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.098 INFO kablam! Sep 02 17:47:34.098 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.098 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 02 17:47:34.098 INFO kablam! | Sep 02 17:47:34.098 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 02 17:47:34.098 INFO kablam! | ^^^^^^^ Sep 02 17:47:34.098 INFO kablam! | Sep 02 17:47:34.098 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.099 INFO kablam! Sep 02 17:47:34.099 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.099 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 02 17:47:34.099 INFO kablam! | Sep 02 17:47:34.099 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 02 17:47:34.099 INFO kablam! | ^^^^^ Sep 02 17:47:34.099 INFO kablam! | Sep 02 17:47:34.099 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.099 INFO kablam! Sep 02 17:47:34.104 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.104 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 02 17:47:34.104 INFO kablam! | Sep 02 17:47:34.104 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 02 17:47:34.104 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 17:47:34.104 INFO kablam! | Sep 02 17:47:34.105 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.105 INFO kablam! Sep 02 17:47:34.105 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.105 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 02 17:47:34.105 INFO kablam! | Sep 02 17:47:34.105 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 02 17:47:34.105 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 17:47:34.105 INFO kablam! | Sep 02 17:47:34.105 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.106 INFO kablam! Sep 02 17:47:34.106 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.106 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 02 17:47:34.106 INFO kablam! | Sep 02 17:47:34.106 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 02 17:47:34.106 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 17:47:34.106 INFO kablam! | Sep 02 17:47:34.107 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.107 INFO kablam! Sep 02 17:47:34.139 INFO kablam! error: aborting due to 26 previous errors Sep 02 17:47:34.139 INFO kablam! Sep 02 17:47:34.139 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 02 17:47:34.150 INFO kablam! error: Could not compile `compacts`. Sep 02 17:47:34.150 INFO kablam! Sep 02 17:47:34.150 INFO kablam! To learn more, run the command again with --verbose. Sep 02 17:47:34.151 INFO kablam! su: No module specific data is present Sep 02 17:47:34.503 INFO running `"docker" "rm" "-f" "41d36984f8a7cff9214ccb6a4414a2d8944ac7d8101546719d5e384b450144a2"` Sep 02 17:47:34.593 INFO blam! 41d36984f8a7cff9214ccb6a4414a2d8944ac7d8101546719d5e384b450144a2