Openstack-stable-maint
Threads by month
- ----- 2024 -----
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
December 2012
- 5 participants
- 27 discussions
07 Jan '13
See <https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/77/>
------------------------------------------
[...truncated 2286 lines...]
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 447, in reverse
app_list = resolver.app_dict[ns]
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 290, in app_dict
self._populate()
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 242, in _populate
for pattern in reversed(self.url_patterns):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 328, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 323, in urlconf_module
self._urlconf_module = import_module(self.urlconf_name)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 35, in import_module
__import__(name)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/op…",> line 36, in <module>
url(r'', include(horizon.urls)))
AttributeError: 'module' object has no attribute 'urls'
reading sources... [ 82%] sourcecode/horizon/horizon.dashboards.syspanel.projects.panel
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 321, in import_object
__import__(self.modname)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 24, in <module>
from horizon.dashboards.syspanel import dashboard
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 22, in <module>
class SystemPanels(horizon.PanelGroup):
AttributeError: 'module' object has no attribute 'PanelGroup'
reading sources... [ 84%] sourcecode/horizon/horizon.dashboards.syspanel.projects.tests
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 321, in import_object
__import__(self.modname)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 27, in <module>
INDEX_URL = reverse('horizon:syspanel:projects:index')
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 447, in reverse
app_list = resolver.app_dict[ns]
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 290, in app_dict
self._populate()
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 242, in _populate
for pattern in reversed(self.url_patterns):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 328, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 323, in urlconf_module
self._urlconf_module = import_module(self.urlconf_name)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 35, in import_module
__import__(name)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/op…",> line 36, in <module>
url(r'', include(horizon.urls)))
AttributeError: 'module' object has no attribute 'urls'
reading sources... [ 86%] sourcecode/horizon/horizon.dashboards.syspanel.quotas.panel
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 321, in import_object
__import__(self.modname)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 24, in <module>
from horizon.dashboards.syspanel import dashboard
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 22, in <module>
class SystemPanels(horizon.PanelGroup):
AttributeError: 'module' object has no attribute 'PanelGroup'
reading sources... [ 89%] sourcecode/horizon/horizon.dashboards.syspanel.services.panel
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 321, in import_object
__import__(self.modname)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 24, in <module>
from horizon.dashboards.syspanel import dashboard
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 22, in <module>
class SystemPanels(horizon.PanelGroup):
AttributeError: 'module' object has no attribute 'PanelGroup'
reading sources... [ 91%] sourcecode/horizon/horizon.dashboards.syspanel.services.tests
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 321, in import_object
__import__(self.modname)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 22, in <module>
INDEX_URL = reverse('horizon:syspanel:services:index')
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 447, in reverse
app_list = resolver.app_dict[ns]
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 290, in app_dict
self._populate()
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 242, in _populate
for pattern in reversed(self.url_patterns):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 328, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 323, in urlconf_module
self._urlconf_module = import_module(self.urlconf_name)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 35, in import_module
__import__(name)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/op…",> line 36, in <module>
url(r'', include(horizon.urls)))
AttributeError: 'module' object has no attribute 'urls'
reading sources... [ 93%] sourcecode/horizon/horizon.dashboards.syspanel.users.panel
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 321, in import_object
__import__(self.modname)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 24, in <module>
from horizon.dashboards.syspanel import dashboard
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 22, in <module>
class SystemPanels(horizon.PanelGroup):
AttributeError: 'module' object has no attribute 'PanelGroup'
reading sources... [ 95%] sourcecode/horizon/horizon.dashboards.syspanel.users.tests
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 321, in import_object
__import__(self.modname)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 29, in <module>
USERS_INDEX_URL = reverse('horizon:syspanel:users:index')
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 447, in reverse
app_list = resolver.app_dict[ns]
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 290, in app_dict
self._populate()
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 242, in _populate
for pattern in reversed(self.url_patterns):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 328, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 323, in urlconf_module
self._urlconf_module = import_module(self.urlconf_name)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 35, in import_module
__import__(name)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/op…",> line 36, in <module>
url(r'', include(horizon.urls)))
AttributeError: 'module' object has no attribute 'urls'
reading sources... [ 97%] sourcecode/horizon/horizon.dashboards.syspanel.volumes.panel
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 321, in import_object
__import__(self.modname)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 5, in <module>
from horizon.dashboards.syspanel import dashboard
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 22, in <module>
class SystemPanels(horizon.PanelGroup):
AttributeError: 'module' object has no attribute 'PanelGroup'
reading sources... [100%] sourcecode/openstack_dashboard/openstack_dashboard.urls
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 321, in import_object
__import__(self.modname)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/op…",> line 36, in <module>
url(r'', include(horizon.urls)))
AttributeError: 'module' object has no attribute 'urls'
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:24: WARNING: autodoc can't import/find function 'horizon.register', it reported error: "register", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:25: WARNING: autodoc can't import/find function 'horizon.unregister', it reported error: "unregister", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:26: WARNING: autodoc can't import/find function 'horizon.get_absolute_url', it reported error: "get_absolute_url", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:27: WARNING: autodoc can't import/find function 'horizon.get_user_home', it reported error: "get_user_home", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:28: WARNING: autodoc can't import/find function 'horizon.get_dashboard', it reported error: "get_dashboard", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:29: WARNING: autodoc can't import/find function 'horizon.get_default_dashboard', it reported error: "get_default_dashboard", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:30: WARNING: autodoc can't import/find function 'horizon.get_dashboards', it reported error: "get_dashboards", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:35: WARNING: autodoc can't import/find class 'horizon.Dashboard', it reported error: "Dashboard", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:41: WARNING: autodoc can't import/find class 'horizon.Panel', it reported error: "Panel", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:44: WARNING: autodoc can't import/find class 'horizon.PanelGroup', it reported error: "PanelGroup", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.access_and_security.floating_ips.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.access_and_security.keypairs.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.access_and_security.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.access_and_security.security_groups.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.containers.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.containers.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.dashboard', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.images_and_snapshots.images.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.images_and_snapshots.images.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.images_and_snapshots.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.images_and_snapshots.snapshots.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.images_and_snapshots.snapshots.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.images_and_snapshots.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.images_and_snapshots.volume_snapshots.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.images_and_snapshots.volume_snapshots.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.instances.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.instances.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.networks.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.networks.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.overview.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.overview.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.nova.volumes.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.settings.dashboard', it reported error: "'module' object has no attribute 'Dashboard'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.settings.ec2.panel', it reported error: "'module' object has no attribute 'Dashboard'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.settings.ec2.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.settings.project.panel', it reported error: "'module' object has no attribute 'Dashboard'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.settings.user.panel', it reported error: "'module' object has no attribute 'Dashboard'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.dashboard', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.flavors.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.images.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.instances.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.networks.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.networks.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.overview.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.overview.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.projects.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.projects.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.quotas.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.services.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.services.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.users.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.users.tests', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'horizon.dashboards.syspanel.volumes.panel', it reported error: "'module' object has no attribute 'PanelGroup'", please check your spelling and sys.path
<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/do…>:4: WARNING: autodoc can't import/find module 'openstack_dashboard.urls', it reported error: "'module' object has no attribute 'urls'", please check your spelling and sys.path
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... horizon.1 { intro quickstart topics/tutorial topics/deployment topics/customizing contributing testing topics/tables topics/testing ref/run_tests ref/horizon ref/workflows ref/tables ref/tabs ref/forms ref/middleware ref/context_processors ref/decorators ref/exceptions ref/test sourcecode/autoindex sourcecode/openstack_dashboard/openstack_dashboard sourcecode/openstack_dashboard/openstack_dashboard.exceptions sourcecode/openstack_dashboard/openstack_dashboard.settings sourcecode/openstack_dashboard/openstack_dashboard.urls sourcecode/openstack_dashboard/openstack_dashboard.test sourcecode/openstack_dashboard/openstack_dashboard.test.settings sourcecode/openstack_dashboard/openstack_dashboard.local sourcecode/horizon/horizon.test sourcecode/horizon/horizon.site_urls sourcecode/horizon/horizon.decorators sourcecode/horizon/horizon sourcecode/horizon/horizon.models sourcecode/horizon/horizon.base sourcecode/horizon/horizon.version sourcecode/horizon/horizon.exceptions sourcecode/horizon/horizon.middleware sourcecode/horizon/horizon.loaders sourcecode/horizon/horizon.messages sourcecode/horizon/horizon.context_processors sourcecode/horizon/horizon.views sourcecode/horizon/horizon.views.base sourcecode/horizon/horizon.usage.views sourcecode/horizon/horizon.usage.tables sourcecode/horizon/horizon.usage sourcecode/horizon/horizon.usage.base sourcecode/horizon/horizon.forms.fields sourcecode/horizon/horizon.forms.views sourcecode/horizon/horizon.forms sourcecode/horizon/horizon.forms.base sourcecode/horizon/horizon.workflows.views sourcecode/horizon/horizon.workflows sourcecode/horizon/horizon.workflows.base sourcecode/horizon/horizon.templatetags.horizon sourcecode/horizon/horizon.templatetags.truncate_filter sourcecode/horizon/horizon.templatetags.sizeformat sourcecode/horizon/horizon.templatetags.parse_date sourcecode/horizon/horizon.templatetags sourcecode/horizon/horizon.templatetags.branding sourcecode/horizon/horizon.conf sourcecode/horizon/horizon.conf.dash_template sourcecode/horizon/horizon.conf.dash_template.models sourcecode/horizon/horizon.conf.panel_template.views sourcecode/horizon/horizon.conf.panel_template sourcecode/horizon/horizon.conf.panel_template.models sourcecode/horizon/horizon.conf.panel_template.urls sourcecode/horizon/horizon.tables.views sourcecode/horizon/horizon.tables sourcecode/horizon/horizon.tables.actions sourcecode/horizon/horizon.tables.base sourcecode/horizon/horizon.dashboards sourcecode/horizon/horizon.dashboards.syspanel sourcecode/horizon/horizon.dashboards.syspanel.models sourcecode/horizon/horizon.dashboards.syspanel.dashboard sourcecode/horizon/horizon.dashboards.syspanel.networks.views sourcecode/horizon/horizon.dashboards.syspanel.networks.forms sourcecode/horizon/horizon.dashboards.syspanel.networks.tables sourcecode/horizon/horizon.dashboards.syspanel.networks sourcecode/horizon/horizon.dashboards.syspanel.networks.panel sourcecode/horizon/horizon.dashboards.syspanel.networks.tests sourcecode/horizon/horizon.dashboards.syspanel.networks.urls sourcecode/horizon/horizon.dashboards.syspanel.networks.ports.tabs sourcecode/horizon/horizon.dashboards.syspanel.networks.ports.views sourcecode/horizon/horizon.dashboards.syspanel.networks.ports.forms sourcecode/horizon/horizon.dashboards.syspanel.networks.ports.tables sourcecode/horizon/horizon.dashboards.syspanel.networks.ports sourcecode/horizon/horizon.dashboards.syspanel.networks.ports.urls sourcecode/horizon/horizon.dashboards.syspanel.networks.subnets.views sourcecode/horizon/horizon.dashboards.syspanel.networks.subnets.forms sourcecode/horizon/horizon.dashboards.syspanel.networks.subnets.tables sourcecode/horizon/horizon.dashboards.syspanel.networks.subnets sourcecode/horizon/horizon.dashboards.syspanel.networks.subnets.urls sourcecode/horizon/horizon.dashboards.syspanel.flavors.views sourcecode/horizon/horizon.dashboards.syspanel.flavors.forms sourcecode/horizon/horizon.dashboards.syspanel.flavors.tables sourcecode/horizon/horizon.dashboards.syspanel.flavors sourcecode/horizon/horizon.dashboards.syspanel.flavors.panel sourcecode/horizon/horizon.dashboards.syspanel.flavors.tests sourcecode/horizon/horizon.dashboards.syspanel.flavors.urls sourcecode/horizon/horizon.dashboards.syspanel.volumes.views sourcecode/horizon/horizon.dashboards.syspanel.volumes.tables sourcecode/horizon/horizon.dashboards.syspanel.volumes sourcecode/horizon/horizon.dashboards.syspanel.volumes.panel sourcecode/horizon/horizon.dashboards.syspanel.volumes.tests sourcecode/horizon/horizon.dashboards.syspanel.volumes.urls sourcecode/horizon/horizon.dashboards.syspanel.projects.views sourcecode/horizon/horizon.dashboards.syspanel.projects.forms sourcecode/horizon/horizon.dashboards.syspanel.projects.tables sourcecode/horizon/horizon.dashboards.syspanel.projects sourcecode/horizon/horizon.dashboards.syspanel.projects.panel sourcecode/horizon/horizon.dashboards.syspanel.projects.tests sourcecode/horizon/horizon.dashboards.syspanel.projects.workflows sourcecode/horizon/horizon.dashboards.syspanel.projects.urls sourcecode/horizon/horizon.dashboards.syspanel.quotas.views sourcecode/horizon/horizon.dashboards.syspanel.quotas.tables sourcecode/horizon/horizon.dashboards.syspanel.quotas sourcecode/horizon/horizon.dashboards.syspanel.quotas.panel sourcecode/horizon/horizon.dashboards.syspanel.quotas.tests sourcecode/horizon/horizon.dashboards.syspanel.quotas.urls sourcecode/horizon/horizon.dashboards.syspanel.users.views sourcecode/horizon/horizon.dashboards.syspanel.users.forms sourcecode/horizon/horizon.dashboards.syspanel.users.tables sourcecode/horizon/horizon.dashboards.syspanel.users sourcecode/horizon/horizon.dashboards.syspanel.users.panel sourcecode/horizon/horizon.dashboards.syspanel.users.tests sourcecode/horizon/horizon.dashboards.syspanel.users.urls sourcecode/horizon/horizon.dashboards.syspanel.instances.views sourcecode/horizon/horizon.dashboards.syspanel.instances.tables sourcecode/horizon/horizon.dashboards.syspanel.instances sourcecode/horizon/horizon.dashboards.syspanel.instances.panel sourcecode/horizon/horizon.dashboards.syspanel.instances.tests sourcecode/horizon/horizon.dashboards.syspanel.instances.urls sourcecode/horizon/horizon.dashboards.syspanel.overview.views sourcecode/horizon/horizon.dashboards.syspanel.overview sourcecode/horizon/horizon.dashboards.syspanel.overview.panel sourcecode/horizon/horizon.dashboards.syspanel.overview.tests sourcecode/horizon/horizon.dashboards.syspanel.overview.urls sourcecode/horizon/horizon.dashboards.syspanel.images.views sourcecode/horizon/horizon.dashboards.syspanel.images.forms sourcecode/horizon/horizon.dashboards.syspanel.images.tables sourcecode/horizon/horizon.dashboards.syspanel.images sourcecode/horizon/horizon.dashboards.syspanel.images.panel sourcecode/horizon/horizon.dashboards.syspanel.images.tests sourcecode/horizon/horizon.dashboards.syspanel.images.urls sourcecode/horizon/horizon.dashboards.syspanel.services.views sourcecode/horizon/horizon.dashboards.syspanel.services.tables sourcecode/horizon/horizon.dashboards.syspanel.services sourcecode/horizon/horizon.dashboards.syspanel.services.panel sourcecode/horizon/horizon.dashboards.syspanel.services.tests sourcecode/horizon/horizon.dashboards.syspanel.services.urls sourcecode/horizon/horizon.dashboards.settings sourcecode/horizon/horizon.dashboards.settings.models sourcecode/horizon/horizon.dashboards.settings.dashboard sourcecode/horizon/horizon.dashboards.settings.user.views sourcecode/horizon/horizon.dashboards.settings.user.forms sourcecode/horizon/horizon.dashboards.settings.user sourcecode/horizon/horizon.dashboards.settings.user.panel sourcecode/horizon/horizon.dashboards.settings.user.urls sourcecode/horizon/horizon.dashboards.settings.project.views sourcecode/horizon/horizon.dashboards.settings.project.forms sourcecode/horizon/horizon.dashboards.settings.project.tables sourcecode/horizon/horizon.dashboards.settings.project sourcecode/horizon/horizon.dashboards.settings.project.panel sourcecode/horizon/horizon.dashboards.settings.project.urls sourcecode/horizon/horizon.dashboards.settings.ec2.views sourcecode/horizon/horizon.dashboards.settings.ec2.forms sourcecode/horizon/horizon.dashboards.settings.ec2 sourcecode/horizon/horizon.dashboards.settings.ec2.panel sourcecode/horizon/horizon.dashboards.settings.ec2.tests sourcecode/horizon/horizon.dashboards.settings.ec2.urls sourcecode/horizon/horizon.dashboards.nova sourcecode/horizon/horizon.dashboards.nova.models sourcecode/horizon/horizon.dashboards.nova.dashboard sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.views sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.panel sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.tests sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.urls sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.volume_snapshots.tabs sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.volume_snapshots.tables sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.volume_snapshots sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.volume_snapshots.panel sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.volume_snapshots.tests sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.snapshots.views sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.snapshots.forms sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.snapshots.tables sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.snapshots sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.snapshots.panel sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.snapshots.tests sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.snapshots.urls sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.images.tabs sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.images.views sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.images.forms sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.images.tables sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.images sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.images.panel sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.images.tests sourcecode/horizon/horizon.dashboards.nova.images_and_snapshots.images.urls sourcecode/horizon/horizon.dashboards.nova.networks.views sourcecode/horizon/horizon.dashboards.nova.networks.forms sourcecode/horizon/horizon.dashboards.nova.networks.tables sourcecode/horizon/horizon.dashboards.nova.networks sourcecode/horizon/horizon.dashboards.nova.networks.panel sourcecode/horizon/horizon.dashboards.nova.networks.tests sourcecode/horizon/horizon.dashboards.nova.networks.workflows sourcecode/horizon/horizon.dashboards.nova.networks.urls sourcecode/horizon/horizon.dashboards.nova.networks.ports.tabs sourcecode/horizon/horizon.dashboards.nova.networks.ports.views sourcecode/horizon/horizon.dashboards.nova.networks.ports.tables sourcecode/horizon/horizon.dashboards.nova.networks.ports sourcecode/horizon/horizon.dashboards.nova.networks.ports.urls sourcecode/horizon/horizon.dashboards.nova.networks.subnets.tabs sourcecode/horizon/horizon.dashboards.nova.networks.subnets.views sourcecode/horizon/horizon.dashboards.nova.networks.subnets.forms sourcecode/horizon/horizon.dashboards.nova.networks.subnets.tables sourcecode/horizon/horizon.dashboards.nova.networks.subnets sourcecode/horizon/horizon.dashboards.nova.networks.subnets.urls sourcecode/horizon/horizon.dashboards.nova.volumes.tabs sourcecode/horizon/horizon.dashboards.nova.volumes.views sourcecode/horizon/horizon.dashboards.nova.volumes.forms sourcecode/horizon/horizon.dashboards.nova.volumes.tables sourcecode/horizon/horizon.dashboards.nova.volumes sourcecode/horizon/horizon.dashboards.nova.volumes.panel sourcecode/horizon/horizon.dashboards.nova.volumes.tests sourcecode/horizon/horizon.dashboards.nova.volumes.urls sourcecode/horizon/horizon.dashboards.nova.containers.browsers sourcecode/horizon/horizon.dashboards.nova.containers.views sourcecode/horizon/horizon.dashboards.nova.containers.forms sourcecode/horizon/horizon.dashboards.nova.containers.tables sourcecode/horizon/horizon.dashboards.nova.containers sourcecode/horizon/horizon.dashboards.nova.containers.panel sourcecode/horizon/horizon.dashboards.nova.containers.tests sourcecode/horizon/horizon.dashboards.nova.containers.urls sourcecode/horizon/horizon.dashboards.nova.instances.tabs sourcecode/horizon/horizon.dashboards.nova.instances.views sourcecode/horizon/horizon.dashboards.nova.instances.forms sourcecode/horizon/horizon.dashboards.nova.instances.tables sourcecode/horizon/horizon.dashboards.nova.instances sourcecode/horizon/horizon.dashboards.nova.instances.panel sourcecode/horizon/horizon.dashboards.nova.instances.tests sourcecode/horizon/horizon.dashboards.nova.instances.workflows sourcecode/horizon/horizon.dashboards.nova.instances.urls sourcecode/horizon/horizon.dashboards.nova.overview.views sourcecode/horizon/horizon.dashboards.nova.overview sourcecode/horizon/horizon.dashboards.nova.overview.panel sourcecode/horizon/horizon.dashboards.nova.overview.tests sourcecode/horizon/horizon.dashboards.nova.overview.urls sourcecode/horizon/horizon.dashboards.nova.access_and_security.views sourcecode/horizon/horizon.dashboards.nova.access_and_security sourcecode/horizon/horizon.dashboards.nova.access_and_security.panel sourcecode/horizon/horizon.dashboards.nova.access_and_security.tests sourcecode/horizon/horizon.dashboards.nova.access_and_security.urls sourcecode/horizon/horizon.dashboards.nova.access_and_security.floating_ips.views sourcecode/horizon/horizon.dashboards.nova.access_and_security.floating_ips.forms sourcecode/horizon/horizon.dashboards.nova.access_and_security.floating_ips.tables sourcecode/horizon/horizon.dashboards.nova.access_and_security.floating_ips sourcecode/horizon/horizon.dashboards.nova.access_and_security.floating_ips.tests sourcecode/horizon/horizon.dashboards.nova.access_and_security.floating_ips.workflows sourcecode/horizon/horizon.dashboards.nova.access_and_security.floating_ips.urls sourcecode/horizon/horizon.dashboards.nova.access_and_security.keypairs.views sourcecode/horizon/horizon.dashboards.nova.access_and_security.keypairs.forms sourcecode/horizon/horizon.dashboards.nova.access_and_security.keypairs.tables sourcecode/horizon/horizon.dashboards.nova.access_and_security.keypairs sourcecode/horizon/horizon.dashboards.nova.access_and_security.keypairs.tests sourcecode/horizon/horizon.dashboards.nova.access_and_security.keypairs.urls sourcecode/horizon/horizon.dashboards.nova.access_and_security.security_groups.views sourcecode/horizon/horizon.dashboards.nova.access_and_security.security_groups.forms sourcecode/horizon/horizon.dashboards.nova.access_and_security.security_groups.tables sourcecode/horizon/horizon.dashboards.nova.access_and_security.security_groups sourcecode/horizon/horizon.dashboards.nova.access_and_security.security_groups.tests sourcecode/horizon/horizon.dashboards.nova.access_and_security.security_groups.urls sourcecode/horizon/horizon.api.nova sourcecode/horizon/horizon.api sourcecode/horizon/horizon.api.glance sourcecode/horizon/horizon.api.base sourcecode/horizon/horizon.api.keystone sourcecode/horizon/horizon.api.quantum sourcecode/horizon/horizon.api.swift sourcecode/horizon/horizon.browsers.breadcrumb sourcecode/horizon/horizon.browsers.views sourcecode/horizon/horizon.browsers sourcecode/horizon/horizon.browsers.base sourcecode/horizon/horizon.openstack sourcecode/horizon/horizon.openstack.common.jsonutils sourcecode/horizon/horizon.openstack.common sourcecode/horizon/horizon.openstack.common.setup sourcecode/horizon/horizon.management sourcecode/horizon/horizon.management.commands sourcecode/horizon/horizon.management.commands.startpanel sourcecode/horizon/horizon.management.commands.startdash sourcecode/horizon/horizon.utils.fields sourcecode/horizon/horizon.utils.html sourcecode/horizon/horizon.utils.secret_key sourcecode/horizon/horizon.utils sourcecode/horizon/horizon.utils.memoized sourcecode/horizon/horizon.utils.validators sourcecode/horizon/horizon.utils.filters sourcecode/horizon/horizon.utils.functions sourcecode/horizon/horizon.tabs.views sourcecode/horizon/horizon.tabs sourcecode/horizon/horizon.tabs.base releases/2012_1 releases/2012_2 faq glossary } Traceback (most recent call last):
File "setup.py", line 105, in <module>
'Topic :: Internet :: WWW/HTTP']
File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/ho…",> line 195, in run
BuildDoc.run(self)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 143, in run
app.build(force_all=self.all_files)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 200, in build
self.builder.build_all()
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 159, in build_all
self.build(None, summary='all source files', method='all')
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 252, in build
self.write(docnames, list(updated_docnames), method)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 88, in write
docwriter.write(largetree, destination)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 80, in write
self.translate()
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 35, in translate
self.document.walkabout(visitor)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 174, in walkabout
if child.walkabout(visitor):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 174, in walkabout
if child.walkabout(visitor):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 174, in walkabout
if child.walkabout(visitor):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 174, in walkabout
if child.walkabout(visitor):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 174, in walkabout
if child.walkabout(visitor):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 174, in walkabout
if child.walkabout(visitor):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 174, in walkabout
if child.walkabout(visitor):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 174, in walkabout
if child.walkabout(visitor):
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 187, in walkabout
visitor.dispatch_departure(self)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 1640, in dispatch_departure
return method(node)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 194, in depart_seealso
self.depart_admonition(node)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 411, in depart_admonition
self.depart_block_quote(node)
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 449, in depart_block_quote
self.dedent()
File "<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…",> line 865, in dedent
self._indent.pop()
IndexError: pop from empty list
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-horizon-docs-stable-folsom/ws/.t…> setup.py build_sphinx'
___________________________________ summary ____________________________________
ERROR: venv: commands failed
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-horizon-docs-stable-folsom/77
[SCP] Copying console log.
5
26
Build failed in Jenkins: periodic-keystone-python27-stable-folsom #81
by OpenStack Jenkins 04 Jan '13
by OpenStack Jenkins 04 Jan '13
04 Jan '13
See <https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…>
------------------------------------------
[...truncated 4953 lines...]
from keystoneclient import client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 16, in <module>
import requests
ImportError: No module named requests
-------------------- >> begin captured logging << --------------------
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_role_add_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 809, in test_user_role_add_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 95, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 71, in _client
from keystoneclient.v2_0 import client as ks_client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 1, in <module>
from keystoneclient.v2_0.client import Client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 18, in <module>
from keystoneclient import client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 16, in <module>
import requests
ImportError: No module named requests
-------------------- >> begin captured logging << --------------------
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_role_remove_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 828, in test_user_role_remove_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 95, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 71, in _client
from keystoneclient.v2_0 import client as ks_client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 1, in <module>
from keystoneclient.v2_0.client import Client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 18, in <module>
from keystoneclient import client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 16, in <module>
import requests
ImportError: No module named requests
-------------------- >> begin captured logging << --------------------
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_update_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 484, in test_user_update_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 95, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 71, in _client
from keystoneclient.v2_0 import client as ks_client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 1, in <module>
from keystoneclient.v2_0.client import Client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 18, in <module>
from keystoneclient import client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 16, in <module>
import requests
ImportError: No module named requests
-------------------- >> begin captured logging << --------------------
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_update_password_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 500, in test_user_update_password_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 95, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 71, in _client
from keystoneclient.v2_0 import client as ks_client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 1, in <module>
from keystoneclient.v2_0.client import Client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 18, in <module>
from keystoneclient import client
File "<https://jenkins.openstack.org/job/periodic-keystone-python27-stable-folsom/…",> line 16, in <module>
import requests
ImportError: No module named requests
-------------------- >> begin captured logging << --------------------
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 9.13 secs:
[31m 2.31 Kc11TestCase.test_admin_requires_adminness[0m
[31m 2.15 KcEssex3TestCase.test_admin_requires_adminness[0m
[31m 2.07 KcMasterTestCase.test_admin_requires_adminness[0m
[31m 1.52 TokenExpirationTest.test_maintain_uuid_token_expiration[0m
[31m 1.08 KcEssex3TestCase.test_token_expiry_maintained[0m
----------------------------------------------------------------------
Ran 670 tests in 56.851s
FAILED (SKIP=11, errors=128)
ERROR: InvocationError: '/bin/bash run_tests.sh -N --no-pep8'
___________________________________ summary ____________________________________
ERROR: py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.5
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.1.3
Tempita==0.5.1
WebOb==1.0.8
WebTest==1.4.3
argparse==1.2.1
colorama==0.2.4
coverage==3.6b1
decorator==3.4.0
distribute==0.6.31
docutils==0.10
eventlet==0.9.17
greenlet==0.4.0
httplib2==0.7.7
iso8601==0.1.4
keystone==2012.2.3
logilab-astng==0.24.1
logilab-common==0.58.3
lxml==3.0.2
mox==0.5.3
netifaces==0.8
nose==1.2.1
nosehtmloutput==0.0.4
nosexcover==1.0.7
openstack.nose-plugin==0.11
pam==0.1.4
passlib==1.6.1
pep8==1.3.3
prettytable==0.6.1
pylint==0.26.0
python-keystoneclient==0.1.3
python-ldap==2.3.13
python-memcached==1.48
python-swiftclient==1.2.0
repoze.lru==0.6
simplejson==2.6.2
sqlalchemy-migrate==0.7.2
swift==1.7.6
termcolor==1.1.0
unittest2==0.5.1
wsgiref==0.1.2
xattr==0.6.4
+ echo ======================================================================
======================================================================
+ '[' -f .testrepository/0 ']'
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post
+ sudoresult=0
+ '[' 0 -ne 0 ']'
+ /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh post
+ oomresult=0
+ '[' 0 -ne 0 ']'
++ find . -name nose_results.html
+ htmlreport=./tests/nose_results.html
+ '[' -f ./tests/nose_results.html ']'
++ grep -c 'tr class=.passClass' ./tests/nose_results.html
+ passcount=39
+ '[' 39 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.zx8xu9zd6j
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-keystone-python27-stable-folsom/81
[SCP] uploading file: '/srv/static/logs/periodic/periodic-keystone-python27-stable-folsom/81/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
2
16
Build failed in Jenkins: periodic-keystone-python26-stable-folsom #81
by OpenStack Jenkins 04 Jan '13
by OpenStack Jenkins 04 Jan '13
04 Jan '13
See <https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…>
------------------------------------------
[...truncated 4953 lines...]
from keystoneclient import client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 16, in <module>
import requests
ImportError: No module named requests
-------------------- >> begin captured logging << --------------------
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_role_add_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 809, in test_user_role_add_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 95, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 71, in _client
from keystoneclient.v2_0 import client as ks_client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 1, in <module>
from keystoneclient.v2_0.client import Client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 18, in <module>
from keystoneclient import client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 16, in <module>
import requests
ImportError: No module named requests
-------------------- >> begin captured logging << --------------------
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_role_remove_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 828, in test_user_role_remove_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 95, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 71, in _client
from keystoneclient.v2_0 import client as ks_client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 1, in <module>
from keystoneclient.v2_0.client import Client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 18, in <module>
from keystoneclient import client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 16, in <module>
import requests
ImportError: No module named requests
-------------------- >> begin captured logging << --------------------
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_update_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 484, in test_user_update_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 95, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 71, in _client
from keystoneclient.v2_0 import client as ks_client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 1, in <module>
from keystoneclient.v2_0.client import Client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 18, in <module>
from keystoneclient import client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 16, in <module>
import requests
ImportError: No module named requests
-------------------- >> begin captured logging << --------------------
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_user_update_password_404 (test_keystoneclient_sql.KcMasterSqlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 500, in test_user_update_password_404
client = self.get_client(admin=True)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 95, in get_client
admin=admin)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 71, in _client
from keystoneclient.v2_0 import client as ks_client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 1, in <module>
from keystoneclient.v2_0.client import Client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 18, in <module>
from keystoneclient import client
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 16, in <module>
import requests
ImportError: No module named requests
-------------------- >> begin captured logging << --------------------
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
routes.middleware: DEBUG: Initialized with method overriding = True, and path info altering = True
keystone.common.wsgi: DEBUG: Starting run_tests.py on 127.0.0.1:0
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 9.77 secs:
[31m 2.55 Kc11TestCase.test_admin_requires_adminness[0m
[31m 2.37 KcEssex3TestCase.test_admin_requires_adminness[0m
[31m 2.25 KcMasterTestCase.test_admin_requires_adminness[0m
[31m 1.51 TokenExpirationTest.test_maintain_uuid_token_expiration[0m
[31m 1.08 Kc11TestCase.test_token_expiry_maintained[0m
----------------------------------------------------------------------
Ran 670 tests in 48.895s
FAILED (SKIP=11, errors=128)
ERROR: InvocationError: '/bin/bash run_tests.sh -N --no-pep8'
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Jinja2==2.6
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.5
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.1.3
Tempita==0.5.1
WebOb==1.0.8
WebTest==1.4.3
argparse==1.2.1
colorama==0.2.4
coverage==3.6b1
decorator==3.4.0
distribute==0.6.31
docutils==0.10
eventlet==0.9.17
greenlet==0.4.0
httplib2==0.7.7
iso8601==0.1.4
keystone==2012.2.3
logilab-astng==0.24.1
logilab-common==0.58.3
lxml==3.0.2
mox==0.5.3
netifaces==0.8
nose==1.2.1
nosehtmloutput==0.0.4
nosexcover==1.0.7
openstack.nose-plugin==0.11
pam==0.1.4
passlib==1.6.1
pep8==1.3.3
prettytable==0.6.1
pylint==0.26.0
python-keystoneclient==0.1.3
python-ldap==2.3.13
python-memcached==1.48
python-swiftclient==1.2.0
repoze.lru==0.6
simplejson==2.6.2
sqlalchemy-migrate==0.7.2
swift==1.7.6
termcolor==1.1.0
unittest2==0.5.1
wsgiref==0.1.2
xattr==0.6.4
+ echo ======================================================================
======================================================================
+ '[' -f .testrepository/0 ']'
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post
+ sudoresult=0
+ '[' 0 -ne 0 ']'
+ /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh post
+ oomresult=0
+ '[' 0 -ne 0 ']'
++ find . -name nose_results.html
+ htmlreport=./tests/nose_results.html
+ '[' -f ./tests/nose_results.html ']'
++ grep -c 'tr class=.passClass' ./tests/nose_results.html
+ passcount=39
+ '[' 39 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.HtRjUi59HL
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-keystone-python26-stable-folsom/81
[SCP] uploading file: '/srv/static/logs/periodic/periodic-keystone-python26-stable-folsom/81/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
15
04 Jan '13
See <https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/86/>
------------------------------------------
[...truncated 904 lines...]
test_max_object_name_length [32mOK [0m[32m 0.00[0m
test_max_upload_time [32mOK [0m[31m 0.50[0m
test_short_body [32mOK [0m[32m 0.00[0m
TestObjectUpdater
test_creation [32mOK [0m[32m 0.00[0m
test_object_sweep [32mOK [0m[31m 0.11[0m
test_run_once [32mOK [0m[33m 0.05[0m
TestAccountController
test_DELETE [32mOK [0m[32m 0.01[0m
test_GET [32mOK [0m[32m 0.02[0m
test_GET_autocreate [32mOK [0m[32m 0.01[0m
test_HEAD [32mOK [0m[32m 0.02[0m
test_HEAD_autocreate [32mOK [0m[32m 0.01[0m
test_POST_autocreate [32mOK [0m[32m 0.02[0m
test_POST_bad_metadata [32mOK [0m[32m 0.01[0m
test_POST_metadata [32mOK [0m[32m 0.01[0m
test_PUT [32mOK [0m[32m 0.01[0m
test_PUT_bad_metadata [32mOK [0m[32m 0.01[0m
test_PUT_connect_exceptions [32mOK [0m[32m 0.02[0m
test_PUT_max_account_name_length [32mOK [0m[32m 0.01[0m
test_PUT_metadata [32mOK [0m[32m 0.01[0m
test_connection_refused [32mOK [0m[32m 0.01[0m
test_other_socket_error [32mOK [0m[32m 0.01[0m
test_response_get_accept_ranges_header [32mOK [0m[32m 0.01[0m
test_response_head_accept_ranges_header [32mOK [0m[32m 0.01[0m
TestContainerController
test_DELETE [32mOK [0m[32m 0.02[0m
test_GET_calls_authorize [32mOK [0m[32m 0.01[0m
test_GET_no_content [32mOK [0m[32m 0.01[0m
test_HEAD [32mOK [0m[32m 0.01[0m
test_HEAD_calls_authorize [32mOK [0m[32m 0.01[0m
test_POST_bad_metadata [32mOK [0m[32m 0.01[0m
test_POST_calls_clean_acl [32mOK [0m[32m 0.01[0m
test_POST_metadata [32mOK [0m[32m 0.01[0m
test_PUT [32mOK [0m[32m 0.01[0m
test_PUT_bad_metadata [32mOK [0m[32m 0.02[0m
test_PUT_calls_clean_acl [32mOK [0m[32m 0.01[0m
test_PUT_connect_exceptions [32mOK [0m[32m 0.02[0m
test_PUT_max_container_name_length [32mOK [0m[32m 0.01[0m
test_PUT_max_containers_per_account [32mOK [0m[32m 0.01[0m
test_PUT_metadata [32mOK [0m[32m 0.01[0m
test_acc_missing_returns_404 [32mOK [0m[32m 0.01[0m
test_error_limiting [32mOK [0m[33m 0.04[0m
test_put_locking [32mOK [0m[32m 0.01[0m
test_response_get_accept_ranges_header [32mOK [0m[32m 0.01[0m
test_response_head_accept_ranges_header [32mOK [0m[32m 0.01[0m
TestController
test_account_info_200 [32mOK [0m[32m 0.01[0m
test_account_info_404 [32mOK [0m[32m 0.01[0m
test_account_info_account_autocreate [32mOK [0m[32m 0.01[0m
test_account_info_no_cache [32mOK [0m[32m 0.01[0m
test_container_info_200 [32mOK [0m[32m 0.01[0m
test_container_info_404 [32mOK [0m[32m 0.01[0m
test_container_info_invalid_account [32mOK [0m[32m 0.01[0m
test_container_info_no_cache [32mOK [0m[32m 0.01[0m
test_make_requests [32mOK [0m[32m 0.01[0m
TestObjectController
test_COPY [32mOK [0m[33m 0.03[0m
test_COPY_calls_authorize [32mOK [0m[32m 0.01[0m
test_COPY_newest [32mOK [0m[32m 0.01[0m
test_DELETE [32mOK [0m[32m 0.01[0m
test_GET_calls_authorize [32mOK [0m[32m 0.01[0m
test_GET_newest [32mOK [0m[32m 0.01[0m
test_GET_newest_large_file [32mOK [0m[31m 0.13[0m
test_HEAD [32mOK [0m[32m 0.01[0m
test_HEAD_calls_authorize [32mOK [0m[32m 0.01[0m
test_HEAD_newest [32mOK [0m[32m 0.01[0m
test_POST [32mOK [0m[32m 0.01[0m
test_POST_as_copy [32mOK [0m[33m 0.03[0m
test_POST_as_copy_calls_authorize [32mOK [0m[32m 0.01[0m
test_POST_as_copy_meta_key_len [32mOK [0m[32m 0.01[0m
test_POST_as_copy_meta_val_len [32mOK [0m[32m 0.01[0m
test_POST_calls_authorize [32mOK [0m[32m 0.01[0m
test_POST_converts_delete_after_to_delete_at [32mOK [0m[32m 0.01[0m
test_POST_delete_at [32mOK [0m[32m 0.01[0m
test_POST_meta_count [32mOK [0m[32m 0.01[0m
test_POST_meta_key_len [32mOK [0m[32m 0.01[0m
test_POST_meta_size [32mOK [0m[32m 0.01[0m
test_POST_meta_val_len [32mOK [0m[32m 0.01[0m
test_POST_negative_delete_after [32mOK [0m[32m 0.01[0m
test_POST_non_int_delete_after [32mOK [0m[32m 0.00[0m
test_PUT [32mOK [0m[32m 0.01[0m
test_PUT_POST_as_copy_requires_container_exist [32mOK [0m[32m 0.01[0m
test_PUT_POST_requires_container_exist [32mOK [0m[32m 0.01[0m
test_PUT_auto_content_type [32mOK [0m[32m 0.01[0m
test_PUT_calls_authorize [32mOK [0m[32m 0.01[0m
test_PUT_connect_exceptions [32mOK [0m[32m 0.02[0m
test_PUT_converts_delete_after_to_delete_at [32mOK [0m[32m 0.01[0m
test_PUT_delete_at [32mOK [0m[32m 0.01[0m
test_PUT_getresponse_exceptions [32mOK [0m[32m 0.01[0m
test_PUT_max_size [32mOK [0m[32m 0.01[0m
test_PUT_negative_delete_after [32mOK [0m[32m 0.01[0m
test_PUT_non_int_delete_after [32mOK [0m[32m 0.01[0m
test_PUT_send_exceptions [32mOK [0m[32m 0.01[0m
test_acc_or_con_missing_returns_404 [32mOK [0m[32m 0.01[0m
test_bad_metadata [32mOK [0m[32m 0.02[0m
test_best_response_sets_etag [32mOK [0m[32m 0.01[0m
test_chunked_put [32mOK [0m[32m 0.01[0m
test_chunked_put_bad_method [32mOK [0m[32m 0.01[0m
test_chunked_put_bad_path [32mOK [0m[32m 0.01[0m
test_chunked_put_bad_path_no_controller [32mOK [0m[32m 0.01[0m
test_chunked_put_bad_utf8 [32mOK [0m[32m 0.01[0m
test_chunked_put_bad_version [32mOK [0m[32m 0.01[0m
test_chunked_put_chunked_put [32mOK [0m[31m 0.10[0m
test_chunked_put_head_account [32mOK [0m[32m 0.01[0m
test_chunked_put_lobjects [32mOK [0m[31m 0.73[0m
test_chunked_put_lobjects_with_nonzero_size_manifest_file [32mOK [0m[31m 0.39[0m
test_chunked_put_unhandled_exception [32mOK [0m[32m 0.01[0m
test_chunked_put_utf8_all_the_way_down [32mOK [0m[31m 0.16[0m
test_client_disconnect [32mOK [0m[32m 0.01[0m
test_client_timeout [32mOK [0m[31m 0.51[0m
test_copy_from [32mOK [0m[33m 0.04[0m
test_custom_mime_types_files [32mOK [0m[32m 0.01[0m
test_error_limiting [32mOK [0m[33m 0.04[0m
test_iter_nodes [32mOK [0m[32m 0.01[0m
test_leak_1 [32mOK [0m[31m 0.06[0m
test_mismatched_etags Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/ws/…",> line 80, in _spawn_n_impl
func(*args, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/ws/…",> line 514, in process_request
proto = self.protocol(socket, address, self)
File "/usr/lib/python2.6/SocketServer.py", line 618, in __init__
self.finish()
File "<https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/ws/…",> line 456, in finish
BaseHTTPServer.BaseHTTPRequestHandler.finish(self)
File "/usr/lib/python2.6/SocketServer.py", line 661, in finish
self.wfile.flush()
File "/usr/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
File "<https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/ws/…",> line 283, in sendall
tail = self.send(data, flags)
File "<https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/ws/…",> line 269, in send
total_sent += fd.send(data[total_sent:], flags)
error: [Errno 32] Broken pipe
[32mOK [0m[31m 0.06[0m
test_node_read_timeout [32mOK [0m[31m 0.71[0m
test_node_write_timeout [32mOK [0m[31m 0.71[0m
test_proxy_passes_content_length_on_head [32mOK [0m[32m 0.01[0m
test_proxy_passes_content_type [32mOK [0m[32m 0.01[0m
test_response_get_accept_ranges_header [32mOK [0m[32m 0.01[0m
test_response_head_accept_ranges_header [32mOK [0m[32m 0.01[0m
test_version_manifest [32mOK [0m[31m 1.26[0m
TestProxyServer
test_calls_authorize_allow [32mOK [0m[32m 0.01[0m
test_calls_authorize_deny [32mOK [0m[32m 0.01[0m
test_denied_host_header [32mOK [0m[32m 0.01[0m
test_inexistent_method_request [32mOK [0m[32m 0.01[0m
test_internal_method_request [32mOK [0m[32m 0.01[0m
test_negative_content_length [32mOK [0m[32m 0.01[0m
test_unhandled_exception [32mOK [0m[32m 0.01[0m
TestSegmentedIterable
test_app_iter_range_unexpected_error [32mOK [0m[32m 0.00[0m
test_app_iter_range_with_many_segments [32mOK [0m[31m 5.00[0m
test_app_iter_range_with_no_segments [32mOK [0m[32m 0.00[0m
test_app_iter_range_with_one_segment [32mOK [0m[32m 0.00[0m
test_app_iter_range_with_two_segments [32mOK [0m[32m 0.00[0m
test_iter_unexpected_error [32mOK [0m[32m 0.00[0m
test_iter_with_get_error [32mOK [0m[32m 0.00[0m
test_iter_with_no_segments [32mOK [0m[32m 0.00[0m
test_iter_with_one_segment [32mOK [0m[32m 0.00[0m
test_iter_with_two_segments [32mOK [0m[32m 0.00[0m
test_load_next_segment_rate_limiting [32mOK [0m[32m 0.00[0m
test_load_next_segment_unexpected_error [32mOK [0m[32m 0.00[0m
test_load_next_segment_with_get_error [32mOK [0m[32m 0.00[0m
test_load_next_segment_with_no_segments [32mOK [0m[32m 0.00[0m
test_load_next_segment_with_one_segment [32mOK [0m[32m 0.00[0m
test_load_next_segment_with_seek [32mOK [0m[32m 0.00[0m
test_load_next_segment_with_two_segments [32mOK [0m[32m 0.00[0m
test_load_next_segment_with_two_segments_skip_first [32mOK [0m[32m 0.00[0m
======================================================================
FAIL: test_hash_suffix_multi_file_two (test.unit.obj.test_replicator.TestObjectReplicator)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/ws/…",> line 328, in test_hash_suffix_multi_file_two
self.assertEquals(len(os.listdir(whole_hsh_path)), 2)
AssertionError: 1 != 2
>> raise self.failureException, \
(None or '%r != %r' % (1, 2))
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 8.68 secs:
[31m 5.00 TestSegmentedIterable.test_app_iter_range_with_many_segments[0m
[31m 1.26 TestObjectController.test_version_manifest[0m
[31m 0.95 TestUtils.test_ratelimit_sleep_with_sleep[0m
[31m 0.74 TestServer.test_wait[0m
[31m 0.73 TestObjectController.test_chunked_put_lobjects[0m
----------------------------------------------------------------------
Ran 942 tests in 22.796s
FAILED (SKIP=8, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/ws/…> test/unit'
___________________________________ summary ____________________________________
ERROR: py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Jinja2==2.6
PasteDeploy==1.3.3
Pygments==1.5
Sphinx==1.1.3
WebOb==1.2.3
colorama==0.2.4
configobj==4.7.1
coverage==3.6b2
distribute==0.6.31
docutils==0.10
eventlet==0.9.15
greenlet==0.3.1
netifaces==0.6
nose==1.2.1
nosehtmloutput==0.0.4
nosexcover==1.0.7
openstack.nose-plugin==0.11
pep8==0.6.1
python-swiftclient==0.0.0
simplejson==2.0.9
swift==1.7.4.1
termcolor==1.1.0
wsgiref==0.1.2
xattr==0.4
+ echo ======================================================================
======================================================================
+ '[' -f .testrepository/0 ']'
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post
+ sudoresult=0
+ '[' 0 -ne 0 ']'
+ /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh post
+ oomresult=0
+ '[' 0 -ne 0 ']'
++ find . -name nose_results.html
+ htmlreport=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=73
+ '[' 73 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.wt2xt5nKjP
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-swift-python26-stable-folsom/86
[SCP] uploading file: '/srv/static/logs/periodic/periodic-swift-python26-stable-folsom/86/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
4
4
Build failed in Jenkins: periodic-tempest-devstack-vm-stable-folsom #88
by OpenStack Jenkins 28 Dec '12
by OpenStack Jenkins 28 Dec '12
28 Dec '12
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stable-folso…>
------------------------------------------
[...truncated 11613 lines...]
# Allows test cases to create/destroy tenants and users. This option
# enables isolated test cases and better parallel execution,
# but also requires that OpenStack Identity API admin credentials
# are known.
allow_tenant_reuse = True
# This should be the username of a user WITHOUT administrative privileges
username = demo
# The above non-administrative user's password
password = secret
# The above non-administrative user's tenant name
tenant_name = demo
# This should be the username of an alternate user WITHOUT
# administrative privileges
alt_username = alt_demo
# The above non-administrative user's password
alt_password = secret
# The above non-administrative user's tenant name
alt_tenant_name = alt_demo
# Reference data for tests. The ref and ref_alt should be
# distinct images/flavors.
image_ref = e0c7638d-2477-4c00-96ee-573c69a25f26
image_ref_alt = e0c7638d-2477-4c00-96ee-573c69a25f26
flavor_ref = 1
flavor_ref_alt = 2
# Number of seconds to wait while looping to check the status of an
# instance that is building.
build_interval = 3
# Number of seconds to time out on waiting for an instance
# to build or reach an expected status
build_timeout = 400
# The type of endpoint for a Compute API service. Unless you have a
# custom Keystone service catalog implementation, you probably want to leave
# this value as "compute"
catalog_type = compute
# Does the Compute API support creation of images?
create_image_enabled = True
# For resize to work with libvirt/kvm, one of the following must be true:
# Single node: allow_resize_to_same_host=True must be set in nova.conf
# Cluster: the 'nova' user must have scp access between cluster nodes
resize_available = False
# Does the compute API support changing the admin password?
change_password_available = False
# Level to log Compute API request/response details.
log_level = ERROR
# Whitebox options for compute. Whitebox options enable the
# whitebox test cases, which look at internal Nova database state,
# SSH into VMs to check instance state, etc.
# Should we run whitebox tests for Compute?
whitebox_enabled = True
# Path of nova source directory
source_dir = /opt/stack/new/nova
# Path of nova configuration file
config_path = /etc/nova/nova.conf
# Directory containing nova binaries such as nova-manage
bin_dir = /usr/bin/nova
# Path to a private key file for SSH access to remote hosts
path_to_private_key = /opt/stack/new/tempest/id_rsa
# Connection string to the database of Compute service
db_uri = mysql://root:secret@localhost/nova
[image]
# This section contains configuration options used when executing tests
# against the OpenStack Images API
# The type of endpoint for an Image API service. Unless you have a
# custom Keystone service catalog implementation, you probably want to leave
# this value as "image"
catalog_type = image
# The version of the OpenStack Images API to use
api_version = 1
# This is the main host address of the Image API
host = 127.0.0.1
# Port that the Image API is running on
port = 9292
# This should be the username of a user WITHOUT administrative privileges
username = demo
# The above non-administrative user's password
password = secret
# The above non-administrative user's tenant name
tenant_name = demo
[compute-admin]
# This section contains configuration options for an administrative
# user of the Compute API. These options are used in tests that stress
# the admin-only parts of the Compute API
# This should be the username of a user WITH administrative privileges
username = admin
# The above administrative user's password
password = secret
# The above administrative user's tenant name
tenant_name = admin
[identity-admin]
# This section contains configuration options for an administrative
# user of the Compute API. These options are used in tests that stress
# the admin-only parts of the Compute API
# This should be the username of a user WITH administrative privileges
username = admin
# The above administrative user's password
password = secret
# The above administrative user's tenant name
tenant_name = admin
[volume]
# This section contains the configuration options used when executing tests
# against the OpenStack Block Storage API service
# The type of endpoint for a Cinder or Block Storage API service.
# Unless you have a custom Keystone service catalog implementation, you
# probably want to leave this value as "volume"
catalog_type = volume
# Number of seconds to wait while looping to check the status of a
# volume that is being made available
build_interval = 3
# Number of seconds to time out on waiting for a volume
# to be available or reach an expected status
build_timeout = 300
+ echo '\n'
\n
+ echo '**************************************************'
**************************************************
+ echo 'Finished Configuring Tempest'
Finished Configuring Tempest
+ echo '**************************************************'
**************************************************
Running tempest smoke tests
nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
Check that the required fields are returned with values ... ok
The created server should be in the list of all servers ... ok
The created server should be in the detailed list of all servers ... ok
Verify the specified server attributes are set correctly ... ok
Check that the required fields are returned with values ... ok
The created server should be in the list of all servers ... ok
The created server should be in the detailed list of all servers ... ok
Verify the specified server attributes are set correctly ... ok
The expected flavor details should be returned ... ok
List of all flavors should contain the expected flavor ... ok
Detailed list of all flavors should contain the expected flavor ... ok
The expected flavor details should be returned ... ok
List of all flavors should contain the expected flavor ... ok
Detailed list of all flavors should contain the expected flavor ... ok
SKIP: Until Bug 1046870 is fixed
SKIP: Until Bug 1046870 is fixed
Returns the correct details for a single image ... ok
The list of all images should contain the image ... ok
Detailed list of all images should contain the expected images ... ok
The server's password should be set to the provided password ... SKIP: Change password not available.
The server should be power cycled ... ok
The server should be signaled to reboot gracefully ... SKIP: Until bug 1014647 is dealt with.
The server should be rebuilt using the provided image and data ... ok
The server's RAM and disk space should be modified to that of ... SKIP: Resize not available.
The server's password should be set to the provided password ... SKIP: Change password not available.
The server should be power cycled ... ok
The server should be signaled to reboot gracefully ... SKIP: Until bug 1014647 is dealt with.
The server should be rebuilt using the provided image and data ... ok
The server's RAM and disk space should be modified to that of ... SKIP: Resize not available.
All public and private addresses for ... ok
Providing a network type should filter ... ok
CREATE, GET, DELETE Volume ... ok
CREATE, GET, DELETE Volume ... ERROR
Create a user ... ok
Delete a user ... ok
Get a list of users and find the test user ... ok
Valid user's token is authenticated ... ok
Create a user ... ok
Delete a user ... ok
Get a list of users and find the test user ... ok
Valid user's token is authenticated ... ok
SKIP: VolumesActionsTest skipped as Cinder endpoint is not available
SKIP: VolumesGetTestJSON skipped as Cinder endpoint is not available
SKIP: VolumesGetTestXML skipped as Cinder endpoint is not available
SKIP: VolumeListTestJSON skipped as Cinder endpoint is not available
SKIP: VolumeListTestXML skipped as Cinder endpoint is not available
======================================================================
ERROR: CREATE, GET, DELETE Volume
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/stack/new/tempest/tempest/tests/compute/test_volumes_get.py", line 68, in test_volume_create_get_delete
self.client.wait_for_resource_deletion(volume['id'])
File "/opt/stack/new/tempest/tempest/common/rest_client.py", line 260, in wait_for_resource_deletion
raise exceptions.TimeoutException
TimeoutException: Request timed out
----------------------------------------------------------------------
XML: nosetests-smoke.xml
----------------------------------------------------------------------
Ran 39 tests in 1627.526s
FAILED (SKIP=13, errors=1)
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/devstack-gate-cleanup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/devstack-gate-setup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/devstack-gate-setup-workspace-new.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/devstacklog.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/iptables.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/kern_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/localrc.txt'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/rabbitmq/rabbit(a)devstack-1356645034-sasl.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/rabbitmq/rabbit(a)devstack-1356645034.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/rabbitmq/startup_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/screen-g-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/screen-g-reg.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/screen-horizon.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/screen-key.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/screen-n-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/screen-n-cpu.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/screen-n-crt.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/screen-n-net.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/screen-n-obj.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/screen-n-sch.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/screen-n-vol.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/screen-swift.txt'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/sudoers.d/README.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/sudoers.d/jenkins-sudo-grep.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/sudoers.d/nova-rootwrap.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/sudoers.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-folsom/88/logs/syslog.txt'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
23 Dec '12
See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/83/>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on oneiric7 in workspace <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/>
Checkout:periodic-nova-python26-stable-folsom / <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/> - hudson.remoting.Channel@1cca9f69:oneiric7
Using strategy: Default
Last Built Revision: Revision 451003e0670b854bc833f32c67bb7ad646d3ac89 (origin/stable/folsom)
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://github.com/openstack/nova.git
git --version
git version 1.8.0
ERROR: Error cloning remote repo 'origin' : Could not clone git://github.com/openstack/nova.git
hudson.plugins.git.GitException: Could not clone git://github.com/openstack/nova.git
at hudson.plugins.git.GitAPI.clone(GitAPI.java:271)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1102)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1044)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2309)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin git://github.com/openstack/nova.git <https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/"> returned status code 128:
stdout: Cloning into '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-folsom/ws/'...>
stderr: fatal: remote error:
GitHub is offline for maintenance. See http://status.github.com for more info.
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:863)
at hudson.plugins.git.GitAPI.access$000(GitAPI.java:40)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:267)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:246)
at hudson.FilePath.act(FilePath.java:852)
at hudson.FilePath.act(FilePath.java:825)
at hudson.plugins.git.GitAPI.clone(GitAPI.java:246)
... 12 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1114)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1044)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2309)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
1
1
23 Dec '12
See <https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/83/>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on oneiric7 in workspace <https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/ws/>
Checkout:periodic-swift-python26-stable-folsom / <https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/ws/> - hudson.remoting.Channel@1cca9f69:oneiric7
Using strategy: Default
Last Built Revision: Revision 9c4c7bb05ce93b20bba7cf77e39d19d226eea8dc (origin/stable/folsom)
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://github.com/openstack/swift.git
git --version
git version 1.8.0
ERROR: Error cloning remote repo 'origin' : Could not clone git://github.com/openstack/swift.git
hudson.plugins.git.GitException: Could not clone git://github.com/openstack/swift.git
at hudson.plugins.git.GitAPI.clone(GitAPI.java:271)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1102)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1044)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2309)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin git://github.com/openstack/swift.git <https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/ws/"> returned status code 128:
stdout: Cloning into '<https://jenkins.openstack.org/job/periodic-swift-python26-stable-folsom/ws/'...>
stderr: fatal: remote error:
GitHub is offline for maintenance. See http://status.github.com for more info.
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:863)
at hudson.plugins.git.GitAPI.access$000(GitAPI.java:40)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:267)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:246)
at hudson.FilePath.act(FilePath.java:852)
at hudson.FilePath.act(FilePath.java:825)
at hudson.plugins.git.GitAPI.clone(GitAPI.java:246)
... 12 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1114)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1044)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2309)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
1
1
23 Dec '12
See <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/83/>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on precise10 in workspace <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/>
Checkout:periodic-swift-python27-stable-folsom / <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/> - hudson.remoting.Channel@48aee600:precise10
Using strategy: Default
Last Built Revision: Revision 9c4c7bb05ce93b20bba7cf77e39d19d226eea8dc (origin/stable/folsom)
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://github.com/openstack/swift.git
git --version
git version 1.7.9.5
Fetching upstream changes from git://github.com/openstack/swift.git
Commencing build of Revision 9c4c7bb05ce93b20bba7cf77e39d19d226eea8dc (origin/stable/folsom)
Checking out Revision 9c4c7bb05ce93b20bba7cf77e39d19d226eea8dc (origin/stable/folsom)
[periodic-swift-python27-stable-folsom] $ /bin/bash -xe /tmp/hudson5202024079465512942.sh
+ /usr/local/jenkins/slave_scripts/run-tox.sh 27
+ version=27
+ '[' -z 27 ']'
+ venv=py27
+ export NOSE_WITH_XUNIT=1
+ NOSE_WITH_XUNIT=1
+ export NOSE_WITH_HTML_OUTPUT=1
+ NOSE_WITH_HTML_OUTPUT=1
+ export NOSE_HTML_OUT_FILE=nose_results.html
+ NOSE_HTML_OUT_FILE=nose_results.html
++ /bin/mktemp -d
+ export TMPDIR=/tmp/tmp.jznFwTuZ4e
+ TMPDIR=/tmp/tmp.jznFwTuZ4e
+ trap 'rm -rf /tmp/tmp.jznFwTuZ4e' EXIT
+ /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh pre
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh pre
+ tox -epy27
GLOB sdist-make: <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
py27 create: <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
py27 installdeps: -r<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…,> -r<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
ERROR: invocation failed, logfile: <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
ERROR: actionid=py27
msg=getenv
cmdargs=[local('<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…'),> 'install', '--download-cache=<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…',> '-r<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…',> '-r<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…']>
env={'JENKINS_HOME': '/var/lib/jenkins', 'PYTHONIOENCODING': 'utf_8', 'BUILD_CAUSE': 'TIMERTRIGGER', 'HUDSON_URL': 'https://jenkins.openstack.org/', 'BUILD_URL': 'https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/83/', 'BUILD_TAG': 'jenkins-periodic-swift-python27-stable-folsom-83', 'SSH_CLIENT': '198.101.231.203 35643 22', 'JENKINS_URL': 'https://jenkins.openstack.org/', 'LOGNAME': 'jenkins', 'USER': 'jenkins', 'WORKSPACE': '<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/',> 'HOME': '/home/jenkins', 'PATH': '<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games', 'DEBFULLNAME': 'OpenStack Hudson', 'JOB_NAME': 'periodic-swift-python27-stable-folsom', 'LANG': 'en_US.UTF-8', 'VIRTUAL_ENV': '<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…',> 'SHELL': '/bin/bash', 'XDG_SESSION_COOKIE': '46b38f61d2217983c255af8300000421-1355682909.807984-1981368639', 'SHLVL': '3', 'NOSE_OPENSTACK_RED': '0.05', 'GIT_AUTHOR_EMAIL': 'jenkins(a)openstack.org', 'HUDSON_HOME': '/var/lib/jenkins', 'LD_LIBRARY_PATH': '/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64', 'NODE_LABELS': 'precise precise10', 'NOSE_OPENSTACK_YELLOW': '0.025', 'NOSE_OPENSTACK_STDOUT': '1', 'TMPDIR': '/tmp/tmp.jznFwTuZ4e', 'DEBEMAIL': 'hudson(a)openstack.org', 'BUILD_ID': '2012-12-23_00-04-45', 'BUILD_NUMBER': '83', 'NOSE_WITH_OPENSTACK': '1', 'HUDSON_COOKIE': '3f81ecf9-9830-4700-8eb0-e73dae464a3d', 'JOB_URL': 'https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/', 'GIT_BRANCH': 'origin/stable/folsom', 'GIT_COMMIT': '9c4c7bb05ce93b20bba7cf77e39d19d226eea8dc', 'GIT_AUTHOR_NAME': 'OpenStack Jenkins', 'GIT_COMMITTER_NAME': 'OpenStack Jenkins', 'NOSE_WITH_XUNIT': '1', 'BUILD_CAUSE_TIMERTRIGGER': 'true', 'NOSE_OPENSTACK_COLOR': '1', '_': '/usr/local/bin/tox', 'NOSE_OPENSTACK_SHOW_ELAPSED': '1', 'HUDSON_SERVER_COOKIE': '78d79c104eef52324f0675937ae52201', 'EXECUTOR_NUMBER': '0', 'NODE_NAME': 'precise10', 'PWD': '<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/',> 'GIT_COMMITTER_EMAIL': 'jenkins(a)openstack.org', 'JENKINS_SERVER_COOKIE': '78d79c104eef52324f0675937ae52201', 'NOSE_WITH_HTML_OUTPUT': '1', 'MAIL': '/var/mail/jenkins', 'SSH_CONNECTION': '198.101.231.203 35643 50.57.88.214 22', 'NOSE_HTML_OUT_FILE': 'nose_results.html'}
Downloading/unpacking WebOb>=1.0.8,<1.3 (from -r <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…> (line 1))
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
Running setup.py egg_info for package WebOb
no previously-included directories found matching '*.pyc'
no previously-included directories found matching '*.pyo'
Downloading/unpacking configobj==4.7.1 (from -r <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…> (line 2))
Downloading configobj-4.7.1.tar.gz
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
Running setup.py egg_info for package configobj
Downloading/unpacking eventlet==0.9.15 (from -r <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…> (line 3))
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
Running setup.py egg_info for package eventlet
Downloading/unpacking greenlet==0.3.1 (from -r <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…> (line 4))
Downloading greenlet-0.3.1.tar.gz
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
Running setup.py egg_info for package greenlet
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'repository'
warnings.warn(msg)
Downloading/unpacking netifaces==0.6 (from -r <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…> (line 5))
Downloading netifaces-0.6.tar.gz
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
Running setup.py egg_info for package netifaces
Downloading/unpacking pastedeploy==1.3.3 (from -r <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…> (line 6))
Real name of requirement pastedeploy is PasteDeploy
Downloading PasteDeploy-1.3.3.tar.gz
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
Running setup.py egg_info for package pastedeploy
warning: no files found matching 'docs/*.html'
warning: no previously-included files found matching 'docs/rebuild'
Downloading/unpacking simplejson==2.0.9 (from -r <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…> (line 7))
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
Running setup.py egg_info for package simplejson
Downloading/unpacking xattr==0.4 (from -r <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…> (line 8))
Downloading xattr-0.4.tar.gz
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
Running setup.py egg_info for package xattr
Downloading/unpacking python-swiftclient from https://github.com/openstack/python-swiftclient/zipball/master (from -r <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…> (line 11))
Downloading master
Cannot unpack file /tmp/tmp.jznFwTuZ4e/pip-hh2cir-unpack/master (downloaded from <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…,> content-type: text/html; charset=utf-8); cannot detect archive format
Cannot determine archive format of <https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…>
Storing complete log in /home/jenkins/.pip/pip.log
ERROR: could not install deps [-r<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…,> -r<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…]>
___________________________________ summary ____________________________________
ERROR: py27: could not install deps [-r<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…,> -r<https://jenkins.openstack.org/job/periodic-swift-python27-stable-folsom/ws/…]>
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
argparse==1.2.1
distribute==0.6.31
wsgiref==0.1.2
+ echo ======================================================================
======================================================================
+ '[' -f .testrepository/0 ']'
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post
+ sudoresult=0
+ '[' 0 -ne 0 ']'
+ /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh post
+ oomresult=0
+ '[' 0 -ne 0 ']'
++ find . -name nose_results.html
+ htmlreport=
+ '[' -f '' ']'
+ echo
+ echo 'WARNING: Unable to find to confirm results!'
WARNING: Unable to find to confirm results!
+ echo
+ exit 1
+ rm -rf /tmp/tmp.jznFwTuZ4e
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] No file(s) found: **/*nose_results.html
[SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-swift-python27-stable-folsom/83
[SCP] Copying console log.
1
1
23 Dec '12
See <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/83/>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on precise1 in workspace <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/>
Checkout:periodic-swift-docs-stable-folsom / <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/> - hudson.remoting.Channel@2b8e1cc5:precise1
Using strategy: Default
Last Built Revision: Revision 9c4c7bb05ce93b20bba7cf77e39d19d226eea8dc (origin/stable/folsom)
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://github.com/openstack/swift.git
git --version
git version 1.7.9.5
Fetching upstream changes from git://github.com/openstack/swift.git
Commencing build of Revision 9c4c7bb05ce93b20bba7cf77e39d19d226eea8dc (origin/stable/folsom)
Checking out Revision 9c4c7bb05ce93b20bba7cf77e39d19d226eea8dc (origin/stable/folsom)
[periodic-swift-docs-stable-folsom] $ /bin/bash -xe /tmp/hudson4059453655895990545.sh
+ /usr/local/jenkins/slave_scripts/run-docs.sh
+ venv=venv
+ mkdir -p doc/build
+ export HUDSON_PUBLISH_DOCS=1
+ HUDSON_PUBLISH_DOCS=1
+ tox -evenv -- python setup.py build_sphinx
GLOB sdist-make: <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/setu…>
venv create: <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…>
venv installdeps: -r<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…,> -r<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…>
ERROR: invocation failed, logfile: <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…>
ERROR: actionid=venv
msg=getenv
cmdargs=[local('<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…'),> 'install', '--download-cache=<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…',> '-r<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…',> '-r<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…']>
env={'JENKINS_HOME': '/var/lib/jenkins', 'PYTHONIOENCODING': 'utf_8', 'BUILD_CAUSE': 'TIMERTRIGGER', 'HUDSON_URL': 'https://jenkins.openstack.org/', 'BUILD_URL': 'https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/83/', 'BUILD_TAG': 'jenkins-periodic-swift-docs-stable-folsom-83', 'SSH_CLIENT': '198.101.231.203 38365 22', 'JENKINS_URL': 'https://jenkins.openstack.org/', 'LOGNAME': 'jenkins', 'USER': 'jenkins', 'WORKSPACE': '<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/',> 'HOME': '/home/jenkins', 'PATH': '<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…>:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games', 'HUDSON_PUBLISH_DOCS': '1', 'DEBFULLNAME': 'OpenStack Hudson', 'LD_LIBRARY_PATH': '/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64', 'LANG': 'en_US.UTF-8', 'VIRTUAL_ENV': '<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…',> 'SHELL': '/bin/bash', 'XDG_SESSION_COOKIE': '46b38f61d2217983c255af8300000421-1355682909.773134-2063765931', 'SHLVL': '3', 'NOSE_OPENSTACK_RED': '0.05', 'GIT_AUTHOR_EMAIL': 'jenkins(a)openstack.org', 'HUDSON_HOME': '/var/lib/jenkins', 'JOB_NAME': 'periodic-swift-docs-stable-folsom', 'NODE_LABELS': 'precise precise1', 'NOSE_OPENSTACK_YELLOW': '0.025', 'NOSE_OPENSTACK_STDOUT': '1', 'BUILD_CAUSE_TIMERTRIGGER': 'true', 'DEBEMAIL': 'hudson(a)openstack.org', 'BUILD_ID': '2012-12-23_00-04-26', 'BUILD_NUMBER': '83', 'NOSE_WITH_OPENSTACK': '1', 'HUDSON_COOKIE': '274a1f91-b342-436e-93e9-47e4ca02aee3', 'JOB_URL': 'https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/', 'GIT_BRANCH': 'origin/stable/folsom', 'GIT_COMMIT': '9c4c7bb05ce93b20bba7cf77e39d19d226eea8dc', 'GIT_AUTHOR_NAME': 'OpenStack Jenkins', 'GIT_COMMITTER_NAME': 'OpenStack Jenkins', '_': '/usr/local/bin/tox', 'NOSE_OPENSTACK_COLOR': '1', 'NOSE_OPENSTACK_SHOW_ELAPSED': '1', 'HUDSON_SERVER_COOKIE': '78d79c104eef52324f0675937ae52201', 'EXECUTOR_NUMBER': '0', 'NODE_NAME': 'precise1', 'PWD': '<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/',> 'GIT_COMMITTER_EMAIL': 'jenkins(a)openstack.org', 'JENKINS_SERVER_COOKIE': '78d79c104eef52324f0675937ae52201', 'MAIL': '/var/mail/jenkins', 'SSH_CONNECTION': '198.101.231.203 38365 108.166.59.148 22'}
Downloading/unpacking WebOb>=1.0.8,<1.3 (from -r <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…> (line 1))
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…>
Running setup.py egg_info for package WebOb
no previously-included directories found matching '*.pyc'
no previously-included directories found matching '*.pyo'
Downloading/unpacking configobj==4.7.1 (from -r <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…> (line 2))
Downloading configobj-4.7.1.tar.gz
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…>
Running setup.py egg_info for package configobj
Downloading/unpacking eventlet==0.9.15 (from -r <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…> (line 3))
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…>
Running setup.py egg_info for package eventlet
Downloading/unpacking greenlet==0.3.1 (from -r <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…> (line 4))
Downloading greenlet-0.3.1.tar.gz
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…>
Running setup.py egg_info for package greenlet
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'repository'
warnings.warn(msg)
Downloading/unpacking netifaces==0.6 (from -r <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…> (line 5))
Downloading netifaces-0.6.tar.gz
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…>
Running setup.py egg_info for package netifaces
Downloading/unpacking pastedeploy==1.3.3 (from -r <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…> (line 6))
Real name of requirement pastedeploy is PasteDeploy
Downloading PasteDeploy-1.3.3.tar.gz
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…>
Running setup.py egg_info for package pastedeploy
warning: no files found matching 'docs/*.html'
warning: no previously-included files found matching 'docs/rebuild'
Downloading/unpacking simplejson==2.0.9 (from -r <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…> (line 7))
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…>
Running setup.py egg_info for package simplejson
Downloading/unpacking xattr==0.4 (from -r <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…> (line 8))
Downloading xattr-0.4.tar.gz
Storing download in cache at <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…>
Running setup.py egg_info for package xattr
Downloading/unpacking python-swiftclient from https://github.com/openstack/python-swiftclient/zipball/master (from -r <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…> (line 11))
Downloading master
Cannot unpack file /tmp/pip-0LwGVS-unpack/master (downloaded from <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…,> content-type: text/html; charset=utf-8); cannot detect archive format
Cannot determine archive format of <https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/.tox…>
Storing complete log in /home/jenkins/.pip/pip.log
ERROR: could not install deps [-r<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…,> -r<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…]>
___________________________________ summary ____________________________________
ERROR: venv: could not install deps [-r<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…,> -r<https://jenkins.openstack.org/job/periodic-swift-docs-stable-folsom/ws/tool…]>
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-swift-docs-stable-folsom/83
[SCP] Copying console log.
1
1
Hi,
A few days ago the pep8 version on the CI servers was updated. This
causes patches in the Quantum stable branch to fail (not sure what the
situation is with the other projects). Can you please take a look at
https://review.openstack.org/18594. This will enable us to move forward
with stable branch quantum patches.
Thanks and happy holidays
Gary
3
4