BUILD FAILED:
Ant Error Message:
/export/cruise/trunk/cc/projects/drlvm/trunk/build/make/build.xml:373: The
following error occurred while executing this line:
/export/cruise/trunk/cc/projects/drlvm/trunk/build/make/build_component.xml:72:
The following error occurred while executing this line:
/export/cruise/trunk/cc/projects/drlvm/trunk/build/lnx_em64t_gcc_debug/semis/build/targets/cunit.test.xml:69:
The following error occurred while executing this line:
/export/cruise/trunk/cc/projects/drlvm/trunk/build/lnx_em64t_gcc_debug/semis/build/targets/cunit.test.xml:76:
gcc failed with return code 1
Date of build: 03/23/2007 19:16:01
Time to build: 15 seconds
Last changed: 03/23/2007 19:05:33
Last log entry: drlvm
***********************************************************
Execution log (errors/warnings messages):
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/unit/thread/test_native_suspend.c:
In function `test_hythread_thread_suspend':
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/unit/thread/test_native_suspend.c:67:
warning: cast from pointer to integer of different size
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/unit/thread/test_native_basic.c:
In function `test_hythread_iterator':
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/unit/thread/test_native_basic.c:89:
warning: int format, different type arg (arg 2)
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/unit/thread/test_native_basic.c:
In function `test_hythread_iterator_default':
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/unit/thread/test_native_basic.c:125:
warning: int format, different type arg (arg 2)
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/unit/thread/test_java_basic.c:
In function `run_for_test_jthread_timed_join':
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/unit/thread/test_java_basic.c:225:
warning: unsigned int format, different type arg (arg 2)
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/unit/thread/test_java_basic.c:225:
warning: int format, different type arg (arg 3)
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/unit/thread/test_native_thin_monitor.c:
In function `test_hythread_thin_monitor_fat_unlock':
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/unit/thread/test_native_thin_monitor.c:111:
warning: int format, different type arg (arg 2)
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/unit/thread/test_native_thin_monitor.c:
In function `test_hythread_thin_monitor_enter_contended':
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld:
warning: libhysig.so, needed by
/export/cruise/trunk/cc/projects/classlib/trunk/deploy/jdk/jre/bin/libhyzlib.so,
not found (try using -rpath or -rpath-link)
/export/cruise/trunk/cc/projects/drlvm/trunk/build/lnx_em64t_gcc_debug/semis/vm/vmcore/_bin/libharmonyvm.so:
undefined reference to `hycond_wait_timed_raw'
collect2: ld returned 1 exit status
Using CLASSLIB = /export/cruise/trunk/cc/projects/classlib/trunk
jars: true
using proxy settings: proxy.ims.intel.com port:911
Configuration:
classlib root = /export/cruise/trunk/cc/projects/classlib/trunk
os = Linux
arch = em64t
cxx = gcc
cfg = debug
components = deploy
## Compiling JVMTI natives in:
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/jvmti/Breakpoint1
## Compiling JVMTI natives in:
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/jvmti/SingleStep1
## Compiling JVMTI natives in:
/export/cruise/trunk/cc/projects/drlvm/trunk/vm/tests/jvmti/VMInit1
==================================
Run JVMTI tests using interpreter
==================================
Running Breakpoint1
Failed to open JVM DLL:
/export/cruise/trunk/cc/projects/drlvm/trunk/build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/default/harmonyvm
(/export/cruise/trunk/cc/projects/drlvm/trunk/build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/default/libharmonyvm.so:
undefined symbol: hycond_wait_timed_raw)
Running SingleStep1
Failed to open JVM DLL:
/export/cruise/trunk/cc/projects/drlvm/trunk/build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/default/harmonyvm
(/export/cruise/trunk/cc/projects/drlvm/trunk/build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/default/libharmonyvm.so:
undefined symbol: hycond_wait_timed_raw)
Running VMInit1
Failed to open JVM DLL:
/export/cruise/trunk/cc/projects/drlvm/trunk/build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/default/harmonyvm
(/export/cruise/trunk/cc/projects/drlvm/trunk/build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/default/libharmonyvm.so:
undefined symbol: hycond_wait_timed_raw)
## Compiling framework...
## Compiling C unit tests
## Linking C unit test: test_java_attrs
***********************************************************
Unit Tests: (0)
No Tests Run: This project doesn't have any tests or tests were not run
***********************************************************
Modifications since last successful build: (40)
add cc-drlvm log20070323190533Lbuild.484 03/23/2007 19:05:33drlvm
added gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.opt
03/23/2007 19:03:34 Add exclude lists for windows x86_64 for kernel tests
added gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.jit
03/23/2007 19:03:34 Add exclude lists for windows x86_64 for kernel tests
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.int
03/23/2007 19:03:34 Add exclude lists for windows x86_64 for kernel tests
added varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/H3446/SubSubTest.j 03/23/2007
18:48:54 Applied HARMONY-1840, HARMONY-3446 [drlvm][jet] JSR handling
fixesRegression tests added
added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H1840
03/23/2007 18:48:54 Applied HARMONY-1840, HARMONY-3446 [drlvm][jet] JSR
handling fixesRegression tests added
added varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/H1840/run.test.xml 03/23/2007
18:48:54 Applied HARMONY-1840, HARMONY-3446 [drlvm][jet] JSR handling
fixesRegression tests added
added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H3446
03/23/2007 18:48:54 Applied HARMONY-1840, HARMONY-3446 [drlvm][jet] JSR
handling fixesRegression tests added
added varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/H3446/run.test.xml 03/23/2007
18:48:54 Applied HARMONY-1840, HARMONY-3446 [drlvm][jet] JSR handling
fixesRegression tests added
added varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/H1840/SimplestTest.j
03/23/2007 18:48:54 Applied HARMONY-1840, HARMONY-3446 [drlvm][jet] JSR
handling fixesRegression tests added
modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp
03/23/2007 18:48:54 Applied HARMONY-1840, HARMONY-3446 [drlvm][jet] JSR
handling fixesRegression tests added
modified varlax
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/em64t/base/ini_em64t.cpp
03/23/2007 18:39:55 Applied HARMONY-3110 [drlvm][jit][x86_64]
java.lang.reflect.Field.get(Object) returns incorrect value of a float
fieldAdded regression test
added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H3110
03/23/2007 18:39:55 Applied HARMONY-3110 [drlvm][jit][x86_64]
java.lang.reflect.Field.get(Object) returns incorrect value of a float
fieldAdded regression test
added varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/H3110/run.test.xml 03/23/2007
18:39:55 Applied HARMONY-3110 [drlvm][jit][x86_64]
java.lang.reflect.Field.get(Object) returns incorrect value of a float
fieldAdded regression test
added varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/H3110/FieldTest.java
03/23/2007 18:39:55 Applied HARMONY-3110 [drlvm][jit][x86_64]
java.lang.reflect.Field.get(Object) returns incorrect value of a float
fieldAdded regression test
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/escanalyzer.cpp
03/23/2007 18:26:29 HARMONY-2874 [drlvm] Segfault in Scalar replacement
optimization fixedRegression test added
added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H2874/Test.java
03/23/2007 18:26:29 HARMONY-2874 [drlvm] Segfault in Scalar replacement
optimization fixedRegression test added
added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H2874
03/23/2007 18:26:29 HARMONY-2874 [drlvm] Segfault in Scalar replacement
optimization fixedRegression test added
added varlax
/harmony/enhanced/drlvm/trunk/src/test/regression/H2874/run.test.xml 03/23/2007
18:26:29 HARMONY-2874 [drlvm] Segfault in Scalar replacement optimization
fixedRegression test added
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CodeEmitter.cpp
03/23/2007 18:22:15 Applied HARMONY-3465 [drlvm][winx64][jit] server drlvm
fails on HWA
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp
03/23/2007 18:22:15 Applied HARMONY-3465 [drlvm][winx64][jit] server drlvm
fails on HWA
modified xli /harmony/enhanced/drlvm/trunk/vm/vmcore/include/finalize.h
03/23/2007 18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance
mechanism
modified xli /harmony/enhanced/drlvm/trunk/vm/include/open/vm_gc.h 03/23/2007
18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance mechanism
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/mutator_alloc.cpp 03/23/2007
18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance mechanism
modified xli /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/finalize.cpp
03/23/2007 18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance
mechanism
modified xli
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_condvar.c 03/23/2007
18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance mechanism
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref.cpp
03/23/2007 18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance
mechanism
modified xli /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp
03/23/2007 18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance
mechanism
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref.h
03/23/2007 18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance
mechanism
modified xli
/harmony/enhanced/drlvm/trunk/vm/vmcore/include/finalizer_thread.h 03/23/2007
18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance mechanism
modified xli
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/finalizer_thread.cpp
03/23/2007 18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance
mechanism
modified xli /harmony/enhanced/drlvm/trunk/vm/vmcore/src/gc/dll_gc.cpp
03/23/2007 18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance
mechanism
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_for_vm.cpp
03/23/2007 18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance
mechanism
modified xli /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.def 03/23/2007
18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance mechanism
modified xli
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/gc/stop_the_world_root_set_enum.cpp
03/23/2007 18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance
mechanism
modified xli
/harmony/enhanced/drlvm/trunk/vm/vmcore/include/ref_enqueue_thread.h 03/23/2007
18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance mechanism
modified xli
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/ref_enqueue_thread.cpp
03/23/2007 18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance
mechanism
modified xli /harmony/enhanced/drlvm/trunk/vm/include/open/hythread_ext.h
03/23/2007 18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance
mechanism
modified xli /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp
03/23/2007 18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance
mechanism
modified xli /harmony/enhanced/drlvm/trunk/vm/include/open/gc.h 03/23/2007
18:07:36 Harmony-3485 DRLVM GCv5 reenable finalizer load balance mechanism