Description: rados/cephadm/with-work/{distro/centos_8.0.yaml fixed-2.yaml mode/packaged.yaml msgr/async.yaml start.yaml tasks/rados_api_tests.yaml}

Log: http://qa-proxy.ceph.com/teuthology/swagner-2020-04-24_09:32:08-rados-wip-swagner-testing-2020-04-23-1304-distro-basic-smithi/4980793/teuthology.log

Sentry event: http://sentry.ceph.com/sepia/teuthology/?q=db4612b2848041fa938bcc959fceabeb

Failure Reason:

e for repo \'CentOS-Base\', ignoring this repo.\nFailed to synchronize cache for repo \'CentOS-Extras\', ignoring this repo.\nTraceback (most recent call last):\n File "/bin/dnf", line 58, in <module>\n main.user_main(sys.argv[1:], exit_code=True)\n File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 193, in user_main\n errcode = main(args)\n File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 64, in main\n return _main(base, args, cli_class, option_parser_class)\n File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 99, in _main\n return cli_run(cli, base)\n File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 115, in cli_run\n cli.run()\n File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1125, in run\n return self.command.run()\n File "/usr/lib/python3.6/site-packages/dnf/cli/commands/group.py", line 384, in run\n self.base.conf.strict)\n File "/usr/lib/python3.6/site-packages/dnf/base.py", line 1623, in env_group_install\n cnt += self.group_install(group_id, types, exclude=exclude, strict=strict)\n File "/usr/lib/python3.6/site-packages/dnf/base.py", line 1597, in group_install\n strict)\n File "/usr/lib/python3.6/site-packages/dnf/comps.py", line 93, in install_or_skip\n return install_fnc(grp_or_env_id, types, exclude, strict, exclude_groups)\n File "/usr/lib/python3.6/site-packages/dnf/comps.py", line 653, in _group_install\n raise ValueError(_("Group_id \'%s\' does not exist.") % ucd(group_id))\nValueError: Group_id \'base\' does not exist.', 'rc': 1, 'start': '2020-04-24 10:04:58.407780', 'end': '2020-04-24 10:04:59.349652', 'delta': '0:00:00.941872', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'dnf -y groupinstall base --nobest && dnf -y group upgrade base', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'warnings': ["Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf 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."], 'stdout_lines': ['CentOS-8 - AppStream 24 kB/s | 2.3 kB 00:00 ', 'CentOS-8 - Base 24 kB/s | 2.3 kB 00:00 ', 'CentOS-8 - Extras 24 kB/s | 2.3 kB 00:00 ', 'Last metadata expiration check: 0:00:04 ago on Fri 24 Apr 2020 10:04:55 AM UTC.'], 'stderr_lines': ["Failed to synchronize cache for repo 'CentOS-AppStream', ignoring this repo.", "Failed to synchronize cache for repo 'CentOS-Base', ignoring this repo.", "Failed to synchronize cache for repo 'CentOS-Extras', ignoring this repo.", 'Traceback (most recent call last):', ' File "/bin/dnf", line 58, in <module>', ' main.user_main(sys.argv[1:], exit_code=True)', ' File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 193, in user_main', ' errcode = main(args)', ' File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 64, in main', ' return _main(base, args, cli_class, option_parser_class)', ' File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 99, in _main', ' return cli_run(cli, base)', ' File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 115, in cli_run', ' cli.run()', ' File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1125, in run', ' return self.command.run()', ' File "/usr/lib/python3.6/site-packages/dnf/cli/commands/group.py", line 384, in run', ' self.base.conf.strict)', ' File "/usr/lib/python3.6/site-packages/dnf/base.py", line 1623, in env_group_install', ' cnt += self.group_install(group_id, types, exclude=exclude, strict=strict)', ' File "/usr/lib/python3.6/site-packages/dnf/base.py", line 1597, in group_install', ' strict)', ' File "/usr/lib/python3.6/site-packages/dnf/comps.py", line 93, in install_or_skip', ' return install_fnc(grp_or_env_id, types, exclude, strict, exclude_groups)', ' File "/usr/lib/python3.6/site-packages/dnf/comps.py", line 653, in _group_install', ' raise ValueError(_("Group_id \'%s\' does not exist.") % ucd(group_id))', "ValueError: Group_id 'base' does not exist."], '_ansible_no_log': False}}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/lib/python3.6/site-packages/yaml/__init__.py", line 306, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/__init__.py", line 278, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 27, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 231, in represent_undefined raise RepresenterError("cannot represent an object", data)yaml.representer.RepresenterError: ('cannot represent an object', 'dnf -y groupinstall base --nobest && dnf -y group upgrade base')

  • log_href: http://qa-proxy.ceph.com/teuthology/swagner-2020-04-24_09:32:08-rados-wip-swagner-testing-2020-04-23-1304-distro-basic-smithi/4980793/teuthology.log
  • archive_path: /home/teuthworker/archive/swagner-2020-04-24_09:32:08-rados-wip-swagner-testing-2020-04-23-1304-distro-basic-smithi/4980793
  • description: rados/cephadm/with-work/{distro/centos_8.0.yaml fixed-2.yaml mode/packaged.yaml msgr/async.yaml start.yaml tasks/rados_api_tests.yaml}
  • duration: 0:04:11
  • email: swagner@suse.com
  • failure_reason: e for repo \'CentOS-Base\', ignoring this repo.\nFailed to synchronize cache for repo \'CentOS-Extras\', ignoring this repo.\nTraceback (most recent call last):\n File "/bin/dnf", line 58, in \n main.user_main(sys.argv[1:], exit_code=True)\n File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 193, in user_main\n errcode = main(args)\n File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 64, in main\n return _main(base, args, cli_class, option_parser_class)\n File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 99, in _main\n return cli_run(cli, base)\n File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 115, in cli_run\n cli.run()\n File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1125, in run\n return self.command.run()\n File "/usr/lib/python3.6/site-packages/dnf/cli/commands/group.py", line 384, in run\n self.base.conf.strict)\n File "/usr/lib/python3.6/site-packages/dnf/base.py", line 1623, in env_group_install\n cnt += self.group_install(group_id, types, exclude=exclude, strict=strict)\n File "/usr/lib/python3.6/site-packages/dnf/base.py", line 1597, in group_install\n strict)\n File "/usr/lib/python3.6/site-packages/dnf/comps.py", line 93, in install_or_skip\n return install_fnc(grp_or_env_id, types, exclude, strict, exclude_groups)\n File "/usr/lib/python3.6/site-packages/dnf/comps.py", line 653, in _group_install\n raise ValueError(_("Group_id \'%s\' does not exist.") % ucd(group_id))\nValueError: Group_id \'base\' does not exist.', 'rc': 1, 'start': '2020-04-24 10:04:58.407780', 'end': '2020-04-24 10:04:59.349652', 'delta': '0:00:00.941872', 'changed': True, 'invocation': {'module_args': {'_raw_params': 'dnf -y groupinstall base --nobest && dnf -y group upgrade base', '_uses_shell': True, 'warn': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'warnings': ["Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf 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."], 'stdout_lines': ['CentOS-8 - AppStream 24 kB/s | 2.3 kB 00:00 ', 'CentOS-8 - Base 24 kB/s | 2.3 kB 00:00 ', 'CentOS-8 - Extras 24 kB/s | 2.3 kB 00:00 ', 'Last metadata expiration check: 0:00:04 ago on Fri 24 Apr 2020 10:04:55 AM UTC.'], 'stderr_lines': ["Failed to synchronize cache for repo 'CentOS-AppStream', ignoring this repo.", "Failed to synchronize cache for repo 'CentOS-Base', ignoring this repo.", "Failed to synchronize cache for repo 'CentOS-Extras', ignoring this repo.", 'Traceback (most recent call last):', ' File "/bin/dnf", line 58, in ', ' main.user_main(sys.argv[1:], exit_code=True)', ' File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 193, in user_main', ' errcode = main(args)', ' File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 64, in main', ' return _main(base, args, cli_class, option_parser_class)', ' File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 99, in _main', ' return cli_run(cli, base)', ' File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 115, in cli_run', ' cli.run()', ' File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1125, in run', ' return self.command.run()', ' File "/usr/lib/python3.6/site-packages/dnf/cli/commands/group.py", line 384, in run', ' self.base.conf.strict)', ' File "/usr/lib/python3.6/site-packages/dnf/base.py", line 1623, in env_group_install', ' cnt += self.group_install(group_id, types, exclude=exclude, strict=strict)', ' File "/usr/lib/python3.6/site-packages/dnf/base.py", line 1597, in group_install', ' strict)', ' File "/usr/lib/python3.6/site-packages/dnf/comps.py", line 93, in install_or_skip', ' return install_fnc(grp_or_env_id, types, exclude, strict, exclude_groups)', ' File "/usr/lib/python3.6/site-packages/dnf/comps.py", line 653, in _group_install', ' raise ValueError(_("Group_id \'%s\' does not exist.") % ucd(group_id))', "ValueError: Group_id 'base' does not exist."], '_ansible_no_log': False}}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/lib/python3.6/site-packages/yaml/__init__.py", line 306, in safe_dump return dump_all([data], stream, Dumper=SafeDumper, **kwds) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/__init__.py", line 278, in dump_all dumper.represent(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 27, in represent node = self.represent_data(data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 48, in represent_data node = self.yaml_representers[data_types[0]](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 207, in represent_dict return self.represent_mapping('tag:yaml.org,2002:map', data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 118, in represent_mapping node_value = self.represent_data(item_value) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 58, in represent_data node = self.yaml_representers[None](self, data) File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 231, in represent_undefined raise RepresenterError("cannot represent an object", data)yaml.representer.RepresenterError: ('cannot represent an object', 'dnf -y groupinstall base --nobest && dnf -y group upgrade base')
  • flavor:
  • job_id: 4980793
  • kernel:
    • sha1: distro
    • kdb: True
  • last_in_suite: False
  • machine_type: smithi
  • name: swagner-2020-04-24_09:32:08-rados-wip-swagner-testing-2020-04-23-1304-distro-basic-smithi
  • nuke_on_error: True
  • os_type: centos
  • os_version: 8.0
  • overrides:
    • ceph-deploy:
      • conf:
        • client:
          • log file: /var/log/ceph/ceph-$name.$pid.log
        • mon:
          • osd default pool size: 2
    • selinux:
      • whitelist:
        • scontext=system_u:system_r:logrotate_t:s0
    • workunit:
      • sha1: f73b9a7ae277b6c39bc2726eafc4d9632e21508c
      • branch: wip-swagner-testing-2020-04-23-1304
    • ceph:
      • log-whitelist:
        • \(MDS_ALL_DOWN\)
        • \(MDS_UP_LESS_THAN_MAX\)
        • reached quota
        • but it is still running
        • overall HEALTH_
        • \(POOL_FULL\)
        • \(SMALLER_PGP_NUM\)
        • \(CACHE_POOL_NO_HIT_SET\)
        • \(CACHE_POOL_NEAR_FULL\)
        • \(POOL_APP_NOT_ENABLED\)
        • \(PG_AVAILABILITY\)
        • \(PG_DEGRADED\)
      • conf:
        • global:
          • ms type: async
        • mgr:
          • debug ms: 1
          • debug mgr: 20
        • client:
          • debug ms: 1
        • mon:
          • debug paxos: 20
          • mon warn on pool no app: False
          • debug mon: 20
          • debug ms: 1
        • osd:
          • debug osd: 25
          • debug filestore: 20
          • debug journal: 20
          • debug ms: 20
          • osd shutdown pgref assert: True
      • sha1: f73b9a7ae277b6c39bc2726eafc4d9632e21508c
    • cephadm:
      • cephadm_mode: cephadm-package
    • install:
      • ceph:
        • sha1: f73b9a7ae277b6c39bc2726eafc4d9632e21508c
      • extra_packages:
        • cephadm
    • admin_socket:
      • branch: wip-swagner-testing-2020-04-23-1304
  • owner: scheduled_swagner@teuthology
  • pid:
  • roles:
    • ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a']
    • ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b']
  • sentry_event: http://sentry.ceph.com/sepia/teuthology/?q=db4612b2848041fa938bcc959fceabeb
  • status: dead
  • success: False
  • branch: wip-swagner-testing-2020-04-23-1304
  • seed:
  • sha1: f73b9a7ae277b6c39bc2726eafc4d9632e21508c
  • subset:
  • suite:
  • suite_branch: wip-swagner-testing-2020-04-23-1304
  • suite_path:
  • suite_relpath:
  • suite_repo:
  • suite_sha1: f73b9a7ae277b6c39bc2726eafc4d9632e21508c
  • targets:
    • smithi102.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDfH4j8oJWeejPpO/Cd3nVY/1BvLUkEnxKsfnOmuXQXI6UAEPH87csUyPma6pDS1GibLaBRjkkLJpHOkSb3utvv3xxkgEUoJWxjfnDfuYyHUfEX2BH3l/9WjicORaakgXQsSH8vsBtXzIHbJ95NquBfJNEURDs9uxMoS4stLh8GOV9YSDO2EGgvPJRdmWqmIT7qT5EQ3sAl7zscuBOfPAJExirAeZ17yCRUWj9H4tnhxLkzOhYD+M4SzehTK3wW2wiVeYCgSqoYqY1/Gl0j7SCYyqfj3Im8VMV1//MyukXKl5NaLVlxYesF6GDGNWGeaVSY/8dN3Qs46bU/l0QWjK4p
    • smithi052.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkm0ac/YmQD0aR5HZ1qrjG4ZIwelNWdNzWeeDbwnPrgOC+CaGvuwJ6ch8Omwurr1DjnzAHLvfEQEKOTmBt/AAktJOUem+Rp8X2py2Yk5Z+G7NXrmZkN+ipJaNhu/VahUV4j8NYzTjf2C2bfc2aa1Q0dfQ0HBW48cynK8xz6DFw0v1DhkBUV31dkN9K6gqJAQeMt2IgqO8NHrq7hx6+rezQMvRVZHagzIShTqzJBzfQ6WtdhcprZeCsOXQn/j7bhYSNrVaEMeIReGSAB2EHllJh+SMMlnDPkgT3/eDMiyQevdCUJLEISHzAQmn8OE+5QSwDlhIKpS48a7aYCfAnDgDB
  • tasks:
    • internal.check_packages:
    • internal.buildpackages_prep:
    • internal.lock_machines:
      • 2
      • smithi
    • 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:
    • install:
    • cephadm:
      • conf:
        • mgr:
          • debug ms: 1
          • debug mgr: 20
    • workunit:
      • clients:
        • client.0:
          • rados/test.sh
          • rados/test_pool_quota.sh
  • teuthology_branch: master
  • verbose: False
  • pcp_grafana_url:
  • priority:
  • user:
  • queue:
  • posted: 2020-04-24 09:32:39
  • started: 2020-04-24 09:37:29
  • updated: 2020-04-24 10:05:28
  • status_class: danger
  • runtime: 0:27:59
  • wait_time: 0:23:48