JBoss-AS-6.0.x - Build # 224 - Still Failing:
Check console output at
https://hudson.jboss.org/hudson//job/JBoss-AS-6.0.x/224 to view
the results.
Modifications since last build:
[emuckenhuber] [JBAS-6472] enable HD scanning on all mutable profiles.
-------------------------------------------------------------------------
[...truncated 13823 lines...]
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:220:
warning: [deprecation] org.jboss.metadata.InvokerProxyBindingMetaData in
org.jboss.metadata has been deprecated
private InvokerProxyBindingMetaData invokerMetaData;
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:726:
warning: [deprecation] org.jboss.metadata.InvokerProxyBindingMetaData in
org.jboss.metadata has been deprecated
public void setInvokerMetaData(InvokerProxyBindingMetaData imd)
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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)
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:104:
warning: [deprecation] create_basic_dyn_any(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB
has been deprecated
public DynAny create_basic_dyn_any(TypeCode type) throws InconsistentTypeCode
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/src/main/org/jboss/iiop/naming/SerializableORB.java:106:
warning: [deprecation] create_basic_dyn_any(org.omg.CORBA.TypeCode) in org.omg.CORBA.ORB
has been deprecated
return delegate.create_basic_dyn_any(type);
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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)
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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);
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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);
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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);
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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);
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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);
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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);
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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)
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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);
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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()
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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();
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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);
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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);
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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);
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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 =
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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,
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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) {
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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();
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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();
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/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
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/output/classes
[rmic] IIOP has been turned on.
[rmic] RMI Compiling 1 class to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/output/classes
[rmic] IIOP has been turned on.
compile-etc:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/output/etc
[copy] Copying 4 files to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/output/etc
compile-resources:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/output/resources
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/output/resources
compile:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/output/lib
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/output/lib/jboss-iiop.jar
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/output/lib/jboss-iiop-client.jar
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/output/bin
[touch] Creating
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/iiop/output/build-marker
most:
==
== Finished with 'most' in module 'iiop'.
======================================================================
_module-iiop-most:
_module-iiop-most:
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/build/output/jboss-6.0.0.Alpha1/server/all/lib
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/build/output/jboss-6.0.0.Alpha1/client
[copy] Copying 2 files to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/build/output/jboss-6.0.0.Alpha1/server/all/lib
[copy] Copying 3 files to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/build/output/jboss-6.0.0.Alpha1/client
[copy] Copying 2 files to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/build/output/jboss-6.0.0.Alpha1/server/all/conf
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/build/output/jboss-6.0.0.Alpha1/server/all/deploy
======================================================================
== Executing 'most' in module 'aspects'...
==
_buildmagic:init:
configure:
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
output:
_buildmagic:init:
init:
_default:compile-etc:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/etc
[copy] Copying 5 files to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/etc
_default:compile-resources:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/resources
[copy] Copying 29 files to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/resources
compile-classes:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/classes
[javac] Compiling 52 source files to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/classes
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
compile:
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/lib
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/lib/jboss-aspect-library.jar
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/lib/jboss-aop-jboss5.jar
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/lib/jboss-aop-embedded.jar
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/lib/jboss-aspect-jdk50-client.jar
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/META-INF
[jar] Building jar:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/lib/jboss-aop-jboss5.deployer
[delete] Deleting directory
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/META-INF
most:
==
== Finished with 'most' in module 'aspects'.
======================================================================
_module-aspects-most:
_module-aspects-most:
[unjar] Expanding:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/aspects/output/lib/jboss-aop-jboss5.deployer
into
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/build/output/jboss-6.0.0.Alpha1/server/all/deployers/jboss-aop-jboss5.deployer
[copy] Copying 3 files to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/build/output/jboss-6.0.0.Alpha1/lib
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/build/output/jboss-6.0.0.Alpha1/lib
[copy] Copying 1 file to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/build/output/jboss-6.0.0.Alpha1/client
[copy] Copying 4 files to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/build/output/jboss-6.0.0.Alpha1/server/all/lib
======================================================================
== Executing 'most' in module 'profileservice'...
==
_buildmagic:init:
configure:
_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:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/profileservice/output/classes
[mkdir] Created dir:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/profileservice/output/gen-src
[javac] Compiling 27 source files to
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/profileservice/output/classes
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/profileservice/src/main/org/jboss/profileservice/management/upload/DeploymentManagerImpl.java:182:
getRepositoryNames(java.lang.String[]) in
org.jboss.deployers.spi.management.deploy.DeploymentTarget cannot be applied to
(org.jboss.profileservice.management.upload.SerializableDeploymentID)
return targets.get(0).getRepositoryNames(deployment);
^
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/profileservice/src/main/org/jboss/profileservice/management/upload/remoting/StreamingDeploymentTarget.java:48:
org.jboss.profileservice.management.upload.remoting.StreamingDeploymentTarget is not
abstract and does not override abstract method getRepositoryNames(java.lang.String[]) in
org.jboss.deployers.spi.management.deploy.DeploymentTarget
public class StreamingDeploymentTarget
^
Note:
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/profileservice/src/main/org/jboss/profileservice/aop/MainDeployerAdvice.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
BUILD FAILED
/mnt/hudson_workspace/workspace/JBoss-AS-6.0.x/JBossAS_6_0/tools/etc/buildmagic/buildmagic.ent:433:
Compile failed; see the compiler error output for details.
Total time: 4 minutes 49 seconds
[JBoss-AS-6.0.x] $ bash -xe /tmp/hudson8283401768870514500.sh
+ kill 11866
Recording fingerprints
Build was marked for publishing on
https://hudson.jboss.org/hudson/
Email was triggered for: Failure
There are 1 triggered emails.
Sending email for trigger: Failure