Sep 20 03:30:30.673 INFO checking compacts-0.9.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 03:30:30.673 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 03:30:30.673 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/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 20 03:30:30.820 INFO blam! d0dce83afac678eef309bf157ba3e2e83b20a5667d6d2a08285d44bed791cb2c Sep 20 03:30:30.824 INFO running `"docker" "start" "-a" "d0dce83afac678eef309bf157ba3e2e83b20a5667d6d2a08285d44bed791cb2c"` Sep 20 03:30:32.387 INFO kablam! usermod: no changes Sep 20 03:30:32.473 INFO kablam! Checking compacts v0.9.0 (/source) Sep 20 03:30:33.195 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.195 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 20 03:30:33.195 INFO kablam! | Sep 20 03:30:33.195 INFO kablam! 242 | let s = range.start as usize; Sep 20 03:30:33.195 INFO kablam! | ^^^^^^^^^^^ Sep 20 03:30:33.195 INFO kablam! | Sep 20 03:30:33.195 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.195 INFO kablam! Sep 20 03:30:33.195 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.195 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 20 03:30:33.195 INFO kablam! | Sep 20 03:30:33.195 INFO kablam! 243 | let e = range.end as usize; Sep 20 03:30:33.195 INFO kablam! | ^^^^^^^^^ Sep 20 03:30:33.195 INFO kablam! | Sep 20 03:30:33.195 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.195 INFO kablam! Sep 20 03:30:33.208 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.208 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 20 03:30:33.208 INFO kablam! | Sep 20 03:30:33.208 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 03:30:33.208 INFO kablam! | ^^^^^^^^^^^ Sep 20 03:30:33.209 INFO kablam! | Sep 20 03:30:33.209 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.209 INFO kablam! Sep 20 03:30:33.209 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.209 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 20 03:30:33.209 INFO kablam! | Sep 20 03:30:33.209 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 03:30:33.209 INFO kablam! | ^^^^^^^^^ Sep 20 03:30:33.209 INFO kablam! | Sep 20 03:30:33.209 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.209 INFO kablam! Sep 20 03:30:33.209 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.209 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 20 03:30:33.209 INFO kablam! | Sep 20 03:30:33.209 INFO kablam! 20 | } else if n < range.start { Sep 20 03:30:33.209 INFO kablam! | ^^^^^^^^^^^ Sep 20 03:30:33.209 INFO kablam! | Sep 20 03:30:33.209 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.209 INFO kablam! Sep 20 03:30:33.209 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.209 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 20 03:30:33.209 INFO kablam! | Sep 20 03:30:33.209 INFO kablam! 22 | } else if range.end < n { Sep 20 03:30:33.209 INFO kablam! | ^^^^^^^^^ Sep 20 03:30:33.209 INFO kablam! | Sep 20 03:30:33.209 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.209 INFO kablam! Sep 20 03:30:33.210 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.211 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 20 03:30:33.211 INFO kablam! | Sep 20 03:30:33.211 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 20 03:30:33.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.211 INFO kablam! | Sep 20 03:30:33.211 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.211 INFO kablam! Sep 20 03:30:33.211 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.211 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 20 03:30:33.211 INFO kablam! | Sep 20 03:30:33.212 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 20 03:30:33.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.212 INFO kablam! | Sep 20 03:30:33.212 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.212 INFO kablam! Sep 20 03:30:33.215 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.215 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 20 03:30:33.215 INFO kablam! | Sep 20 03:30:33.215 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 20 03:30:33.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.215 INFO kablam! | Sep 20 03:30:33.215 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.215 INFO kablam! Sep 20 03:30:33.215 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.215 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 20 03:30:33.215 INFO kablam! | Sep 20 03:30:33.215 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 20 03:30:33.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.215 INFO kablam! | Sep 20 03:30:33.215 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.215 INFO kablam! Sep 20 03:30:33.215 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.215 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 20 03:30:33.215 INFO kablam! | Sep 20 03:30:33.215 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 20 03:30:33.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.215 INFO kablam! | Sep 20 03:30:33.215 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.215 INFO kablam! Sep 20 03:30:33.215 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.215 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 20 03:30:33.215 INFO kablam! | Sep 20 03:30:33.215 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 20 03:30:33.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.215 INFO kablam! | Sep 20 03:30:33.215 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.215 INFO kablam! Sep 20 03:30:33.215 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.215 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 20 03:30:33.215 INFO kablam! | Sep 20 03:30:33.215 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 20 03:30:33.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.215 INFO kablam! | Sep 20 03:30:33.215 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.215 INFO kablam! Sep 20 03:30:33.215 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.215 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 20 03:30:33.215 INFO kablam! | Sep 20 03:30:33.215 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 20 03:30:33.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.215 INFO kablam! | Sep 20 03:30:33.215 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.215 INFO kablam! Sep 20 03:30:33.217 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.217 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 20 03:30:33.217 INFO kablam! | Sep 20 03:30:33.217 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 03:30:33.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.217 INFO kablam! | Sep 20 03:30:33.217 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.217 INFO kablam! Sep 20 03:30:33.217 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.217 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 20 03:30:33.217 INFO kablam! | Sep 20 03:30:33.217 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 03:30:33.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.217 INFO kablam! | Sep 20 03:30:33.217 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.217 INFO kablam! Sep 20 03:30:33.219 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.219 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 20 03:30:33.219 INFO kablam! | Sep 20 03:30:33.219 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 20 03:30:33.219 INFO kablam! | ^^^^^^^^ Sep 20 03:30:33.219 INFO kablam! | Sep 20 03:30:33.219 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.219 INFO kablam! Sep 20 03:30:33.219 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.219 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 20 03:30:33.219 INFO kablam! | Sep 20 03:30:33.219 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 03:30:33.219 INFO kablam! | ^^^^^^ Sep 20 03:30:33.219 INFO kablam! | Sep 20 03:30:33.219 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.219 INFO kablam! Sep 20 03:30:33.219 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.219 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 20 03:30:33.219 INFO kablam! | Sep 20 03:30:33.219 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 03:30:33.220 INFO kablam! | ^^^^^^^^ Sep 20 03:30:33.220 INFO kablam! | Sep 20 03:30:33.220 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.220 INFO kablam! Sep 20 03:30:33.230 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.230 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 20 03:30:33.230 INFO kablam! | Sep 20 03:30:33.230 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 03:30:33.230 INFO kablam! | ^^^^^ Sep 20 03:30:33.230 INFO kablam! | Sep 20 03:30:33.230 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.230 INFO kablam! Sep 20 03:30:33.230 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.230 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 20 03:30:33.230 INFO kablam! | Sep 20 03:30:33.230 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 03:30:33.230 INFO kablam! | ^^^^^^^ Sep 20 03:30:33.230 INFO kablam! | Sep 20 03:30:33.230 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.230 INFO kablam! Sep 20 03:30:33.231 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.231 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 20 03:30:33.231 INFO kablam! | Sep 20 03:30:33.231 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 03:30:33.231 INFO kablam! | ^^^^^^^ Sep 20 03:30:33.231 INFO kablam! | Sep 20 03:30:33.231 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.231 INFO kablam! Sep 20 03:30:33.231 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.231 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 20 03:30:33.231 INFO kablam! | Sep 20 03:30:33.231 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 03:30:33.231 INFO kablam! | ^^^^^ Sep 20 03:30:33.231 INFO kablam! | Sep 20 03:30:33.231 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.231 INFO kablam! Sep 20 03:30:33.236 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.236 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 20 03:30:33.236 INFO kablam! | Sep 20 03:30:33.236 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 20 03:30:33.236 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:30:33.236 INFO kablam! | Sep 20 03:30:33.236 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.236 INFO kablam! Sep 20 03:30:33.236 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.236 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 20 03:30:33.236 INFO kablam! | Sep 20 03:30:33.236 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 20 03:30:33.236 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:30:33.236 INFO kablam! | Sep 20 03:30:33.236 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.236 INFO kablam! Sep 20 03:30:33.236 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.236 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 20 03:30:33.236 INFO kablam! | Sep 20 03:30:33.236 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 20 03:30:33.236 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 03:30:33.236 INFO kablam! | Sep 20 03:30:33.236 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.237 INFO kablam! Sep 20 03:30:33.253 INFO kablam! error: aborting due to 26 previous errors Sep 20 03:30:33.253 INFO kablam! Sep 20 03:30:33.253 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 20 03:30:33.263 INFO kablam! error: Could not compile `compacts`. Sep 20 03:30:33.263 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:30:33.615 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.615 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 20 03:30:33.615 INFO kablam! | Sep 20 03:30:33.615 INFO kablam! 242 | let s = range.start as usize; Sep 20 03:30:33.615 INFO kablam! | ^^^^^^^^^^^ Sep 20 03:30:33.615 INFO kablam! | Sep 20 03:30:33.615 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.615 INFO kablam! Sep 20 03:30:33.615 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.615 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 20 03:30:33.615 INFO kablam! | Sep 20 03:30:33.615 INFO kablam! 243 | let e = range.end as usize; Sep 20 03:30:33.615 INFO kablam! | ^^^^^^^^^ Sep 20 03:30:33.615 INFO kablam! | Sep 20 03:30:33.615 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.615 INFO kablam! Sep 20 03:30:33.629 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.629 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 20 03:30:33.629 INFO kablam! | Sep 20 03:30:33.629 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 03:30:33.629 INFO kablam! | ^^^^^^^^^^^ Sep 20 03:30:33.629 INFO kablam! | Sep 20 03:30:33.629 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.629 INFO kablam! Sep 20 03:30:33.629 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.629 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 20 03:30:33.629 INFO kablam! | Sep 20 03:30:33.629 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 03:30:33.629 INFO kablam! | ^^^^^^^^^ Sep 20 03:30:33.629 INFO kablam! | Sep 20 03:30:33.629 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.629 INFO kablam! Sep 20 03:30:33.629 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.629 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 20 03:30:33.629 INFO kablam! | Sep 20 03:30:33.629 INFO kablam! 20 | } else if n < range.start { Sep 20 03:30:33.629 INFO kablam! | ^^^^^^^^^^^ Sep 20 03:30:33.629 INFO kablam! | Sep 20 03:30:33.629 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.629 INFO kablam! Sep 20 03:30:33.629 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.629 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 20 03:30:33.629 INFO kablam! | Sep 20 03:30:33.629 INFO kablam! 22 | } else if range.end < n { Sep 20 03:30:33.629 INFO kablam! | ^^^^^^^^^ Sep 20 03:30:33.629 INFO kablam! | Sep 20 03:30:33.629 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.629 INFO kablam! Sep 20 03:30:33.634 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.634 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 20 03:30:33.634 INFO kablam! | Sep 20 03:30:33.634 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 20 03:30:33.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.634 INFO kablam! | Sep 20 03:30:33.634 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.634 INFO kablam! Sep 20 03:30:33.634 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.634 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 20 03:30:33.634 INFO kablam! | Sep 20 03:30:33.634 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 20 03:30:33.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.634 INFO kablam! | Sep 20 03:30:33.634 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.634 INFO kablam! Sep 20 03:30:33.634 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.634 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 20 03:30:33.634 INFO kablam! | Sep 20 03:30:33.634 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 20 03:30:33.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.634 INFO kablam! | Sep 20 03:30:33.634 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.634 INFO kablam! Sep 20 03:30:33.634 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.634 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 20 03:30:33.634 INFO kablam! | Sep 20 03:30:33.634 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 20 03:30:33.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.634 INFO kablam! | Sep 20 03:30:33.634 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.634 INFO kablam! Sep 20 03:30:33.634 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.634 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 20 03:30:33.634 INFO kablam! | Sep 20 03:30:33.634 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 20 03:30:33.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.634 INFO kablam! | Sep 20 03:30:33.634 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.634 INFO kablam! Sep 20 03:30:33.635 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.635 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 20 03:30:33.635 INFO kablam! | Sep 20 03:30:33.635 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 20 03:30:33.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.635 INFO kablam! | Sep 20 03:30:33.635 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.635 INFO kablam! Sep 20 03:30:33.635 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.635 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 20 03:30:33.635 INFO kablam! | Sep 20 03:30:33.635 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 20 03:30:33.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.635 INFO kablam! | Sep 20 03:30:33.635 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.635 INFO kablam! Sep 20 03:30:33.635 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.635 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 20 03:30:33.635 INFO kablam! | Sep 20 03:30:33.635 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 20 03:30:33.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.635 INFO kablam! | Sep 20 03:30:33.635 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.635 INFO kablam! Sep 20 03:30:33.636 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.636 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 20 03:30:33.636 INFO kablam! | Sep 20 03:30:33.636 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 03:30:33.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.636 INFO kablam! | Sep 20 03:30:33.636 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.636 INFO kablam! Sep 20 03:30:33.636 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.636 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 20 03:30:33.636 INFO kablam! | Sep 20 03:30:33.636 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 03:30:33.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:33.636 INFO kablam! | Sep 20 03:30:33.636 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.636 INFO kablam! Sep 20 03:30:33.640 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.640 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 20 03:30:33.640 INFO kablam! | Sep 20 03:30:33.640 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 20 03:30:33.640 INFO kablam! | ^^^^^^^^ Sep 20 03:30:33.640 INFO kablam! | Sep 20 03:30:33.640 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.640 INFO kablam! Sep 20 03:30:33.640 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.640 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 20 03:30:33.640 INFO kablam! | Sep 20 03:30:33.640 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 03:30:33.640 INFO kablam! | ^^^^^^ Sep 20 03:30:33.640 INFO kablam! | Sep 20 03:30:33.640 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.640 INFO kablam! Sep 20 03:30:33.640 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.640 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 20 03:30:33.640 INFO kablam! | Sep 20 03:30:33.640 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 03:30:33.640 INFO kablam! | ^^^^^^^^ Sep 20 03:30:33.641 INFO kablam! | Sep 20 03:30:33.641 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.641 INFO kablam! Sep 20 03:30:33.652 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.652 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 20 03:30:33.652 INFO kablam! | Sep 20 03:30:33.652 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 03:30:33.652 INFO kablam! | ^^^^^ Sep 20 03:30:33.652 INFO kablam! | Sep 20 03:30:33.652 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.652 INFO kablam! Sep 20 03:30:33.653 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.653 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 20 03:30:33.653 INFO kablam! | Sep 20 03:30:33.653 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 03:30:33.653 INFO kablam! | ^^^^^^^ Sep 20 03:30:33.653 INFO kablam! | Sep 20 03:30:33.653 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.653 INFO kablam! Sep 20 03:30:33.653 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.653 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 20 03:30:33.653 INFO kablam! | Sep 20 03:30:33.653 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 03:30:33.653 INFO kablam! | ^^^^^^^ Sep 20 03:30:33.653 INFO kablam! | Sep 20 03:30:33.653 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.653 INFO kablam! Sep 20 03:30:33.653 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.653 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 20 03:30:33.653 INFO kablam! | Sep 20 03:30:33.653 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 03:30:33.653 INFO kablam! | ^^^^^ Sep 20 03:30:33.653 INFO kablam! | Sep 20 03:30:33.653 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.653 INFO kablam! Sep 20 03:30:33.657 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.657 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 20 03:30:33.657 INFO kablam! | Sep 20 03:30:33.657 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 20 03:30:33.657 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:30:33.657 INFO kablam! | Sep 20 03:30:33.657 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.657 INFO kablam! Sep 20 03:30:33.659 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.659 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 20 03:30:33.659 INFO kablam! | Sep 20 03:30:33.659 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 20 03:30:33.659 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:30:33.659 INFO kablam! | Sep 20 03:30:33.659 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:33.659 INFO kablam! Sep 20 03:30:33.659 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:33.659 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 20 03:30:33.659 INFO kablam! | Sep 20 03:30:33.659 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 20 03:30:33.659 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 03:30:33.659 INFO kablam! | Sep 20 03:30:33.659 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:33.659 INFO kablam! Sep 20 03:30:33.691 INFO kablam! error: aborting due to 26 previous errors Sep 20 03:30:33.691 INFO kablam! Sep 20 03:30:33.691 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 20 03:30:33.704 INFO kablam! error: Could not compile `compacts`. Sep 20 03:30:33.704 INFO kablam! Sep 20 03:30:33.704 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:30:33.706 INFO kablam! su: No module specific data is present Sep 20 03:30:34.333 INFO running `"docker" "rm" "-f" "d0dce83afac678eef309bf157ba3e2e83b20a5667d6d2a08285d44bed791cb2c"` Sep 20 03:30:34.522 INFO blam! d0dce83afac678eef309bf157ba3e2e83b20a5667d6d2a08285d44bed791cb2c