See <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/changes>
Changes: [Julien Carsique <[email protected]>] NXBT-305 - webdriver tests will be run independently ------------------------------------------ [...truncated 1079 lines...] 13:37:41.815 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@25d2b2 13:37:41.815 INFO - Started HttpContext[/wd,/wd] 13:37:41.821 INFO - Started SocketListener on 0.0.0.0:14440 13:37:41.821 INFO - Started org.openqa.jetty.jetty.Server@148aa23 13:37:41.906 INFO - Preparing Firefox profile... 13:37:44.194 INFO - Launching Firefox... 13:37:44.824 INFO - Checking Resource aliases 13:38:00.839 INFO - Checking Resource aliases 13:38:00.840 INFO - Received posted results 13:38:01.199 INFO - Killing Firefox... 13:38:01.269 INFO - Shutting down... + [ 0 != 0 ] + echo ### [INFO] suite-webengine-tags TEST SUCCESSFUL ### [INFO] suite-webengine-tags TEST SUCCESSFUL + sleep 5 + [ 9 != 0 ] + echo ### [ERROR] TESTS FAILURE ### [ERROR] TESTS FAILURE + exit 9 + ret1=9 + '[' -z ']' + java -version + grep 1.6.0 java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07) + '[' 0 == 0 ']' + cd <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/nuxeo-5.4.3-I20110628_0115/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload> + make EXT=--no-color mkdir -p ../../target/ftest/funkload/report ../../target/ftest/funkload/log fl-monitor-ctl monitor.conf restart Starting monitor server at http://localhost:55502/ as daemon. fl-credential-ctl credential.conf restart Starting file_credential server at http://localhost:55501/ as daemon. fl-run-test test_pages.py --simple-fetch -v -e testAvailable --no-color testAvailable (test_pages.Pages) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.008s OK fl-run-test -v --simple-fetch test_rest.py -e testWriter --no-color testWriter (test_rest.Rest) ... ok ---------------------------------------------------------------------- Ran 1 test in 1.431s OK fl-run-test -v --simple-fetch test_rest.py -e testReader --no-color testReader (test_rest.Rest) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.646s OK fl-run-test -v --simple-fetch test_pages.py --no-color testAvailable (test_pages.Pages) ... ok testBasePageViewDocumentPath (test_pages.Pages) ... ok testFileTabs (test_pages.Pages) ... ok testFolderPage (test_pages.Pages) ... ok testLoginPage (test_pages.Pages) ... ok testNavigation (test_pages.Pages) ... ok testPublish (test_pages.Pages) ... ok testSections (test_pages.Pages) ... ok testUsersGroupsPage (test_pages.Pages) ... ok ---------------------------------------------------------------------- Ran 9 tests in 35.509s OK fl-run-test -v --simple-fetch test_nuxeo.py -e testInit --no-color testInit (test_nuxeo.Nuxeo) ... ok ---------------------------------------------------------------------- Ran 1 test in 11.973s OK fl-run-test -v --simple-fetch test_nuxeo.py -e testWriter --no-color testWriter (test_nuxeo.Nuxeo) ... ok ---------------------------------------------------------------------- Ran 1 test in 12.844s OK fl-run-test -v --simple-fetch test_nuxeo.py -e testReader --no-color testReader (test_nuxeo.Nuxeo) ... ok ---------------------------------------------------------------------- Ran 1 test in 2.690s OK fl-run-test -v --simple-fetch test_webengine.py --no-color test_testWebengine (test_webengine.Webengine) ... ok ---------------------------------------------------------------------- Ran 1 test in 1.940s OK fl-run-test -v --simple-fetch test_dav.py --no-color testDav (test_dav.Dav) ... FAIL testLocks (test_dav.Dav) ... FAIL testUserAgents (test_dav.Dav) ... FAIL testWriter (test_dav.Dav) ... FAIL ====================================================================== FAIL: testDav (test_dav.Dav) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 944, in __call__ testMethod() File "<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/nuxeo-5.4.3-I20110628_0115/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_dav.py",> line 66, in testDav resp = self.options(dav_url, description="option on root") File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 418, in options return self.method('options', url, None, description, ok_codes) File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 401, in method method=method) File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 299, in _browse response = self._connect(url, params, ok_codes, method, description) File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 216, in _connect raise self.failureException, str(value.response) AssertionError: /nuxeo/site/dav HTTP Response 500: Internal Server Error ====================================================================== FAIL: testLocks (test_dav.Dav) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 944, in __call__ testMethod() File "<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/nuxeo-5.4.3-I20110628_0115/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_dav.py",> line 157, in testLocks description="Remove doc if exists") File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 410, in delete return self.method('delete', url, None, description, ok_codes) File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 401, in method method=method) File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 299, in _browse response = self._connect(url, params, ok_codes, method, description) File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 216, in _connect raise self.failureException, str(value.response) AssertionError: /nuxeo/site/dav/FLNXTest-Dav-workspace/lockme HTTP Response 500: Internal Server Error ====================================================================== FAIL: testUserAgents (test_dav.Dav) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 944, in __call__ testMethod() File "<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/nuxeo-5.4.3-I20110628_0115/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_dav.py",> line 136, in testUserAgents ok_codes=[401, ]) File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 430, in propfind description=description, ok_codes=codes) File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 401, in method method=method) File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 299, in _browse response = self._connect(url, params, ok_codes, method, description) File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 216, in _connect raise self.failureException, str(value.response) AssertionError: /nuxeo/site/dav HTTP Response 302: Moved Temporarily ====================================================================== FAIL: testWriter (test_dav.Dav) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 944, in __call__ testMethod() File "<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/nuxeo-5.4.3-I20110628_0115/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/test_dav.py",> line 116, in testWriter description="Create a folder") File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 401, in method method=method) File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 299, in _browse response = self._connect(url, params, ok_codes, method, description) File "/usr/local/lib/python2.6/dist-packages/funkload-1.16.0a_20110518-py2.6.egg/funkload/FunkLoadTestCase.py", line 216, in _connect raise self.failureException, str(value.response) AssertionError: /nuxeo/site/dav/FLNXTest-Dav-workspace/12jbp HTTP Response 500: Internal Server Error ---------------------------------------------------------------------- Ran 4 tests in 0.491s FAILED (failures=4) make: *** [dav] Error 1 + ret2=2 + ret3=0 + stop_server + SERVER_HOME=<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss> + <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/bin/monitorctl.sh> stop <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/bin/monitorctl.sh>: line 121: -server -Xms1g -Xmx1g -XX:MaxPermSize=512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Xloggc:${nuxeo.log.dir}/gc.log -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1089 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false: bad substitution Stopping monitoring 2011-06-28 13:39:17+02:00 ... <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/bin/monitorctl.sh>: line 414: kill: (18644) - No such process Monitoring stopped. Archiving log ... Done: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/log-20110628-113922.tgz> + <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/bin/nuxeoctl> stop Launcher command: java -Dlauncher.java.opts=-server -Xms1g -Xmx1g -XX:MaxPermSize=512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Xloggc:${nuxeo.log.dir}/gc.log -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1089 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dnuxeo.home=<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss> -Dnuxeo.conf=<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/bin/nuxeo.conf> -Dnuxeo.log.dir=<https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/log> -jar <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/bin/nuxeo-launcher.jar> stop Nuxeo home: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss> Nuxeo configuration: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/bin/nuxeo.conf> Include template: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/templates/common-deploydir> Include template: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/templates/common-binding> Include template: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/templates/common> Include template: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/templates/oracle> Include template: <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/ws/trunk/jboss/templates/monitor> Stopping server..................No answer from server, try to kill process 18381... + '[' '!' -z ']' + echo '### 10 most frequent errors --------------' ### 10 most frequent errors -------------- + grep ' ERROR \[' <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/server.log> + uniq -c + sed 's/^.\{24\}//g' + head + sort -nr + sort 12 ERROR [org.jboss.seam.jsf.SeamPhaseListener] swallowing exception 11 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/nuxeo]] Session event listener threw exception 7 ERROR [nuxeo-error-log] 6 ERROR [org.nuxeo.ecm.core.event.impl.ReconnectedEventBundleImpl] Can not refetch Doc with ref 678c1418-26b7-489b-b311-2491502b4925 6 ERROR [org.nuxeo.ecm.core.event.impl.ReconnectedEventBundleImpl] Can not refetch Doc with ref 33c2b32f-5bce-4bac-8eea-650c8de48cf1 3 ERROR [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] Exception in JAX-RS processing 3 ERROR [org.nuxeo.ecm.platform.web.common.exceptionhandling.DefaultNuxeoExceptionHandler] javax.el.ELException: org.nuxeo.ecm.core.api.DocumentSecurityException: Privilege 'Read' is not granted to 'jdoe' 3 ERROR [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCLogger] (4) SQL: Resetting connection 3 ERROR [nuxeo-error-log] javax.el.ELException: org.nuxeo.ecm.core.api.DocumentSecurityException: Privilege 'Read' is not granted to 'jdoe' 2 ERROR [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] XA end error on < 131075, 29, 27, 49455510248484849484958989799525852101485798555197584957535055102484848494849589897995258521014857985551975849575353 > + echo '### 10 first errors ----------------------' ### 10 first errors ---------------------- + grep -nTm 10 ' ERROR ' <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/server.log> 1906 :2011-06-28 13:19:28,713 ERROR [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCLogger] (4) SQL: Resetting connection 2159 :2011-06-28 13:19:54,675 ERROR [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] XA end error on < 131075, 29, 27, 49455510248484849484958989799525852101485798555197584956515255102484848494849589897995258521014857985551975849565155 > 2351 :2011-06-28 13:19:54,697 ERROR [org.jboss.seam.jsf.SeamPhaseListener] swallowing exception 2443 :2011-06-28 13:19:55,295 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/nuxeo]] Session event listener threw exception 2490 :2011-06-28 13:20:03,635 ERROR [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCLogger] (4) SQL: Resetting connection 2743 :2011-06-28 13:20:54,742 ERROR [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] XA end error on < 131075, 29, 27, 49455510248484849484958989799525852101485798555197584957505155102484848494849589897995258521014857985551975849575054 > 2848 :2011-06-28 13:20:54,750 ERROR [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] XA end error on < 131075, 29, 27, 49455510248484849484958989799525852101485798555197584957505155102484848494849589897995258521014857985551975849575054 > 3043 :2011-06-28 13:20:54,759 ERROR [org.jboss.seam.jsf.SeamPhaseListener] swallowing exception 3135 :2011-06-28 13:20:58,170 ERROR [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCLogger] (4) SQL: Resetting connection 3388 :2011-06-28 13:21:51,802 ERROR [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] XA end error on < 131075, 29, 27, 49455510248484849484958989799525852101485798555197584957535055102484848494849589897995258521014857985551975849575353 > + echo '### --------------------------------------' ### -------------------------------------- + gzip <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/boot.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/console.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/gc.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/jmxstat.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/jvm.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/nuxeoctl.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/nuxeo-ds.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/nuxeo-error.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/t runk/jboss/log/server.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/stderr.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/sysstat-sar.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/vcs-ds.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/webrequests.log> <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/webthreads.log> + gzip -cd <https://qa.nuxeo.org/jenkins/job/IT-nuxeo-5.4-tests-dm-jboss-oracle11/136/artifact/trunk/jboss/log/server.log.gz> + '[' 9 -eq 0 -a 2 -eq 0 ']' + exit 9 Archiving artifacts Publishing Selenium report... Test failures: 32 Test totals : 109 ------------------------ Command Passes : 997 Command Failures : 31 Command Errors : 30 _______________________________________________ ECM-QA mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm-qa
