| Summary: | first time sync of rhel6-4 sync from cdn seems to be failing | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | rpm-support | Assignee: | Michael Hrivnak <mhrivnak> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | Master | CC: | mhrivnak |
| Target Milestone: | --- | ||
| Target Release: | 2.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-09 14:30:30 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Preethi Thomas
2013-10-17 15:47:51 UTC
2013-10-17 15:02:20,582 pulp.plugins.pulp_rpm.yum_plugin.updateinfo:ERROR: Error writing updateinfo.xml to path /var/lib/pulp/working/repos/rhel6-4/distributors/yum_distributor/updateinfo.xml: 'ascii' codec can't decode byte 0xc3 in position 1200: ordinal not in range(128)
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/pulp_rpm/yum_plugin/updateinfo.py", line 189, in updateinfo
updateinfo_xml = um.xml(fileobj=f)
File "/usr/lib/python2.7/site-packages/yum/update_md.py", line 594, in xml
fileobj.write(notice.xml())
File "/usr/lib/python2.7/site-packages/pulp_rpm/yum_plugin/updateinfo.py", line 44, in remove_extra_pkglist_closing_tag
orig_xml = YUM_UPDATE_MD_UPDATE_NOTICE_ORIG_XML_METHOD(self)
File "/usr/lib/python2.7/site-packages/yum/update_md.py", line 396, in xml
to_xml(pkg['filename']))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1200: ordinal not in range(128)
build: 2.3.0-0.23.beta verified [root@qe-blade-03 ~]# rpm -qa |grep pulp-server pulp-server-2.3.0-0.23.beta.fc19.noarch [root@qe-blade-03 ~]# No error on syncing 2013-10-20 23:45:43,582 pulp.plugins.pulp_rpm.yum_plugin.updateinfo:INFO: updateinfo.xml generated and written to file /var/lib/pulp/working/repos/rhel64-os/distributors/yum_distributor/updateinfo.xml 2013-10-20 23:48:08,682 pulp.plugins.pulp_rpm.yum_plugin.metadata:INFO: Modifying repo for updateinfo metadata 2013-10-20 23:48:09,021 pulp.plugins.pulp_rpm.yum_plugin.metadata:INFO: modifyrepo with /var/lib/pulp/working/repos/rhel64-os/distributors/yum_distributor/updateinfo.xml on /var/lib/pulp/working/repos/rhel64-os/distributors/yum_distributor/repodata finished [root@qe-blade-03 ~]# Pulp 2.3 released. |