Project

General

Profile

Actions

Bug #12211

closed

error message is out of order

Added by Loïc Dachary almost 9 years ago. Updated almost 9 years ago.

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

0%

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

Description

In the following:

2015-07-02T23:57:27.177 INFO:teuthology.orchestra.run.ovh248207:Running: 'adjust-ulimits daemon-helper kill apache2 -X -f /home/ubuntu/cephtest/apache/apache.client.0.conf'
2015-07-02T23:57:27.245 INFO:teuthology.run_tasks:Running task s3tests...
2015-07-02T23:57:27.250 DEBUG:tasks.s3tests:s3tests config is {'client.0': {'rgw_server': 'client.0', 'force-branch': 'firefly-original'}}
2015-07-02T23:57:27.250 INFO:tasks.s3tests:Downloading s3-tests...
2015-07-02T23:57:27.250 INFO:tasks.s3tests:Using branch 'firefly-original' for s3tests
2015-07-02T23:57:27.251 INFO:teuthology.orchestra.run.ovh248207:Running: 'git clone -b firefly-original https://github.com/ceph/s3-tests.git /home/ubuntu/cephtest/s3-tests'
2015-07-02T23:57:27.264 INFO:teuthology.orchestra.run.ovh248207.stderr:Cloning into '/home/ubuntu/cephtest/s3-tests'...
2015-07-02T23:57:27.301 INFO:tasks.rgw.client.0.ovh248207.stderr:Traceback (most recent call last):
2015-07-02T23:57:27.301 INFO:tasks.rgw.client.0.ovh248207.stderr:  File "/usr/bin/daemon-helper", line 66, in <module>
2015-07-02T23:57:27.301 INFO:tasks.rgw.client.0.ovh248207.stderr:    preexec_fn=os.setsid,
2015-07-02T23:57:27.301 INFO:tasks.rgw.client.0.ovh248207.stderr:  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
2015-07-02T23:57:27.302 INFO:tasks.rgw.client.0.ovh248207.stderr:    errread, errwrite)
2015-07-02T23:57:27.302 INFO:tasks.rgw.client.0.ovh248207.stderr:  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
2015-07-02T23:57:27.302 INFO:tasks.rgw.client.0.ovh248207.stderr:    raise child_exception
2015-07-02T23:57:27.308 INFO:tasks.rgw.client.0.ovh248207.stderr:OSError: [Errno 2] No such file or directory

The error message comes from ovh248207:Running: 'adjust-ulimits daemon-helper... and not from ovh248207:Running: 'git clone -b ... as demonstrated with:
$ daemon-helper kill apache2 -X -f /home/ubuntu/cephtest/apache/apache.client.0.conf
Traceback (most recent call last):
  File "/usr/bin/daemon-helper", line 66, in <module>
    preexec_fn=os.setsid,
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Actions #1

Updated by Zack Cerza almost 9 years ago

  • Status changed from 12 to Need More Info
  • Assignee set to Loïc Dachary

Need more logs - what task was running before s3tests?

Actions #2

Updated by Loïc Dachary almost 9 years ago

  • Status changed from Need More Info to Rejected

I don't have more logs.

Actions

Also available in: Atom PDF