#8532 Mount fedora_koji_archive02 on composer.stg.phx2.fedoraproject.org
Closed: Duplicate 4 years ago by smooge. Opened 4 years ago by lsedlar.

Please mount the Koji archive volume on staging compose machine. SInce many builds were archived, there is a symlink to the new location on prod volume. However the symlink appears broken, since its target is not mounted.

This is preventing us from running tests on stage compose machines, since for some packages we fail to find even unsigned copies.


So, what are you composing? Only eol releases should be archived...

I do plan to do a koji prod->stg sync this week hopefully if thats the boottleneck. That should let you compose f30/f31/f32 and none of those should be on archives.

Metadata Update from @kevin:
- Issue priority set to: Waiting on Reporter (was: Needs Review)

4 years ago

I got following error when run pungi-koji, I tried f32/f31/f30/f29 and all reported similar error.
lsedlar found that some builds were archived in unmounted vol.
I think it's fine if syncing could solve the issue.

Traceback (most recent call last):
  File "/usr/bin/pungi-koji", line 478, in <module>
    main()
  File "/usr/bin/pungi-koji", line 260, in main
    run_compose(compose, create_latest_link=create_latest_link, latest_link_status=latest_link_status)
  File "/usr/bin/pungi-koji", line 369, in run_compose
    pkgset_phase.start()
  File "/usr/lib/python3.7/site-packages/pungi/phases/base.py", line 64, in start
    self.run()
  File "/usr/lib/python3.7/site-packages/pungi/phases/pkgset/__init__.py", line 36, in run
    self.package_sets, self.path_prefix = SourceClass(self.compose)()
  File "/usr/lib/python3.7/site-packages/pungi/phases/pkgset/sources/source_koji.py", line 185, in __call__
    package_sets = get_pkgset_from_koji(self.compose, self.koji_wrapper, path_prefix)
  File "/usr/lib/python3.7/site-packages/pungi/phases/pkgset/sources/source_koji.py", line 191, in get_pkgset_from_koji
    return populate_global_pkgset(compose, koji_wrapper, path_prefix, event_info)
  File "/usr/lib/python3.7/site-packages/pungi/phases/pkgset/sources/source_koji.py", line 693, in populate_global_pkgset
    include_packages=modular_packages,
  File "/usr/lib/python3.7/site-packages/pungi/phases/pkgset/pkgsets.py", line 491, in populate
    result = self.read_packages(result_rpms, result_srpms)
  File "/usr/lib/python3.7/site-packages/pungi/phases/pkgset/pkgsets.py", line 167, in read_packages
    self.raise_invalid_sigkeys_exception(self._invalid_sigkey_rpms)
  File "/usr/lib/python3.7/site-packages/pungi/phases/pkgset/pkgsets.py", line 137, in raise_invalid_sigkeys_exception
    raise RuntimeError("\n".join(get_error(k, v) for k, v in rpminfos.items()))
RuntimeError: RPM(s) not found for sigs: ('12C944D0', None). Check log for details. Unsigned packages:
0install-2.12.1-1.fc27
0install-debuginfo-2.12.1-1.fc27
0xFFFF-0.3.9-15.fc26
0xFFFF-debuginfo-0.3.9-15.fc26
389-console-1.1.19-4.fc31
AntTweakBar-1.16-8.fc28
AntTweakBar-debuginfo-1.16-8.fc28
AntTweakBar-debugsource-1.16-8.fc28
AntTweakBar-devel-1.16-8.fc28
BEDTools-2.27.1-1.fc29
BEDTools-debuginfo-2.27.1-1.fc29
BEDTools-debugsource-2.27.1-1.fc29
CBFlib-0.9.5.15-7.fc29
CBFlib-debuginfo-0.9.5.15-7.fc29
CBFlib-debugsource-0.9.5.15-7.fc29
CBFlib-devel-0.9.5.15-7.fc29
COPASI-4.24.197-7.fc31
COPASI-data-4.24.197-7.fc31
COPASI-debuginfo-4.24.197-7.fc31
COPASI-debugsource-4.24.197-7.fc31
COPASI-doc-4.24.197-7.fc31
...

We believe this is actually part of ticket 8334 and will be fixed when that one is completed.

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

4 years ago

Login to comment on this ticket.

Metadata