Note that Buildbot fails as well. The error is in TestWebSocket, [[[ Testcase: testSimple took 3.875 sec FAILED null junit.framework.AssertionFailedError at org.apache.catalina.websocket.TestWebSocket.readMessage(TestWebSocket.java:149) at org.apache.catalina.websocket.TestWebSocket.testSimple(TestWebSocket.java:95) ]]]
The code at readMessage() is: 147 // Get payload length 148 int len = is.read() & 0x7F; 149 assertTrue(len < 126); >From debugging the len value on line 148 is 126. In writeMessage() method the len value was 3. Best regards, Konstantin Kolinko 2012/2/21 Bill Barker <billbar...@apache.org>: > To whom it may engage... > > This is an automated request, but not an unsolicited one. For > more information please visit http://gump.apache.org/nagged.html, > and/or contact the folk at gene...@gump.apache.org. > > Project tomcat-trunk-test has an issue affecting its community integration. > This issue affects 1 projects. > The current state of this project is 'Failed', with reason 'Build Failed'. > For reference only, the following projects are affected by this: > - tomcat-trunk-test : Tomcat 8.x, a web server implementing Java Servlet > 3.1, > ... > > > Full details are available at: > > http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html > > That said, some information snippets are provided here. > > The following annotations (debug/informational/warning/error messages) were > provided: > -DEBUG- Dependency on tomcat-trunk-dbcp exists, no need to add for property > tomcat-dbcp-src.jar. > -DEBUG- Dependency on commons-daemon exists, no need to add for property > commons-daemon.native.src.tgz. > -DEBUG- Dependency on commons-daemon exists, no need to add for property > tomcat-native.tar.gz. > -DEBUG- Dependency on tomcat-trunk-dbcp exists, no need to add for property > tomcat-dbcp.home. > -INFO- Failed with reason build failed > -INFO- Project Reports in: > /srv/gump/public/workspace/tomcat-trunk/output/build/logs > > > > The following work was performed: > http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/gump_work/build_tomcat-trunk_tomcat-trunk-test.html > Work Name: build_tomcat-trunk_tomcat-trunk-test (Type: Build) > Work ended in a state of : Failed > Elapsed: 21 mins 15 secs > Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=true > -Dbuild.sysclasspath=only org.apache.tools.ant.Main > -Dgump.merge=/srv/gump/public/gump/work/merge.xml > -Djunit.jar=/srv/gump/public/workspace/junit/dist/junit-21022012.jar > -Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-21022012-native-src.tar.gz > > -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-21022012-native-src.tar.gz > -Dexamples.sources.skip=true > -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps > -Djdt.jar=/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar > > -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-21022012.jar > > -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps/tomcat-dbcp-src.jar > -Dtest.accesslog=true > -Dcommons-pool.home=/srv/gump/public/workspace/commons-pool-1.x > -Dcommons-dbcp.home=/ > srv/gump/public/workspace/commons-dbcp-1.x > -Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-trunk/tomcat-deps/tomcat-dbcp-21022012.jar > test > [Working Directory: /srv/gump/public/workspace/tomcat-trunk] > CLASSPATH: > /usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/webapps/examples/WEB-INF/classes:/srv/gump/public/workspace/tomcat-trunk/output/testclasses:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/bin/bootstrap.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/bin/tomcat-juli.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/annotations-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/servlet-api.jar:/srv/gump/public/workspace/tomcat-trunk/outp > ut/build/lib/jsp-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/el-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-ant.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-coyote.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/jasper.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/jasper-el.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-tribes.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-ha.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-util.jar:/srv/gump/packages/javamail-1.4/mail.jar:/srv/gump/packages/javamail-1.4/lib/mailapi.jar:/srv/gump/packages/jaf-1.1ea/activation.jar:/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar:/srv/gump/public/workspace/tomcat-tr > unk/tomcat-deps/tomcat-dbcp-21022012.jar:/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-21022012.jar:/srv/gump/public/workspace/junit/dist/junit-21022012.jar > --------------------------------------------- > [junit] Feb 21, 2012 4:08:37 AM org.apache.catalina.startup.ContextConfig > getDefaultWebXmlFragment > [junit] INFO: No global web.xml found > [junit] Feb 21, 2012 4:08:38 AM > org.apache.catalina.core.ApplicationContext log > [junit] INFO: ContextListener: contextInitialized() > [junit] Feb 21, 2012 4:08:38 AM > org.apache.catalina.core.ApplicationContext log > [junit] INFO: SessionListener: contextInitialized() > [junit] Feb 21, 2012 4:08:38 AM > org.apache.catalina.core.ApplicationContext log > [junit] INFO: ContextListener: > attributeAdded('org.apache.jasper.compiler.TldLocationsCache', > 'org.apache.jasper.compiler.TldLocationsCache@79fcf790') > [junit] Feb 21, 2012 4:08:38 AM org.apache.coyote.AbstractProtocol start > [junit] INFO: Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2"] > [junit] Feb 21, 2012 4:08:38 AM org.apache.tomcat.util.net.NioSelectorPool > getSharedSelector > [junit] INFO: Using a shared selector for servlet write/read > [junit] Feb 21, 2012 4:08:38 AM org.apache.coyote.AbstractProtocol stop > [junit] INFO: Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2"] > [junit] Feb 21, 2012 4:08:38 AM org.apache.coyote.AbstractProtocol start > [junit] INFO: Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2"] > [junit] Feb 21, 2012 4:08:38 AM org.apache.tomcat.util.net.NioSelectorPool > getSharedSelector > [junit] INFO: Using a shared selector for servlet write/read > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.288 sec > [junit] Feb 21, 2012 4:08:38 AM org.apache.coyote.AbstractProtocol pause > [junit] INFO: Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2"] > [junit] Feb 21, 2012 4:08:38 AM org.apache.catalina.core.StandardService > stopInternal > [junit] INFO: Stopping service Tomcat > [junit] Feb 21, 2012 4:08:38 AM > org.apache.catalina.core.ApplicationContext log > [junit] INFO: SessionListener: contextDestroyed() > [junit] Feb 21, 2012 4:08:38 AM > org.apache.catalina.core.ApplicationContext log > [junit] INFO: ContextListener: contextDestroyed() > [junit] Feb 21, 2012 4:08:38 AM org.apache.coyote.AbstractProtocol stop > [junit] INFO: Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2"] > [junit] Feb 21, 2012 4:08:38 AM org.apache.coyote.AbstractProtocol destroy > [junit] INFO: Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2"] > [junit] Running org.apache.tomcat.util.res.TestStringManager > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.022 sec > [junit] Running org.apache.tomcat.util.scan.TestJarScanner > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.264 sec > [junit] Feb 21, 2012 4:08:40 AM org.apache.coyote.AbstractProtocol destroy > [junit] INFO: Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1"] > [junit] Running org.apache.tomcat.util.threads.TestLimitLatch > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.454 sec > > test-apr-exists: > > test-apr: > > test: > > BUILD FAILED > /srv/gump/public/workspace/tomcat-trunk/build.xml:1122: Some tests completed > with a Failure. See /srv/gump/public/workspace/tomcat-trunk/output/build/logs > for details, search for "FAILED". > > Total time: 21 minutes 14 seconds > --------------------------------------------- > > To subscribe to this information via syndicated feeds: > - RSS: > http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/rss.xml > - Atom: > http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/atom.xml > > ============================== Gump Tracking Only === > Produced by Apache Gump(TM) version 2.3. > Gump Run 09000021022012, vmgump.apache.org:vmgump:09000021022012 > Gump E-mail Identifier (unique within run) #29. > > -- > Apache Gump > http://gump.apache.org/ [Instance: vmgump] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org