Status Job ID Links Posted Started Updated
Runtime
Duration
In Waiting
Machine Teuthology Branch OS Type OS Version Description Nodes
pass 6063235 2021-04-21 22:39:35 2021-04-21 22:42:34 2021-04-21 23:07:38 0:25:04 0:18:12 0:06:52 smithi master rhel 8.3 rados:cephadm/smoke-roleless/{0-distro/rhel_8.3_kubic_stable 1-start 2-services/mirror 3-final} 2
pass 6063236 2021-04-21 22:39:37 2021-04-21 22:42:34 2021-04-21 23:23:51 0:41:17 0:30:16 0:11:01 smithi master centos 8.2 rados:cephadm/thrash/{0-distro/centos_8.2_kubic_stable 1-start 2-thrash 3-tasks/small-objects fixed-2 msgr/async-v2only root} 2
dead 6063237 2021-04-21 22:39:38 2021-04-21 22:42:35 2021-04-21 22:56:37 0:14:02 0:03:25 0:10:37 smithi master ubuntu 20.04 rados:cephadm/with-work/{0-distro/ubuntu_20.04 fixed-2 mode/packaged mon_election/connectivity msgr/async-v1only start tasks/rados_python} 2
Failure Reason:

Failure object was: {'smithi073.front.sepia.ceph.com': {'msg': '\'/usr/bin/apt-get -y -o "Dpkg::Options::=--force-confdef" -o "Dpkg::Options::=--force-confold" install \'docker.io\'\' failed: E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 7910 (apt-get)\nE: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?\n', 'stdout': '', 'stderr': 'E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 7910 (apt-get)\nE: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?\n', 'rc': 100, 'cache_updated': False, 'cache_update_time': 1619045321, 'invocation': {'module_args': {'name': ['docker.io'], 'state': 'latest', 'package': ['docker.io'], 'cache_valid_time': 0, 'purge': False, 'force': False, 'dpkg_options': 'force-confdef,force-confold', 'autoremove': False, 'autoclean': False, 'only_upgrade': False, 'force_apt_get': False, 'allow_unauthenticated': False, 'update_cache': None, 'deb': None, 'default_release': None, 'install_recommends': None, 'upgrade': None, 'policy_rc_d': None}}, 'stdout_lines': [], 'stderr_lines': ['E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 7910 (apt-get)', 'E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?'], '_ansible_no_log': False, 'changed': 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_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/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_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/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_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/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_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/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_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/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_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/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_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/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_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/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_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/virtualenv/lib/python3.6/site-packages/yaml/representer.py", line 117, in represent_mapping node_key = self.represent_data(item_key) File "/home/teuthworker/src/git.ceph.com_git_teuthology_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/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_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/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', 'cache_update_time')

pass 6063238 2021-04-21 22:39:39 2021-04-21 22:42:35 2021-04-21 23:07:37 0:25:02 0:18:11 0:06:51 smithi master rhel 8.3 rados:cephadm/smoke/{distro/rhel_8.3_kubic_stable fixed-2 mon_election/classic start} 2
pass 6063239 2021-04-21 22:39:40 2021-04-21 22:42:35 2021-04-21 23:09:39 0:27:04 0:17:30 0:09:34 smithi master centos 8.2 rados:cephadm/workunits/{0-distro/centos_8.2_kubic_stable mon_election/classic task/test_cephadm} 1
pass 6063240 2021-04-21 22:39:41 2021-04-21 22:42:35 2021-04-21 23:11:40 0:29:05 0:18:25 0:10:40 smithi master ubuntu 18.04 rados:cephadm/smoke-roleless/{0-distro/ubuntu_18.04 1-start 2-services/rgw-ingress 3-final} 2
pass 6063241 2021-04-21 22:39:43 2021-04-21 22:43:36 2021-04-21 23:30:30 0:46:54 0:36:18 0:10:36 smithi master centos 8.2 rados:cephadm/thrash/{0-distro/centos_8.2_kubic_stable 1-start 2-thrash 3-tasks/snaps-few-objects fixed-2 msgr/async root} 2
pass 6063242 2021-04-21 22:39:44 2021-04-21 22:43:36 2021-04-21 23:09:39 0:26:03 0:15:17 0:10:46 smithi master ubuntu 18.04 rados:cephadm/smoke/{distro/ubuntu_18.04 fixed-2 mon_election/connectivity start} 2
pass 6063243 2021-04-21 22:39:46 2021-04-21 22:43:36 2021-04-21 23:23:51 0:40:15 0:27:32 0:12:43 smithi master ubuntu 20.04 rados:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/defaut 3-start-upgrade 4-wait mon_election/connectivity} 2
pass 6063244 2021-04-21 22:39:48 2021-04-21 22:45:32 2021-04-21 23:02:33 0:17:01 0:07:39 0:09:22 smithi master centos 8.2 rados:cephadm/workunits/{0-distro/centos_8.2_kubic_stable mon_election/connectivity task/test_cephadm_repos} 1
pass 6063245 2021-04-21 22:39:50 2021-04-21 22:45:33 2021-04-21 23:33:02 0:47:29 0:35:59 0:11:30 smithi master centos 8.2 rados:cephadm/with-work/{0-distro/centos_8.2_kubic_stable fixed-2 mode/root mon_election/classic msgr/async-v2only start tasks/rados_api_tests} 2
pass 6063246 2021-04-21 22:39:51 2021-04-21 22:45:33 2021-04-21 23:13:50 0:28:17 0:17:17 0:11:00 smithi master ubuntu 20.04 rados:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 1-start 2-services/rgw 3-final} 2
pass 6063247 2021-04-21 22:39:52 2021-04-21 22:45:33 2021-04-21 23:17:37 0:32:04 0:16:31 0:15:33 smithi master ubuntu 20.04 rados:cephadm/smoke/{distro/ubuntu_20.04 fixed-2 mon_election/classic start} 2
pass 6063248 2021-04-21 22:39:53 2021-04-21 22:50:41 2021-04-21 23:19:51 0:29:10 0:21:58 0:07:12 smithi master centos 8.2 rados:cephadm/workunits/{0-distro/centos_8.2_kubic_stable mon_election/classic task/test_orch_cli} 1
pass 6063249 2021-04-21 22:39:54 2021-04-21 22:50:42 2021-04-21 23:37:01 0:46:19 0:36:10 0:10:09 smithi master centos 8.2 rados:cephadm/thrash/{0-distro/centos_8.2_kubic_stable 1-start 2-thrash 3-tasks/rados_api_tests fixed-2 msgr/async-v1only root} 2
pass 6063250 2021-04-21 22:39:56 2021-04-21 22:50:42 2021-04-21 23:30:29 0:39:47 0:32:55 0:06:52 smithi master rhel 8.3 rados:cephadm/with-work/{0-distro/rhel_8.3_kubic_stable fixed-2 mode/packaged mon_election/connectivity msgr/async start tasks/rados_python} 2
pass 6063251 2021-04-21 22:39:58 2021-04-21 22:50:42 2021-04-21 23:21:32 0:30:50 0:19:42 0:11:08 smithi master centos 8.2 rados:cephadm/dashboard/{0-distro/centos_8.2_kubic_stable task/test_e2e} 2
pass 6063252 2021-04-21 22:40:00 2021-04-21 22:52:43 2021-04-21 23:15:25 0:22:42 0:11:43 0:10:59 smithi master ubuntu 20.04 rados:cephadm/orchestrator_cli/{0-random-distro$/{ubuntu_20.04} 2-node-mgr orchestrator_cli} 2
pass 6063253 2021-04-21 22:40:01 2021-04-21 22:52:43 2021-04-21 23:19:31 0:26:48 0:14:50 0:11:58 smithi master centos 8.2 rados:cephadm/smoke/{distro/centos_8.2_kubic_stable fixed-2 mon_election/classic start} 2
pass 6063254 2021-04-21 22:40:03 2021-04-21 22:52:43 2021-04-21 23:15:51 0:23:08 0:13:56 0:09:12 smithi master centos 8.2 rados:cephadm/smoke-roleless/{0-distro/centos_8.2_kubic_stable 1-start 2-services/basic 3-final} 2
pass 6063255 2021-04-21 22:40:05 2021-04-21 22:52:43 2021-04-21 23:15:25 0:22:42 0:10:59 0:11:43 smithi master centos 8.2 rados:cephadm/smoke-singlehost/{0-distro$/{centos_8.2_kubic_stable} 1-start 2-services/basic 3-final} 1
pass 6063256 2021-04-21 22:40:07 2021-04-21 22:54:44 2021-04-21 23:35:01 0:40:17 0:27:33 0:12:44 smithi master centos 8.3 rados:cephadm/upgrade/{1-start-distro/1-start-centos_8.3-octopus 2-repo_digest/defaut 3-start-upgrade 4-wait mon_election/classic} 2
pass 6063257 2021-04-21 22:40:09 2021-04-21 22:54:44 2021-04-21 23:13:14 0:18:30 0:09:58 0:08:32 smithi master centos 8.2 rados:cephadm/workunits/{0-distro/centos_8.2_kubic_stable mon_election/classic task/test_adoption} 1
pass 6063258 2021-04-21 22:40:10 2021-04-21 22:54:44 2021-04-21 23:52:16 0:57:32 0:48:38 0:08:54 smithi master centos 8.2 rados:cephadm/thrash/{0-distro/centos_8.2_kubic_stable 1-start 2-thrash 3-tasks/radosbench fixed-2 msgr/async-v2only root} 2
pass 6063259 2021-04-21 22:40:11 2021-04-21 22:54:44 2021-04-21 23:19:31 0:24:47 0:19:06 0:05:41 smithi master rhel 8.3 rados:cephadm/smoke/{distro/rhel_8.3_kubic_stable fixed-2 mon_election/connectivity start} 2
pass 6063260 2021-04-21 22:40:12 2021-04-21 22:54:45 2021-04-21 23:19:31 0:24:46 0:16:29 0:08:17 smithi master centos 8.2 rados:cephadm/workunits/{0-distro/centos_8.2_kubic_stable mon_election/connectivity task/test_cephadm} 1
pass 6063261 2021-04-21 22:40:13 2021-04-21 22:54:45 2021-04-21 23:19:32 0:24:47 0:18:26 0:06:21 smithi master rhel 8.3 rados:cephadm/smoke-roleless/{0-distro/rhel_8.3_kubic_stable 1-start 2-services/iscsi 3-final} 2
pass 6063262 2021-04-21 22:40:14 2021-04-21 22:54:45 2021-04-21 23:41:49 0:47:04 0:36:00 0:11:04 smithi master ubuntu 18.04 rados:cephadm/with-work/{0-distro/ubuntu_18.04 fixed-2 mode/root mon_election/classic msgr/async-v1only start tasks/rados_api_tests} 2
pass 6063263 2021-04-21 22:40:15 2021-04-21 22:54:46 2021-04-21 23:35:01 0:40:15 0:30:57 0:09:18 smithi master centos 8.2 rados:cephadm/thrash/{0-distro/centos_8.2_kubic_stable 1-start 2-thrash 3-tasks/small-objects fixed-2 msgr/async root} 2
pass 6063264 2021-04-21 22:40:17 2021-04-21 22:54:46 2021-04-21 23:21:32 0:26:46 0:15:30 0:11:16 smithi master ubuntu 18.04 rados:cephadm/smoke/{distro/ubuntu_18.04 fixed-2 mon_election/classic start} 2
pass 6063265 2021-04-21 22:40:19 2021-04-21 22:56:46 2021-04-21 23:35:01 0:38:15 0:28:33 0:09:42 smithi master ubuntu 20.04 rados:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04-15.2.9 2-repo_digest/repo_digest 3-start-upgrade 4-wait mon_election/connectivity} 2
pass 6063266 2021-04-21 22:40:21 2021-04-21 22:56:47 2021-04-21 23:11:40 0:14:53 0:07:19 0:07:34 smithi master centos 8.2 rados:cephadm/workunits/{0-distro/centos_8.2_kubic_stable mon_election/classic task/test_cephadm_repos} 1
pass 6063267 2021-04-21 22:40:23 2021-04-21 22:56:47 2021-04-21 23:23:32 0:26:45 0:14:59 0:11:46 smithi master ubuntu 18.04 rados:cephadm/smoke-roleless/{0-distro/ubuntu_18.04 1-start 2-services/mirror 3-final} 2
pass 6063268 2021-04-21 22:40:25 2021-04-21 23:07:20 2021-04-21 23:41:49 0:34:29 0:24:12 0:10:17 smithi master ubuntu 20.04 rados:cephadm/with-work/{0-distro/ubuntu_20.04 fixed-2 mode/packaged mon_election/connectivity msgr/async-v2only start tasks/rados_python} 2
pass 6063269 2021-04-21 22:40:27 2021-04-21 23:07:40 2021-04-21 23:35:01 0:27:21 0:16:02 0:11:19 smithi master ubuntu 20.04 rados:cephadm/smoke/{distro/ubuntu_20.04 fixed-2 mon_election/connectivity start} 2
pass 6063270 2021-04-21 22:40:29 2021-04-21 23:07:41 2021-04-21 23:39:44 0:32:03 0:21:14 0:10:49 smithi master centos 8.2 rados:cephadm/workunits/{0-distro/centos_8.2_kubic_stable mon_election/connectivity task/test_orch_cli} 1
pass 6063271 2021-04-21 22:40:30 2021-04-21 23:07:41 2021-04-21 23:57:52 0:50:11 0:35:37 0:14:34 smithi master centos 8.2 rados:cephadm/thrash/{0-distro/centos_8.2_kubic_stable 1-start 2-thrash 3-tasks/snaps-few-objects fixed-2 msgr/async-v1only root} 2
pass 6063272 2021-04-21 22:40:32 2021-04-21 23:09:40 2021-04-21 23:41:49 0:32:09 0:19:36 0:12:33 smithi master ubuntu 20.04 rados:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 1-start 2-services/rgw-ingress 3-final} 2
pass 6063273 2021-04-21 22:40:34 2021-04-21 23:09:40 2021-04-21 23:35:02 0:25:22 0:14:22 0:11:00 smithi master centos 8.2 rados:cephadm/smoke/{distro/centos_8.2_kubic_stable fixed-2 mon_election/connectivity start} 2
pass 6063274 2021-04-21 22:40:36 2021-04-21 23:09:40 2021-04-21 23:30:29 0:20:49 0:11:53 0:08:56 smithi master ubuntu 18.04 rados:cephadm/smoke-singlehost/{0-distro$/{ubuntu_18.04} 1-start 2-services/rgw 3-final} 1
pass 6063275 2021-04-21 22:40:38 2021-04-21 23:09:41 2021-04-21 23:48:16 0:38:35 0:28:23 0:10:12 smithi master ubuntu 20.04 rados:cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/defaut 3-start-upgrade 4-wait mon_election/classic} 2