Openstack-stable-maint
Threads by month
- ----- 2026 -----
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- 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
- 1 participants
- 133688 discussions
Build failed in Jenkins: periodic-keystone-python26-stable-folsom #230
by OpenStack Jenkins 24 May '13
by OpenStack Jenkins 24 May '13
24 May '13
See <https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…>
------------------------------------------
[...truncated 844 lines...]
TypeError: __init__() got an unexpected keyword argument 'output'
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0755 instead of 0700
keystone.common.cms: ERROR: Verify error: Verification failure
139805881546568:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_verify_signed_token_succeeds_for_unrevoked_token (test_auth_token_middleware.AuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 533, in test_verify_signed_token_succeeds_for_unrevoked_token
self.middleware.verify_signed_token(SIGNED_TOKEN_SCOPED)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 760, in verify_signed_token
return self.cms_verify(formatted)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 743, in cms_verify
self.ca_file_name)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 45, in cms_verify
raise subprocess.CalledProcessError(retcode, "openssl", output=err)
TypeError: __init__() got an unexpected keyword argument 'output'
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0755 instead of 0700
keystone.common.cms: ERROR: Verify error: Verification failure
140398405044040:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_fetch_revocation_list_with_expire (test_auth_token_middleware.StackResponseAuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 422, in test_fetch_revocation_list_with_expire
fetched_list = jsonutils.loads(self.middleware.fetch_revocation_list())
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 820, in fetch_revocation_list
return self.cms_verify(data['signed'])
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 743, in cms_verify
self.ca_file_name)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 45, in cms_verify
raise subprocess.CalledProcessError(retcode, "openssl", output=err)
TypeError: __init__() got an unexpected keyword argument 'output'
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0755 instead of 0700
keystone.common.cms: ERROR: Verify error: Verification failure
139918851622728:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
--------------------- >> end captured logging << ---------------------
======================================================================
FAIL: test_default_tenant_signed_token (test_auth_token_middleware.AuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 483, in test_default_tenant_signed_token
self.assert_unscoped_default_tenant_auto_scopes(SIGNED_TOKEN_SCOPED)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 476, in assert_unscoped_default_tenant_auto_scopes
self.assertEqual(self.response_status, 200)
AssertionError: 401 != 200
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0755 instead of 0700
keystone.middleware.auth_token: DEBUG: Authenticating user token
keystone.middleware.auth_token: DEBUG: Removing headers from request environment: X-Identity-Status,X-Tenant-Id,X-Tenant-Name,X-User-Id,X-User-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant,X-Role
keystone.common.cms: ERROR: Verify error: Verification failure
140693268969288:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
keystone.middleware.auth_token: DEBUG: Token validation failure.
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 511, in _validate_user_token
verified = self.verify_signed_token(user_token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 760, in verify_signed_token
return self.cms_verify(formatted)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 743, in cms_verify
self.ca_file_name)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 45, in cms_verify
raise subprocess.CalledProcessError(retcode, "openssl", output=err)
TypeError: __init__() got an unexpected keyword argument 'output'
keystone.middleware.auth_token: WARNING: Authorization failed for token MIIG7QYJKoZIhvcNAQcCoIIG3jCCBtoCAQExCTAHBgUrDgMCGjCCBc4GCSqGSIb3DQEHAaCCBb8EggW7eyJhY2Nlc3MiOiB7InNlcnZpY2VDYXRhbG9nIjogW3siZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzYvdjEvNjRiNmYzZmJjYzUzNDM1ZThhNjBmY2Y4OWJiNjYxN2EifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAidm9sdW1lIiwgIm5hbWUiOiAidm9sdW1lIn0sIHsiZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjkyOTIvdjEifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaW1hZ2UiLCAibmFtZSI6ICJnbGFuY2UifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSIsICJyZWdpb24iOiAicmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6ODc3NC92MS4xLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJyZWdpb24iOiAiUmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJwdWJsaWNVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo1MDAwL3YyLjAifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaWRlbnRpdHkiLCAibmFtZSI6ICJrZXlzdG9uZSJ9XSwidG9rZW4iOiB7ImV4cGlyZXMiOiAiMjAxMi0wNi0wMlQxNDo0NzozNFoiLCAiaWQiOiAicGxhY2Vob2xkZXIiLCAidGVuYW50IjogeyJlbmFibGVkIjogdHJ1ZSwgImRlc2NyaXB0aW9uIjogbnVsbCwgIm5hbWUiOiAidGVuYW50X25hbWUxIiwgImlkIjogInRlbmFudF9pZDEifX0sICJ1c2VyIjogeyJ1c2VybmFtZSI6ICJ1c2VyX25hbWUxIiwgInJvbGVzX2xpbmtzIjogWyJyb2xlMSIsInJvbGUyIl0sICJpZCI6ICJ1c2VyX2lkMSIsICJyb2xlcyI6IFt7Im5hbWUiOiAicm9sZTEifSwgeyJuYW1lIjogInJvbGUyIn1dLCAibmFtZSI6ICJ1c2VyX25hbWUxIn19fQ0KMYH3MIH0AgEBMFQwTzEVMBMGA1UEChMMUmVkIEhhdCwgSW5jMREwDwYDVQQHEwhXZXN0Zm9yZDEWMBQGA1UECBMNTWFzc2FjaHVzZXR0czELMAkGA1UEBhMCVVMCAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYAD6hPEpc-0wHe3rYDBFec52h7gxdbrTNEN7jmwdFtoxw0QnucmCREh9IUikJ2ob0c0uUC6cmNPajD9aFkGWhvNswNH2W2BYzUiC3CHM7U07nsIe3OOatqyUAyoQUhHZnIAx1tOgdPBVflnrtdIV1vkdqxednlJZ52Hxob2PP3hxg==
keystone.middleware.auth_token: INFO: Invalid user token - rejecting request
--------------------- >> end captured logging << ---------------------
======================================================================
FAIL: test_memcache_set_expired (test_auth_token_middleware.AuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 629, in test_memcache_set_expired
self.assertEqual(len(self.middleware._cache.set_value), 2)
AssertionError: 7 != 2
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0755 instead of 0700
keystone.middleware.auth_token: DEBUG: Authenticating user token
keystone.middleware.auth_token: DEBUG: Removing headers from request environment: X-Identity-Status,X-Tenant-Id,X-Tenant-Name,X-User-Id,X-User-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant,X-Role
keystone.middleware.auth_token: DEBUG: Cached Token 9bba6849c9e1f77727ae7813fd151115 seems expired
keystone.common.cms: ERROR: Verify error: Verification failure
140721757689672:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
keystone.middleware.auth_token: DEBUG: Token validation failure.
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 511, in _validate_user_token
verified = self.verify_signed_token(user_token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 760, in verify_signed_token
return self.cms_verify(formatted)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 743, in cms_verify
self.ca_file_name)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 45, in cms_verify
raise subprocess.CalledProcessError(retcode, "openssl", output=err)
TypeError: __init__() got an unexpected keyword argument 'output'
keystone.middleware.auth_token: DEBUG: Marking token MIIG7QYJKoZIhvcNAQcCoIIG3jCCBtoCAQExCTAHBgUrDgMCGjCCBc4GCSqGSIb3DQEHAaCCBb8EggW7eyJhY2Nlc3MiOiB7InNlcnZpY2VDYXRhbG9nIjogW3siZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzYvdjEvNjRiNmYzZmJjYzUzNDM1ZThhNjBmY2Y4OWJiNjYxN2EifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAidm9sdW1lIiwgIm5hbWUiOiAidm9sdW1lIn0sIHsiZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjkyOTIvdjEifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaW1hZ2UiLCAibmFtZSI6ICJnbGFuY2UifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSIsICJyZWdpb24iOiAicmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6ODc3NC92MS4xLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJyZWdpb24iOiAiUmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJwdWJsaWNVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo1MDAwL3YyLjAifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaWRlbnRpdHkiLCAibmFtZSI6ICJrZXlzdG9uZSJ9XSwidG9rZW4iOiB7ImV4cGlyZXMiOiAiMjAxMi0wNi0wMlQxNDo0NzozNFoiLCAiaWQiOiAicGxhY2Vob2xkZXIiLCAidGVuYW50IjogeyJlbmFibGVkIjogdHJ1ZSwgImRlc2NyaXB0aW9uIjogbnVsbCwgIm5hbWUiOiAidGVuYW50X25hbWUxIiwgImlkIjogInRlbmFudF9pZDEifX0sICJ1c2VyIjogeyJ1c2VybmFtZSI6ICJ1c2VyX25hbWUxIiwgInJvbGVzX2xpbmtzIjogWyJyb2xlMSIsInJvbGUyIl0sICJpZCI6ICJ1c2VyX2lkMSIsICJyb2xlcyI6IFt7Im5hbWUiOiAicm9sZTEifSwgeyJuYW1lIjogInJvbGUyIn1dLCAibmFtZSI6ICJ1c2VyX25hbWUxIn19fQ0KMYH3MIH0AgEBMFQwTzEVMBMGA1UEChMMUmVkIEhhdCwgSW5jMREwDwYDVQQHEwhXZXN0Zm9yZDEWMBQGA1UECBMNTWFzc2FjaHVzZXR0czELMAkGA1UEBhMCVVMCAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYAD6hPEpc-0wHe3rYDBFec52h7gxdbrTNEN7jmwdFtoxw0QnucmCREh9IUikJ2ob0c0uUC6cmNPajD9aFkGWhvNswNH2W2BYzUiC3CHM7U07nsIe3OOatqyUAyoQUhHZnIAx1tOgdPBVflnrtdIV1vkdqxednlJZ52Hxob2PP3hxg== as unauthorized in memcache
keystone.middleware.auth_token: WARNING: Authorization failed for token MIIG7QYJKoZIhvcNAQcCoIIG3jCCBtoCAQExCTAHBgUrDgMCGjCCBc4GCSqGSIb3DQEHAaCCBb8EggW7eyJhY2Nlc3MiOiB7InNlcnZpY2VDYXRhbG9nIjogW3siZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzYvdjEvNjRiNmYzZmJjYzUzNDM1ZThhNjBmY2Y4OWJiNjYxN2EifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAidm9sdW1lIiwgIm5hbWUiOiAidm9sdW1lIn0sIHsiZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjkyOTIvdjEifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaW1hZ2UiLCAibmFtZSI6ICJnbGFuY2UifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSIsICJyZWdpb24iOiAicmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6ODc3NC92MS4xLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJyZWdpb24iOiAiUmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJwdWJsaWNVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo1MDAwL3YyLjAifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaWRlbnRpdHkiLCAibmFtZSI6ICJrZXlzdG9uZSJ9XSwidG9rZW4iOiB7ImV4cGlyZXMiOiAiMjAxMi0wNi0wMlQxNDo0NzozNFoiLCAiaWQiOiAicGxhY2Vob2xkZXIiLCAidGVuYW50IjogeyJlbmFibGVkIjogdHJ1ZSwgImRlc2NyaXB0aW9uIjogbnVsbCwgIm5hbWUiOiAidGVuYW50X25hbWUxIiwgImlkIjogInRlbmFudF9pZDEifX0sICJ1c2VyIjogeyJ1c2VybmFtZSI6ICJ1c2VyX25hbWUxIiwgInJvbGVzX2xpbmtzIjogWyJyb2xlMSIsInJvbGUyIl0sICJpZCI6ICJ1c2VyX2lkMSIsICJyb2xlcyI6IFt7Im5hbWUiOiAicm9sZTEifSwgeyJuYW1lIjogInJvbGUyIn1dLCAibmFtZSI6ICJ1c2VyX25hbWUxIn19fQ0KMYH3MIH0AgEBMFQwTzEVMBMGA1UEChMMUmVkIEhhdCwgSW5jMREwDwYDVQQHEwhXZXN0Zm9yZDEWMBQGA1UECBMNTWFzc2FjaHVzZXR0czELMAkGA1UEBhMCVVMCAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYAD6hPEpc-0wHe3rYDBFec52h7gxdbrTNEN7jmwdFtoxw0QnucmCREh9IUikJ2ob0c0uUC6cmNPajD9aFkGWhvNswNH2W2BYzUiC3CHM7U07nsIe3OOatqyUAyoQUhHZnIAx1tOgdPBVflnrtdIV1vkdqxednlJZ52Hxob2PP3hxg==
keystone.middleware.auth_token: INFO: Invalid user token - rejecting request
--------------------- >> end captured logging << ---------------------
======================================================================
FAIL: test_valid_signed_request (test_auth_token_middleware.AuthTokenMiddlewareTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 461, in test_valid_signed_request
self.assert_valid_request_200(SIGNED_TOKEN_SCOPED)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 450, in assert_valid_request_200
self.assertEqual(self.response_status, 200)
AssertionError: 401 != 200
-------------------- >> begin captured logging << --------------------
keystone.middleware.auth_token: INFO: Starting keystone auth_token middleware
keystone.middleware.auth_token: INFO: Using signing as cache directory for signing certificate
keystone.middleware.auth_token: WARNING: signing_dir mode is 0755 instead of 0700
keystone.middleware.auth_token: DEBUG: Authenticating user token
keystone.middleware.auth_token: DEBUG: Removing headers from request environment: X-Identity-Status,X-Tenant-Id,X-Tenant-Name,X-User-Id,X-User-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant,X-Role
keystone.common.cms: ERROR: Verify error: Verification failure
139840237598536:error:2E099064:CMS routines:CMS_SIGNERINFO_VERIFY_CERT:certificate verify error:cms_smime.c:304:Verify error:certificate has expired
keystone.middleware.auth_token: DEBUG: Token validation failure.
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 511, in _validate_user_token
verified = self.verify_signed_token(user_token)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 760, in verify_signed_token
return self.cms_verify(formatted)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 743, in cms_verify
self.ca_file_name)
File "<https://jenkins.openstack.org/job/periodic-keystone-python26-stable-folsom/…",> line 45, in cms_verify
raise subprocess.CalledProcessError(retcode, "openssl", output=err)
TypeError: __init__() got an unexpected keyword argument 'output'
keystone.middleware.auth_token: WARNING: Authorization failed for token MIIG7QYJKoZIhvcNAQcCoIIG3jCCBtoCAQExCTAHBgUrDgMCGjCCBc4GCSqGSIb3DQEHAaCCBb8EggW7eyJhY2Nlc3MiOiB7InNlcnZpY2VDYXRhbG9nIjogW3siZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo4Nzc2L3YxLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzYvdjEvNjRiNmYzZmJjYzUzNDM1ZThhNjBmY2Y4OWJiNjYxN2EifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAidm9sdW1lIiwgIm5hbWUiOiAidm9sdW1lIn0sIHsiZW5kcG9pbnRzIjogW3siYWRtaW5VUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInJlZ2lvbiI6ICJyZWdpb25PbmUiLCAiaW50ZXJuYWxVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo5MjkyL3YxIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjkyOTIvdjEifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaW1hZ2UiLCAibmFtZSI6ICJnbGFuY2UifSwgeyJlbmRwb2ludHMiOiBbeyJhZG1pblVSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSIsICJyZWdpb24iOiAicmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6ODc3NC92MS4xLzY0YjZmM2ZiY2M1MzQzNWU4YTYwZmNmODliYjY2MTdhIiwgInB1YmxpY1VSTCI6ICJodHRwOi8vMTI3LjAuMC4xOjg3NzQvdjEuMS82NGI2ZjNmYmNjNTM0MzVlOGE2MGZjZjg5YmI2NjE3YSJ9XSwgImVuZHBvaW50c19saW5rcyI6IFtdLCAidHlwZSI6ICJjb21wdXRlIiwgIm5hbWUiOiAibm92YSJ9LCB7ImVuZHBvaW50cyI6IFt7ImFkbWluVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJyZWdpb24iOiAiUmVnaW9uT25lIiwgImludGVybmFsVVJMIjogImh0dHA6Ly8xMjcuMC4wLjE6MzUzNTcvdjIuMCIsICJwdWJsaWNVUkwiOiAiaHR0cDovLzEyNy4wLjAuMTo1MDAwL3YyLjAifV0sICJlbmRwb2ludHNfbGlua3MiOiBbXSwgInR5cGUiOiAiaWRlbnRpdHkiLCAibmFtZSI6ICJrZXlzdG9uZSJ9XSwidG9rZW4iOiB7ImV4cGlyZXMiOiAiMjAxMi0wNi0wMlQxNDo0NzozNFoiLCAiaWQiOiAicGxhY2Vob2xkZXIiLCAidGVuYW50IjogeyJlbmFibGVkIjogdHJ1ZSwgImRlc2NyaXB0aW9uIjogbnVsbCwgIm5hbWUiOiAidGVuYW50X25hbWUxIiwgImlkIjogInRlbmFudF9pZDEifX0sICJ1c2VyIjogeyJ1c2VybmFtZSI6ICJ1c2VyX25hbWUxIiwgInJvbGVzX2xpbmtzIjogWyJyb2xlMSIsInJvbGUyIl0sICJpZCI6ICJ1c2VyX2lkMSIsICJyb2xlcyI6IFt7Im5hbWUiOiAicm9sZTEifSwgeyJuYW1lIjogInJvbGUyIn1dLCAibmFtZSI6ICJ1c2VyX25hbWUxIn19fQ0KMYH3MIH0AgEBMFQwTzEVMBMGA1UEChMMUmVkIEhhdCwgSW5jMREwDwYDVQQHEwhXZXN0Zm9yZDEWMBQGA1UECBMNTWFzc2FjaHVzZXR0czELMAkGA1UEBhMCVVMCAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYAD6hPEpc-0wHe3rYDBFec52h7gxdbrTNEN7jmwdFtoxw0QnucmCREh9IUikJ2ob0c0uUC6cmNPajD9aFkGWhvNswNH2W2BYzUiC3CHM7U07nsIe3OOatqyUAyoQUhHZnIAx1tOgdPBVflnrtdIV1vkdqxednlJZ52Hxob2PP3hxg==
keystone.middleware.auth_token: INFO: Invalid user token - rejecting request
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 23.34 secs:
[31m 6.93 KcEssex3TestCase.test_admin_requires_adminness[0m
[31m 6.85 KcMasterTestCase.test_admin_requires_adminness[0m
[31m 6.84 Kc11TestCase.test_admin_requires_adminness[0m
[31m 1.52 TokenExpirationTest.test_maintain_uuid_token_expiration[0m
[31m 1.20 KcMasterSqlTestCase.test_token_expiry_maintained[0m
----------------------------------------------------------------------
Ran 701 tests in 78.347s
FAILED (SKIP=11, errors=4, failures=3)
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.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
WebTest==2.0.2
argparse==1.2.1
beautifulsoup4==4.1.3
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
dnspython==1.10.0
docutils==0.10
eventlet==0.12.1
greenlet==0.4.0
httplib2==0.8
iso8601==0.1.4
keystone==2012.2.5
logilab-astng==0.24.3
logilab-common==0.59.1
lxml==3.2.1
mox==0.5.3
netifaces==0.8
nose==1.3.0
nosehtmloutput==0.0.4
nosexcover==1.0.8
openstack.nose-plugin==0.11
ordereddict==1.1
pam==0.1.4
passlib==1.6.1
pep8==1.3.3
prettytable==0.7.2
pylint==0.27.0
python-keystoneclient==0.1.3
python-ldap==2.3.13
python-memcached==1.51
python-swiftclient==1.4.0
repoze.lru==0.6
simplejson==3.3.0
six==1.3.0
sqlalchemy-migrate==0.7.2
swift==1.8.1
termcolor==1.1.0
unittest2==0.5.1
waitress==0.8.2
xattr==0.6.4
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ 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=43
+ '[' 43 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.64NJOv0KMU
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/230
[SCP] uploading file: '/srv/static/logs/periodic/periodic-keystone-python26-stable-folsom/230/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
5
Hi Guys,
I've seen some patches that fix bugs that don't have any importance
set. In some cases, it is difficult to determine what fixes are worth
backporting without that information, that for, I was thinking that we
should -1 those patches and ask for that information. Before doing
going down that road, I wanted to know what you guys think about this
and whether you've already talked about it.
That information is relevant to determine whether the fix is worth for
a stable branch, as noted in the StableBranch wiki[0].
Cheers,
FF
[0] https://wiki.openstack.org/wiki/StableBranch#Appropriate_Fixes
--
{ name: "Flavio Percoco",
gpg: "87112EC1",
internal: "8261386",
phone: "+390687502386",
irc: ["fpercoco", "flaper87"]}
2
1
Build failed in Jenkins: periodic-quantum-python26-stable-grizzly #42
by OpenStack Jenkins 23 May '13
by OpenStack Jenkins 23 May '13
23 May '13
See <https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly/…>
------------------------------------------
[...truncated 5214 lines...]
test_show_quotas_with_admin [32mOK [0m[31m 0.25[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.30[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.31[0m
QuotaExtensionDbTestCase
test_delete_quotas_with_admin [32mOK [0m[31m 0.31[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.30[0m
test_list_quotas_with_admin [32mOK [0m[31m 2.53[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_quotas_default_values [32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.21[0m
test_quotas_limit_check [32mOK [0m[31m 0.22[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 2.53[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.20[0m
test_quotas_loaded_right [32mOK [0m[31m 0.20[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.21[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_update_attributes [32mOK [0m[31m 0.22[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.31[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 2.64[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
QuotaExtensionDbTestCaseXML
test_delete_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.22[0m
test_quotas_default_values [32mOK [0m[31m 0.22[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 2.54[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.21[0m
test_quotas_limit_check [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.20[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.22[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.21[0m
test_quotas_loaded_right [32mOK [0m[31m 0.22[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.22[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 2.54[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_update_attributes [32mOK [0m[31m 0.21[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.22[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
RootwrapTestCase
test_DnsmasqFilter [32mOK [0m[32m 0.00[0m
test_DnsmasqNetnsFilter [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_add [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_delete [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_list [32mOK [0m[32m 0.00[0m
test_IpFilter_non_netns [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_match [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_nomatch [32mOK [0m[32m 0.00[0m
test_KillFilter [32mOK [0m[31m 0.35[0m
test_KillFilter_deleted_exe [32mOK [0m[32m 0.00[0m
test_KillFilter_no_raise [32mOK [0m[32m 0.00[0m
test_ReadFileFilter [32mOK [0m[32m 0.00[0m
test_RegExpFilter_match [32mOK [0m[32m 0.00[0m
test_RegExpFilter_reject [32mOK [0m[32m 0.00[0m
test_match_filter_recurses_exec_command_filter [32mOK [0m[32m 0.00[0m
test_missing_command [32mOK [0m[32m 0.00[0m
test_skips [32mOK [0m[32m 0.00[0m
RouterServiceInsertionTestCase
test_health_monitor_create [32mOK [0m[31m 3.81[0m
test_health_monitor_delete_with_router_id [32mOK [0m[31m 0.27[0m
test_health_monitor_delete_without_router_id [32mOK [0m[31m 0.23[0m
test_health_monitor_update_with_router_id [32mOK [0m[31m 0.22[0m
test_health_monitor_update_without_router_id [32mOK [0m[31m 0.24[0m
test_pool_create [32mOK [0m[31m 0.23[0m
test_pool_delete_with_router_id [32mOK [0m[31m 0.25[0m
test_pool_delete_without_router_id [32mOK [0m[31m 0.24[0m
test_pool_update_with_router_id [32mOK [0m[31m 0.23[0m
test_pool_update_without_router_id [32mOK [0m[31m 0.24[0m
test_router_create_no_service_type_id [32mOK [0m[31m 0.21[0m
test_router_create_with_service_type_id [32mOK [0m[31m 0.21[0m
test_router_delete [32mOK [0m[31m 0.24[0m
test_router_get [32mOK [0m[31m 2.55[0m
test_router_update_with_service_type_id [32mOK [0m[31m 0.22[0m
test_router_update_without_service_type_id [32mOK [0m[31m 0.23[0m
test_vip_create [32mOK [0m[31m 0.26[0m
test_vip_delete_with_router_id [32mOK [0m[31m 0.30[0m
test_vip_delete_without_router_id [32mOK [0m[31m 0.30[0m
test_vip_update_with_router_id [32mOK [0m[31m 0.27[0m
test_vip_update_without_router_id [32mOK [0m[31m 0.30[0m
SGAgentRpcCallBackMixinTestCase
test_security_groups_member_updated [32mOK [0m[32m 0.00[0m
test_security_groups_provider_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.00[0m
SGServerRpcCallBackMixinTestCase
test_security_group_rules_for_devices_ipv4_egress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_ingress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_source_group [32mOK [0m[31m 2.84[0m
test_security_group_rules_for_devices_ipv6_egress [32mOK [0m[31m 0.41[0m
test_security_group_rules_for_devices_ipv6_ingress [32mOK [0m[31m 0.41[0m
test_security_group_rules_for_devices_ipv6_source_group [32mOK [0m[31m 0.50[0m
SGServerRpcCallBackMixinTestCaseXML
test_security_group_rules_for_devices_ipv4_egress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_ingress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_source_group [32mOK [0m[31m 0.51[0m
test_security_group_rules_for_devices_ipv6_egress [32mOK [0m[31m 0.42[0m
test_security_group_rules_for_devices_ipv6_ingress [32mOK [0m[31m 2.78[0m
test_security_group_rules_for_devices_ipv6_source_group [32mOK [0m[31m 0.51[0m
SecurityGroupAgentRpcApiTestCase
test_security_groups_member_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_member_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.00[0m
SecurityGroupAgentRpcTestCase
test_prepare_and_remove_devices_filter [32mOK [0m[32m 0.01[0m
test_refresh_firewall [32mOK [0m[32m 0.01[0m
test_security_groups_member_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_member_updated [32mOK [0m[32m 0.01[0m
test_security_groups_provider_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_not_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.01[0m
SecurityGroupServerRpcApiTestCase
test_security_group_rules_for_devices [32mOK [0m[32m 0.00[0m
TestSecurityGroupAgentWithIptables
test_prepare_remove_port [32mOK [0m[31m 0.05[0m
test_security_group_member_updated [32mOK [0m[31m 0.10[0m
test_security_group_rule_udpated [32mOK [0m[33m 0.03[0m
TestSecurityGroupAgentWithOVSIptables
test_prepare_remove_port [32mOK [0m[33m 0.03[0m
test_security_group_member_updated [32mOK [0m[31m 0.10[0m
test_security_group_rule_udpated [32mOK [0m[33m 0.04[0m
TestSecurityGroupExtensionControl
test_disable_security_group_extension_iptables_driver [32mOK [0m[32m 0.00[0m
test_disable_security_group_extension_noop_driver [32mOK [0m[32m 0.00[0m
test_firewall_enabled_iptables_driver [32mOK [0m[32m 0.00[0m
test_firewall_enabled_noop_driver [32mOK [0m[32m 0.00[0m
ServiceTypeExtensionTestCase
test_create_service_type_adminctx_returns_200 [32mOK [0m[31m 0.10[0m
test_create_service_type_nonadminctx_returns_403 [32mOK [0m[33m 0.03[0m
test_service_type_create [32mOK [0m[33m 0.03[0m
test_service_type_delete [32mOK [0m[33m 0.03[0m
test_service_type_get [32mOK [0m[32m 0.02[0m
test_service_type_list [32mOK [0m[32m 0.02[0m
test_service_type_update [32mOK [0m[33m 0.03[0m
test_update_service_type_adminctx_returns_200 [32mOK [0m[33m 0.03[0m
test_update_service_type_nonadminctx_returns_403 [32mOK [0m[33m 0.03[0m
ServiceTypeExtensionTestCaseXML
test_create_service_type_adminctx_returns_200 [32mOK [0m[33m 0.03[0m
test_create_service_type_nonadminctx_returns_403 [32mOK [0m[33m 0.03[0m
test_service_type_create [32mOK [0m[33m 0.03[0m
test_service_type_delete [32mOK [0m[33m 0.03[0m
test_service_type_get [32mOK [0m[32m 0.02[0m
test_service_type_list [32mOK [0m[32m 0.02[0m
test_service_type_update [32mOK [0m[33m 0.03[0m
test_update_service_type_adminctx_returns_200 [32mOK [0m[33m 0.03[0m
test_update_service_type_nonadminctx_returns_403 [32mOK [0m[33m 0.03[0m
ServiceTypeManagerTestCase
test_create_dummy_increases_service_type_refcount [32mOK [0m[31m 0.17[0m
test_create_service_type_default_returns_400 [32mOK [0m[31m 0.16[0m
test_create_service_type_no_svcdef_returns_400 [32mOK [0m[31m 0.16[0m
test_delete_dummy_decreases_service_type_refcount [32mOK [0m[31m 0.19[0m
test_delete_service_type_in_use_returns_409 [32mOK [0m[31m 2.56[0m
test_get_default_service_type [32mOK [0m[31m 0.16[0m
test_get_service_type [32mOK [0m[31m 0.18[0m
test_list_service_types [32mOK [0m[31m 0.20[0m
test_service_type_create [32mOK [0m[31m 0.16[0m
test_service_type_update_clear_svc_defs_returns_400 [32mOK [0m[31m 0.18[0m
test_service_type_update_name [32mOK [0m[31m 0.19[0m
test_service_type_update_set_default_returns_400 [32mOK [0m[31m 0.17[0m
test_service_type_update_svc_defs [32mOK [0m[31m 0.17[0m
ServiceTypeManagerTestCaseXML
test_create_dummy_increases_service_type_refcount [32mOK [0m[31m 0.18[0m
test_create_service_type_default_returns_400 [32mOK [0m[31m 0.16[0m
test_create_service_type_no_svcdef_returns_400 [32mOK [0m[31m 0.16[0m
test_delete_dummy_decreases_service_type_refcount [32mOK [0m[31m 0.20[0m
test_delete_service_type_in_use_returns_409 [32mOK [0m[31m 0.19[0m
test_get_default_service_type [32mOK [0m[31m 0.16[0m
test_get_service_type [32mOK [0m[31m 0.18[0m
test_list_service_types Build timed out (after 30 minutes). Marking the build as failed.
[32mOK [0m[31m 0.20[0m
test_service_type_create /usr/local/jenkins/slave_scripts/run-tox.sh: line 48: 31852 Terminated tox -e$venv
+ result=143
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
++ rm -rf /tmp/tmp.GKpE7pcb9Z
[SCP] Connecting to static.openstack.org
Babel==0.9.6
Jinja2==2.7
Mako==0.8.0
MarkupSafe==0.17
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.10
Sphinx==1.2b1
WebOb==1.2.3
WebTest==1.3.3
alembic==0.5.0
amqp==1.0.11
amqplib==1.0.2
anyjson==0.3.3
argparse==1.2.1
cliff==1.3.3
cmd2==0.6.5.1
colorama==0.2.5
configobj==4.7.2
coverage==3.6
discover==0.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
extras==0.0.3
fixtures==0.3.12
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
kombu==2.5.10
mock==1.0.1
mox==0.5.3
netaddr==0.7.10
netifaces==0.8
nose==1.3.0
nosehtmloutput==0.0.4
nosexcover==1.0.8
openstack.nose-plugin==0.11
ordereddict==1.1
oslo.config==1.1.0
pep8==1.3.3
prettytable==0.7.2
pyparsing==1.5.7
python-keystoneclient==0.2.3
python-mimeparse==0.1.4
python-novaclient==2.13.0
python-quantumclient==2.2.1
python-subunit==0.0.12
pyudev==0.16.1
quantum==jenkins.periodic.quantum.python26.stable.grizzly.42
repoze.lru==0.6
requests==1.2.1
setuptools-git==1.0b1
simplejson==3.3.0
termcolor==1.1.0
testrepository==0.0.15
testtools==0.9.31
[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-quantum-python26-stable-grizzly/42
[SCP] Copying console log.
1
1
Hi guys,
Small question about [0].
The patch fixes a bug wrt VMs live migration but it also adds a new
configuration flag to allow admins to disable multi-attach. IMHO,
adding a new configuration flag shouldn't be allowed in a backport but
the patch in matter fixes a bug. What would the right behavior be in
that case?
1) Modify the patch so that it doesn't adds a new configuration
parameter.
2) Let it land as-is.
3) Don't let it land at all.
I'm more for #1 and #3 (maybe more 1 since it fixes a bug). Notice
that adding that parameter doesn't change current behavior.
Cheers,
FF
[0] https://review.openstack.org/#/c/29488/1
--
{ name: "Flavio Percoco",
gpg: "87112EC1",
internal: "8261386",
phone: "+390687502386",
irc: ["fpercoco", "flaper87"]}
4
6
Build failed in Jenkins: periodic-quantum-python26-stable-grizzly #37
by OpenStack Jenkins 21 May '13
by OpenStack Jenkins 21 May '13
21 May '13
See <https://jenkins.openstack.org/job/periodic-quantum-python26-stable-grizzly/…>
------------------------------------------
[...truncated 5044 lines...]
test_namespace_is_empty_no_devices [32mOK [0m[32m 0.00[0m
TestSubProcessBase
test_as_root_namespace [32mOK [0m[32m 0.00[0m
test_as_root_no_root_helper [32mOK [0m[32m 0.00[0m
test_execute_wrapper [32mOK [0m[32m 0.00[0m
test_execute_wrapper_int_options [32mOK [0m[32m 0.00[0m
test_execute_wrapper_no_options [32mOK [0m[32m 0.00[0m
test_run_namespace [32mOK [0m[32m 0.00[0m
test_run_no_namespace [32mOK [0m[32m 0.00[0m
LoadBalancerExtensionTestCase
test_create_pool_health_monitor [32mOK [0m[31m 0.10[0m
test_delete_pool_health_monitor [32mOK [0m[31m 2.14[0m
test_health_monitor_create [32mOK [0m[31m 0.05[0m
test_health_monitor_delete [32mOK [0m[31m 0.06[0m
test_health_monitor_get [32mOK [0m[31m 0.06[0m
test_health_monitor_list [32mOK [0m[31m 0.05[0m
test_health_monitor_update [32mOK [0m[31m 0.06[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.06[0m
test_member_get [32mOK [0m[31m 0.05[0m
test_member_list [32mOK [0m[31m 0.05[0m
test_member_update [32mOK [0m[31m 0.06[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 0.06[0m
test_pool_get [32mOK [0m[31m 0.05[0m
test_pool_list [32mOK [0m[31m 0.06[0m
test_pool_stats [32mOK [0m[31m 0.05[0m
test_pool_update [32mOK [0m[31m 0.06[0m
test_vip_create [32mOK [0m[31m 0.06[0m
test_vip_delete [32mOK [0m[31m 0.06[0m
test_vip_get [32mOK [0m[31m 0.06[0m
test_vip_list [32mOK [0m[31m 0.05[0m
test_vip_update [32mOK [0m[31m 0.06[0m
LoadBalancerExtensionTestCaseXML
test_create_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_delete_pool_health_monitor [32mOK [0m[31m 0.06[0m
test_health_monitor_create [32mOK [0m[31m 0.06[0m
test_health_monitor_delete [32mOK [0m[31m 0.06[0m
test_health_monitor_get [32mOK [0m[31m 2.22[0m
test_health_monitor_list [32mOK [0m[31m 0.06[0m
test_health_monitor_update [32mOK [0m[31m 0.07[0m
test_member_create [32mOK [0m[31m 0.06[0m
test_member_delete [32mOK [0m[31m 0.06[0m
test_member_get [32mOK [0m[31m 0.06[0m
test_member_list [32mOK [0m[31m 0.06[0m
test_member_update [32mOK [0m[31m 0.07[0m
test_pool_create [32mOK [0m[31m 0.06[0m
test_pool_delete [32mOK [0m[31m 0.07[0m
test_pool_get [32mOK [0m[31m 0.06[0m
test_pool_list [32mOK [0m[31m 0.06[0m
test_pool_stats [32mOK [0m[31m 0.06[0m
test_pool_update [32mOK [0m[31m 0.06[0m
test_vip_create [32mOK [0m[31m 0.07[0m
test_vip_delete [32mOK [0m[31m 0.06[0m
test_vip_get [32mOK [0m[31m 0.06[0m
test_vip_list [32mOK [0m[31m 0.06[0m
test_vip_update [32mOK [0m[31m 0.07[0m
TestMetadataProxyHandler
test_call [32mOK [0m[32m 0.01[0m
test_call_internal_server_error [32mOK [0m[32m 0.01[0m
test_call_no_instance_match [32mOK [0m[32m 0.01[0m
test_get_instance_id_network_id [32mOK [0m[32m 0.00[0m
test_get_instance_id_network_id_no_match [32mOK [0m[32m 0.00[0m
test_get_instance_id_router_id [32mOK [0m[32m 0.00[0m
test_get_instance_id_router_id_no_match [32mOK [0m[32m 0.00[0m
test_proxy_request_200 [32mOK [0m[32m 0.01[0m
test_proxy_request_403 [32mOK [0m[32m 0.01[0m
test_proxy_request_404 [32mOK [0m[32m 0.00[0m
test_proxy_request_409 [32mOK [0m[32m 0.01[0m
test_proxy_request_500 [32mOK [0m[32m 0.01[0m
test_proxy_request_other_code [32mOK [0m[32m 0.01[0m
test_proxy_request_post [32mOK [0m[32m 0.01[0m
test_sign_instance_id [32mOK [0m[32m 0.00[0m
TestUnixDomainHttpProtocol
test_init_empty_client [32mOK [0m[32m 0.00[0m
test_init_with_client [32mOK [0m[32m 0.00[0m
TestUnixDomainMetadataProxy
test_init_doesnot_exists [32mOK [0m[32m 0.00[0m
test_init_exists [32mOK [0m[32m 0.01[0m
test_init_exists_unlink_fails_file_still_exists [32mOK [0m[32m 0.00[0m
test_init_exists_unlink_no_file [32mOK [0m[32m 0.00[0m
test_main [32mOK [0m[32m 0.01[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainWSGIServer
test_run [32mOK [0m[32m 0.01[0m
test_start [32mOK [0m[31m 2.23[0m
TestNetworkMetadataProxyHandler
test_call [32mOK [0m[32m 0.00[0m
test_call_internal_server_error [32mOK [0m[32m 0.00[0m
test_no_argument_passed_to_init [32mOK [0m[32m 0.00[0m
test_proxy_request_network_200 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_404 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_409 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_418 [32mOK [0m[32m 0.00[0m
test_proxy_request_network_500 [32mOK [0m[32m 0.01[0m
test_proxy_request_network_exception [32mOK [0m[32m 0.00[0m
test_proxy_request_router_200 [32mOK [0m[32m 0.01[0m
TestProxyDaemon
test_init [32mOK [0m[32m 0.00[0m
test_main [32mOK [0m[32m 0.01[0m
test_main_dont_fork [32mOK [0m[32m 0.02[0m
test_run [32mOK [0m[32m 0.01[0m
TestUnixDomainHttpConnection
test_connect [32mOK [0m[32m 0.00[0m
DefaultPolicyTestCase
test_default_not_found [32mOK [0m[32m 0.01[0m
test_not_found_policy_calls_default [32mOK [0m[32m 0.01[0m
test_policy_called [32mOK [0m[32m 0.01[0m
PolicyFileTestCase
test_modified_policy_reloads [32mOK [0m[32m 0.00[0m
PolicyTestCase
test_check_bad_action_noraise [32mOK [0m[32m 0.01[0m
test_early_AND_enforcement [32mOK [0m[32m 0.01[0m
test_early_OR_enforcement [32mOK [0m[32m 0.01[0m
test_enforce_bad_action_throws [32mOK [0m[32m 0.01[0m
test_enforce_good_action [32mOK [0m[32m 0.01[0m
test_enforce_http_false [32mOK [0m[32m 0.01[0m
test_enforce_http_true [32mOK [0m[32m 0.01[0m
test_enforce_nonexistent_action_throws [32mOK [0m[32m 0.01[0m
test_ignore_case_role_check [32mOK [0m[32m 0.01[0m
test_templatized_enforcement [32mOK [0m[32m 0.01[0m
QuantumPolicyTestCase
test_enforce_adminonly_attribute_create [32mOK [0m[31m 0.07[0m
test_enforce_adminonly_attribute_nonadminctx_returns_403 [32mOK [0m[32m 0.01[0m
test_enforce_adminonly_attribute_update [32mOK [0m[32m 0.01[0m
test_enforce_parentresource_owner [32mOK [0m[32m 0.01[0m
test_enforce_regularuser_on_read [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_read_on_shared_succeeds [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_private_fails [32mOK [0m[32m 0.01[0m
test_nonadmin_write_on_shared_fails [32mOK [0m[32m 0.01[0m
TestQuantumContext
testQuantumContextAdminToDict [32mOK [0m[32m 0.00[0m
testQuantumContextAdminWithoutSessionToDict [32mOK [0m[32m 0.00[0m
testQuantumContextCreate [32mOK [0m[32m 0.00[0m
testQuantumContextToDict [32mOK [0m[32m 0.00[0m
QuantumManagerTestCase
test_multiple_plugins_specified_for_service_type [32mOK [0m[32m 0.01[0m
test_service_plugin_is_loaded [32mOK [0m[33m 0.03[0m
QuotaExtensionCfgTestCase
test_delete_quotas_forbidden [32mOK [0m[31m 0.30[0m
test_quotas_default_values [32mOK [0m[31m 0.30[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.30[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.30[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.30[0m
QuotaExtensionCfgTestCaseXML
test_delete_quotas_forbidden [32mOK [0m[31m 2.74[0m
test_quotas_default_values [32mOK [0m[31m 0.22[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_show_quotas_without_admin_forbidden [32mOK [0m[31m 0.21[0m
test_update_quotas_forbidden [32mOK [0m[31m 0.23[0m
QuotaExtensionDbTestCase
test_delete_quotas_with_admin [32mOK [0m[31m 0.30[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.31[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.31[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 2.56[0m
test_quotas_default_values [32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.20[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 0.21[0m
test_quotas_limit_check [32mOK [0m[31m 0.22[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.32[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.26[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.22[0m
test_quotas_loaded_right [32mOK [0m[31m 2.67[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.20[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.24[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
test_update_attributes [32mOK [0m[31m 0.36[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.22[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 2.54[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.20[0m
QuotaExtensionDbTestCaseXML
test_delete_quotas_with_admin [32mOK [0m[31m 0.20[0m
test_delete_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_list_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_list_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
test_quotas_default_values [32mOK [0m[31m 0.21[0m
test_quotas_get_tenant_from_empty_request_context_returns_400[32mOK [0m[31m 0.24[0m
test_quotas_get_tenant_from_request_context [32mOK [0m[31m 2.61[0m
test_quotas_limit_check [32mOK [0m[31m 0.21[0m
test_quotas_limit_check_with_invalid_quota_value [32mOK [0m[31m 0.20[0m
test_quotas_limit_check_with_over_quota [32mOK [0m[31m 0.21[0m
test_quotas_loaded_bad_returns_404 [32mOK [0m[31m 0.21[0m
test_quotas_loaded_right [32mOK [0m[31m 0.21[0m
test_show_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_show_quotas_with_owner_tenant [32mOK [0m[31m 0.22[0m
test_show_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 2.55[0m
test_update_attributes [32mOK [0m[31m 0.23[0m
test_update_quotas_with_admin [32mOK [0m[31m 0.21[0m
test_update_quotas_with_non_integer_returns_400 [32mOK [0m[31m 0.20[0m
test_update_quotas_with_non_support_resource_returns_400 [32mOK [0m[31m 0.21[0m
test_update_quotas_without_admin_forbidden_returns_403 [32mOK [0m[31m 0.21[0m
RootwrapTestCase
test_DnsmasqFilter [32mOK [0m[32m 0.00[0m
test_DnsmasqNetnsFilter [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_add [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_delete [32mOK [0m[32m 0.00[0m
test_IpFilter_netns_list [32mOK [0m[32m 0.00[0m
test_IpFilter_non_netns [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_match [32mOK [0m[32m 0.00[0m
test_IpNetnsExecFilter_nomatch [32mOK [0m[32m 0.00[0m
test_KillFilter [32mOK [0m[31m 0.41[0m
test_KillFilter_deleted_exe [32mOK [0m[32m 0.01[0m
test_KillFilter_no_raise [32mOK [0m[32m 0.00[0m
test_ReadFileFilter [32mOK [0m[32m 0.00[0m
test_RegExpFilter_match [32mOK [0m[32m 0.00[0m
test_RegExpFilter_reject [32mOK [0m[32m 0.00[0m
test_match_filter_recurses_exec_command_filter [32mOK [0m[32m 0.00[0m
test_missing_command [32mOK [0m[32m 0.00[0m
test_skips [32mOK [0m[32m 0.00[0m
RouterServiceInsertionTestCase
test_health_monitor_create [32mOK [0m[31m 0.44[0m
test_health_monitor_delete_with_router_id [32mOK [0m[31m 0.36[0m
test_health_monitor_delete_without_router_id [32mOK [0m[31m 0.32[0m
test_health_monitor_update_with_router_id [32mOK [0m[31m 3.53[0m
test_health_monitor_update_without_router_id [32mOK [0m[31m 0.23[0m
test_pool_create [32mOK [0m[31m 0.23[0m
test_pool_delete_with_router_id [32mOK [0m[31m 0.25[0m
test_pool_delete_without_router_id [32mOK [0m[31m 0.25[0m
test_pool_update_with_router_id [32mOK [0m[31m 0.23[0m
test_pool_update_without_router_id [32mOK [0m[31m 0.25[0m
test_router_create_no_service_type_id [32mOK [0m[31m 0.21[0m
test_router_create_with_service_type_id [32mOK [0m[31m 0.21[0m
test_router_delete [32mOK [0m[31m 0.24[0m
test_router_get [32mOK [0m[31m 0.22[0m
test_router_update_with_service_type_id [32mOK [0m[31m 0.22[0m
test_router_update_without_service_type_id [32mOK [0m[31m 2.57[0m
test_vip_create [32mOK [0m[31m 0.27[0m
test_vip_delete_with_router_id [32mOK [0m[31m 0.30[0m
test_vip_delete_without_router_id [32mOK [0m[31m 0.30[0m
test_vip_update_with_router_id [32mOK [0m[31m 0.27[0m
test_vip_update_without_router_id [32mOK [0m[31m 0.30[0m
SGAgentRpcCallBackMixinTestCase
test_security_groups_member_updated [32mOK [0m[32m 0.00[0m
test_security_groups_provider_updated [32mOK [0m[32m 0.00[0m
test_security_groups_rule_updated [32mOK [0m[32m 0.00[0m
SGServerRpcCallBackMixinTestCase
test_security_group_rules_for_devices_ipv4_egress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_ingress [32mOK [0m[31m 0.43[0m
test_security_group_rules_for_devices_ipv4_source_group Build timed out (after 30 minutes). Marking the build as failed.
++ rm -rf /tmp/tmp.OEjertmeTY
/usr/local/jenkins/slave_scripts/run-tox.sh: line 1: 2922 Terminated tox -e$venv
[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-quantum-python26-stable-grizzly/37
[SCP] Copying console log.
1
4
---------- Forwarded message ----------
>From: Flavio Percoco <flavio(a)redhat.com>
>Date: 16 May 2013 10:15
>Subject: Request to be added to stable/maint
>To: Dave Walker <davewalker(a)ubuntu.com>
>
>Hi,
>
>I'd like to be added as member of the stable-maintainers team. I've been
>doing reviews in stable branches as well as proposing new patches that
>should be backported for both folsom and grizzly versions.
>
>Thanks.
>Flavio
Hi Flavio,
CC: openstack-stable-maint team
Some pretty good reviews: https://review.openstack.org/#/dashboard/6159
Good progressive restraint on https://review.openstack.org/#/c/26815/
Agree with your optimism on https://review.openstack.org/#/c/28076/
Expectation on tests, https://review.openstack.org/#/c/28075/
Good digging into the code to check you are satisifed,
https://review.openstack.org/#/c/28545/
I will say the the majority of the reviews you have done seem to be
from today, and all work seems quite recent. I think I'd have liked
bit more historic interest - but based on what you have currently done
and a commitment to maintain this effort, I am supportive of the
application.
I'd like others to comment if it is suitable to proceed now, or allow
more evidence to be built.
Please confirm you are familair with:
https://wiki.openstack.org/wiki/StableBranch
Thanks.
--
Kind Regards,
Dave Walker
3
4
Build failed in Jenkins: periodic-glance-python26-stable-grizzly #39
by OpenStack Jenkins 20 May '13
by OpenStack Jenkins 20 May '13
20 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/3…>
------------------------------------------
[...truncated 1157 lines...]
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.00[0m
TestStoreImage
test_image_delayed_delete [32mOK [0m[32m 0.00[0m
test_image_delete [32mOK [0m[32m 0.00[0m
test_image_get_data [32mOK [0m[32m 0.00[0m
test_image_set_data [32mOK [0m[32m 0.00[0m
test_image_set_data_unknown_size [32mOK [0m[32m 0.00[0m
TestStoreImageRepo
test_add_fetches_members_if_private [32mOK [0m[32m 0.00[0m
test_add_ignores_acls_if_no_locations [32mOK [0m[32m 0.00[0m
test_add_updates_acls [32mOK [0m[32m 0.00[0m
test_member_addition_updates_acls [32mOK [0m[32m 0.00[0m
test_member_removal_updates_acls [32mOK [0m[32m 0.00[0m
test_save_fetches_members_if_private [32mOK [0m[32m 0.00[0m
test_save_updates_acls [32mOK [0m[32m 0.00[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.01[0m
test_get_store_from_scheme [32mOK [0m[32m 0.01[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.01[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestCreatingLocations
test_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_custom_service_type [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_http [32mOK [0m[32m 0.01[0m
test_multi_tenant_location_with_region [32mOK [0m[32m 0.01[0m
test_single_tenant_location [32mOK [0m[32m 0.01[0m
test_single_tenant_location_http [32mOK [0m[32m 0.01[0m
TestMultiTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestSingleTenantStoreConnections
test_basic_connection [32mOK [0m[32m 0.01[0m
test_connection_invalid_user [32mOK [0m[32m 0.01[0m
test_connection_missing_user [32mOK [0m[32m 0.01[0m
test_connection_with_auth_v1 [32mOK [0m[32m 0.01[0m
test_connection_with_endpoint_type [32mOK [0m[32m 0.01[0m
test_connection_with_no_trailing_slash [32mOK [0m[32m 0.01[0m
test_connection_with_region [32mOK [0m[32m 0.01[0m
test_connection_with_service_type [32mOK [0m[32m 0.01[0m
test_connection_with_snet [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.00[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.01[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.00[0m
test_delete [32mOK [0m[32m 0.00[0m
test_delete_non_existing [32mOK [0m[32m 0.00[0m
test_get [32mOK [0m[32m 0.00[0m
test_get_non_existing [32mOK [0m[32m 0.00[0m
test_get_size [32mOK [0m[32m 0.00[0m
test_get_size_with_multi_tenant_on [32mOK [0m[32m 0.00[0m
test_get_with_http_auth [32mOK [0m[32m 0.00[0m
test_no_auth_address [32mOK [0m[32m 0.00[0m
test_no_key [32mOK [0m[32m 0.00[0m
test_no_user [32mOK [0m[32m 0.00[0m
test_read_acl_public [32mOK [0m[32m 0.00[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.00[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.00[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.01[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.00[0m
test_delete [32mOK [0m[32m 0.00[0m
test_delete_non_existing [32mOK [0m[32m 0.00[0m
test_get [32mOK [0m[32m 0.00[0m
test_get_non_existing [32mOK [0m[32m 0.00[0m
test_get_size [32mOK [0m[32m 0.00[0m
test_get_size_with_multi_tenant_on [32mOK [0m[32m 0.00[0m
test_get_with_http_auth [32mOK [0m[32m 0.00[0m
test_no_auth_address [32mOK [0m[32m 0.00[0m
test_no_key [32mOK [0m[32m 0.00[0m
test_no_user [32mOK [0m[32m 0.00[0m
test_read_acl_public [32mOK [0m[32m 0.00[0m
test_read_acl_tenants [32mOK [0m[32m 0.00[0m
test_read_write_public [32mOK [0m[32m 0.00[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.00[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.04[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.00[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2_2_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.00[0m
test_default_with_body [32mOK [0m[32m 0.00[0m
test_from_json [32mOK [0m[32m 0.00[0m
test_from_json_malformed [32mOK [0m[32m 0.00[0m
test_has_body_has_content_length [32mOK [0m[32m 0.00[0m
test_has_body_no_content_length [32mOK [0m[32m 0.00[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.00[0m
test_no_body_no_content_length [32mOK [0m[32m 0.00[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.00[0m
test_to_json [32mOK [0m[32m 0.00[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.00[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.00[0m
test_content_type_missing [32mOK [0m[32m 0.00[0m
test_content_type_unsupported [32mOK [0m[32m 0.00[0m
test_content_type_with_charset [32mOK [0m[32m 0.00[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.00[0m
test_dispatch_default [32mOK [0m[32m 0.00[0m
test_dispatch_no_default [32mOK [0m[32m 0.00[0m
test_get_action_args [32mOK [0m[32m 0.00[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.00[0m
test_headers_are_unicode [32mOK [0m[32m 0.00[0m
TestMonkeyPatch
test_time_is_monkey_patched [32mOK [0m[32m 0.00[0m
======================================================================
FAIL: glance.tests.functional.test_bin_glance_control.TestGlanceControl.test_bouncing
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/w…",> line 121, in wrapped
func(*a, **kwargs)
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/w…",> line 192, in test_bouncing
self.assertTrue(launch_msg is None, launch_msg)
AssertionError: Unexpected server launch status
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 91.39 secs:
[31m 26.38 TestScrubber.test_scrubber_app[0m
[31m 20.83 TestScrubber.test_delayed_delete[0m
[31m 14.88 TestGlanceControl.test_reload[0m
[31m 14.74 TestRootApi.test_version_configurations[0m
[31m 14.57 TestGlanceControl.test_respawn[0m
----------------------------------------------------------------------
Ran 1102 tests in 612.720s
FAILED (SKIP=38, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-grizzly/w…'>
___________________________________ 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
MySQL-python==1.2.4
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.2.3
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.9.3
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
extras==0.0.3
fixtures==0.3.12
glance==jenkins.periodic.glance.python26.stable.grizzly.39
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.1
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
ordereddict==1.1
oslo.config==1.1.0
passlib==1.6.1
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5
pycrypto==2.6
pysendfile==2.0.0
python-keystoneclient==0.2.3
python-mimeparse==0.1.4
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
testtools==0.9.31
wsgiref==0.1.2
xattr==0.6.4
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ 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=127
+ '[' 127 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.sSHuYoYE0O
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-grizzly/39
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-grizzly/39/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Build failed in Jenkins: periodic-glance-python26-stable-folsom #228
by OpenStack Jenkins 18 May '13
by OpenStack Jenkins 18 May '13
18 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/22…>
------------------------------------------
[...truncated 941 lines...]
test_policy_file_default_not_found [32mOK [0m[32m 0.01[0m
test_policy_file_specified_but_not_found [32mOK [0m[32m 0.01[0m
TestStore
test_add [32mOK [0m[32m 0.02[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_host_variations [32mOK [0m[33m 0.03[0m
test_calling_format_default [32mOK [0m[32m 0.01[0m
test_calling_format_path [32mOK [0m[32m 0.01[0m
test_calling_format_subdomain [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.02[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_calling_format_default [32mOK [0m[32m 0.01[0m
test_get_calling_format_path [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_s3_bad_location [32mOK [0m[32m 0.01[0m
test_get_s3_good_location [32mOK [0m[32m 0.01[0m
test_no_access_key [32mOK [0m[32m 0.01[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.02[0m
test_get_store_from_scheme [32mOK [0m[32m 0.02[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.02[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.05[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.01[0m
test_is_uuid_like_success [32mOK [0m[31m 0.19[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.02[0m
test_request_url_v2_1_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.01[0m
test_default_with_body [32mOK [0m[32m 0.01[0m
test_from_json [32mOK [0m[32m 0.01[0m
test_from_json_malformed [32mOK [0m[32m 0.01[0m
test_has_body_has_content_length [32mOK [0m[32m 0.01[0m
test_has_body_no_content_length [32mOK [0m[32m 0.01[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.01[0m
test_no_body_no_content_length [32mOK [0m[32m 0.01[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.01[0m
test_to_json [32mOK [0m[32m 0.01[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.01[0m
test_content_type_missing [32mOK [0m[32m 0.01[0m
test_content_type_unsupported [32mOK [0m[32m 0.01[0m
test_content_type_with_charset [32mOK [0m[32m 0.01[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.01[0m
test_dispatch_default [32mOK [0m[32m 0.01[0m
test_dispatch_no_default [32mOK [0m[32m 0.01[0m
test_get_action_args [32mOK [0m[32m 0.01[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.01[0m
test_headers_are_unicode [32mOK [0m[32m 0.01[0m
======================================================================
FAIL: Ensure an interrupt signal does not cause a respawn storm.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 71, in test_interrupt_avoids_respawn_storm
self.assertTrue(child in children)
AssertionError:
"""Fail the test unless the expression is true."""
>> if not False: raise self.failureException, None
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 73.34 secs:
[31m 17.17 TestGlanceControl.test_bouncing[0m
[31m 14.65 TestScrubber.test_delayed_delete[0m
[31m 14.13 TestGlanceControl.test_reload[0m
[31m 13.94 TestGlanceControl.test_respawn[0m
[31m 13.45 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 926 tests in 571.947s
FAILED (SKIP=89, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…'>
___________________________________ 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.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python26-stable-folsom-228
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.1
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
ordereddict==1.1
passlib==1.6.1
pep8==1.1
pycrypto==2.6
pysendfile==2.0.0
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
wsgiref==0.1.2
xattr==0.6.4
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ 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=94
+ '[' 94 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.DOMRiZTeAH
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-folsom/228
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-folsom/228/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
1
Hey All-
Leading up to the freeze of 2013.1.1 I threw together a little script to
help track what bugs have been tagged for backport vs what has been
proposed and merged, to both master and stable branches. The idea is
that once both master + stable columns are green (patch merged to master
AND backport merged to stable), the bug can be targeted to the milestone
and the tag removed (thus removing it from the tracker). It's a bit
rough ATM and not without bugs (eg, abandoned proposals still stick
around as cruft), but it proved to be super helpful last time and I'll
be giving it some TLC as we get closer to 2013.1.2:
For the time being you can find it @
http://no-carrier.net/~adam/stable/backport_tags/
Source @ git://github.com/gandelman-a/openstack-stable-tools.git if
anyone is interested in helping improve.
Adam
2
1
Build failed in Jenkins: periodic-glance-python26-stable-folsom #225
by OpenStack Jenkins 16 May '13
by OpenStack Jenkins 16 May '13
16 May '13
See <https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/22…>
------------------------------------------
[...truncated 941 lines...]
test_policy_file_default_not_found [32mOK [0m[32m 0.01[0m
test_policy_file_specified_but_not_found [32mOK [0m[32m 0.01[0m
TestStore
test_add [32mOK [0m[32m 0.02[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_host_variations [32mOK [0m[33m 0.03[0m
test_calling_format_default [32mOK [0m[32m 0.01[0m
test_calling_format_path [32mOK [0m[32m 0.01[0m
test_calling_format_subdomain [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.02[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_calling_format_default [32mOK [0m[32m 0.01[0m
test_get_calling_format_path [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_s3_bad_location [32mOK [0m[32m 0.01[0m
test_get_s3_good_location [32mOK [0m[32m 0.01[0m
test_no_access_key [32mOK [0m[32m 0.01[0m
test_no_host [32mOK [0m[32m 0.01[0m
test_no_secret_key [32mOK [0m[32m 0.01[0m
TestBasicSchema
test_filter_strips_extra_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_but_identical_properties [32mOK [0m[32m 0.01[0m
test_merge_conflicting_properties [32mOK [0m[32m 0.01[0m
test_merge_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_fails_on_bad_type [32mOK [0m[32m 0.01[0m
test_validate_fails_on_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_passes [32mOK [0m[32m 0.01[0m
TestBasicSchemaLinks
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestCollectionSchema
test_raw_json_schema [32mOK [0m[32m 0.01[0m
TestPermissiveSchema
test_filter_passes_extra_properties [32mOK [0m[32m 0.01[0m
test_raw_json_schema [32mOK [0m[32m 0.01[0m
test_validate_rejects_non_string_extra_properties [32mOK [0m[32m 0.01[0m
test_validate_with_additional_properties_allowed [32mOK [0m[32m 0.01[0m
TestSkipExamples
test_001_increase_test_counter [32mOK [0m[32m 0.01[0m
test_002_increase_test_counter [32mOK [0m[32m 0.01[0m
test_003_verify_test_counter [32mOK [0m[32m 0.01[0m
test_skip_if_example [34mSKIP[0m
test_skip_test_example [34mSKIP[0m
test_skip_unless_example [34mSKIP[0m
TestStoreLocation
test_bad_store_scheme [32mOK [0m[32m 0.01[0m
test_filesystem_store_location [32mOK [0m[32m 0.01[0m
test_get_location_from_uri_back_to_uri [32mOK [0m[32m 0.02[0m
test_get_store_from_scheme [32mOK [0m[32m 0.02[0m
test_http_store_location [32mOK [0m[32m 0.01[0m
test_rbd_store_location [32mOK [0m[32m 0.02[0m
test_s3_store_location [32mOK [0m[32m 0.01[0m
test_swift_store_location [32mOK [0m[32m 0.01[0m
TestChunkReader
test_read_all_data [32mOK [0m[32m 0.01[0m
TestStoreAuthV1
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
TestStoreAuthV2
test_add [32mOK [0m[32m 0.01[0m
test_add_already_existing [32mOK [0m[32m 0.01[0m
test_add_auth_url_variations [32mOK [0m[32m 0.02[0m
test_add_large_object [32mOK [0m[32m 0.01[0m
test_add_large_object_zero_size [32mOK [0m[32m 0.01[0m
test_add_no_container_and_create [32mOK [0m[32m 0.01[0m
test_add_no_container_no_create [32mOK [0m[32m 0.01[0m
test_delete [32mOK [0m[32m 0.01[0m
test_delete_non_existing [32mOK [0m[32m 0.01[0m
test_get [32mOK [0m[32m 0.01[0m
test_get_non_existing [32mOK [0m[32m 0.01[0m
test_get_size [32mOK [0m[32m 0.01[0m
test_get_with_http_auth [32mOK [0m[32m 0.01[0m
test_no_auth_address [32mOK [0m[32m 0.01[0m
test_no_key [32mOK [0m[32m 0.01[0m
test_no_user [32mOK [0m[32m 0.01[0m
test_read_acl_public [32mOK [0m[32m 0.01[0m
test_read_acl_tenants [32mOK [0m[32m 0.01[0m
test_read_write_public [32mOK [0m[32m 0.01[0m
test_v2_multi_tenant_location [32mOK [0m[32m 0.01[0m
test_v2_with_no_tenant [32mOK [0m[32m 0.01[0m
TestUtils
test_cooperative_reader [32mOK [0m[33m 0.05[0m
test_cooperative_reader_of_iterator [32mOK [0m[32m 0.01[0m
test_generate_uuid_format [32mOK [0m[32m 0.01[0m
test_generate_uuid_unique [32mOK [0m[32m 0.01[0m
test_is_uuid_like_fails [32mOK [0m[32m 0.01[0m
test_is_uuid_like_success [32mOK [0m[31m 0.19[0m
test_limiting_reader [32mOK [0m[32m 0.01[0m
test_limiting_reader_fails [32mOK [0m[32m 0.01[0m
VersionNegotiationTest
test_request_accept_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1 [32mOK [0m[32m 0.01[0m
test_request_url_v1_0 [32mOK [0m[32m 0.01[0m
test_request_url_v1_1 [32mOK [0m[32m 0.01[0m
test_request_url_v2 [32mOK [0m[32m 0.01[0m
test_request_url_v2_0 [32mOK [0m[32m 0.01[0m
test_request_url_v2_1_unsupported [32mOK [0m[32m 0.01[0m
test_request_url_v3_unsupported [32mOK [0m[32m 0.01[0m
VersionsTest
test_get_version_list [32mOK [0m[32m 0.01[0m
JSONRequestDeserializerTest
test_default_no_body [32mOK [0m[32m 0.01[0m
test_default_with_body [32mOK [0m[32m 0.01[0m
test_from_json [32mOK [0m[32m 0.01[0m
test_from_json_malformed [32mOK [0m[32m 0.01[0m
test_has_body_has_content_length [32mOK [0m[32m 0.01[0m
test_has_body_no_content_length [32mOK [0m[32m 0.01[0m
test_has_body_zero_content_length [32mOK [0m[32m 0.01[0m
test_no_body_no_content_length [32mOK [0m[32m 0.01[0m
JSONResponseSerializerTest
test_default [32mOK [0m[32m 0.01[0m
test_to_json [32mOK [0m[32m 0.01[0m
RequestTest
test_content_type_accept_default [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_json_xml_quality [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml [32mOK [0m[32m 0.01[0m
test_content_type_from_accept_xml_json [32mOK [0m[32m 0.01[0m
test_content_type_missing [32mOK [0m[32m 0.01[0m
test_content_type_unsupported [32mOK [0m[32m 0.01[0m
test_content_type_with_charset [32mOK [0m[32m 0.01[0m
ResourceTest
test_dispatch [32mOK [0m[32m 0.01[0m
test_dispatch_default [32mOK [0m[32m 0.01[0m
test_dispatch_no_default [32mOK [0m[32m 0.01[0m
test_get_action_args [32mOK [0m[32m 0.01[0m
TestHelpers
test_data_passed_properly_through_headers [32mOK [0m[32m 0.01[0m
test_headers_are_unicode [32mOK [0m[32m 0.01[0m
======================================================================
FAIL: Ensure an interrupt signal does not cause a respawn storm.
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…",> line 71, in test_interrupt_avoids_respawn_storm
self.assertTrue(child in children)
AssertionError:
"""Fail the test unless the expression is true."""
>> if not False: raise self.failureException, None
----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 70.28 secs:
[31m 14.70 TestScrubber.test_delayed_delete[0m
[31m 14.18 TestGlanceControl.test_reload[0m
[31m 13.91 TestGlanceControl.test_respawn[0m
[31m 13.79 TestGlanceControl.test_bouncing[0m
[31m 13.69 TestBinGlanceCacheManage.test_queue[0m
----------------------------------------------------------------------
Ran 926 tests in 574.239s
FAILED (SKIP=89, failures=1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-glance-python26-stable-folsom/ws…'>
___________________________________ 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.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.0.8
amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
boto==2.1.1
colorama==0.2.5
coverage==3.6
decorator==3.4.0
distribute==0.6.34
docutils==0.10
eventlet==0.12.1
glance==jenkins-periodic-glance-python26-stable-folsom-225
greenlet==0.4.0
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonschema==1.3.0
kombu==2.5.10
lxml==3.2.1
mox==0.5.3
nose==1.3.0
nose-exclude==0.1.9
nosehtmloutput==0.0.4
openstack.nose-plugin==0.11
ordereddict==1.1
passlib==1.6.1
pep8==1.1
pycrypto==2.6
pysendfile==2.0.0
python-swiftclient==1.4.0
repoze.lru==0.6
requests==1.2.0
simplejson==3.3.0
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
wsgiref==0.1.2
xattr==0.6.4
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ 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=94
+ '[' 94 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.edi8qGZS0W
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python26-stable-folsom/225
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python26-stable-folsom/225/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
1
2