Problem:
The python repo doesn’t sync, it start and complete but nothing is retrieved.
Expected outcome:
**Pulpcore version: 3.22.2
Pulp plugins installed and their versions:
“component”: “rpm”, “version”: “3.19.0”,
“component”: “python”, “version”: “3.8.0”,
“component”: “deb”, “version”: “2.20.1”,
“component”: “container”, “version”: “2.14.3”,
“component”: “file”, “version”: “1.12.0”,
“component”: “certguard”, “version”: “1.5.7”,
“component”: “ansible”, “version”: “0.16.0”,
“component”: “maven”, “version”: “0.3.3”,
Operating system - distribution and version:
NAME=“Red Hat Enterprise Linux”
VERSION=“8.7 (Ootpa)”
Other relevant data:
pulp python repository sync --name foo --remote bar
Started background task /pulp/api/v3/tasks/8eaa1f18-3e6f-4c2a-b1b0-28218b3099a3/
…Done.
{
“pulp_href”: “/pulp/api/v3/tasks/8eaa1f18-3e6f-4c2a-b1b0-28218b3099a3/”,
“pulp_created”: “2023-02-24T12:04:00.969248Z”,
“state”: “completed”,
“name”: “pulp_python.app.tasks.sync.sync”,
“logging_cid”: “1666cc5cd0b7499083d3574891fd3ed3”,
“started_at”: “2023-02-24T12:04:01.026279Z”,
“finished_at”: “2023-02-24T12:04:39.661178Z”,
“error”: null,
“worker”: “/pulp/api/v3/workers/c8b64b18-984c-4f81-be66-3ec40a908883/”,
“parent_task”: null,
“child_tasks”: [],
“task_group”: null,
“progress_reports”: [
{
“message”: “Fetching Project Metadata”,
“code”: “sync.fetching.project”,
“state”: “completed”,
“total”: null,
“done”: 0,
“suffix”: null
},
{
“message”: “Downloading Artifacts”,
“code”: “sync.downloading.artifacts”,
“state”: “completed”,
“total”: null,
“done”: 0,
“suffix”: null
},
{
“message”: “Associating Content”,
“code”: “associating.content”,
“state”: “completed”,
“total”: null,
“done”: 0,
“suffix”: null
}
],
“created_resources”: [],
“reserved_resources_record”: [
“/pulp/api/v3/repositories/python/python/9b34b8c7-87cf-48d1-8533-b510220c9dfc/”,
“shared:/pulp/api/v3/remotes/python/python/6a761c2b-f8d9-49c3-bda5-c1e580e08a03/”
]
}
Where can I find more debugging?