#5 rpmgrill killed by watchdog for large packages (libreoffice)
Opened 7 years ago by kparal. Modified 6 years ago

When running on libreoffice-5.2.0.4-1.fc25, task-rpmgrill was killed after 15 minutes of "inactivity":

[libtaskotron] 10:43:02 WARNING Task execution was interrupted by an error, doing emergency cleanup.
[libtaskotron] 10:43:02 INFO    Shutting down the minion...
[libtaskotron] 10:43:04 CRITICAL Traceback (most recent call last):
  File "/usr/bin/runtask", line 9, in <module>
    load_entry_point('libtaskotron==0.4.15', 'console_scripts', 'runtask')()
  File "/usr/lib/python2.7/site-packages/libtaskotron/main.py", line 163, in main
    overlord.start()
  File "/usr/lib/python2.7/site-packages/libtaskotron/overlord.py", line 92, in start
    runner.execute()
  File "/usr/lib/python2.7/site-packages/libtaskotron/minion.py", line 215, in execute
    self._run()
  File "/usr/lib/python2.7/site-packages/libtaskotron/minion.py", line 127, in _run
    self.exitcode = self.ssh.cmd(' '.join(task_cmd))
  File "/usr/lib/python2.7/site-packages/libtaskotron/remote_exec.py", line 146, in cmd
    (self.username, self.hostname, self.port, self.TIMEOUT, cmd))
TaskotronRemoteTimeoutError: No output received from machine root@192.168.82.31:22 for 900 seconds while running: cd /var/tmp/taskotron/taskdir && runtask --arch x86_64 --item libreoffice-5.2.0.4-1.fc25 --jobid x86_64/251894 --type koji_build --uuid 33c835fa-5a2d-11e6-8aea-525400120b80 --local runtask.yml

https://taskotron.fedoraproject.org/taskmaster/builders/x86_64/builds/251894/steps/runtask/logs/stdio

We need to make it print some progress for such large packages.


Won't this be fixed with the next libtaskotron release? Specifically once the fix from rLTRN355c415d4f98

! In #824#11907, @tflink wrote:
Won't this be fixed with the next libtaskotron release? Specifically once the fix from rLTRN355c415d4f98

No, that's not related. The fix was about exit code detection, this problem is simply that rpmgrill doesn't print anything to stdout/stderr for 15 minutes and is therefore killed by buildbot.

Login to comment on this ticket.

Metadata