Sep 10 21:00:11.992 INFO checking compacts-0.9.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 21:00:11.992 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 21:00:11.993 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 21:00:12.209 INFO blam! 5857f181a23fd531803a47934cc718590287b6f241c8a77f80bce6a64e35f262 Sep 10 21:00:12.213 INFO running `"docker" "start" "-a" "5857f181a23fd531803a47934cc718590287b6f241c8a77f80bce6a64e35f262"` Sep 10 21:00:13.487 INFO kablam! usermod: no changes Sep 10 21:00:13.610 INFO kablam! Checking compacts v0.9.0 (file:///source) Sep 10 21:00:13.610 INFO kablam! Compiling zstd-sys v1.4.4+zstd.1.3.5 Sep 10 21:00:14.806 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.806 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 10 21:00:14.806 INFO kablam! | Sep 10 21:00:14.806 INFO kablam! 242 | let s = range.start as usize; Sep 10 21:00:14.806 INFO kablam! | ^^^^^^^^^^^ Sep 10 21:00:14.806 INFO kablam! | Sep 10 21:00:14.806 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.806 INFO kablam! Sep 10 21:00:14.806 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.806 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 10 21:00:14.806 INFO kablam! | Sep 10 21:00:14.806 INFO kablam! 243 | let e = range.end as usize; Sep 10 21:00:14.806 INFO kablam! | ^^^^^^^^^ Sep 10 21:00:14.806 INFO kablam! | Sep 10 21:00:14.806 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.806 INFO kablam! Sep 10 21:00:14.819 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.819 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 10 21:00:14.819 INFO kablam! | Sep 10 21:00:14.819 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 10 21:00:14.819 INFO kablam! | ^^^^^^^^^^^ Sep 10 21:00:14.819 INFO kablam! | Sep 10 21:00:14.819 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.819 INFO kablam! Sep 10 21:00:14.819 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.819 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 10 21:00:14.819 INFO kablam! | Sep 10 21:00:14.819 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 10 21:00:14.819 INFO kablam! | ^^^^^^^^^ Sep 10 21:00:14.819 INFO kablam! | Sep 10 21:00:14.819 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.819 INFO kablam! Sep 10 21:00:14.819 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.819 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 10 21:00:14.819 INFO kablam! | Sep 10 21:00:14.819 INFO kablam! 20 | } else if n < range.start { Sep 10 21:00:14.819 INFO kablam! | ^^^^^^^^^^^ Sep 10 21:00:14.819 INFO kablam! | Sep 10 21:00:14.819 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.819 INFO kablam! Sep 10 21:00:14.819 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.819 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 10 21:00:14.819 INFO kablam! | Sep 10 21:00:14.819 INFO kablam! 22 | } else if range.end < n { Sep 10 21:00:14.819 INFO kablam! | ^^^^^^^^^ Sep 10 21:00:14.819 INFO kablam! | Sep 10 21:00:14.820 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.820 INFO kablam! Sep 10 21:00:14.821 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.821 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 10 21:00:14.821 INFO kablam! | Sep 10 21:00:14.821 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 10 21:00:14.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:00:14.821 INFO kablam! | Sep 10 21:00:14.821 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.821 INFO kablam! Sep 10 21:00:14.827 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.827 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 10 21:00:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.827 INFO kablam! Sep 10 21:00:14.827 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.827 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 10 21:00:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.827 INFO kablam! Sep 10 21:00:14.827 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.827 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 10 21:00:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.827 INFO kablam! Sep 10 21:00:14.827 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.827 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 10 21:00:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.827 INFO kablam! Sep 10 21:00:14.827 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.827 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 10 21:00:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.827 INFO kablam! Sep 10 21:00:14.827 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.827 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 10 21:00:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.827 INFO kablam! Sep 10 21:00:14.827 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.827 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 10 21:00:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.827 INFO kablam! Sep 10 21:00:14.827 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.827 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 10 21:00:14.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:00:14.827 INFO kablam! | Sep 10 21:00:14.827 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.828 INFO kablam! Sep 10 21:00:14.828 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.828 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 10 21:00:14.828 INFO kablam! | Sep 10 21:00:14.828 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 10 21:00:14.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 21:00:14.828 INFO kablam! | Sep 10 21:00:14.828 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.828 INFO kablam! Sep 10 21:00:14.834 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.834 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 10 21:00:14.834 INFO kablam! | Sep 10 21:00:14.834 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 10 21:00:14.834 INFO kablam! | ^^^^^^^^ Sep 10 21:00:14.834 INFO kablam! | Sep 10 21:00:14.834 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.834 INFO kablam! Sep 10 21:00:14.834 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.834 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 10 21:00:14.834 INFO kablam! | Sep 10 21:00:14.834 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 10 21:00:14.834 INFO kablam! | ^^^^^^ Sep 10 21:00:14.834 INFO kablam! | Sep 10 21:00:14.834 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.834 INFO kablam! Sep 10 21:00:14.834 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.834 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 10 21:00:14.834 INFO kablam! | Sep 10 21:00:14.834 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 10 21:00:14.834 INFO kablam! | ^^^^^^^^ Sep 10 21:00:14.834 INFO kablam! | Sep 10 21:00:14.834 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.834 INFO kablam! Sep 10 21:00:14.841 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.841 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 10 21:00:14.841 INFO kablam! | Sep 10 21:00:14.841 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 10 21:00:14.841 INFO kablam! | ^^^^^ Sep 10 21:00:14.841 INFO kablam! | Sep 10 21:00:14.841 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.841 INFO kablam! Sep 10 21:00:14.841 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.841 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 10 21:00:14.841 INFO kablam! | Sep 10 21:00:14.841 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 10 21:00:14.841 INFO kablam! | ^^^^^^^ Sep 10 21:00:14.841 INFO kablam! | Sep 10 21:00:14.841 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.841 INFO kablam! Sep 10 21:00:14.844 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.844 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 10 21:00:14.844 INFO kablam! | Sep 10 21:00:14.844 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 10 21:00:14.844 INFO kablam! | ^^^^^^^ Sep 10 21:00:14.844 INFO kablam! | Sep 10 21:00:14.844 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.844 INFO kablam! Sep 10 21:00:14.844 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.844 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 10 21:00:14.844 INFO kablam! | Sep 10 21:00:14.844 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 10 21:00:14.844 INFO kablam! | ^^^^^ Sep 10 21:00:14.844 INFO kablam! | Sep 10 21:00:14.844 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.844 INFO kablam! Sep 10 21:00:14.850 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.850 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 10 21:00:14.850 INFO kablam! | Sep 10 21:00:14.850 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 10 21:00:14.850 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 21:00:14.850 INFO kablam! | Sep 10 21:00:14.850 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.850 INFO kablam! Sep 10 21:00:14.850 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.850 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 10 21:00:14.850 INFO kablam! | Sep 10 21:00:14.850 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 10 21:00:14.850 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 21:00:14.850 INFO kablam! | Sep 10 21:00:14.850 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 10 21:00:14.850 INFO kablam! Sep 10 21:00:14.850 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 10 21:00:14.850 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 10 21:00:14.850 INFO kablam! | Sep 10 21:00:14.850 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 10 21:00:14.850 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 10 21:00:14.850 INFO kablam! | Sep 10 21:00:14.850 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 10 21:00:14.850 INFO kablam! Sep 10 21:00:14.872 INFO kablam! error: aborting due to 26 previous errors Sep 10 21:00:14.872 INFO kablam! Sep 10 21:00:14.872 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 10 21:00:14.880 INFO kablam! error: Could not compile `compacts`. Sep 10 21:00:14.880 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 21:00:15.153 INFO kablam! error: build failed Sep 10 21:00:15.158 INFO kablam! su: No module specific data is present Sep 10 21:00:16.193 INFO running `"docker" "rm" "-f" "5857f181a23fd531803a47934cc718590287b6f241c8a77f80bce6a64e35f262"` Sep 10 21:00:16.328 INFO blam! 5857f181a23fd531803a47934cc718590287b6f241c8a77f80bce6a64e35f262