Build failed in Hudson: JBoss-AS-5.0.x #1156
by jboss-qa-internal@redhat.com
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
16 years, 8 months
Build failed in Hudson: JBossWebNative-solaris-sparc #7
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBossWebNative-solaris-sparc/7/changes
Changes:
[mladen.turk(a)jboss.com] Use Global prefix for Vista support
[jfrederic.clere(a)jboss.com] Make the patch verbose again.
[jfrederic.clere(a)jboss.com] Remove broken Postgres library.
[jfrederic.clere(a)jboss.com] Add missing dns related library.
[jfrederic.clere(a)jboss.com] Use the right location.
[jfrederic.clere(a)jboss.com] Fix the entropy collection problem.
------------------------------------------
[...truncated 465 lines...]
A sight/native/build
AU sight/native/build/mkdir.sh
AU sight/native/build/java.m4
AU sight/native/build/buildcheck.sh
AU sight/native/build/printpath
AU sight/native/build/get-version.sh
AU sight/native/build/lineends.pl
AU sight/native/build/gen-build.py
AU sight/native/build/sight.m4
A sight/native/build/rpm
AU sight/native/build/rpm/sight.spec.in
AU sight/native/NOTICE
AU sight/native/config.layout
A sight/native/os
A sight/native/os/linux
AU sight/native/os/linux/service.c
AU sight/native/os/linux/console.c
AU sight/native/os/linux/volume.c
AU sight/native/os/linux/memory.c
AU sight/native/os/linux/process.c
AU sight/native/os/linux/os.c
AU sight/native/os/linux/tcpstat.c
AU sight/native/os/linux/scm.c
AU sight/native/os/linux/cpustat.c
AU sight/native/os/linux/udpstat.c
AU sight/native/os/linux/main.c
AU sight/native/os/linux/module.c
AU sight/native/os/linux/netadapter.c
AU sight/native/os/linux/cpu.c
AU sight/native/os/linux/common.c
AU sight/native/os/linux/network.c
A sight/native/os/stubs
AU sight/native/os/stubs/service.c
AU sight/native/os/stubs/console.c
AU sight/native/os/stubs/volume.c
AU sight/native/os/stubs/memory.c
AU sight/native/os/stubs/user.c
AU sight/native/os/stubs/process.c
AU sight/native/os/stubs/os.c
AU sight/native/os/stubs/tcpstat.c
AU sight/native/os/stubs/scm.c
AU sight/native/os/stubs/cpustat.c
AU sight/native/os/stubs/udpstat.c
AU sight/native/os/stubs/main.c
AU sight/native/os/stubs/module.c
AU sight/native/os/stubs/netadapter.c
AU sight/native/os/stubs/cpu.c
AU sight/native/os/stubs/network.c
AU sight/native/os/stubs/group.c
A sight/native/os/posix
AU sight/native/os/posix/user.c
AU sight/native/os/posix/syslog.c
AU sight/native/os/posix/group.c
A sight/native/os/unix
AU sight/native/os/unix/os.c
AU sight/native/os/unix/cpustat.c
AU sight/native/os/unix/main.c
AU sight/native/os/unix/cpu.c
A sight/native/os/windows
AU sight/native/os/windows/logmessages.bin
AU sight/native/os/windows/service.c
AU sight/native/os/windows/utils.c
AU sight/native/os/windows/console.c
AU sight/native/os/windows/variant.cpp
AU sight/native/os/windows/volume.c
AU sight/native/os/windows/registry.c
AU sight/native/os/windows/memory.c
AU sight/native/os/windows/jboss.ico
AU sight/native/os/windows/process.c
AU sight/native/os/windows/user.c
AU sight/native/os/windows/os.c
AU sight/native/os/windows/scm.c
AU sight/native/os/windows/tcpstat.c
AU sight/native/os/windows/cpustat.c
AU sight/native/os/windows/main.c
AU sight/native/os/windows/udpstat.c
AU sight/native/os/windows/module.c
AU sight/native/os/windows/logmessages.mc
AU sight/native/os/windows/wmiapi.c
AU sight/native/os/windows/netadapter.c
AU sight/native/os/windows/libsight.rc
AU sight/native/os/windows/cpu.c
AU sight/native/os/windows/network.c
AU sight/native/os/windows/group.c
AU sight/native/os/windows/wmi.cpp
A sight/native/os/solaris
A sight/native/os/solaris/process.c
AU sight/native/os/solaris/service.c
AU sight/native/os/solaris/os.c
A sight/native/os/solaris/console.c
AU sight/native/os/solaris/scm.c
A sight/native/os/solaris/tcpstat.c
AU sight/native/os/solaris/cpustat.c
AU sight/native/os/solaris/main.c
A sight/native/os/solaris/udpstat.c
A sight/native/os/solaris/module.c
AU sight/native/os/solaris/cpu.c
A sight/native/os/solaris/netadapter.c
A sight/native/os/solaris/volume.c
A sight/native/os/solaris/memory.c
A sight/native/os/solaris/network.c
AU sight/native/Makefile.in
A sight/native/share
AU sight/native/share/finfo.c
AU sight/native/share/mutex.c
AU sight/native/share/proc.c
AU sight/native/share/cache.c
AU sight/native/share/library.c
AU sight/native/share/tcpconn.c
AU sight/native/share/udpconn.c
AU sight/native/share/pool.c
AU sight/native/share/buildmark.c
AU sight/native/share/no.c
AU sight/native/share/dir.c
AU sight/native/share/file.c
AU sight/native/share/netaddr.c
AU sight/native/share/hash.c
AU sight/native/share/clazz.c
AU sight/native/share/shm.c
AU sight/native/share/error.c
AU sight/native/share/jnu.c
AU sight/native/build.conf
A sight/native/include
AU sight/native/include/sight.h
AU sight/native/include/sight_types.h
AU sight/native/include/sight_version.h
A sight/native/include/arch
A sight/native/include/arch/unix
AU sight/native/include/arch/unix/sight_private.h
A sight/native/include/arch/windows
AU sight/native/include/arch/windows/sight_private.h
AU sight/native/include/sight_local.h
AU sight/native/sight.pc.in
AU sight/native/buildconf
AU sight/native/configure.in
AU sight/native/CHANGES
AU sight/native/NMAKEmakefile
A sight/native/BUILDING
AU sight/native/COPYING.LIB
AU sight/README.txt
AU sight/COPYING.LIB
AU sight/build.xml
A sight/examples
A sight/examples/org
A sight/examples/org/jboss
A sight/examples/org/jboss/sight
AU sight/examples/org/jboss/sight/ListAdapters.java
AU sight/examples/org/jboss/sight/ListServices.java
AU sight/examples/org/jboss/sight/Load.java
AU sight/examples/org/jboss/sight/ListProcesses.java
AU sight/examples/org/jboss/sight/RunProcess.java
AU sight/examples/org/jboss/sight/CtrlService.java
AU sight/examples/org/jboss/sight/ListVolumes.java
AU sight/examples/org/jboss/sight/ListDirectories.java
AU sight/examples/org/jboss/sight/WMIExample.java
AU sight/examples/org/jboss/sight/DumpTcp.java
AU sight/examples/org/jboss/sight/ListUsers.java
AU sight/examples/org/jboss/sight/ConsoleExample.java
AU sight/examples/org/jboss/sight/DumpUdp.java
A srclib
A srclib/zlib
AU srclib/zlib/URL
AU srclib/zlib/VERSION
AU srclib/zlib/NMAKEmakefile
A srclib/apr
AU srclib/apr/NMAKEmakefile
A srclib/openssl
AU srclib/openssl/buildsslamd64.bat
AU srclib/openssl/buildssl.bat
AU srclib/openssl/buildsslasm.bat
AU srclib/openssl/buildsslia64.bat
A srclib/bzip
A srclib/VERSIONS
A srclib/tomcat-native
AU srclib/tomcat-native/NMAKEmakefile
AU srclib/zlib.README
A srclib/apr-util
AU srclib/apr-util/NMAKEmakefile
A srclib/apr-iconv
AU srclib/apr-iconv/NMAKEmakefile
AU srclib/apr-iconv/README
At revision 1423
[JBossWebNative-solaris-sparc] $ bash -xe /var/tmp/hudson11583.sh
+ . /qa/services/hudson/config_repository/scripts/common/common_bash.sh
++ basedir=/qa/services/hudson/config_repository
++ common_variables=/qa/services/hudson/config_repository/resources/common.variables
++ . /qa/services/hudson/config_repository/scripts/function.d/chprop
++ . /qa/services/hudson/config_repository/scripts/function.d/copy-eap-results
++ . /qa/services/hudson/config_repository/scripts/function.d/get-soa
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-children
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-derby
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-glassfish
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-jboss
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-pointbase
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-rmiiiop-server
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-sunri
++ . /qa/services/hudson/config_repository/scripts/function.d/load_all_vars
+++ . /qa/services/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_12
++++ JAVA16=/qa/tools/opt/jdk1.6.0_02
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/qa/services/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/qa/services/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
++ . /qa/services/hudson/config_repository/scripts/function.d/runtck
++ . /qa/services/hudson/config_repository/scripts/function.d/setant
++ . /qa/services/hudson/config_repository/scripts/function.d/setjava
++ . /qa/services/hudson/config_repository/scripts/function.d/setmaven2
++ . /qa/services/hudson/config_repository/scripts/function.d/stacktrace
++ . /qa/services/hudson/config_repository/scripts/function.d/start-jboss
++ . /qa/services/hudson/config_repository/scripts/function.d/stop-jboss
++ . /qa/services/hudson/config_repository/scripts/function.d/versions
+ cd jbossnative/build/daemon
+ ./buildall.sh
Running buildall.sh : 2007-06-01 06:47:57 -0400 (Fri, 01 Jun 2007) $
Started : Wed Mar 5 21:04:00 EST 2008
Params :
Running build.sh : 2008-03-05 11:13:01 -0500 (Wed, 05 Mar 2008) $
Started : Wed Mar 5 21:04:00 EST 2008
Params : jboss-native -ssl -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-03-05 11:13:01 -0500 (Wed, 05 Mar 2008) $
Started : Wed Mar 5 21:04:00 EST 2008
Params : jboss-native -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-03-05 11:13:01 -0500 (Wed, 05 Mar 2008) $
Started : Wed Mar 5 21:04:00 EST 2008
Params : jboss-sight -cache
Using version 1.0.3-dev from package.list
Error missing gnu patch command
ERROR: No artifacts found that match the file pattern "jbossnative/build/unix/output/*.*". Configuration error?
ERROR: 'jbossnative/build/unix/output/*.*' doesn't match anything: 'jbossnative' exists but not 'jbossnative/build/unix/output/*.*'
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16 years, 8 months
Build failed in Hudson: JBossWebNative-solaris-x86 #7
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBossWebNative-solaris-x86/7/changes
Changes:
[mladen.turk(a)jboss.com] Use Global prefix for Vista support
[jfrederic.clere(a)jboss.com] Make the patch verbose again.
[jfrederic.clere(a)jboss.com] Remove broken Postgres library.
[jfrederic.clere(a)jboss.com] Add missing dns related library.
[jfrederic.clere(a)jboss.com] Use the right location.
[jfrederic.clere(a)jboss.com] Fix the entropy collection problem.
------------------------------------------
[...truncated 484 lines...]
AU sight/native/os/linux/process.c
AU sight/native/os/linux/os.c
AU sight/native/os/linux/tcpstat.c
AU sight/native/os/linux/scm.c
AU sight/native/os/linux/cpustat.c
AU sight/native/os/linux/udpstat.c
AU sight/native/os/linux/main.c
AU sight/native/os/linux/module.c
AU sight/native/os/linux/netadapter.c
AU sight/native/os/linux/cpu.c
AU sight/native/os/linux/common.c
AU sight/native/os/linux/network.c
A sight/native/os/stubs
AU sight/native/os/stubs/service.c
AU sight/native/os/stubs/console.c
AU sight/native/os/stubs/volume.c
AU sight/native/os/stubs/memory.c
AU sight/native/os/stubs/user.c
AU sight/native/os/stubs/process.c
AU sight/native/os/stubs/os.c
AU sight/native/os/stubs/tcpstat.c
AU sight/native/os/stubs/scm.c
AU sight/native/os/stubs/cpustat.c
AU sight/native/os/stubs/udpstat.c
AU sight/native/os/stubs/main.c
AU sight/native/os/stubs/module.c
AU sight/native/os/stubs/netadapter.c
AU sight/native/os/stubs/cpu.c
AU sight/native/os/stubs/network.c
AU sight/native/os/stubs/group.c
A sight/native/os/posix
AU sight/native/os/posix/user.c
AU sight/native/os/posix/syslog.c
AU sight/native/os/posix/group.c
A sight/native/os/unix
AU sight/native/os/unix/os.c
AU sight/native/os/unix/cpustat.c
AU sight/native/os/unix/main.c
AU sight/native/os/unix/cpu.c
A sight/native/os/windows
AU sight/native/os/windows/logmessages.bin
AU sight/native/os/windows/service.c
AU sight/native/os/windows/utils.c
AU sight/native/os/windows/console.c
AU sight/native/os/windows/variant.cpp
AU sight/native/os/windows/volume.c
AU sight/native/os/windows/registry.c
AU sight/native/os/windows/memory.c
AU sight/native/os/windows/jboss.ico
AU sight/native/os/windows/process.c
AU sight/native/os/windows/user.c
AU sight/native/os/windows/os.c
AU sight/native/os/windows/scm.c
AU sight/native/os/windows/tcpstat.c
AU sight/native/os/windows/cpustat.c
AU sight/native/os/windows/main.c
AU sight/native/os/windows/udpstat.c
AU sight/native/os/windows/module.c
AU sight/native/os/windows/logmessages.mc
AU sight/native/os/windows/wmiapi.c
AU sight/native/os/windows/netadapter.c
AU sight/native/os/windows/libsight.rc
AU sight/native/os/windows/cpu.c
AU sight/native/os/windows/network.c
AU sight/native/os/windows/group.c
AU sight/native/os/windows/wmi.cpp
A sight/native/os/solaris
A sight/native/os/solaris/process.c
AU sight/native/os/solaris/service.c
AU sight/native/os/solaris/os.c
A sight/native/os/solaris/console.c
AU sight/native/os/solaris/scm.c
A sight/native/os/solaris/tcpstat.c
AU sight/native/os/solaris/cpustat.c
AU sight/native/os/solaris/main.c
A sight/native/os/solaris/udpstat.c
A sight/native/os/solaris/module.c
AU sight/native/os/solaris/cpu.c
A sight/native/os/solaris/netadapter.c
A sight/native/os/solaris/volume.c
A sight/native/os/solaris/memory.c
A sight/native/os/solaris/network.c
AU sight/native/Makefile.in
A sight/native/share
AU sight/native/share/finfo.c
AU sight/native/share/mutex.c
AU sight/native/share/proc.c
AU sight/native/share/cache.c
AU sight/native/share/library.c
AU sight/native/share/tcpconn.c
AU sight/native/share/udpconn.c
AU sight/native/share/pool.c
AU sight/native/share/buildmark.c
AU sight/native/share/no.c
AU sight/native/share/dir.c
AU sight/native/share/file.c
AU sight/native/share/netaddr.c
AU sight/native/share/hash.c
AU sight/native/share/clazz.c
AU sight/native/share/shm.c
AU sight/native/share/error.c
AU sight/native/share/jnu.c
AU sight/native/build.conf
A sight/native/include
AU sight/native/include/sight.h
AU sight/native/include/sight_types.h
AU sight/native/include/sight_version.h
A sight/native/include/arch
A sight/native/include/arch/unix
AU sight/native/include/arch/unix/sight_private.h
A sight/native/include/arch/windows
AU sight/native/include/arch/windows/sight_private.h
AU sight/native/include/sight_local.h
AU sight/native/sight.pc.in
AU sight/native/buildconf
AU sight/native/configure.in
AU sight/native/CHANGES
AU sight/native/NMAKEmakefile
A sight/native/BUILDING
AU sight/native/COPYING.LIB
AU sight/README.txt
AU sight/COPYING.LIB
AU sight/build.xml
A sight/examples
A sight/examples/org
A sight/examples/org/jboss
A sight/examples/org/jboss/sight
AU sight/examples/org/jboss/sight/ListAdapters.java
AU sight/examples/org/jboss/sight/ListServices.java
AU sight/examples/org/jboss/sight/Load.java
AU sight/examples/org/jboss/sight/ListProcesses.java
AU sight/examples/org/jboss/sight/RunProcess.java
AU sight/examples/org/jboss/sight/CtrlService.java
AU sight/examples/org/jboss/sight/ListVolumes.java
AU sight/examples/org/jboss/sight/ListDirectories.java
AU sight/examples/org/jboss/sight/WMIExample.java
AU sight/examples/org/jboss/sight/DumpTcp.java
AU sight/examples/org/jboss/sight/ListUsers.java
AU sight/examples/org/jboss/sight/ConsoleExample.java
AU sight/examples/org/jboss/sight/DumpUdp.java
A srclib
A srclib/zlib
AU srclib/zlib/URL
AU srclib/zlib/VERSION
AU srclib/zlib/NMAKEmakefile
A srclib/apr
AU srclib/apr/NMAKEmakefile
A srclib/openssl
AU srclib/openssl/buildsslamd64.bat
AU srclib/openssl/buildssl.bat
AU srclib/openssl/buildsslasm.bat
AU srclib/openssl/buildsslia64.bat
A srclib/bzip
A srclib/VERSIONS
A srclib/tomcat-native
AU srclib/tomcat-native/NMAKEmakefile
AU srclib/zlib.README
A srclib/apr-util
AU srclib/apr-util/NMAKEmakefile
A srclib/apr-iconv
AU srclib/apr-iconv/NMAKEmakefile
AU srclib/apr-iconv/README
At revision 1423
[JBossWebNative-solaris-x86] $ bash -xe /var/tmp/hudson36111.sh
+ . /qa/services/hudson/config_repository/scripts/common/common_bash.sh
++ basedir=/qa/services/hudson/config_repository
++ common_variables=/qa/services/hudson/config_repository/resources/common.variables
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/chprop
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/copy-eap-results
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/get-soa
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-children
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-derby
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-glassfish
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-pointbase
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-rmiiiop-server
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-sunri
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/load_all_vars
+++ . /qa/services/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_12
++++ JAVA16=/qa/tools/opt/jdk1.6.0_02
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/qa/services/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/qa/services/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/runtck
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/setant
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/setjava
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/setmaven2
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/stacktrace
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/start-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/stop-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/versions
+ cd jbossnative/build/daemon
+ ./buildall.sh
Running buildall.sh : 2007-06-01 06:47:57 -0400 (Fri, 01 Jun 2007) $
Started : Wed Mar 5 21:04:55 EST 2008
Params :
Running build.sh : 2008-03-05 11:13:01 -0500 (Wed, 05 Mar 2008) $
Started : Wed Mar 5 21:04:55 EST 2008
Params : jboss-native -ssl -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-03-05 11:13:01 -0500 (Wed, 05 Mar 2008) $
Started : Wed Mar 5 21:04:55 EST 2008
Params : jboss-native -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-03-05 11:13:01 -0500 (Wed, 05 Mar 2008) $
Started : Wed Mar 5 21:04:55 EST 2008
Params : jboss-sight -cache
Using version 1.0.3-dev from package.list
Error missing gnu patch command
ERROR: No artifacts found that match the file pattern "jbossnative/build/unix/output/*.*". Configuration error?
ERROR: 'jbossnative/build/unix/output/*.*' doesn't match anything: 'jbossnative' exists but not 'jbossnative/build/unix/output/*.*'
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16 years, 8 months
Build failed in Hudson: JBossWebNative-hp-ux-9000_800 #9
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBossWebNative-hp-ux-9000_800/9/changes
Changes:
[mladen.turk(a)jboss.com] Use Global prefix for Vista support
[jfrederic.clere(a)jboss.com] Make the patch verbose again.
[jfrederic.clere(a)jboss.com] Remove broken Postgres library.
[jfrederic.clere(a)jboss.com] Add missing dns related library.
[jfrederic.clere(a)jboss.com] Use the right location.
[jfrederic.clere(a)jboss.com] Fix the entropy collection problem.
------------------------------------------
[...truncated 484 lines...]
AU sight/native/os/linux/process.c
AU sight/native/os/linux/os.c
AU sight/native/os/linux/tcpstat.c
AU sight/native/os/linux/scm.c
AU sight/native/os/linux/cpustat.c
AU sight/native/os/linux/udpstat.c
AU sight/native/os/linux/main.c
AU sight/native/os/linux/module.c
AU sight/native/os/linux/netadapter.c
AU sight/native/os/linux/cpu.c
AU sight/native/os/linux/common.c
AU sight/native/os/linux/network.c
A sight/native/os/stubs
AU sight/native/os/stubs/service.c
AU sight/native/os/stubs/console.c
AU sight/native/os/stubs/volume.c
AU sight/native/os/stubs/memory.c
AU sight/native/os/stubs/user.c
AU sight/native/os/stubs/process.c
AU sight/native/os/stubs/os.c
AU sight/native/os/stubs/tcpstat.c
AU sight/native/os/stubs/scm.c
AU sight/native/os/stubs/cpustat.c
AU sight/native/os/stubs/udpstat.c
AU sight/native/os/stubs/main.c
AU sight/native/os/stubs/module.c
AU sight/native/os/stubs/netadapter.c
AU sight/native/os/stubs/cpu.c
AU sight/native/os/stubs/network.c
AU sight/native/os/stubs/group.c
A sight/native/os/posix
AU sight/native/os/posix/user.c
AU sight/native/os/posix/syslog.c
AU sight/native/os/posix/group.c
A sight/native/os/unix
AU sight/native/os/unix/os.c
AU sight/native/os/unix/cpustat.c
AU sight/native/os/unix/main.c
AU sight/native/os/unix/cpu.c
A sight/native/os/windows
AU sight/native/os/windows/logmessages.bin
AU sight/native/os/windows/service.c
AU sight/native/os/windows/utils.c
AU sight/native/os/windows/console.c
AU sight/native/os/windows/variant.cpp
AU sight/native/os/windows/volume.c
AU sight/native/os/windows/registry.c
AU sight/native/os/windows/memory.c
AU sight/native/os/windows/jboss.ico
AU sight/native/os/windows/process.c
AU sight/native/os/windows/user.c
AU sight/native/os/windows/os.c
AU sight/native/os/windows/scm.c
AU sight/native/os/windows/tcpstat.c
AU sight/native/os/windows/cpustat.c
AU sight/native/os/windows/main.c
AU sight/native/os/windows/udpstat.c
AU sight/native/os/windows/module.c
AU sight/native/os/windows/logmessages.mc
AU sight/native/os/windows/wmiapi.c
AU sight/native/os/windows/netadapter.c
AU sight/native/os/windows/libsight.rc
AU sight/native/os/windows/cpu.c
AU sight/native/os/windows/network.c
AU sight/native/os/windows/group.c
AU sight/native/os/windows/wmi.cpp
A sight/native/os/solaris
A sight/native/os/solaris/process.c
AU sight/native/os/solaris/service.c
AU sight/native/os/solaris/os.c
A sight/native/os/solaris/console.c
AU sight/native/os/solaris/scm.c
A sight/native/os/solaris/tcpstat.c
AU sight/native/os/solaris/cpustat.c
AU sight/native/os/solaris/main.c
A sight/native/os/solaris/udpstat.c
A sight/native/os/solaris/module.c
AU sight/native/os/solaris/cpu.c
A sight/native/os/solaris/netadapter.c
A sight/native/os/solaris/volume.c
A sight/native/os/solaris/memory.c
A sight/native/os/solaris/network.c
AU sight/native/Makefile.in
A sight/native/share
AU sight/native/share/finfo.c
AU sight/native/share/mutex.c
AU sight/native/share/proc.c
AU sight/native/share/cache.c
AU sight/native/share/library.c
AU sight/native/share/tcpconn.c
AU sight/native/share/udpconn.c
AU sight/native/share/pool.c
AU sight/native/share/buildmark.c
AU sight/native/share/no.c
AU sight/native/share/dir.c
AU sight/native/share/file.c
AU sight/native/share/netaddr.c
AU sight/native/share/hash.c
AU sight/native/share/clazz.c
AU sight/native/share/shm.c
AU sight/native/share/error.c
AU sight/native/share/jnu.c
AU sight/native/build.conf
A sight/native/include
AU sight/native/include/sight.h
AU sight/native/include/sight_types.h
AU sight/native/include/sight_version.h
A sight/native/include/arch
A sight/native/include/arch/unix
AU sight/native/include/arch/unix/sight_private.h
A sight/native/include/arch/windows
AU sight/native/include/arch/windows/sight_private.h
AU sight/native/include/sight_local.h
AU sight/native/sight.pc.in
AU sight/native/buildconf
AU sight/native/configure.in
AU sight/native/CHANGES
AU sight/native/NMAKEmakefile
A sight/native/BUILDING
AU sight/native/COPYING.LIB
AU sight/README.txt
AU sight/COPYING.LIB
AU sight/build.xml
A sight/examples
A sight/examples/org
A sight/examples/org/jboss
A sight/examples/org/jboss/sight
AU sight/examples/org/jboss/sight/ListAdapters.java
AU sight/examples/org/jboss/sight/ListServices.java
AU sight/examples/org/jboss/sight/Load.java
AU sight/examples/org/jboss/sight/ListProcesses.java
AU sight/examples/org/jboss/sight/RunProcess.java
AU sight/examples/org/jboss/sight/CtrlService.java
AU sight/examples/org/jboss/sight/ListVolumes.java
AU sight/examples/org/jboss/sight/ListDirectories.java
AU sight/examples/org/jboss/sight/WMIExample.java
AU sight/examples/org/jboss/sight/DumpTcp.java
AU sight/examples/org/jboss/sight/ListUsers.java
AU sight/examples/org/jboss/sight/ConsoleExample.java
AU sight/examples/org/jboss/sight/DumpUdp.java
A srclib
A srclib/zlib
AU srclib/zlib/URL
AU srclib/zlib/VERSION
AU srclib/zlib/NMAKEmakefile
A srclib/apr
AU srclib/apr/NMAKEmakefile
A srclib/openssl
AU srclib/openssl/buildsslamd64.bat
AU srclib/openssl/buildssl.bat
AU srclib/openssl/buildsslasm.bat
AU srclib/openssl/buildsslia64.bat
A srclib/bzip
A srclib/VERSIONS
A srclib/tomcat-native
AU srclib/tomcat-native/NMAKEmakefile
AU srclib/zlib.README
A srclib/apr-util
AU srclib/apr-util/NMAKEmakefile
A srclib/apr-iconv
AU srclib/apr-iconv/NMAKEmakefile
AU srclib/apr-iconv/README
At revision 1423
[JBossWebNative-hp-ux-9000_800] $ bash -xe /var/tmp/hudson14874.sh
+ . /home/hudson/config_repository/scripts/common/common_bash.sh
++ basedir=/home/hudson/config_repository
++ common_variables=/home/hudson/config_repository/resources/common.variables
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/chprop
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/copy-eap-results
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/get-soa
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-children
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-derby
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-glassfish
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-pointbase
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-rmiiiop-server
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/kill-sunri
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/load_all_vars
+++ . /home/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_12
++++ JAVA16=/qa/tools/opt/jdk1.6.0_02
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/home/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/home/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/runtck
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/setant
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/setjava
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/setmaven2
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/stacktrace
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/start-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/stop-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /home/hudson/config_repository/scripts/function.d/versions
+ cd jbossnative/build/daemon
+ ./buildall.sh
Running buildall.sh : 2007-06-01 06:47:57 -0400 (Fri, 01 Jun 2007) $
Started : Wed Mar 5 21:02:56 EST 2008
Params :
Running build.sh : 2008-03-05 11:13:01 -0500 (Wed, 05 Mar 2008) $
Started : Wed Mar 5 21:02:56 EST 2008
Params : jboss-native -ssl -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-03-05 11:13:01 -0500 (Wed, 05 Mar 2008) $
Started : Wed Mar 5 21:02:56 EST 2008
Params : jboss-native -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-03-05 11:13:01 -0500 (Wed, 05 Mar 2008) $
Started : Wed Mar 5 21:02:57 EST 2008
Params : jboss-sight -cache
Using version 1.0.3-dev from package.list
Error missing gnu patch command
ERROR: No artifacts found that match the file pattern "jbossnative/build/unix/output/*.*". Configuration error?
ERROR: 'jbossnative/build/unix/output/*.*' doesn't match anything: 'jbossnative' exists but not 'jbossnative/build/unix/output/*.*'
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16 years, 8 months