Project

General

Profile

Actions

Bug #53569

closed

zipfile.BadZipFile: Bad magic number for central directory

Added by Deepika Upadhyay over 2 years ago. Updated over 2 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description


zipfile.BadZipFile: Bad magic number for central directory
Traceback (most recent call last):
  File "/home/jenkins-build/build/workspace/ceph-pull-requests/build/mgr-dashboard-py3-virtualenv/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper
    status = run_func(*args)
  File "/home/jenkins-build/build/workspace/ceph-pull-requests/build/mgr-dashboard-py3-virtualenv/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper
    return func(self, options, args)
  File "/home/jenkins-build/build/workspace/ceph-pull-requests/build/mgr-dashboard-py3-virtualenv/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 360, in run
    _, build_failures = build(
  File "/home/jenkins-build/build/workspace/ceph-pull-requests/build/mgr-dashboard-py3-virtualenv/lib/python3.8/site-packages/pip/_internal/wheel_builder.py", line 346, in build
    wheel_file = _build_one(
  File "/home/jenkins-build/build/workspace/ceph-pull-requests/build/mgr-dashboard-py3-virtualenv/lib/python3.8/site-packages/pip/_internal/wheel_builder.py", line 227, in _build_one
    _verify_one(req, wheel_path)
  File "/home/jenkins-build/build/workspace/ceph-pull-requests/build/mgr-dashboard-py3-virtualenv/lib/python3.8/site-packages/pip/_internal/wheel_builder.py", line 174, in _verify_one
    dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name)
  File "/home/jenkins-build/build/workspace/ceph-pull-requests/build/mgr-dashboard-py3-virtualenv/lib/python3.8/site-packages/pip/_internal/metadata/__init__.py", line 51, in get_wheel_distribution
    return Distribution.from_wheel(wheel, canonical_name)
  File "/home/jenkins-build/build/workspace/ceph-pull-requests/build/mgr-dashboard-py3-virtualenv/lib/python3.8/site-packages/pip/_internal/metadata/pkg_resources.py", line 37, in from_wheel
    with wheel.as_zipfile() as zf:
  File "/home/jenkins-build/build/workspace/ceph-pull-requests/build/mgr-dashboard-py3-virtualenv/lib/python3.8/site-packages/pip/_internal/metadata/base.py", line 321, in as_zipfile
    return zipfile.ZipFile(self.location, allowZip64=True)
  File "/usr/lib/python3.8/zipfile.py", line 1269, in __init__
    self._RealGetContents()
  File "/usr/lib/python3.8/zipfile.py", line 1364, in _RealGetContents
    raise BadZipFile("Bad magic number for central directory")
zipfile.BadZipFile: Bad magic number for central directory

https://jenkins.ceph.com/job/ceph-pull-requests/86953/

Actions #1

Updated by Neha Ojha over 2 years ago

  • Status changed from New to Rejected

Not a bug in Ceph.

Actions

Also available in: Atom PDF