Project

General

Profile

Actions

Bug #51704

open

pacific: qa: Test failure: test_mount_all_caps_absent (tasks.cephfs.test_multifs_auth.TestClientsWithoutAuth)

Added by Jos Collin almost 3 years ago. Updated almost 3 years ago.

Status:
Fix Under Review
Priority:
Normal
Category:
Testing
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

test_mount_all_caps_absent fails in:
http://qa-proxy.ceph.com/teuthology/yuriw-2021-07-08_23:33:26-fs-wip-yuri2-testing-2021-07-08-1142-pacific-distro-basic-smithi/6260232/teuthology.log
caused by the backport: https://github.com/ceph/ceph/pull/42166.

2021-07-09T07:35:11.653 INFO:tasks.cephfs_test_runner:test_mount_all_caps_absent (tasks.cephfs.test_multifs_auth.TestClientsWithoutAuth) ... ERROR
2021-07-09T07:35:11.653 INFO:tasks.cephfs_test_runner:
2021-07-09T07:35:11.654 INFO:tasks.cephfs_test_runner:======================================================================
2021-07-09T07:35:11.654 INFO:tasks.cephfs_test_runner:ERROR: test_mount_all_caps_absent (tasks.cephfs.test_multifs_auth.TestClientsWithoutAuth)
2021-07-09T07:35:11.656 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2021-07-09T07:35:11.657 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2021-07-09T07:35:11.657 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_038f13de7ebd7e1a69e798ea35b0b27d4925132e/qa/tasks/cephfs/test_multifs_auth.py", line 279, in test_mount_all_caps_absent
2021-07-09T07:35:11.658 INFO:tasks.cephfs_test_runner:    keyring)
2021-07-09T07:35:11.658 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_038f13de7ebd7e1a69e798ea35b0b27d4925132e/qa/tasks/cephfs/cephfs_test_case.py", line 450, in create_keyring_file
2021-07-09T07:35:11.659 INFO:tasks.cephfs_test_runner:    sudo_write_file(remote, keyring_path, keyring)
2021-07-09T07:35:11.659 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/misc.py", line 546, in sudo_write_file
2021-07-09T07:35:11.660 INFO:tasks.cephfs_test_runner:    remote.sudo_write_file(path, data, mode=perms, owner=owner)
2021-07-09T07:35:11.660 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/orchestra/remote.py", line 301, in sudo_write_file
2021-07-09T07:35:11.661 INFO:tasks.cephfs_test_runner:    self.write_file(path, data, sudo=True, **kwargs)
2021-07-09T07:35:11.662 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/orchestra/remote.py", line 295, in write_file
2021-07-09T07:35:11.662 INFO:tasks.cephfs_test_runner:    self.run(args=args, stdin=data, quiet=True)
2021-07-09T07:35:11.663 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/orchestra/remote.py", line 509, in run
2021-07-09T07:35:11.663 INFO:tasks.cephfs_test_runner:    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
2021-07-09T07:35:11.664 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/orchestra/run.py", line 455, in run
2021-07-09T07:35:11.665 INFO:tasks.cephfs_test_runner:    r.wait()
2021-07-09T07:35:11.665 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/orchestra/run.py", line 161, in wait
2021-07-09T07:35:11.666 INFO:tasks.cephfs_test_runner:    self._raise_for_status()
2021-07-09T07:35:11.666 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/orchestra/run.py", line 183, in _raise_for_status
2021-07-09T07:35:11.667 INFO:tasks.cephfs_test_runner:    node=self.hostname, label=self.label
2021-07-09T07:35:11.667 INFO:tasks.cephfs_test_runner:teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 1: 'set -ex\nsudo dd of=/tmp/tmp.MGIsP6W8qx'
2021-07-09T07:35:11.668 INFO:tasks.cephfs_test_runner:
2021-07-09T07:35:11.669 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2021-07-09T07:35:11.669 INFO:tasks.cephfs_test_runner:Ran 1 test in 55.232s
2021-07-09T07:35:11.670 INFO:tasks.cephfs_test_runner:
2021-07-09T07:35:11.671 INFO:tasks.cephfs_test_runner:FAILED (errors=1)
2021-07-09T07:35:11.672 INFO:tasks.cephfs_test_runner:
2021-07-09T07:35:11.672 INFO:tasks.cephfs_test_runner:======================================================================
2021-07-09T07:35:11.672 INFO:tasks.cephfs_test_runner:ERROR: test_mount_all_caps_absent (tasks.cephfs.test_multifs_auth.TestClientsWithoutAuth)
2021-07-09T07:35:11.673 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2021-07-09T07:35:11.673 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2021-07-09T07:35:11.673 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_038f13de7ebd7e1a69e798ea35b0b27d4925132e/qa/tasks/cephfs/test_multifs_auth.py", line 279, in test_mount_all_caps_absent
2021-07-09T07:35:11.674 INFO:tasks.cephfs_test_runner:    keyring)
2021-07-09T07:35:11.674 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_038f13de7ebd7e1a69e798ea35b0b27d4925132e/qa/tasks/cephfs/cephfs_test_case.py", line 450, in create_keyring_file
2021-07-09T07:35:11.674 INFO:tasks.cephfs_test_runner:    sudo_write_file(remote, keyring_path, keyring)
2021-07-09T07:35:11.675 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/misc.py", line 546, in sudo_write_file
2021-07-09T07:35:11.675 INFO:tasks.cephfs_test_runner:    remote.sudo_write_file(path, data, mode=perms, owner=owner)
2021-07-09T07:35:11.675 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/orchestra/remote.py", line 301, in sudo_write_file
2021-07-09T07:35:11.675 INFO:tasks.cephfs_test_runner:    self.write_file(path, data, sudo=True, **kwargs)
2021-07-09T07:35:11.676 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/orchestra/remote.py", line 295, in write_file
2021-07-09T07:35:11.676 INFO:tasks.cephfs_test_runner:    self.run(args=args, stdin=data, quiet=True)
2021-07-09T07:35:11.676 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/orchestra/remote.py", line 509, in run
2021-07-09T07:35:11.677 INFO:tasks.cephfs_test_runner:    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
2021-07-09T07:35:11.677 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/orchestra/run.py", line 455, in run
2021-07-09T07:35:11.677 INFO:tasks.cephfs_test_runner:    r.wait()
2021-07-09T07:35:11.681 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/orchestra/run.py", line 161, in wait
2021-07-09T07:35:11.681 INFO:tasks.cephfs_test_runner:    self._raise_for_status()
2021-07-09T07:35:11.681 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/orchestra/run.py", line 183, in _raise_for_status
2021-07-09T07:35:11.682 INFO:tasks.cephfs_test_runner:    node=self.hostname, label=self.label
2021-07-09T07:35:11.682 INFO:tasks.cephfs_test_runner:teuthology.exceptions.CommandFailedError: Command failed on smithi129 with status 1: 'set -ex\nsudo dd of=/tmp/tmp.MGIsP6W8qx'
2021-07-09T07:35:11.682 INFO:tasks.cephfs_test_runner:
2021-07-09T07:35:11.683 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/run_tasks.py", line 94, in run_tasks
    manager.__enter__()
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_038f13de7ebd7e1a69e798ea35b0b27d4925132e/qa/tasks/cephfs_test_runner.py", line 211, in task
    raise RuntimeError("Test failure: {0}".format(", ".join(bad_tests)))
RuntimeError: Test failure: test_mount_all_caps_absent (tasks.cephfs.test_multifs_auth.TestClientsWithoutAuth)
2021-07-09T07:35:11.777 ERROR:teuthology.run_tasks: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1674f1f4add04aa2949d3af8e0e719eb
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_24e3280d7d1fc156628af95b24b27a29e38b2766/teuthology/run_tasks.py", line 94, in run_tasks
    manager.__enter__()
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_038f13de7ebd7e1a69e798ea35b0b27d4925132e/qa/tasks/cephfs_test_runner.py", line 211, in task
    raise RuntimeError("Test failure: {0}".format(", ".join(bad_tests)))
RuntimeError: Test failure: test_mount_all_caps_absent (tasks.cephfs.test_multifs_auth.TestClientsWithoutAuth)
Actions #1

Updated by Jos Collin almost 3 years ago

  • Subject changed from pacific: Test failure: test_mount_all_caps_absent (tasks.cephfs.test_multifs_auth.TestClientsWithoutAuth) to pacific: qa: Test failure: test_mount_all_caps_absent (tasks.cephfs.test_multifs_auth.TestClientsWithoutAuth)
Actions

Also available in: Atom PDF