See
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/129/...
Changes:
[anil.saldhana(a)jboss.com] correct the class name
[pgier] Add Main-Class manifest attribute for main jar, and remove old default.mf.
[pgier] Fix some assembly configuration.
[pgier] [JBBUILD-520] Remove intermediate build directory for system, system-jmx, and
security.
------------------------------------------
[...truncated 15278 lines...]
[javac] import org.jboss.security.auth.login.XMLLoginConfig;
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:48: cannot find symbol
[javac] symbol : class XMLLoginConfig
[javac] location: class org.jboss.test.security.service.SecurityConfig
[javac] private XMLLoginConfig config = null;
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:31: cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: package org.jboss.security.plugins
[javac] import org.jboss.security.plugins.JaasSecurityManager;
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:69: cannot find symbol
[javac] symbol : class JaasSecurityDomain
[javac] location: package org.jboss.security.plugins
[javac] import org.jboss.security.plugins.JaasSecurityDomain;
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:48: cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: package org.jboss.security.plugins
[javac] import org.jboss.security.plugins.JaasSecurityManager;
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:177: cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: class
org.jboss.test.security.test.SecurityMgrStressTestCase.AuthTester
[javac] JaasSecurityManager secMgr;
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:186: cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: class
org.jboss.test.security.test.SecurityMgrStressTestCase.AuthTester
[javac] AuthTester(JaasSecurityManager secMgr, AuthorizationManager am, int
iterations, int id)
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:42: cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: package org.jboss.security.plugins
[javac] import org.jboss.security.plugins.JaasSecurityManagerServiceMBean;
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:196: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Class for a varargs call
[javac] cast to java.lang.Class[] for a non-varargs call and to suppress this warning
[javac] method = clazz.getMethod("suite", null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:204: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
[javac] return (Test) method.invoke(null, null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:66: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
[javac] String actual = (String) getResult.invoke(null, null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:73: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
[javac] int actual = (Integer) getPostConstructCalls.invoke(null, null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:102: cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.security.test.EJBSpecUnitTestCase
[javac] JaasSecurityManagerServiceMBean secMgr =
(JaasSecurityManagerServiceMBean) MBeanServerInvocationHandler
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:102: cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.security.test.EJBSpecUnitTestCase
[javac] JaasSecurityManagerServiceMBean secMgr =
(JaasSecurityManagerServiceMBean) MBeanServerInvocationHandler
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:103: cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.security.test.EJBSpecUnitTestCase
[javac] .newProxyInstance(conn, secMgrName,
JaasSecurityManagerServiceMBean.class, false);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:875: cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.security.test.EJBSpecUnitTestCase
[javac] JaasSecurityManagerServiceMBean secMgr =
(JaasSecurityManagerServiceMBean) MBeanServerInvocationHandler
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:875: cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.security.test.EJBSpecUnitTestCase
[javac] JaasSecurityManagerServiceMBean secMgr =
(JaasSecurityManagerServiceMBean) MBeanServerInvocationHandler
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:876: cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.security.test.EJBSpecUnitTestCase
[javac] .newProxyInstance(conn, secMgrName,
JaasSecurityManagerServiceMBean.class, false);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:236: cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.web.test.FormAuthUnitTestCase
[javac] JaasSecurityManagerServiceMBean secMgrService =
(JaasSecurityManagerServiceMBean)
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:236: cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.web.test.FormAuthUnitTestCase
[javac] JaasSecurityManagerServiceMBean secMgrService =
(JaasSecurityManagerServiceMBean)
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:237: cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.web.test.FormAuthUnitTestCase
[javac] MBeanServerInvocationHandler.newProxyInstance(conn, name,
JaasSecurityManagerServiceMBean.class, false);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:207: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Class<?> for a varargs call
[javac] cast to java.lang.Class<?>[] for a non-varargs call and to suppress this
warning
[javac] Method method = PropertyTestAdminObject.class.getMethod(getter,
null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:208: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
[javac] Object value = method.invoke(ao, null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:207: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Class<?> for a varargs call
[javac] cast to java.lang.Class<?>[] for a non-varargs call and to suppress this
warning
[javac] Method method = PropertyTestAdminObject.class.getMethod(getter,
null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:208: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
[javac] Object value = method.invoke(ao, null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:78: cannot find symbol
[javac] symbol : variable RMISSLClientSocketFactory
[javac] location: class org.jboss.test.jrmp.test.SSLSocketsUnitTestCase
[javac]
System.getProperties().put(RMISSLClientSocketFactory.HANDSHAKE_COMPLETE_LISTENER, this);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:393: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
[javac] return clone.invoke(instance, null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:81: cannot find symbol
[javac] symbol : variable DomainSocketFactory
[javac] location: class org.jboss.test.pooled.test.SSLSocketsUnitTestCase
[javac]
System.getProperties().put(DomainSocketFactory.HANDSHAKE_COMPLETE_LISTENER, this);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:113: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
[javac] Object bean = getStatefulBean.invoke(null, null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:119: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
[javac] Object bean = getStatelessBean.invoke(null, null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:131: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
[javac] Object bean = getStatefulBean.invoke(null, null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:137: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
[javac] Object bean = getStatelessBean.invoke(null, null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:105: cannot find symbol
[javac] symbol : class XMLLoginConfig
[javac] location: class org.jboss.test.security.service.SecurityConfig
[javac] config = new XMLLoginConfig();
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:72: cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: class org.jboss.test.security.test.JaasSecurityManagerUnitTestCase
[javac] JaasSecurityManager sm = new
JaasSecurityManager("testStringCharArrayCredential", handler);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:72: cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: class org.jboss.test.security.test.JaasSecurityManagerUnitTestCase
[javac] JaasSecurityManager sm = new
JaasSecurityManager("testStringCharArrayCredential", handler);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:93: cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: class org.jboss.test.security.test.JaasSecurityManagerUnitTestCase
[javac] JaasSecurityManager sm = new
JaasSecurityManager("testStringCharArrayCredential", handler);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:93: cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: class org.jboss.test.security.test.JaasSecurityManagerUnitTestCase
[javac] JaasSecurityManager sm = new
JaasSecurityManager("testStringCharArrayCredential", handler);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:823: cannot find symbol
[javac] symbol : class JaasSecurityDomain
[javac] location: class org.jboss.test.security.test.LoginModulesUnitTestCase
[javac] JaasSecurityDomain secDomain = new
JaasSecurityDomain("testEncodeDecode");
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:823: cannot find symbol
[javac] symbol : class JaasSecurityDomain
[javac] location: class org.jboss.test.security.test.LoginModulesUnitTestCase
[javac] JaasSecurityDomain secDomain = new
JaasSecurityDomain("testEncodeDecode");
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:85: cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: class org.jboss.test.security.test.SecurityMgrStressTestCase
[javac] JaasSecurityManager secMgr = new
JaasSecurityManager("testIdentity", new SecurityAssociationHandler());
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:85: cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: class org.jboss.test.security.test.SecurityMgrStressTestCase
[javac] JaasSecurityManager secMgr = new
JaasSecurityManager("testIdentity", new SecurityAssociationHandler());
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:91: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Class for a varargs call
[javac] cast to java.lang.Class[] for a non-varargs call and to suppress this warning
[javac] Method method = clazz.getMethod("initResolver", null);
[javac] ^
[javac]
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:92: warning: non-varargs call of varargs method with inexact argument type for last
parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this
warning
[javac] defaultResolver = (SchemaBindingResolver) method.invoke(null, null);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 39 errors
[javac] 15 warnings
BUILD FAILED
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:957: The following error occurred while executing this line:
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/ws/J...
:509: Compile failed; see the compiler error output for details.
Total time: 25 seconds
+ BSTATUS=1
+ [[ 1 -ne 0 ]]
+ kill-jboss
++ uname -s
+ [[ Linux == \L\i\n\u\x ]]
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill
kill: no process ID specified
Try `kill --help' for more information.
+ sleep 10
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill -9
kill: no process ID specified
Try `kill --help' for more information.
+ return 0
+ exit 1
[JBoss-AS-6.0.x-testSuite-sun16] $ bash -xe /tmp/hudson7622698757584325179.sh
+ kill 18500
Recording test results