Sep 02 17:47:30.675 INFO checking compacts-0.9.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 17:47:30.675 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 17:47:30.675 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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.865 INFO blam! 6276710fba16fd98e4d4c17acb43364e0266e5df53f80759332a1e634b5f6f7d Sep 02 17:47:30.866 INFO running `"docker" "start" "-a" "6276710fba16fd98e4d4c17acb43364e0266e5df53f80759332a1e634b5f6f7d"` Sep 02 17:47:31.618 INFO kablam! Checking compacts v0.9.0 (file:///source) Sep 02 17:47:33.231 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.232 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 02 17:47:33.232 INFO kablam! | Sep 02 17:47:33.232 INFO kablam! 242 | let s = range.start as usize; Sep 02 17:47:33.232 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:47:33.232 INFO kablam! | Sep 02 17:47:33.232 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.232 INFO kablam! Sep 02 17:47:33.233 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.233 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 02 17:47:33.233 INFO kablam! | Sep 02 17:47:33.233 INFO kablam! 243 | let e = range.end as usize; Sep 02 17:47:33.233 INFO kablam! | ^^^^^^^^^ Sep 02 17:47:33.233 INFO kablam! | Sep 02 17:47:33.233 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.233 INFO kablam! Sep 02 17:47:33.261 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.261 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 02 17:47:33.261 INFO kablam! | Sep 02 17:47:33.261 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 02 17:47:33.261 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:47:33.261 INFO kablam! | Sep 02 17:47:33.261 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.262 INFO kablam! Sep 02 17:47:33.262 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.262 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 02 17:47:33.262 INFO kablam! | Sep 02 17:47:33.262 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 02 17:47:33.262 INFO kablam! | ^^^^^^^^^ Sep 02 17:47:33.262 INFO kablam! | Sep 02 17:47:33.262 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.262 INFO kablam! Sep 02 17:47:33.263 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.263 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 02 17:47:33.263 INFO kablam! | Sep 02 17:47:33.263 INFO kablam! 20 | } else if n < range.start { Sep 02 17:47:33.263 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:47:33.263 INFO kablam! | Sep 02 17:47:33.263 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.263 INFO kablam! Sep 02 17:47:33.263 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.264 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 02 17:47:33.264 INFO kablam! | Sep 02 17:47:33.264 INFO kablam! 22 | } else if range.end < n { Sep 02 17:47:33.264 INFO kablam! | ^^^^^^^^^ Sep 02 17:47:33.264 INFO kablam! | Sep 02 17:47:33.264 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.264 INFO kablam! Sep 02 17:47:33.266 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.266 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 02 17:47:33.266 INFO kablam! | Sep 02 17:47:33.266 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 02 17:47:33.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:33.266 INFO kablam! | Sep 02 17:47:33.266 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.266 INFO kablam! Sep 02 17:47:33.267 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.267 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 02 17:47:33.267 INFO kablam! | Sep 02 17:47:33.267 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 02 17:47:33.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:33.267 INFO kablam! | Sep 02 17:47:33.267 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.267 INFO kablam! Sep 02 17:47:33.268 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.269 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 02 17:47:33.269 INFO kablam! | Sep 02 17:47:33.269 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 02 17:47:33.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:33.269 INFO kablam! | Sep 02 17:47:33.269 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.269 INFO kablam! Sep 02 17:47:33.269 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.269 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 02 17:47:33.269 INFO kablam! | Sep 02 17:47:33.269 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 02 17:47:33.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:33.269 INFO kablam! | Sep 02 17:47:33.269 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.270 INFO kablam! Sep 02 17:47:33.271 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.271 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 02 17:47:33.271 INFO kablam! | Sep 02 17:47:33.272 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 02 17:47:33.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:33.272 INFO kablam! | Sep 02 17:47:33.272 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.272 INFO kablam! Sep 02 17:47:33.273 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.273 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 02 17:47:33.273 INFO kablam! | Sep 02 17:47:33.273 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 02 17:47:33.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:33.273 INFO kablam! | Sep 02 17:47:33.274 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.274 INFO kablam! Sep 02 17:47:33.274 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.274 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 02 17:47:33.274 INFO kablam! | Sep 02 17:47:33.275 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 02 17:47:33.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:33.275 INFO kablam! | Sep 02 17:47:33.275 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.275 INFO kablam! Sep 02 17:47:33.275 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.275 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 02 17:47:33.275 INFO kablam! | Sep 02 17:47:33.276 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 02 17:47:33.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:33.276 INFO kablam! | Sep 02 17:47:33.276 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.276 INFO kablam! Sep 02 17:47:33.277 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.277 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 02 17:47:33.277 INFO kablam! | Sep 02 17:47:33.277 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 02 17:47:33.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:33.278 INFO kablam! | Sep 02 17:47:33.278 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.278 INFO kablam! Sep 02 17:47:33.278 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.278 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 02 17:47:33.278 INFO kablam! | Sep 02 17:47:33.278 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 02 17:47:33.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:33.279 INFO kablam! | Sep 02 17:47:33.279 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.279 INFO kablam! Sep 02 17:47:33.283 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.283 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 02 17:47:33.284 INFO kablam! | Sep 02 17:47:33.284 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 02 17:47:33.284 INFO kablam! | ^^^^^^^^ Sep 02 17:47:33.284 INFO kablam! | Sep 02 17:47:33.284 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.284 INFO kablam! Sep 02 17:47:33.284 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.285 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 02 17:47:33.285 INFO kablam! | Sep 02 17:47:33.285 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 02 17:47:33.285 INFO kablam! | ^^^^^^ Sep 02 17:47:33.285 INFO kablam! | Sep 02 17:47:33.285 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.285 INFO kablam! Sep 02 17:47:33.286 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.286 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 02 17:47:33.286 INFO kablam! | Sep 02 17:47:33.286 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 02 17:47:33.287 INFO kablam! | ^^^^^^^^ Sep 02 17:47:33.287 INFO kablam! | Sep 02 17:47:33.287 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.287 INFO kablam! Sep 02 17:47:33.303 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.303 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 02 17:47:33.303 INFO kablam! | Sep 02 17:47:33.303 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 02 17:47:33.304 INFO kablam! | ^^^^^ Sep 02 17:47:33.304 INFO kablam! | Sep 02 17:47:33.304 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.304 INFO kablam! Sep 02 17:47:33.305 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.305 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 02 17:47:33.305 INFO kablam! | Sep 02 17:47:33.305 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 02 17:47:33.305 INFO kablam! | ^^^^^^^ Sep 02 17:47:33.305 INFO kablam! | Sep 02 17:47:33.305 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.305 INFO kablam! Sep 02 17:47:33.306 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.306 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 02 17:47:33.306 INFO kablam! | Sep 02 17:47:33.306 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 02 17:47:33.306 INFO kablam! | ^^^^^^^ Sep 02 17:47:33.306 INFO kablam! | Sep 02 17:47:33.306 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.307 INFO kablam! Sep 02 17:47:33.307 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.307 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 02 17:47:33.307 INFO kablam! | Sep 02 17:47:33.307 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 02 17:47:33.307 INFO kablam! | ^^^^^ Sep 02 17:47:33.307 INFO kablam! | Sep 02 17:47:33.308 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.308 INFO kablam! Sep 02 17:47:33.312 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.312 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 02 17:47:33.312 INFO kablam! | Sep 02 17:47:33.312 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 02 17:47:33.312 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 17:47:33.312 INFO kablam! | Sep 02 17:47:33.313 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.313 INFO kablam! Sep 02 17:47:33.313 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.313 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 02 17:47:33.313 INFO kablam! | Sep 02 17:47:33.313 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 02 17:47:33.314 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 17:47:33.314 INFO kablam! | Sep 02 17:47:33.314 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:33.314 INFO kablam! Sep 02 17:47:33.314 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:33.315 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 02 17:47:33.315 INFO kablam! | Sep 02 17:47:33.315 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 02 17:47:33.315 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 17:47:33.315 INFO kablam! | Sep 02 17:47:33.315 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:33.315 INFO kablam! Sep 02 17:47:33.339 INFO kablam! error: aborting due to 26 previous errors Sep 02 17:47:33.339 INFO kablam! Sep 02 17:47:33.339 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 02 17:47:33.346 INFO kablam! error: Could not compile `compacts`. Sep 02 17:47:33.346 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 17:47:34.143 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.143 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 02 17:47:34.143 INFO kablam! | Sep 02 17:47:34.143 INFO kablam! 242 | let s = range.start as usize; Sep 02 17:47:34.143 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:47:34.144 INFO kablam! | Sep 02 17:47:34.144 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.144 INFO kablam! Sep 02 17:47:34.144 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.144 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 02 17:47:34.144 INFO kablam! | Sep 02 17:47:34.144 INFO kablam! 243 | let e = range.end as usize; Sep 02 17:47:34.144 INFO kablam! | ^^^^^^^^^ Sep 02 17:47:34.144 INFO kablam! | Sep 02 17:47:34.144 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.144 INFO kablam! Sep 02 17:47:34.172 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.172 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 02 17:47:34.172 INFO kablam! | Sep 02 17:47:34.172 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 02 17:47:34.172 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:47:34.172 INFO kablam! | Sep 02 17:47:34.172 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.172 INFO kablam! Sep 02 17:47:34.172 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.172 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 02 17:47:34.172 INFO kablam! | Sep 02 17:47:34.172 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 02 17:47:34.173 INFO kablam! | ^^^^^^^^^ Sep 02 17:47:34.173 INFO kablam! | Sep 02 17:47:34.173 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.173 INFO kablam! Sep 02 17:47:34.173 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.173 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 02 17:47:34.173 INFO kablam! | Sep 02 17:47:34.173 INFO kablam! 20 | } else if n < range.start { Sep 02 17:47:34.173 INFO kablam! | ^^^^^^^^^^^ Sep 02 17:47:34.173 INFO kablam! | Sep 02 17:47:34.173 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.173 INFO kablam! Sep 02 17:47:34.173 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.173 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 02 17:47:34.173 INFO kablam! | Sep 02 17:47:34.173 INFO kablam! 22 | } else if range.end < n { Sep 02 17:47:34.173 INFO kablam! | ^^^^^^^^^ Sep 02 17:47:34.174 INFO kablam! | Sep 02 17:47:34.174 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.174 INFO kablam! Sep 02 17:47:34.176 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.176 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 02 17:47:34.176 INFO kablam! | Sep 02 17:47:34.176 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 02 17:47:34.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.176 INFO kablam! | Sep 02 17:47:34.176 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.176 INFO kablam! Sep 02 17:47:34.177 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.177 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 02 17:47:34.177 INFO kablam! | Sep 02 17:47:34.177 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 02 17:47:34.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.177 INFO kablam! | Sep 02 17:47:34.177 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.177 INFO kablam! Sep 02 17:47:34.178 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.178 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 02 17:47:34.179 INFO kablam! | Sep 02 17:47:34.179 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 02 17:47:34.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.179 INFO kablam! | Sep 02 17:47:34.179 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.179 INFO kablam! Sep 02 17:47:34.179 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.179 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 02 17:47:34.179 INFO kablam! | Sep 02 17:47:34.179 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 02 17:47:34.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.179 INFO kablam! | Sep 02 17:47:34.179 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.179 INFO kablam! Sep 02 17:47:34.180 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.180 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 02 17:47:34.180 INFO kablam! | Sep 02 17:47:34.180 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 02 17:47:34.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.181 INFO kablam! | Sep 02 17:47:34.181 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.181 INFO kablam! Sep 02 17:47:34.181 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.181 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 02 17:47:34.181 INFO kablam! | Sep 02 17:47:34.181 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 02 17:47:34.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.181 INFO kablam! | Sep 02 17:47:34.181 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.181 INFO kablam! Sep 02 17:47:34.182 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.182 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 02 17:47:34.182 INFO kablam! | Sep 02 17:47:34.182 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 02 17:47:34.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.182 INFO kablam! | Sep 02 17:47:34.182 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.182 INFO kablam! Sep 02 17:47:34.182 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.182 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 02 17:47:34.182 INFO kablam! | Sep 02 17:47:34.182 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 02 17:47:34.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.182 INFO kablam! | Sep 02 17:47:34.182 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.182 INFO kablam! Sep 02 17:47:34.183 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.184 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 02 17:47:34.184 INFO kablam! | Sep 02 17:47:34.184 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 02 17:47:34.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.184 INFO kablam! | Sep 02 17:47:34.184 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.184 INFO kablam! Sep 02 17:47:34.184 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.184 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 02 17:47:34.184 INFO kablam! | Sep 02 17:47:34.184 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 02 17:47:34.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 17:47:34.184 INFO kablam! | Sep 02 17:47:34.184 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.184 INFO kablam! Sep 02 17:47:34.189 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.189 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 02 17:47:34.189 INFO kablam! | Sep 02 17:47:34.189 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 02 17:47:34.189 INFO kablam! | ^^^^^^^^ Sep 02 17:47:34.189 INFO kablam! | Sep 02 17:47:34.189 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.189 INFO kablam! Sep 02 17:47:34.189 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.189 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 02 17:47:34.189 INFO kablam! | Sep 02 17:47:34.190 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 02 17:47:34.190 INFO kablam! | ^^^^^^ Sep 02 17:47:34.190 INFO kablam! | Sep 02 17:47:34.190 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.190 INFO kablam! Sep 02 17:47:34.190 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.190 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 02 17:47:34.190 INFO kablam! | Sep 02 17:47:34.190 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 02 17:47:34.190 INFO kablam! | ^^^^^^^^ Sep 02 17:47:34.190 INFO kablam! | Sep 02 17:47:34.190 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.190 INFO kablam! Sep 02 17:47:34.205 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.205 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 02 17:47:34.205 INFO kablam! | Sep 02 17:47:34.205 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 02 17:47:34.205 INFO kablam! | ^^^^^ Sep 02 17:47:34.205 INFO kablam! | Sep 02 17:47:34.205 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.205 INFO kablam! Sep 02 17:47:34.205 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.206 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 02 17:47:34.206 INFO kablam! | Sep 02 17:47:34.206 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 02 17:47:34.206 INFO kablam! | ^^^^^^^ Sep 02 17:47:34.206 INFO kablam! | Sep 02 17:47:34.206 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.206 INFO kablam! Sep 02 17:47:34.206 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.206 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 02 17:47:34.206 INFO kablam! | Sep 02 17:47:34.206 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 02 17:47:34.206 INFO kablam! | ^^^^^^^ Sep 02 17:47:34.206 INFO kablam! | Sep 02 17:47:34.206 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.206 INFO kablam! Sep 02 17:47:34.206 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.207 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 02 17:47:34.207 INFO kablam! | Sep 02 17:47:34.207 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 02 17:47:34.207 INFO kablam! | ^^^^^ Sep 02 17:47:34.207 INFO kablam! | Sep 02 17:47:34.207 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.207 INFO kablam! Sep 02 17:47:34.211 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.212 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 02 17:47:34.212 INFO kablam! | Sep 02 17:47:34.212 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 02 17:47:34.212 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 17:47:34.212 INFO kablam! | Sep 02 17:47:34.212 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.212 INFO kablam! Sep 02 17:47:34.212 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.212 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 02 17:47:34.212 INFO kablam! | Sep 02 17:47:34.212 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 02 17:47:34.213 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 17:47:34.213 INFO kablam! | Sep 02 17:47:34.213 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 17:47:34.213 INFO kablam! Sep 02 17:47:34.213 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 17:47:34.213 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 02 17:47:34.213 INFO kablam! | Sep 02 17:47:34.213 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 02 17:47:34.213 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 17:47:34.214 INFO kablam! | Sep 02 17:47:34.214 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 17:47:34.214 INFO kablam! Sep 02 17:47:34.248 INFO kablam! error: aborting due to 26 previous errors Sep 02 17:47:34.248 INFO kablam! Sep 02 17:47:34.248 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 02 17:47:34.259 INFO kablam! error: Could not compile `compacts`. Sep 02 17:47:34.259 INFO kablam! Sep 02 17:47:34.259 INFO kablam! To learn more, run the command again with --verbose. Sep 02 17:47:34.260 INFO kablam! su: No module specific data is present Sep 02 17:47:34.628 INFO running `"docker" "rm" "-f" "6276710fba16fd98e4d4c17acb43364e0266e5df53f80759332a1e634b5f6f7d"` Sep 02 17:47:34.721 INFO blam! 6276710fba16fd98e4d4c17acb43364e0266e5df53f80759332a1e634b5f6f7d