Build failed in Hudson: jboss-aop-jbossas-4.2.0.GA #504

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Fri Sep 12 00:19:45 EDT 2008


See http://hudson.qa.jboss.com/hudson/job/jboss-aop-jbossas-4.2.0.GA/504/changes

Changes:

[kabir.khan at jboss.com] [JBAOP-641] Pointcut stats are managed by the Domain's ClassifiedBindingAndPointcutCollection class not by the parent's

[kabir.khan at jboss.com] [JBAOP-603] Use Pointcut Classification during Instrumentation

[kabir.khan at jboss.com] [JBAOP-641] Move pointcut stats into ClassifiedBindingAndPointcutCollection

[kabir.khan at jboss.com] [JBAOP-638] Move pointcuts and pointcutInfos into ClassifiedBindingCollection, and rename to ClassifiedBindingAndPointcutCollection
For JBAOP-639 move AspectManager.transformationStarted into WeaverStrategySupport
For JBAOP-640 honour inheritsBindings in DomainClassifiedBindingCollection, and rename to DomainClassifiedBindingAndPointcutCollection

------------------------------------------
[...truncated 23822 lines...]
init:

_buildmagic:build-bypass-checker:

_buildmagic:build-bypass-notice:

_buildmagic:build-bypass-check:

internal-jars:

_buildmagic:init:

init:

compile-etc:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/etc
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/etc

compile-classes:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/classes
    [javac] Compiling 449 source files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/classes
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/BaseSessionContext.java:28: warning: [deprecation] java.security.Identity in java.security has been deprecated
import java.security.Identity;
                     ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/BaseSessionContext.java:173: warning: [deprecation] java.security.Identity in java.security has been deprecated
   public Identity getCallerIdentity()
          ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/BaseSessionContext.java:193: warning: [deprecation] java.security.Identity in java.security has been deprecated
   public boolean isCallerInRole(Identity role)
                                 ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/Ejb3Deployment.java:59: warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has been deprecated
import org.jboss.util.file.ArchiveBrowser;
                           ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/entity/ManagedEntityManagerFactory.java:34: warning: [deprecation] org.jboss.tm.TxManager in org.jboss.tm has been deprecated
import org.jboss.tm.TxManager;
                    ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:59: warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has been deprecated
import org.jboss.util.file.ArchiveBrowser;
                           ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java:63: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has been deprecated
import org.jboss.injection.JndiFieldInjector;
                           ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/FileSuffixFilter.java:24: warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has been deprecated
import org.jboss.util.file.ArchiveBrowser;
                           ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/FileSuffixFilter.java:31: warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has been deprecated
public class FileSuffixFilter implements ArchiveBrowser.Filter
                                         ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/tx/TxInterceptorFactory.java:35: warning: [deprecation] org.jboss.tm.TxManager in org.jboss.tm has been deprecated
import org.jboss.tm.TxManager;
                    ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:506: warning: [deprecation] constructorInterceptors in org.jboss.aop.Advisor has been deprecated
      Interceptor[] cInterceptors = constructorInterceptors[defaultConstructorIndex];
                                    ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/Ejb3Deployment.java:397: warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has been deprecated
        Iterator<?> it = ArchiveBrowser.getBrowser(unit.getUrl(), new ClassFileFilter());
                         ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/Ejb3Deployment.java:517: warning: [deprecation] org.jboss.ejb3.entity.PersistenceXmlLoader in org.jboss.ejb3.entity has been deprecated
      List<PersistenceMetadata> persistenceMetadata = PersistenceXmlLoader.deploy(persistenceXmlUrl, new HashMap(), new EJB3DTDEntityResolver(), PersistenceUnitTransactionType.JTA);
                                                      ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:205: warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has been deprecated
      Iterator it = ArchiveBrowser.getBrowser(di.url, new ClassFileFilter());
                    ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java:390: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has been deprecated
         if (injector instanceof JndiFieldInjector)
                                 ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java:392: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has been deprecated
            Field field = ((JndiFieldInjector) injector).getField();
                            ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/cache/tree/StatefulTreeCache.java:582: warning: [deprecation] peek(org.jboss.cache.Fqn) in org.jboss.cache.TreeCache has been deprecated
            DataNode node = cache.peek(fqn);
                                 ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/entity/JBCCache.java:141: warning: [deprecation] putFailFast(org.jboss.cache.Fqn,java.lang.Object,java.lang.Object,long) in org.jboss.cache.TreeCache has been deprecated
                  cache.putFailFast( new Fqn( regionFqn, key ), ITEM, value, 0 );
                       ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/ejb3/entity/JBCCache.java:149: warning: [deprecation] putFailFast(org.jboss.cache.Fqn,java.lang.Object,java.lang.Object,long) in org.jboss.cache.TreeCache has been deprecated
			   cache.putFailFast( new Fqn( regionFqn, key ), ITEM, value, 0 );
                                ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/injection/EJBHandler.java:352: warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection has been deprecated
         injectors.put(method, new JndiMethodInjector(method, encName, container.getEnc()));
                                   ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/injection/EJBHandler.java:381: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has been deprecated
         injectors.put(field, new JndiFieldInjector(field, encName, container.getEnc()));
                                  ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/injection/InjectionUtil.java:282: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has been deprecated
            injectors.put(ao, new JndiFieldInjector((Field) ao, encName, container.getEnc()));
                                  ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/injection/InjectionUtil.java:287: warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection has been deprecated
            injectors.put(ao, new JndiMethodInjector((Method) ao, encName, container.getEnc()));
                                  ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/injection/JndiInjectHandler.java:79: warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection has been deprecated
         injectors.put(method, new JndiMethodInjector(method, encName, container.getEnc()));
                                   ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/injection/JndiInjectHandler.java:93: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has been deprecated
         injectors.put(field, new JndiFieldInjector(field, encName, container.getEnc()));
                                  ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/injection/PersistenceContextHandler.java:156: warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection has been deprecated
      injectors.put(method, new JndiMethodInjector(method,
                                ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/injection/PersistenceContextHandler.java:190: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has been deprecated
      injectors.put(field, new JndiFieldInjector(field,
                               ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/injection/PersistenceUnitHandler.java:222: warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection has been deprecated
      injectors.put(method, new JndiMethodInjector(method, encName, container.getEnc()));
                                ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/injection/PersistenceUnitHandler.java:251: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has been deprecated
      injectors.put(field, new JndiFieldInjector(field, encName, container.getEnc()));
                               ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/injection/WebServiceRefHandler.java:117: warning: [deprecation] org.jboss.injection.JndiMethodInjector in org.jboss.injection has been deprecated
      injectors.put(method, new JndiMethodInjector(method, encName, encCtx));
                                ^
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/src/main/org/jboss/injection/WebServiceRefHandler.java:137: warning: [deprecation] org.jboss.injection.JndiFieldInjector in org.jboss.injection has been deprecated
      injectors.put(field, new JndiFieldInjector(field, encName, encCtx));
                               ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
31 warnings

compile:
    [touch] Creating /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/build-marker

jars:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/lib
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/lib/jboss-ejb3.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/lib/hibernate-client.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/lib/jboss-ejb3-client.jar
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/lib/jboss-annotations-ejb3.jar
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/lib/ejb3.deployer
     [copy] Copying 4 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/lib/ejb3.deployer
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/lib
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/lib
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/lib
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/lib
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/ejb3/output/lib

most:

    ==
    ==  Finished with 'most' in module 'ejb3'.
    ======================================================================
    

_module-ejb3-most:

_module-ejb3-most:
     [copy] Copying 7 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/all/deploy
     [copy] Copying 3 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/all/lib
     [copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client

modules-most:

thirdparty:

thirdparty:
     [copy] Copying 2 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/lib
     [copy] Copying 3 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/lib
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/lib/endorsed
     [copy] Copying 3 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/lib/endorsed
     [copy] Copying 20 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client
     [copy] Copying 15 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/all/lib
    [unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/thirdparty/jboss/jbossws/lib/jbossws-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/bin
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/all/deploy/jbossws.sar
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/thirdparty/jboss/jbossws-jboss42/lib/jbossws42.sar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/all/deploy/jbossws.sar

partition-build:

partition-default:
     [copy] Copying 296 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/default
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/default/deploy/jboss-web.deployer/META-INF
     [copy] Copying 12 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/default/deploy/jms
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/default/deploy/jms
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/default/deploy/http-invoker.sar
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/varia/output/lib/http-invoker.sar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/default/deploy/http-invoker.sar

partition-minimal:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/minimal/deploy
     [copy] Copying 4 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/minimal/conf
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/minimal/conf
     [copy] Copying 3 files to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/minimal/lib
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/server/minimal/lib

bypass-jboss-all-client:

jboss-all-client:
    [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/concurrent.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/hibernate-annotations.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/hibernate-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-aop-jdk50-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-aspect-jdk50-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-common-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-deployment.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-ejb3-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-iiop-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-j2ee.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-jsr77-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-remoting.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-serialization.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-srp-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-system-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jboss-transaction-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jbosscx-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jbossha-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jbossmq-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jbosssx-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jmx-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jmx-invoker-adaptor-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jnp-client.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
    [unjar] Expanding: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/xmlsec.jar into /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build
      [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/output/jboss-4.2.0.GA/client/jbossall-client.jar
   [delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/build/build

install:

most:

main:

BUILD SUCCESSFUL
Total time: 2 minutes 1 second
+ cd ../testsuite
+ bash build.sh
Searching for build.xml ...
Buildfile: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/testsuite/build.xml

check.inhibit.downloads:

check.proxy:

set.proxy:

createthirdparty:
      [get] Getting: http://repository.jboss.com/jbpm/3.1/component-info.xml
      [get] To: /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/thirdparty/jbpm/component-info.xml
      [get] Error getting http://repository.jboss.com/jbpm/3.1/component-info.xml to /qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/thirdparty/jbpm/component-info.xml

BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/testsuite/build.xml:305: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/testsuite/build-thirdparty.xml:54: Unable to get remote file=/qa/services/hudson/hudson_workspace/workspace/jboss-aop-jbossas-4.2.0.GA/jboss-4.2.0.GA-src/thirdparty/jbpm/component-info.xml url=http://repository.jboss.com/jbpm/3.1/component-info.xml

Total time: 27 seconds
[jboss-aop-jbossas-4.2.0.GA] $ bash -xe /tmp/hudson7988.sh
+ kill 7640
Terminating xvnc
[jboss-aop-jbossas-4.2.0.GA] $ vncserver -kill :12
Killing Xvnc process ID 7637
Recording test results




More information about the builds mailing list