Description: ceph-deploy/ceph-volume/{cluster/4node.yaml config/ceph_volume_dmcrypt_off.yaml distros/centos_latest.yaml tasks/rbd_import_export.yaml}

Log: http://qa-proxy.ceph.com/teuthology/teuthology-2020-01-24_05:55:01-ceph-deploy-mimic-distro-basic-mira/4700022/teuthology.log

Failure Reason:

at yum will try to contact the repo. when it runs most commands,', u' so will have to try and fail each time (and thus. yum will be be much', u' slower). If it is a very temporary problem though, this is often a nice', u' compromise:', u'', u' yum-config-manager --save --setopt=epel.skip_if_unavailable=true', u'', u'failure: repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2 from epel: [Errno 256] No more mirrors to try.', u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 10659519 bytes remaining to read"'], u'changed': True, u'stderr': u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 11510262 bytes remaining to read"\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 10823378 bytes remaining to read"\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 10659519 bytes remaining to read"\nTrying other mirror.\n\n\n One of the configured repositories failed (Extra Packages for Enterprise Linux),\n and yum doesn\'t have enough cached data to continue. At this point the only\n safe thing yum can do is fail. There are a few ways to work "fix" this:\n\n 1. Contact the upstream for the repository and get them to fix the problem.\n\n 2. Reconfigure the baseurl/etc. for the repository, to point to a working\n upstream. This is most often useful if you are using a newer\n distribution release than is supported by the repository (and the\n packages for the previous distribution release still work).\n\n 3. Run the command with the repository temporarily disabled\n yum --disablerepo=epel ...\n\n 4. Disable the repository permanently, so yum won\'t use it by default. Yum\n will then just ignore the repository until you permanently enable it\n again or use --enablerepo for temporary usage:\n\n yum-config-manager --disable epel\n or\n subscription-manager repos --disable=epel\n\n 5. Configure the failing repository to be skipped, if it is unavailable.\n Note that yum will try to contact the repo. when it runs most commands,\n so will have to try and fail each time (and thus. yum will be be much\n slower). If it is a very temporary problem though, this is often a nice\n compromise:\n\n yum-config-manager --save --setopt=epel.skip_if_unavailable=true\n\nfailure: repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2 from epel: [Errno 256] No more mirrors to try.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 10659519 bytes remaining to read"', u'stdout': u'Loaded plugins: fastestmirror, langpacks, priorities\nCleaning repos: base centos7-fcgi-ceph epel extras lab-extras updates\nCleaning up everything\nMaybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos\nLoaded plugins: fastestmirror, langpacks, priorities\nDetermining fastest mirrors\n * base: packages.oit.ncsu.edu\n * extras: repos-va.psychz.net\n * updates: mirror.math.princeton.edu', u'msg': u'non-zero return code', u'delta': u'0:08:26.800225', 'stdout_lines': [u'Loaded plugins: fastestmirror, langpacks, priorities', u'Cleaning repos: base centos7-fcgi-ceph epel extras lab-extras updates', u'Cleaning up everything', u'Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos', u'Loaded plugins: fastestmirror, langpacks, priorities', u'Determining fastest mirrors', u' * base: packages.oit.ncsu.edu', u' * extras: repos-va.psychz.net', u' * updates: mirror.math.princeton.edu'], u'end': u'2020-01-24 15:13:07.165847', '_ansible_no_log': False, u'cmd': u'rm -rf /var/cache/yum/*; yum clean all; yum makecache', u'start': u'2020-01-24 15:04:40.365622', u'warnings': [u"Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."], u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'strip_empty_ends': True, u'_raw_params': u'rm -rf /var/cache/yum/*; yum clean all; yum makecache', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}}}Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/callback_plugins/failure_log.py", line 44, in log_failure log.error(yaml.safe_dump(failure)) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 309, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 281, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 29, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 68, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 251, in represent_undefined raise RepresenterError("cannot represent an object", data)RepresenterError: ('cannot represent an object', u'rm -rf /var/cache/yum/*; yum clean all; yum makecache')Failure object was: {'mira063.front.sepia.ceph.com': {'stderr_lines': [u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 11252794 bytes remaining to read"', u'Trying other mirror.', u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/847ea7712ecf18929572ab1c59abfa4500e779f22773ff681df1d42620aa4fc3-updateinfo.xml.zck: [Errno 14] curl#18 - "transfer closed with 713578 bytes remaining to read"', u'Trying other mirror.', u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/0fec39353862c351582595daa30f48c5a1ff4750fb7e440af99c7fd85d969919-other.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 803464 bytes remaining to read"', u'Trying other mirror.', u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 3038678 bytes remaining to read"', u'Trying other mirror.', u"http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 12] Timeout on http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds')", u'Trying other mirror.', u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 2607162 bytes remaining to read"', u'Trying other mirror.', u'', u'', u' One of the configured repositories failed (Extra Packages for Enterprise Linux),', u" and yum doesn't have enough cached data to continue. At this point the only", u' safe thing yum can do is fail. There are a few ways to work "fix" this:', u'', u' 1. Contact the upstream for the repository and get them to fix the problem.', u'', u' 2. Reconfigure the baseurl/etc. for the repository, to point to a working', u' upstream. This is most often useful if you are using a newer', u' distribution release than is supported by the repository (and the', u' packages for the previous distribution release still work).', u'', u' 3. Run the command with the repository temporarily disabled', u' yum --disablerepo=epel ...', u'', u" 4. Disable the repository permanently, so yum won't use it by default. Yum", u' will then just ignore the repository until you permanently enable it', u' again or use --enablerepo for temporary usage:', u'', u' yum-config-manager --disable epel', u' or', u' subscription-manager repos --disable=epel', u'', u' 5. Configure the failing repository to be skipped, if it is unavailable.', u' Note that yum will try to contact the repo. when it runs most commands,', u' so will have to try and fail each time (and thus. yum will be be much', u' slower). If it is a very temporary problem though, this is often a nice', u' compromise:', u'', u' yum-config-manager --save --setopt=epel.skip_if_unavailable=true', u'', u'failure: repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2 from epel: [Errno 256] No more mirrors to try.', u"http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 12] Timeout on http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds')", u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 2607162 bytes remaining to read"'], u'changed': True, u'stderr': u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 11252794 bytes remaining to read"\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/847ea7712ecf18929572ab1c59abfa4500e779f22773ff681df1d42620aa4fc3-updateinfo.xml.zck: [Errno 14] curl#18 - "transfer closed with 713578 bytes remaining to read"\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/0fec39353862c351582595daa30f48c5a1ff4750fb7e440af99c7fd85d969919-other.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 803464 bytes remaining to read"\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 3038678 bytes remaining to read"\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 12] Timeout on http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: (28, \'Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds\')\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 2607162 bytes remaining to read"\nTrying other mirror.\n\n\n One of the configured repositories failed (Extra Packages for Enterprise Linux),\n and yum doesn\'t have enough cached data to continue. At this point the only\n safe thing yum can do is fail. There are a few ways to work "fix" this:\n\n 1. Contact the upstream for the repository and get them to fix the problem.\n\n 2. Reconfigure the baseurl/etc. for the repository, to point to a working\n upstream. This is most often useful if you are using a newer\n distribution release than is supported by the repository (and the\n packages for the previous distribution release still work).\n\n 3. Run the command with the repository temporarily disabled\n yum --disablerepo=epel ...\n\n 4. Disable the repository permanently, so yum won\'t use it by default. Yum\n will then just ignore the repository until you permanently enable it\n again or use --enablerepo for temporary usage:\n\n yum-config-manager --disable epel\n or\n subscription-manager repos --disable=epel\n\n 5. Configure the failing repository to be skipped, if it is unavailable.\n Note that yum will try to contact the repo. when it runs most commands,\n so will have to try and fail each time (and thus. yum will be be much\n slower). If it is a very temporary problem though, this is often a nice\n compromise:\n\n yum-config-manager --save --setopt=epel.skip_if_unavailable=true\n\nfailure: repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2 from epel: [Errno 256] No more mirrors to try.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 12] Timeout on http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: (28, \'Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds\')\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 2607162 bytes remaining to read"', u'stdout': u'Loaded plugins: fastestmirror, langpacks, priorities\nCleaning repos: base centos7-fcgi-ceph epel extras lab-extras updates\nCleaning up everything\nMaybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos\nLoaded plugins: fastestmirror, langpacks, priorities\nDetermining fastest mirrors\n * base: packages.oit.ncsu.edu\n * extras: repos-va.psychz.net\n * updates: mirror.math.princeton.edu', u'msg': u'non-zero return code', u'delta': u'0:38:19.630644', 'stdout_lines': [u'Loaded plugins: fastestmirror, langpacks, priorities', u'Cleaning repos: base centos7-fcgi-ceph epel extras lab-extras updates', u'Cleaning up everything', u'Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos', u'Loaded plugins: fastestmirror, langpacks, priorities', u'Determining fastest mirrors', u' * base: packages.oit.ncsu.edu', u' * extras: repos-va.psychz.net', u' * updates: mirror.math.princeton.edu'], u'end': u'2020-01-24 15:42:53.261206', '_ansible_no_log': False, u'cmd': u'rm -rf /var/cache/yum/*; yum clean all; yum makecache', u'start': u'2020-01-24 15:04:33.630562', u'warnings': [u"Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."], u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'strip_empty_ends': True, u'_raw_params': u'rm -rf /var/cache/yum/*; yum clean all; yum makecache', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}}}Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/callback_plugins/failure_log.py", line 44, in log_failure log.error(yaml.safe_dump(failure)) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 309, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 281, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 29, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 68, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 251, in represent_undefined raise RepresenterError("cannot represent an object", data)RepresenterError: ('cannot represent an object', u'rm -rf /var/cache/yum/*; yum clean all; yum makecache')

  • log_href: http://qa-proxy.ceph.com/teuthology/teuthology-2020-01-24_05:55:01-ceph-deploy-mimic-distro-basic-mira/4700022/teuthology.log
  • archive_path: /home/teuthworker/archive/teuthology-2020-01-24_05:55:01-ceph-deploy-mimic-distro-basic-mira/4700022
  • description: ceph-deploy/ceph-volume/{cluster/4node.yaml config/ceph_volume_dmcrypt_off.yaml distros/centos_latest.yaml tasks/rbd_import_export.yaml}
  • duration: 0:50:58
  • email: ceph-qa@ceph.io
  • failure_reason: at yum will try to contact the repo. when it runs most commands,', u' so will have to try and fail each time (and thus. yum will be be much', u' slower). If it is a very temporary problem though, this is often a nice', u' compromise:', u'', u' yum-config-manager --save --setopt=epel.skip_if_unavailable=true', u'', u'failure: repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2 from epel: [Errno 256] No more mirrors to try.', u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 10659519 bytes remaining to read"'], u'changed': True, u'stderr': u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 11510262 bytes remaining to read"\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 10823378 bytes remaining to read"\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 10659519 bytes remaining to read"\nTrying other mirror.\n\n\n One of the configured repositories failed (Extra Packages for Enterprise Linux),\n and yum doesn\'t have enough cached data to continue. At this point the only\n safe thing yum can do is fail. There are a few ways to work "fix" this:\n\n 1. Contact the upstream for the repository and get them to fix the problem.\n\n 2. Reconfigure the baseurl/etc. for the repository, to point to a working\n upstream. This is most often useful if you are using a newer\n distribution release than is supported by the repository (and the\n packages for the previous distribution release still work).\n\n 3. Run the command with the repository temporarily disabled\n yum --disablerepo=epel ...\n\n 4. Disable the repository permanently, so yum won\'t use it by default. Yum\n will then just ignore the repository until you permanently enable it\n again or use --enablerepo for temporary usage:\n\n yum-config-manager --disable epel\n or\n subscription-manager repos --disable=epel\n\n 5. Configure the failing repository to be skipped, if it is unavailable.\n Note that yum will try to contact the repo. when it runs most commands,\n so will have to try and fail each time (and thus. yum will be be much\n slower). If it is a very temporary problem though, this is often a nice\n compromise:\n\n yum-config-manager --save --setopt=epel.skip_if_unavailable=true\n\nfailure: repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2 from epel: [Errno 256] No more mirrors to try.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 10659519 bytes remaining to read"', u'stdout': u'Loaded plugins: fastestmirror, langpacks, priorities\nCleaning repos: base centos7-fcgi-ceph epel extras lab-extras updates\nCleaning up everything\nMaybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos\nLoaded plugins: fastestmirror, langpacks, priorities\nDetermining fastest mirrors\n * base: packages.oit.ncsu.edu\n * extras: repos-va.psychz.net\n * updates: mirror.math.princeton.edu', u'msg': u'non-zero return code', u'delta': u'0:08:26.800225', 'stdout_lines': [u'Loaded plugins: fastestmirror, langpacks, priorities', u'Cleaning repos: base centos7-fcgi-ceph epel extras lab-extras updates', u'Cleaning up everything', u'Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos', u'Loaded plugins: fastestmirror, langpacks, priorities', u'Determining fastest mirrors', u' * base: packages.oit.ncsu.edu', u' * extras: repos-va.psychz.net', u' * updates: mirror.math.princeton.edu'], u'end': u'2020-01-24 15:13:07.165847', '_ansible_no_log': False, u'cmd': u'rm -rf /var/cache/yum/*; yum clean all; yum makecache', u'start': u'2020-01-24 15:04:40.365622', u'warnings': [u"Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."], u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'strip_empty_ends': True, u'_raw_params': u'rm -rf /var/cache/yum/*; yum clean all; yum makecache', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}}}Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/callback_plugins/failure_log.py", line 44, in log_failure log.error(yaml.safe_dump(failure)) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 309, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 281, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 29, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 68, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 251, in represent_undefined raise RepresenterError("cannot represent an object", data)RepresenterError: ('cannot represent an object', u'rm -rf /var/cache/yum/*; yum clean all; yum makecache')Failure object was: {'mira063.front.sepia.ceph.com': {'stderr_lines': [u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 11252794 bytes remaining to read"', u'Trying other mirror.', u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/847ea7712ecf18929572ab1c59abfa4500e779f22773ff681df1d42620aa4fc3-updateinfo.xml.zck: [Errno 14] curl#18 - "transfer closed with 713578 bytes remaining to read"', u'Trying other mirror.', u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/0fec39353862c351582595daa30f48c5a1ff4750fb7e440af99c7fd85d969919-other.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 803464 bytes remaining to read"', u'Trying other mirror.', u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 3038678 bytes remaining to read"', u'Trying other mirror.', u"http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 12] Timeout on http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds')", u'Trying other mirror.', u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 2607162 bytes remaining to read"', u'Trying other mirror.', u'', u'', u' One of the configured repositories failed (Extra Packages for Enterprise Linux),', u" and yum doesn't have enough cached data to continue. At this point the only", u' safe thing yum can do is fail. There are a few ways to work "fix" this:', u'', u' 1. Contact the upstream for the repository and get them to fix the problem.', u'', u' 2. Reconfigure the baseurl/etc. for the repository, to point to a working', u' upstream. This is most often useful if you are using a newer', u' distribution release than is supported by the repository (and the', u' packages for the previous distribution release still work).', u'', u' 3. Run the command with the repository temporarily disabled', u' yum --disablerepo=epel ...', u'', u" 4. Disable the repository permanently, so yum won't use it by default. Yum", u' will then just ignore the repository until you permanently enable it', u' again or use --enablerepo for temporary usage:', u'', u' yum-config-manager --disable epel', u' or', u' subscription-manager repos --disable=epel', u'', u' 5. Configure the failing repository to be skipped, if it is unavailable.', u' Note that yum will try to contact the repo. when it runs most commands,', u' so will have to try and fail each time (and thus. yum will be be much', u' slower). If it is a very temporary problem though, this is often a nice', u' compromise:', u'', u' yum-config-manager --save --setopt=epel.skip_if_unavailable=true', u'', u'failure: repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2 from epel: [Errno 256] No more mirrors to try.', u"http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 12] Timeout on http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds')", u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 2607162 bytes remaining to read"'], u'changed': True, u'stderr': u'http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 11252794 bytes remaining to read"\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/847ea7712ecf18929572ab1c59abfa4500e779f22773ff681df1d42620aa4fc3-updateinfo.xml.zck: [Errno 14] curl#18 - "transfer closed with 713578 bytes remaining to read"\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/0fec39353862c351582595daa30f48c5a1ff4750fb7e440af99c7fd85d969919-other.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 803464 bytes remaining to read"\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 3038678 bytes remaining to read"\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 12] Timeout on http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: (28, \'Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds\')\nTrying other mirror.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 2607162 bytes remaining to read"\nTrying other mirror.\n\n\n One of the configured repositories failed (Extra Packages for Enterprise Linux),\n and yum doesn\'t have enough cached data to continue. At this point the only\n safe thing yum can do is fail. There are a few ways to work "fix" this:\n\n 1. Contact the upstream for the repository and get them to fix the problem.\n\n 2. Reconfigure the baseurl/etc. for the repository, to point to a working\n upstream. This is most often useful if you are using a newer\n distribution release than is supported by the repository (and the\n packages for the previous distribution release still work).\n\n 3. Run the command with the repository temporarily disabled\n yum --disablerepo=epel ...\n\n 4. Disable the repository permanently, so yum won\'t use it by default. Yum\n will then just ignore the repository until you permanently enable it\n again or use --enablerepo for temporary usage:\n\n yum-config-manager --disable epel\n or\n subscription-manager repos --disable=epel\n\n 5. Configure the failing repository to be skipped, if it is unavailable.\n Note that yum will try to contact the repo. when it runs most commands,\n so will have to try and fail each time (and thus. yum will be be much\n slower). If it is a very temporary problem though, this is often a nice\n compromise:\n\n yum-config-manager --save --setopt=epel.skip_if_unavailable=true\n\nfailure: repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2 from epel: [Errno 256] No more mirrors to try.\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 12] Timeout on http://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: (28, \'Operation too slow. Less than 1000 bytes/sec transferred the last 300 seconds\')\nhttp://dl.fedoraproject.org/pub/epel/7/x86_64/repodata/d0878257236e2d6fa937b34d0f8b5a3551ee8b90f497fd308734bd43c44fe6b4-filelists.sqlite.bz2: [Errno 14] curl#18 - "transfer closed with 2607162 bytes remaining to read"', u'stdout': u'Loaded plugins: fastestmirror, langpacks, priorities\nCleaning repos: base centos7-fcgi-ceph epel extras lab-extras updates\nCleaning up everything\nMaybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos\nLoaded plugins: fastestmirror, langpacks, priorities\nDetermining fastest mirrors\n * base: packages.oit.ncsu.edu\n * extras: repos-va.psychz.net\n * updates: mirror.math.princeton.edu', u'msg': u'non-zero return code', u'delta': u'0:38:19.630644', 'stdout_lines': [u'Loaded plugins: fastestmirror, langpacks, priorities', u'Cleaning repos: base centos7-fcgi-ceph epel extras lab-extras updates', u'Cleaning up everything', u'Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos', u'Loaded plugins: fastestmirror, langpacks, priorities', u'Determining fastest mirrors', u' * base: packages.oit.ncsu.edu', u' * extras: repos-va.psychz.net', u' * updates: mirror.math.princeton.edu'], u'end': u'2020-01-24 15:42:53.261206', '_ansible_no_log': False, u'cmd': u'rm -rf /var/cache/yum/*; yum clean all; yum makecache', u'start': u'2020-01-24 15:04:33.630562', u'warnings': [u"Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message."], u'rc': 1, u'invocation': {u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': True, u'strip_empty_ends': True, u'_raw_params': u'rm -rf /var/cache/yum/*; yum clean all; yum makecache', u'removes': None, u'argv': None, u'creates': None, u'chdir': None, u'stdin_add_newline': True, u'stdin': None}}}}Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/callback_plugins/failure_log.py", line 44, in log_failure log.error(yaml.safe_dump(failure)) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 309, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/__init__.py", line 281, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 29, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 227, in represent_dict return self.represent_mapping(u'tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 125, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 68, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/yaml/representer.py", line 251, in represent_undefined raise RepresenterError("cannot represent an object", data)RepresenterError: ('cannot represent an object', u'rm -rf /var/cache/yum/*; yum clean all; yum makecache')
  • flavor:
  • job_id: 4700022
  • kernel:
    • sha1: distro
    • kdb: True
  • last_in_suite: False
  • machine_type: mira
  • name: teuthology-2020-01-24_05:55:01-ceph-deploy-mimic-distro-basic-mira
  • nuke_on_error: True
  • os_type: centos
  • os_version: 7.4
  • overrides:
    • ansible.cephlab:
      • vars:
        • quick_lvs_to_create: 4
    • ceph-deploy:
      • use-ceph-volume: True
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
          • osd default pool size: 2
    • workunit:
      • sha1: e1c5fd9306ce839d8d3ac8160c57aba42e0231a8
      • branch: mimic
    • ceph:
      • log-whitelist:
        • \(MDS_ALL_DOWN\)
        • \(MDS_UP_LESS_THAN_MAX\)
      • conf:
        • mon:
          • debug mon: 20
          • debug paxos: 20
          • debug ms: 1
        • osd:
          • debug osd: 25
          • debug filestore: 20
          • debug journal: 20
          • debug ms: 1
      • sha1: 530fb2279cf8639e8ecff9ab4891acb72dabbf09
    • install:
      • ceph:
        • sha1: 530fb2279cf8639e8ecff9ab4891acb72dabbf09
    • admin_socket:
      • branch: mimic
  • owner: scheduled_teuthology@teuthology
  • pid:
  • roles:
    • ['mon.a', 'mgr.y', 'osd.0', 'osd.1']
    • ['mon.b', 'osd.2', 'osd.3']
    • ['mon.c', 'osd.4', 'osd.5']
    • ['mgr.x', 'client.0']
  • sentry_event:
  • status: fail
  • success: False
  • branch: mimic
  • seed:
  • sha1: 530fb2279cf8639e8ecff9ab4891acb72dabbf09
  • subset:
  • suite:
  • suite_branch: mimic
  • suite_path:
  • suite_relpath:
  • suite_repo:
  • suite_sha1: e1c5fd9306ce839d8d3ac8160c57aba42e0231a8
  • targets:
    • mira038.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7wudci9/ggIdD61EySOE+z8rPJ0m0awJ6qGrcTolXIkujlFPpYg15OuKdlJOWa9YBprZZ38QY+0F73R2cqCCEBfmovnB+2WBw+kl/Xl4hmeR6vYF9LRWHLJ0B9685MQU2CHFWSwTl+UR2XTlfwSkmcPM9iIQoh855ZZ+asxNjbp2r9OukHw4uynV20LERV3UqkOb/NHml0ESGuXbOSAImLe+7Ina1r+SZSKiteBzvqZus6QGOoiTnCYn7T69Nmm4/fhWyuuKGyjF52U3fCwkRZQaawmjg4FhC3Zuiy2ICkKlyrdRuhT0i4dmm+mLu2Rr2lxkTlbkTBzd7zgLnz5tf
    • mira016.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTiQmIcH3f21+l74g48FBEp0eBhYSSmS0jGrYqxxq9Kcp0MML+ux3EVmFhjdOik/hvE/kI8bI3b0LEv7Fw2gU/maynF5HIlia/iMgkuEuGkJq6I6wZ3yi1B3RnQdIMA4Gs1sLuOPoQp9VRNmheLbVFnDdSx7VZMw7q7l1GYAi/uBZwpjZX/6jeKBhwD3gI22qEkANO2usQ+fQPtJtK/TsApDY9uD+iPyqdgZUW2+LNKVaKn6GOmEf0cfrbPRz4cUqQg56YxQdmqUsCGNnFMHPlx/NMLoKsLTgwmNC3YCcdCaF3IP+AWhU66L+TBF16z8T/fYc2a59gNbAC8JXHnAZx
    • mira101.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC62ocIH0RHkH+h/Sp7TyHFLHL4rHe8dqmrM1rq64bKPwN6KXC211UGfuwecSxirjlefulp2aG7jbpwSwwDXy5ZubhAFuVqUjdRvA4AWzNFF7Bzl2yUTpuoBl7aDOT1ofFzOSPVfnycGsmfjVwxrjFPqX9Ozz68OqXURDgCeFNUWN0XBHfPbQ+QtKycxZhNmAhV449hilS16Wly1z9My0FMvtHJ/u2FIMucDqAElhflR4SAyJzXEpdm0F73EibNrp5GtzP0SvaS9W85jRWYfCa46h8qZJA7unt4aGoG63Q1vhYuv48CvtvhObrQdfkH9ms5NPMTPQyEHM9v2lkf/jtr
    • mira063.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCiPMcikOE0XmsyaLs+Dc9Cnz7xWUyFttcHIpo3ZyNGBhji6f8hC/pWPyAf0mUKcVFcjvTef6VntAv3rnPOle3wbLWCInXJDwYXqFCjy39Pan3YLbymBaCAjMxvpdtugn29vqGn5wmkyQvDZDXox6MEDcx1+fzB+1Xbjg3VuZcu+xOxmC+JxnSpGV5DbCLoAtGw6XL2DjrwhISyAXmU+70HtBJaebQ0b9QueGEfjrVZQ9MGLibA8xenClr7v6NLUt9thEGhwK75G0cuoHOKzOzZntCWksCMXzm4uP4tWvfIpc/4rwcad3ze2AXa/Icbc1F8MSUsX5Yh3syfrlqOM0kz
  • tasks:
    • internal.check_packages:
    • internal.buildpackages_prep:
    • internal.lock_machines:
      • 4
      • mira
    • internal.save_config:
    • internal.check_lock:
    • internal.add_remotes:
    • console_log:
    • internal.connect:
    • internal.push_inventory:
    • internal.serialize_remote_roles:
    • internal.check_conflict:
    • internal.check_ceph_data:
    • internal.vm_setup:
    • kernel:
      • sha1: distro
      • kdb: True
    • internal.base:
    • internal.archive_upload:
    • internal.archive:
    • internal.coredump:
    • internal.sudo:
    • internal.syslog:
    • internal.timer:
    • pcp:
    • selinux:
    • ansible.cephlab:
    • clock:
    • ssh-keys:
    • ceph-deploy:
    • workunit:
      • clients:
        • client.0:
          • rbd/import_export.sh
  • teuthology_branch: master
  • verbose: True
  • pcp_grafana_url:
  • priority:
  • user:
  • queue:
  • posted: 2020-01-24 05:58:17
  • started: 2020-01-24 14:09:09
  • updated: 2020-01-24 15:55:10
  • status_class: danger
  • runtime: 1:46:01
  • wait_time: 0:55:03