See
https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/1156/changes
Changes:
[scott.stark(a)jboss.org] Only attempt to update properties with ViewUse.CONFIGURATION
[scott.stark(a)jboss.org] Comment out use of aop wrappers
[scott.stark(a)jboss.org] Comment out use of aop wrappers
[scott.stark(a)jboss.org] JBAS-5258, change to use the DeploymentTemplateInfoFactory
[scott.stark(a)jboss.org] Comment out the rar-name and jmx-invoker-name from the input
properties
------------------------------------------
[...truncated 22595 lines...]
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
compile-idl:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/gen-src
[jacidl] scan file:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/idl/SASCurrent.idl
[jacidl] scan file:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/idl/TransactionService.idl
[jacidl] processing idl file:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/idl/SASCurrent.idl
[jacidl] processing idl file:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/idl/TransactionService.idl
compile-classes:
[mkdir] Created dir:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/classes/main
[javac] Compiling 147 source files to
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/output/classes/main
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/compiler/IIOPStubCompiler.java:123:
warning: [deprecation] org.jboss.proxy.compiler.ProxyAssembler in org.jboss.proxy.compiler
has been deprecated
private static void generateMethodCode(ProxyAssembler asm,
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:67:
warning: [deprecation] org.jboss.metadata.EntityMetaData in org.jboss.metadata has been
deprecated
import org.jboss.metadata.EntityMetaData;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:68:
warning: [deprecation] org.jboss.metadata.InvokerProxyBindingMetaData in
org.jboss.metadata has been deprecated
import org.jboss.metadata.InvokerProxyBindingMetaData;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/iiop/src/main/org/jboss/proxy/ejb/IORFactory.java:71:
warning: [deprecation] org.jboss.metadata.SessionMetaData in org.jboss.metadata has been
deprecated
import org.jboss.metadata.SessionMetaData;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/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;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/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)
^
/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.
15 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 122 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);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/src/main/org/jboss/aspects/security/SecurityActions.java:63:
warning: [deprecation]
pushSubjectContext(javax.security.auth.Subject,java.security.Principal,java.lang.Object)
in org.jboss.security.SecurityAssociation has been deprecated
SecurityAssociation.pushSubjectContext(subject, principal,
credential);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/src/main/org/jboss/aspects/security/SecurityActions.java:76:
warning: [deprecation] popSubjectContext() in org.jboss.security.SecurityAssociation has
been deprecated
SecurityAssociation.popSubjectContext();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/src/main/org/jboss/aspects/security/SecurityActions.java:155:
warning: [deprecation]
pushSubjectContext(javax.security.auth.Subject,java.security.Principal,java.lang.Object)
in org.jboss.security.SecurityAssociation has been deprecated
SecurityAssociation.pushSubjectContext(subject, principal, credential);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/aspects/src/main/org/jboss/aspects/security/SecurityActions.java:159:
warning: [deprecation] popSubjectContext() in org.jboss.security.SecurityAssociation has
been deprecated
SecurityAssociation.popSubjectContext();
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
6 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
======================================================================
== 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:842:
cannot find symbol
symbol : method hasViewUse(org.jboss.managed.api.annotation.ViewUse)
location: interface org.jboss.managed.api.ManagedProperty
if( prop.getValue() == null || prop.hasViewUse(ViewUse.CONFIGURATION) == false)
^
/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 42 seconds
Deleting old artifacts from #1154
Recording fingerprints
Build was marked for publishing on
https://hudson.jboss.org/hudson/
finished: FAILURE