Project

General

Profile

Actions

Bug #47183

open

package openblas install fail

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

Status:
New
Priority:
Low
Assignee:
-
Category:
QA Suite
% Done:

0%

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

Description

2020-08-27T03:45:16.848 INFO:teuthology.orchestra.run.smithi155.stdout:[MIRROR] openblas-0.3.3-2.el8.x86_64.rpm: Status code: 503 for https://download-cc-rdu01.fedoraproject.org/pub/centos/8/AppStream/x86_64/os/Packages/openblas-0.3.3-2.el8.x86_64.rpm
2020-08-27T03:45:16.852 INFO:teuthology.orchestra.run.smithi155.stdout:[MIRROR] openblas-threads-0.3.3-2.el8.x86_64.rpm: Status code: 503 for https://download-cc-rdu01.fedoraproject.org/pub/centos/8/AppStream/x86_64/os/Packages/openblas-threads-0.3.3-2.el8.x86_64.rpm
2020-08-27T03:45:16.904 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:01:23 ago on Thu 27 Aug 2020 03:43:53 AM UTC.
2020-08-27T03:45:16.921 INFO:teuthology.orchestra.run.smithi155.stdout:[MIRROR] openblas-0.3.3-2.el8.x86_64.rpm: Status code: 404 for http://mirror.linux.duke.edu/pub/centos/8/AppStream/x86_64/os/Packages/openblas-0.3.3-2.el8.x86_64.rpm
2020-08-27T03:45:16.922 INFO:teuthology.orchestra.run.smithi155.stdout:[MIRROR] openblas-threads-0.3.3-2.el8.x86_64.rpm: Status code: 404 for http://mirror.linux.duke.edu/pub/centos/8/AppStream/x86_64/os/Packages/openblas-threads-0.3.3-2.el8.x86_64.rpm
2020-08-27T03:45:16.933 INFO:teuthology.orchestra.run.smithi155.stdout:[MIRROR] openblas-0.3.3-2.el8.x86_64.rpm: Status code: 404 for http://packages.oit.ncsu.edu/centos/8/AppStream/x86_64/os/Packages/openblas-0.3.3-2.el8.x86_64.rpm
2020-08-27T03:45:16.933 INFO:teuthology.orchestra.run.smithi155.stdout:[MIRROR] openblas-threads-0.3.3-2.el8.x86_64.rpm: Status code: 404 for http://packages.oit.ncsu.edu/centos/8/AppStream/x86_64/os/Packages/openblas-threads-0.3.3-2.el8.x86_64.rpm
2020-08-27T03:45:16.973 INFO:teuthology.orchestra.run.smithi155.stdout:[MIRROR] openblas-0.3.3-2.el8.x86_64.rpm: Status code: 403 for http://distro.ibiblio.org/centos/8/AppStream/x86_64/os/Packages/openblas-0.3.3-2.el8.x86_64.rpm
2020-08-27T03:45:16.973 INFO:teuthology.orchestra.run.smithi155.stdout:[MIRROR] openblas-threads-0.3.3-2.el8.x86_64.rpm: Status code: 403 for http://distro.ibiblio.org/centos/8/AppStream/x86_64/os/Packages/openblas-threads-0.3.3-2.el8.x86_64.rpm
2020-08-27T03:45:16.974 INFO:teuthology.orchestra.run.smithi155.stdout:[FAILED] openblas-0.3.3-2.el8.x86_64.rpm: No more mirrors to try - All mirrors were already tried without success
2020-08-27T03:45:16.974 INFO:teuthology.orchestra.run.smithi155.stdout:
2020-08-27T03:45:16.974 INFO:teuthology.orchestra.run.smithi155.stdout:The downloaded packages were saved in cache until the next successful transaction.
2020-08-27T03:45:16.974 INFO:teuthology.orchestra.run.smithi155.stdout:You can remove cached packages by executing 'dnf clean packages'.
2020-08-27T03:45:17.038 INFO:teuthology.orchestra.run.smithi155.stderr:Error: Error downloading packages:
2020-08-27T03:45:17.038 INFO:teuthology.orchestra.run.smithi155.stderr:  Cannot download Packages/openblas-0.3.3-2.el8.x86_64.rpm: All mirrors were tried
2020-08-27T03:45:17.113 DEBUG:teuthology.orchestra.run:got remote process result: 1
2020-08-27T03:45:17.114 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/contextutil.py", line 31, in nested
    vars.append(enter())
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/install/__init__.py", line 214, in install
    install_packages(ctx, package_list, config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/install/__init__.py", line 83, in install_packages
    ctx, remote, pkgs[system_type], config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/parallel.py", line 84, in __exit__
    for result in self:
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/parallel.py", line 98, in __next__
    resurrect_traceback(result)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/parallel.py", line 30, in resurrect_traceback
    raise exc.exc_info[1]
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/parallel.py", line 23, in capture_traceback
    return func(*args, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/install/rpm.py", line 260, in _update_package_list_and_install
    .format(install_cmd=install_cmd, cpack=cpack)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/remote.py", line 204, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 446, in run
    r.wait()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 160, in wait
    self._raise_for_status()
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 182, in _raise_for_status
    node=self.hostname, label=self.label
teuthology.exceptions.CommandFailedError: Command failed on smithi155 with status 1: 'sudo yum -y install ceph-mgr-diskprediction-local'
2020-08-27T03:45:17.117 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 93, in run_tasks
    manager.__enter__()
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/install/__init__.py", line 610, in task
    lambda: ship_utilities(ctx=ctx, config=None),
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
Actions

Also available in: Atom PDF