#3923 Critpath.log missing in mash logs
Closed: Fixed None Opened 13 years ago by kalev.

http://kojipkgs.fedoraproject.org/mash/rawhide-20100802/logs/critpath.log contains the following trace:

{{{
Using URL file:///mnt/koji/mash/rawhide-20100802/development/rawhide/$basearch/os/
Expanding critical path for i386
expanding @core
Traceback (most recent call last):
File "./scripts/critpath.py", line 153, in <module>
pkgs = expand_critpath(my, critpath_groups)
File "./scripts/critpath.py", line 67, in expand_critpath
group = my.comps.return_group(name[1:])
File "/usr/lib/python2.6/site-packages/yum/init.py", line 797, in <lambda>
comps = property(fget=lambda self: self._getGroups(),
File "/usr/lib/python2.6/site-packages/yum/init.py", line 689, in _getGroups
if not repo.ready():
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 339, in ready
return self.repoXML is not None
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1417, in <lambda>
repoXML = property(fget=lambda self: self._getRepoXML(),
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1413, in _getRepoXML
raise Errors.RepoError, msg
yum.Errors.RepoError: Cannot retrieve repository metadata (repomd.xml) for repository: critpath-repo-i386. Please verify its path and try again
}}}


Almost. Works for i386, but at the end of the log file there's the same trace about ppc:

{{{
Expanding critical path for ppc
expanding @core
Traceback (most recent call last):
File "./scripts/critpath.py", line 153, in <module>
pkgs = expand_critpath(my, critpath_groups)
File "./scripts/critpath.py", line 67, in expand_critpath
group = my.comps.return_group(name[1:])
File "/usr/lib/python2.6/site-packages/yum/init.py", line 797, in <lambda>
comps = property(fget=lambda self: self._getGroups(),
File "/usr/lib/python2.6/site-packages/yum/init.py", line 689, in _getGroups
if not repo.ready():
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 339, in ready
return self.repoXML is not None
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1417, in <lambda>
repoXML = property(fget=lambda self: self._getRepoXML(),
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1413, in _getRepoXML
raise Errors.RepoError, msg
yum.Errors.RepoError: Cannot retrieve repository metadata (repomd.xml) for repository: critpath-repo-ppc. Please verify its path and try again
}}}

http://kojipkgs.fedoraproject.org/mash/rawhide-20100804/logs/critpath.log

Today there's same trace for x86_64:

{{{
Expanding critical path for x86_64
expanding @core
Traceback (most recent call last):
File "./scripts/critpath.py", line 153, in <module>
pkgs = expand_critpath(my, critpath_groups)
File "./scripts/critpath.py", line 67, in expand_critpath
group = my.comps.return_group(name[1:])
File "/usr/lib/python2.6/site-packages/yum/init.py", line 797, in <lambda>
comps = property(fget=lambda self: self._getGroups(),
File "/usr/lib/python2.6/site-packages/yum/init.py", line 689, in _getGroups
if not repo.ready():
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 339, in ready
return self.repoXML is not None
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1417, in <lambda>
repoXML = property(fget=lambda self: self._getRepoXML(),
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1413, in _getRepoXML
raise Errors.RepoError, msg
yum.Errors.RepoError: Cannot retrieve repository metadata (repomd.xml) for repository: critpath-repo-x86_64. Please verify its path and try again
}}}

http://kojipkgs.fedoraproject.org/mash/rawhide-20100805/logs/critpath.log

Appears to be fixed in rawhide-20100806 and rawhide-20100807 composes; thanks notting!

Login to comment on this ticket.

Metadata