We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Especially on the debian rebuilder builds get frequently stuck during tests and the kill-after-timeout doesn't seem to work reliably.
The code that configures the timeout:
rebuilderd/worker/src/rebuild.rs
Lines 186 to 193 in 9b58682
The code that's supposed to kill the process:
rebuilderd/worker/src/proc.rs
Lines 90 to 114 in 9b58682
This needs investigation.
The text was updated successfully, but these errors were encountered:
#111 seems to improve the situation significantly. Shoutout to @stoeckmann who helped me getting this to work.
Sorry, something went wrong.
No branches or pull requests
Especially on the debian rebuilder builds get frequently stuck during tests and the kill-after-timeout doesn't seem to work reliably.
The code that configures the timeout:
rebuilderd/worker/src/rebuild.rs
Lines 186 to 193 in 9b58682
The code that's supposed to kill the process:
rebuilderd/worker/src/proc.rs
Lines 90 to 114 in 9b58682
This needs investigation.
The text was updated successfully, but these errors were encountered: