See 
<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-tests-dm-tomcat-mysql/112/>

------------------------------------------
[...truncated 6582 lines...]
     [exec] testReader (test_nuxeo.Nuxeo) ... 
     [exec] FAIL
     [exec] 
     [exec] 
======================================================================
     [exec] FAIL: testReader (test_nuxeo.Nuxeo)
     [exec] 
----------------------------------------------------------------------
     [exec] Traceback (most recent call last):
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 946, in __call__
     [exec]     testMethod()
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_nuxeo.py",
 line 107, in testReader
     [exec]     .login(self.cred_member[0], self.cred_member[1]))
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/nuxeo/pages.py",
 line 110, in login
     [exec]     'Login failed for %s:%s' % (user, password))
     [exec] AssertionError: Login failed for user13:test
     [exec] 
     [exec] 
----------------------------------------------------------------------
     [exec] Ran 1 test in 0.026s
     [exec] 
     [exec] FAILED (failures=1)
     [exec] Result: 1
     [echo] Handling list element: test_webengine.py
    [unzip] [INFO] Resolving org.nuxeo:nuxeo-ftest:zip:1.7.1-SNAPSHOT:compile 
...
    [unzip] Expanding: 
/opt/hudson/.m2/repository/org/nuxeo/nuxeo-ftest/1.7.1-SNAPSHOT/nuxeo-ftest-1.7.1-SNAPSHOT.zip
 into 
/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/target

fl-run-suite:
     [echo] Suite: test_webengine.py
     [echo] Running: fl-run-test -v --simple-fetch test_webengine.py -u 
http://localhost:8080/nuxeo --no-color
     [exec] test_testWebengine (test_webengine.Webengine) ... 
     [exec] FAIL
     [exec] 
     [exec] 
======================================================================
     [exec] FAIL: test_testWebengine (test_webengine.Webengine)
     [exec] 
----------------------------------------------------------------------
     [exec] Traceback (most recent call last):
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 946, in __call__
     [exec]     testMethod()
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_webengine.py",
 line 40, in test_testWebengine
     [exec]     .login(*self.cred_admin)
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/nuxeo/webenginepage.py",
 line 53, in login
     [exec]     'Login failed for %s:%s' % (user, password))
     [exec] AssertionError: Login failed for Administrator:Administrator
     [exec] 
     [exec] 
----------------------------------------------------------------------
     [exec] Ran 1 test in 1.776s
     [exec] 
     [exec] FAILED (failures=1)
     [exec] Result: 1
     [echo] Handling list element: test_dav.py
    [unzip] [INFO] Resolving org.nuxeo:nuxeo-ftest:zip:1.7.1-SNAPSHOT:compile 
...
    [unzip] Expanding: 
/opt/hudson/.m2/repository/org/nuxeo/nuxeo-ftest/1.7.1-SNAPSHOT/nuxeo-ftest-1.7.1-SNAPSHOT.zip
 into 
/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/target

fl-run-suite:
     [echo] Suite: test_dav.py
     [echo] Running: fl-run-test -v --simple-fetch test_dav.py -u 
http://localhost:8080/nuxeo --no-color
     [exec] testDav (test_dav.Dav) ... FAIL
     [exec] testLocks (test_dav.Dav) ... FAIL
     [exec] testUserAgents (test_dav.Dav) ... 
     [exec] ok
     [exec] testWriter (test_dav.Dav) ... FAIL
     [exec] 
     [exec] 
======================================================================
     [exec] FAIL: testDav (test_dav.Dav)
     [exec] 
----------------------------------------------------------------------
     [exec] Traceback (most recent call last):
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 946, in __call__
     [exec]     testMethod()
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_dav.py",
 line 62, in testDav
     [exec]     self.initWorkspace()
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_dav.py",
 line 55, in initWorkspace
     [exec]     root_uid = r.getRootWorkspaceUid()
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/nuxeo/rest.py",
 line 67, in getRootWorkspaceUid
     [exec]     for item in self.browse():
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/nuxeo/rest.py",
 line 61, in browse
     [exec]     description='REST browse ' + uid)
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 391, in get
     [exec]     method="get", load_auto_links=load_auto_links)
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 299, in _browse
     [exec]     response = self._connect(url, params, ok_codes, method, 
description)
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 216, in _connect
     [exec]     raise self.failureException, str(value.response)
     [exec] AssertionError: /nuxeo/restAPI/default/*/browse
     [exec] HTTP Response 401: Unauthorized
     [exec] 
     [exec] 
======================================================================
     [exec] FAIL: testLocks (test_dav.Dav)
     [exec] 
----------------------------------------------------------------------
     [exec] Traceback (most recent call last):
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 946, in __call__
     [exec]     testMethod()
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_dav.py",
 line 147, in testLocks
     [exec]     self.initWorkspace()
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_dav.py",
 line 55, in initWorkspace
     [exec]     root_uid = r.getRootWorkspaceUid()
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/nuxeo/rest.py",
 line 67, in getRootWorkspaceUid
     [exec]     for item in self.browse():
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/nuxeo/rest.py",
 line 61, in browse
     [exec]     description='REST browse ' + uid)
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 391, in get
     [exec]     method="get", load_auto_links=load_auto_links)
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 299, in _browse
     [exec]     response = self._connect(url, params, ok_codes, method, 
description)
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 216, in _connect
     [exec]     raise self.failureException, str(value.response)
     [exec] AssertionError: /nuxeo/restAPI/default/*/browse
     [exec] HTTP Response 401: Unauthorized
     [exec] 
     [exec] 
======================================================================
     [exec] FAIL: testWriter (test_dav.Dav)
     [exec] 
----------------------------------------------------------------------
     [exec] Traceback (most recent call last):
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 946, in __call__
     [exec]     testMethod()
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_dav.py",
 line 108, in testWriter
     [exec]     self.initWorkspace()
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_dav.py",
 line 55, in initWorkspace
     [exec]     root_uid = r.getRootWorkspaceUid()
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/nuxeo/rest.py",
 line 67, in getRootWorkspaceUid
     [exec]     for item in self.browse():
     [exec]   File 
"/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/nuxeo/rest.py",
 line 61, in browse
     [exec]     description='REST browse ' + uid)
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 391, in get
     [exec]     method="get", load_auto_links=load_auto_links)
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 299, in _browse
     [exec]     response = self._connect(url, params, ok_codes, method, 
description)
     [exec]   File 
