Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't bisect old releases #122

Closed
matthiaskrgr opened this issue Dec 1, 2020 · 3 comments
Closed

can't bisect old releases #122

matthiaskrgr opened this issue Dec 1, 2020 · 3 comments

Comments

@matthiaskrgr
Copy link
Member

I was trying to bisect a regression that was introduced between 1.44 and 1.45 but cargo-bisect rustc would not let me:

bisecting ci builds
starting at 20fc02f836f3035b86b56a7cedb97c5cd4ed9612, ending at 10c2316a6bf7cf9255f991e06e82ce692e6f84d5
opening existing repository at "rust.git"
refreshing repository
fetching (via local git) commits from 20fc02f836f3035b86b56a7cedb97c5cd4ed9612 to 10c2316a6bf7cf9255f991e06e82ce692e6f84d5
opening existing repository at "rust.git"
refreshing repository
looking up first commit
looking up second commit
checking that commits are by bors and thus have ci artifacts...
finding bors merge commits
found 213 bors merge commits in the specified range
  commit[0] 2020-04-20UTC: Auto merge of #71356 - Dylan-DPC:rollup-liockhk, r=Dylan-DPC
<snip>
  commit[212] 2020-06-02UTC: Auto merge of #72905 - JohnTitor:rollup-phtyo5i, r=JohnTitor
ERROR: no commits between 20fc02f836f3035b86b56a7cedb97c5cd4ed9612 and 10c2316a6bf7cf9255f991e06e82ce692e6f84d5 within last 167 days
@bjorn3
Copy link
Member

bjorn3 commented Dec 1, 2020

CI artifacts are only stored for a limited amount of time due to storage cost.

@LeSeulArtichaut
Copy link

IIRC they are stored 180 days, so a bit more than 3 release cycles.

@Mark-Simulacrum
Copy link
Member

Yes, this is largely expected. Nightlies should be available indefinitely at this point though. (Individual PR artifacts would roughly 8-10x increase storage costs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants