Activity log for bug #1494327

Date Who What changed Old value New value Message
2015-09-10 13:39:29 Matthew Edmonds bug added bug
2015-09-10 14:01:08 Dolph Mathews keystonemiddleware: status New Confirmed
2015-09-10 14:01:10 Dolph Mathews keystonemiddleware: importance Undecided High
2015-09-10 14:01:17 Dolph Mathews bug added subscriber Jamie Lennox
2015-09-11 16:28:06 Lin Hua Cheng keystonemiddleware: assignee Lin Hua Cheng (lin-hua-cheng)
2015-09-13 14:22:39 OpenStack Infra keystonemiddleware: status Confirmed In Progress
2015-09-13 14:22:39 OpenStack Infra keystonemiddleware: assignee Lin Hua Cheng (lin-hua-cheng) Dave Chen (wei-d-chen)
2015-09-14 03:32:23 Dave Chen description keystonemiddleware UTs sometimes (pretty often, but not consistently) fail with a DuplicateOptError as seen here: http://logs.openstack.org/73/217373/6/check/gate-keystonemiddleware-python34/03e20d0/console.html 2015-09-09 23:26:24.494 | FAIL: keystonemiddleware.tests.unit.auth_token.test_user_auth_plugin.V2UserPluginTests.test_with_service_information 2015-09-09 23:26:24.494 | tags: worker-3 2015-09-09 23:26:24.495 | ---------------------------------------------------------------------- 2015-09-09 23:26:24.495 | Empty attachments: 2015-09-09 23:26:24.495 | pythonlogging:'' 2015-09-09 23:26:24.495 | stderr 2015-09-09 23:26:24.495 | stdout 2015-09-09 23:26:24.495 | 2015-09-09 23:26:24.495 | Traceback (most recent call last): 2015-09-09 23:26:24.496 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/keystonemiddleware/tests/unit/auth_token/test_user_auth_plugin.py", line 95, in setUp 2015-09-09 23:26:24.496 | tenant_id=self.service_token.tenant_id) 2015-09-09 23:26:24.497 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/keystonemiddleware/tests/unit/auth_token/test_user_auth_plugin.py", line 32, in configure_middleware 2015-09-09 23:26:24.497 | self.cfg.register_opts(opts, group=group) 2015-09-09 23:26:24.497 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/.tox/py34/lib/python3.4/site-packages/oslo_config/fixture.py", line 105, in register_opts 2015-09-09 23:26:24.497 | self.register_opt(opt, group=group) 2015-09-09 23:26:24.497 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/.tox/py34/lib/python3.4/site-packages/oslo_config/fixture.py", line 93, in register_opt 2015-09-09 23:26:24.497 | self.conf.register_opt(opt, group=group) 2015-09-09 23:26:24.497 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/.tox/py34/lib/python3.4/site-packages/oslo_config/cfg.py", line 1824, in __inner 2015-09-09 23:26:24.498 | result = f(self, *args, **kwargs) 2015-09-09 23:26:24.498 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/.tox/py34/lib/python3.4/site-packages/oslo_config/cfg.py", line 1967, in register_opt 2015-09-09 23:26:24.498 | return group._register_opt(opt, cli) 2015-09-09 23:26:24.498 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/.tox/py34/lib/python3.4/site-packages/oslo_config/cfg.py", line 1345, in _register_opt 2015-09-09 23:26:24.498 | if _is_opt_registered(self._opts, opt): 2015-09-09 23:26:24.498 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/.tox/py34/lib/python3.4/site-packages/oslo_config/cfg.py", line 574, in _is_opt_registered 2015-09-09 23:26:24.499 | raise DuplicateOptError(opt.name) 2015-09-09 23:26:24.501 | oslo_config.cfg.DuplicateOptError: duplicate option: user-name keystonemiddleware UTs sometimes (pretty often, but not consistently) fail with a DuplicateOptError as seen here: http://logs.openstack.org/73/217373/6/check/gate-keystonemiddleware-python34/03e20d0/console.html 2015-09-09 23:26:24.494 | FAIL: keystonemiddleware.tests.unit.auth_token.test_user_auth_plugin.V2UserPluginTests.test_with_service_information 2015-09-09 23:26:24.494 | tags: worker-3 2015-09-09 23:26:24.495 | ---------------------------------------------------------------------- 2015-09-09 23:26:24.495 | Empty attachments: 2015-09-09 23:26:24.495 | pythonlogging:'' 2015-09-09 23:26:24.495 | stderr 2015-09-09 23:26:24.495 | stdout 2015-09-09 23:26:24.495 | 2015-09-09 23:26:24.495 | Traceback (most recent call last): 2015-09-09 23:26:24.496 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/keystonemiddleware/tests/unit/auth_token/test_user_auth_plugin.py", line 95, in setUp 2015-09-09 23:26:24.496 | tenant_id=self.service_token.tenant_id) 2015-09-09 23:26:24.497 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/keystonemiddleware/tests/unit/auth_token/test_user_auth_plugin.py", line 32, in configure_middleware 2015-09-09 23:26:24.497 | self.cfg.register_opts(opts, group=group) 2015-09-09 23:26:24.497 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/.tox/py34/lib/python3.4/site-packages/oslo_config/fixture.py", line 105, in register_opts 2015-09-09 23:26:24.497 | self.register_opt(opt, group=group) 2015-09-09 23:26:24.497 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/.tox/py34/lib/python3.4/site-packages/oslo_config/fixture.py", line 93, in register_opt 2015-09-09 23:26:24.497 | self.conf.register_opt(opt, group=group) 2015-09-09 23:26:24.497 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/.tox/py34/lib/python3.4/site-packages/oslo_config/cfg.py", line 1824, in __inner 2015-09-09 23:26:24.498 | result = f(self, *args, **kwargs) 2015-09-09 23:26:24.498 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/.tox/py34/lib/python3.4/site-packages/oslo_config/cfg.py", line 1967, in register_opt 2015-09-09 23:26:24.498 | return group._register_opt(opt, cli) 2015-09-09 23:26:24.498 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/.tox/py34/lib/python3.4/site-packages/oslo_config/cfg.py", line 1345, in _register_opt 2015-09-09 23:26:24.498 | if _is_opt_registered(self._opts, opt): 2015-09-09 23:26:24.498 | File "/home/jenkins/workspace/gate-keystonemiddleware-python34/.tox/py34/lib/python3.4/site-packages/oslo_config/cfg.py", line 574, in _is_opt_registered 2015-09-09 23:26:24.499 | raise DuplicateOptError(opt.name) 2015-09-09 23:26:24.501 | oslo_config.cfg.DuplicateOptError: duplicate option: user-name How to reproduce: Just run `tox -e py27` in the keystonemiddleware code base serially, you will hit the failure as this. This is referenced with this commit (https://review.openstack.org/#/c/216579) but it is not the root cause, we will still see the DuplicateOptError with user-id option but it's relatively not such frequently.
2015-09-14 23:19:04 OpenStack Infra keystonemiddleware: assignee Dave Chen (wei-d-chen) Brant Knudson (blk-u)
2015-09-14 23:28:12 Brant Knudson keystonemiddleware: assignee Brant Knudson (blk-u) Dave Chen (wei-d-chen)
2015-09-15 14:38:23 OpenStack Infra keystonemiddleware: assignee Dave Chen (wei-d-chen) Brant Knudson (blk-u)
2015-09-15 14:41:48 Brant Knudson keystonemiddleware: assignee Brant Knudson (blk-u) Dave Chen (wei-d-chen)
2015-09-15 16:24:17 OpenStack Infra keystonemiddleware: assignee Dave Chen (wei-d-chen) Brant Knudson (blk-u)
2015-09-15 16:29:16 Brant Knudson keystonemiddleware: assignee Brant Knudson (blk-u) Dave Chen (wei-d-chen)
2015-09-15 18:37:33 OpenStack Infra keystonemiddleware: assignee Dave Chen (wei-d-chen) Brant Knudson (blk-u)
2015-09-15 20:55:23 Brant Knudson keystonemiddleware: importance High Critical
2015-09-15 20:56:33 Brant Knudson keystonemiddleware: assignee Brant Knudson (blk-u) Dave Chen (wei-d-chen)
2015-09-16 11:40:04 Dave Chen keystonemiddleware: assignee Dave Chen (wei-d-chen) Brant Knudson (blk-u)
2015-09-16 16:12:17 OpenStack Infra keystonemiddleware: status In Progress Fix Committed
2015-09-18 09:58:32 Davanum Srinivas (DIMS) keystonemiddleware: status Fix Committed Fix Released
2015-09-18 09:58:32 Davanum Srinivas (DIMS) keystonemiddleware: milestone 2.3.0