Project

General

Profile

Actions

Bug #47540

closed

kernel testing packages for centos 7 unavailable

Added by Ramana Raja over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
High
Assignee:
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Nautilus testing of multi-mds and kcephfs suites' jobs that try to setup CentOS 7 kernel client are failing

2020-09-18T10:56:53.716 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=kernel&flavor=default&distros=centos%2F7%2Fx86_64&sha1=d4c0c9bb2b1d2f91769af32d49121018ffe640fe
2020-09-18T10:56:53.883 INFO:teuthology.task.kernel:fetching, builder baseurl is https://5.chacra.ceph.com/r/kernel/testing/d4c0c9bb2b1d2f91769af32d49121018ffe640fe/centos/7/flavors/default/x86_64/
2020-09-18T10:56:53.883 INFO:teuthology.orchestra.run.smithi164:> rm -f /tmp/kernel.x86_64.rpm && echo kernel-4.20.0_ceph_gd4c0c9bb2b1d-1.x86_64.rpm | wget -nv -O /tmp/kernel.x86_64.rpm --base=https://5.chacra.ceph.com/r/kernel/testing/d4c0c9bb2b1d2f91769af32d49121018ffe640fe/centos/7/flavors/default/x86_64/ --input-file=-
2020-09-18T10:56:53.888 DEBUG:teuthology.task.kernel:Waiting for download/copy to ubuntu@smithi164.front.sepia.ceph.com to complete...
2020-09-18T11:41:43.717 DEBUG:teuthology.orchestra.run:got remote process result: 4
2020-09-18T11:41:43.754 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 90, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 69, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/kernel.py", line 1337, in task
    download_kernel(ctx, need_install)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/kernel.py", line 425, in download_kernel
    proc.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 smithi164 with status 4: 'rm -f /tmp/kernel.x86_64.rpm && echo kernel-4.20.0_ceph_gd4c0c9bb2b1d-1.x86_64.rpm | wget -nv -O /tmp/kernel.x86_64.rpm --base=https://5.chacra.ceph.com/r/kernel/testing/d4c0c9bb2b1d2f91769af32d49121018ffe640fe/centos/7/flavors/default/x86_64/ --input-file=-'

The last kernel 'testing' CentOS 7 packages seem to have been built in Jan 2019. It's unavailable now.
https://shaman.ceph.com/repos/kernel/testing/d4c0c9bb2b1d2f91769af32d49121018ffe640fe/default/111599/

Actions #2

Updated by Ilya Dryomov over 3 years ago

  • Assignee set to Ilya Dryomov

centos7 kernel builds were red for over two months because the minimal gcc version was raised to 4.9 and are now disabled.

centos7 is on gcc 4.8. We could edit the upstream Makefile to use a devtoolset compiler and carry that patch in the testing branch, but I don't see any value in that. Let's just switch to centos8 -- the intent is to test the kernel client and the kernel client bits are exactly the same in both cases.

Actions #3

Updated by Ramana Raja over 3 years ago

  • Status changed from New to Closed

stopped using kernel testing packages for CentOS 7. See https://tracker.ceph.com/issues/47642

Actions

Also available in: Atom PDF