Sep 20 05:11:26.220 INFO checking compacts-0.9.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 05:11:26.220 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 05:11:26.220 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:11:26.420 INFO blam! cb187d14090690be5306d2b06fb8c2757e98b51a1fee3b6890c154e184669ede Sep 20 05:11:26.428 INFO running `"docker" "start" "-a" "cb187d14090690be5306d2b06fb8c2757e98b51a1fee3b6890c154e184669ede"` Sep 20 05:11:27.392 INFO kablam! usermod: no changes Sep 20 05:11:27.526 INFO kablam! Checking compacts v0.9.0 (/source) Sep 20 05:11:27.526 INFO kablam! Checking zstd v0.4.19+zstd.1.3.5 Sep 20 05:11:29.247 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.248 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 20 05:11:29.248 INFO kablam! | Sep 20 05:11:29.249 INFO kablam! 242 | let s = range.start as usize; Sep 20 05:11:29.249 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:11:29.249 INFO kablam! | Sep 20 05:11:29.250 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.250 INFO kablam! Sep 20 05:11:29.250 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.251 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 20 05:11:29.251 INFO kablam! | Sep 20 05:11:29.252 INFO kablam! 243 | let e = range.end as usize; Sep 20 05:11:29.252 INFO kablam! | ^^^^^^^^^ Sep 20 05:11:29.252 INFO kablam! | Sep 20 05:11:29.253 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.253 INFO kablam! Sep 20 05:11:29.302 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.303 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 20 05:11:29.303 INFO kablam! | Sep 20 05:11:29.304 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 05:11:29.304 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:11:29.304 INFO kablam! | Sep 20 05:11:29.305 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.305 INFO kablam! Sep 20 05:11:29.305 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.306 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 20 05:11:29.306 INFO kablam! | Sep 20 05:11:29.307 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 05:11:29.307 INFO kablam! | ^^^^^^^^^ Sep 20 05:11:29.308 INFO kablam! | Sep 20 05:11:29.308 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.308 INFO kablam! Sep 20 05:11:29.309 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.309 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 20 05:11:29.310 INFO kablam! | Sep 20 05:11:29.310 INFO kablam! 20 | } else if n < range.start { Sep 20 05:11:29.310 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:11:29.311 INFO kablam! | Sep 20 05:11:29.311 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.311 INFO kablam! Sep 20 05:11:29.312 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.312 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 20 05:11:29.313 INFO kablam! | Sep 20 05:11:29.313 INFO kablam! 22 | } else if range.end < n { Sep 20 05:11:29.313 INFO kablam! | ^^^^^^^^^ Sep 20 05:11:29.314 INFO kablam! | Sep 20 05:11:29.314 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.314 INFO kablam! Sep 20 05:11:29.318 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.318 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 20 05:11:29.319 INFO kablam! | Sep 20 05:11:29.319 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 20 05:11:29.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.320 INFO kablam! | Sep 20 05:11:29.320 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.320 INFO kablam! Sep 20 05:11:29.321 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.321 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 20 05:11:29.322 INFO kablam! | Sep 20 05:11:29.322 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 20 05:11:29.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.323 INFO kablam! | Sep 20 05:11:29.323 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.324 INFO kablam! Sep 20 05:11:29.324 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.324 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 20 05:11:29.325 INFO kablam! | Sep 20 05:11:29.325 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 20 05:11:29.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.326 INFO kablam! | Sep 20 05:11:29.326 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.327 INFO kablam! Sep 20 05:11:29.327 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.327 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 20 05:11:29.328 INFO kablam! | Sep 20 05:11:29.328 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 20 05:11:29.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.328 INFO kablam! | Sep 20 05:11:29.329 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.329 INFO kablam! Sep 20 05:11:29.329 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.330 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 20 05:11:29.330 INFO kablam! | Sep 20 05:11:29.330 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 20 05:11:29.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.331 INFO kablam! | Sep 20 05:11:29.332 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.332 INFO kablam! Sep 20 05:11:29.332 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.333 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 20 05:11:29.333 INFO kablam! | Sep 20 05:11:29.334 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 20 05:11:29.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.334 INFO kablam! | Sep 20 05:11:29.335 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.335 INFO kablam! Sep 20 05:11:29.335 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.335 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 20 05:11:29.336 INFO kablam! | Sep 20 05:11:29.336 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 20 05:11:29.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.337 INFO kablam! | Sep 20 05:11:29.337 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.337 INFO kablam! Sep 20 05:11:29.338 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.338 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 20 05:11:29.338 INFO kablam! | Sep 20 05:11:29.339 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 20 05:11:29.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.339 INFO kablam! | Sep 20 05:11:29.340 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.340 INFO kablam! Sep 20 05:11:29.341 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.341 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 20 05:11:29.341 INFO kablam! | Sep 20 05:11:29.342 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 05:11:29.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.343 INFO kablam! | Sep 20 05:11:29.343 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.343 INFO kablam! Sep 20 05:11:29.344 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.344 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 20 05:11:29.344 INFO kablam! | Sep 20 05:11:29.345 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 05:11:29.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.346 INFO kablam! | Sep 20 05:11:29.346 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.346 INFO kablam! Sep 20 05:11:29.347 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.347 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 20 05:11:29.347 INFO kablam! | Sep 20 05:11:29.348 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 20 05:11:29.348 INFO kablam! | ^^^^^^^^ Sep 20 05:11:29.348 INFO kablam! | Sep 20 05:11:29.349 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.349 INFO kablam! Sep 20 05:11:29.366 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.367 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 20 05:11:29.367 INFO kablam! | Sep 20 05:11:29.367 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 05:11:29.368 INFO kablam! | ^^^^^^ Sep 20 05:11:29.368 INFO kablam! | Sep 20 05:11:29.374 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.374 INFO kablam! Sep 20 05:11:29.374 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.375 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 20 05:11:29.375 INFO kablam! | Sep 20 05:11:29.375 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 05:11:29.376 INFO kablam! | ^^^^^^^^ Sep 20 05:11:29.376 INFO kablam! | Sep 20 05:11:29.376 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.377 INFO kablam! Sep 20 05:11:29.414 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.415 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 20 05:11:29.415 INFO kablam! | Sep 20 05:11:29.415 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 05:11:29.416 INFO kablam! | ^^^^^ Sep 20 05:11:29.416 INFO kablam! | Sep 20 05:11:29.416 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.417 INFO kablam! Sep 20 05:11:29.417 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.417 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 20 05:11:29.418 INFO kablam! | Sep 20 05:11:29.418 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 05:11:29.418 INFO kablam! | ^^^^^^^ Sep 20 05:11:29.419 INFO kablam! | Sep 20 05:11:29.419 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.419 INFO kablam! Sep 20 05:11:29.420 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.420 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 20 05:11:29.420 INFO kablam! | Sep 20 05:11:29.420 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 05:11:29.421 INFO kablam! | ^^^^^^^ Sep 20 05:11:29.421 INFO kablam! | Sep 20 05:11:29.421 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.422 INFO kablam! Sep 20 05:11:29.422 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.422 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 20 05:11:29.423 INFO kablam! | Sep 20 05:11:29.423 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 05:11:29.423 INFO kablam! | ^^^^^ Sep 20 05:11:29.424 INFO kablam! | Sep 20 05:11:29.424 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.424 INFO kablam! Sep 20 05:11:29.434 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.435 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 20 05:11:29.435 INFO kablam! | Sep 20 05:11:29.436 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 20 05:11:29.436 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 05:11:29.436 INFO kablam! | Sep 20 05:11:29.437 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.437 INFO kablam! Sep 20 05:11:29.438 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.438 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 20 05:11:29.439 INFO kablam! | Sep 20 05:11:29.439 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 20 05:11:29.439 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 05:11:29.440 INFO kablam! | Sep 20 05:11:29.440 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.441 INFO kablam! Sep 20 05:11:29.441 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.442 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 20 05:11:29.442 INFO kablam! | Sep 20 05:11:29.442 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 20 05:11:29.443 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 05:11:29.443 INFO kablam! | Sep 20 05:11:29.443 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.444 INFO kablam! Sep 20 05:11:29.522 INFO kablam! error: aborting due to 26 previous errors Sep 20 05:11:29.522 INFO kablam! Sep 20 05:11:29.523 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 20 05:11:29.567 INFO kablam! error: Could not compile `compacts`. Sep 20 05:11:29.567 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:11:30.193 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.193 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 20 05:11:30.193 INFO kablam! | Sep 20 05:11:30.193 INFO kablam! 242 | let s = range.start as usize; Sep 20 05:11:30.193 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:11:30.193 INFO kablam! | Sep 20 05:11:30.193 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.193 INFO kablam! Sep 20 05:11:30.193 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.193 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 20 05:11:30.193 INFO kablam! | Sep 20 05:11:30.193 INFO kablam! 243 | let e = range.end as usize; Sep 20 05:11:30.193 INFO kablam! | ^^^^^^^^^ Sep 20 05:11:30.193 INFO kablam! | Sep 20 05:11:30.193 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.193 INFO kablam! Sep 20 05:11:30.204 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.204 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 20 05:11:30.204 INFO kablam! | Sep 20 05:11:30.204 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 05:11:30.204 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:11:30.204 INFO kablam! | Sep 20 05:11:30.204 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.204 INFO kablam! Sep 20 05:11:30.204 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.204 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 20 05:11:30.204 INFO kablam! | Sep 20 05:11:30.204 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 05:11:30.204 INFO kablam! | ^^^^^^^^^ Sep 20 05:11:30.204 INFO kablam! | Sep 20 05:11:30.204 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.204 INFO kablam! Sep 20 05:11:30.210 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.210 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 20 05:11:30.210 INFO kablam! | Sep 20 05:11:30.210 INFO kablam! 20 | } else if n < range.start { Sep 20 05:11:30.210 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:11:30.210 INFO kablam! | Sep 20 05:11:30.210 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.210 INFO kablam! Sep 20 05:11:30.210 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.210 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 20 05:11:30.210 INFO kablam! | Sep 20 05:11:30.210 INFO kablam! 22 | } else if range.end < n { Sep 20 05:11:30.210 INFO kablam! | ^^^^^^^^^ Sep 20 05:11:30.210 INFO kablam! | Sep 20 05:11:30.210 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.210 INFO kablam! Sep 20 05:11:30.210 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.210 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 20 05:11:30.210 INFO kablam! | Sep 20 05:11:30.210 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 20 05:11:30.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:30.210 INFO kablam! | Sep 20 05:11:30.210 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.210 INFO kablam! Sep 20 05:11:30.210 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.210 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 20 05:11:30.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.211 INFO kablam! Sep 20 05:11:30.211 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.211 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 20 05:11:30.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.211 INFO kablam! Sep 20 05:11:30.211 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.211 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 20 05:11:30.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.211 INFO kablam! Sep 20 05:11:30.211 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.211 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 20 05:11:30.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.211 INFO kablam! Sep 20 05:11:30.211 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.211 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 20 05:11:30.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.211 INFO kablam! Sep 20 05:11:30.211 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.211 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 20 05:11:30.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.211 INFO kablam! Sep 20 05:11:30.211 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.211 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 20 05:11:30.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.211 INFO kablam! Sep 20 05:11:30.211 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.211 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 05:11:30.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:30.211 INFO kablam! | Sep 20 05:11:30.211 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.211 INFO kablam! Sep 20 05:11:30.214 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.214 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 20 05:11:30.214 INFO kablam! | Sep 20 05:11:30.214 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 05:11:30.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:30.214 INFO kablam! | Sep 20 05:11:30.214 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.214 INFO kablam! Sep 20 05:11:30.218 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.218 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 20 05:11:30.218 INFO kablam! | Sep 20 05:11:30.218 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 20 05:11:30.218 INFO kablam! | ^^^^^^^^ Sep 20 05:11:30.218 INFO kablam! | Sep 20 05:11:30.218 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.218 INFO kablam! Sep 20 05:11:30.218 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.218 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 20 05:11:30.218 INFO kablam! | Sep 20 05:11:30.218 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 05:11:30.218 INFO kablam! | ^^^^^^ Sep 20 05:11:30.218 INFO kablam! | Sep 20 05:11:30.218 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.218 INFO kablam! Sep 20 05:11:30.218 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.218 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 20 05:11:30.218 INFO kablam! | Sep 20 05:11:30.218 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 05:11:30.218 INFO kablam! | ^^^^^^^^ Sep 20 05:11:30.218 INFO kablam! | Sep 20 05:11:30.218 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.218 INFO kablam! Sep 20 05:11:30.226 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.226 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 20 05:11:30.226 INFO kablam! | Sep 20 05:11:30.226 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 05:11:30.226 INFO kablam! | ^^^^^ Sep 20 05:11:30.226 INFO kablam! | Sep 20 05:11:30.226 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.226 INFO kablam! Sep 20 05:11:30.226 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.226 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 20 05:11:30.226 INFO kablam! | Sep 20 05:11:30.226 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 05:11:30.226 INFO kablam! | ^^^^^^^ Sep 20 05:11:30.226 INFO kablam! | Sep 20 05:11:30.226 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.226 INFO kablam! Sep 20 05:11:30.230 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.230 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 20 05:11:30.230 INFO kablam! | Sep 20 05:11:30.230 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 05:11:30.230 INFO kablam! | ^^^^^^^ Sep 20 05:11:30.230 INFO kablam! | Sep 20 05:11:30.230 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.230 INFO kablam! Sep 20 05:11:30.230 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.230 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 20 05:11:30.230 INFO kablam! | Sep 20 05:11:30.230 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 05:11:30.230 INFO kablam! | ^^^^^ Sep 20 05:11:30.230 INFO kablam! | Sep 20 05:11:30.230 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.230 INFO kablam! Sep 20 05:11:30.234 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.234 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 20 05:11:30.234 INFO kablam! | Sep 20 05:11:30.234 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 20 05:11:30.234 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 05:11:30.234 INFO kablam! | Sep 20 05:11:30.234 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.234 INFO kablam! Sep 20 05:11:30.234 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.234 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 20 05:11:30.234 INFO kablam! | Sep 20 05:11:30.234 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 20 05:11:30.234 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 05:11:30.234 INFO kablam! | Sep 20 05:11:30.234 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:30.234 INFO kablam! Sep 20 05:11:30.234 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:30.234 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 20 05:11:30.234 INFO kablam! | Sep 20 05:11:30.234 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 20 05:11:30.234 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 05:11:30.234 INFO kablam! | Sep 20 05:11:30.234 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:30.234 INFO kablam! Sep 20 05:11:30.259 INFO kablam! error: aborting due to 26 previous errors Sep 20 05:11:30.259 INFO kablam! Sep 20 05:11:30.259 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 20 05:11:30.274 INFO kablam! error: Could not compile `compacts`. Sep 20 05:11:30.274 INFO kablam! Sep 20 05:11:30.274 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:11:30.276 INFO kablam! su: No module specific data is present Sep 20 05:11:31.334 INFO running `"docker" "rm" "-f" "cb187d14090690be5306d2b06fb8c2757e98b51a1fee3b6890c154e184669ede"` Sep 20 05:11:31.470 INFO blam! cb187d14090690be5306d2b06fb8c2757e98b51a1fee3b6890c154e184669ede