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

Avoid panicking on negative durations #697

Merged
merged 2 commits into from
Jun 4, 2023

Conversation

Mark-Simulacrum
Copy link
Member

This currently causes a panic when loading a run's details page after it has finished the initial processing (but not yet completed log uploads, I think?).

@Mark-Simulacrum
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 3, 2023

📌 Commit ea9341f has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jun 3, 2023

⌛ Testing commit ea9341f with merge 3cbbd88...

bors added a commit that referenced this pull request Jun 3, 2023
Avoid panicking on negative durations

This currently causes a panic when loading a run's details page after it has finished the initial processing (but not yet completed log uploads, I think?).
@bors
Copy link
Collaborator

bors commented Jun 3, 2023

💔 Test failed - checks-actions

@Mark-Simulacrum
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 3, 2023

📌 Commit 7379810 has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jun 3, 2023

⌛ Testing commit 7379810 with merge e4849d8...

bors added a commit that referenced this pull request Jun 3, 2023
Avoid panicking on negative durations

This currently causes a panic when loading a run's details page after it has finished the initial processing (but not yet completed log uploads, I think?).
@bors
Copy link
Collaborator

bors commented Jun 3, 2023

💔 Test failed - checks-actions

@Mark-Simulacrum
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 3, 2023

📌 Commit 8b3f059 has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jun 3, 2023

⌛ Testing commit 8b3f059 with merge a4339c4...

bors added a commit that referenced this pull request Jun 3, 2023
Avoid panicking on negative durations

This currently causes a panic when loading a run's details page after it has finished the initial processing (but not yet completed log uploads, I think?).
@bors
Copy link
Collaborator

bors commented Jun 3, 2023

💔 Test failed - checks-actions

@Mark-Simulacrum
Copy link
Member Author

OK -- I think the CI failure here is because of -Zno-index-update, which is incompatible with the sparse index. It used to be that a single index fetch was enough, because it contained all crates, but that's no longer true.

I'm not sure yet if we should just stop passing it or instead configure Cargo to use the git index.

This breaks with the sparse index being on by default. The right fix
might be to configure Cargo to continue using the git index, but it's
not super clear and potentially with the sparse index the fetches will
be fast enough that we don't need to worry that much.
@Mark-Simulacrum
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 4, 2023

📌 Commit 2f13d9f has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jun 4, 2023

⌛ Testing commit 2f13d9f with merge 48c666a...

@bors
Copy link
Collaborator

bors commented Jun 4, 2023

☀️ Test successful - checks-actions
Approved by: Mark-Simulacrum
Pushing 48c666a to master...

@bors bors merged commit 48c666a into rust-lang:master Jun 4, 2023
3 checks passed
@Mark-Simulacrum Mark-Simulacrum deleted the skip-panic branch June 4, 2023 15:43
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

Successfully merging this pull request may close these issues.

None yet

2 participants