Bug 1995233
| Summary: | Sync the repo (url ftp.redhat.com/redhat/convert2rhel/7/os) to test convert2rhel fails withfailed validation due to checksum. | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Rafael Cavalcanti <rcavalca> |
| Component: | Pulp | Assignee: | satellite6-bugs <satellite6-bugs> |
| Status: | CLOSED DUPLICATE | QA Contact: | Lai <ltran> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.10.0 | CC: | ahumbe, dalley, myarboro, saydas, ttereshc |
| Target Milestone: | 6.10.0 | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-08-19 19:35:21 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: | |
| Embargoed: | |||
|
Description
Rafael Cavalcanti
2021-08-18 16:30:44 UTC
For me it failed with: A file located at the url https://ftp.redhat.com/redhat/convert2rhel/7/os/repodata/28ffc65b7ccaf7f8bdc280e0e0a3055950f51ff38517bf2fbdf44ca301363d5e-filelists.xml.gz failed validation due to checksum. And backend traceback: Aug 19 17:17:49 satellite pulpcore-worker-4: pulp [325ea7d7-573d-4fc4-99cf-6f624648c56e]: pulpcore.tasking.pulpcore_worker:INFO: File "/usr/lib/python3.6/site-packages/pulpcore/tasking/pulpcore_worker.py", line 272, in _perform_task Aug 19 17:17:49 satellite pulpcore-worker-4: result = func(*args, **kwargs) Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/pulp_rpm/app/tasks/synchronizing.py", line 443, in synchronize Aug 19 17:17:49 satellite pulpcore-worker-4: version = dv.create() Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/declarative_version.py", line 151, in create Aug 19 17:17:49 satellite pulpcore-worker-4: loop.run_until_complete(pipeline) Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib64/python3.6/asyncio/base_events.py", line 484, in run_until_complete Aug 19 17:17:49 satellite pulpcore-worker-4: return future.result() Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/api.py", line 225, in create_pipeline Aug 19 17:17:49 satellite pulpcore-worker-4: await asyncio.gather(*futures) Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/api.py", line 43, in __call__ Aug 19 17:17:49 satellite pulpcore-worker-4: await self.run() Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/pulp_rpm/app/tasks/synchronizing.py", line 675, in run Aug 19 17:17:49 satellite pulpcore-worker-4: name, location_href, result = await future Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib64/python3.6/asyncio/tasks.py", line 458, in _wait_for_one Aug 19 17:17:49 satellite pulpcore-worker-4: return f.result() # May raise f.exception(). Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/pulp_rpm/app/tasks/synchronizing.py", line 647, in run_repomdrecord_download Aug 19 17:17:49 satellite pulpcore-worker-4: result = await downloader.run() Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/pulpcore/download/http.py", line 258, in run Aug 19 17:17:49 satellite pulpcore-worker-4: return await download_wrapper() Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/backoff/_async.py", line 133, in retry Aug 19 17:17:49 satellite pulpcore-worker-4: ret = await target(*args, **kwargs) Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/pulpcore/download/http.py", line 256, in download_wrapper Aug 19 17:17:49 satellite pulpcore-worker-4: return await self._run(extra_data=extra_data) Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/pulp_rpm/app/downloaders.py", line 98, in _run Aug 19 17:17:49 satellite pulpcore-worker-4: to_return = await self._handle_response(response) Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/pulpcore/download/http.py", line 212, in _handle_response Aug 19 17:17:49 satellite pulpcore-worker-4: await self.finalize() Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/pulpcore/download/base.py", line 162, in finalize Aug 19 17:17:49 satellite pulpcore-worker-4: self.validate_digests() Aug 19 17:17:49 satellite pulpcore-worker-4: File "/usr/lib/python3.6/site-packages/pulpcore/download/base.py", line 212, in validate_digests Aug 19 17:17:49 satellite pulpcore-worker-4: raise DigestValidationError(self.url) *** This bug has been marked as a duplicate of bug 1991992 *** |