Sep 02 00:13:47.171 INFO checking compacts-0.9.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 02 00:13:47.171 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 00:13:47.171 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/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 00:13:47.327 INFO blam! fc0b16c748949c11aef4d8daeed5600a9285c100f27ff504ba9a63e500a2617c Sep 02 00:13:47.329 INFO running `"docker" "start" "-a" "fc0b16c748949c11aef4d8daeed5600a9285c100f27ff504ba9a63e500a2617c"` Sep 02 00:13:48.012 INFO kablam! Checking compacts v0.9.0 (file:///source) Sep 02 00:13:49.446 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.446 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 02 00:13:49.446 INFO kablam! | Sep 02 00:13:49.446 INFO kablam! 242 | let s = range.start as usize; Sep 02 00:13:49.446 INFO kablam! | ^^^^^^^^^^^ Sep 02 00:13:49.446 INFO kablam! | Sep 02 00:13:49.446 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.446 INFO kablam! Sep 02 00:13:49.446 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.446 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 02 00:13:49.447 INFO kablam! | Sep 02 00:13:49.447 INFO kablam! 243 | let e = range.end as usize; Sep 02 00:13:49.447 INFO kablam! | ^^^^^^^^^ Sep 02 00:13:49.447 INFO kablam! | Sep 02 00:13:49.447 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.447 INFO kablam! Sep 02 00:13:49.480 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.481 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 02 00:13:49.481 INFO kablam! | Sep 02 00:13:49.481 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 02 00:13:49.481 INFO kablam! | ^^^^^^^^^^^ Sep 02 00:13:49.481 INFO kablam! | Sep 02 00:13:49.481 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.481 INFO kablam! Sep 02 00:13:49.481 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.481 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 02 00:13:49.481 INFO kablam! | Sep 02 00:13:49.481 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 02 00:13:49.481 INFO kablam! | ^^^^^^^^^ Sep 02 00:13:49.481 INFO kablam! | Sep 02 00:13:49.481 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.481 INFO kablam! Sep 02 00:13:49.481 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.481 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 02 00:13:49.481 INFO kablam! | Sep 02 00:13:49.481 INFO kablam! 20 | } else if n < range.start { Sep 02 00:13:49.481 INFO kablam! | ^^^^^^^^^^^ Sep 02 00:13:49.481 INFO kablam! | Sep 02 00:13:49.481 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.481 INFO kablam! Sep 02 00:13:49.481 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.481 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 02 00:13:49.481 INFO kablam! | Sep 02 00:13:49.481 INFO kablam! 22 | } else if range.end < n { Sep 02 00:13:49.481 INFO kablam! | ^^^^^^^^^ Sep 02 00:13:49.481 INFO kablam! | Sep 02 00:13:49.481 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.481 INFO kablam! Sep 02 00:13:49.483 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.483 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 02 00:13:49.483 INFO kablam! | Sep 02 00:13:49.483 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 02 00:13:49.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:49.483 INFO kablam! | Sep 02 00:13:49.483 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.483 INFO kablam! Sep 02 00:13:49.483 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.483 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 02 00:13:49.483 INFO kablam! | Sep 02 00:13:49.483 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 02 00:13:49.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:49.483 INFO kablam! | Sep 02 00:13:49.483 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.483 INFO kablam! Sep 02 00:13:49.484 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.484 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 02 00:13:49.484 INFO kablam! | Sep 02 00:13:49.484 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 02 00:13:49.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:49.484 INFO kablam! | Sep 02 00:13:49.484 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.484 INFO kablam! Sep 02 00:13:49.484 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.484 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 02 00:13:49.484 INFO kablam! | Sep 02 00:13:49.484 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 02 00:13:49.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:49.484 INFO kablam! | Sep 02 00:13:49.484 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.484 INFO kablam! Sep 02 00:13:49.485 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.485 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 02 00:13:49.486 INFO kablam! | Sep 02 00:13:49.486 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 02 00:13:49.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:49.486 INFO kablam! | Sep 02 00:13:49.486 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.486 INFO kablam! Sep 02 00:13:49.486 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.486 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 02 00:13:49.486 INFO kablam! | Sep 02 00:13:49.486 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 02 00:13:49.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:49.486 INFO kablam! | Sep 02 00:13:49.486 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.486 INFO kablam! Sep 02 00:13:49.487 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.487 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 02 00:13:49.487 INFO kablam! | Sep 02 00:13:49.487 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 02 00:13:49.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:49.487 INFO kablam! | Sep 02 00:13:49.487 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.487 INFO kablam! Sep 02 00:13:49.488 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.488 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 02 00:13:49.488 INFO kablam! | Sep 02 00:13:49.488 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 02 00:13:49.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:49.488 INFO kablam! | Sep 02 00:13:49.488 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.488 INFO kablam! Sep 02 00:13:49.489 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.489 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 02 00:13:49.489 INFO kablam! | Sep 02 00:13:49.489 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 02 00:13:49.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:49.489 INFO kablam! | Sep 02 00:13:49.490 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.490 INFO kablam! Sep 02 00:13:49.490 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.490 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 02 00:13:49.490 INFO kablam! | Sep 02 00:13:49.490 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 02 00:13:49.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:49.490 INFO kablam! | Sep 02 00:13:49.490 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.490 INFO kablam! Sep 02 00:13:49.496 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.496 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 02 00:13:49.496 INFO kablam! | Sep 02 00:13:49.496 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 02 00:13:49.496 INFO kablam! | ^^^^^^^^ Sep 02 00:13:49.496 INFO kablam! | Sep 02 00:13:49.496 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.496 INFO kablam! Sep 02 00:13:49.497 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.497 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 02 00:13:49.497 INFO kablam! | Sep 02 00:13:49.497 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 02 00:13:49.497 INFO kablam! | ^^^^^^ Sep 02 00:13:49.497 INFO kablam! | Sep 02 00:13:49.497 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.497 INFO kablam! Sep 02 00:13:49.497 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.498 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 02 00:13:49.498 INFO kablam! | Sep 02 00:13:49.498 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 02 00:13:49.498 INFO kablam! | ^^^^^^^^ Sep 02 00:13:49.498 INFO kablam! | Sep 02 00:13:49.498 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.498 INFO kablam! Sep 02 00:13:49.518 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.518 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 02 00:13:49.518 INFO kablam! | Sep 02 00:13:49.518 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 02 00:13:49.518 INFO kablam! | ^^^^^ Sep 02 00:13:49.518 INFO kablam! | Sep 02 00:13:49.518 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.518 INFO kablam! Sep 02 00:13:49.518 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.518 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 02 00:13:49.518 INFO kablam! | Sep 02 00:13:49.518 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 02 00:13:49.518 INFO kablam! | ^^^^^^^ Sep 02 00:13:49.518 INFO kablam! | Sep 02 00:13:49.518 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.518 INFO kablam! Sep 02 00:13:49.518 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.518 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 02 00:13:49.518 INFO kablam! | Sep 02 00:13:49.519 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 02 00:13:49.519 INFO kablam! | ^^^^^^^ Sep 02 00:13:49.519 INFO kablam! | Sep 02 00:13:49.519 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.519 INFO kablam! Sep 02 00:13:49.519 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.519 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 02 00:13:49.519 INFO kablam! | Sep 02 00:13:49.519 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 02 00:13:49.519 INFO kablam! | ^^^^^ Sep 02 00:13:49.519 INFO kablam! | Sep 02 00:13:49.519 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.519 INFO kablam! Sep 02 00:13:49.525 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.525 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 02 00:13:49.525 INFO kablam! | Sep 02 00:13:49.525 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 02 00:13:49.525 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 00:13:49.525 INFO kablam! | Sep 02 00:13:49.525 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.525 INFO kablam! Sep 02 00:13:49.526 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.526 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 02 00:13:49.526 INFO kablam! | Sep 02 00:13:49.526 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 02 00:13:49.526 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 00:13:49.526 INFO kablam! | Sep 02 00:13:49.526 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:49.526 INFO kablam! Sep 02 00:13:49.526 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:49.526 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 02 00:13:49.526 INFO kablam! | Sep 02 00:13:49.526 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 02 00:13:49.526 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 00:13:49.526 INFO kablam! | Sep 02 00:13:49.526 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:49.526 INFO kablam! Sep 02 00:13:49.555 INFO kablam! error: aborting due to 26 previous errors Sep 02 00:13:49.555 INFO kablam! Sep 02 00:13:49.555 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 02 00:13:49.563 INFO kablam! error: Could not compile `compacts`. Sep 02 00:13:49.563 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 00:13:50.527 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.527 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 02 00:13:50.527 INFO kablam! | Sep 02 00:13:50.527 INFO kablam! 242 | let s = range.start as usize; Sep 02 00:13:50.527 INFO kablam! | ^^^^^^^^^^^ Sep 02 00:13:50.527 INFO kablam! | Sep 02 00:13:50.527 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.527 INFO kablam! Sep 02 00:13:50.527 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.527 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 02 00:13:50.527 INFO kablam! | Sep 02 00:13:50.527 INFO kablam! 243 | let e = range.end as usize; Sep 02 00:13:50.527 INFO kablam! | ^^^^^^^^^ Sep 02 00:13:50.528 INFO kablam! | Sep 02 00:13:50.528 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.528 INFO kablam! Sep 02 00:13:50.551 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.551 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 02 00:13:50.551 INFO kablam! | Sep 02 00:13:50.551 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 02 00:13:50.551 INFO kablam! | ^^^^^^^^^^^ Sep 02 00:13:50.551 INFO kablam! | Sep 02 00:13:50.551 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.551 INFO kablam! Sep 02 00:13:50.552 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.552 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 02 00:13:50.552 INFO kablam! | Sep 02 00:13:50.552 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 02 00:13:50.552 INFO kablam! | ^^^^^^^^^ Sep 02 00:13:50.552 INFO kablam! | Sep 02 00:13:50.552 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.552 INFO kablam! Sep 02 00:13:50.552 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.552 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 02 00:13:50.552 INFO kablam! | Sep 02 00:13:50.552 INFO kablam! 20 | } else if n < range.start { Sep 02 00:13:50.552 INFO kablam! | ^^^^^^^^^^^ Sep 02 00:13:50.552 INFO kablam! | Sep 02 00:13:50.552 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.552 INFO kablam! Sep 02 00:13:50.552 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.552 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 02 00:13:50.552 INFO kablam! | Sep 02 00:13:50.552 INFO kablam! 22 | } else if range.end < n { Sep 02 00:13:50.552 INFO kablam! | ^^^^^^^^^ Sep 02 00:13:50.552 INFO kablam! | Sep 02 00:13:50.552 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.552 INFO kablam! Sep 02 00:13:50.555 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.555 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 02 00:13:50.555 INFO kablam! | Sep 02 00:13:50.555 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 02 00:13:50.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:50.555 INFO kablam! | Sep 02 00:13:50.555 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.555 INFO kablam! Sep 02 00:13:50.555 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.555 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 02 00:13:50.555 INFO kablam! | Sep 02 00:13:50.556 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 02 00:13:50.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:50.556 INFO kablam! | Sep 02 00:13:50.556 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.556 INFO kablam! Sep 02 00:13:50.557 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.557 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 02 00:13:50.557 INFO kablam! | Sep 02 00:13:50.557 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 02 00:13:50.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:50.557 INFO kablam! | Sep 02 00:13:50.557 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.557 INFO kablam! Sep 02 00:13:50.557 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.557 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 02 00:13:50.557 INFO kablam! | Sep 02 00:13:50.557 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 02 00:13:50.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:50.557 INFO kablam! | Sep 02 00:13:50.557 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.557 INFO kablam! Sep 02 00:13:50.558 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.558 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 02 00:13:50.558 INFO kablam! | Sep 02 00:13:50.558 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 02 00:13:50.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:50.558 INFO kablam! | Sep 02 00:13:50.558 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.558 INFO kablam! Sep 02 00:13:50.559 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.559 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 02 00:13:50.559 INFO kablam! | Sep 02 00:13:50.559 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 02 00:13:50.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:50.559 INFO kablam! | Sep 02 00:13:50.559 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.559 INFO kablam! Sep 02 00:13:50.559 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.559 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 02 00:13:50.559 INFO kablam! | Sep 02 00:13:50.559 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 02 00:13:50.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:50.560 INFO kablam! | Sep 02 00:13:50.560 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.560 INFO kablam! Sep 02 00:13:50.560 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.560 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 02 00:13:50.560 INFO kablam! | Sep 02 00:13:50.560 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 02 00:13:50.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:50.560 INFO kablam! | Sep 02 00:13:50.560 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.560 INFO kablam! Sep 02 00:13:50.561 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.561 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 02 00:13:50.561 INFO kablam! | Sep 02 00:13:50.561 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 02 00:13:50.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:50.561 INFO kablam! | Sep 02 00:13:50.561 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.562 INFO kablam! Sep 02 00:13:50.562 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.562 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 02 00:13:50.562 INFO kablam! | Sep 02 00:13:50.562 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 02 00:13:50.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 00:13:50.562 INFO kablam! | Sep 02 00:13:50.562 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.562 INFO kablam! Sep 02 00:13:50.566 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.566 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 02 00:13:50.566 INFO kablam! | Sep 02 00:13:50.566 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 02 00:13:50.567 INFO kablam! | ^^^^^^^^ Sep 02 00:13:50.567 INFO kablam! | Sep 02 00:13:50.567 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.567 INFO kablam! Sep 02 00:13:50.567 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.567 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 02 00:13:50.567 INFO kablam! | Sep 02 00:13:50.567 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 02 00:13:50.567 INFO kablam! | ^^^^^^ Sep 02 00:13:50.567 INFO kablam! | Sep 02 00:13:50.567 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.567 INFO kablam! Sep 02 00:13:50.568 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.568 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 02 00:13:50.568 INFO kablam! | Sep 02 00:13:50.568 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 02 00:13:50.568 INFO kablam! | ^^^^^^^^ Sep 02 00:13:50.568 INFO kablam! | Sep 02 00:13:50.568 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.568 INFO kablam! Sep 02 00:13:50.583 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.583 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 02 00:13:50.583 INFO kablam! | Sep 02 00:13:50.583 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 02 00:13:50.583 INFO kablam! | ^^^^^ Sep 02 00:13:50.583 INFO kablam! | Sep 02 00:13:50.583 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.583 INFO kablam! Sep 02 00:13:50.584 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.584 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 02 00:13:50.584 INFO kablam! | Sep 02 00:13:50.584 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 02 00:13:50.584 INFO kablam! | ^^^^^^^ Sep 02 00:13:50.584 INFO kablam! | Sep 02 00:13:50.584 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.584 INFO kablam! Sep 02 00:13:50.584 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.584 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 02 00:13:50.584 INFO kablam! | Sep 02 00:13:50.584 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 02 00:13:50.584 INFO kablam! | ^^^^^^^ Sep 02 00:13:50.584 INFO kablam! | Sep 02 00:13:50.584 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.584 INFO kablam! Sep 02 00:13:50.584 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.584 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 02 00:13:50.585 INFO kablam! | Sep 02 00:13:50.585 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 02 00:13:50.585 INFO kablam! | ^^^^^ Sep 02 00:13:50.585 INFO kablam! | Sep 02 00:13:50.585 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.585 INFO kablam! Sep 02 00:13:50.590 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.590 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 02 00:13:50.590 INFO kablam! | Sep 02 00:13:50.590 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 02 00:13:50.590 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 00:13:50.590 INFO kablam! | Sep 02 00:13:50.590 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.590 INFO kablam! Sep 02 00:13:50.590 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.590 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 02 00:13:50.590 INFO kablam! | Sep 02 00:13:50.590 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 02 00:13:50.590 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 00:13:50.590 INFO kablam! | Sep 02 00:13:50.590 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 02 00:13:50.590 INFO kablam! Sep 02 00:13:50.591 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 02 00:13:50.591 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 02 00:13:50.591 INFO kablam! | Sep 02 00:13:50.591 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 02 00:13:50.591 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 00:13:50.591 INFO kablam! | Sep 02 00:13:50.591 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 02 00:13:50.591 INFO kablam! Sep 02 00:13:50.621 INFO kablam! error: aborting due to 26 previous errors Sep 02 00:13:50.621 INFO kablam! Sep 02 00:13:50.621 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 02 00:13:50.631 INFO kablam! error: Could not compile `compacts`. Sep 02 00:13:50.631 INFO kablam! Sep 02 00:13:50.631 INFO kablam! To learn more, run the command again with --verbose. Sep 02 00:13:50.633 INFO kablam! su: No module specific data is present Sep 02 00:13:51.110 INFO running `"docker" "rm" "-f" "fc0b16c748949c11aef4d8daeed5600a9285c100f27ff504ba9a63e500a2617c"` Sep 02 00:13:51.217 INFO blam! fc0b16c748949c11aef4d8daeed5600a9285c100f27ff504ba9a63e500a2617c