Sep 20 03:30:30.480 INFO checking compacts-0.9.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 03:30:30.480 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 03:30:30.480 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:30:30.686 INFO blam! 43ae8f41108798728973935b7b4949502019e4c784d1db8a871fb3c8ed2386fe Sep 20 03:30:30.688 INFO running `"docker" "start" "-a" "43ae8f41108798728973935b7b4949502019e4c784d1db8a871fb3c8ed2386fe"` Sep 20 03:30:31.705 INFO kablam! usermod: no changes Sep 20 03:30:31.787 INFO kablam! Checking compacts v0.9.0 (/source) Sep 20 03:30:31.787 INFO kablam! Compiling blob v0.2.0 Sep 20 03:30:32.256 INFO kablam! Compiling zstd-sys v1.4.4+zstd.1.3.5 Sep 20 03:30:32.329 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.329 INFO kablam! --> src/bits/repr/arr.rs:242:13 Sep 20 03:30:32.330 INFO kablam! | Sep 20 03:30:32.330 INFO kablam! 242 | let s = range.start as usize; Sep 20 03:30:32.330 INFO kablam! | ^^^^^^^^^^^ Sep 20 03:30:32.330 INFO kablam! | Sep 20 03:30:32.330 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.330 INFO kablam! Sep 20 03:30:32.330 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.330 INFO kablam! --> src/bits/repr/arr.rs:243:13 Sep 20 03:30:32.330 INFO kablam! | Sep 20 03:30:32.330 INFO kablam! 243 | let e = range.end as usize; Sep 20 03:30:32.330 INFO kablam! | ^^^^^^^^^ Sep 20 03:30:32.330 INFO kablam! | Sep 20 03:30:32.330 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.330 INFO kablam! Sep 20 03:30:32.339 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.339 INFO kablam! --> src/bits/repr/run.rs:18:16 Sep 20 03:30:32.339 INFO kablam! | Sep 20 03:30:32.339 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 03:30:32.339 INFO kablam! | ^^^^^^^^^^^ Sep 20 03:30:32.339 INFO kablam! | Sep 20 03:30:32.339 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.339 INFO kablam! Sep 20 03:30:32.339 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.339 INFO kablam! --> src/bits/repr/run.rs:18:41 Sep 20 03:30:32.339 INFO kablam! | Sep 20 03:30:32.339 INFO kablam! 18 | if range.start <= n && n <= range.end { Sep 20 03:30:32.339 INFO kablam! | ^^^^^^^^^ Sep 20 03:30:32.339 INFO kablam! | Sep 20 03:30:32.339 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.339 INFO kablam! Sep 20 03:30:32.339 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.339 INFO kablam! --> src/bits/repr/run.rs:20:27 Sep 20 03:30:32.339 INFO kablam! | Sep 20 03:30:32.339 INFO kablam! 20 | } else if n < range.start { Sep 20 03:30:32.339 INFO kablam! | ^^^^^^^^^^^ Sep 20 03:30:32.339 INFO kablam! | Sep 20 03:30:32.339 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.339 INFO kablam! Sep 20 03:30:32.339 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.340 INFO kablam! --> src/bits/repr/run.rs:22:23 Sep 20 03:30:32.340 INFO kablam! | Sep 20 03:30:32.340 INFO kablam! 22 | } else if range.end < n { Sep 20 03:30:32.340 INFO kablam! | ^^^^^^^^^ Sep 20 03:30:32.340 INFO kablam! | Sep 20 03:30:32.340 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.340 INFO kablam! Sep 20 03:30:32.341 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.341 INFO kablam! --> src/bits/repr/run.rs:52:22 Sep 20 03:30:32.341 INFO kablam! | Sep 20 03:30:32.341 INFO kablam! 52 | Some(self.ranges[pos - 1].end) Sep 20 03:30:32.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:32.341 INFO kablam! | Sep 20 03:30:32.341 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.341 INFO kablam! Sep 20 03:30:32.341 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.341 INFO kablam! --> src/bits/repr/run.rs:57:22 Sep 20 03:30:32.341 INFO kablam! | Sep 20 03:30:32.341 INFO kablam! 57 | Some(self.ranges[pos].start) Sep 20 03:30:32.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:32.341 INFO kablam! | Sep 20 03:30:32.341 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.341 INFO kablam! Sep 20 03:30:32.342 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.342 INFO kablam! --> src/bits/repr/run.rs:65:33 Sep 20 03:30:32.342 INFO kablam! | Sep 20 03:30:32.342 INFO kablam! 65 | let start = self.ranges[pos - 1].start; Sep 20 03:30:32.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:32.342 INFO kablam! | Sep 20 03:30:32.342 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.342 INFO kablam! Sep 20 03:30:32.342 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.342 INFO kablam! --> src/bits/repr/run.rs:66:31 Sep 20 03:30:32.342 INFO kablam! | Sep 20 03:30:32.342 INFO kablam! 66 | let end = self.ranges[pos].end; Sep 20 03:30:32.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:32.342 INFO kablam! | Sep 20 03:30:32.342 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.342 INFO kablam! Sep 20 03:30:32.344 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.344 INFO kablam! --> src/bits/repr/run.rs:72:33 Sep 20 03:30:32.344 INFO kablam! | Sep 20 03:30:32.344 INFO kablam! 72 | let start = self.ranges[pos - 1].start; Sep 20 03:30:32.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:32.344 INFO kablam! | Sep 20 03:30:32.344 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.344 INFO kablam! Sep 20 03:30:32.345 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.345 INFO kablam! --> src/bits/repr/run.rs:73:31 Sep 20 03:30:32.345 INFO kablam! | Sep 20 03:30:32.345 INFO kablam! 73 | let end = self.ranges[pos - 1].end + 1; Sep 20 03:30:32.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:32.345 INFO kablam! | Sep 20 03:30:32.345 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.345 INFO kablam! Sep 20 03:30:32.345 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.345 INFO kablam! --> src/bits/repr/run.rs:78:33 Sep 20 03:30:32.345 INFO kablam! | Sep 20 03:30:32.345 INFO kablam! 78 | let start = self.ranges[pos].start - 1; Sep 20 03:30:32.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:32.345 INFO kablam! | Sep 20 03:30:32.345 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.345 INFO kablam! Sep 20 03:30:32.345 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.345 INFO kablam! --> src/bits/repr/run.rs:79:31 Sep 20 03:30:32.345 INFO kablam! | Sep 20 03:30:32.345 INFO kablam! 79 | let end = self.ranges[pos].end; Sep 20 03:30:32.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:32.345 INFO kablam! | Sep 20 03:30:32.345 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.345 INFO kablam! Sep 20 03:30:32.345 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.345 INFO kablam! --> src/bits/repr/run.rs:96:20 Sep 20 03:30:32.345 INFO kablam! | Sep 20 03:30:32.345 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 03:30:32.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:32.345 INFO kablam! | Sep 20 03:30:32.345 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.345 INFO kablam! Sep 20 03:30:32.345 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.345 INFO kablam! --> src/bits/repr/run.rs:96:44 Sep 20 03:30:32.345 INFO kablam! | Sep 20 03:30:32.345 INFO kablam! 96 | match (self.ranges[pos].start, self.ranges[pos].end) { Sep 20 03:30:32.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 03:30:32.345 INFO kablam! | Sep 20 03:30:32.345 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.345 INFO kablam! Sep 20 03:30:32.347 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.347 INFO kablam! --> src/bits/repr/run.rs:135:41 Sep 20 03:30:32.347 INFO kablam! | Sep 20 03:30:32.347 INFO kablam! 135 | w.write_u16::(rg.start)?; Sep 20 03:30:32.347 INFO kablam! | ^^^^^^^^ Sep 20 03:30:32.347 INFO kablam! | Sep 20 03:30:32.347 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.347 INFO kablam! Sep 20 03:30:32.347 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.347 INFO kablam! --> src/bits/repr/run.rs:136:41 Sep 20 03:30:32.347 INFO kablam! | Sep 20 03:30:32.347 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 03:30:32.347 INFO kablam! | ^^^^^^ Sep 20 03:30:32.347 INFO kablam! | Sep 20 03:30:32.347 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.347 INFO kablam! Sep 20 03:30:32.348 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.348 INFO kablam! --> src/bits/repr/run.rs:136:50 Sep 20 03:30:32.348 INFO kablam! | Sep 20 03:30:32.348 INFO kablam! 136 | w.write_u16::(rg.end - rg.start)?; Sep 20 03:30:32.348 INFO kablam! | ^^^^^^^^ Sep 20 03:30:32.348 INFO kablam! | Sep 20 03:30:32.348 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.348 INFO kablam! Sep 20 03:30:32.355 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.356 INFO kablam! --> src/bits/repr/run.rs:184:31 Sep 20 03:30:32.356 INFO kablam! | Sep 20 03:30:32.356 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 03:30:32.356 INFO kablam! | ^^^^^ Sep 20 03:30:32.356 INFO kablam! | Sep 20 03:30:32.356 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.356 INFO kablam! Sep 20 03:30:32.356 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.356 INFO kablam! --> src/bits/repr/run.rs:184:39 Sep 20 03:30:32.356 INFO kablam! | Sep 20 03:30:32.356 INFO kablam! 184 | let w = u32::from(r.end - r.start) + 1; Sep 20 03:30:32.356 INFO kablam! | ^^^^^^^ Sep 20 03:30:32.356 INFO kablam! | Sep 20 03:30:32.356 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.356 INFO kablam! Sep 20 03:30:32.356 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.356 INFO kablam! --> src/bits/repr/run.rs:186:31 Sep 20 03:30:32.356 INFO kablam! | Sep 20 03:30:32.356 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 03:30:32.356 INFO kablam! | ^^^^^^^ Sep 20 03:30:32.356 INFO kablam! | Sep 20 03:30:32.356 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.356 INFO kablam! Sep 20 03:30:32.356 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.356 INFO kablam! --> src/bits/repr/run.rs:186:41 Sep 20 03:30:32.356 INFO kablam! | Sep 20 03:30:32.356 INFO kablam! 186 | rle16.ranges.push(r.start..=r.end); Sep 20 03:30:32.356 INFO kablam! | ^^^^^ Sep 20 03:30:32.356 INFO kablam! | Sep 20 03:30:32.356 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.356 INFO kablam! Sep 20 03:30:32.359 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.359 INFO kablam! --> src/bits/repr/run.rs:225:21 Sep 20 03:30:32.359 INFO kablam! | Sep 20 03:30:32.359 INFO kablam! 225 | assert!(ranges[i].end <= start); // no overlap Sep 20 03:30:32.359 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:30:32.359 INFO kablam! | Sep 20 03:30:32.359 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.359 INFO kablam! Sep 20 03:30:32.360 INFO kablam! error[E0616]: field `end` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.360 INFO kablam! --> src/bits/repr/run.rs:227:26 Sep 20 03:30:32.360 INFO kablam! | Sep 20 03:30:32.360 INFO kablam! 227 | if start == (ranges[i].end + 1) { Sep 20 03:30:32.360 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:30:32.360 INFO kablam! | Sep 20 03:30:32.360 INFO kablam! = note: a method `end` also exists, perhaps you wish to call it Sep 20 03:30:32.360 INFO kablam! Sep 20 03:30:32.360 INFO kablam! error[E0616]: field `start` of struct `std::ops::RangeInclusive` is private Sep 20 03:30:32.360 INFO kablam! --> src/bits/repr/run.rs:229:29 Sep 20 03:30:32.360 INFO kablam! | Sep 20 03:30:32.360 INFO kablam! 229 | ranges[i] = ranges[i].start..=end; Sep 20 03:30:32.360 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 03:30:32.360 INFO kablam! | Sep 20 03:30:32.360 INFO kablam! = note: a method `start` also exists, perhaps you wish to call it Sep 20 03:30:32.360 INFO kablam! Sep 20 03:30:32.378 INFO kablam! error: aborting due to 26 previous errors Sep 20 03:30:32.378 INFO kablam! Sep 20 03:30:32.378 INFO kablam! For more information about this error, try `rustc --explain E0616`. Sep 20 03:30:32.385 INFO kablam! error: Could not compile `compacts`. Sep 20 03:30:32.385 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:30:33.133 INFO kablam! error: build failed Sep 20 03:30:33.134 INFO kablam! su: No module specific data is present Sep 20 03:30:33.649 INFO running `"docker" "rm" "-f" "43ae8f41108798728973935b7b4949502019e4c784d1db8a871fb3c8ed2386fe"` Sep 20 03:30:33.771 INFO blam! 43ae8f41108798728973935b7b4949502019e4c784d1db8a871fb3c8ed2386fe