Jul 12 11:59:02.875 INFO checking compacts-0.9.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 11:59:02.875 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 11:59:02.875 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 11:59:02.876 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-7/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 11:59:03.053 INFO blam! 3e9ab47382622e32a5b3a579fc0af19a37008aedfb50ef83f5a7f45184357323 Jul 12 11:59:03.056 INFO running `"docker" "start" "-a" "3e9ab47382622e32a5b3a579fc0af19a37008aedfb50ef83f5a7f45184357323"` Jul 12 11:59:04.340 INFO kablam! Blocking waiting for file lock on the registry index Jul 12 11:59:04.576 INFO kablam! Checking compacts v0.9.0 (file:///source) Jul 12 11:59:05.960 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:05.960 INFO kablam! --> src/bits/repr/arr.rs:242:13 Jul 12 11:59:05.960 INFO kablam! | Jul 12 11:59:05.960 INFO kablam! 242 | let s = range.start as usize; Jul 12 11:59:05.960 INFO kablam! | ^^^^^^^^^^^ Jul 12 11:59:05.961 INFO kablam! | Jul 12 11:59:05.961 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:05.962 INFO kablam! Jul 12 11:59:05.962 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:05.962 INFO kablam! --> src/bits/repr/arr.rs:243:13 Jul 12 11:59:05.962 INFO kablam! | Jul 12 11:59:05.963 INFO kablam! 243 | let e = range.end as usize; Jul 12 11:59:05.963 INFO kablam! | ^^^^^^^^^ Jul 12 11:59:05.963 INFO kablam! | Jul 12 11:59:05.963 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:05.964 INFO kablam! Jul 12 11:59:06.013 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.013 INFO kablam! --> src/bits/repr/run.rs:18:16 Jul 12 11:59:06.013 INFO kablam! | Jul 12 11:59:06.014 INFO kablam! 18 | if range.start <= n && n <= range.end { Jul 12 11:59:06.014 INFO kablam! | ^^^^^^^^^^^ Jul 12 11:59:06.014 INFO kablam! | Jul 12 11:59:06.014 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.014 INFO kablam! Jul 12 11:59:06.014 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.014 INFO kablam! --> src/bits/repr/run.rs:18:41 Jul 12 11:59:06.015 INFO kablam! | Jul 12 11:59:06.015 INFO kablam! 18 | if range.start <= n && n <= range.end { Jul 12 11:59:06.015 INFO kablam! | ^^^^^^^^^ Jul 12 11:59:06.015 INFO kablam! | Jul 12 11:59:06.015 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.015 INFO kablam! Jul 12 11:59:06.015 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.015 INFO kablam! --> src/bits/repr/run.rs:20:27 Jul 12 11:59:06.015 INFO kablam! | Jul 12 11:59:06.015 INFO kablam! 20 | } else if n < range.start { Jul 12 11:59:06.015 INFO kablam! | ^^^^^^^^^^^ Jul 12 11:59:06.015 INFO kablam! | Jul 12 11:59:06.015 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.015 INFO kablam! Jul 12 11:59:06.016 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.016 INFO kablam! --> src/bits/repr/run.rs:22:23 Jul 12 11:59:06.016 INFO kablam! | Jul 12 11:59:06.016 INFO kablam! 22 | } else if range.end < n { Jul 12 11:59:06.016 INFO kablam! | ^^^^^^^^^ Jul 12 11:59:06.016 INFO kablam! | Jul 12 11:59:06.016 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.016 INFO kablam! Jul 12 11:59:06.020 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.020 INFO kablam! --> src/bits/repr/run.rs:52:22 Jul 12 11:59:06.020 INFO kablam! | Jul 12 11:59:06.020 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Jul 12 11:59:06.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.020 INFO kablam! | Jul 12 11:59:06.020 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.020 INFO kablam! Jul 12 11:59:06.021 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.021 INFO kablam! --> src/bits/repr/run.rs:57:22 Jul 12 11:59:06.021 INFO kablam! | Jul 12 11:59:06.021 INFO kablam! 57 | Some(self.ranges[pos].start) Jul 12 11:59:06.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.021 INFO kablam! | Jul 12 11:59:06.021 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.021 INFO kablam! Jul 12 11:59:06.024 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.024 INFO kablam! --> src/bits/repr/run.rs:65:33 Jul 12 11:59:06.024 INFO kablam! | Jul 12 11:59:06.024 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Jul 12 11:59:06.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.024 INFO kablam! | Jul 12 11:59:06.024 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.024 INFO kablam! Jul 12 11:59:06.024 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.024 INFO kablam! --> src/bits/repr/run.rs:66:31 Jul 12 11:59:06.024 INFO kablam! | Jul 12 11:59:06.024 INFO kablam! 66 | let end = self.ranges[pos].end; Jul 12 11:59:06.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.024 INFO kablam! | Jul 12 11:59:06.024 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.024 INFO kablam! Jul 12 11:59:06.026 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.026 INFO kablam! --> src/bits/repr/run.rs:72:33 Jul 12 11:59:06.026 INFO kablam! | Jul 12 11:59:06.026 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Jul 12 11:59:06.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.026 INFO kablam! | Jul 12 11:59:06.026 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.026 INFO kablam! Jul 12 11:59:06.026 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.026 INFO kablam! --> src/bits/repr/run.rs:73:31 Jul 12 11:59:06.026 INFO kablam! | Jul 12 11:59:06.027 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Jul 12 11:59:06.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.027 INFO kablam! | Jul 12 11:59:06.027 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.027 INFO kablam! Jul 12 11:59:06.028 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.028 INFO kablam! --> src/bits/repr/run.rs:78:33 Jul 12 11:59:06.028 INFO kablam! | Jul 12 11:59:06.028 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Jul 12 11:59:06.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.028 INFO kablam! | Jul 12 11:59:06.028 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.028 INFO kablam! Jul 12 11:59:06.028 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.028 INFO kablam! --> src/bits/repr/run.rs:79:31 Jul 12 11:59:06.028 INFO kablam! | Jul 12 11:59:06.028 INFO kablam! 79 | let end = self.ranges[pos].end; Jul 12 11:59:06.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.029 INFO kablam! | Jul 12 11:59:06.029 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.029 INFO kablam! Jul 12 11:59:06.031 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.031 INFO kablam! --> src/bits/repr/run.rs:96:20 Jul 12 11:59:06.031 INFO kablam! | Jul 12 11:59:06.032 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Jul 12 11:59:06.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.032 INFO kablam! | Jul 12 11:59:06.032 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.032 INFO kablam! Jul 12 11:59:06.032 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.032 INFO kablam! --> src/bits/repr/run.rs:96:44 Jul 12 11:59:06.032 INFO kablam! | Jul 12 11:59:06.032 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Jul 12 11:59:06.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.032 INFO kablam! | Jul 12 11:59:06.032 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.032 INFO kablam! Jul 12 11:59:06.046 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.046 INFO kablam! --> src/bits/repr/run.rs:135:41 Jul 12 11:59:06.046 INFO kablam! | Jul 12 11:59:06.046 INFO kablam! 135 | w.write_u16::(rg.start)?; Jul 12 11:59:06.046 INFO kablam! | ^^^^^^^^ Jul 12 11:59:06.046 INFO kablam! | Jul 12 11:59:06.046 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.046 INFO kablam! Jul 12 11:59:06.047 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.047 INFO kablam! --> src/bits/repr/run.rs:136:41 Jul 12 11:59:06.047 INFO kablam! | Jul 12 11:59:06.047 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Jul 12 11:59:06.047 INFO kablam! | ^^^^^^ Jul 12 11:59:06.047 INFO kablam! | Jul 12 11:59:06.047 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.047 INFO kablam! Jul 12 11:59:06.048 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.048 INFO kablam! --> src/bits/repr/run.rs:136:50 Jul 12 11:59:06.048 INFO kablam! | Jul 12 11:59:06.048 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Jul 12 11:59:06.048 INFO kablam! | ^^^^^^^^ Jul 12 11:59:06.048 INFO kablam! | Jul 12 11:59:06.048 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.048 INFO kablam! Jul 12 11:59:06.076 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.077 INFO kablam! --> src/bits/repr/run.rs:184:31 Jul 12 11:59:06.077 INFO kablam! | Jul 12 11:59:06.077 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Jul 12 11:59:06.077 INFO kablam! | ^^^^^ Jul 12 11:59:06.077 INFO kablam! | Jul 12 11:59:06.077 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.077 INFO kablam! Jul 12 11:59:06.077 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.077 INFO kablam! --> src/bits/repr/run.rs:184:39 Jul 12 11:59:06.078 INFO kablam! | Jul 12 11:59:06.078 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Jul 12 11:59:06.078 INFO kablam! | ^^^^^^^ Jul 12 11:59:06.078 INFO kablam! | Jul 12 11:59:06.078 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.078 INFO kablam! Jul 12 11:59:06.079 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.079 INFO kablam! --> src/bits/repr/run.rs:186:31 Jul 12 11:59:06.079 INFO kablam! | Jul 12 11:59:06.079 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Jul 12 11:59:06.079 INFO kablam! | ^^^^^^^ Jul 12 11:59:06.079 INFO kablam! | Jul 12 11:59:06.079 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.079 INFO kablam! Jul 12 11:59:06.080 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.080 INFO kablam! --> src/bits/repr/run.rs:186:41 Jul 12 11:59:06.080 INFO kablam! | Jul 12 11:59:06.080 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Jul 12 11:59:06.080 INFO kablam! | ^^^^^ Jul 12 11:59:06.080 INFO kablam! | Jul 12 11:59:06.080 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.081 INFO kablam! Jul 12 11:59:06.102 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.102 INFO kablam! --> src/bits/repr/run.rs:225:21 Jul 12 11:59:06.102 INFO kablam! | Jul 12 11:59:06.102 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Jul 12 11:59:06.102 INFO kablam! | ^^^^^^^^^^^^^ Jul 12 11:59:06.110 INFO kablam! | Jul 12 11:59:06.111 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.111 INFO kablam! Jul 12 11:59:06.111 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.111 INFO kablam! --> src/bits/repr/run.rs:227:26 Jul 12 11:59:06.111 INFO kablam! | Jul 12 11:59:06.111 INFO kablam! 227 | if start == (ranges[i].end + 1) { Jul 12 11:59:06.111 INFO kablam! | ^^^^^^^^^^^^^ Jul 12 11:59:06.111 INFO kablam! | Jul 12 11:59:06.111 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.111 INFO kablam! Jul 12 11:59:06.111 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.111 INFO kablam! --> src/bits/repr/run.rs:229:29 Jul 12 11:59:06.111 INFO kablam! | Jul 12 11:59:06.111 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Jul 12 11:59:06.111 INFO kablam! | ^^^^^^^^^^^^^^^ Jul 12 11:59:06.111 INFO kablam! | Jul 12 11:59:06.111 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.111 INFO kablam! Jul 12 11:59:06.157 INFO kablam! error: aborting due to 26 previous errors Jul 12 11:59:06.157 INFO kablam! Jul 12 11:59:06.157 INFO kablam! For more information about this error, try `rustc --explain E0616`. Jul 12 11:59:06.186 INFO kablam! error: Could not compile `compacts`. Jul 12 11:59:06.186 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 11:59:06.936 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.936 INFO kablam! --> src/bits/repr/arr.rs:242:13 Jul 12 11:59:06.936 INFO kablam! | Jul 12 11:59:06.936 INFO kablam! 242 | let s = range.start as usize; Jul 12 11:59:06.936 INFO kablam! | ^^^^^^^^^^^ Jul 12 11:59:06.936 INFO kablam! | Jul 12 11:59:06.936 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.936 INFO kablam! Jul 12 11:59:06.937 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.937 INFO kablam! --> src/bits/repr/arr.rs:243:13 Jul 12 11:59:06.937 INFO kablam! | Jul 12 11:59:06.937 INFO kablam! 243 | let e = range.end as usize; Jul 12 11:59:06.937 INFO kablam! | ^^^^^^^^^ Jul 12 11:59:06.937 INFO kablam! | Jul 12 11:59:06.937 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.937 INFO kablam! Jul 12 11:59:06.981 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.981 INFO kablam! --> src/bits/repr/run.rs:18:16 Jul 12 11:59:06.981 INFO kablam! | Jul 12 11:59:06.981 INFO kablam! 18 | if range.start <= n && n <= range.end { Jul 12 11:59:06.981 INFO kablam! | ^^^^^^^^^^^ Jul 12 11:59:06.981 INFO kablam! | Jul 12 11:59:06.981 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.981 INFO kablam! Jul 12 11:59:06.981 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.981 INFO kablam! --> src/bits/repr/run.rs:18:41 Jul 12 11:59:06.981 INFO kablam! | Jul 12 11:59:06.981 INFO kablam! 18 | if range.start <= n && n <= range.end { Jul 12 11:59:06.981 INFO kablam! | ^^^^^^^^^ Jul 12 11:59:06.981 INFO kablam! | Jul 12 11:59:06.981 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.981 INFO kablam! Jul 12 11:59:06.982 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.982 INFO kablam! --> src/bits/repr/run.rs:20:27 Jul 12 11:59:06.982 INFO kablam! | Jul 12 11:59:06.982 INFO kablam! 20 | } else if n < range.start { Jul 12 11:59:06.982 INFO kablam! | ^^^^^^^^^^^ Jul 12 11:59:06.982 INFO kablam! | Jul 12 11:59:06.982 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.982 INFO kablam! Jul 12 11:59:06.983 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.983 INFO kablam! --> src/bits/repr/run.rs:22:23 Jul 12 11:59:06.983 INFO kablam! | Jul 12 11:59:06.983 INFO kablam! 22 | } else if range.end < n { Jul 12 11:59:06.983 INFO kablam! | ^^^^^^^^^ Jul 12 11:59:06.983 INFO kablam! | Jul 12 11:59:06.983 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.983 INFO kablam! Jul 12 11:59:06.987 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.987 INFO kablam! --> src/bits/repr/run.rs:52:22 Jul 12 11:59:06.987 INFO kablam! | Jul 12 11:59:06.987 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Jul 12 11:59:06.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.987 INFO kablam! | Jul 12 11:59:06.987 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.987 INFO kablam! Jul 12 11:59:06.988 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.988 INFO kablam! --> src/bits/repr/run.rs:57:22 Jul 12 11:59:06.988 INFO kablam! | Jul 12 11:59:06.988 INFO kablam! 57 | Some(self.ranges[pos].start) Jul 12 11:59:06.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.988 INFO kablam! | Jul 12 11:59:06.989 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.989 INFO kablam! Jul 12 11:59:06.990 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.991 INFO kablam! --> src/bits/repr/run.rs:65:33 Jul 12 11:59:06.991 INFO kablam! | Jul 12 11:59:06.991 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Jul 12 11:59:06.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.991 INFO kablam! | Jul 12 11:59:06.991 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.992 INFO kablam! Jul 12 11:59:06.992 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.992 INFO kablam! --> src/bits/repr/run.rs:66:31 Jul 12 11:59:06.992 INFO kablam! | Jul 12 11:59:06.992 INFO kablam! 66 | let end = self.ranges[pos].end; Jul 12 11:59:06.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.992 INFO kablam! | Jul 12 11:59:06.992 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.992 INFO kablam! Jul 12 11:59:06.993 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.996 INFO kablam! --> src/bits/repr/run.rs:72:33 Jul 12 11:59:06.996 INFO kablam! | Jul 12 11:59:06.996 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Jul 12 11:59:06.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.996 INFO kablam! | Jul 12 11:59:06.996 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:06.996 INFO kablam! Jul 12 11:59:06.996 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:06.996 INFO kablam! --> src/bits/repr/run.rs:73:31 Jul 12 11:59:06.996 INFO kablam! | Jul 12 11:59:06.996 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Jul 12 11:59:06.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:06.996 INFO kablam! | Jul 12 11:59:06.997 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:06.997 INFO kablam! Jul 12 11:59:07.003 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.003 INFO kablam! --> src/bits/repr/run.rs:78:33 Jul 12 11:59:07.003 INFO kablam! | Jul 12 11:59:07.003 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Jul 12 11:59:07.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:07.003 INFO kablam! | Jul 12 11:59:07.003 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:07.003 INFO kablam! Jul 12 11:59:07.003 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.003 INFO kablam! --> src/bits/repr/run.rs:79:31 Jul 12 11:59:07.003 INFO kablam! | Jul 12 11:59:07.003 INFO kablam! 79 | let end = self.ranges[pos].end; Jul 12 11:59:07.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:07.003 INFO kablam! | Jul 12 11:59:07.003 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:07.003 INFO kablam! Jul 12 11:59:07.003 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.003 INFO kablam! --> src/bits/repr/run.rs:96:20 Jul 12 11:59:07.003 INFO kablam! | Jul 12 11:59:07.003 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Jul 12 11:59:07.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:07.003 INFO kablam! | Jul 12 11:59:07.003 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:07.003 INFO kablam! Jul 12 11:59:07.004 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.004 INFO kablam! --> src/bits/repr/run.rs:96:44 Jul 12 11:59:07.004 INFO kablam! | Jul 12 11:59:07.004 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Jul 12 11:59:07.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 11:59:07.005 INFO kablam! | Jul 12 11:59:07.005 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:07.005 INFO kablam! Jul 12 11:59:07.013 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.013 INFO kablam! --> src/bits/repr/run.rs:135:41 Jul 12 11:59:07.013 INFO kablam! | Jul 12 11:59:07.013 INFO kablam! 135 | w.write_u16::(rg.start)?; Jul 12 11:59:07.013 INFO kablam! | ^^^^^^^^ Jul 12 11:59:07.013 INFO kablam! | Jul 12 11:59:07.013 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:07.013 INFO kablam! Jul 12 11:59:07.014 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.014 INFO kablam! --> src/bits/repr/run.rs:136:41 Jul 12 11:59:07.014 INFO kablam! | Jul 12 11:59:07.014 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Jul 12 11:59:07.014 INFO kablam! | ^^^^^^ Jul 12 11:59:07.014 INFO kablam! | Jul 12 11:59:07.014 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:07.014 INFO kablam! Jul 12 11:59:07.014 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.014 INFO kablam! --> src/bits/repr/run.rs:136:50 Jul 12 11:59:07.015 INFO kablam! | Jul 12 11:59:07.015 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Jul 12 11:59:07.015 INFO kablam! | ^^^^^^^^ Jul 12 11:59:07.015 INFO kablam! | Jul 12 11:59:07.015 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:07.015 INFO kablam! Jul 12 11:59:07.039 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.039 INFO kablam! --> src/bits/repr/run.rs:184:31 Jul 12 11:59:07.039 INFO kablam! | Jul 12 11:59:07.039 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Jul 12 11:59:07.039 INFO kablam! | ^^^^^ Jul 12 11:59:07.039 INFO kablam! | Jul 12 11:59:07.039 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:07.039 INFO kablam! Jul 12 11:59:07.039 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.039 INFO kablam! --> src/bits/repr/run.rs:184:39 Jul 12 11:59:07.039 INFO kablam! | Jul 12 11:59:07.039 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Jul 12 11:59:07.039 INFO kablam! | ^^^^^^^ Jul 12 11:59:07.039 INFO kablam! | Jul 12 11:59:07.039 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:07.039 INFO kablam! Jul 12 11:59:07.041 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.041 INFO kablam! --> src/bits/repr/run.rs:186:31 Jul 12 11:59:07.041 INFO kablam! | Jul 12 11:59:07.041 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Jul 12 11:59:07.041 INFO kablam! | ^^^^^^^ Jul 12 11:59:07.041 INFO kablam! | Jul 12 11:59:07.041 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:07.041 INFO kablam! Jul 12 11:59:07.041 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.041 INFO kablam! --> src/bits/repr/run.rs:186:41 Jul 12 11:59:07.041 INFO kablam! | Jul 12 11:59:07.041 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Jul 12 11:59:07.041 INFO kablam! | ^^^^^ Jul 12 11:59:07.041 INFO kablam! | Jul 12 11:59:07.041 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:07.041 INFO kablam! Jul 12 11:59:07.052 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.052 INFO kablam! --> src/bits/repr/run.rs:225:21 Jul 12 11:59:07.052 INFO kablam! | Jul 12 11:59:07.052 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Jul 12 11:59:07.052 INFO kablam! | ^^^^^^^^^^^^^ Jul 12 11:59:07.052 INFO kablam! | Jul 12 11:59:07.052 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:07.052 INFO kablam! Jul 12 11:59:07.053 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.053 INFO kablam! --> src/bits/repr/run.rs:227:26 Jul 12 11:59:07.053 INFO kablam! | Jul 12 11:59:07.053 INFO kablam! 227 | if start == (ranges[i].end + 1) { Jul 12 11:59:07.053 INFO kablam! | ^^^^^^^^^^^^^ Jul 12 11:59:07.053 INFO kablam! | Jul 12 11:59:07.053 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Jul 12 11:59:07.053 INFO kablam! Jul 12 11:59:07.055 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Jul 12 11:59:07.055 INFO kablam! --> src/bits/repr/run.rs:229:29 Jul 12 11:59:07.055 INFO kablam! | Jul 12 11:59:07.055 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Jul 12 11:59:07.055 INFO kablam! | ^^^^^^^^^^^^^^^ Jul 12 11:59:07.055 INFO kablam! | Jul 12 11:59:07.056 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Jul 12 11:59:07.056 INFO kablam! Jul 12 11:59:07.111 INFO kablam! error: aborting due to 26 previous errors Jul 12 11:59:07.111 INFO kablam! Jul 12 11:59:07.112 INFO kablam! For more information about this error, try `rustc --explain E0616`. Jul 12 11:59:07.126 INFO kablam! error: Could not compile `compacts`. Jul 12 11:59:07.126 INFO kablam! Jul 12 11:59:07.126 INFO kablam! To learn more, run the command again with --verbose. Jul 12 11:59:07.128 INFO kablam! su: No module specific data is present Jul 12 11:59:07.825 INFO running `"docker" "rm" "-f" "3e9ab47382622e32a5b3a579fc0af19a37008aedfb50ef83f5a7f45184357323"` Jul 12 11:59:07.972 INFO blam! 3e9ab47382622e32a5b3a579fc0af19a37008aedfb50ef83f5a7f45184357323