Sep 20 05:11:26.455 INFO checking compacts-0.9.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 05:11:26.456 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 05:11:26.456 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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.687 INFO blam! 98808182f9c717317d109d2fee0ee0f5041bc6849c8cd4ccaee6b30c62f36d29 Sep 20 05:11:26.687 INFO running `"docker" "start" "-a" "98808182f9c717317d109d2fee0ee0f5041bc6849c8cd4ccaee6b30c62f36d29"` Sep 20 05:11:27.610 INFO kablam! usermod: no changes Sep 20 05:11:27.754 INFO kablam! Checking compacts v0.9.0 (/source) Sep 20 05:11:28.962 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.962 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 20 05:11:28.962 INFO kablam! | Sep 20 05:11:28.963 INFO kablam! 242 | let s = range.start as usize; Sep 20 05:11:28.963 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:11:28.963 INFO kablam! | Sep 20 05:11:28.963 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:28.963 INFO kablam! Sep 20 05:11:28.963 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.963 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 20 05:11:28.964 INFO kablam! | Sep 20 05:11:28.964 INFO kablam! 243 | let e = range.end as usize; Sep 20 05:11:28.964 INFO kablam! | ^^^^^^^^^ Sep 20 05:11:28.964 INFO kablam! | Sep 20 05:11:28.964 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:28.964 INFO kablam! Sep 20 05:11:28.978 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.978 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 20 05:11:28.978 INFO kablam! | Sep 20 05:11:28.978 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 05:11:28.978 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:11:28.978 INFO kablam! | Sep 20 05:11:28.979 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:28.979 INFO kablam! Sep 20 05:11:28.979 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.979 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 20 05:11:28.979 INFO kablam! | Sep 20 05:11:28.979 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 05:11:28.979 INFO kablam! | ^^^^^^^^^ Sep 20 05:11:28.980 INFO kablam! | Sep 20 05:11:28.980 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:28.980 INFO kablam! Sep 20 05:11:28.980 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.980 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 20 05:11:28.980 INFO kablam! | Sep 20 05:11:28.980 INFO kablam! 20 | } else if n < range.start { Sep 20 05:11:28.980 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:11:28.981 INFO kablam! | Sep 20 05:11:28.981 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:28.981 INFO kablam! Sep 20 05:11:28.981 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.981 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 20 05:11:28.981 INFO kablam! | Sep 20 05:11:28.981 INFO kablam! 22 | } else if range.end < n { Sep 20 05:11:28.981 INFO kablam! | ^^^^^^^^^ Sep 20 05:11:28.982 INFO kablam! | Sep 20 05:11:28.982 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:28.982 INFO kablam! Sep 20 05:11:28.982 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.982 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 20 05:11:28.982 INFO kablam! | Sep 20 05:11:28.982 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 20 05:11:28.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:28.983 INFO kablam! | Sep 20 05:11:28.983 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:28.983 INFO kablam! Sep 20 05:11:28.983 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.983 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 20 05:11:28.984 INFO kablam! | Sep 20 05:11:28.984 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 20 05:11:28.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:28.984 INFO kablam! | Sep 20 05:11:28.984 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:28.984 INFO kablam! Sep 20 05:11:28.984 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.985 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 20 05:11:28.985 INFO kablam! | Sep 20 05:11:28.985 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 20 05:11:28.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:28.985 INFO kablam! | Sep 20 05:11:28.985 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:28.986 INFO kablam! Sep 20 05:11:28.986 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.986 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 20 05:11:28.986 INFO kablam! | Sep 20 05:11:28.986 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 20 05:11:28.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:28.987 INFO kablam! | Sep 20 05:11:28.987 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:28.987 INFO kablam! Sep 20 05:11:28.987 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.987 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 20 05:11:28.987 INFO kablam! | Sep 20 05:11:28.987 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 20 05:11:28.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:28.988 INFO kablam! | Sep 20 05:11:28.988 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:28.988 INFO kablam! Sep 20 05:11:28.988 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.988 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 20 05:11:28.988 INFO kablam! | Sep 20 05:11:28.988 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 20 05:11:28.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:28.989 INFO kablam! | Sep 20 05:11:28.989 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:28.989 INFO kablam! Sep 20 05:11:28.989 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.989 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 20 05:11:28.989 INFO kablam! | Sep 20 05:11:28.990 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 20 05:11:28.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:28.990 INFO kablam! | Sep 20 05:11:28.990 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:28.990 INFO kablam! Sep 20 05:11:28.990 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.990 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 20 05:11:28.991 INFO kablam! | Sep 20 05:11:28.991 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 20 05:11:28.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:28.991 INFO kablam! | Sep 20 05:11:28.991 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:28.991 INFO kablam! Sep 20 05:11:28.991 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.992 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 20 05:11:28.992 INFO kablam! | Sep 20 05:11:28.992 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 05:11:28.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:28.992 INFO kablam! | Sep 20 05:11:28.992 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:28.992 INFO kablam! Sep 20 05:11:28.992 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.992 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 20 05:11:28.992 INFO kablam! | Sep 20 05:11:28.992 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 05:11:28.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:28.992 INFO kablam! | Sep 20 05:11:28.992 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:28.992 INFO kablam! Sep 20 05:11:28.992 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.992 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 20 05:11:28.992 INFO kablam! | Sep 20 05:11:28.992 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 20 05:11:28.992 INFO kablam! | ^^^^^^^^ Sep 20 05:11:28.992 INFO kablam! | Sep 20 05:11:28.992 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:28.992 INFO kablam! Sep 20 05:11:28.992 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.992 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 20 05:11:28.992 INFO kablam! | Sep 20 05:11:28.992 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 05:11:28.992 INFO kablam! | ^^^^^^ Sep 20 05:11:28.992 INFO kablam! | Sep 20 05:11:28.992 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:28.992 INFO kablam! Sep 20 05:11:28.992 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.992 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 20 05:11:28.992 INFO kablam! | Sep 20 05:11:28.992 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 05:11:28.992 INFO kablam! | ^^^^^^^^ Sep 20 05:11:28.992 INFO kablam! | Sep 20 05:11:28.992 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:28.993 INFO kablam! Sep 20 05:11:28.993 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.993 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 20 05:11:28.993 INFO kablam! | Sep 20 05:11:28.993 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 05:11:28.993 INFO kablam! | ^^^^^ Sep 20 05:11:28.993 INFO kablam! | Sep 20 05:11:28.993 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:28.993 INFO kablam! Sep 20 05:11:28.993 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.993 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 20 05:11:28.993 INFO kablam! | Sep 20 05:11:28.993 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 05:11:28.993 INFO kablam! | ^^^^^^^ Sep 20 05:11:28.993 INFO kablam! | Sep 20 05:11:28.994 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:28.994 INFO kablam! Sep 20 05:11:28.994 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.994 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 20 05:11:28.994 INFO kablam! | Sep 20 05:11:28.994 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 05:11:28.994 INFO kablam! | ^^^^^^^ Sep 20 05:11:28.994 INFO kablam! | Sep 20 05:11:28.995 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:28.995 INFO kablam! Sep 20 05:11:28.995 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.995 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 20 05:11:28.995 INFO kablam! | Sep 20 05:11:28.995 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 05:11:28.995 INFO kablam! | ^^^^^ Sep 20 05:11:28.995 INFO kablam! | Sep 20 05:11:28.995 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:28.995 INFO kablam! Sep 20 05:11:28.999 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:28.999 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 20 05:11:28.999 INFO kablam! | Sep 20 05:11:28.999 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 20 05:11:28.999 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 05:11:28.999 INFO kablam! | Sep 20 05:11:28.999 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:28.999 INFO kablam! Sep 20 05:11:29.000 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.000 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 20 05:11:29.000 INFO kablam! | Sep 20 05:11:29.000 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 20 05:11:29.000 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 05:11:29.000 INFO kablam! | Sep 20 05:11:29.000 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.000 INFO kablam! Sep 20 05:11:29.001 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.001 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 20 05:11:29.001 INFO kablam! | Sep 20 05:11:29.001 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 20 05:11:29.001 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 05:11:29.001 INFO kablam! | Sep 20 05:11:29.001 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.001 INFO kablam! Sep 20 05:11:29.035 INFO kablam! error: aborting due to 26 previous errors Sep 20 05:11:29.035 INFO kablam! Sep 20 05:11:29.035 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 20 05:11:29.043 INFO kablam! error: Could not compile `compacts`. Sep 20 05:11:29.043 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:11:29.592 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.592 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 20 05:11:29.592 INFO kablam! | Sep 20 05:11:29.593 INFO kablam! 242 | let s = range.start as usize; Sep 20 05:11:29.593 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:11:29.593 INFO kablam! | Sep 20 05:11:29.593 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.593 INFO kablam! Sep 20 05:11:29.594 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.594 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 20 05:11:29.594 INFO kablam! | Sep 20 05:11:29.594 INFO kablam! 243 | let e = range.end as usize; Sep 20 05:11:29.595 INFO kablam! | ^^^^^^^^^ Sep 20 05:11:29.595 INFO kablam! | Sep 20 05:11:29.595 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.595 INFO kablam! Sep 20 05:11:29.613 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.614 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 20 05:11:29.614 INFO kablam! | Sep 20 05:11:29.614 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 05:11:29.614 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:11:29.615 INFO kablam! | Sep 20 05:11:29.615 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.615 INFO kablam! Sep 20 05:11:29.615 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.615 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 20 05:11:29.616 INFO kablam! | Sep 20 05:11:29.616 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 05:11:29.616 INFO kablam! | ^^^^^^^^^ Sep 20 05:11:29.617 INFO kablam! | Sep 20 05:11:29.617 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.617 INFO kablam! Sep 20 05:11:29.617 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.618 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 20 05:11:29.618 INFO kablam! | Sep 20 05:11:29.618 INFO kablam! 20 | } else if n < range.start { Sep 20 05:11:29.618 INFO kablam! | ^^^^^^^^^^^ Sep 20 05:11:29.619 INFO kablam! | Sep 20 05:11:29.619 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.619 INFO kablam! Sep 20 05:11:29.619 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.619 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 20 05:11:29.620 INFO kablam! | Sep 20 05:11:29.620 INFO kablam! 22 | } else if range.end < n { Sep 20 05:11:29.620 INFO kablam! | ^^^^^^^^^ Sep 20 05:11:29.620 INFO kablam! | Sep 20 05:11:29.620 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.621 INFO kablam! Sep 20 05:11:29.621 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.621 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 20 05:11:29.621 INFO kablam! | Sep 20 05:11:29.622 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 20 05:11:29.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.622 INFO kablam! | Sep 20 05:11:29.623 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.623 INFO kablam! Sep 20 05:11:29.623 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.623 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 20 05:11:29.624 INFO kablam! | Sep 20 05:11:29.624 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 20 05:11:29.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.625 INFO kablam! | Sep 20 05:11:29.625 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.625 INFO kablam! Sep 20 05:11:29.625 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.626 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 20 05:11:29.626 INFO kablam! | Sep 20 05:11:29.626 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 20 05:11:29.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.627 INFO kablam! | Sep 20 05:11:29.627 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.627 INFO kablam! Sep 20 05:11:29.627 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.628 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 20 05:11:29.628 INFO kablam! | Sep 20 05:11:29.628 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 20 05:11:29.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.629 INFO kablam! | Sep 20 05:11:29.629 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.629 INFO kablam! Sep 20 05:11:29.629 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.630 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 20 05:11:29.630 INFO kablam! | Sep 20 05:11:29.630 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 20 05:11:29.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.631 INFO kablam! | Sep 20 05:11:29.631 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.631 INFO kablam! Sep 20 05:11:29.631 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.632 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 20 05:11:29.632 INFO kablam! | Sep 20 05:11:29.632 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 20 05:11:29.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.633 INFO kablam! | Sep 20 05:11:29.633 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.633 INFO kablam! Sep 20 05:11:29.633 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.634 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 20 05:11:29.634 INFO kablam! | Sep 20 05:11:29.634 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 20 05:11:29.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.635 INFO kablam! | Sep 20 05:11:29.635 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.635 INFO kablam! Sep 20 05:11:29.635 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.636 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 20 05:11:29.636 INFO kablam! | Sep 20 05:11:29.636 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 20 05:11:29.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.637 INFO kablam! | Sep 20 05:11:29.637 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.637 INFO kablam! Sep 20 05:11:29.637 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.638 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 20 05:11:29.638 INFO kablam! | Sep 20 05:11:29.638 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 05:11:29.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.639 INFO kablam! | Sep 20 05:11:29.639 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.639 INFO kablam! Sep 20 05:11:29.639 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.640 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 20 05:11:29.640 INFO kablam! | Sep 20 05:11:29.640 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 05:11:29.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 05:11:29.641 INFO kablam! | Sep 20 05:11:29.641 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.641 INFO kablam! Sep 20 05:11:29.641 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.642 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 20 05:11:29.642 INFO kablam! | Sep 20 05:11:29.642 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 20 05:11:29.642 INFO kablam! | ^^^^^^^^ Sep 20 05:11:29.643 INFO kablam! | Sep 20 05:11:29.643 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.643 INFO kablam! Sep 20 05:11:29.643 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.644 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 20 05:11:29.644 INFO kablam! | Sep 20 05:11:29.644 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 05:11:29.645 INFO kablam! | ^^^^^^ Sep 20 05:11:29.645 INFO kablam! | Sep 20 05:11:29.645 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.645 INFO kablam! Sep 20 05:11:29.645 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.646 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 20 05:11:29.646 INFO kablam! | Sep 20 05:11:29.646 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 05:11:29.647 INFO kablam! | ^^^^^^^^ Sep 20 05:11:29.647 INFO kablam! | Sep 20 05:11:29.647 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.647 INFO kablam! Sep 20 05:11:29.654 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.654 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 20 05:11:29.654 INFO kablam! | Sep 20 05:11:29.654 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 05:11:29.655 INFO kablam! | ^^^^^ Sep 20 05:11:29.655 INFO kablam! | Sep 20 05:11:29.655 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.655 INFO kablam! Sep 20 05:11:29.662 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.662 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 20 05:11:29.663 INFO kablam! | Sep 20 05:11:29.663 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 05:11:29.663 INFO kablam! | ^^^^^^^ Sep 20 05:11:29.663 INFO kablam! | Sep 20 05:11:29.664 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.664 INFO kablam! Sep 20 05:11:29.664 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.664 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 20 05:11:29.665 INFO kablam! | Sep 20 05:11:29.665 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 05:11:29.665 INFO kablam! | ^^^^^^^ Sep 20 05:11:29.665 INFO kablam! | Sep 20 05:11:29.666 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.666 INFO kablam! Sep 20 05:11:29.666 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.666 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 20 05:11:29.667 INFO kablam! | Sep 20 05:11:29.667 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 05:11:29.667 INFO kablam! | ^^^^^ Sep 20 05:11:29.667 INFO kablam! | Sep 20 05:11:29.668 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.668 INFO kablam! Sep 20 05:11:29.668 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.669 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 20 05:11:29.669 INFO kablam! | Sep 20 05:11:29.669 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 20 05:11:29.670 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 05:11:29.670 INFO kablam! | Sep 20 05:11:29.670 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.670 INFO kablam! Sep 20 05:11:29.671 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.671 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 20 05:11:29.671 INFO kablam! | Sep 20 05:11:29.671 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 20 05:11:29.672 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 05:11:29.672 INFO kablam! | Sep 20 05:11:29.672 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 05:11:29.672 INFO kablam! Sep 20 05:11:29.672 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 05:11:29.673 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 20 05:11:29.673 INFO kablam! | Sep 20 05:11:29.673 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 20 05:11:29.674 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 05:11:29.674 INFO kablam! | Sep 20 05:11:29.674 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 05:11:29.674 INFO kablam! Sep 20 05:11:29.707 INFO kablam! error: aborting due to 26 previous errors Sep 20 05:11:29.707 INFO kablam! Sep 20 05:11:29.708 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 20 05:11:29.733 INFO kablam! error: Could not compile `compacts`. Sep 20 05:11:29.733 INFO kablam! Sep 20 05:11:29.733 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:11:29.738 INFO kablam! su: No module specific data is present Sep 20 05:11:30.961 INFO running `"docker" "rm" "-f" "98808182f9c717317d109d2fee0ee0f5041bc6849c8cd4ccaee6b30c62f36d29"` Sep 20 05:11:31.092 INFO blam! 98808182f9c717317d109d2fee0ee0f5041bc6849c8cd4ccaee6b30c62f36d29