See
http://hudson.qa.jboss.com/hudson/job/JBoss-AS-6.0.x-testSuite-sun16/130/...
Changes:
[clebert.suconic(a)jboss.com] Adding JBM2 ports into bindings.xml
[remy.maucherat(a)jboss.com] - JBAS-6811: path is also a special attribute.
------------------------------------------
[...truncated 15298 lines...]
[javac] import org.jboss.security.auth.login.XMLLoginConfig;
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/service/SecurityConfig.java:48:
cannot find symbol
[javac] symbol : class XMLLoginConfig
[javac] location: class org.jboss.test.security.service.SecurityConfig
[javac] private XMLLoginConfig config = null;
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/JaasSecurityManagerUnitTestCase.java:31:
cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: package org.jboss.security.plugins
[javac] import org.jboss.security.plugins.JaasSecurityManager;
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java:69:
cannot find symbol
[javac] symbol : class JaasSecurityDomain
[javac] location: package org.jboss.security.plugins
[javac] import org.jboss.security.plugins.JaasSecurityDomain;
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/SecurityMgrStressTestCase.java:48:
cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: package org.jboss.security.plugins
[javac] import org.jboss.security.plugins.JaasSecurityManager;
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/SecurityMgrStressTestCase.java:177:
cannot find symbol
[javac] symbol : class JaasSecurityManager
[javac] location: class
org.jboss.test.security.test.SecurityMgrStressTestCase.AuthTester
[javac] JaasSecurityManager secMgr;
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/SecurityMgrStressTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/web/test/CustomErrorsUnitTestCase.java:42:
cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: package org.jboss.security.plugins
[javac] import org.jboss.security.plugins.JaasSecurityManagerServiceMBean;
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/compatibility/test/matrix/MatrixTestContainer.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/compatibility/test/matrix/MatrixTestContainer.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/ee5client/unit/AppClientUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/ee5client/unit/AppClientUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java:102:
cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.security.test.EJBSpecUnitTestCase
[javac] JaasSecurityManagerServiceMBean secMgr =
(JaasSecurityManagerServiceMBean) MBeanServerInvocationHandler
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java:102:
cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.security.test.EJBSpecUnitTestCase
[javac] JaasSecurityManagerServiceMBean secMgr =
(JaasSecurityManagerServiceMBean) MBeanServerInvocationHandler
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java:875:
cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.security.test.EJBSpecUnitTestCase
[javac] JaasSecurityManagerServiceMBean secMgr =
(JaasSecurityManagerServiceMBean) MBeanServerInvocationHandler
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java:875:
cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.security.test.EJBSpecUnitTestCase
[javac] JaasSecurityManagerServiceMBean secMgr =
(JaasSecurityManagerServiceMBean) MBeanServerInvocationHandler
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/web/test/FormAuthUnitTestCase.java:236:
cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.web.test.FormAuthUnitTestCase
[javac] JaasSecurityManagerServiceMBean secMgrService =
(JaasSecurityManagerServiceMBean)
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/web/test/FormAuthUnitTestCase.java:236:
cannot find symbol
[javac] symbol : class JaasSecurityManagerServiceMBean
[javac] location: class org.jboss.test.web.test.FormAuthUnitTestCase
[javac] JaasSecurityManagerServiceMBean secMgrService =
(JaasSecurityManagerServiceMBean)
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/web/test/FormAuthUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/jcaprops/test/GoodrarUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/jcaprops/test/GoodrarUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/jcaprops/test/UpperGoodrarUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/jcaprops/test/UpperGoodrarUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/jrmp/test/SSLSocketsUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/naming/test/ImplUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/pooled/test/SSLSocketsUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/refs/test/CircularRefResolutionUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/refs/test/CircularRefResolutionUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/refs/test/RefResolutionUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/refs/test/RefResolutionUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/service/SecurityConfig.java:105:
cannot find symbol
[javac] symbol : class XMLLoginConfig
[javac] location: class org.jboss.test.security.service.SecurityConfig
[javac] config = new XMLLoginConfig();
[javac] ^
[javac]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/JaasSecurityManagerUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/JaasSecurityManagerUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/JaasSecurityManagerUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/JaasSecurityManagerUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/SecurityMgrStressTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/security/test/SecurityMgrStressTestCase.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/xml/JBossXBTestDelegate.java: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]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/src/main/org/jboss/test/xml/JBossXBTestDelegate.java: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
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/build.xml:957:
The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/build.xml:509:
Compile failed; see the compiler error output for details.
Total time: 1 minute 10 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
usage: kill [ -s signal | -p ] [ -a ] pid ...
kill -l [ signal ]
+ sleep 10
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill -9
usage: kill [ -s signal | -p ] [ -a ] pid ...
kill -l [ signal ]
+ return 0
+ exit 1
[JBoss-AS-6.0.x-testSuite-sun16] $ bash -xe /tmp/hudson6558447064081559591.sh
+ kill 5842
Recording test results