#10005 Unable to tag builds: "Package tss2 not in list for f34-cr-eln"
Closed: Fixed by mohanboddu. Opened by msrb.

"f34-cr-eln" was created today: https://pagure.io/fedora-infrastructure/issue/9643

We would like to tag certain builds from "f34" into "f34-cr-eln", but Koji is giving us following error:

+ /root/jenkins/workspace/eln-tag-sync/eln-tag-sync.py --srctag f34 --desttag f34-cr-eln
Tagging tss2-1.6.0-1.fc34 into f34-cr-eln
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/koji/__init__.py", line 2754, in _callMethod
    return self._sendCall(handler, headers, request)
  File "/usr/lib64/python3.6/site-packages/koji/__init__.py", line 2672, in _sendCall
    return self._sendOneCall(handler, headers, request)
  File "/usr/lib64/python3.6/site-packages/koji/__init__.py", line 2718, in _sendOneCall
    ret = self._read_xmlrpc_response(r)
  File "/usr/lib64/python3.6/site-packages/koji/__init__.py", line 2730, in _read_xmlrpc_response
    result = u.close()
  File "/usr/lib64/python3.6/xmlrpc/client.py", line 656, in close
    raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault 1003: 'Package tss2 not in list for f34-cr-eln'>

Not sure what that means to be honest.

  • When do you need this? (YYYY/MM/DD)

ASAP please

Thanks! :wink:


Ah, right. This could be fixed by making f34-cr-eln inherit from f34 to get the right whitelists.

Ah, right. This could be fixed by making f34-cr-eln inherit from f34 to get the right whitelists.

That is right, I added the koji tag inheritance and you should be able to tag the builds now.

$ koji taginfo f34-cr-eln                                                                    2190ms  Thu 11 Feb 2021 02:40:19 PM UTC
Tag: f34-cr-eln [37249]
Arches: 
Groups: appliance-build, build, livecd-build, livemedia-build, srpm-build
Tag options:
  mock.new_chroot : 0          [f34]
  mock.package_manager : 'dnf' [f34]
Inheritance:
  0    .... f34 [27033]

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

Metadata