Project

General

Profile

Actions

Bug #5264

closed

chef task fails on fedora

Added by Tamilarasi muthamizhan almost 11 years ago. Updated almost 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Sandon Van Ness
Category:
-
% Done:

100%

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

Description

test setup: burnupi22

INFO:teuthology.orchestra.run.out:Running Transaction Check
INFO:teuthology.orchestra.run.out:Running Transaction Test
INFO:teuthology.orchestra.run.err:
INFO:teuthology.orchestra.run.err:
INFO:teuthology.orchestra.run.err:Transaction Check Error:
INFO:teuthology.orchestra.run.err:  file /usr/share/locale/en/LC_MESSAGES/systemtap.mo from install of systemtap-devel-2.2.1-1.fc18.x86_64 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.x86_64
INFO:teuthology.orchestra.run.err:  file /usr/share/locale/fr/LC_MESSAGES/systemtap.mo from install of systemtap-devel-2.2.1-1.fc18.x86_64 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.x86_64
INFO:teuthology.orchestra.run.err:  file /usr/share/locale/pl/LC_MESSAGES/systemtap.mo from install of systemtap-devel-2.2.1-1.fc18.x86_64 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.x86_64
INFO:teuthology.orchestra.run.err:  file /usr/share/locale/en/LC_MESSAGES/systemtap.mo from install of systemtap-runtime-2.2.1-1.fc18.x86_64 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.x86_64
INFO:teuthology.orchestra.run.err:  file /usr/share/locale/fr/LC_MESSAGES/systemtap.mo from install of systemtap-runtime-2.2.1-1.fc18.x86_64 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.x86_64
INFO:teuthology.orchestra.run.err:  file /usr/share/locale/pl/LC_MESSAGES/systemtap.mo from install of systemtap-runtime-2.2.1-1.fc18.x86_64 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.x86_64
INFO:teuthology.orchestra.run.err:  file /usr/share/locale/en/LC_MESSAGES/systemtap.mo from install of systemtap-client-2.2.1-1.fc18.x86_64 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.x86_64
INFO:teuthology.orchestra.run.err:  file /usr/share/locale/fr/LC_MESSAGES/systemtap.mo from install of systemtap-client-2.2.1-1.fc18.x86_64 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.x86_64
INFO:teuthology.orchestra.run.err:  file /usr/share/locale/pl/LC_MESSAGES/systemtap.mo from install of systemtap-client-2.2.1-1.fc18.x86_64 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.x86_64
INFO:teuthology.orchestra.run.err:  file /usr/share/locale/en/LC_MESSAGES/systemtap.mo from install of systemtap-2.2.1-1.fc18.x86_64 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.x86_64
INFO:teuthology.orchestra.run.err:  file /usr/share/locale/fr/LC_MESSAGES/systemtap.mo from install of systemtap-2.2.1-1.fc18.x86_64 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.x86_64
INFO:teuthology.orchestra.run.err:  file /usr/share/locale/pl/LC_MESSAGES/systemtap.mo from install of systemtap-2.2.1-1.fc18.x86_64 conflicts with file from package systemtap-sdt-devel-2.1-3.fc18.x86_64
INFO:teuthology.orchestra.run.err:
INFO:teuthology.orchestra.run.err:Error Summary
INFO:teuthology.orchestra.run.err:-------------
INFO:teuthology.orchestra.run.err:
INFO:teuthology.orchestra.run.err:+ cleanup
INFO:teuthology.orchestra.run.err:+ rm -rf /tmp/solo-from-scratch.Nl8D3EY0xhcr
ERROR:teuthology.run_tasks:Saw exception from tasks
Traceback (most recent call last):
  File "/home/tamil/master/teuthology/teuthology/run_tasks.py", line 25, in run_tasks
    manager = _run_one_task(taskname, ctx=ctx, config=config)
  File "/home/tamil/master/teuthology/teuthology/run_tasks.py", line 14, in _run_one_task
    return fn(**kwargs)
  File "/home/tamil/master/teuthology/teuthology/task/chef.py", line 25, in task
    wait=False,
  File "/home/tamil/master/teuthology/teuthology/orchestra/run.py", line 281, in wait
    proc.exitstatus.get()
  File "/home/tamil/master/teuthology/virtualenv/local/lib/python2.7/site-packages/gevent/event.py", line 223, in get
    raise self._exception
CommandFailedError: Command failed on 10.214.134.8 with status 1: "wget -O- 'http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD' | sh -x" 

Actions #1

Updated by Tamilarasi muthamizhan almost 11 years ago

apparently, wget also needs to be installed on the fedora machines for ceph-qa-chef to run.

Actions #2

Updated by Sandon Van Ness almost 11 years ago

Was the machine running fedora17 or fedora18? That output almost seems like its a problem with chef itself resolving file colisions from conflicting packages.

Actions #3

Updated by Tamilarasi muthamizhan almost 11 years ago

the machine was running fedora 18

Actions #4

Updated by Sandon Van Ness almost 11 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Closing this out. Looked into it. It appears some how a weird version of systemtap-sdt-devel got put on the machines tamil was testing on but we are not sure from where. Doing sudo yum install systemtap-sdt-devel changed it to the expected version. Its possible it could have been a borked fedora repo or something at some point. After fixing that package ceph-qa-chef ran fine. I also tested ceph-qa-chef on a newly imaged fedora18 machine and had no problems as well.

Actions

Also available in: Atom PDF