"/usr/local/lib/python2.6/dist-packages/funkload-1.16.1-py2.6.egg/funkload/FunkLoadTestCase.py",
 line 216, in _connect
     [exec]     raise self.failureException, str(value.response)
     [exec] AssertionError: /nuxeo/restAPI/default/*/browse
     [exec] HTTP Response 401: Unauthorized
     [exec] 
     [exec] 
----------------------------------------------------------------------
     [exec] Ran 4 tests in 0.306s
     [exec] 
     [exec] FAILED (failures=3)
     [exec] Result: 1
    [unzip] [INFO] Resolving org.nuxeo:nuxeo-ftest:zip:1.7.1-SNAPSHOT:compile 
...
    [unzip] Expanding: 
/opt/hudson/.m2/repository/org/nuxeo/nuxeo-ftest/1.7.1-SNAPSHOT/nuxeo-ftest-1.7.1-SNAPSHOT.zip
 into 
/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/target

_init:
     [echo] Using NX_MYSQL_DB_HOST fallback for undefined NX_DB_HOST
     [echo] Using NX_MYSQL_DB_PORT fallback for undefined NX_DB_PORT
     [echo] Using NX_MYSQL_DB_NAME fallback for undefined NX_DB_NAME
     [echo] Using NX_MYSQL_DB_ADMINNAME fallback for undefined NX_DB_ADMINNAME
     [echo] Using NX_MYSQL_DB_ADMINUSER fallback for undefined NX_DB_ADMINUSER
     [echo] Using NX_MYSQL_DB_ADMINPASS fallback for undefined NX_DB_ADMINPASS

monitor:
     [exec] Monitoring is not running.
    [unzip] [INFO] Resolving org.nuxeo:nuxeo-ftest:zip:1.7.1-SNAPSHOT:compile 
...
    [unzip] Expanding: 
/opt/hudson/.m2/repository/org/nuxeo/nuxeo-ftest/1.7.1-SNAPSHOT/nuxeo-ftest-1.7.1-SNAPSHOT.zip
 into 
/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/target

funkload-ctl-daemons:
     [exec] Server http://localhost:55502/ is stopped.
     [exec] Server http://localhost:55501/ is stopped.

BUILD FAILED
/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/target/nuxeo-ftest.xml:497:
 Tests in error:  test_webengine.py, test_dav.py

Total time: 2 minutes 2 seconds
[ERROR] Error occurred while running 
/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/itests.xml:
 Tests in error:  test_webengine.py, test_dav.py
[INFO] [nuxeo-distribution-tools:build {execution: stop-nuxeo}]
Activating profile: mysql
Activating profile: qa
    [unzip] [INFO] Resolving org.nuxeo:nuxeo-ftest:zip:1.7.1-SNAPSHOT:compile 
...
    [unzip] Expanding: 
/opt/hudson/.m2/repository/org/nuxeo/nuxeo-ftest/1.7.1-SNAPSHOT/nuxeo-ftest-1.7.1-SNAPSHOT.zip
 into 
/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/nuxeo/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/target

_init:
     [echo] Using NX_MYSQL_DB_HOST fallback for undefined NX_DB_HOST
     [echo] Using NX_MYSQL_DB_PORT fallback for undefined NX_DB_PORT
     [echo] Using NX_MYSQL_DB_NAME fallback for undefined NX_DB_NAME
     [echo] Using NX_MYSQL_DB_ADMINNAME fallback for undefined NX_DB_ADMINNAME
     [echo] Using NX_MYSQL_DB_ADMINUSER fallback for undefined NX_DB_ADMINUSER
     [echo] Using NX_MYSQL_DB_ADMINPASS fallback for undefined NX_DB_ADMINPASS

stop-unix:
     [exec] Nuxeo home:          
/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/tomcat-funkload
     [exec] Nuxeo configuration: 
/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/tomcat-funkload/bin/nuxeo.conf
     [exec] Include template: 
/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/tomcat-funkload/templates/common-base
     [exec] Include template: 
/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/tomcat-funkload/templates/common
     [exec] Include template: 
/opt/hudson/tmp/workspace/IT-nuxeo-master-tests-dm-tomcat-mysql/tomcat-funkload/templates/mysql
     [exec] 
     [exec] Stopping server.....
     [exec] Server stopped.

stop-windows:

stop:

BUILD SUCCESSFUL
Total time: 3 seconds
[INFO] [nuxeo-distribution-tools:verify {execution: run-tests}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are some test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 24 seconds
[INFO] Finished at: Sun Jul 01 14:08:38 CEST 2012
[INFO] Final Memory: 173M/633M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Checking ^\d{4}-\d{2}-\d{2}.*ERROR.*
<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-tests-dm-tomcat-mysql/112/artifact/tomcat-funkload/log/nuxeo-error.log>:
2012-07-01 14:08:28,413 ERROR [nuxeo-error-log] javax.servlet.ServletException: 
#{publishActions.doPublish(node)}: org.nuxeo.ecm.core.api.ClientException: 
Failed to save session
2012-07-01 14:08:28,417 ERROR [nuxeo-error-log] 
<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-master-tests-dm-tomcat-mysql/112/artifact/tomcat-funkload/log/server.log>:
2012-07-01 14:08:28,377 ERROR 
[javax.enterprise.resource.webcontainer.jsf.application] 
org.nuxeo.ecm.core.api.ClientException: Failed to save session
2012-07-01 14:08:28,384 ERROR 
[javax.enterprise.resource.webcontainer.jsf.lifecycle] 
jsf.lifecycle.phase.exception
2012-07-01 14:08:28,400 ERROR [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCLogger] 
(2) SQL: XA end error on 
org.apache.geronimo.transaction.manager.XidImpl@4d072367
2012-07-01 14:08:28,401 ERROR [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCLogger] 
(2) SQL: XA error on rollback: com.mysql.jdbc.jdbc2.optional.MysqlXAException: 
No operations allowed after connection closed.
2012-07-01 14:08:28,401 ERROR 
[org.apache.geronimo.transaction.manager.RollbackTask] Unexpected exception 
committing 
org.apache.geronimo.transaction.manager.WrapperNamedXAResource@591c5342; 
continuing to commit other RMs
2012-07-01 14:08:28,403 ERROR [org.jboss.seam.web.ExceptionFilter] could not 
roll back transaction
2012-07-01 14:08:28,411 ERROR [org.ajax4jsf.webapp.BaseXMLFilter] Exception in 
the filter chain
2012-07-01 14:08:28,413 ERROR 
[org.nuxeo.ecm.platform.web.common.exceptionhandling.DefaultNuxeoExceptionHandler]
 javax.servlet.ServletException: #{publishActions.doPublish(node)}: 
org.nuxeo.ecm.core.api.ClientException: Failed to save session
2012-07-01 14:08:28,413 ERROR [nuxeo-error-log] javax.servlet.ServletException: 
#{publishActions.doPublish(node)}: org.nuxeo.ecm.core.api.ClientException: 
Failed to save session
2012-07-01 14:08:28,415 ERROR 
[org.nuxeo.ecm.platform.web.common.exceptionhandling.service.DefaultRequestDumper]
 ERROR TRYING TO GET THIS REQUEST ATTRIBUTE VALUE: lockActions
2012-07-01 14:08:28,417 ERROR [nuxeo-error-log] 
2012-07-01 14:08:28,965 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
Authentication failed: getEntry failed
2012-07-01 14:08:28,975 ERROR [org.hibernate.util.JDBCExceptionReporter] 
Already closed.
2012-07-01 14:08:28,975 ERROR 
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async 
event null on listener auditLoggerListener
2012-07-01 14:08:31,377 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
Authentication failed: getEntry failed
2012-07-01 14:08:31,386 ERROR [org.hibernate.util.JDBCExceptionReporter] 
Already closed.
2012-07-01 14:08:31,386 ERROR 
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async 
event null on listener auditLoggerListener
2012-07-01 14:08:31,988 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
Authentication failed: Cannot connect to SQL directory 'userDirectory': 
Communications link failure
2012-07-01 14:08:31,998 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
Authentication failed: Cannot connect to SQL directory 'userDirectory': 
Communications link failure
2012-07-01 14:08:32,001 ERROR [org.hibernate.util.JDBCExceptionReporter] 
Communications link failure
2012-07-01 14:08:32,002 ERROR 
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async 
event null on listener auditLoggerListener
2012-07-01 14:08:32,006 ERROR [org.hibernate.util.JDBCExceptionReporter] 
Communications link failure
2012-07-01 14:08:32,006 ERROR 
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async 
event null on listener auditLoggerListener
2012-07-01 14:08:32,281 ERROR [org.nuxeo.ecm.platform.login.NuxeoLoginModule] 
Authentication failed: Cannot connect to SQL directory 'userDirectory': 
Communications link failure
2012-07-01 14:08:32,285 ERROR [org.hibernate.util.JDBCExceptionReporter] 
Communications link failure
2012-07-01 14:08:32,285 ERROR 
[org.nuxeo.ecm.core.event.impl.AsyncEventExecutor] Failed to execute async 
event null on listener auditLoggerListener
Publishing Selenium report...
Copying the reports.
parsing resultFile result-suite-dm.html
parsing resultFile result-suite-webengine-tags.html
parsing resultFile result-suite-webengine-website.html
parsing resultFile result-suite-webengine.html
parsing resultFile result-suite1.html
parsing resultFile result-suite2.html
Publishing Selenium report...
  Test failures: 0
  Test totals  : 115
------------------------
  Command Passes   : 1472
  Command Failures : 0
  Command Errors   : 0
_______________________________________________
ECM-QA mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-qa

Reply via email to