Sep 01 07:42:01.740 INFO checking compacts-0.9.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 07:42:01.740 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 07:42:01.740 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:42:01.914 INFO blam! e89dfd3c90c356df2b173451b8c3dcd29257348f199723777e5daa54c3e6211e Sep 01 07:42:01.916 INFO running `"docker" "start" "-a" "e89dfd3c90c356df2b173451b8c3dcd29257348f199723777e5daa54c3e6211e"` Sep 01 07:42:02.769 INFO kablam! Checking compacts v0.9.0 (file:///source) Sep 01 07:42:04.280 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.281 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 01 07:42:04.281 INFO kablam! | Sep 01 07:42:04.281 INFO kablam! 242 | let s = range.start as usize; Sep 01 07:42:04.281 INFO kablam! | ^^^^^^^^^^^ Sep 01 07:42:04.281 INFO kablam! | Sep 01 07:42:04.281 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.281 INFO kablam! Sep 01 07:42:04.282 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.282 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 01 07:42:04.282 INFO kablam! | Sep 01 07:42:04.282 INFO kablam! 243 | let e = range.end as usize; Sep 01 07:42:04.282 INFO kablam! | ^^^^^^^^^ Sep 01 07:42:04.282 INFO kablam! | Sep 01 07:42:04.282 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.282 INFO kablam! Sep 01 07:42:04.323 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.323 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 01 07:42:04.323 INFO kablam! | Sep 01 07:42:04.323 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 01 07:42:04.323 INFO kablam! | ^^^^^^^^^^^ Sep 01 07:42:04.323 INFO kablam! | Sep 01 07:42:04.324 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.324 INFO kablam! Sep 01 07:42:04.324 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.324 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 01 07:42:04.324 INFO kablam! | Sep 01 07:42:04.324 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 01 07:42:04.324 INFO kablam! | ^^^^^^^^^ Sep 01 07:42:04.324 INFO kablam! | Sep 01 07:42:04.324 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.324 INFO kablam! Sep 01 07:42:04.324 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.324 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 01 07:42:04.324 INFO kablam! | Sep 01 07:42:04.324 INFO kablam! 20 | } else if n < range.start { Sep 01 07:42:04.324 INFO kablam! | ^^^^^^^^^^^ Sep 01 07:42:04.324 INFO kablam! | Sep 01 07:42:04.324 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.324 INFO kablam! Sep 01 07:42:04.326 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.326 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 01 07:42:04.326 INFO kablam! | Sep 01 07:42:04.326 INFO kablam! 22 | } else if range.end < n { Sep 01 07:42:04.326 INFO kablam! | ^^^^^^^^^ Sep 01 07:42:04.326 INFO kablam! | Sep 01 07:42:04.326 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.326 INFO kablam! Sep 01 07:42:04.327 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.327 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 01 07:42:04.327 INFO kablam! | Sep 01 07:42:04.327 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 01 07:42:04.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:04.328 INFO kablam! | Sep 01 07:42:04.328 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.328 INFO kablam! Sep 01 07:42:04.328 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.328 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 01 07:42:04.328 INFO kablam! | Sep 01 07:42:04.329 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 01 07:42:04.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:04.329 INFO kablam! | Sep 01 07:42:04.329 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.329 INFO kablam! Sep 01 07:42:04.330 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.330 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 01 07:42:04.330 INFO kablam! | Sep 01 07:42:04.330 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 01 07:42:04.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:04.330 INFO kablam! | Sep 01 07:42:04.330 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.330 INFO kablam! Sep 01 07:42:04.331 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.331 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 01 07:42:04.331 INFO kablam! | Sep 01 07:42:04.331 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 01 07:42:04.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:04.331 INFO kablam! | Sep 01 07:42:04.331 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.331 INFO kablam! Sep 01 07:42:04.332 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.333 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 01 07:42:04.333 INFO kablam! | Sep 01 07:42:04.333 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 01 07:42:04.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:04.333 INFO kablam! | Sep 01 07:42:04.334 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.334 INFO kablam! Sep 01 07:42:04.334 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.334 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 01 07:42:04.335 INFO kablam! | Sep 01 07:42:04.335 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 01 07:42:04.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:04.335 INFO kablam! | Sep 01 07:42:04.335 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.335 INFO kablam! Sep 01 07:42:04.335 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.336 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 01 07:42:04.336 INFO kablam! | Sep 01 07:42:04.336 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 01 07:42:04.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:04.337 INFO kablam! | Sep 01 07:42:04.337 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.337 INFO kablam! Sep 01 07:42:04.337 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.337 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 01 07:42:04.337 INFO kablam! | Sep 01 07:42:04.337 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 01 07:42:04.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:04.338 INFO kablam! | Sep 01 07:42:04.338 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.338 INFO kablam! Sep 01 07:42:04.338 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.338 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 01 07:42:04.338 INFO kablam! | Sep 01 07:42:04.339 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 01 07:42:04.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:04.339 INFO kablam! | Sep 01 07:42:04.339 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.339 INFO kablam! Sep 01 07:42:04.339 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.339 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 01 07:42:04.339 INFO kablam! | Sep 01 07:42:04.340 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 01 07:42:04.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:04.340 INFO kablam! | Sep 01 07:42:04.340 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.340 INFO kablam! Sep 01 07:42:04.343 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.343 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 01 07:42:04.343 INFO kablam! | Sep 01 07:42:04.344 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 01 07:42:04.344 INFO kablam! | ^^^^^^^^ Sep 01 07:42:04.344 INFO kablam! | Sep 01 07:42:04.344 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.345 INFO kablam! Sep 01 07:42:04.345 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.345 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 01 07:42:04.345 INFO kablam! | Sep 01 07:42:04.345 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 01 07:42:04.345 INFO kablam! | ^^^^^^ Sep 01 07:42:04.345 INFO kablam! | Sep 01 07:42:04.346 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.346 INFO kablam! Sep 01 07:42:04.346 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.346 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 01 07:42:04.346 INFO kablam! | Sep 01 07:42:04.346 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 01 07:42:04.346 INFO kablam! | ^^^^^^^^ Sep 01 07:42:04.346 INFO kablam! | Sep 01 07:42:04.347 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.347 INFO kablam! Sep 01 07:42:04.366 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.366 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 01 07:42:04.366 INFO kablam! | Sep 01 07:42:04.367 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 01 07:42:04.367 INFO kablam! | ^^^^^ Sep 01 07:42:04.367 INFO kablam! | Sep 01 07:42:04.367 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.367 INFO kablam! Sep 01 07:42:04.367 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.368 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 01 07:42:04.368 INFO kablam! | Sep 01 07:42:04.368 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 01 07:42:04.368 INFO kablam! | ^^^^^^^ Sep 01 07:42:04.368 INFO kablam! | Sep 01 07:42:04.368 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.368 INFO kablam! Sep 01 07:42:04.368 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.369 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 01 07:42:04.369 INFO kablam! | Sep 01 07:42:04.369 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 01 07:42:04.369 INFO kablam! | ^^^^^^^ Sep 01 07:42:04.369 INFO kablam! | Sep 01 07:42:04.369 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.369 INFO kablam! Sep 01 07:42:04.370 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.370 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 01 07:42:04.370 INFO kablam! | Sep 01 07:42:04.370 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 01 07:42:04.370 INFO kablam! | ^^^^^ Sep 01 07:42:04.370 INFO kablam! | Sep 01 07:42:04.370 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.371 INFO kablam! Sep 01 07:42:04.375 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.375 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 01 07:42:04.375 INFO kablam! | Sep 01 07:42:04.376 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 01 07:42:04.376 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 07:42:04.376 INFO kablam! | Sep 01 07:42:04.376 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.376 INFO kablam! Sep 01 07:42:04.377 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.377 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 01 07:42:04.377 INFO kablam! | Sep 01 07:42:04.377 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 01 07:42:04.378 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 07:42:04.378 INFO kablam! | Sep 01 07:42:04.378 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:04.378 INFO kablam! Sep 01 07:42:04.378 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:04.378 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 01 07:42:04.378 INFO kablam! | Sep 01 07:42:04.378 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 01 07:42:04.379 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 07:42:04.379 INFO kablam! | Sep 01 07:42:04.379 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:04.379 INFO kablam! Sep 01 07:42:04.413 INFO kablam! error: aborting due to 26 previous errors Sep 01 07:42:04.413 INFO kablam! Sep 01 07:42:04.413 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 01 07:42:04.422 INFO kablam! error: Could not compile `compacts`. Sep 01 07:42:04.422 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:42:05.276 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.276 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 01 07:42:05.276 INFO kablam! | Sep 01 07:42:05.276 INFO kablam! 242 | let s = range.start as usize; Sep 01 07:42:05.277 INFO kablam! | ^^^^^^^^^^^ Sep 01 07:42:05.277 INFO kablam! | Sep 01 07:42:05.277 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.277 INFO kablam! Sep 01 07:42:05.277 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.277 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 01 07:42:05.277 INFO kablam! | Sep 01 07:42:05.277 INFO kablam! 243 | let e = range.end as usize; Sep 01 07:42:05.277 INFO kablam! | ^^^^^^^^^ Sep 01 07:42:05.277 INFO kablam! | Sep 01 07:42:05.277 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.277 INFO kablam! Sep 01 07:42:05.304 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.304 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 01 07:42:05.304 INFO kablam! | Sep 01 07:42:05.304 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 01 07:42:05.304 INFO kablam! | ^^^^^^^^^^^ Sep 01 07:42:05.304 INFO kablam! | Sep 01 07:42:05.304 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.304 INFO kablam! Sep 01 07:42:05.304 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.304 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 01 07:42:05.304 INFO kablam! | Sep 01 07:42:05.304 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 01 07:42:05.304 INFO kablam! | ^^^^^^^^^ Sep 01 07:42:05.304 INFO kablam! | Sep 01 07:42:05.305 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.305 INFO kablam! Sep 01 07:42:05.305 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.305 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 01 07:42:05.305 INFO kablam! | Sep 01 07:42:05.305 INFO kablam! 20 | } else if n < range.start { Sep 01 07:42:05.305 INFO kablam! | ^^^^^^^^^^^ Sep 01 07:42:05.305 INFO kablam! | Sep 01 07:42:05.305 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.305 INFO kablam! Sep 01 07:42:05.305 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.305 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 01 07:42:05.305 INFO kablam! | Sep 01 07:42:05.305 INFO kablam! 22 | } else if range.end < n { Sep 01 07:42:05.305 INFO kablam! | ^^^^^^^^^ Sep 01 07:42:05.305 INFO kablam! | Sep 01 07:42:05.305 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.305 INFO kablam! Sep 01 07:42:05.308 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.308 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 01 07:42:05.308 INFO kablam! | Sep 01 07:42:05.308 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 01 07:42:05.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:05.308 INFO kablam! | Sep 01 07:42:05.308 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.308 INFO kablam! Sep 01 07:42:05.309 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.309 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 01 07:42:05.309 INFO kablam! | Sep 01 07:42:05.309 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 01 07:42:05.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:05.309 INFO kablam! | Sep 01 07:42:05.309 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.309 INFO kablam! Sep 01 07:42:05.310 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.310 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 01 07:42:05.310 INFO kablam! | Sep 01 07:42:05.310 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 01 07:42:05.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:05.310 INFO kablam! | Sep 01 07:42:05.310 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.310 INFO kablam! Sep 01 07:42:05.310 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.310 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 01 07:42:05.310 INFO kablam! | Sep 01 07:42:05.310 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 01 07:42:05.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:05.310 INFO kablam! | Sep 01 07:42:05.310 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.310 INFO kablam! Sep 01 07:42:05.311 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.311 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 01 07:42:05.312 INFO kablam! | Sep 01 07:42:05.312 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 01 07:42:05.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:05.312 INFO kablam! | Sep 01 07:42:05.312 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.312 INFO kablam! Sep 01 07:42:05.312 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.312 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 01 07:42:05.312 INFO kablam! | Sep 01 07:42:05.312 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 01 07:42:05.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:05.312 INFO kablam! | Sep 01 07:42:05.312 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.312 INFO kablam! Sep 01 07:42:05.313 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.313 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 01 07:42:05.313 INFO kablam! | Sep 01 07:42:05.313 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 01 07:42:05.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:05.313 INFO kablam! | Sep 01 07:42:05.313 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.314 INFO kablam! Sep 01 07:42:05.314 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.314 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 01 07:42:05.314 INFO kablam! | Sep 01 07:42:05.314 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 01 07:42:05.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:05.314 INFO kablam! | Sep 01 07:42:05.314 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.314 INFO kablam! Sep 01 07:42:05.315 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.315 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 01 07:42:05.315 INFO kablam! | Sep 01 07:42:05.315 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 01 07:42:05.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:05.315 INFO kablam! | Sep 01 07:42:05.315 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.315 INFO kablam! Sep 01 07:42:05.315 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.315 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 01 07:42:05.315 INFO kablam! | Sep 01 07:42:05.315 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 01 07:42:05.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 07:42:05.315 INFO kablam! | Sep 01 07:42:05.315 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.315 INFO kablam! Sep 01 07:42:05.320 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.320 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 01 07:42:05.320 INFO kablam! | Sep 01 07:42:05.320 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 01 07:42:05.320 INFO kablam! | ^^^^^^^^ Sep 01 07:42:05.320 INFO kablam! | Sep 01 07:42:05.320 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.320 INFO kablam! Sep 01 07:42:05.321 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.321 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 01 07:42:05.321 INFO kablam! | Sep 01 07:42:05.321 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 01 07:42:05.321 INFO kablam! | ^^^^^^ Sep 01 07:42:05.321 INFO kablam! | Sep 01 07:42:05.321 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.321 INFO kablam! Sep 01 07:42:05.321 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.321 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 01 07:42:05.321 INFO kablam! | Sep 01 07:42:05.321 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 01 07:42:05.321 INFO kablam! | ^^^^^^^^ Sep 01 07:42:05.321 INFO kablam! | Sep 01 07:42:05.321 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.321 INFO kablam! Sep 01 07:42:05.336 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.336 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 01 07:42:05.336 INFO kablam! | Sep 01 07:42:05.336 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 01 07:42:05.337 INFO kablam! | ^^^^^ Sep 01 07:42:05.337 INFO kablam! | Sep 01 07:42:05.337 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.337 INFO kablam! Sep 01 07:42:05.337 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.337 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 01 07:42:05.337 INFO kablam! | Sep 01 07:42:05.337 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 01 07:42:05.337 INFO kablam! | ^^^^^^^ Sep 01 07:42:05.337 INFO kablam! | Sep 01 07:42:05.337 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.337 INFO kablam! Sep 01 07:42:05.337 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.337 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 01 07:42:05.337 INFO kablam! | Sep 01 07:42:05.337 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 01 07:42:05.337 INFO kablam! | ^^^^^^^ Sep 01 07:42:05.337 INFO kablam! | Sep 01 07:42:05.337 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.337 INFO kablam! Sep 01 07:42:05.338 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.338 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 01 07:42:05.338 INFO kablam! | Sep 01 07:42:05.338 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 01 07:42:05.338 INFO kablam! | ^^^^^ Sep 01 07:42:05.338 INFO kablam! | Sep 01 07:42:05.338 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.338 INFO kablam! Sep 01 07:42:05.343 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.343 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 01 07:42:05.343 INFO kablam! | Sep 01 07:42:05.343 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 01 07:42:05.343 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 07:42:05.343 INFO kablam! | Sep 01 07:42:05.343 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.343 INFO kablam! Sep 01 07:42:05.344 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.344 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 01 07:42:05.344 INFO kablam! | Sep 01 07:42:05.344 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 01 07:42:05.344 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 07:42:05.344 INFO kablam! | Sep 01 07:42:05.344 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 01 07:42:05.344 INFO kablam! Sep 01 07:42:05.345 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 01 07:42:05.345 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 01 07:42:05.345 INFO kablam! | Sep 01 07:42:05.345 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 01 07:42:05.345 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 07:42:05.345 INFO kablam! | Sep 01 07:42:05.345 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 01 07:42:05.345 INFO kablam! Sep 01 07:42:05.392 INFO kablam! error: aborting due to 26 previous errors Sep 01 07:42:05.392 INFO kablam! Sep 01 07:42:05.392 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 01 07:42:05.403 INFO kablam! error: Could not compile `compacts`. Sep 01 07:42:05.403 INFO kablam! Sep 01 07:42:05.403 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:42:05.405 INFO kablam! su: No module specific data is present Sep 01 07:42:05.741 INFO running `"docker" "rm" "-f" "e89dfd3c90c356df2b173451b8c3dcd29257348f199723777e5daa54c3e6211e"` Sep 01 07:42:05.833 INFO blam! e89dfd3c90c356df2b173451b8c3dcd29257348f199723777e5daa54c3e6211e