crater icon indicating copy to clipboard operation
crater copied to clipboard

Crater seems to sometimes test outdated crates

Open RalfJung opened this issue 1 year ago • 4 comments

The crater run at https://crater-reports.s3.amazonaws.com/beta-1.78-1/index.html tested version 2.0.1 of the stabby-abi crate. However, at the time of that crater run (which unfortunately not visible in the report, you have to find the PR to see it started on March 26), version 4 of that crate had already been released (release of 4.0.0: March 4). Why did crater test an outdated version of the crate?

This unfortunately led to us missing a regression, since stabby 2 failed to build with the stable baseline for that beta regression run, making crater unable to detect further regressions. See here for context.

Cc @rust-lang/infra -- not sure who is maintaining crater?

RalfJung avatar May 08 '24 08:05 RalfJung

In fact the latest beta run at https://crater-reports.s3.amazonaws.com/beta-1.79-1/full.html still tests stabby-abi 2.0.1. Something seems very wrong here.

RalfJung avatar May 08 '24 08:05 RalfJung

@Mark-Simulacrum has manually done something that should fix this for now -- but I don't know if the underlying issue is something that can repeat.

RalfJung avatar Jun 04 '24 05:06 RalfJung

My fix is likely just a resync, underlying issue is definitely not fixed.

Mark-Simulacrum avatar Jun 04 '24 11:06 Mark-Simulacrum

This seems to be happening again.

RalfJung avatar Aug 05 '24 16:08 RalfJung