Sep 18 02:20:31.031 INFO checking compacts-0.9.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 02:20:31.031 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 02:20:31.031 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 02:20:31.375 INFO blam! 3676b9e1207e99d588e4893df58ae28a31e13ad41faa9585007bd0b5f3c06525 Sep 18 02:20:31.377 INFO running `"docker" "start" "-a" "3676b9e1207e99d588e4893df58ae28a31e13ad41faa9585007bd0b5f3c06525"` Sep 18 02:20:32.629 INFO kablam! usermod: no changes Sep 18 02:20:32.747 INFO kablam! Checking compacts v0.9.0 (/source) Sep 18 02:20:32.747 INFO kablam! Checking zstd-sys v1.4.4+zstd.1.3.5 Sep 18 02:20:33.227 INFO kablam! Checking zstd-safe v1.4.4+zstd.1.3.5 Sep 18 02:20:33.547 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.547 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 18 02:20:33.547 INFO kablam! | Sep 18 02:20:33.547 INFO kablam! 242 | let s = range.start as usize; Sep 18 02:20:33.547 INFO kablam! | ^^^^^^^^^^^ Sep 18 02:20:33.547 INFO kablam! | Sep 18 02:20:33.547 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.547 INFO kablam! Sep 18 02:20:33.547 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.547 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 18 02:20:33.547 INFO kablam! | Sep 18 02:20:33.547 INFO kablam! 243 | let e = range.end as usize; Sep 18 02:20:33.547 INFO kablam! | ^^^^^^^^^ Sep 18 02:20:33.547 INFO kablam! | Sep 18 02:20:33.548 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.548 INFO kablam! Sep 18 02:20:33.563 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.563 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 18 02:20:33.563 INFO kablam! | Sep 18 02:20:33.563 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 18 02:20:33.563 INFO kablam! | ^^^^^^^^^^^ Sep 18 02:20:33.563 INFO kablam! | Sep 18 02:20:33.563 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.563 INFO kablam! Sep 18 02:20:33.563 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.563 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 18 02:20:33.563 INFO kablam! | Sep 18 02:20:33.563 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 18 02:20:33.563 INFO kablam! | ^^^^^^^^^ Sep 18 02:20:33.563 INFO kablam! | Sep 18 02:20:33.563 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.563 INFO kablam! Sep 18 02:20:33.563 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.563 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 18 02:20:33.563 INFO kablam! | Sep 18 02:20:33.563 INFO kablam! 20 | } else if n < range.start { Sep 18 02:20:33.563 INFO kablam! | ^^^^^^^^^^^ Sep 18 02:20:33.563 INFO kablam! | Sep 18 02:20:33.563 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.563 INFO kablam! Sep 18 02:20:33.563 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.563 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 18 02:20:33.563 INFO kablam! | Sep 18 02:20:33.563 INFO kablam! 22 | } else if range.end < n { Sep 18 02:20:33.563 INFO kablam! | ^^^^^^^^^ Sep 18 02:20:33.563 INFO kablam! | Sep 18 02:20:33.563 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.563 INFO kablam! Sep 18 02:20:33.571 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.571 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 18 02:20:33.571 INFO kablam! | Sep 18 02:20:33.571 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 18 02:20:33.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:20:33.571 INFO kablam! | Sep 18 02:20:33.571 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.571 INFO kablam! Sep 18 02:20:33.571 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.571 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 18 02:20:33.571 INFO kablam! | Sep 18 02:20:33.571 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 18 02:20:33.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:20:33.571 INFO kablam! | Sep 18 02:20:33.571 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.571 INFO kablam! Sep 18 02:20:33.571 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.571 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 18 02:20:33.571 INFO kablam! | Sep 18 02:20:33.571 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 18 02:20:33.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:20:33.571 INFO kablam! | Sep 18 02:20:33.571 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.571 INFO kablam! Sep 18 02:20:33.571 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.571 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 18 02:20:33.571 INFO kablam! | Sep 18 02:20:33.571 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 18 02:20:33.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 18 02:20:33.571 INFO kablam! | Sep 18 02:20:33.571 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.571 INFO kablam! Sep 18 02:20:33.571 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.571 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 18 02:20:33.571 INFO kablam! | Sep 18 02:20:33.571 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 18 02:20:33.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:20:33.571 INFO kablam! | Sep 18 02:20:33.571 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.571 INFO kablam! Sep 18 02:20:33.571 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.571 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 18 02:20:33.571 INFO kablam! | Sep 18 02:20:33.571 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 18 02:20:33.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:20:33.572 INFO kablam! | Sep 18 02:20:33.572 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.572 INFO kablam! Sep 18 02:20:33.572 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.572 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 18 02:20:33.572 INFO kablam! | Sep 18 02:20:33.572 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 18 02:20:33.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:20:33.572 INFO kablam! | Sep 18 02:20:33.572 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.572 INFO kablam! Sep 18 02:20:33.572 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.572 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 18 02:20:33.572 INFO kablam! | Sep 18 02:20:33.572 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 18 02:20:33.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 18 02:20:33.572 INFO kablam! | Sep 18 02:20:33.572 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.572 INFO kablam! Sep 18 02:20:33.572 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.572 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 18 02:20:33.572 INFO kablam! | Sep 18 02:20:33.572 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 18 02:20:33.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:20:33.572 INFO kablam! | Sep 18 02:20:33.572 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.572 INFO kablam! Sep 18 02:20:33.572 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.572 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 18 02:20:33.572 INFO kablam! | Sep 18 02:20:33.572 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 18 02:20:33.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 18 02:20:33.572 INFO kablam! | Sep 18 02:20:33.572 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.572 INFO kablam! Sep 18 02:20:33.579 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.579 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 18 02:20:33.579 INFO kablam! | Sep 18 02:20:33.579 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 18 02:20:33.579 INFO kablam! | ^^^^^^^^ Sep 18 02:20:33.579 INFO kablam! | Sep 18 02:20:33.579 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.579 INFO kablam! Sep 18 02:20:33.579 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.579 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 18 02:20:33.579 INFO kablam! | Sep 18 02:20:33.579 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 18 02:20:33.579 INFO kablam! | ^^^^^^ Sep 18 02:20:33.579 INFO kablam! | Sep 18 02:20:33.579 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.579 INFO kablam! Sep 18 02:20:33.579 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.579 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 18 02:20:33.579 INFO kablam! | Sep 18 02:20:33.579 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 18 02:20:33.579 INFO kablam! | ^^^^^^^^ Sep 18 02:20:33.579 INFO kablam! | Sep 18 02:20:33.579 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.579 INFO kablam! Sep 18 02:20:33.602 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.603 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 18 02:20:33.603 INFO kablam! | Sep 18 02:20:33.603 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 18 02:20:33.603 INFO kablam! | ^^^^^ Sep 18 02:20:33.603 INFO kablam! | Sep 18 02:20:33.603 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.603 INFO kablam! Sep 18 02:20:33.603 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.603 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 18 02:20:33.603 INFO kablam! | Sep 18 02:20:33.603 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 18 02:20:33.603 INFO kablam! | ^^^^^^^ Sep 18 02:20:33.603 INFO kablam! | Sep 18 02:20:33.603 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.603 INFO kablam! Sep 18 02:20:33.603 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.603 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 18 02:20:33.603 INFO kablam! | Sep 18 02:20:33.603 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 18 02:20:33.603 INFO kablam! | ^^^^^^^ Sep 18 02:20:33.603 INFO kablam! | Sep 18 02:20:33.603 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.603 INFO kablam! Sep 18 02:20:33.603 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.603 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 18 02:20:33.603 INFO kablam! | Sep 18 02:20:33.603 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 18 02:20:33.603 INFO kablam! | ^^^^^ Sep 18 02:20:33.603 INFO kablam! | Sep 18 02:20:33.603 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.603 INFO kablam! Sep 18 02:20:33.607 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.607 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 18 02:20:33.607 INFO kablam! | Sep 18 02:20:33.607 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 18 02:20:33.607 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 02:20:33.607 INFO kablam! | Sep 18 02:20:33.607 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.607 INFO kablam! Sep 18 02:20:33.607 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.607 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 18 02:20:33.607 INFO kablam! | Sep 18 02:20:33.607 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 18 02:20:33.607 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 02:20:33.607 INFO kablam! | Sep 18 02:20:33.607 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 18 02:20:33.607 INFO kablam! Sep 18 02:20:33.607 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 18 02:20:33.607 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 18 02:20:33.607 INFO kablam! | Sep 18 02:20:33.607 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 18 02:20:33.607 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 18 02:20:33.607 INFO kablam! | Sep 18 02:20:33.607 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 18 02:20:33.607 INFO kablam! Sep 18 02:20:33.626 INFO kablam! error: aborting due to 26 previous errors Sep 18 02:20:33.626 INFO kablam! Sep 18 02:20:33.626 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 18 02:20:33.631 INFO kablam! error: Could not compile `compacts`. Sep 18 02:20:33.631 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:20:33.711 INFO kablam! error: build failed Sep 18 02:20:33.711 INFO kablam! su: No module specific data is present Sep 18 02:20:34.454 INFO running `"docker" "rm" "-f" "3676b9e1207e99d588e4893df58ae28a31e13ad41faa9585007bd0b5f3c06525"` Sep 18 02:20:34.750 INFO blam! 3676b9e1207e99d588e4893df58ae28a31e13ad41faa9585007bd0b5f3c06525