#119 Identify why hub plugin is failing in stg
Closed: Fixed 3 years ago by scoady. Opened 3 years ago by amoloney.

Identify why regex is failing in stg, here's some context from the Koji logs where it fails:

06 16:58:48,088 [WARNING] m=host.tagBuild u=buildvm-x86-04.stg.iad2.fedoraproject.org p=729239 r=10.3.166.
74:45766 koji.xmlrpc: Traceback (most recent call last):
[Tue Apr 06 16:58:48.088794 2021] [wsgi:error] [pid 729239:tid 729302] [client 10.3.166.74:45766] File "/usr/lib/python3.9/site-packages/koji/plugin.py", line 205, in run_callbacks
[Tue Apr 06 16:58:48.088825 2021] [wsgi:error] [pid 729239:tid 729302] [client 10.3.166.74:45766] func(cbtype, *cb_args, **cb_kwargs)
[Tue Apr 06 16:58:48.088832 2021] [wsgi:error] [pid 729239:tid 729302] [client 10.3.166.74:45766] File "
/usr/lib/koji-hub-plugins/rpmautospec_hub.py", line 46, in autotag_cb
[Tue Apr 06 16:58:48.088837 2021] [wsgi:error] [pid 729239:tid 729302] [client 10.3.166.74:45766] repo
= match.group("repo")
[Tue Apr 06 16:58:48.088843 2021] [wsgi:error] [pid 729239:tid 729302] [client 10.3.166.74:45766] Attribut
eError: 'NoneType' object has no attribute 'group'
[Tue Apr 06 16:58:48.088848 2021] [wsgi:error] [pid 729239:tid 729302] [client 10.3.166.74:45766]
[Tue Apr 06 16:58:48.088852 2021] [wsgi:error] [pid 729239:tid 729302] [client 10.3.166.74:45766] During h
andling of the above exception, another exception occurred:
...

Metadata Update from @nphilipp:
- Issue untagged with: In Progress
- Issue tagged with: Needs Review

3 years ago

Metadata Update from @amoloney:
- Issue untagged with: Needs Review
- Issue tagged with: Ready for Review

3 years ago

NB: rpmautospec 0.1.5 still needs to be deployed in stg infra. We've rolled the release, built and submitted updates earlier today, but according to nirik it isn't installed on the affected Koji hosts.

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #120 Merged 3 years ago