#2113 Failing action 831715 - TypeError: int() argument must be a string
Closed: Fixed 2 years ago by praiskup. Opened 2 years ago by msuchy.

It seems that action 831715 is failing again and again. We are processing this action every few seconds:

==> /var/log/copr-backend/actions.log <==
[2022-03-11 20:29:54,030][  INFO][PID:1068548][/usr/bin/copr-backend-process-action.managed.pid-1068548][copr-backend-process-action:handle_action:24] Handling action 831715
[2022-03-11 20:29:54,060][  INFO][PID:1068548][/usr/bin/copr-backend-process-action.managed.pid-1068548][copr-backend-process-action:handle_action:34] Executing: <Fork(Action): {'action_type': 7, 'created_on': 1646095707, 'data': '{"user": "phantomic12", "copr": "discord-canary-test", "builds_map": {"srpm-builds": {}}}', 'ended_on': None, 'id': 831715, 'message': None, 'new_value': 'phantomic12/discord-canary-test', 'object_id': None, 'object_type': 'copr', 'old_value': 'binaryoverload/discord-canary', 'priority': 0, 'result': 0}>
[2022-03-11 20:29:54,060][  INFO][PID:1068548][/usr/bin/copr-backend-process-action.managed.pid-1068548][actions.py:run:159] Action fork copr
[2022-03-11 20:29:54,060][  INFO][PID:1068548][/usr/bin/copr-backend-process-action.managed.pid-1068548][actions.py:run:166] Source copr directory doesn't exist: /var/lib/copr/public_html/results/binaryoverload/discord-canary
[2022-03-11 20:29:54,061][ ERROR][PID:1068548][/usr/bin/copr-backend-process-action.managed.pid-1068548][background_worker.py:_daemonized_part:173] unexpected failure int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/copr_backend/background_worker.py", line 171, in _daemonized_part
    self.handle_task()
  File "/usr/bin/copr-backend-process-action", line 47, in handle_task
    ActionResult(int(result)))
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'

Metadata Update from @msuchy:
- Issue priority set to: High
- Issue tagged with: bug, release-blocker

2 years ago

Metadata Update from @msuchy:
- Issue assigned to msuchy

2 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #2114 Merged 2 years ago