Bug #10412
samba: failed smbtorture run
0%
Description
http://pulpito.ceph.com/teuthology-2014-12-17_23:14:01-samba-master-testing-basic-multi/667136/
I'm not even sure which thing is complaining about the failure, here, but I can record it for posterity! :/
2014-12-18T07:53:06.192 INFO:teuthology.orchestra.run.plana04.stdout:success: LOCK4 2014-12-18T07:53:06.192 INFO:teuthology.orchestra.run.plana04.stdout:test: LOCK5 2014-12-18T07:53:06.192 INFO:teuthology.orchestra.run.plana04.stdout:time: 2014-12-18 07:53:06.191537 2014-12-18T07:54:06.557 INFO:teuthology.orchestra.run.plana04.stdout:Unable to setup \locktest - socket_error 2014-12-18T07:54:06.557 INFO:teuthology.orchestra.run.plana04.stdout:time: 2014-12-18 07:54:06.555702 2014-12-18T07:54:06.557 INFO:teuthology.orchestra.run.plana04.stdout:error: LOCK5 [ 2014-12-18T07:54:06.557 INFO:teuthology.orchestra.run.plana04.stdout:Unknown error/failure. Missing torture_fail() or torture_assert_*() call? 2014-12-18T07:54:06.558 INFO:teuthology.orchestra.run.plana04.stdout:] 2014-12-18T07:54:06.558 INFO:teuthology.orchestra.run.plana04.stdout:test: LOCK6 2014-12-18T07:54:06.558 INFO:teuthology.orchestra.run.plana04.stdout:time: 2014-12-18 07:54:06.555790 2014-12-18T07:54:44.246 INFO:teuthology.orchestra.run.plana04.stderr:Testing \lock6.txt 2014-12-18T07:54:44.267 INFO:teuthology.orchestra.run.plana04.stderr:CHANGE_LOCKTYPE gave ERRDOS:ERRnoatomiclocks 2014-12-18T07:54:44.271 INFO:teuthology.orchestra.run.plana04.stderr:CANCEL_LOCK gave ERRDOS:ERRcancelviolation 2014-12-18T07:54:44.309 INFO:teuthology.orchestra.run.plana04.stdout:time: 2014-12-18 07:54:44.308419 2014-12-18T07:54:44.309 INFO:teuthology.orchestra.run.plana04.stdout:success: LOCK6 2014-12-18T07:54:44.309 INFO:teuthology.orchestra.run.plana04.stdout:test: LOCK7 2014-12-18T07:54:44.310 INFO:teuthology.orchestra.run.plana04.stdout:time: 2014-12-18 07:54:44.308470 2014-12-18T07:54:44.548 INFO:teuthology.orchestra.run.plana04.stderr:pid1 successfully locked range 130:4 for READ 2014-12-18T07:54:44.549 INFO:teuthology.orchestra.run.plana04.stderr:pid1 successfully read the range 130:4 2014-12-18T07:54:44.549 INFO:teuthology.orchestra.run.plana04.stderr:pid1 unable to write to the range 130:4, error was NT_STATUS_FILE_LOCK_CONFLICT 2014-12-18T07:54:44.550 INFO:teuthology.orchestra.run.plana04.stderr:pid2 successfully read the range 130:4 2014-12-18T07:54:44.551 INFO:teuthology.orchestra.run.plana04.stderr:pid2 unable to write to the range 130:4, error was NT_STATUS_FILE_LOCK_CONFLICT 2014-12-18T07:54:44.551 INFO:teuthology.orchestra.run.plana04.stderr:pid1 successfully locked range 130:4 for WRITE 2014-12-18T07:54:44.551 INFO:teuthology.orchestra.run.plana04.stderr:pid1 successfully read the range 130:4 2014-12-18T07:54:44.552 INFO:teuthology.orchestra.run.plana04.stderr:pid1 successfully wrote to the range 130:4 2014-12-18T07:54:44.552 INFO:teuthology.orchestra.run.plana04.stderr:pid2 unable to read the range 130:4, error was NT_STATUS_FILE_LOCK_CONFLICT 2014-12-18T07:54:44.552 INFO:teuthology.orchestra.run.plana04.stderr:pid2 unable to write to the range 130:4, error was NT_STATUS_FILE_LOCK_CONFLICT 2014-12-18T07:54:44.553 INFO:teuthology.orchestra.run.plana04.stderr:Testing truncate of locked file. 2014-12-18T07:54:44.588 INFO:teuthology.orchestra.run.plana04.stderr:Truncated locked file. 2014-12-18T07:54:44.601 INFO:teuthology.orchestra.run.plana04.stdout:time: 2014-12-18 07:54:44.600610 2014-12-18T07:54:44.601 INFO:teuthology.orchestra.run.plana04.stdout:success: LOCK7 2014-12-18T07:54:44.614 ERROR:teuthology.parallel:Exception in parallel execution Traceback (most recent call last): File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 82, in __exit__ for result in self: File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 101, in next resurrect_traceback(result) File "/home/teuthworker/src/teuthology_master/teuthology/parallel.py", line 19, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/teuthology_master/teuthology/task/pexec.py", line 60, in _exec_host tor.wait([r]) File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 391, in wait proc.wait() File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 106, in wait exitstatus=status, node=self.hostname) CommandFailedError: Command failed on plana04 with status 1: 'TESTDIR=/home/ubuntu/cephtest bash -s' 2014-12-18T07:54:44.634 ERROR:teuthology.run_tasks:Saw exception from tasks.
All the previous tests has a "success" line, so maybe there's a problem with the LOCK5 test. But we should compare it to successful runs to check.
Associated revisions
client: fix use-after-free bug in unmount()
If there is error, _release_fh() already outputs error message.
No need to print extra error message
Fixes: #10412
Signed-off-by: Yan, Zheng <zyan@redhat.com>
History
#1 Updated by Zheng Yan over 8 years ago
- Status changed from New to Fix Under Review
#2 Updated by Sage Weil over 8 years ago
- Status changed from Fix Under Review to Pending Backport
- Backport set to giant,firefly
#3 Updated by Zheng Yan over 8 years ago
- Status changed from Pending Backport to Resolved
this bug was introduced after giant
#4 Updated by Ken Dreyer over 8 years ago
Sent to samba upstream here: https://lists.samba.org/archive/samba-technical/2015-January/104851.html
(EDIT: sorry, wrong ticket - that upstream patch was for #10413 instead)
#5 Updated by Patrick Donnelly over 4 years ago
- Category deleted (
43) - Labels (FS) Samba/CIFS added