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

Truncated logs, non-working "Resume Build", and absence of a message posted to the PR with a link to the job #2416

Closed
gabrielschulhof opened this issue Aug 19, 2020 · 3 comments

Comments

@gabrielschulhof
Copy link

Seen with https://ci.nodejs.org/job/node-test-pull-request/32854/:

  • logs are truncated, so I cannot see what caused the build to fail
  • Resume Build doesn't seem to be doing anything
  • The CI does not comment with a link to the job on the PR
@richardlau
Copy link
Member

* The CI does not comment with a link to the job on the PR

This one is #2413.

@richardlau
Copy link
Member

@nodejs/build-infra According to https://ci.nodejs.org/log/all it looks like we're out of disk space again.
e.g.

Aug 19, 2020 2:33:53 PM WARNING jenkins.model.PeepholePermalink updateCache

failed to update /var/lib/jenkins/jobs/node-test-pull-request/builds/permalinks
java.io.IOException: No space left on device
...
Aug 19, 2020 2:33:53 PM SEVERE hudson.model.Run execute

Failed to save build record
java.io.IOException: No space left on device

@joaocgreis
Copy link
Member

This should be fixed now. The https://ci.nodejs.org/view/All/job/node-compile-windows/ saves very large artifacts, so the default rotation period of 21 days enforced by the backup server is too large for it. I've changed the job settings in Jenkins to only 10 days, specifically for this job. After running one job the free space in the CI server has gone up to 37%.

image

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

No branches or pull requests

3 participants