Project

Profile

Help

Issue #7354

closed

RPM Mirrorlist comments cause an exception

Added by cognifloyd over 3 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

The fedora mirrorlists have a comment at the top. For example:

https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64&country=US

# repo = epel-8 arch = x86_64 country = US 

The fetch_mirror function's docstring says it skips non-matching lines, but the task dies trying to access .group(2) on None.

        "error": {
            "description": "'NoneType' object has no attribute 'group'",
            "traceback": "  File \"/usr/local/lib/pulp/lib64/python3.6/site-packages/rq/worker.py\", line 934, in perform_job\n    rv = job.perform()\n  File \"/usr/local/lib/pulp/lib64/python3.6/site-packages/rq/job.py\", line 686, in perform\n    self._result = self._execute()\n  File \"/usr/local/lib/pulp/lib64/python3.6/site-packages/rq/job.py\", line 692, in _execute\n    return self.func(*self.args, **self.kwargs)\n  File \"/usr/local/lib/pulp/lib64/python3.6/site-packages/pulp_rpm/app/tasks/synchronizing.py\", line 211, in synchronize\n    remote_url = fetch_remote_url(remote)\n  File \"/usr/local/lib/pulp/lib64/python3.6/site-packages/pulp_rpm/app/tasks/synchronizing.py\", line 138, in fetch_remote_url\n    return fetch_mirror(remote)\n  File \"/usr/local/lib/pulp/lib64/python3.6/site-packages/pulp_rpm/app/tasks/synchronizing.py\", line 124, in fetch_mirror\n    repodata_exists = get_repomd_file(remote, match.group(2))\n"
        },
Actions #1

Updated by ttereshc over 3 years ago

  • Status changed from NEW to POST
  • Assignee set to cognifloyd
  • Triaged changed from No to Yes

Added by Jacob Floyd over 3 years ago

Revision 7104f297 | View on GitHub

Skip comment lines in mirrorlist

fixes #7354 https://pulp.plan.io/issues/7354

This is important for fedora mirrorlist which has a comment at the top: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64&country=US

repo = epel-8 arch = x86_64 country = US

http... ...

Actions #3

Updated by Anonymous over 3 years ago

  • Status changed from POST to MODIFIED

Added by Jacob Floyd over 3 years ago

Revision 8d4e2f44 | View on GitHub

Skip comment lines in mirrorlist

fixes #7354 https://pulp.plan.io/issues/7354

This is important for fedora mirrorlist which has a comment at the top: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64&country=US

repo = epel-8 arch = x86_64 country = US

http... ...

(cherry picked from commit 7104f297f38f6c6cc6d4ba2a7fab3d0c332e9be0)

Actions #4

Updated by fao89 over 3 years ago

  • Sprint/Milestone set to 3.6.2
Actions #5

Updated by pulpbot over 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF