#456 Traceback when optional image arch fails
Closed: Duplicate 6 years ago Opened 6 years ago by mikem.

Here is a failed task in Fedora: https://koji.fedoraproject.org/koji/taskinfo?taskID=20011001

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/koji/daemon.py", line 1160, in runTask
    response = (handler.run(),)
  File "/usr/lib/python2.7/site-packages/koji/tasks.py", line 158, in run
    return koji.util.call_with_argcheck(self.handler, self.params, self.opts)
  File "/usr/lib/python2.7/site-packages/koji/util.py", line 156, in call_with_argcheck
    return func(*args, **kwargs)
  File "/usr/sbin/kojid", line 2232, in handler
    if ks in results[arch]['files']:
KeyError: 'files'

Two arches had failed, both were in the optional list, so this task should have finished, but it hit this.


Ah, appears duplicate of #429 which should have been fixed by commit PR #431

The line numbers in the two tracebacks are the same, suggesting Fedora has not applied this fix. Or perhaps this one builder needs an update

Metadata Update from @mikem:
- Issue close_status updated to: Duplicate
- Issue status updated to: Closed (was: Open)

6 years ago

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.13

6 years ago

Login to comment on this ticket.

Metadata