Build failed in Hudson: JBoss-AS-5.0.x #1548
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/1548/changes
Changes:
[adrian(a)jboss.org] [JBAS-5355] - Tie MBean lifecycle to POJO lifecycle for @JMX and remove duplicate invocation of lifecycle methods
------------------------------------------
[...truncated 15948 lines...]
return delegate.create_basic_dyn_any(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:114: warning: [deprecation] create_dyn_any(org.omg.CORBA.Any) in org.omg.CORBA.ORB has been deprecated
public DynAny create_dyn_any(Any value)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:116: warning: [deprecation] create_dyn_any(org.omg.CORBA.Any) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_any(value);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:119: warning: [deprecation] create_dyn_array(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynArray create_dyn_array(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:121: warning: [deprecation] create_dyn_array(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_array(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:124: warning: [deprecation] create_dyn_enum(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynEnum create_dyn_enum(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:126: warning: [deprecation] create_dyn_enum(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_enum(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:129: warning: [deprecation] create_dyn_sequence(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynSequence create_dyn_sequence(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:131: warning: [deprecation] create_dyn_sequence(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_sequence(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:134: warning: [deprecation] create_dyn_struct(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynStruct create_dyn_struct(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:136: warning: [deprecation] create_dyn_struct(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_struct(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:139: warning: [deprecation] create_dyn_union(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynUnion create_dyn_union(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:141: warning: [deprecation] create_dyn_union(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_union(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:204: warning: [deprecation] create_recursive_sequence_tc(int,int) in org.omg.CORBA.ORB has been deprecated
public TypeCode create_recursive_sequence_tc(int bound, int offset)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:206: warning: [deprecation] create_recursive_sequence_tc(int,int) in org.omg.CORBA.ORB has been deprecated
return delegate.create_recursive_sequence_tc(bound, offset);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:265: warning: [deprecation] get_current() in org.omg.CORBA.ORB has been deprecated
public Current get_current()
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:267: warning: [deprecation] get_current() in org.omg.CORBA.ORB has been deprecated
return delegate.get_current();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/rmi/WorkCacheManager.java:79: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
initializer = cls.getDeclaredMethod("doAnalyze", null);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/rmi/marshal/strategy/StubStrategy.java:331: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
helperClass.getMethod("id", null);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/rmi/marshal/strategy/StubStrategy.java:332: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
this.reposId = (String)idMethod.invoke(null, null);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/compiler/IIOPStubCompiler.java:275: warning: [deprecation] org.jboss.proxy.compiler.ProxyAssembler in org.jboss.proxy.compiler has been deprecated
ProxyAssembler asm =
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/compiler/IIOPStubCompiler.java:276: warning: [deprecation] org.jboss.proxy.compiler.ProxyAssembler in org.jboss.proxy.compiler has been deprecated
new ProxyAssembler(stubClassName,
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:498: warning: [deprecation] org.jboss.metadata.EntityMetaData in org.jboss.metadata has been deprecated
if (container.getBeanMetaData() instanceof EntityMetaData) {
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:505: warning: [deprecation] org.jboss.metadata.EntityMetaData in org.jboss.metadata has been deprecated
EntityMetaData metaData = (EntityMetaData)container.getBeanMetaData();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:505: warning: [deprecation] org.jboss.metadata.EntityMetaData in org.jboss.metadata has been deprecated
EntityMetaData metaData = (EntityMetaData)container.getBeanMetaData();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:542: warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been deprecated
if (((SessionMetaData)container.getBeanMetaData()).isStateless()) {
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
47 warnings
compile-rmi:
[rmic] RMI Compiling 1 class to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/classes
[rmic] IIOP has been turned on.
[rmic] RMI Compiling 1 class to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/classes
[rmic] IIOP has been turned on.
compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/etc
[copy] Copying 4 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/etc
compile-resources:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/resources
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/resources
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/lib
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/lib/jboss-iiop.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/lib/jboss-iiop-client.jar
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/bin
[touch] Creating /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/build-marker
most:
==
== Finished with 'most' in module 'iiop'.
======================================================================
_module-iiop-most:
_module-iiop-most:
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/client
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
[copy] Copying 3 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/client
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/conf
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
======================================================================
== Executing 'most' in module 'aspects'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
Overriding previous definition of reference to xdoclet.task.classpath
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
output:
_buildmagic:init:
init:
_default:compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/etc
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/etc
_default:compile-resources:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/resources
[copy] Copying 29 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/resources
compile-classes:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/classes
[javac] Compiling 57 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/src/main/org/jboss/aop/asintegration/jboss5/AspectAppParsingDeployer.java:54: warning: [deprecation] org.jboss.aop.asintegration.jboss5.AspectDeployment in org.jboss.aop.asintegration.jboss5 has been deprecated
protected AspectDeployment parse(VFSDeploymentUnit unit, VirtualFile file, Document document) throws Exception
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/src/main/org/jboss/aop/asintegration/jboss5/AspectAppParsingDeployer.java:49: warning: [deprecation] org.jboss.aop.asintegration.jboss5.AspectDeployment in org.jboss.aop.asintegration.jboss5 has been deprecated
super(AspectDeployment.class);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 warnings
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aspect-library-jdk50.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aop-jboss5.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aop-embedded.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aspect-jdk50-client.jar
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aop-jboss5.deployer
[delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/META-INF
most:
==
== Finished with 'most' in module 'aspects'.
======================================================================
_module-aspects-most:
_module-aspects-most:
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aop-jboss5.deployer into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deployers/jboss-aop-jboss5.deployer
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/client
[copy] Copying 4 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
======================================================================
== Executing 'most' in module 'profileservice'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
_default:task-init:
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
_default:compile-classes:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/output/classes
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/output/gen-src
[javac] Compiling 32 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java:98: org.jboss.profileservice.management.ManagementViewImpl is not abstract and does not override abstract method addDeployment(java.lang.String,org.jboss.managed.api.ManagedDeployment.DeploymentPhase,java.net.URL) in org.jboss.deployers.spi.management.ManagementView
public class ManagementViewImpl implements ManagementView
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/src/main/org/jboss/profileservice/management/templates/DsXmlDataSourceTemplate.java:71: warning: [deprecation] findChild(java.lang.String) in org.jboss.virtual.VirtualFile has been deprecated
return root.findChild(dsName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/src/main/org/jboss/profileservice/management/templates/FakeDsXmlDataSourceTemplate.java:92: warning: [deprecation] findChild(java.lang.String) in org.jboss.virtual.VirtualFile has been deprecated
return root.findChild(dsName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/src/main/org/jboss/profileservice/management/templates/JmsDestinationTemplate.java:70: warning: [deprecation] findChild(java.lang.String) in org.jboss.virtual.VirtualFile has been deprecated
return root.findChild(dsName);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
3 warnings
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/tools/etc/buildmagic/buildmagic.ent:442: Compile failed; see the compiler error output for details.
Total time: 2 minutes 56 seconds
Recording fingerprints
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
17 years, 11 months
Build failed in Hudson: JBoss-AS-5.0.x #1547
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/1547/changes
Changes:
[adrian(a)jboss.org] Fix the eclipse build
[adrian(a)jboss.org] [JBAS-5526] - Make sure real connections are closed when an error occurs during initialization
------------------------------------------
[...truncated 15944 lines...]
return delegate.create_basic_dyn_any(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:114: warning: [deprecation] create_dyn_any(org.omg.CORBA.Any) in org.omg.CORBA.ORB has been deprecated
public DynAny create_dyn_any(Any value)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:116: warning: [deprecation] create_dyn_any(org.omg.CORBA.Any) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_any(value);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:119: warning: [deprecation] create_dyn_array(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynArray create_dyn_array(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:121: warning: [deprecation] create_dyn_array(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_array(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:124: warning: [deprecation] create_dyn_enum(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynEnum create_dyn_enum(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:126: warning: [deprecation] create_dyn_enum(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_enum(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:129: warning: [deprecation] create_dyn_sequence(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynSequence create_dyn_sequence(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:131: warning: [deprecation] create_dyn_sequence(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_sequence(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:134: warning: [deprecation] create_dyn_struct(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynStruct create_dyn_struct(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:136: warning: [deprecation] create_dyn_struct(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_struct(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:139: warning: [deprecation] create_dyn_union(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynUnion create_dyn_union(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:141: warning: [deprecation] create_dyn_union(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_union(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:204: warning: [deprecation] create_recursive_sequence_tc(int,int) in org.omg.CORBA.ORB has been deprecated
public TypeCode create_recursive_sequence_tc(int bound, int offset)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:206: warning: [deprecation] create_recursive_sequence_tc(int,int) in org.omg.CORBA.ORB has been deprecated
return delegate.create_recursive_sequence_tc(bound, offset);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:265: warning: [deprecation] get_current() in org.omg.CORBA.ORB has been deprecated
public Current get_current()
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:267: warning: [deprecation] get_current() in org.omg.CORBA.ORB has been deprecated
return delegate.get_current();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/rmi/WorkCacheManager.java:79: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
initializer = cls.getDeclaredMethod("doAnalyze", null);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/rmi/marshal/strategy/StubStrategy.java:331: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
helperClass.getMethod("id", null);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/rmi/marshal/strategy/StubStrategy.java:332: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
this.reposId = (String)idMethod.invoke(null, null);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/compiler/IIOPStubCompiler.java:275: warning: [deprecation] org.jboss.proxy.compiler.ProxyAssembler in org.jboss.proxy.compiler has been deprecated
ProxyAssembler asm =
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/compiler/IIOPStubCompiler.java:276: warning: [deprecation] org.jboss.proxy.compiler.ProxyAssembler in org.jboss.proxy.compiler has been deprecated
new ProxyAssembler(stubClassName,
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:498: warning: [deprecation] org.jboss.metadata.EntityMetaData in org.jboss.metadata has been deprecated
if (container.getBeanMetaData() instanceof EntityMetaData) {
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:505: warning: [deprecation] org.jboss.metadata.EntityMetaData in org.jboss.metadata has been deprecated
EntityMetaData metaData = (EntityMetaData)container.getBeanMetaData();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:505: warning: [deprecation] org.jboss.metadata.EntityMetaData in org.jboss.metadata has been deprecated
EntityMetaData metaData = (EntityMetaData)container.getBeanMetaData();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:542: warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been deprecated
if (((SessionMetaData)container.getBeanMetaData()).isStateless()) {
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
47 warnings
compile-rmi:
[rmic] RMI Compiling 1 class to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/classes
[rmic] IIOP has been turned on.
[rmic] RMI Compiling 1 class to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/classes
[rmic] IIOP has been turned on.
compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/etc
[copy] Copying 4 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/etc
compile-resources:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/resources
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/resources
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/lib
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/lib/jboss-iiop.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/lib/jboss-iiop-client.jar
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/bin
[touch] Creating /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/build-marker
most:
==
== Finished with 'most' in module 'iiop'.
======================================================================
_module-iiop-most:
_module-iiop-most:
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/client
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
[copy] Copying 3 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/client
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/conf
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
======================================================================
== Executing 'most' in module 'aspects'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
Overriding previous definition of reference to xdoclet.task.classpath
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
output:
_buildmagic:init:
init:
_default:compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/etc
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/etc
_default:compile-resources:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/resources
[copy] Copying 29 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/resources
compile-classes:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/classes
[javac] Compiling 57 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/src/main/org/jboss/aop/asintegration/jboss5/AspectAppParsingDeployer.java:54: warning: [deprecation] org.jboss.aop.asintegration.jboss5.AspectDeployment in org.jboss.aop.asintegration.jboss5 has been deprecated
protected AspectDeployment parse(VFSDeploymentUnit unit, VirtualFile file, Document document) throws Exception
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/src/main/org/jboss/aop/asintegration/jboss5/AspectAppParsingDeployer.java:49: warning: [deprecation] org.jboss.aop.asintegration.jboss5.AspectDeployment in org.jboss.aop.asintegration.jboss5 has been deprecated
super(AspectDeployment.class);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 warnings
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aspect-library-jdk50.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aop-jboss5.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aop-embedded.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aspect-jdk50-client.jar
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aop-jboss5.deployer
[delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/META-INF
most:
==
== Finished with 'most' in module 'aspects'.
======================================================================
_module-aspects-most:
_module-aspects-most:
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aop-jboss5.deployer into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deployers/jboss-aop-jboss5.deployer
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/client
[copy] Copying 4 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
======================================================================
== Executing 'most' in module 'profileservice'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
_default:task-init:
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
_default:compile-classes:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/output/classes
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/output/gen-src
[javac] Compiling 32 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java:98: org.jboss.profileservice.management.ManagementViewImpl is not abstract and does not override abstract method addDeployment(java.lang.String,org.jboss.managed.api.ManagedDeployment.DeploymentPhase,java.net.URL) in org.jboss.deployers.spi.management.ManagementView
public class ManagementViewImpl implements ManagementView
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/src/main/org/jboss/profileservice/management/templates/DsXmlDataSourceTemplate.java:71: warning: [deprecation] findChild(java.lang.String) in org.jboss.virtual.VirtualFile has been deprecated
return root.findChild(dsName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/src/main/org/jboss/profileservice/management/templates/FakeDsXmlDataSourceTemplate.java:92: warning: [deprecation] findChild(java.lang.String) in org.jboss.virtual.VirtualFile has been deprecated
return root.findChild(dsName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/src/main/org/jboss/profileservice/management/templates/JmsDestinationTemplate.java:70: warning: [deprecation] findChild(java.lang.String) in org.jboss.virtual.VirtualFile has been deprecated
return root.findChild(dsName);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
3 warnings
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/tools/etc/buildmagic/buildmagic.ent:442: Compile failed; see the compiler error output for details.
Total time: 1 minute 57 seconds
Recording fingerprints
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
17 years, 11 months
Build failed in Hudson: JBoss-AS-5.0.x #1546
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/1546/changes
Changes:
[scott.stark(a)jboss.org] JBAS-5370, throw a not implemented exception from addDeploymentContent
[scott.stark(a)jboss.org] JBAS-5370, checkpoint api update progress
[scott.stark(a)jboss.org] Add version tag
[adrian(a)jboss.org] Fix the eclipse build
------------------------------------------
[...truncated 15945 lines...]
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:114: warning: [deprecation] create_dyn_any(org.omg.CORBA.Any) in org.omg.CORBA.ORB has been deprecated
public DynAny create_dyn_any(Any value)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:116: warning: [deprecation] create_dyn_any(org.omg.CORBA.Any) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_any(value);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:119: warning: [deprecation] create_dyn_array(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynArray create_dyn_array(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:121: warning: [deprecation] create_dyn_array(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_array(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:124: warning: [deprecation] create_dyn_enum(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynEnum create_dyn_enum(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:126: warning: [deprecation] create_dyn_enum(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_enum(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:129: warning: [deprecation] create_dyn_sequence(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynSequence create_dyn_sequence(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:131: warning: [deprecation] create_dyn_sequence(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_sequence(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:134: warning: [deprecation] create_dyn_struct(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynStruct create_dyn_struct(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:136: warning: [deprecation] create_dyn_struct(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_struct(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:139: warning: [deprecation] create_dyn_union(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
public DynUnion create_dyn_union(TypeCode type) throws InconsistentTypeCode
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:141: warning: [deprecation] create_dyn_union(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB has been deprecated
return delegate.create_dyn_union(type);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:204: warning: [deprecation] create_recursive_sequence_tc(int,int) in org.omg.CORBA.ORB has been deprecated
public TypeCode create_recursive_sequence_tc(int bound, int offset)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:206: warning: [deprecation] create_recursive_sequence_tc(int,int) in org.omg.CORBA.ORB has been deprecated
return delegate.create_recursive_sequence_tc(bound, offset);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:265: warning: [deprecation] get_current() in org.omg.CORBA.ORB has been deprecated
public Current get_current()
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:267: warning: [deprecation] get_current() in org.omg.CORBA.ORB has been deprecated
return delegate.get_current();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/rmi/WorkCacheManager.java:79: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
initializer = cls.getDeclaredMethod("doAnalyze", null);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/rmi/marshal/strategy/StubStrategy.java:331: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
helperClass.getMethod("id", null);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/iiop/rmi/marshal/strategy/StubStrategy.java:332: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
this.reposId = (String)idMethod.invoke(null, null);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/compiler/IIOPStubCompiler.java:275: warning: [deprecation] org.jboss.proxy.compiler.ProxyAssembler in org.jboss.proxy.compiler has been deprecated
ProxyAssembler asm =
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/compiler/IIOPStubCompiler.java:276: warning: [deprecation] org.jboss.proxy.compiler.ProxyAssembler in org.jboss.proxy.compiler has been deprecated
new ProxyAssembler(stubClassName,
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:498: warning: [deprecation] org.jboss.metadata.EntityMetaData in org.jboss.metadata has been deprecated
if (container.getBeanMetaData() instanceof EntityMetaData) {
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:505: warning: [deprecation] org.jboss.metadata.EntityMetaData in org.jboss.metadata has been deprecated
EntityMetaData metaData = (EntityMetaData)container.getBeanMetaData();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:505: warning: [deprecation] org.jboss.metadata.EntityMetaData in org.jboss.metadata has been deprecated
EntityMetaData metaData = (EntityMetaData)container.getBeanMetaData();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:542: warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been deprecated
if (((SessionMetaData)container.getBeanMetaData()).isStateless()) {
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
47 warnings
compile-rmi:
[rmic] RMI Compiling 1 class to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/classes
[rmic] IIOP has been turned on.
[rmic] RMI Compiling 1 class to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/classes
[rmic] IIOP has been turned on.
compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/etc
[copy] Copying 4 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/etc
compile-resources:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/resources
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/resources
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/lib
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/lib/jboss-iiop.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/lib/jboss-iiop-client.jar
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/bin
[touch] Creating /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/build-marker
most:
==
== Finished with 'most' in module 'iiop'.
======================================================================
_module-iiop-most:
_module-iiop-most:
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/client
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
[copy] Copying 3 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/client
[copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/conf
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deploy
======================================================================
== Executing 'most' in module 'aspects'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
Overriding previous definition of reference to xdoclet.task.classpath
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
output:
_buildmagic:init:
init:
_default:compile-etc:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/etc
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/etc
_default:compile-resources:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/resources
[copy] Copying 29 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/resources
compile-classes:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/classes
[javac] Compiling 57 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/src/main/org/jboss/aop/asintegration/jboss5/AspectAppParsingDeployer.java:54: warning: [deprecation] org.jboss.aop.asintegration.jboss5.AspectDeployment in org.jboss.aop.asintegration.jboss5 has been deprecated
protected AspectDeployment parse(VFSDeploymentUnit unit, VirtualFile file, Document document) throws Exception
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/src/main/org/jboss/aop/asintegration/jboss5/AspectAppParsingDeployer.java:49: warning: [deprecation] org.jboss.aop.asintegration.jboss5.AspectDeployment in org.jboss.aop.asintegration.jboss5 has been deprecated
super(AspectDeployment.class);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 warnings
compile:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aspect-library-jdk50.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aop-jboss5.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aop-embedded.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aspect-jdk50-client.jar
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/META-INF
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aop-jboss5.deployer
[delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/META-INF
most:
==
== Finished with 'most' in module 'aspects'.
======================================================================
_module-aspects-most:
_module-aspects-most:
[unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/output/lib/jboss-aop-jboss5.deployer into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/deployers/jboss-aop-jboss5.deployer
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/lib
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/client
[copy] Copying 4 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/build/output/jboss-5.0.0.CR1/server/all/lib
======================================================================
== Executing 'most' in module 'profileservice'...
==
_buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
_default:task-init:
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
_default:compile-classes:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/output/classes
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/output/gen-src
[javac] Compiling 32 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/output/classes
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java:98: org.jboss.profileservice.management.ManagementViewImpl is not abstract and does not override abstract method addDeployment(java.lang.String,org.jboss.managed.api.ManagedDeployment.DeploymentPhase,java.net.URL) in org.jboss.deployers.spi.management.ManagementView
public class ManagementViewImpl implements ManagementView
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/src/main/org/jboss/profileservice/management/templates/DsXmlDataSourceTemplate.java:71: warning: [deprecation] findChild(java.lang.String) in org.jboss.virtual.VirtualFile has been deprecated
return root.findChild(dsName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/src/main/org/jboss/profileservice/management/templates/FakeDsXmlDataSourceTemplate.java:92: warning: [deprecation] findChild(java.lang.String) in org.jboss.virtual.VirtualFile has been deprecated
return root.findChild(dsName);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/profileservice/src/main/org/jboss/profileservice/management/templates/JmsDestinationTemplate.java:70: warning: [deprecation] findChild(java.lang.String) in org.jboss.virtual.VirtualFile has been deprecated
return root.findChild(dsName);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
3 warnings
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/tools/etc/buildmagic/buildmagic.ent:442: Compile failed; see the compiler error output for details.
Total time: 2 minutes 29 seconds
Deleting old artifacts from #1544
Recording fingerprints
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
17 years, 11 months
Build failed in Hudson: JBoss-AS-5.0.x-TestSuite-sun15 #585
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/585/ch...
Changes:
[scott.stark(a)jboss.org] JBCTS-795, update ejb3 override behavior
------------------------------------------
[...truncated 22957 lines...]
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Djava.net.preferIPv4Stack=true org.jboss.Main -c pooled-invoker -b 10.18.86.175 -u 227.43.0.130
[echo] Starting patternset=jrmp-invoker.includes config=Pooled-Invoker
[junit] Running org.jboss.test.bank.test.BankEJB20StressTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 13.316 sec
[junit] Running org.jboss.test.cts.test.BmpUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 18.763 sec
[junit] Running org.jboss.test.cts.test.CmpUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.789 sec
[junit] Running org.jboss.test.cts.test.CtsCmp2UnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.385 sec
[junit] Running org.jboss.test.cts.test.IndependentJarsUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 12.977 sec
[junit] Test org.jboss.test.cts.test.IndependentJarsUnitTestCase FAILED
[junit] Running org.jboss.test.cts.test.LocalEjbTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.809 sec
[junit] Running org.jboss.test.cts.test.LongWaitStatefulSessionUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.161 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionLocalUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 133.908 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionUnitTestCase
[junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 142.478 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionStressTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.512 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionUnitTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 28.322 sec
[junit] Running org.jboss.test.testbean.test.BeanUnitTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 6.497 sec
[server:stop] Shutting down server: pooled-invoker
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.86.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-classloader-leak:
[echo] creating classloader-leak config
[copy] Copying 393 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/classloader-leak
[copy] Copied 93 empty directories to 1 empty directory under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/classloader-leak
[echo] Overwriting config descriptors
[copy] Warning: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/resources/test-configs/classloader-leak not found.
[server:start] Starting server "classloader-leak" with command:
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/lib/endorsed -Djgroups.udp.ip_ttl=0 org.jboss.Main -c classloader-leak -b 10.18.86.175 -u 227.43.0.130
[junit] Running org.jboss.test.classloader.leak.test.ClassloaderLeakUnitTestCase
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 151.357 sec
[junit] Running org.jboss.test.classloader.leak.test.CommonsLoggingClassloaderLeakUnitTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 135.615 sec
[junit] Running org.jboss.test.classloader.leak.test.Ejb3ClassloaderLeakUnitTestCase
[junit] Tests run: 5, Failures: 2, Errors: 3, Time elapsed: 45.778 sec
[junit] Test org.jboss.test.classloader.leak.test.Ejb3ClassloaderLeakUnitTestCase FAILED
[server:stop] Shutting down server: classloader-leak
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.86.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-clustered-classloader-leak:
[echo] creating cluster-classloader-leak-0 config, jboss.dist=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1
[copy] Copying 399 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/cluster-classloader-leak-0
[copy] Copied 107 empty directories to 1 empty directory under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/cluster-classloader-leak-0
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
modify-ejb3-repl_sync:
[echo] replacing the cache mode to REPL_SYNC in /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/cluster-classloader-leak-0/deploy/cluster/ejb3-clustered-sfsbcache-beans.xml
[replaceregexp] The following file is missing: '/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/cluster-classloader-leak-0/deploy/cluster/ejb3-clustered-sfsbcache-beans.xml'
[echo] creating cluster-classloader-leak-1 config, jboss.dist=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1
[copy] Copying 399 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/cluster-classloader-leak-1
[copy] Copied 107 empty directories to 1 empty directory under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/cluster-classloader-leak-1
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
modify-ejb3-repl_sync:
[echo] replacing the cache mode to REPL_SYNC in /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/cluster-classloader-leak-1/deploy/cluster/ejb3-clustered-sfsbcache-beans.xml
[replaceregexp] The following file is missing: '/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/cluster-classloader-leak-1/deploy/cluster/ejb3-clustered-sfsbcache-beans.xml'
[server:start] Starting server "cluster-classloader-leak-0" with command:
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/lib/endorsed -Dresolve.dns=false -Djgroups.udp.ip_ttl=0 -Djboss.messaging.ServerPeerID=0 -Dnode0.bind.address=10.18.86.175 -Djboss.partition.name=DefaultPartition org.jboss.Main -c cluster-classloader-leak-0 -b 10.18.86.175 -u 227.43.0.130
[server:start] Starting server "cluster-classloader-leak-1" with command:
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/lib/endorsed -Dresolve.dns=false -Djgroups.udp.ip_ttl=0 -Djboss.messaging.ServerPeerID=1 -Dnode0.bind.address=10.18.86.175 -Djboss.partition.name=DefaultPartition org.jboss.Main -c cluster-classloader-leak-1 -b 10.18.86.176 -u 227.43.0.130
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-clustering-unit:
[junit] Running org.jboss.test.cluster.classloader.leak.test.ClassloaderLeakUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 78.748 sec
[junit] Running org.jboss.test.cluster.classloader.leak.test.FieldGranularityClassloaderLeakUnitTestCase
[junit] Tests run: 4, Failures: 1, Errors: 0, Time elapsed: 133.535 sec
[junit] Test org.jboss.test.cluster.classloader.leak.test.FieldGranularityClassloaderLeakUnitTestCase FAILED
[junit] Running org.jboss.test.cluster.classloader.leak.test.ReplicableClassesClassloaderLeakUnitTestCase
[junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 10.485 sec
[junit] Test org.jboss.test.cluster.classloader.leak.test.ReplicableClassesClassloaderLeakUnitTestCase FAILED
[server:stop] Shutting down server: cluster-classloader-leak-0
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.86.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
[server:stop] Shutting down server: cluster-classloader-leak-1
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.86.176:1099 --shutdown
[server:stop] shutdownTimeout will be=45
Overriding previous definition of reference to xerces.xerces.classpath
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
compile-stylesheets:
tests-report-html:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/html
[junitreport] Transform time: 245822ms
tests-report-text:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/text
[style] Transforming into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/text
[style] Processing /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/TESTS-TestSuites.xml to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/text/TESTS-TestSuites.txt
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/stylesheets/summary1b.xsl
tests-report-xml:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/xml
[style] Transforming into /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/xml
[style] Processing /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/TESTS-TestSuites.xml to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/xml/TESTS-TestSuites.xml
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/stylesheets/shortXmlSummary.xsl
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/build.xml:931: The following error occurred while executing this line:
java.lang.OutOfMemoryError: Java heap space
Total time: 244 minutes 55 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-5.0.x-TestSuite-sun15] $ bash -xe /tmp/hudson39476.sh
+ kill 11640
Recording test results
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
17 years, 11 months