Skip to content
Success

Console Output

Started by user charlie.gracie@gmail.com
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on Linux&&UNB
Running on ub1604-x86-unb-02 in /home/jenkins/workspace/Test_Linux
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Get Sources)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/omr.git
 > git init /home/jenkins/workspace/Test_Linux # timeout=10
Fetching upstream changes from https://github.com/eclipse/omr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/omr.git
 > git fetch --tags --progress https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a07144466446b0835ad41526112221b5db383bca (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a07144466446b0835ad41526112221b5db383bca
Commit message: "Merge pull request #3048 from dnakamura/cmake_os"
 > git rev-list --no-walk a07144466446b0835ad41526112221b5db383bca # timeout=10
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
Output CCACHE stats before running and clear them
[Pipeline] sh
[Test_Linux] Running shell script
+ ccache -s -z
cache directory                     /home/jenkins//.ccache
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
files in cache                         0
cache size                             0 Kbytes
max cache size                       1.0 Gbytes
Statistics cleared
[Pipeline] dir
Running in /home/jenkins/workspace/Test_Linux/build
[Pipeline] {
[Pipeline] echo
Configure...
[Pipeline] sh
[build] Running shell script
+ cmake -Wdev -C../cmake/caches/Travis.cmake ..
loading initial cache file ../cmake/caches/Travis.cmake
-- Starting with CMake version 3.7.2
-- Found Git: /usr/bin/git (found version "2.15.0") 
-- The CXX compiler identification is GNU 4.8.5
-- The C compiler identification is GNU 4.8.5
-- Check for working CXX compiler: /usr/lib/ccache/c++
-- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/lib/ccache/cc
-- Check for working C compiler: /usr/lib/ccache/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- OMR: The CPU architecture is x86
-- OMR: The OS is linux
-- OMR: The tool configuration is gnu
-- OMR: The target data size is 64
-- The ASM compiler identification is GNU
-- Found assembler: /usr/lib/ccache/cc
-- Looking for clock_gettime
-- Looking for clock_gettime - found
CMake Warning at cmake/modules/OmrTracegen.cmake:32 (message):
  OMR: No trace root has been set.  Defaulting to
  '/home/jenkins/workspace/Test_Linux/build'
Call Stack (most recent call first):
  CMakeLists.txt:42 (include)


-- SRC = /home/jenkins/workspace/Test_Linux
-- Found LibElf: /usr/lib/x86_64-linux-gnu/libelf.so  
-- Found LibDwarf: /usr/lib/libdwarf.a  
-- Found Perl: /usr/bin/perl (found version "5.22.1") 
Creating static library for jitbuilder
jitbuilder_ROOT = /home/jenkins/workspace/Test_Linux/jitbuilder
-- Set SPP defines to PROD_WITH_ASSUMES;JITTEST;LINUX;_FILE_OFFSET_BITS=64;J9HAMMER;_AMD64_;UT_DIRECT_TRACE_REGISTRATION
-- Set SPP defines to PROD_WITH_ASSUMES;JITTEST;LINUX;_FILE_OFFSET_BITS=64;J9HAMMER;_AMD64_;UT_DIRECT_TRACE_REGISTRATION
Made jitbuilder into a compiler target,for jitbuilder.
Defines are PROD_WITH_ASSUMES;JITTEST and -DSUPPORTS_THREAD_LOCAL;-DLINUX;-DTR_HOST_X86;-DTR_TARGET_X86;-DTR_HOST_64BIT;-DTR_TARGET_64BIT, arch is x and amd64, compile options are -Wno-write-strings 
Creating static library for testcompiler
testcompiler_ROOT = /home/jenkins/workspace/Test_Linux/fvtest/compilertest
-- Set SPP defines to JITTEST;TEST_PROJECT_SPECIFIC;PROD_WITH_ASSUMES;LINUX;_FILE_OFFSET_BITS=64;J9HAMMER;_AMD64_;UT_DIRECT_TRACE_REGISTRATION
-- Set SPP defines to JITTEST;TEST_PROJECT_SPECIFIC;PROD_WITH_ASSUMES;LINUX;_FILE_OFFSET_BITS=64;J9HAMMER;_AMD64_;UT_DIRECT_TRACE_REGISTRATION
Made testcompiler into a compiler target,for testcompiler.
Defines are JITTEST;TEST_PROJECT_SPECIFIC;PROD_WITH_ASSUMES and -DSUPPORTS_THREAD_LOCAL;-DLINUX;-DTR_HOST_X86;-DTR_TARGET_X86;-DTR_HOST_64BIT;-DTR_TARGET_64BIT, arch is x and amd64, compile options are -Wno-write-strings 
Made testcompiler into a compiler target,for testcompiler.
Defines are JITTEST;TEST_PROJECT_SPECIFIC;PROD_WITH_ASSUMES and -DSUPPORTS_THREAD_LOCAL;-DLINUX;-DTR_HOST_X86;-DTR_TARGET_X86;-DTR_HOST_64BIT;-DTR_TARGET_64BIT, arch is x and amd64, compile options are -Wno-write-strings 
-- Found BISON: /usr/bin/bison (found version "3.0.4") 
-- Found FLEX: /usr/bin/flex (found version "2.6.0") 
Made tril into a compiler target,for jitbuilder.
Defines are PROD_WITH_ASSUMES;JITTEST and -DSUPPORTS_THREAD_LOCAL;-DLINUX;-DTR_HOST_X86;-DTR_TARGET_X86;-DTR_HOST_64BIT;-DTR_TARGET_64BIT, arch is  and , compile options are -Wno-write-strings 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jenkins/workspace/Test_Linux/build
[Pipeline] echo
Compile...
[Pipeline] sh
[build] Running shell script
+ make -j8
Scanning dependencies of target header_check
Scanning dependencies of target sltestlib
Scanning dependencies of target trace
Scanning dependencies of target pugixml
[  1%] Building C object fvtest/porttest/CMakeFiles/sltestlib.dir/sltestlib/sltest.c.o
-- SRC = /home/jenkins/workspace/Test_Linux/build
[  1%] Building CXX object third_party/pugixml-1.5/CMakeFiles/pugixml.dir/pugixml.cpp.o
[  1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/ArgParser.cpp.o
Scanning dependencies of target omrtestutil
Scanning dependencies of target invalidAgentMissingOnUnload
Scanning dependencies of target omr_ddr_ir
[  1%] Built target header_check
Scanning dependencies of target omrGtest
[  1%] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnUnload.dir/invalidAgentMissingOnUnload.c.o
[  2%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/printerrorhelper.cpp.o
[  2%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/ClassType.cpp.o
[  2%] Building CXX object fvtest/omrGtestGlue/CMakeFiles/omrGtest.dir/omrGtest.cpp.o
Scanning dependencies of target invalidAgentReturnError
[  2%] Building C object fvtest/rastest/CMakeFiles/invalidAgentReturnError.dir/invalidAgentReturnError.c.o
[  2%] Linking C shared library libsltestlib.so
[  2%] Linking C shared library libinvalidAgentReturnError.so
[  2%] Built target sltestlib
[  2%] Linking C shared library libinvalidAgentMissingOnUnload.so
[  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/CFileWriter.cpp.o
[  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/DATFileWriter.cpp.o
[  2%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/testvmhelper.cpp.o
[  2%] Built target invalidAgentReturnError
[  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileReader.cpp.o
[  2%] Built target invalidAgentMissingOnUnload
[  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileUtils.cpp.o
[  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/Port.cpp.o
Scanning dependencies of target invalidAgentMissingOnLoad
[  2%] Linking CXX static library libomrtestutil.a
[  2%] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnLoad.dir/invalidAgentMissingOnLoad.c.o
[  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/StringUtils.cpp.o
[  2%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/ClassUDT.cpp.o
[  2%] Built target omrtestutil
[  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TDFParser.cpp.o
Scanning dependencies of target sampleSubscriber
[  2%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/EnumMember.cpp.o
[  2%] Building C object fvtest/rastest/CMakeFiles/sampleSubscriber.dir/sampleSubscriber.c.o
[  2%] Linking C shared library libinvalidAgentMissingOnLoad.so
[  2%] Built target invalidAgentMissingOnLoad
[  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceGen.cpp.o
[  2%] Linking C shared library libsampleSubscriber.so
Scanning dependencies of target bindthreadagent
[  2%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/EnumUDT.cpp.o
[  2%] Built target sampleSubscriber
[  2%] Building C object fvtest/rastest/CMakeFiles/bindthreadagent.dir/bindthreadagent.c.o
[  3%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceHeaderWriter.cpp.o
[  3%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/Field.cpp.o
[  3%] Linking CXX shared library libbindthreadagent.so
[  3%] Linking CXX static library libtrace.a
Scanning dependencies of target memorycategoriesagent
[  3%] Building C object fvtest/rastest/CMakeFiles/memorycategoriesagent.dir/memorycategoriesagent.c.o
[  3%] Built target bindthreadagent
[  3%] Built target trace
Scanning dependencies of target traceagent
Scanning dependencies of target subscriberAgent
[  3%] Building C object fvtest/rastest/CMakeFiles/traceagent.dir/traceagent.c.o
[  3%] Building C object fvtest/rastest/CMakeFiles/subscriberAgent.dir/subscriberAgent.c.o
[  3%] Linking CXX shared library libmemorycategoriesagent.so
[  3%] Built target memorycategoriesagent
[  3%] Linking CXX shared library libsubscriberAgent.so
[  3%] Linking CXX shared library libtraceagent.so
Scanning dependencies of target subscriberAgentWithJ9thread
[  3%] Building C object fvtest/rastest/CMakeFiles/subscriberAgentWithJ9thread.dir/subscriberAgentWithJ9thread.c.o
[  3%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/Macro.cpp.o
[  3%] Built target subscriberAgent
[  3%] Built target traceagent
Scanning dependencies of target traceOptionAgent
Scanning dependencies of target cpuLoadAgent
[  3%] Building C object fvtest/rastest/CMakeFiles/cpuLoadAgent.dir/cpuLoadAgent.c.o
[  3%] Building C object fvtest/rastest/CMakeFiles/traceOptionAgent.dir/traceOptionAgent.c.o
[  3%] Linking CXX shared library libsubscriberAgentWithJ9thread.so
[  3%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/Members.cpp.o
[  3%] Built target subscriberAgentWithJ9thread
[  3%] Linking C shared library libtraceOptionAgent.so
[  3%] Generate /home/jenkins/workspace/Test_Linux/build/testcompilerName.cpp
[  3%] Linking CXX shared library libcpuLoadAgent.so
[  3%] Built target traceOptionAgent
[  3%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/Modifiers.cpp.o
Scanning dependencies of target tracemerge
[  3%] Building CXX object tools/tracemerge/CMakeFiles/tracemerge.dir/DATMerge.cpp.o
[  3%] Built target cpuLoadAgent
[  3%] Building CXX object tools/tracemerge/CMakeFiles/tracemerge.dir/main.cpp.o
[  4%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/NamespaceUDT.cpp.o
Scanning dependencies of target tracegen
[  4%] Building CXX object tools/tracegen/CMakeFiles/tracegen.dir/main.cpp.o
[  5%] Linking CXX executable tracemerge
[  5%] Linking CXX static library libpugixml.a
[  5%] Built target tracemerge
[  5%] Linking CXX executable tracegen
[  5%] Built target pugixml
Scanning dependencies of target traceNotStartedAgent
Scanning dependencies of target hookgen
[  5%] Building C object fvtest/rastest/CMakeFiles/traceNotStartedAgent.dir/traceNotStartedAgent.c.o
[  5%] Building CXX object tools/hookgen/CMakeFiles/hookgen.dir/HookGen.cpp.o
[  5%] Built target tracegen
[  5%] Building CXX object tools/hookgen/CMakeFiles/hookgen.dir/main.cpp.o
[  5%] Linking CXX shared library libtraceNotStartedAgent.so
Scanning dependencies of target trc_omr_test
[  5%] Generating ut_omr_test.c, ut_omr_test.h, ut_omr_test.pdat
[  5%] Linking CXX executable hookgen
[  5%] Built target traceNotStartedAgent
[  5%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/Symbol_IR.cpp.o
[  5%] Built target trc_omr_test
[  5%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/Type.cpp.o
Scanning dependencies of target trc_j9thr
[  5%] Generating ut_j9thr.c, ut_j9thr.h, ut_j9thr.pdat
[  5%] Built target trc_j9thr
[  5%] Built target hookgen
[  5%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/TypedefUDT.cpp.o
[  5%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/UDT.cpp.o
Scanning dependencies of target trc_omrport
[  5%] Generating ut_omrport.c, ut_omrport.h, ut_omrport.pdat
Scanning dependencies of target trc_avl
[  5%] Built target trc_omrport
[  5%] Building CXX object ddr/lib/ddr-ir/CMakeFiles/omr_ddr_ir.dir/UnionUDT.cpp.o
[  5%] Generating ut_avl.c, ut_avl.h, ut_avl.pdat
[  5%] Built target trc_avl
Scanning dependencies of target trc_hashtable
[  5%] Generating ut_hashtable.c, ut_hashtable.h, ut_hashtable.pdat
[  5%] Built target trc_hashtable
Scanning dependencies of target trc_j9hook
[  5%] Generating ut_j9hook.c, ut_j9hook.h, ut_j9hook.pdat
[  5%] Built target trc_j9hook
Scanning dependencies of target trc_j9utilcore
[  5%] Generating ut_j9utilcore.c, ut_j9utilcore.h, ut_j9utilcore.pdat
[  5%] Built target trc_j9utilcore
Scanning dependencies of target trc_pool
[  5%] Generating ut_pool.c, ut_pool.h, ut_pool.pdat
[  5%] Built target trc_pool
Scanning dependencies of target trc_omrti
[  5%] Generating ut_omrti.c, ut_omrti.h, ut_omrti.pdat
[  5%] Built target trc_omrti
Scanning dependencies of target trc_omrvm
Scanning dependencies of target trc_j9vgc
[  6%] Generating ut_omrvm.c, ut_omrvm.h, ut_omrvm.pdat
[  6%] Generating ut_j9vgc.c, ut_j9vgc.h, ut_j9vgc.pdat
[  6%] Built target trc_omrvm
[  6%] Built target trc_j9vgc
Scanning dependencies of target trc_omrmm
[  6%] Generating ut_omrmm.c, ut_omrmm.h, ut_omrmm.pdat
Scanning dependencies of target trc_j9mm
[  6%] Generating ut_j9mm.c, ut_j9mm.h, ut_j9mm.pdat
[  6%] Built target trc_omrmm
Scanning dependencies of target omrgc_hookgen
[  6%] Generating mmomrhook_internal.h, ../mmomrhook.h
[  6%] Built target trc_j9mm
1: /home/jenkins/workspace/Test_Linux/build/gc/omrmm.hdf[  6%] Generating mmprivatehook_internal.h, mmprivatehook.h
1: /home/jenkins/workspace/Test_Linux/build/gc/omrmmprivate.hdfScanning dependencies of target j9pool
[  6%] Built target omrgc_hookgen
[  6%] Building C object util/pool/CMakeFiles/j9pool.dir/pool.c.o
[  6%] Building C object util/pool/CMakeFiles/j9pool.dir/ut_pool.c.o
[  6%] Building C object util/pool/CMakeFiles/j9pool.dir/pool_cap.c.o
Scanning dependencies of target j9thr_obj
[  6%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/j9sem.c.o
Scanning dependencies of target j9avl
Scanning dependencies of target omrutil_obj
[  7%] Building C object util/avl/CMakeFiles/j9avl.dir/avlsup.c.o
[  7%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ut_j9utilcore.c.o
[  7%] Linking C static library libj9pool.a
[  7%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthread.c.o
[  7%] Building CXX object util/omrutil/CMakeFiles/omrutil_obj.dir/AtomicFunctions.cpp.o
[  7%] Building C object util/avl/CMakeFiles/j9avl.dir/ut_avl.c.o
[  8%] Built target j9pool
Scanning dependencies of target omrport_obj
Scanning dependencies of target j9hook_obj
[  8%] Building C object port/CMakeFiles/omrport_obj.dir/ut_omrport.c.o
[  8%] Building CXX object util/hookable/CMakeFiles/j9hook_obj.dir/hookable.cpp.o
[  8%] Linking C static library libj9avl.a
[  8%] Built target j9avl
[  9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/argscan.c.o
[  9%] Building C object port/CMakeFiles/omrport_obj.dir/unix/protect_helpers.c.o
Scanning dependencies of target omrgc_tracegen
[  9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/detectVMDirectory.c.o
[  9%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_j9mm.c.o
[  9%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetjobname.c.o
[  9%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_omrmm.c.o
[  9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/gettimebase.c.o
[  9%] Building C object util/hookable/CMakeFiles/j9hook_obj.dir/ut_j9hook.c.o
[  9%] Building C object gc/CMakeFiles/omrgc_tracegen.dir/ut_j9vgc.c.o
[  9%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/j9memclr.c.o
[  9%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetjobid.c.o
[  9%] Built target j9hook_obj
[  9%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrgetasid.c.o
[  9%] Built target omrgc_tracegen
[  9%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/omrthreadattr.c.o
[ 10%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrcpu.c.o
[ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/poolForPort.c.o
[ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreaderror.c.o
[ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/omrthreaddebug.c.o
[ 10%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrerror.c.o
[ 10%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrerrorhelpers.c.o
[ 10%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrexit.c.o
[ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/primeNumberHelper.c.o
[ 10%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadinspect.c.o
[ 10%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrfile.c.o
[ 10%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/ranking.c.o
Scanning dependencies of target run_tracegen
[ 10%] Built target run_tracegen
[ 11%] Building CXX object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadmem.cpp.o
[ 11%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrfiletext.c.o
Scanning dependencies of target omrcore
[ 11%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/spacesaving.c.o
[ 11%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Agent.cpp.o
[ 11%] Linking CXX static library libomrGtest.a
[ 11%] Building C object thread/CMakeFiles/j9thr_obj.dir/linux/omrthreadnuma.c.o
[ 11%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfilestream.c.o
[ 11%] Built target omrGtest
[ 11%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_MethodDictionary.cpp.o
[ 11%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/stricmp.c.o
[ 11%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadpriority.c.o
[ 11%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/threadhelp.c.o
[ 11%] Linking CXX static library libomr_ddr_ir.a
[ 11%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Profiler.cpp.o
[ 11%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfilestreamtext.c.o
[ 11%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadtls.c.o
[ 11%] Built target omr_ddr_ir
[ 11%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/thrname_core.c.o
Scanning dependencies of target testcompiler
[ 12%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/utf8decode.c.o
[ 12%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omriconvhelpers.c.o
[ 12%] Building C object thread/CMakeFiles/j9thr_obj.dir/linux/priority.c.o
[ 12%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/utf8encode.c.o
[ 12%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_Runtime.cpp.o
[ 12%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_TI.cpp.o
Scanning dependencies of target run_tracemerge
[ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrfile_blockingasync.c.o
[ 12%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_TIMemorySize.cpp.o
[ 12%] Generating tracemerge.stamp
[ 12%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/xlphelp.c.o
[ 12%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/thrcreate.c.o
[ 12%] Building CXX object thread/CMakeFiles/j9thr_obj.dir/common/threadhelpers.cpp.o
[ 12%] Built target run_tracemerge
[ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmem32helpers.c.o
[ 12%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/xml.c.o
[ 12%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_VM.cpp.o
Scanning dependencies of target omr_ddr_scanner
[ 12%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/testcompilerName.cpp.o
Scanning dependencies of target omr_ddr_macros
[ 12%] Building CXX object ddr/lib/ddr-scanner/CMakeFiles/omr_ddr_scanner.dir/Scanner.cpp.o
[ 12%] Building CXX object ddr/lib/ddr-macros/CMakeFiles/omr_ddr_macros.dir/MacroInfo.cpp.o
[ 12%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/thrprof.c.o
[ 12%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/thrdsup.c.o
[ 12%] Building CXX object omr/CMakeFiles/omrcore.dir/OMR_VMThread.cpp.o
[ 12%] Building C object util/omrutil/CMakeFiles/omrutil_obj.dir/__/__/example/glue/UtilGlue.c.o
[ 12%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrheap.c.o
[ 12%] Building CXX object ddr/lib/ddr-scanner/CMakeFiles/omr_ddr_scanner.dir/dwarf/DwarfFunctions.cpp.o
[ 12%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/rasthrsup.c.o
[ 12%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/rwmutex.c.o
[ 12%] Built target omrutil_obj
[ 12%] Building C object thread/CMakeFiles/j9thr_obj.dir/common/omrthreadjlm.c.o
[ 12%] Building C object omr/CMakeFiles/omrcore.dir/ut_omrti.c.o
[ 13%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrmem.c.o
[ 14%] Building C object omr/CMakeFiles/omrcore.dir/ut_omrvm.c.o
[ 14%] Building C object omr/CMakeFiles/omrcore.dir/__/example/glue/LanguageVMGlue.c.o
[ 15%] Building C object thread/CMakeFiles/j9thr_obj.dir/unix/unixpriority.c.o
[ 15%] Building C object thread/CMakeFiles/j9thr_obj.dir/ut_j9thr.c.o
[ 15%] Building CXX object omr/CMakeFiles/omrcore.dir/__/example/glue/omrExampleVM.cpp.o
[ 15%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemtag.c.o
[ 15%] Built target j9thr_obj
[ 16%] Building CXX object ddr/lib/ddr-scanner/CMakeFiles/omr_ddr_scanner.dir/dwarf/DwarfScanner.cpp.o
[ 16%] Building C object omr/CMakeFiles/omrcore.dir/__/example/glue/Profiling.c.o
[ 16%] Building CXX object ddr/lib/ddr-macros/CMakeFiles/omr_ddr_macros.dir/MacroTool.cpp.o
[ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/compile/Method.cpp.o
[ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/control/TestJit.cpp.o
[ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemcategories.c.o
[ 16%] Linking CXX static library libomrcore.a
[ 16%] Built target omrcore
[ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrport.c.o
[ 16%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrmmap.c.o
Scanning dependencies of target omrutil
[ 16%] Linking CXX static library libomrutil.a
[ 16%] Built target omrutil
[ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/j9nls.c.o
Scanning dependencies of target j9hashtable
[ 16%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/hash.c.o
[ 16%] Building C object port/CMakeFiles/omrport_obj.dir/unix/j9nlshelpers.c.o
[ 16%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/hashtable.c.o
[ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrosbacktrace.c.o
[ 16%] Building C object port/CMakeFiles/omrport_obj.dir/linux/omrosbacktrace_impl.c.o
[ 16%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrintrospect.c.o
[ 16%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/env/FrontEnd.cpp.o
[ 16%] Building C object util/hashtable/CMakeFiles/j9hashtable.dir/ut_hashtable.c.o
[ 16%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrintrospect_common.c.o
[ 16%] Linking CXX static library libj9hashtable.a
[ 16%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrosdump.c.o
[ 17%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrportcontrol.c.o
[ 17%] Built target j9hashtable
[ 17%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/ilgen/IlInjector.cpp.o
Scanning dependencies of target j9thrstatic
[ 17%] Linking CXX static library libj9thrstatic.a
[ 17%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrportptb.c.o
[ 17%] Built target j9thrstatic
[ 18%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/ilgen/TestIlGeneratorMethodDetails.cpp.o
[ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsignal.c.o
[ 18%] Building C object port/CMakeFiles/omrport_obj.dir/linuxamd64/omrsignal_context.c.o
[ 18%] Linking CXX static library libomr_ddr_macros.a
[ 18%] Built target omr_ddr_macros
Scanning dependencies of target omrsig
[ 18%] Building CXX object omrsigcompat/CMakeFiles/omrsig.dir/omrsig.cpp.o
[ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsl.c.o
[ 18%] Linking CXX shared library libomrsig.so
[ 18%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrstr.c.o
[ 18%] Built target omrsig
[ 18%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/runtime/TestCodeCacheManager.cpp.o
Scanning dependencies of target omrutiltest
[ 18%] Building CXX object fvtest/utiltest/CMakeFiles/omrutiltest.dir/main.cpp.o
[ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsysinfo.c.o
[ 18%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/x/codegen/Evaluator.cpp.o
[ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrsyslog.c.o
[ 18%] Linking CXX static library libomr_ddr_scanner.a
[ 18%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRAheadOfTimeCompile.cpp.o
[ 18%] Built target omr_ddr_scanner
[ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrtime.c.o
Scanning dependencies of target omrtrace
[ 18%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceapi.cpp.o
[ 18%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrtlshelpers.c.o
[ 18%] Building C object port/CMakeFiles/omrport_obj.dir/unix/omrtty.c.o
[ 18%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracecomponent.cpp.o
[ 19%] Building C object port/CMakeFiles/omrport_obj.dir/linux/omrvmem.c.o
[ 19%] Linking CXX executable omrutiltest
[ 19%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/Analyser.cpp.o
[ 19%] Building C object port/CMakeFiles/omrport_obj.dir/common/omrmemtag_checks.c.o
[ 19%] Building C object port/CMakeFiles/omrport_obj.dir/linux/omrosdump_helpers.c.o
[ 19%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceformatter.cpp.o
[ 19%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenPrep.cpp.o
[ 19%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracelog.cpp.o
[ 19%] Built target omrutiltest
[ 19%] Built target omrport_obj
[ 19%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenGC.cpp.o
Scanning dependencies of target omr_ddr_blobgen
In file included from /home/jenkins/workspace/Test_Linux/compiler/infra/List.hpp:27:0,
                 from /home/jenkins/workspace/Test_Linux/compiler/codegen/FrontEnd.hpp:38,
                 from /home/jenkins/workspace/Test_Linux/compiler/codegen/OMRCodeGenerator.hpp:39,
                 from /home/jenkins/workspace/Test_Linux/compiler/x/codegen/OMRCodeGenerator.hpp:34,
                 from /home/jenkins/workspace/Test_Linux/compiler/x/amd64/codegen/OMRCodeGenerator.hpp:36,
                 from /home/jenkins/workspace/Test_Linux/fvtest/compilertest/codegen/TestCodeGenerator.hpp:35,
                 from /home/jenkins/workspace/Test_Linux/fvtest/compilertest/codegen/CodeGenerator.hpp:25,
                 from /home/jenkins/workspace/Test_Linux/fvtest/compilertest/ilgen/IlInjector.cpp:24:
/home/jenkins/workspace/Test_Linux/compiler/env/TRMemory.hpp:798:0: warning: "TR_ALLOC" redefined [enabled by default]
 #define TR_ALLOC(a) \
 ^
In file included from /home/jenkins/workspace/Test_Linux/fvtest/compilertest/ilgen/IlInjector.hpp:30:0,
                 from /home/jenkins/workspace/Test_Linux/fvtest/compilertest/ilgen/IlInjector.cpp:22:
/home/jenkins/workspace/Test_Linux/compiler/ilgen/IlInjector.hpp:56:0: note: this is the location of the previous definition
 #define TR_ALLOC(x)
 ^
[ 20%] Building CXX object ddr/lib/ddr-blobgen/CMakeFiles/omr_ddr_blobgen.dir/java/genBinaryBlob.cpp.o
[ 20%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/CodeGenRA.cpp.o
Scanning dependencies of target omrport
[ 20%] Linking CXX static library libomrport.a
[ 20%] Built target omrport
[ 20%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracemain.cpp.o
Scanning dependencies of target j9hookstatic
[ 20%] Linking CXX static library libj9hookstatic.a
[ 20%] Built target j9hookstatic
[ 20%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracemisc.cpp.o
[ 20%] Generate /home/jenkins/workspace/Test_Linux/build/jitbuilderName.cpp
[ 20%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtraceoptions.cpp.o
[ 20%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracepublish.cpp.o
[ 20%] Building CXX object ddr/lib/ddr-blobgen/CMakeFiles/omr_ddr_blobgen.dir/java/genBlobJava.cpp.o
[ 20%] Building CXX object omrtrace/CMakeFiles/omrtrace.dir/omrtracewrappers.cpp.o
[ 21%] Linking CXX static library libomrtrace.a
[ 21%] Built target omrtrace
[ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/FrontEnd.cpp.o
[ 21%] Building CXX object ddr/lib/ddr-blobgen/CMakeFiles/omr_ddr_blobgen.dir/java/genSuperset.cpp.o
Scanning dependencies of target omrporttest
[ 21%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/fileTest.cpp.o
[ 21%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/heapTest.cpp.o
[ 21%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrportTest.cpp.o
[ 21%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/main.cpp.o
[ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRGCRegisterMap.cpp.o
[ 21%] Linking CXX static library libomr_ddr_blobgen.a
[ 21%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/memTest.cpp.o
[ 21%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrdumpTest.cpp.o
[ 21%] Built target omr_ddr_blobgen
[ 21%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrerrorTest.cpp.o
Scanning dependencies of target jitbuilder
[ 21%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/jitbuilderName.cpp.o
Scanning dependencies of target omr_blob_reader
[ 21%] Building CXX object ddr/tools/blob_reader/CMakeFiles/omr_blob_reader.dir/blob_reader.cpp.o
[ 21%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/env/FrontEnd.cpp.o
[ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRGCStackAtlas.cpp.o
Scanning dependencies of target omr_ddrgen
[ 21%] Building CXX object ddr/tools/ddrgen/CMakeFiles/omr_ddrgen.dir/ddrgen.cpp.o
[ 21%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/compile/Method.cpp.o
[ 21%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrfileTest.cpp.o
[ 21%] Linking CXX executable omr_blob_reader
[ 21%] Linking CXX executable omr_ddrgen
[ 21%] Built target omr_blob_reader
[ 21%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRLinkage.cpp.o
[ 21%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrfilestreamTest.cpp.o
Scanning dependencies of target omrgc
[ 21%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AddressOrderedListPopulator.cpp.o
[ 21%] Built target omr_ddrgen
[ 22%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrheapTest.cpp.o
[ 22%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AllocationContext.cpp.o
[ 22%] Building CXX object gc/CMakeFiles/omrgc.dir/base/AllocationInterfaceGeneric.cpp.o
[ 22%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/control/Jit.cpp.o
[ 22%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrintrospectTest.cpp.o
[ 22%] Building CXX object gc/CMakeFiles/omrgc.dir/base/BaseVirtual.cpp.o
[ 22%] Building CXX object gc/CMakeFiles/omrgc.dir/base/BumpAllocatedListPopulator.cpp.o
[ 22%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrmemTest.cpp.o
[ 22%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/ilgen/JBIlGeneratorMethodDetails.cpp.o
[ 22%] Building CXX object gc/CMakeFiles/omrgc.dir/base/CardTable.cpp.o
[ 22%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/optimizer/JBOptimizer.cpp.o
[ 23%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/LiveRegister.cpp.o
[ 23%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Collector.cpp.o
[ 23%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/runtime/JBCodeCacheManager.cpp.o
[ 24%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Configuration.cpp.o
[ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrmmapTest.cpp.o
[ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsignalExtendedTest.cpp.o
[ 24%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Dispatcher.cpp.o
[ 24%] Building CXX object gc/CMakeFiles/omrgc.dir/base/EmptyListPopulator.cpp.o
[ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrsignalTest.cpp.o
[ 24%] Building CXX object gc/CMakeFiles/omrgc.dir/base/EnvironmentBase.cpp.o
[ 24%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrslTest.cpp.o
[ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/x/codegen/Evaluator.cpp.o
[ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrstrTest.cpp.o
[ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrtimeTest.cpp.o
[ 25%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Forge.cpp.o
[ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRAheadOfTimeCompile.cpp.o
[ 25%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GCCode.cpp.o
[ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OutOfLineCodeSection.cpp.o
[ 25%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GCExtensionsBase.cpp.o
[ 25%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GlobalAllocationManager.cpp.o
[ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/Analyser.cpp.o
[ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrttyExtendedTest.cpp.o
[ 25%] Building CXX object gc/CMakeFiles/omrgc.dir/base/GlobalCollector.cpp.o
[ 25%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrttyTest.cpp.o
[ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenPrep.cpp.o
[ 25%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Heap.cpp.o
[ 25%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenGC.cpp.o
[ 25%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMap.cpp.o
[ 25%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/Relocation.cpp.o
[ 26%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMapIterator.cpp.o
[ 26%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/omrvmemTest.cpp.o
[ 26%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapMemorySubSpaceIterator.cpp.o
[ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/si.cpp.o
[ 27%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionDescriptor.cpp.o
[ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/si_numcpusTest.cpp.o
[ 27%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionIterator.cpp.o
[ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/CodeGenRA.cpp.o
[ 27%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionManager.cpp.o
[ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/FrontEnd.cpp.o
[ 27%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapRegionManagerTarok.cpp.o
[ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRGCRegisterMap.cpp.o
[ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/testHelpers.cpp.o
[ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRGCStackAtlas.cpp.o
[ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/testProcessHelpers.cpp.o
[ 27%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapVirtualMemory.cpp.o
[ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/vmemTest.cpp.o
[ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/ScratchRegisterManager.cpp.o
[ 27%] Building CXX object gc/CMakeFiles/omrgc.dir/base/LightweightNonReentrantLock.cpp.o
[ 27%] Building CXX object gc/CMakeFiles/omrgc.dir/base/LightweightNonReentrantReaderWriterLock.cpp.o
[ 27%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkedObjectPopulator.cpp.o
[ 27%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRLinkage.cpp.o
[ 27%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkingScheme.cpp.o
[ 27%] Building CXX object fvtest/porttest/CMakeFiles/omrporttest.dir/__/__/util/main_function/main_function.cpp.o
[ 27%] Linking CXX executable omrporttest
[ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/StorageInfo.cpp.o
[ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRTreeEvaluator.cpp.o
[ 27%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkMap.cpp.o
[ 27%] Built target omrporttest
[ 27%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/PreInstructionSelection.cpp.o
[ 28%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MarkMapSegmentChunkIterator.cpp.o
[ 28%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MasterGCThread.cpp.o
[ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/NodeEvaluation.cpp.o
[ 28%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Math.cpp.o
[ 28%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryManager.cpp.o
[ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/LiveRegister.cpp.o
[ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRSnippet.cpp.o
[ 28%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPool.cpp.o
[ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRUnresolvedDataSnippet.cpp.o
[ 28%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolAddressOrderedList.cpp.o
[ 28%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OutOfLineCodeSection.cpp.o
[ 28%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolAddressOrderedListBase.cpp.o
[ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRSnippetGCMap.cpp.o
[ 28%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolBumpPointer.cpp.o
[ 28%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRCodeGenerator.cpp.o
[ 28%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolHybrid.cpp.o
[ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/Relocation.cpp.o
[ 29%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolLargeObjects.cpp.o
[ 29%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/ScratchRegisterManager.cpp.o
[ 29%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolSplitAddressOrderedList.cpp.o
[ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRCodeGenPhase.cpp.o
[ 30%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemoryPoolSplitAddressOrderedListBase.cpp.o
[ 30%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRMemoryReference.cpp.o
[ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySpace.cpp.o
[ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRMachine.cpp.o
[ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/StorageInfo.cpp.o
[ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpace.cpp.o
[ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRTreeEvaluator.cpp.o
[ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceChildIterator.cpp.o
[ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegister.cpp.o
[ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceFlat.cpp.o
[ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRealRegister.cpp.o
[ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceGeneric.cpp.o
[ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpacePoolIterator.cpp.o
[ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/PreInstructionSelection.cpp.o
[ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceRegionIterator.cpp.o
[ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/NodeEvaluation.cpp.o
[ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceUniSpace.cpp.o
[ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRRegisterPair.cpp.o
[ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRSnippet.cpp.o
[ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ModronAssertions.cpp.o
[ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRInstruction.cpp.o
[ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/NUMAManager.cpp.o
[ 31%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/ELFGenerator.cpp.o
[ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/NonVirtualMemory.cpp.o
[ 31%] Building CXX object gc/CMakeFiles/omrgc.dir/base/OMRVMInterface.cpp.o
[ 31%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRUnresolvedDataSnippet.cpp.o
[ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/OMRVMThreadInterface.cpp.o
[ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectAllocationInterface.cpp.o
[ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/codegen/OMRELFRelocationResolver.cpp.o
[ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRSnippetGCMap.cpp.o
[ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectHeapBufferedIterator.cpp.o
[ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OSRData.cpp.o
[ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ObjectHeapIteratorAddressOrderedList.cpp.o
[ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRCodeGenerator.cpp.o
[ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/Method.cpp.o
[ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRCodeGenPhase.cpp.o
[ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Packet.cpp.o
[ 32%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRMemoryReference.cpp.o
[ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PacketList.cpp.o
[ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelDispatcher.cpp.o
[ 32%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/VirtualGuard.cpp.o
[ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelHeapWalker.cpp.o
[ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelObjectHeapIterator.cpp.o
[ 32%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelMarkTask.cpp.o
[ 33%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRSymbolReferenceTable.cpp.o
[ 34%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRMachine.cpp.o
[ 34%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRAliasBuilder.cpp.o
[ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ParallelTask.cpp.o
[ 34%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArena.cpp.o
[ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArenaRegionBased.cpp.o
[ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/OMRCompilation.cpp.o
[ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalArenaVirtualMemory.cpp.o
[ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegister.cpp.o
[ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArena.cpp.o
[ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRealRegister.cpp.o
[ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/compile/TLSCompilationManager.cpp.o
[ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMROptions.cpp.o
[ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaRegionBased.cpp.o
[ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRRegisterPair.cpp.o
[ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaVirtualMemory.cpp.o
[ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/PhysicalSubArenaVirtualMemoryFlat.cpp.o
[ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRInstruction.cpp.o
[ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/ReferenceChainWalkerMarkMap.cpp.o
[ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OptimizationPlan.cpp.o
[ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/RegionPool.cpp.o
[ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/ELFGenerator.cpp.o
[ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/RegionPoolGeneric.cpp.o
[ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/codegen/OMRELFRelocationResolver.cpp.o
[ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/StartupManager.cpp.o
[ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/OMRRecompilation.cpp.o
[ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/CompilationController.cpp.o
[ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepHeapSectioning.cpp.o
[ 35%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/control/CompileMethod.cpp.o
[ 35%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManager.cpp.o
[ 35%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OSRData.cpp.o
[ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerAddressOrderedList.cpp.o
In file included from /home/jenkins/workspace/Test_Linux/compiler/compile/OMRCompilation.cpp:52:0:
/home/jenkins/workspace/Test_Linux/compiler/env/CompileTimeProfiler.hpp: In constructor ‘TR::CompileTimeProfiler::CompileTimeProfiler(TR::Compilation*, const char*)’:
/home/jenkins/workspace/Test_Linux/compiler/env/CompileTimeProfiler.hpp:82:61: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat=]
          snprintf(tidstr, sizeof(tidstr), "%d", syscall(SYS_gettid));
                                                             ^
/home/jenkins/workspace/Test_Linux/compiler/env/CompileTimeProfiler.hpp:82:61: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat=]
[ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/Method.cpp.o
[ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerAddressOrderedListBase.cpp.o
[ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/ExceptionTable.cpp.o
[ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRCPU.cpp.o
[ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerHybrid.cpp.o
[ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/VirtualGuard.cpp.o
[ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolManagerSplitAddressOrderedList.cpp.o
[ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRSymbolReferenceTable.cpp.o
[ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/SweepPoolState.cpp.o
[ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/TLHAllocationInterface.cpp.o
[ 36%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRAliasBuilder.cpp.o
[ 36%] Building CXX object gc/CMakeFiles/omrgc.dir/base/TLHAllocationSupport.cpp.o
[ 36%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRObjectModel.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/control/CompileMethod.cpp: In function ‘void writePerfToolEntry(void*, uint32_t, const char*)’:
/home/jenkins/workspace/Test_Linux/compiler/control/CompileMethod.cpp:83:100: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘pid_t {aka int}’ [-Wformat=]
       int numCharsWritten = snprintf(perfFilename, maxPerfFilenameSize, "/tmp/perf-%ld.map", jvmPid);
                                                                                                    ^
/home/jenkins/workspace/Test_Linux/compiler/control/CompileMethod.cpp:83:100: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘pid_t {aka int}’ [-Wformat=]
[ 37%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/OMRCompilation.cpp.o
[ 37%] Building CXX object gc/CMakeFiles/omrgc.dir/base/Task.cpp.o
[ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRArithEnv.cpp.o
[ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/VirtualMemory.cpp.o
[ 38%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/compile/TLSCompilationManager.cpp.o
[ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkPacketOverflow.cpp.o
[ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkPackets.cpp.o
[ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRClassEnv.cpp.o
[ 38%] Building CXX object gc/CMakeFiles/omrgc.dir/base/WorkStack.cpp.o
[ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRDebugEnv.cpp.o
[ 38%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRVMEnv.cpp.o
[ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/gcspinlock.cpp.o
[ 39%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMROptions.cpp.o
[ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/gcutils.cpp.o
[ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/base/modronapicore.cpp.o
[ 39%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SegmentAllocator.cpp.o
[ 39%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SegmentProvider.cpp.o
[ 39%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OptimizationPlan.cpp.o
[ 39%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/OMRRecompilation.cpp.o
[ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/mminitcore.cpp.o
[ 39%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/CompilationController.cpp.o
[ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/omrgcalloc.cpp.o
[ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/startup/omrgcstartup.cpp.o
[ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/AllocationStats.cpp.o
[ 39%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/control/CompileMethod.cpp.o
[ 39%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/ExceptionTable.cpp.o
[ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/CardCleaningStats.cpp.o
[ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ClassUnloadStats.cpp.o
[ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/HeapResizeStats.cpp.o
[ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/LargeObjectAllocateStats.cpp.o
[ 39%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/SystemSegmentProvider.cpp.o
[ 39%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/DebugSegmentProvider.cpp.o
[ 39%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/MarkStats.cpp.o
[ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/MetronomeStats.cpp.o
In file included from /home/jenkins/workspace/Test_Linux/compiler/compile/OMRCompilation.cpp:52:0:
/home/jenkins/workspace/Test_Linux/compiler/env/CompileTimeProfiler.hpp: In constructor ‘TR::CompileTimeProfiler::CompileTimeProfiler(TR::Compilation*, const char*)’:
/home/jenkins/workspace/Test_Linux/compiler/env/CompileTimeProfiler.hpp:82:61: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat=]
          snprintf(tidstr, sizeof(tidstr), "%d", syscall(SYS_gettid));
                                                             ^
/home/jenkins/workspace/Test_Linux/compiler/env/CompileTimeProfiler.hpp:82:61: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat=]
[ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/RootScannerStats.cpp.o
[ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/Region.cpp.o
[ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ScavengerStats.cpp.o
[ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/SweepStats.cpp.o
[ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/StackMemoryRegion.cpp.o
[ 40%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRPersistentInfo.cpp.o
[ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRCPU.cpp.o
[ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRObjectModel.cpp.o
[ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/ForwardedHeader.cpp.o
[ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/HashTableIterator.cpp.o
[ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/OMRVMThreadListIterator.cpp.o
[ 40%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/PoolIterator.cpp.o
[ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRArithEnv.cpp.o
[ 40%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRClassEnv.cpp.o
[ 41%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRDebugEnv.cpp.o
[ 41%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRVMEnv.cpp.o
[ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistFragment.cpp.o
[ 41%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistIterator.cpp.o
[ 41%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/TRMemory.cpp.o
[ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/TRPersistentMemory.cpp.o
[ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/VerboseLog.cpp.o
[ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistPool.cpp.o
[ 42%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistPuddle.cpp.o
[ 42%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/FEBase.cpp.o
[ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/structs/SublistSlotIterator.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/control/CompileMethod.cpp: In function ‘void writePerfToolEntry(void*, uint32_t, const char*)’:
/home/jenkins/workspace/Test_Linux/compiler/control/CompileMethod.cpp:83:100: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘pid_t {aka int}’ [-Wformat=]
       int numCharsWritten = snprintf(perfFilename, maxPerfFilenameSize, "/tmp/perf-%ld.map", jvmPid);
                                                                                                    ^
/home/jenkins/workspace/Test_Linux/compiler/control/CompileMethod.cpp:83:100: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘pid_t {aka int}’ [-Wformat=]
[ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseBuffer.cpp.o
[ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SegmentAllocator.cpp.o
[ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseHandlerOutput.cpp.o
[ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SegmentProvider.cpp.o
[ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseManager.cpp.o
[ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/SystemSegmentProvider.cpp.o
[ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriter.cpp.o
[ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterChain.cpp.o
[ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/JitConfig.cpp.o
[ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRIO.cpp.o
[ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLogging.cpp.o
[ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/DebugSegmentProvider.cpp.o
[ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLoggingBuffered.cpp.o
[ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterFileLoggingSynchronous.cpp.o
[ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRKnownObjectTable.cpp.o
[ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/Globals.cpp.o
[ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/Region.cpp.o
[ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/OMRCompilerEnv.cpp.o
[ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/env/PersistentAllocator.cpp.o
[ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterHook.cpp.o
[ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/VerboseWriterStreamOutput.cpp.o
[ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/StackMemoryRegion.cpp.o
[ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRPersistentInfo.cpp.o
[ 43%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/TRMemory.cpp.o
[ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/symbol/OMRSymbol.cpp.o
[ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/symbol/OMRAutomaticSymbol.cpp.o
[ 43%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/symbol/OMRLabelSymbol.cpp.o
[ 43%] Building CXX object gc/CMakeFiles/omrgc.dir/verbose/handler_standard/VerboseHandlerOutputStandard.cpp.o
[ 44%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationFlat.cpp.o
[ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/symbol/OMRMethodSymbol.cpp.o
[ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationStandard.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:238:92: warning: invalid access to non-static data member ‘TR::JitConfig::options’  of NULL object [-Winvalid-offsetof]
     TR::Options::set32BitNumericInJitConfig, offsetof(OMR::FrontEnd::JitConfig, options.codeCacheKB), 0, " %d (KB)"},
                                                                                            ^
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:238:92: warning: (perhaps the ‘offsetof’ macro was used incorrectly) [-Winvalid-offsetof]
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:244:69: warning: invalid access to non-static data member ‘TR::JitConfig::options’  of NULL object [-Winvalid-offsetof]
     TR::Options::setVerboseBits, offsetof(TR::JitConfig, options.verboseFlags), (1<<TR_VerboseCompileStart)|(1<<TR_VerboseCompileEnd), "F=1"},
                                                                     ^
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:244:69: warning: (perhaps the ‘offsetof’ macro was used incorrectly) [-Winvalid-offsetof]
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:246:69: warning: invalid access to non-static data member ‘TR::JitConfig::options’  of NULL object [-Winvalid-offsetof]
     TR::Options::setVerboseBits, offsetof(TR::JitConfig, options.verboseFlags), 0, "F"},
                                                                     ^
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:246:69: warning: (perhaps the ‘offsetof’ macro was used incorrectly) [-Winvalid-offsetof]
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:249:75: warning: invalid access to non-static data member ‘TR::JitConfig::options’  of NULL object [-Winvalid-offsetof]
     TR::Options::setStringInJitConfig, offsetof(TR::JitConfig, options.vLogFileName), 0, "P%s"},
                                                                           ^
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:249:75: warning: (perhaps the ‘offsetof’ macro was used incorrectly) [-Winvalid-offsetof]
[ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheChunk.cpp.o
[ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/symbol/OMRParameterSymbol.cpp.o
[ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheChunkInHeap.cpp.o
[ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/EnvironmentStandard.cpp.o
[ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/symbol/OMRRegisterMappedSymbol.cpp.o
[ 45%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapMemoryPoolIterator.cpp.o
[ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/symbol/OMRResolvedMethodSymbol.cpp.o
[ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/TRPersistentMemory.cpp.o
[ 45%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/symbol/OMRStaticSymbol.cpp.o
[ 45%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/VerboseLog.cpp.o
[ 46%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/FEBase.cpp.o
[ 46%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/JitConfig.cpp.o
[ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapRegionDescriptorStandard.cpp.o
[ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapRegionManagerStandard.cpp.o
[ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/HeapWalker.cpp.o
[ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/OverflowStandard.cpp.o
[ 46%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/Aliases.cpp.o
[ 46%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRBlock.cpp.o
[ 46%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelGlobalGC.cpp.o
[ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelSweepScheme.cpp.o
[ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/SweepHeapSectioningSegmented.cpp.o
[ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsStandard.cpp.o
[ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRIO.cpp.o
[ 47%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRKnownObjectTable.cpp.o
[ 47%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRDataTypes.cpp.o
[ 47%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRIL.cpp.o
[ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCardTable.cpp.o
[ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCardTableForWC.cpp.o
[ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentClearNewMarkBitsTask.cpp.o
[ 47%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRILOps.cpp.o
[ 47%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRNode.cpp.o
[ 47%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentCompleteTracingTask.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:238:92: warning: invalid access to non-static data member ‘TR::JitConfig::options’  of NULL object [-Winvalid-offsetof]
     TR::Options::set32BitNumericInJitConfig, offsetof(OMR::FrontEnd::JitConfig, options.codeCacheKB), 0, " %d (KB)"},
                                                                                            ^
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:238:92: warning: (perhaps the ‘offsetof’ macro was used incorrectly) [-Winvalid-offsetof]
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:244:69: warning: invalid access to non-static data member ‘TR::JitConfig::options’  of NULL object [-Winvalid-offsetof]
     TR::Options::setVerboseBits, offsetof(TR::JitConfig, options.verboseFlags), (1<<TR_VerboseCompileStart)|(1<<TR_VerboseCompileEnd), "F=1"},
                                                                     ^
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:244:69: warning: (perhaps the ‘offsetof’ macro was used incorrectly) [-Winvalid-offsetof]
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:246:69: warning: invalid access to non-static data member ‘TR::JitConfig::options’  of NULL object [-Winvalid-offsetof]
     TR::Options::setVerboseBits, offsetof(TR::JitConfig, options.verboseFlags), 0, "F"},
                                                                     ^
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:246:69: warning: (perhaps the ‘offsetof’ macro was used incorrectly) [-Winvalid-offsetof]
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:249:75: warning: invalid access to non-static data member ‘TR::JitConfig::options’  of NULL object [-Winvalid-offsetof]
     TR::Options::setStringInJitConfig, offsetof(TR::JitConfig, options.vLogFileName), 0, "P%s"},
                                                                           ^
/home/jenkins/workspace/Test_Linux/compiler/env/FEBase.cpp:249:75: warning: (perhaps the ‘offsetof’ macro was used incorrectly) [-Winvalid-offsetof]
[ 48%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRSymbolReference.cpp.o
[ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentFinalCleanCardsTask.cpp.o
[ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGC.cpp.o
[ 48%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/OMRTreeTop.cpp.o
[ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGCIncrementalUpdate.cpp.o
[ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/Globals.cpp.o
[ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/OMRCompilerEnv.cpp.o
[ 48%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/NodePool.cpp.o
[ 48%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/il/NodeUtils.cpp.o
[ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/env/PersistentAllocator.cpp.o
[ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/symbol/OMRSymbol.cpp.o
[ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentGCSATB.cpp.o
[ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/symbol/OMRAutomaticSymbol.cpp.o
[ 48%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/symbol/OMRLabelSymbol.cpp.o
[ 48%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentOverflow.cpp.o
[ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentPrepareCardTableTask.cpp.o
[ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentSafepointCallback.cpp.o
[ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/RememberedSetSATB.cpp.o
[ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/IlGenRequest.cpp.o
[ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsConcurrent.cpp.o
[ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/WorkPacketsSATB.cpp.o
[ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ConcurrentGCStats.cpp.o
[ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConcurrentScanRememberedSetTask.cpp.o
[ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/symbol/OMRMethodSymbol.cpp.o
[ 49%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/symbol/OMRParameterSymbol.cpp.o
[ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/IlInjector.cpp.o
[ 49%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRBytecodeBuilder.cpp.o
[ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/HeapSplit.cpp.o
[ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceGenerational.cpp.o
[ 49%] Building CXX object gc/CMakeFiles/omrgc.dir/base/MemorySubSpaceSemiSpace.cpp.o
[ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/symbol/OMRRegisterMappedSymbol.cpp.o
[ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ConfigurationGenerational.cpp.o
[ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/symbol/OMRResolvedMethodSymbol.cpp.o
[ 50%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/symbol/OMRStaticSymbol.cpp.o
[ 50%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/CopyScanCacheList.cpp.o
[ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/ParallelScavengeTask.cpp.o
[ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/PhysicalSubArenaVirtualMemorySemiSpace.cpp.o
[ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/RSOverflow.cpp.o
[ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlBuilder.cpp.o
[ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlType.cpp.o
[ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRIlValue.cpp.o
[ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/standard/Scavenger.cpp.o
[ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/stats/ScavengerCopyScanRatio.cpp.o
[ 51%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/AllocationContextSegregated.cpp.o
[ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRMethodBuilder.cpp.o
[ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/Aliases.cpp.o
[ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRBlock.cpp.o
[ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRDataTypes.cpp.o
[ 51%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRThunkBuilder.cpp.o
[ 51%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRIL.cpp.o
[ 52%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRTypeDictionary.cpp.o
[ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/ConfigurationSegregated.cpp.o
[ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/GlobalAllocationManagerSegregated.cpp.o
[ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/HeapRegionDescriptorSegregated.cpp.o
[ 52%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRILOps.cpp.o
[ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/LockingFreeHeapRegionList.cpp.o
[ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/LockingHeapRegionQueue.cpp.o
[ 52%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineOperandArray.cpp.o
[ 52%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemoryPoolAggregatedCellList.cpp.o
[ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemoryPoolSegregated.cpp.o
[ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/MemorySubSpaceSegregated.cpp.o
[ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/ObjectHeapIteratorSegregated.cpp.o
[ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineOperandStack.cpp.o
[ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineRegister.cpp.o
[ 53%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ilgen/OMRVirtualMachineState.cpp.o
[ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/OverflowSegregated.cpp.o
[ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/RegionPoolSegregated.cpp.o
[ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRNode.cpp.o
[ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRSymbolReference.cpp.o
[ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedAllocationInterface.cpp.o
[ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedAllocationTracker.cpp.o
[ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedGC.cpp.o
[ 53%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedListPopulator.cpp.o
[ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRTreeTop.cpp.o
[ 53%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/NodePool.cpp.o
[ 54%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/NodeUtils.cpp.o
[ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedMarkingScheme.cpp.o
[ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SegregatedSweepTask.cpp.o
[ 54%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Assert.cpp.o
[ 54%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SizeClasses.cpp.o
[ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/SweepSchemeSegregated.cpp.o
[ 55%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/BitVector.cpp.o
[ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/base/segregated/WorkPacketsSegregated.cpp.o
[ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/CollectorLanguageInterfaceImpl.cpp.o
[ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/IlGenRequest.cpp.o
[ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/CompactSchemeFixupObject.cpp.o
[ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ConcurrentMarkingDelegate.cpp.o
[ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/IlInjector.cpp.o
[ 55%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Checklist.cpp.o
[ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/EnvironmentDelegate.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/infra/Assert.cpp: In function ‘void TR::fatal_assertion(const char*, int, const char*, const char*, ...)’:
/home/jenkins/workspace/Test_Linux/compiler/infra/Assert.cpp:171:7: warning: ‘noreturn’ function does return [enabled by default]
       }
       ^
[ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/FrequentObjectsStats.cpp.o
[ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/GlobalCollectorDelegate.cpp.o
[ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/MarkingDelegate.cpp.o
[ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRBytecodeBuilder.cpp.o
[ 55%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/HashTab.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/infra/BitVector.cpp: In member function ‘const char* TR_BitVector::getHexString()’:
/home/jenkins/workspace/Test_Linux/compiler/infra/BitVector.cpp:201:54: warning: format ‘%llX’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘chunk_t {aka unsigned int}’ [-Wformat=]
       sprintf(pos, "%0*llX", chunk_hexlen, _chunks[i]);
                                                      ^
[ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlBuilder.cpp.o
[ 55%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlType.cpp.o
[ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ObjectIterator.cpp.o
[ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/ObjectModelDelegate.cpp.o
[ 55%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/StartupManagerImpl.cpp.o
[ 56%] Building CXX object gc/CMakeFiles/omrgc.dir/__/example/glue/VerboseManagerImpl.cpp.o
[ 56%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlValue.cpp.o
[ 56%] Linking CXX static library libomrgc.a
[ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/IGBase.cpp.o
[ 56%] Built target omrgc
[ 56%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/IGNode.cpp.o
[ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/InterferenceGraph.cpp.o
Scanning dependencies of target omrvmstartup
[ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/ILWalk.cpp.o
[ 57%] Building CXX object omr/startup/CMakeFiles/omrvmstartup.dir/omrvmstartup.cpp.o
[ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRMonitor.cpp.o
[ 57%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRMethodBuilder.cpp.o
[ 57%] Building C object omr/startup/CMakeFiles/omrvmstartup.dir/omrrasinit.c.o
[ 57%] Building C object omr/startup/CMakeFiles/omrvmstartup.dir/omrtrcinit.c.o
[ 57%] Linking CXX static library libomrvmstartup.a
[ 57%] Built target omrvmstartup
[ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRMonitorTable.cpp.o
[ 57%] Generating hooksample_internal.h, hooksample.h
1: /home/jenkins/workspace/Test_Linux/build/fvtest/algotest/hooksample.hdfScanning dependencies of target gcexample
[ 57%] Building CXX object example/CMakeFiles/gcexample.dir/gcmain.cpp.o
Scanning dependencies of target omralgotest
[ 57%] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/algoTest.cpp.o
[ 57%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/avltest.c.o
[ 57%] Building CXX object example/CMakeFiles/gcexample.dir/__/util/main_function/main_function.cpp.o
[ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Random.cpp.o
[ 57%] Linking CXX executable gcexample
[ 57%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/hashtabletest.c.o
[ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/SimpleRegex.cpp.o
[ 57%] Built target gcexample
[ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/STLUtils.cpp.o
[ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/Timer.cpp.o
[ 57%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/hooktest.c.o
Scanning dependencies of target omrrastest
[ 57%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/agentNegativeTest.cpp.o
[ 57%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRThunkBuilder.cpp.o
[ 57%] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/main.cpp.o
[ 57%] Building C object fvtest/algotest/CMakeFiles/omralgotest.dir/pooltest.c.o
[ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/TreeServices.cpp.o
[ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/infra/OMRCfg.cpp.o
Scanning dependencies of target omrtraceoptiontest
[ 57%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/main.cpp.o
[ 57%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/agentTest.cpp.o
[ 57%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRTypeDictionary.cpp.o
[ 57%] Building CXX object fvtest/algotest/CMakeFiles/omralgotest.dir/__/__/util/main_function/main_function.cpp.o
[ 57%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/AsyncCheckInsertion.cpp.o
[ 58%] Linking CXX executable omralgotest
[ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardBitVectorAnalysis.cpp.o
[ 58%] Built target omralgotest
Scanning dependencies of target omrsubscribertest
[ 58%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/main.cpp.o
[ 58%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/rasTestHelpers.cpp.o
[ 58%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/rasTestHelpers.cpp.o
[ 58%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/main.cpp.o
[ 58%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardIntersectionBitVectorAnalysis.cpp.o
[ 58%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/memoryCategoriesTest.cpp.o
[ 58%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/traceOptionTest.cpp.o
[ 58%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/subscriberTest.cpp.o
Scanning dependencies of target omrsigtest
[ 58%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/sigTest.cpp.o
[ 58%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineOperandArray.cpp.o
[ 59%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/methodDictionaryTest.cpp.o
[ 59%] Building C object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/ut_omr_test.c.o
[ 59%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/__/__/util/main_function/main_function.cpp.o
[ 59%] Linking CXX executable omrtraceoptiontest
[ 59%] Building C object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/ut_omr_test.c.o
[ 59%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/subscriberForkTest.cpp.o
Scanning dependencies of target omrthreadextendedtest
[ 59%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/processTimeTest.cpp.o
[ 60%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/sigTestHelpers.cpp.o
[ 60%] Built target omrtraceoptiontest
[ 60%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadCpuTimeTest.cpp.o
[ 60%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadExtendedTestHelpers.cpp.o
[ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BackwardUnionBitVectorAnalysis.cpp.o
[ 61%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/__/__/util/main_function/main_function.cpp.o
[ 61%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/rasTestHelpers.cpp.o
[ 61%] Linking CXX executable omrsubscribertest
[ 61%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceLifecycleTest.cpp.o
[ 61%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/main.cpp.o
[ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BitVectorAnalysis.cpp.o
[ 61%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/__/__/util/main_function/main_function.cpp.o
[ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CatchBlockRemover.cpp.o
[ 61%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadExtendedTestMain.cpp.o
[ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineOperandStack.cpp.o
[ 61%] Built target omrsubscribertest
[ 61%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/timeBaseTest.cpp.o
[ 61%] Linking CXX executable omrsigtest
Scanning dependencies of target omrthreadtest
[ 61%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/abortTest.cpp.o
[ 61%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/__/__/util/main_function/main_function.cpp.o
[ 61%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceLogTest.cpp.o
[ 61%] Linking CXX executable omrthreadextendedtest
[ 61%] Built target omrsigtest
[ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CFGSimplifier.cpp.o
[ 61%] Built target omrthreadextendedtest
[ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CompactLocals.cpp.o
Scanning dependencies of target omrvmtest
[ 61%] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/main.cpp.o
[ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineRegister.cpp.o
[ 62%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/CopyPropagation.cpp.o
[ 62%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceRecordHelpers.cpp.o
[ 62%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CEnterExit.cpp.o
[ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineState.cpp.o
[ 62%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Assert.cpp.o
[ 63%] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/vmForkTest.cpp.o
[ 64%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CMonitor.cpp.o
[ 64%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceTest.cpp.o
Scanning dependencies of target omrgctest
[ 64%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/GCConfigObjectTable.cpp.o
[ 64%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/GCConfigTest.cpp.o
[ 64%] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/__/__/util/main_function/main_function.cpp.o
[ 64%] Linking CXX executable omrvmtest
/home/jenkins/workspace/Test_Linux/compiler/infra/Assert.cpp: In function ‘void TR::fatal_assertion(const char*, int, const char*, const char*, ...)’:
/home/jenkins/workspace/Test_Linux/compiler/infra/Assert.cpp:171:7: warning: ‘noreturn’ function does return [enabled by default]
       }
       ^
[ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/BitVector.cpp.o
[ 64%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/createTest.cpp.o
[ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Checklist.cpp.o
[ 64%] Built target omrvmtest
[ 65%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/gcTestHelpers.cpp.o
[ 65%] Building C object fvtest/rastest/CMakeFiles/omrrastest.dir/ut_omr_test.c.o
[ 65%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/__/__/util/main_function/main_function.cpp.o
[ 65%] Linking CXX executable omrrastest
[ 65%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/main.cpp.o
[ 65%] Built target omrrastest
[ 65%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/StartupManagerTestExample.cpp.o
[ 65%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CThread.cpp.o
[ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/HashTab.cpp.o
[ 65%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/__/__/util/main_function/main_function.cpp.o
[ 65%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/joinTest.cpp.o
[ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/IGBase.cpp.o
[ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DataFlowAnalysis.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/infra/BitVector.cpp: In member function ‘const char* TR_BitVector::getHexString()’:
/home/jenkins/workspace/Test_Linux/compiler/infra/BitVector.cpp:201:54: warning: format ‘%llX’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘chunk_t {aka unsigned int}’ [-Wformat=]
       sprintf(pos, "%0*llX", chunk_hexlen, _chunks[i]);
                                                      ^
[ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DeadStoreElimination.cpp.o
[ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/IGNode.cpp.o
[ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DeadTreesElimination.cpp.o
[ 65%] Linking CXX executable omrgctest
[ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DebuggingCounters.cpp.o
[ 65%] Built target omrgctest
[ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Delayedness.cpp.o
[ 65%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/keyDestructorTest.cpp.o
[ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Dominators.cpp.o
[ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/ILWalk.cpp.o
[ 66%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorVerifier.cpp.o
[ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/InterferenceGraph.cpp.o
[ 66%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/lockedMonitorCountTest.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/optimizer/DebuggingCounters.cpp: In static member function ‘static void TR_DebuggingCounters::report()’:
/home/jenkins/workspace/Test_Linux/compiler/optimizer/DebuggingCounters.cpp:242:43: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
                    counterInfo->totalCount);
                                           ^
/home/jenkins/workspace/Test_Linux/compiler/optimizer/DebuggingCounters.cpp:255:98: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
    fprintf(output, "Compilation sum %d Dynamic sum %llu \n", (int32_t) compilationSum, dynamicSum);
                                                                                                  ^
[ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRMonitor.cpp.o
[ 66%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/main.cpp.o
[ 66%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorsChk.cpp.o
[ 66%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Earliestness.cpp.o
[ 66%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/ospriority.cpp.o
[ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Random.cpp.o
[ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRMonitorTable.cpp.o
[ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ExpressionsSimplification.cpp.o
[ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/FieldPrivatizer.cpp.o
[ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GeneralLoopUnroller.cpp.o
[ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/SimpleRegex.cpp.o
[ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalAnticipatability.cpp.o
[ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/priorityInterruptTest.cpp.o
[ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalRegisterAllocator.cpp.o
[ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/rwMutexTest.cpp.o
[ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/STLUtils.cpp.o
[ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Inliner.cpp.o
[ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Timer.cpp.o
[ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/sanityTest.cpp.o
[ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/TreeServices.cpp.o
[ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RematTools.cpp.o
[ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/sanityTestHelper.cpp.o
[ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRCfg.cpp.o
[ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/InductionVariable.cpp.o
[ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/AsyncCheckInsertion.cpp.o
[ 68%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/threadTestHelp.cpp.o
[ 68%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IntersectionBitVectorAnalysis.cpp.o
[ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardBitVectorAnalysis.cpp.o
[ 68%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/__/__/util/main_function/main_function.cpp.o
[ 68%] Linking CXX executable omrthreadtest
[ 68%] Built target omrthreadtest
[ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Isolatedness.cpp.o
[ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IsolatedStoreElimination.cpp.o
[ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardIntersectionBitVectorAnalysis.cpp.o
[ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardUnionBitVectorAnalysis.cpp.o
[ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BitVectorAnalysis.cpp.o
[ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Latestness.cpp.o
[ 69%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveOnAllPaths.cpp.o
[ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CatchBlockRemover.cpp.o
[ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CFGSimplifier.cpp.o
[ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CompactLocals.cpp.o
[ 70%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveVariableInformation.cpp.o
[ 70%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Liveness.cpp.o
[ 70%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoadExtensions.cpp.o
[ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CopyPropagation.cpp.o
[ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DataFlowAnalysis.cpp.o
[ 70%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnalysis.cpp.o
[ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DeadStoreElimination.cpp.o
[ 70%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnticipatability.cpp.o
[ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DeadTreesElimination.cpp.o
[ 70%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalLiveRangeReducer.cpp.o
[ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DebuggingCounters.cpp.o
[ 70%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalReordering.cpp.o
[ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Delayedness.cpp.o
[ 70%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalTransparency.cpp.o
[ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Dominators.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/optimizer/DebuggingCounters.cpp: In static member function ‘static void TR_DebuggingCounters::report()’:
/home/jenkins/workspace/Test_Linux/compiler/optimizer/DebuggingCounters.cpp:242:43: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
                    counterInfo->totalCount);
                                           ^
/home/jenkins/workspace/Test_Linux/compiler/optimizer/DebuggingCounters.cpp:255:98: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
    fprintf(output, "Compilation sum %d Dynamic sum %llu \n", (int32_t) compilationSum, dynamicSum);
                                                                                                  ^
[ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DominatorVerifier.cpp.o
[ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DominatorsChk.cpp.o
[ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Earliestness.cpp.o
[ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopCanonicalizer.cpp.o
[ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ExpressionsSimplification.cpp.o
[ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReducer.cpp.o
[ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/FieldPrivatizer.cpp.o
[ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReplicator.cpp.o
[ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopVersioner.cpp.o
[ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GeneralLoopUnroller.cpp.o
[ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GlobalAnticipatability.cpp.o
[ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GlobalRegisterAllocator.cpp.o
[ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRLocalCSE.cpp.o
[ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalDeadStoreElimination.cpp.o
[ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalOpts.cpp.o
[ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Inliner.cpp.o
[ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RematTools.cpp.o
[ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/InductionVariable.cpp.o
[ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimization.cpp.o
[ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/IntersectionBitVectorAnalysis.cpp.o
[ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizationManager.cpp.o
[ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRTransformUtil.cpp.o
[ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Isolatedness.cpp.o
[ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/IsolatedStoreElimination.cpp.o
[ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizer.cpp.o
[ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OrderBlocks.cpp.o
[ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Latestness.cpp.o
[ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OSRDefAnalysis.cpp.o
[ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PartialRedundancy.cpp.o
[ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LiveOnAllPaths.cpp.o
[ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LiveVariableInformation.cpp.o
[ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Liveness.cpp.o
[ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoadExtensions.cpp.o
[ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PreExistence.cpp.o
[ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PrefetchInsertion.cpp.o
[ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalAnalysis.cpp.o
[ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Reachability.cpp.o
[ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ReachingDefinitions.cpp.o
[ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRecognizedCallTransformer.cpp.o
[ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalAnticipatability.cpp.o
[ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalLiveRangeReducer.cpp.o
[ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalReordering.cpp.o
[ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RedundantAsyncCheckRemoval.cpp.o
[ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalTransparency.cpp.o
[ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RegisterCandidate.cpp.o
[ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifier.cpp.o
[ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o
[ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopCanonicalizer.cpp.o
[ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopReducer.cpp.o
[ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopReplicator.cpp.o
[ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopVersioner.cpp.o
[ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o
[ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StructuralAnalysis.cpp.o
[ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Structure.cpp.o
[ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/TranslateTable.cpp.o
[ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRLocalCSE.cpp.o
[ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalDeadStoreElimination.cpp.o
[ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalOpts.cpp.o
[ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/UnionBitVectorAnalysis.cpp.o
[ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/UseDefInfo.cpp.o
[ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ValueNumberInfo.cpp.o
[ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimization.cpp.o
[ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimizationManager.cpp.o
[ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VirtualGuardCoalescer.cpp.o
[ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRTransformUtil.cpp.o
[ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VirtualGuardHeadMerger.cpp.o
[ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimizer.cpp.o
[ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RegDepCopyRemoval.cpp.o
[ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ReorderIndexExpr.cpp.o
[ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OrderBlocks.cpp.o
[ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OSRDefAnalysis.cpp.o
[ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/SinkStores.cpp.o
[ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/PartialRedundancy.cpp.o
[ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StripMiner.cpp.o
[ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPConstraint.cpp.o
[ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPHandlers.cpp.o
[ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/PreExistence.cpp.o
[ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPHandlersCommon.cpp.o
[ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/PrefetchInsertion.cpp.o
[ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Reachability.cpp.o
[ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRValuePropagation.cpp.o
[ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ReachingDefinitions.cpp.o
[ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRRecognizedCallTransformer.cpp.o
[ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ValuePropagationCommon.cpp.o
[ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RedundantAsyncCheckRemoval.cpp.o
[ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/TrivialDeadBlockRemover.cpp.o
[ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RegisterCandidate.cpp.o
[ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifier.cpp.o
[ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o
[ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/FEInliner.cpp.o
[ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/CallStack.cpp.o
[ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o
[ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/CFGChecker.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/ras/CallStack.cpp: In member function ‘void TR_LinuxCallStackIterator::printSymbol(int32_t, char*, TR::Compilation*)’:
/home/jenkins/workspace/Test_Linux/compiler/ras/CallStack.cpp:185:87: warning: format ‘%llx’ expects argument of type ‘long long unsigned int*’, but argument 5 has type ‘intptr_t* {aka long int*}’ [-Wformat=]
    int rc = sscanf(sig, "%255[^(](%255[^+]+%llx) [%llx]", lib, func, &offset, &address);
                                                                                       ^
/home/jenkins/workspace/Test_Linux/compiler/ras/CallStack.cpp:185:87: warning: format ‘%llx’ expects argument of type ‘long long unsigned int*’, but argument 6 has type ‘intptr_t* {aka long int*}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/compiler/ras/CallStack.cpp:205:25: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘intptr_t {aka long int}’ [-Wformat=]
                  address);
                         ^
/home/jenkins/workspace/Test_Linux/compiler/ras/CallStack.cpp:205:25: warning: '#' flag used with ‘%p’ gnu_printf format [-Wformat=]
/home/jenkins/workspace/Test_Linux/compiler/ras/CallStack.cpp:205:25: warning: format ‘%p’ expects argument of type ‘void*’, but argument 6 has type ‘intptr_t {aka long int}’ [-Wformat=]
[ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/Debug.cpp.o
[ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/DebugCounter.cpp.o
[ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidationRules.cpp.o
[ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/StructuralAnalysis.cpp.o
[ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Structure.cpp.o
[ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/TranslateTable.cpp.o
[ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidationUtils.cpp.o
[ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidator.cpp.o
[ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/IgnoreLocale.cpp.o
[ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/UnionBitVectorAnalysis.cpp.o
[ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/UseDefInfo.cpp.o
[ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/LimitFile.cpp.o
[ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/LogTracer.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/ras/Debug.cpp: In member function ‘virtual const char* TR_Debug::getName(TR::Register*, TR_RegisterSizes)’:
/home/jenkins/workspace/Test_Linux/compiler/ras/Debug.cpp:3014:25: warning: zero-length gnu_printf format string [-Wformat-zero-length]
       sprintf(prefix, "");
                         ^
/home/jenkins/workspace/Test_Linux/compiler/ras/Debug.cpp: In member function ‘virtual void TR_Debug::setupDebugger(void*, void*, bool)’:
/home/jenkins/workspace/Test_Linux/compiler/ras/Debug.cpp:5220:27: warning: zero-length gnu_printf format string [-Wformat-zero-length]
             fprintf(cf, "");
                           ^
[ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/OptionsDebug.cpp.o
[ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/PPCOpNames.cpp.o
[ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/Tree.cpp.o
[ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ValueNumberInfo.cpp.o
[ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/Runtime.cpp.o
[ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/Trampoline.cpp.o
[ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/Alignment.cpp.o
[ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/CodeCacheTypes.cpp.o
[ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCache.cpp.o
[ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VirtualGuardCoalescer.cpp.o
[ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VirtualGuardHeadMerger.cpp.o
[ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheManager.cpp.o
[ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheMemorySegment.cpp.o
[ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheConfig.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp: In member function ‘void OMR::CodeCache::dumpCodeCache()’:
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1421:69: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
    printf("  |-- warmCodeAlloc          = 0x%08x\n", _warmCodeAlloc );
                                                                     ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1422:69: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
    printf("  |-- coldCodeAlloc          = 0x%08x\n", _coldCodeAlloc );
                                                                     ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp: In member function ‘void OMR::CodeCache::printOccupancyStats()’:
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1433:99: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
    fprintf(stderr, "   cold-warm hole size        = %8u bytes\n", self()->getFreeContiguousSpace());
                                                                                                   ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1437:97: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
       fprintf(stderr, "   sizeOfLargestFreeColdBlock = %8d bytes\n", _sizeOfLargestFreeColdBlock);
                                                                                                 ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1438:97: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
       fprintf(stderr, "   sizeOfLargestFreeWarmBlock = %8d bytes\n", _sizeOfLargestFreeWarmBlock);
                                                                                                 ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1444:51: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
             fprintf(stderr, " %u", currLink->_size);
                                                   ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp: In member function ‘void OMR::CodeCache::checkForErrors()’:
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1557:171: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
             fprintf(stderr, "checkForErrors cache %p: Error: _sizeOfLargestFreeWarmBlock(%d) != maxFreeWarmSize(%d)\n", this, _sizeOfLargestFreeWarmBlock, maxFreeWarmSize);
                                                                                                                                                                           ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1557:171: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1562:171: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
             fprintf(stderr, "checkForErrors cache %p: Error: _sizeOfLargestFreeColdBlock(%d) != maxFreeColdSize(%d)\n", this, _sizeOfLargestFreeColdBlock, maxFreeColdSize);
                                                                                                                                                                           ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1562:171: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
[ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/BinaryCommutativeAnalyser.cpp.o
[ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/BinaryEvaluator.cpp.o
[ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/CompareAnalyser.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCacheManager.cpp: In member function ‘void OMR::CodeCacheManager::printRemainingSpaceInCodeCaches()’:
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCacheManager.cpp:535:102: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
       fprintf(stderr, "cache %p has %u bytes empty\n", codeCache, codeCache->getFreeContiguousSpace());
                                                                                                      ^
[ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/ControlFlowEvaluator.cpp.o
[ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RegDepCopyRemoval.cpp.o
[ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/SinkStores.cpp.o
[ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ReorderIndexExpr.cpp.o
[ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/StripMiner.cpp.o
[ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/DataSnippet.cpp.o
[ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/DivideCheckSnippet.cpp.o
[ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/FPBinaryArithmeticAnalyser.cpp.o
[ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VPConstraint.cpp.o
[ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VPHandlers.cpp.o
[ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VPHandlersCommon.cpp.o
[ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/FPCompareAnalyser.cpp.o
[ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRValuePropagation.cpp.o
[ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/FPTreeEvaluator.cpp.o
[ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/SIMDTreeEvaluator.cpp.o
[ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/HelperCallSnippet.cpp.o
[ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ValuePropagationCommon.cpp.o
[ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/IA32LinkageUtils.cpp.o
[ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/IntegerMultiplyDecomposer.cpp.o
[ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/TrivialDeadBlockRemover.cpp.o
[ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRMemoryReference.cpp.o
[ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OpBinary.cpp.o
[ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OpNames.cpp.o
[ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OutlinedInstructions.cpp.o
[ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/RegisterRematerialization.cpp.o
[ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/SubtractAnalyser.cpp.o
[ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRTreeEvaluator.cpp.o
[ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/FEInliner.cpp.o
[ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/CallStack.cpp.o
[ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/CFGChecker.cpp.o
[ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/UnaryEvaluator.cpp.o
[ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/X86BinaryEncoding.cpp.o
[ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/X86Debug.cpp.o
[ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/X86FPConversionSnippet.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/ras/CallStack.cpp: In member function ‘void TR_LinuxCallStackIterator::printSymbol(int32_t, char*, TR::Compilation*)’:
/home/jenkins/workspace/Test_Linux/compiler/ras/CallStack.cpp:185:87: warning: format ‘%llx’ expects argument of type ‘long long unsigned int*’, but argument 5 has type ‘intptr_t* {aka long int*}’ [-Wformat=]
    int rc = sscanf(sig, "%255[^(](%255[^+]+%llx) [%llx]", lib, func, &offset, &address);
                                                                                       ^
/home/jenkins/workspace/Test_Linux/compiler/ras/CallStack.cpp:185:87: warning: format ‘%llx’ expects argument of type ‘long long unsigned int*’, but argument 6 has type ‘intptr_t* {aka long int*}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/compiler/ras/CallStack.cpp:205:25: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘intptr_t {aka long int}’ [-Wformat=]
                  address);
                         ^
/home/jenkins/workspace/Test_Linux/compiler/ras/CallStack.cpp:205:25: warning: '#' flag used with ‘%p’ gnu_printf format [-Wformat=]
/home/jenkins/workspace/Test_Linux/compiler/ras/CallStack.cpp:205:25: warning: format ‘%p’ expects argument of type ‘void*’, but argument 6 has type ‘intptr_t {aka long int}’ [-Wformat=]
[ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/Debug.cpp.o
[ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/DebugCounter.cpp.o
[ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/ILValidationRules.cpp.o
[ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRInstruction.cpp.o
[ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRX86Instruction.cpp.o
[ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRMachine.cpp.o
[ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRLinkage.cpp.o
[ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/ILValidationUtils.cpp.o
[ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/ILValidator.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp: In member function ‘virtual void TR::X86ImmInstruction::addMetaDataForCodeAddress(uint8_t*)’:
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:893:123: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                             (uint8_t *)getSourceImmediate(),
                                                                                                                           ^
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp: In member function ‘virtual void TR::X86ImmSymInstruction::addMetaDataForCodeAddress(uint8_t*)’:
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:1133:123: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                             (uint8_t *)getSourceImmediate(),
                                                                                                                           ^
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp: In member function ‘virtual void TR::X86RegImmInstruction::addMetaDataForCodeAddress(uint8_t*)’:
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:1561:120: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                          (uint8_t *)getSourceImmediate(),
                                                                                                                        ^
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp: In member function ‘virtual void TR::X86RegImmSymInstruction::addMetaDataForCodeAddress(uint8_t*)’:
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:1686:120: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                          (uint8_t *)getSourceImmediate(),
                                                                                                                        ^
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:1729:117: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                       (uint8_t *)getSourceImmediate(),
                                                                                                                     ^
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp: In member function ‘virtual void TR::X86MemImmInstruction::addMetaDataForCodeAddress(uint8_t*)’:
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:1981:117: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                       (uint8_t *)getSourceImmediate(),
                                                                                                                     ^
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp: In member function ‘virtual void TR::X86MemImmSymInstruction::addMetaDataForCodeAddress(uint8_t*)’:
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:2143:117: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                       (uint8_t *)getSourceImmediate(),
                                                                                                                     ^
[ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRRegister.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/ras/Debug.cpp: In member function ‘virtual const char* TR_Debug::getName(TR::Register*, TR_RegisterSizes)’:
/home/jenkins/workspace/Test_Linux/compiler/ras/Debug.cpp:3014:25: warning: zero-length gnu_printf format string [-Wformat-zero-length]
       sprintf(prefix, "");
                         ^
/home/jenkins/workspace/Test_Linux/compiler/ras/Debug.cpp: In member function ‘virtual void TR_Debug::setupDebugger(void*, void*, bool)’:
/home/jenkins/workspace/Test_Linux/compiler/ras/Debug.cpp:5220:27: warning: zero-length gnu_printf format string [-Wformat-zero-length]
             fprintf(cf, "");
                           ^
[ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/IgnoreLocale.cpp.o
[ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRRealRegister.cpp.o
[ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRRegisterDependency.cpp.o
[ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/LimitFile.cpp.o
[ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/LogTracer.cpp.o
[ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/OptionsDebug.cpp.o
[ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRSnippet.cpp.o
[ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/X86SystemLinkage.cpp.o
[ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/XMMBinaryArithmeticAnalyser.cpp.o
[ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRCodeGenerator.cpp.o
[ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/PPCOpNames.cpp.o
[ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/Tree.cpp.o
[ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/Runtime.cpp.o
[ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/Trampoline.cpp.o
[ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/codegen/OMRRegisterIterator.cpp.o
[ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/Alignment.cpp.o
[ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/CodeCacheTypes.cpp.o
[ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/env/OMRCPU.cpp.o
[ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/env/OMRDebugEnv.cpp.o
[ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCache.cpp.o
[ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/amd64/codegen/OMRCodeGenerator.cpp.o
[ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/amd64/codegen/OMRMachine.cpp.o
[ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCacheManager.cpp.o
[ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/amd64/codegen/OMRTreeEvaluator.cpp.o
[ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/amd64/codegen/OMRMemoryReference.cpp.o
[ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCacheMemorySegment.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp: In member function ‘void OMR::CodeCache::dumpCodeCache()’:
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1421:69: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
    printf("  |-- warmCodeAlloc          = 0x%08x\n", _warmCodeAlloc );
                                                                     ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1422:69: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
    printf("  |-- coldCodeAlloc          = 0x%08x\n", _coldCodeAlloc );
                                                                     ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp: In member function ‘void OMR::CodeCache::printOccupancyStats()’:
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1433:99: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
    fprintf(stderr, "   cold-warm hole size        = %8u bytes\n", self()->getFreeContiguousSpace());
                                                                                                   ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1437:97: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
       fprintf(stderr, "   sizeOfLargestFreeColdBlock = %8d bytes\n", _sizeOfLargestFreeColdBlock);
                                                                                                 ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1438:97: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
       fprintf(stderr, "   sizeOfLargestFreeWarmBlock = %8d bytes\n", _sizeOfLargestFreeWarmBlock);
                                                                                                 ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1444:51: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
             fprintf(stderr, " %u", currLink->_size);
                                                   ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp: In member function ‘void OMR::CodeCache::checkForErrors()’:
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1557:171: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
             fprintf(stderr, "checkForErrors cache %p: Error: _sizeOfLargestFreeWarmBlock(%d) != maxFreeWarmSize(%d)\n", this, _sizeOfLargestFreeWarmBlock, maxFreeWarmSize);
                                                                                                                                                                           ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1557:171: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1562:171: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
             fprintf(stderr, "checkForErrors cache %p: Error: _sizeOfLargestFreeColdBlock(%d) != maxFreeColdSize(%d)\n", this, _sizeOfLargestFreeColdBlock, maxFreeColdSize);
                                                                                                                                                                           ^
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1562:171: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
[ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCacheConfig.cpp.o
[ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/BinaryCommutativeAnalyser.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCacheManager.cpp: In member function ‘void OMR::CodeCacheManager::printRemainingSpaceInCodeCaches()’:
/home/jenkins/workspace/Test_Linux/compiler/runtime/OMRCodeCacheManager.cpp:535:102: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
       fprintf(stderr, "cache %p has %u bytes empty\n", codeCache, codeCache->getFreeContiguousSpace());
                                                                                                      ^
[ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/BinaryEvaluator.cpp.o
[ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/CompareAnalyser.cpp.o
[ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/amd64/codegen/OMRRealRegister.cpp.o
[ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/amd64/codegen/AMD64SystemLinkage.cpp.o
[ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/x/amd64/codegen/OMRELFRelocationResolver.cpp.o
[ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/ControlFlowEvaluator.cpp.o
[ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/DataSnippet.cpp.o
[ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/DivideCheckSnippet.cpp.o
[ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/FPBinaryArithmeticAnalyser.cpp.o
[ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/FPCompareAnalyser.cpp.o
[ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/FPTreeEvaluator.cpp.o
[ 88%] Linking CXX static library libtestcompiler.a
[ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/SIMDTreeEvaluator.cpp.o
[ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/HelperCallSnippet.cpp.o
[ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/IA32LinkageUtils.cpp.o
[ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/IntegerMultiplyDecomposer.cpp.o
[ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRMemoryReference.cpp.o
[ 89%] Built target testcompiler
[ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OpBinary.cpp.o
Scanning dependencies of target compilertest
[ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/main.cpp.o
[ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/BuilderTest.cpp.o
[ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/FooBarTest.cpp.o
[ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/LimitFileTest.cpp.o
[ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/LogFileTest.cpp.o
[ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OMRTestEnv.cpp.o
[ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OptionSetTest.cpp.o
[ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OpNames.cpp.o
[ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OpCodesTest.cpp.o
[ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OutlinedInstructions.cpp.o
[ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/RegisterRematerialization.cpp.o
[ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/SubtractAnalyser.cpp.o
[ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRTreeEvaluator.cpp.o
[ 89%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/Qux2Test.cpp.o
[ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/SimplifierFoldAndTest.cpp.o
[ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OptTestDriver.cpp.o
[ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/UnaryEvaluator.cpp.o
[ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/X86BinaryEncoding.cpp.o
[ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/X86Debug.cpp.o
[ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/TestDriver.cpp.o
[ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/X86FPConversionSnippet.cpp.o
[ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/SingleBitContainerTest.cpp.o
[ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/BarIlInjector.cpp.o
[ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/BinaryOpIlInjector.cpp.o
[ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRInstruction.cpp.o
[ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/CallIlInjector.cpp.o
[ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/ChildlessUnaryOpIlInjector.cpp.o
[ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/CmpBranchOpIlInjector.cpp.o
[ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRX86Instruction.cpp.o
[ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/FooIlInjector.cpp.o
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp: In member function ‘virtual void TR::X86ImmInstruction::addMetaDataForCodeAddress(uint8_t*)’:
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:893:123: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                             (uint8_t *)getSourceImmediate(),
                                                                                                                           ^
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp: In member function ‘virtual void TR::X86ImmSymInstruction::addMetaDataForCodeAddress(uint8_t*)’:
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:1133:123: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                             (uint8_t *)getSourceImmediate(),
                                                                                                                           ^
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp: In member function ‘virtual void TR::X86RegImmInstruction::addMetaDataForCodeAddress(uint8_t*)’:
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:1561:120: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                          (uint8_t *)getSourceImmediate(),
                                                                                                                        ^
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp: In member function ‘virtual void TR::X86RegImmSymInstruction::addMetaDataForCodeAddress(uint8_t*)’:
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:1686:120: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                          (uint8_t *)getSourceImmediate(),
                                                                                                                        ^
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:1729:117: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                       (uint8_t *)getSourceImmediate(),
                                                                                                                     ^
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp: In member function ‘virtual void TR::X86MemImmInstruction::addMetaDataForCodeAddress(uint8_t*)’:
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:1981:117: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                       (uint8_t *)getSourceImmediate(),
                                                                                                                     ^
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp: In member function ‘virtual void TR::X86MemImmSymInstruction::addMetaDataForCodeAddress(uint8_t*)’:
/home/jenkins/workspace/Test_Linux/compiler/x/codegen/X86BinaryEncoding.cpp:2143:117: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                                                                       (uint8_t *)getSourceImmediate(),
                                                                                                                     ^
[ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRMachine.cpp.o
[ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRLinkage.cpp.o
[ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRRegister.cpp.o
[ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRRealRegister.cpp.o
[ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/IndirectStoreIlInjector.cpp.o
[ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/IndirectLoadIlInjector.cpp.o
[ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/OpIlInjector.cpp.o
[ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/Qux2IlInjector.cpp.o
[ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRRegisterDependency.cpp.o
[ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRSnippet.cpp.o
[ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/X86SystemLinkage.cpp.o
[ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/StoreOpIlInjector.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/XMMBinaryArithmeticAnalyser.cpp.o
[ 93%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/TernaryOpIlInjector.cpp.o
[ 93%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/UnaryOpIlInjector.cpp.o
[ 93%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/X86OpCodesTest.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRCodeGenerator.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRRegisterIterator.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/env/OMRCPU.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/env/OMRDebugEnv.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/OMRCodeGenerator.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/OMRTreeEvaluator.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/OMRMachine.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/OMRMemoryReference.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/OMRRealRegister.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/AMD64SystemLinkage.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/OMRELFRelocationResolver.cpp.o
[ 94%] Linking CXX static library libjitbuilder.a
[ 94%] Built target jitbuilder
Scanning dependencies of target simple
[ 94%] Building CXX object jitbuilder/release/CMakeFiles/simple.dir/src/Simple.cpp.o
Scanning dependencies of target pow2
Scanning dependencies of target iterfib
Scanning dependencies of target isSupportedType
Scanning dependencies of target worklist
Scanning dependencies of target conditionals
Scanning dependencies of target nestedloop
[ 94%] Building CXX object jitbuilder/release/CMakeFiles/isSupportedType.dir/src/IsSupportedType.cpp.o
[ 94%] Building CXX object jitbuilder/release/CMakeFiles/iterfib.dir/src/IterativeFib.cpp.o
[ 94%] Building CXX object jitbuilder/release/CMakeFiles/pow2.dir/src/Pow2.cpp.o
[ 94%] Building CXX object jitbuilder/release/CMakeFiles/conditionals.dir/src/Conditionals.cpp.o
[ 94%] Building CXX object jitbuilder/release/CMakeFiles/worklist.dir/src/Worklist.cpp.o
[ 94%] Building CXX object jitbuilder/release/CMakeFiles/nestedloop.dir/src/NestedLoop.cpp.o
/home/jenkins/workspace/Test_Linux/jitbuilder/release/src/Pow2.cpp: In function ‘int main(int, char**)’:
/home/jenkins/workspace/Test_Linux/jitbuilder/release/src/Pow2.cpp:121:34: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘int64_t {aka long int}’ [-Wformat=]
    printf("pow2(45) is %lld\n", r);
                                  ^
[ 95%] Linking CXX executable worklist
[ 95%] Linking CXX executable pow2
[ 95%] Linking CXX executable nestedloop
[ 95%] Linking CXX executable simple
[ 95%] Linking CXX executable isSupportedType
[ 95%] Linking CXX executable iterfib
[ 95%] Linking CXX executable conditionals
[ 95%] Built target isSupportedType
Scanning dependencies of target jitbuildertest
[ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/main.cpp.o
[ 95%] Linking CXX executable compilertest
[ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/selftest.cpp.o
[ 95%] Built target nestedloop
[ 95%] [FLEX][tril_scanner] Building scanner with flex 2.6.0
[ 95%] Built target pow2
[ 95%] Built target worklist
[ 95%] Built target conditionals
[ 95%] [BISON][tril_parser] Building parser with bison 3.0.4
[ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/FieldAddressTest.cpp.o
[ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/UnionTest.cpp.o
[ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/AnonymousTest.cpp.o
[ 95%] Built target simple
[ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/ControlFlowTest.cpp.o
Scanning dependencies of target tril
[ 95%] Building C object fvtest/tril/tril/CMakeFiles/tril.dir/tril.parser.c.o
[ 95%] Built target iterfib
[ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/NegateTest.cpp.o
[ 95%] Building C object fvtest/tril/tril/CMakeFiles/tril.dir/tril.scanner.c.o
[ 95%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/ast.cpp.o
/home/jenkins/workspace/Test_Linux/fvtest/tril/tril/ast.cpp: In function ‘void printASTValueUnion(FILE*, const ASTValue*)’:
/home/jenkins/workspace/Test_Linux/fvtest/tril/tril/ast.cpp:105:74: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘ASTValue::Integer_t {aka long unsigned int}’ [-Wformat=]
         case ASTValue::Integer: fprintf(file, "%llu", value->getInteger()); break;
                                                                          ^
[ 95%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/ilgen.cpp.o
[ 95%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/simple_compiler.cpp.o
[ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/SystemLinkageTest.cpp.o
[ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/WorklistTest.cpp.o
[ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/FieldNameTest.cpp.o
[ 95%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/ConvertBitsTest.cpp.o
[ 95%] Built target compilertest
[ 96%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/CallReturnTest.cpp.o
In file included from /home/jenkins/workspace/Test_Linux/compiler/infra/CfgNode.hpp:28:0,
                 from /home/jenkins/workspace/Test_Linux/compiler/il/OMRBlock.hpp:36,
                 from /home/jenkins/workspace/Test_Linux/compiler/il/Block.hpp:25,
                 from /home/jenkins/workspace/Test_Linux/fvtest/tril/tril/ilgen.cpp:26:
/home/jenkins/workspace/Test_Linux/compiler/env/TRMemory.hpp:798:0: warning: "TR_ALLOC" redefined [enabled by default]
 #define TR_ALLOC(a) \
 ^
In file included from /home/jenkins/workspace/Test_Linux/compiler/ilgen/IlType.hpp:25:0,
                 from /home/jenkins/workspace/Test_Linux/compiler/ilgen/TypeDictionary.hpp:28,
                 from /home/jenkins/workspace/Test_Linux/fvtest/tril/tril/ilgen.hpp:25,
                 from /home/jenkins/workspace/Test_Linux/fvtest/tril/tril/ilgen.cpp:22:
/home/jenkins/workspace/Test_Linux/compiler/ilgen/OMRIlType.hpp:29:0: note: this is the location of the previous definition
 #define TR_ALLOC(x)
 ^
In file included from /home/jenkins/workspace/Test_Linux/compiler/infra/List.hpp:27:0,
                 from /home/jenkins/workspace/Test_Linux/compiler/codegen/FrontEnd.hpp:38,
                 from /home/jenkins/workspace/Test_Linux/compiler/compile/OMRCompilation.hpp:43,
                 from /home/jenkins/workspace/Test_Linux/compiler/compile/Compilation.hpp:25,
                 from /home/jenkins/workspace/Test_Linux/fvtest/tril/tril/simple_compiler.cpp:27:
/home/jenkins/workspace/Test_Linux/compiler/env/TRMemory.hpp:798:0: warning: "TR_ALLOC" redefined [enabled by default]
 #define TR_ALLOC(a) \
 ^
In file included from /home/jenkins/workspace/Test_Linux/compiler/ilgen/IlType.hpp:25:0,
                 from /home/jenkins/workspace/Test_Linux/compiler/ilgen/TypeDictionary.hpp:28,
                 from /home/jenkins/workspace/Test_Linux/fvtest/tril/tril/ilgen.hpp:25,
                 from /home/jenkins/workspace/Test_Linux/fvtest/tril/tril/method_info.hpp:26,
                 from /home/jenkins/workspace/Test_Linux/fvtest/tril/tril/method_compiler.hpp:25,
                 from /home/jenkins/workspace/Test_Linux/fvtest/tril/tril/simple_compiler.hpp:25,
                 from /home/jenkins/workspace/Test_Linux/fvtest/tril/tril/simple_compiler.cpp:22:
/home/jenkins/workspace/Test_Linux/compiler/ilgen/OMRIlType.hpp:29:0: note: this is the location of the previous definition
 #define TR_ALLOC(x)
 ^
[ 96%] Linking CXX static library libtril.a
[ 96%] Built target tril
Scanning dependencies of target tril_dumper
Scanning dependencies of target tril_compiler
Scanning dependencies of target incordec
[ 97%] Building CXX object fvtest/tril/tril/CMakeFiles/tril_dumper.dir/compiler.cpp.o
[ 97%] Building CXX object fvtest/tril/examples/incordec/CMakeFiles/incordec.dir/main.cpp.o
Scanning dependencies of target mandelbrot
[ 97%] Building CXX object fvtest/tril/tril/CMakeFiles/tril_compiler.dir/compiler.cpp.o
[ 97%] Building CXX object fvtest/tril/examples/mandelbrot/CMakeFiles/mandelbrot.dir/main.cpp.o
Scanning dependencies of target triltest
[ 97%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/main.cpp.o
[ 97%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/ASTTest.cpp.o
Scanning dependencies of target comptest
[ 97%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/main.cpp.o
[ 97%] Linking CXX executable jitbuildertest
[ 97%] Linking CXX executable tril_compiler
[ 97%] Linking CXX executable tril_dumper
[ 97%] Linking CXX executable mandelbrot
[ 98%] Linking CXX executable incordec
[ 98%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/ParserTest.cpp.o
[ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/JitTestUtilitiesTest.cpp.o
[ 98%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/MethodInfoTest.cpp.o
[ 98%] Built target tril_dumper
[ 98%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/IlGenTest.cpp.o
[ 98%] Built target jitbuildertest
[ 98%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/CompileTest.cpp.o
[ 98%] Built target incordec
[ 98%] Built target mandelbrot
[ 98%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/__/__/__/util/main_function/main_function.cpp.o
[ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ILValidatorTest.cpp.o
[ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ArithmeticTest.cpp.o
[ 98%] Built target tril_compiler
[ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ShiftAndRotateTest.cpp.o
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/SimplifierFoldAbsNegTest.cpp.o
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/SimplifierFoldAndTest.cpp.o
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/IfxcmpgeReductionTest.cpp.o
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/VectorTest.cpp.o
In file included from /home/jenkins/workspace/Test_Linux/compiler/infra/List.hpp:27:0,
                 from /home/jenkins/workspace/Test_Linux/compiler/codegen/FrontEnd.hpp:38,
                 from /home/jenkins/workspace/Test_Linux/compiler/compile/OMRCompilation.hpp:43,
                 from /home/jenkins/workspace/Test_Linux/compiler/compile/Compilation.hpp:25,
                 from /home/jenkins/workspace/Test_Linux/fvtest/tril/test/IlGenTest.cpp:28:
/home/jenkins/workspace/Test_Linux/compiler/env/TRMemory.hpp:798:0: warning: "TR_ALLOC" redefined [enabled by default]
 #define TR_ALLOC(a) \
 ^
In file included from /home/jenkins/workspace/Test_Linux/compiler/ilgen/IlType.hpp:25:0,
                 from /home/jenkins/workspace/Test_Linux/compiler/ilgen/TypeDictionary.hpp:28,
                 from /home/jenkins/workspace/Test_Linux/fvtest/tril/tril/ilgen.hpp:25,
                 from /home/jenkins/workspace/Test_Linux/fvtest/tril/test/IlGenTest.cpp:23:
/home/jenkins/workspace/Test_Linux/compiler/ilgen/OMRIlType.hpp:29:0: note: this is the location of the previous definition
 #define TR_ALLOC(x)
 ^
[ 99%] Linking CXX executable triltest
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/CallTest.cpp.o
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LongAndAsRotateTest.cpp.o
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/MockStrategyTest.cpp.o
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LogicalTest.cpp.o
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LinkageTest.cpp.o
[ 99%] Built target triltest
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/BitPermuteTest.cpp.o
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/MaxMinTest.cpp.o
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/__/__/util/main_function/main_function.cpp.o
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void i2lLongAndAsRotateTest_SimpleTest_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:124:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:124:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void i2lLongAndAsRotateTest_iConstTest_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:165:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:165:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void i2lLongAndAsRotateTest_GreaterThanOneRefCount1_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:213:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:213:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:213:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:213:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void i2lLongAndAsRotateTest_GreaterThanOneRefCount2_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:273:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:273:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:273:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:273:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void iu2lLongAndAsRotateTest_SimpleTest_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:305:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:305:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void iu2lLongAndAsRotateTest_iConstTest_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:346:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:346:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void iu2lLongAndAsRotateTest_GreaterThanOneRefCount1_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:393:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:393:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:393:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:393:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void iu2lLongAndAsRotateTest_GreaterThanOneRefCount2_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:452:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:452:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:452:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:452:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp: In member function ‘virtual void Int64ReductionTest_Reduction_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:376:10: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
          );
          ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:376:10: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:376:10: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:376:10: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp: In member function ‘virtual void UInt64ReductionTest_Reduction_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:419:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:419:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:419:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:419:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/MaxMinTest.cpp: In member function ‘virtual void Int32MaxMin_UsingConst_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/MaxMinTest.cpp:56:18: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘int’ [-Wformat=]
         param.rhs);
                  ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/MaxMinTest.cpp:56:18: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/MaxMinTest.cpp:56:18: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/MaxMinTest.cpp:56:18: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/MaxMinTest.cpp: In member function ‘virtual void Int64MaxMin_UsingConst_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/MaxMinTest.cpp:117:18: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
         param.rhs);
                  ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/MaxMinTest.cpp:117:18: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/MaxMinTest.cpp:117:18: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/MaxMinTest.cpp:117:18: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 6 has type ‘long int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/ShiftAndRotateTest.cpp: In member function ‘virtual void Int64ShiftAndRotate_UsingConst_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/ShiftAndRotateTest.cpp:141:153: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
     std::snprintf(inputTrees, 120, "(method return=Int64 (block (lreturn (%s (lconst %lld) (iconst %d)) )))", param.opcode.c_str(), param.lhs, param.rhs);
                                                                                                                                                         ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/ShiftAndRotateTest.cpp:141:153: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/ShiftAndRotateTest.cpp: In member function ‘virtual void UInt64ShiftAndRotate_UsingConst_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/ShiftAndRotateTest.cpp:308:153: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
     std::snprintf(inputTrees, 120, "(method return=Int64 (block (lreturn (%s (lconst %llu) (iconst %d)) )))", param.opcode.c_str(), param.lhs, param.rhs);
                                                                                                                                                         ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/ShiftAndRotateTest.cpp:308:153: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void lBitPermuteTest_ConstAddressLengthTest_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:155:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘const uint8_t* {aka const unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:155:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:155:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘const uint8_t* {aka const unsigned char*}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:155:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void lBitPermuteTest_ConstAddressTest_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:186:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘const uint8_t* {aka const unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:186:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘const uint8_t* {aka const unsigned char*}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void iBitPermuteTest_ConstAddressLengthTest_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:254:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:254:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:254:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:254:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void iBitPermuteTest_ConstAddressTest_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:289:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:289:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void sBitPermuteTest_ConstAddressLengthTest_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:362:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:362:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:362:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:362:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void sBitPermuteTest_ConstAddressTest_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:398:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:398:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void bBitPermuteTest_ConstAddressLengthTest_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:472:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:472:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:472:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:472:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void bBitPermuteTest_ConstAddressTest_Test::TestBody()’:
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:508:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:508:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
[100%] Linking CXX executable comptest
[100%] Built target comptest
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
Output CCACHE stats after running
[Pipeline] sh
[Test_Linux] Running shell script
+ ccache -s
cache directory                     /home/jenkins//.ccache
cache hit (direct)                     7
cache hit (preprocessed)              44
cache miss                          1046
called for link                       59
files in cache                      2163
cache size                         137.6 Mbytes
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/workspace/Test_Linux/build
[Pipeline] {
[Pipeline] echo
Sanity Test...
[Pipeline] sh
[build] Running shell script
+ ctest -V
UpdateCTestConfiguration  from :/home/jenkins/workspace/Test_Linux/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/home/jenkins/workspace/Test_Linux/build/DartConfiguration.tcl
Test project /home/jenkins/workspace/Test_Linux/build
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
      Start  1: conditionals_example_as_test

1: Test command: /home/jenkins/workspace/Test_Linux/build/jitbuilder/release/conditionals
1: Test timeout computed to be: 9.99988e+06
1: Step 1: initialize JIT
1: Step 2: define type dictionary
1: Step 3: compile method builder
1: Step 4: invoke compiled code
1: Step 5: shutdown JIT
1: ALL TESTS PASSED
 1/24 Test  #1: conditionals_example_as_test ......   Passed    0.03 sec
test 2
      Start  2: isSupportedType_example_as_test

2: Test command: /home/jenkins/workspace/Test_Linux/build/jitbuilder/release/isSupportedType
2: Test timeout computed to be: 9.99988e+06
2: Step 1: test signed integral types
2: Step 2: test unsigned integral types
2: Step 3: test language primitive signed integral types
2: Step 4: test language primitive unsigned integral types
2: Step 5: test floating point types
2: Step 6: test cv qualified types
2: Step 7: test void type
2: Step 8: test pointer to primitive types
2: Step 9: test pointer to pointer to primitive types
2: Step 10: test unsupported types
2: PASS
 2/24 Test  #2: isSupportedType_example_as_test ...   Passed    0.00 sec
test 3
      Start  3: iterfib_example_as_test

3: Test command: /home/jenkins/workspace/Test_Linux/build/jitbuilder/release/iterfib
3: Test timeout computed to be: 9.99988e+06
3: Step 1: initialize JIT
3: Step 2: define type dictionary
3: Step 3: compile method builder
3: Step 4: invoke compiled code
3: fib( 0) = 0
3: fib( 1) = 1
3: fib( 2) = 1
3: fib( 3) = 2
3: fib( 4) = 3
3: fib( 5) = 5
3: fib( 6) = 8
3: fib( 7) = 13
3: fib( 8) = 21
3: fib( 9) = 34
3: fib(10) = 55
3: fib(11) = 89
3: fib(12) = 144
3: fib(13) = 233
3: fib(14) = 377
3: fib(15) = 610
3: fib(16) = 987
3: fib(17) = 1597
3: fib(18) = 2584
3: fib(19) = 4181
3: Step 5: shutdown JIT
3: PASS
 3/24 Test  #3: iterfib_example_as_test ...........   Passed    0.02 sec
test 4
      Start  4: nestedloop_example_as_test

4: Test command: /home/jenkins/workspace/Test_Linux/build/jitbuilder/release/nestedloop
4: Test timeout computed to be: 9.99988e+06
4: Step 1: initialize JIT
4: Step 2: define relevant types
4: Step 3: compile method builder
4: Step 4: invoke compiled code
4: nested_loop( 0) = 0
4: nested_loop( 1) = 1
4: nested_loop( 2) = 64
4: nested_loop( 3) = 729
4: nested_loop( 4) = 4096
4: nested_loop( 5) = 15625
4: nested_loop( 6) = 46656
4: nested_loop( 7) = 117649
4: nested_loop( 8) = 262144
4: nested_loop( 9) = 531441
4: nested_loop(10) = 1000000
4: nested_loop(11) = 1771561
4: nested_loop(12) = 2985984
4: nested_loop(13) = 4826809
4: nested_loop(14) = 7529536
4: nested_loop(15) = 11390625
4: nested_loop(16) = 16777216
4: nested_loop(17) = 24137569
4: nested_loop(18) = 34012224
4: nested_loop(19) = 47045881
4: Step 5: shutdown JIT
4: PASS
 4/24 Test  #4: nestedloop_example_as_test ........   Passed    0.19 sec
test 5
      Start  5: pow2_example_as_test

5: Test command: /home/jenkins/workspace/Test_Linux/build/jitbuilder/release/pow2
5: Test timeout computed to be: 9.99988e+06
5: Step 1: initialize JIT
5: Step 2: define relevant types
5: Step 3: compile method builder
5: Step 4: invoke compiled code
5: pow2(45) is 35184372088832
5: Step 5: shutdown JIT
5: PASS
 5/24 Test  #5: pow2_example_as_test ..............   Passed    0.34 sec
test 6
      Start  6: simple_example_as_test

6: Test command: /home/jenkins/workspace/Test_Linux/build/jitbuilder/release/simple
6: Test timeout computed to be: 9.99988e+06
6: Step 1: initialize JIT
6: Step 2: define type dictionary
6: Step 3: compile method builder
6: SimpleMethod::buildIL() running!
6: Step 4: invoke compiled code and print results
6: increment(0) == 1
6: increment(1) == 2
6: increment(10) == 11
6: increment(-15) == -14
6: Step 5: shutdown JIT
 6/24 Test  #6: simple_example_as_test ............   Passed    0.01 sec
test 7
      Start  7: worklist_example_as_test

7: Test command: /home/jenkins/workspace/Test_Linux/build/jitbuilder/release/worklist
7: Test timeout computed to be: 9.99988e+06
7: Step 1: initialize JIT
7: Step 2: define type dictionary
7: Step 3: compile method builder
7: WorklistMethod::buildIL() running!
7: step 4: invoke compiled code and print results
7: Step 5: shutdown JIT
7: Failed tests: 0
7: Passed tests: 20
7: ALL PASSED
 7/24 Test  #7: worklist_example_as_test ..........   Passed    0.02 sec
test 8
      Start  8: algotest

8: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/algotest/omralgotest "-avltest:/home/jenkins/workspace/Test_Linux/fvtest/algotest/avltest.lst"
8: Test timeout computed to be: 9.99988e+06
8: [==========] Running 168 tests from 5 test cases.
8: [----------] 2 tests from OmrAlgoTest
8: Testing hookable interface...
8: Finished testing hookable interface.
8: Algorithm Test Finished
8: total tests: 59
8: total passes: 59
8: total failures: 0
8: ALL TESTS PASSED.
8: [----------] 2 tests from OmrAlgoTest (1 ms total)
8: 
8: [----------] 58 tests from OmrAlgoTest/AVLTest
8: [----------] 58 tests from OmrAlgoTest/AVLTest (0 ms total)
8: 
8: [----------] 24 tests from OmrAlgoTest/PoolTest
8: [----------] 24 tests from OmrAlgoTest/PoolTest (11 ms total)
8: 
8: [----------] 14 tests from OmrAlgoTest/HashtableTest
8: [----------] 14 tests from OmrAlgoTest/HashtableTest (4571 ms total)
8: 
8: [----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest
8: [----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest (14694 ms total)
8: 
8: [==========] 168 tests from 5 test cases ran. (19277 ms total)
8: [  PASSED  ] 168 tests.
8: [  ALL TESTS PASSED  ] 
 8/24 Test  #8: algotest ..........................   Passed   19.29 sec
test 9
      Start  9: porttest

9: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/porttest/omrporttest
9: Test timeout computed to be: 9.99988e+06
9: [==========] Running 204 tests from 20 test cases.
9: [----------] 1 test from PortInitializationTest
9: [----------] 1 test from PortInitializationTest (0 ms total)
9: 
9: [----------] 2 tests from PortFileTest
9: [----------] 2 tests from PortFileTest (1 ms total)
9: 
9: [----------] 8 tests from PortHeapTest
9: [----------] 8 tests from PortHeapTest (1819 ms total)
9: 
9: [----------] 8 tests from PortTest
9: [----------] 8 tests from PortTest (0 ms total)
9: 
9: [----------] 10 tests from PortMemTest
9: [----------] 10 tests from PortMemTest (432 ms total)
9: 
9: [----------] 4 tests from PortDumpTest
9: JVMPORT030W 
9: JVMPORT030W 
9: JVMPORT030W 
9: [----------] 4 tests from PortDumpTest (1051 ms total)
9: 
9: [----------] 4 tests from PortErrorTest
9: [----------] 4 tests from PortErrorTest (0 ms total)
9: 
9: [----------] 40 tests from PortFileTest2
9: $
9: ¢
9: €
9: 𤭢
9: ��
9: ****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************€
9: [----------] 40 tests from PortFileTest2 (9460 ms total)
9: 
9: [----------] 14 tests from PortFileStreamTest
9: [----------] 14 tests from PortFileStreamTest (16 ms total)
9: 
9: [----------] 1 test from PortIntrospectTest
9: [----------] 1 test from PortIntrospectTest (0 ms total)
9: 
9: [----------] 15 tests from PortMmapTest
9: [----------] 15 tests from PortMmapTest (1021 ms total)
9: 
9: [----------] 1 test from PortSignalExtendedTests
9: [----------] 1 test from PortSignalExtendedTests (1 ms total)
9: 
9: [----------] 9 tests from PortSigTest
9: [----------] 9 tests from PortSigTest (1 ms total)
9: 
9: [----------] 3 tests from PortSlTest
9: [----------] 3 tests from PortSlTest (0 ms total)
9: 
9: [----------] 21 tests from PortStrTest
9: [----------] 21 tests from PortStrTest (6 ms total)
9: 
9: [----------] 6 tests from PortTimeTest
9: Test is invalid since the host machine reports more than one CPU (time may differ across CPUs - makes test results useless - re-enable if we develop thread affinity support)
9: [----------] 6 tests from PortTimeTest (11589 ms total)
9: 
9: [----------] 8 tests from PortTTyTest
9: TTY printf, check check 1 2 3 check ...
9: New line
9: [----------] 8 tests from PortTTyTest (0 ms total)
9: 
9: [----------] 13 tests from PortVmemTest
9: [----------] 13 tests from PortVmemTest (1248 ms total)
9: 
9: [----------] 35 tests from PortSysinfoTest
9: [----------] 35 tests from PortSysinfoTest (6748 ms total)
9: 
9: [----------] 1 test from PortVMemTest
9: [----------] 1 test from PortVMemTest (0 ms total)
9: 
9: [==========] 204 tests from 20 test cases ran. (33398 ms total)
9: [  PASSED  ] 204 tests.
9: [  ALL TESTS PASSED  ] 
9: 
9:   YOU HAVE 3 DISABLED TESTS
9: 
9: Some textSome text
 9/24 Test  #9: porttest ..........................   Passed   33.41 sec
test 10
      Start 10: rastest

10: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/rastest/omrrastest
10: Test timeout computed to be: 9.99988e+06
10: [==========] Running 38 tests from 11 test cases.
10: [----------] 3 tests from RASAgentNegativeTest
10: [----------] 3 tests from RASAgentNegativeTest (1 ms total)
10: 
10: [----------] 2 tests from RASAgentTest
10: [----------] 2 tests from RASAgentTest (0 ms total)
10: 
10: [----------] 1 test from RASMemoryCategoriesTest
10: 
10: Negative path: get categories with an undersized buffer
10:    written_count=16, total_categories=17
10: RUNTIME 26584 bytes / 48 allocations (Shallow: 0 bytes / 0 allocations)
10:    VM 26584 bytes / 48 allocations (Shallow: 984 bytes / 7 allocations)
10:       Threads 22920 bytes / 30 allocations
10:       Port Library 2264 bytes / 9 allocations
10:       OMRTI 416 bytes / 2 allocations
10: 
10: Positive path: get and validate categories
10:    written_count=17, total_categories=17
10: RUNTIME 26584 bytes / 48 allocations (Shallow: 0 bytes / 0 allocations)
10:    VM 26584 bytes / 48 allocations (Shallow: 984 bytes / 7 allocations)
10:       Threads 22920 bytes / 30 allocations
10:       Port Library 2264 bytes / 9 allocations
10:       OMRTI 416 bytes / 2 allocations
10: 
10: Positive path: get and validate categories and total_categories is null
10:    written_count=17
10: RUNTIME 26584 bytes / 48 allocations (Shallow: 0 bytes / 0 allocations)
10:    VM 26584 bytes / 48 allocations (Shallow: 984 bytes / 7 allocations)
10:       Threads 22920 bytes / 30 allocations
10:       Port Library 2264 bytes / 9 allocations
10:       OMRTI 416 bytes / 2 allocations
10: 
10: Positive path: get and validate categories with oversized max_categories and oversized buffer
10:    written_count=17, total_categories=17
10: RUNTIME 26648 bytes / 48 allocations (Shallow: 0 bytes / 0 allocations)
10:    VM 26648 bytes / 48 allocations (Shallow: 984 bytes / 7 allocations)
10:       Threads 22920 bytes / 30 allocations
10:       Port Library 2328 bytes / 9 allocations
10:       OMRTI 416 bytes / 2 allocations
10: 
10: Positive path: get and validate categories with oversized buffer and total_categories is null
10:    written_count=17, total_categories=17
10: RUNTIME 26648 bytes / 48 allocations (Shallow: 0 bytes / 0 allocations)
10:    VM 26648 bytes / 48 allocations (Shallow: 984 bytes / 7 allocations)
10:       Threads 22920 bytes / 30 allocations
10:       Port Library 2328 bytes / 9 allocations
10:       OMRTI 416 bytes / 2 allocations
10: 
10: Positive path: get and validate categories with oversized max_categories, oversized buffer and total_categories is null
10:    written_count=17 
10: RUNTIME 26648 bytes / 48 allocations (Shallow: 0 bytes / 0 allocations)
10:    VM 26648 bytes / 48 allocations (Shallow: 984 bytes / 7 allocations)
10:       Threads 22920 bytes / 30 allocations
10:       Port Library 2328 bytes / 9 allocations
10:       OMRTI 416 bytes / 2 allocations
10: [----------] 1 test from RASMemoryCategoriesTest (1 ms total)
10: 
10: [----------] 5 tests from RASMethodDictionaryTest
10: [----------] 5 tests from RASMethodDictionaryTest (0 ms total)
10: 
10: [----------] 9 tests from TraceLifecycleTest
10: [----------] 9 tests from TraceLifecycleTest (13 ms total)
10: 
10: [----------] 1 test from TraceLogTest
10: [----------] 1 test from TraceLogTest (4 ms total)
10: 
10: [----------] 1 test from RASTraceTest
10: omr_trc_startup: failed to set trace options, rc=9
10: omr_trc_startup error, rc=9
10: /home/jenkins/workspace/Test_Linux/fvtest/rastest/traceagent.c:262 Free physical memory size (in bytes): 23755780096, rc = 0 (OMR_ERROR_NONE), the function call is successful !
10: /home/jenkins/workspace/Test_Linux/fvtest/rastest/traceagent.c:272 Process virtual memory size (in bytes): 767287296, rc = 0 (OMR_ERROR_NONE), the function call is successful !
10: /home/jenkins/workspace/Test_Linux/fvtest/rastest/traceagent.c:281 Process physical memory size (in bytes): 6377472, rc = 0 (OMR_ERROR_NONE), the function call is successful !
10: /home/jenkins/workspace/Test_Linux/fvtest/rastest/traceagent.c:292 Process private memory size (in bytes): 761511936, rc = 0 (OMR_ERROR_NONE), the function call is successful !
10:    traceMetaLength=252
10: bindthreadagent: BindCurrentThread passed, vmThread=0x1845210
10: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x1845210
10: bindthreadagent: recursive UnbindCurrentThread passed
10: bindthreadagent: UnbindCurrentThread passed
10: bindthreadagent: BindCurrentThread passed, vmThread=0x7f32e00008e0
10: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x7f32e00008e0
10: bindthreadagent: recursive UnbindCurrentThread passed
10: bindthreadagent: UnbindCurrentThread passed
10: [----------] 1 test from RASTraceTest (203 ms total)
10: 
10: [----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest
10: [----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest (1 ms total)
10: 
10: [----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest
10: traceNotStartedAgent: Agent_OnLoad(options="(null)")
10: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x183d700
10: traceNotStartedAgent: SetTraceOptions: rc = 10
10: traceNotStartedAgent: GetTraceMetadata: rc = 10
10: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
10: traceNotStartedAgent: FlushTraceData: rc = 10
10: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
10: traceNotStartedAgent: UnbindCurrentThread passed
10: traceNotStartedAgent: Agent_OnUnload
10: traceNotStartedAgent: Agent_OnLoad(options="(null)")
10: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x183d700
10: traceNotStartedAgent: SetTraceOptions: rc = 10
10: traceNotStartedAgent: GetTraceMetadata: rc = 10
10: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
10: traceNotStartedAgent: FlushTraceData: rc = 10
10: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
10: traceNotStartedAgent: UnbindCurrentThread passed
10: traceNotStartedAgent: Agent_OnUnload
10: traceNotStartedAgent: Agent_OnLoad(options="abc")
10: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x183d700
10: traceNotStartedAgent: SetTraceOptions: rc = 10
10: traceNotStartedAgent: GetTraceMetadata: rc = 10
10: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
10: traceNotStartedAgent: FlushTraceData: rc = 10
10: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
10: traceNotStartedAgent: UnbindCurrentThread passed
10: traceNotStartedAgent: Agent_OnUnload
10: traceNotStartedAgent: Agent_OnLoad(options="(null)")
10: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x183d700
10: traceNotStartedAgent: SetTraceOptions: rc = 10
10: traceNotStartedAgent: GetTraceMetadata: rc = 10
10: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
10: traceNotStartedAgent: FlushTraceData: rc = 10
10: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
10: traceNotStartedAgent: UnbindCurrentThread passed
10: traceNotStartedAgent: Agent_OnUnload
10: traceNotStartedAgent: Agent_OnLoad(options="(null)")
10: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x183d700
10: traceNotStartedAgent: SetTraceOptions: rc = 10
10: traceNotStartedAgent: GetTraceMetadata: rc = 10
10: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
10: traceNotStartedAgent: FlushTraceData: rc = 10
10: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
10: traceNotStartedAgent: UnbindCurrentThread passed
10: traceNotStartedAgent: Agent_OnUnload
10: traceNotStartedAgent: Agent_OnLoad(options="abc")
10: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x183d700
10: traceNotStartedAgent: SetTraceOptions: rc = 10
10: traceNotStartedAgent: GetTraceMetadata: rc = 10
10: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
10: traceNotStartedAgent: FlushTraceData: rc = 10
10: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
10: traceNotStartedAgent: UnbindCurrentThread passed
10: traceNotStartedAgent: Agent_OnUnload
10: [----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest (2 ms total)
10: 
10: [----------] 2 tests from CpuLoadAgentOpts/RASAgentTest
10: cpuLoadAgent: Agent_OnLoad(options="<NULL>")
10: cpuLoadAgent: BindCurrentThread passed, vmThread=0x000000000183E7E0
10: Test GetProcessCpuLoad()
10: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
10: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
10: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.256806
10: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.231558
10: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.267383
10: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
10: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.978196
10: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
10: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
10: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
10: cpuLoadAgent: GetProcessCpuLoad() passed
10: Test GetSystemCpuLoad()
10: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
10: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
10: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.260302
10: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.298243
10: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.229379
10: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
10: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.895741
10: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
10: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
10: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
10: cpuLoadAgent: GetSystemCpuLoad() passed
10: cpuLoadAgent: UnbindCurrentThread passed
10: cpuLoadAgent: Agent_OnUnload
10: cpuLoadAgent: Agent_OnLoad(options="<NULL>")
10: cpuLoadAgent: BindCurrentThread passed, vmThread=0x000000000183E7E0
10: Test GetProcessCpuLoad()
10: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
10: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
10: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.250325
10: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.251539
10: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.250234
10: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
10: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 1.000000
10: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
10: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
10: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
10: cpuLoadAgent: GetProcessCpuLoad() passed
10: Test GetSystemCpuLoad()
10: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
10: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
10: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.234451
10: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.386017
10: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.231365
10: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
10: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 1.000000
10: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
10: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
10: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
10: cpuLoadAgent: GetSystemCpuLoad() passed
10: cpuLoadAgent: UnbindCurrentThread passed
10: cpuLoadAgent: Agent_OnUnload
10: [----------] 2 tests from CpuLoadAgentOpts/RASAgentTest (1572 ms total)
10: 
10: [----------] 2 tests from BindThreadAgentOpts/RASAgentTest
10: bindthreadagent: BindCurrentThread passed, vmThread=0x183e7e0
10: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x183e7e0
10: bindthreadagent: recursive UnbindCurrentThread passed
10: bindthreadagent: UnbindCurrentThread passed
10: bindthreadagent: BindCurrentThread passed, vmThread=0x7f32e00008e0
10: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x7f32e00008e0
10: bindthreadagent: recursive UnbindCurrentThread passed
10: bindthreadagent: UnbindCurrentThread passed
10: bindthreadagent: BindCurrentThread passed, vmThread=0x183e7e0
10: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x183e7e0
10: bindthreadagent: recursive UnbindCurrentThread passed
10: bindthreadagent: UnbindCurrentThread passed
10: bindthreadagent: BindCurrentThread passed, vmThread=0x7f32e00008e0
10: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x7f32e00008e0
10: bindthreadagent: recursive UnbindCurrentThread passed
10: bindthreadagent: UnbindCurrentThread passed
10: [----------] 2 tests from BindThreadAgentOpts/RASAgentTest (402 ms total)
10: 
10: [==========] 38 tests from 11 test cases ran. (2199 ms total)
10: [  PASSED  ] 38 tests.
10: [  ALL TESTS PASSED  ] 
10: 
10:   YOU HAVE 2 DISABLED TESTS
10: 
10/24 Test #10: rastest ...........................   Passed    2.21 sec
test 11
      Start 11: subscribertest

11: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/rastest/omrsubscribertest
11: Test timeout computed to be: 9.99988e+06
11: [==========] Running 3 tests from 2 test cases.
11: [----------] 1 test from RASSubscriberTest
11: [----------] 1 test from RASSubscriberTest (2 ms total)
11: 
11: [----------] 2 tests from RASSubscriberForkTest
11: [----------] 2 tests from RASSubscriberForkTest (11 ms total)
11: 
11: [==========] 3 tests from 2 test cases ran. (14 ms total)
11: [  PASSED  ] 3 tests.
11: [  ALL TESTS PASSED  ] 
11: 
11:   YOU HAVE 1 DISABLED TEST
11: 
11/24 Test #11: subscribertest ....................   Passed    0.02 sec
test 12
      Start 12: traceoptiontest

12: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/rastest/omrtraceoptiontest
12: Test timeout computed to be: 9.99988e+06
12: [==========] Running 1 test from 1 test case.
12: [----------] 1 test from RASTraceOptionTest
12: [----------] 1 test from RASTraceOptionTest (1 ms total)
12: 
12: [==========] 1 test from 1 test case ran. (2 ms total)
12: [  PASSED  ] 1 test.
12: [  ALL TESTS PASSED  ] 
12/24 Test #12: traceoptiontest ...................   Passed    0.01 sec
test 13
      Start 13: sigtest

13: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/sigtest/omrsigtest
13: Test timeout computed to be: 9.99988e+06
13: [==========] Running 7 tests from 1 test case.
13: [----------] 7 tests from OmrSigTest
13: [----------] 7 tests from OmrSigTest (295 ms total)
13: 
13: [==========] 7 tests from 1 test case ran. (295 ms total)
13: [  PASSED  ] 7 tests.
13: [  ALL TESTS PASSED  ] 
13/24 Test #13: sigtest ...........................   Passed    0.30 sec
test 14
      Start 14: threadextendedtest

14: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/threadextendedtest/omrthreadextendedtest
14: Test timeout computed to be: 9.99988e+06
14: [==========] Running 6 tests from 4 test cases.
14: [----------] 2 tests from ThreadCpuTime
14: [----------] 2 tests from ThreadCpuTime (596 ms total)
14: 
14: [----------] 1 test from CpuTimeTest
14: [----------] 1 test from CpuTimeTest (18 ms total)
14: 
14: [----------] 1 test from ApplicationCpuTimeTest
14: [----------] 1 test from ApplicationCpuTimeTest (19 ms total)
14: 
14: [----------] 2 tests from ThreadExtendedTest
14: [----------] 2 tests from ThreadExtendedTest (61798 ms total)
14: 
14: [==========] 6 tests from 4 test cases ran. (62431 ms total)
14: [  PASSED  ] 6 tests.
14: [  ALL TESTS PASSED  ] 
14: 
14:   YOU HAVE 1 DISABLED TEST
14: 
14/24 Test #14: threadextendedtest ................   Passed   62.43 sec
test 15
      Start 15: threadtest

15: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/threadtest/omrthreadtest
15: Test timeout computed to be: 9.99988e+06
15: [==========] Running 70 tests from 9 test cases.
15: [----------] 1 test from ThreadAbortDeathTest
15: [----------] 1 test from ThreadAbortDeathTest (218 ms total)
15: 
15: [----------] 3 tests from ThreadAbortTest
15: [----------] 3 tests from ThreadAbortTest (1001 ms total)
15: 
15: [----------] 15 tests from ThreadCreateTest
15: omrthread_attr_destroy(NULL) failed: retVal 14 (e)
15: omrthread_attr_destroy(&attr) failed: retVal 14 (e)
15: omrthread_attr_set_name(&attr, testname) unsupported: retVal 12 (c)
15: omrthread_attr_set_name(&attr, testname2) unsupported: retVal 12 (c)
15: omrthread_attr_set_name(&attr, NULL) unsupported: retVal 12 (c)
15: omrthread_create_ex(&handle, (attr? &attr : J9THREAD_ATTR_DEFAULT), 1, threadmain, &data) failed: retVal 6 (6) : errno 22 Invalid argument
15:   ignoring omrthread_create failure
15: omrthread_create_ex(&handle, (attr? &attr : J9THREAD_ATTR_DEFAULT), 1, threadmain, &data) failed: retVal 6 (6) : errno 22 Invalid argument
15:   ignoring omrthread_create failure
15: omrthread_attr_set_schedpolicy(&attr, omrthread_schedpolicy_LastEnum) failed: retVal 15 (f)
15: omrthread_attr_set_priority(&attr, -1) failed: retVal 15 (f)
15: omrthread_attr_set_priority(&attr, 90) failed: retVal 15 (f)
15: omrthread_attr_set_priority(&attr, 12) failed: retVal 15 (f)
15: [----------] 15 tests from ThreadCreateTest (5 ms total)
15: 
15: [----------] 8 tests from JoinTest
15: [----------] 8 tests from JoinTest (6001 ms total)
15: 
15: [----------] 1 test from KeyDestructorTest
15: [----------] 1 test from KeyDestructorTest (1 ms total)
15: 
15: [----------] 5 tests from LockedMonitorCountTest
15: [----------] 5 tests from LockedMonitorCountTest (0 ms total)
15: 
15: [----------] 12 tests from PriorityInterrupt
15: [----------] 12 tests from PriorityInterrupt (1024 ms total)
15: 
15: [----------] 18 tests from RWMutex
15: [----------] 18 tests from RWMutex (20022 ms total)
15: 
15: [----------] 7 tests from SanityTest
15: [----------] 7 tests from SanityTest (49576 ms total)
15: 
15: [==========] 70 tests from 9 test cases ran. (77850 ms total)
15: [  PASSED  ] 70 tests.
15: [  ALL TESTS PASSED  ] 
15: 
15:   YOU HAVE 1 DISABLED TEST
15: 
15/24 Test #15: threadtest ........................   Passed   77.86 sec
test 16
      Start 16: threadSetAttrThreadWeightTest

16: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/threadtest/omrthreadtest "--gtest_also_run_disabled_tests" "--gtest_filter=ThreadCreateTest.DISABLED_SetAttrThreadWeight"
16: Test timeout computed to be: 9.99988e+06
16: Note: Google Test filter = ThreadCreateTest.DISABLED_SetAttrThreadWeight
16: [==========] Running 1 test from 1 test case.
16: [----------] 1 test from ThreadCreateTest
16: [----------] 1 test from ThreadCreateTest (0 ms total)
16: 
16: [==========] 1 test from 1 test case ran. (1 ms total)
16: [  PASSED  ] 1 test.
16: [  ALL TESTS PASSED  ] 
16/24 Test #16: threadSetAttrThreadWeightTest .....   Passed    0.01 sec
test 17
      Start 17: threadRealtimeTest

17: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/threadtest/omrthreadtest "--gtest_filter=ThreadCreateTest.*" "-realtime"
17: Test timeout computed to be: 9.99988e+06
17: Note: Google Test filter = ThreadCreateTest.*
17: [==========] Running 15 tests from 1 test case.
17: [----------] 15 tests from ThreadCreateTest
17: omrthread_attr_destroy(NULL) failed: retVal 14 (e)
17: omrthread_attr_destroy(&attr) failed: retVal 14 (e)
17: omrthread_attr_set_name(&attr, testname) unsupported: retVal 12 (c)
17: omrthread_attr_set_name(&attr, testname2) unsupported: retVal 12 (c)
17: omrthread_attr_set_name(&attr, NULL) unsupported: retVal 12 (c)
17:   ignoring omrthread_create failure
17:   ignoring omrthread_create failure
17: omrthread_attr_set_schedpolicy(&attr, omrthread_schedpolicy_LastEnum) failed: retVal 15 (f)
17: omrthread_attr_set_priority(&attr, -1) failed: retVal 15 (f)
17: omrthread_attr_set_priority(&attr, 90) failed: retVal 15 (f)
17: omrthread_attr_set_priority(&attr, 12) failed: retVal 15 (f)
17: [----------] 15 tests from ThreadCreateTest (3 ms total)
17: 
17: [==========] 15 tests from 1 test case ran. (3 ms total)
17: [  PASSED  ] 15 tests.
17: [  ALL TESTS PASSED  ] 
17: 
17:   YOU HAVE 1 DISABLED TEST
17: 
17/24 Test #17: threadRealtimeTest ................   Passed    0.01 sec
test 18
      Start 18: utiltest

18: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/utiltest/omrutiltest
18: Test timeout computed to be: 9.99988e+06
18: [==========] Running 1 test from 1 test case.
18: [----------] 1 test from UtilTest
18: [----------] 1 test from UtilTest (0 ms total)
18: 
18: [==========] 1 test from 1 test case ran. (0 ms total)
18: [  PASSED  ] 1 test.
18: [  ALL TESTS PASSED  ] 
18/24 Test #18: utiltest ..........................   Passed    0.00 sec
test 19
      Start 19: vmtest

19: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/vmtest/omrvmtest
19: Test timeout computed to be: 9.99988e+06
19: [==========] Running 1 test from 1 test case.
19: [----------] 1 test from ThreadForkResetTest
19: [----------] 1 test from ThreadForkResetTest (1 ms total)
19: 
19: [==========] 1 test from 1 test case ran. (1 ms total)
19: [  PASSED  ] 1 test.
19: [  ALL TESTS PASSED  ] 
19/24 Test #19: vmtest ............................   Passed    0.00 sec
test 20
      Start 20: gctest

20: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/gctest/omrgctest "--gtest_filter=gcFunctionalTest*"
20: Test timeout computed to be: 9.99988e+06
20: Note: Google Test filter = gcFunctionalTest*
20: [==========] Running 8 tests from 1 test case.
20: [----------] 8 tests from gcFunctionalTest/GCConfigTest
20: [----------] 8 tests from gcFunctionalTest/GCConfigTest (2537 ms total)
20: 
20: [==========] 8 tests from 1 test case ran. (2538 ms total)
20: [  PASSED  ] 8 tests.
20: [  ALL TESTS PASSED  ] 
20/24 Test #20: gctest ............................   Passed    2.54 sec
test 21
      Start 21: JitBuilderTest

21: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/jitbuildertest/jitbuildertest
21: Test timeout computed to be: 9.99988e+06
21: [==========] Running 27 tests from 11 test cases.
21: [----------] Global test environment set-up.
21: [----------] 2 tests from selftest
21: [ RUN      ] selftest.JustReturnTest
21: [       OK ] selftest.JustReturnTest (2 ms)
21: [ RUN      ] selftest.BadBuilderTest
21: [       OK ] selftest.BadBuilderTest (0 ms)
21: [----------] 2 tests from selftest (2 ms total)
21: 
21: [----------] 3 tests from UnionTest
21: [ RUN      ] UnionTest.UnionTypeDictionaryTest
21: [       OK ] UnionTest.UnionTypeDictionaryTest (0 ms)
21: [ RUN      ] UnionTest.TypePunWithEqualTypes
21: [       OK ] UnionTest.TypePunWithEqualTypes (2 ms)
21: [ RUN      ] UnionTest.TypePunWithDifferentTypes
21: [       OK ] UnionTest.TypePunWithDifferentTypes (2 ms)
21: [----------] 3 tests from UnionTest (5 ms total)
21: 
21: [----------] 2 tests from FieldAddressTest
21: [ RUN      ] FieldAddressTest.StructField
21: [       OK ] FieldAddressTest.StructField (2 ms)
21: [ RUN      ] FieldAddressTest.UnionField
21: [       OK ] FieldAddressTest.UnionField (2 ms)
21: [----------] 2 tests from FieldAddressTest (4 ms total)
21: 
21: [----------] 1 test from AnonymousTest
21: [ RUN      ] AnonymousTest.AnonymousTest
21: [       OK ] AnonymousTest.AnonymousTest (1 ms)
21: [----------] 1 test from AnonymousTest (1 ms total)
21: 
21: [----------] 1 test from ControlfFlowTest
21: [ RUN      ] ControlfFlowTest.DoubleReturnTest
21: [       OK ] ControlfFlowTest.DoubleReturnTest (2 ms)
21: [----------] 1 test from ControlfFlowTest (2 ms total)
21: 
21: [----------] 6 tests from NegateTest
21: [ RUN      ] NegateTest.Int64_Test
21: [       OK ] NegateTest.Int64_Test (1 ms)
21: [ RUN      ] NegateTest.Int32_Test
21: [       OK ] NegateTest.Int32_Test (2 ms)
21: [ RUN      ] NegateTest.Int16_Test
21: [       OK ] NegateTest.Int16_Test (1 ms)
21: [ RUN      ] NegateTest.Int8_Test
21: [       OK ] NegateTest.Int8_Test (2 ms)
21: [ RUN      ] NegateTest.Float_Test
21: [       OK ] NegateTest.Float_Test (2 ms)
21: [ RUN      ] NegateTest.Double_Test
21: [       OK ] NegateTest.Double_Test (1 ms)
21: [----------] 6 tests from NegateTest (9 ms total)
21: 
21: [----------] 1 test from SystemLinkageTest
21: [ RUN      ] SystemLinkageTest.FooTest
21: [       OK ] SystemLinkageTest.FooTest (4 ms)
21: [----------] 1 test from SystemLinkageTest (4 ms total)
21: 
21: [----------] 1 test from WorklistTest
21: [ RUN      ] WorklistTest.test
21: [       OK ] WorklistTest.test (12 ms)
21: [----------] 1 test from WorklistTest (12 ms total)
21: 
21: [----------] 2 tests from FieldNameTest
21: [ RUN      ] FieldNameTest.StructField
21: [       OK ] FieldNameTest.StructField (1 ms)
21: [ RUN      ] FieldNameTest.UnionField
21: [       OK ] FieldNameTest.UnionField (1 ms)
21: [----------] 2 tests from FieldNameTest (2 ms total)
21: 
21: [----------] 4 tests from BitConversionTest
21: [ RUN      ] BitConversionTest.Int2Float
21: [       OK ] BitConversionTest.Int2Float (1 ms)
21: [ RUN      ] BitConversionTest.Float2Int
21: [       OK ] BitConversionTest.Float2Int (2 ms)
21: [ RUN      ] BitConversionTest.Long2Double
21: [       OK ] BitConversionTest.Long2Double (1 ms)
21: [ RUN      ] BitConversionTest.Double2Long
21: [       OK ] BitConversionTest.Double2Long (2 ms)
21: [----------] 4 tests from BitConversionTest (6 ms total)
21: 
21: [----------] 4 tests from ReturnTypeTest
21: [ RUN      ] ReturnTypeTest.Int64_Test
21: [       OK ] ReturnTypeTest.Int64_Test (2 ms)
21: [ RUN      ] ReturnTypeTest.Int32_Test
21: [       OK ] ReturnTypeTest.Int32_Test (2 ms)
21: [ RUN      ] ReturnTypeTest.Int16_Test
21: [       OK ] ReturnTypeTest.Int16_Test (2 ms)
21: [ RUN      ] ReturnTypeTest.Int8_Test
21: [       OK ] ReturnTypeTest.Int8_Test (2 ms)
21: [----------] 4 tests from ReturnTypeTest (8 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 27 tests from 11 test cases ran. (57 ms total)
21: [  PASSED  ] 27 tests.
21: [  ALL TESTS PASSED  ] 
21/24 Test #21: JitBuilderTest ....................   Passed    0.06 sec
test 22
      Start 22: CompilerTest

22: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/compilertest/compilertest
22: Test timeout computed to be: 9.99988e+06
22: [==========] Running 57 tests from 10 test cases.
22: [----------] Global test environment set-up.
22: [----------] 2 tests from JITTest
22: [ RUN      ] JITTest.BuilderTest
22: [       OK ] JITTest.BuilderTest (8 ms)
22: [ RUN      ] JITTest.FooBarTest
22: [       OK ] JITTest.FooBarTest (3 ms)
22: [----------] 2 tests from JITTest (11 ms total)
22: 
22: [----------] 2 tests from JITILBuilderTest
22: [ RUN      ] JITILBuilderTest.ControlFlowTest
22: [       OK ] JITILBuilderTest.ControlFlowTest (16167 ms)
22: [ RUN      ] JITILBuilderTest.NestedControlFlowLoopTest
22: [       OK ] JITILBuilderTest.NestedControlFlowLoopTest (17 ms)
22: [----------] 2 tests from JITILBuilderTest (16184 ms total)
22: 
22: [----------] 5 tests from LimitFileTest
22: [ RUN      ] LimitFileTest.CreateVLogTest
22: [       OK ] LimitFileTest.CreateVLogTest (20 ms)
22: [ RUN      ] LimitFileTest.CheckVLogTest
22: [       OK ] LimitFileTest.CheckVLogTest (12 ms)
22: [ RUN      ] LimitFileTest.UseLimitFileTest
22: [       OK ] LimitFileTest.UseLimitFileTest (27 ms)
22: [ RUN      ] LimitFileTest.UseLimitFileRangeTest
22: [       OK ] LimitFileTest.UseLimitFileRangeTest (19 ms)
22: [ RUN      ] LimitFileTest.UseLimitFileBoundTest
22: [       OK ] LimitFileTest.UseLimitFileBoundTest (25 ms)
22: [----------] 5 tests from LimitFileTest (105 ms total)
22: 
22: [----------] 3 tests from LogFileTest
22: [ RUN      ] LogFileTest.CreateTFLogTest
22: [       OK ] LogFileTest.CreateTFLogTest (46 ms)
22: [ RUN      ] LogFileTest.EmptyTFLogTest
22: [       OK ] LogFileTest.EmptyTFLogTest (48 ms)
22: [ RUN      ] LogFileTest.KeywordsLogTest
22: [       OK ] LogFileTest.KeywordsLogTest (86 ms)
22: [----------] 3 tests from LogFileTest (180 ms total)
22: 
22: [----------] 2 tests from OptionSetTest
22: [ RUN      ] OptionSetTest.UseOptionSets
22: [       OK ] OptionSetTest.UseOptionSets (31 ms)
22: [ RUN      ] OptionSetTest.WithDefault
22: [       OK ] OptionSetTest.WithDefault (32 ms)
22: [----------] 2 tests from OptionSetTest (63 ms total)
22: 
22: [----------] 8 tests from JITCrossPlatformsOpCodesTest
22: [ RUN      ] JITCrossPlatformsOpCodesTest.UnaryTest
22: [       OK ] JITCrossPlatformsOpCodesTest.UnaryTest (38 ms)
22: [ RUN      ] JITCrossPlatformsOpCodesTest.IntegerArithmeticTest
22: [       OK ] JITCrossPlatformsOpCodesTest.IntegerArithmeticTest (51 ms)
22: [ RUN      ] JITCrossPlatformsOpCodesTest.MemoryOperationTest
22: [       OK ] JITCrossPlatformsOpCodesTest.MemoryOperationTest (9 ms)
22: [ RUN      ] JITCrossPlatformsOpCodesTest.BitwiseTest
22: [       OK ] JITCrossPlatformsOpCodesTest.BitwiseTest (18 ms)
22: [ RUN      ] JITCrossPlatformsOpCodesTest.CompareTest
22: [       OK ] JITCrossPlatformsOpCodesTest.CompareTest (315 ms)
22: [ RUN      ] JITCrossPlatformsOpCodesTest.TernaryTest
22: [       OK ] JITCrossPlatformsOpCodesTest.TernaryTest (89 ms)
22: [ RUN      ] JITCrossPlatformsOpCodesTest.AddressTest
22: [       OK ] JITCrossPlatformsOpCodesTest.AddressTest (14 ms)
22: [ RUN      ] JITCrossPlatformsOpCodesTest.UnsupportedOpCodesTest
22: [       OK ] JITCrossPlatformsOpCodesTest.UnsupportedOpCodesTest (2 ms)
22: [----------] 8 tests from JITCrossPlatformsOpCodesTest (536 ms total)
22: 
22: [----------] 1 test from JITQuxTest
22: [ RUN      ] JITQuxTest.QuxTest2
22: [       OK ] JITQuxTest.QuxTest2 (0 ms)
22: [----------] 1 test from JITQuxTest (0 ms total)
22: 
22: [----------] 1 test from SimplifierFoldAndTest
22: [ RUN      ] SimplifierFoldAndTest.SimplifierFoldAndTest
22: [       OK ] SimplifierFoldAndTest.SimplifierFoldAndTest (1 ms)
22: [----------] 1 test from SimplifierFoldAndTest (1 ms total)
22: 
22: [----------] 23 tests from SingleBitContainerTest
22: [ RUN      ] SingleBitContainerTest.resetAllTest1
22: [       OK ] SingleBitContainerTest.resetAllTest1 (0 ms)
22: [ RUN      ] SingleBitContainerTest.resetAllTest2
22: [       OK ] SingleBitContainerTest.resetAllTest2 (0 ms)
22: [ RUN      ] SingleBitContainerTest.resetAllTest3
22: [       OK ] SingleBitContainerTest.resetAllTest3 (0 ms)
22: [ RUN      ] SingleBitContainerTest.resetAllTest4
22: [       OK ] SingleBitContainerTest.resetAllTest4 (0 ms)
22: [ RUN      ] SingleBitContainerTest.resetAllTest5
22: [       OK ] SingleBitContainerTest.resetAllTest5 (0 ms)
22: [ RUN      ] SingleBitContainerTest.setAllTest1
22: [       OK ] SingleBitContainerTest.setAllTest1 (0 ms)
22: [ RUN      ] SingleBitContainerTest.setAllTest2
22: [       OK ] SingleBitContainerTest.setAllTest2 (0 ms)
22: [ RUN      ] SingleBitContainerTest.setAllTest3
22: [       OK ] SingleBitContainerTest.setAllTest3 (0 ms)
22: [ RUN      ] SingleBitContainerTest.setAllTest4
22: [       OK ] SingleBitContainerTest.setAllTest4 (0 ms)
22: [ RUN      ] SingleBitContainerTest.setAllTest5
22: [       OK ] SingleBitContainerTest.setAllTest5 (0 ms)
22: [ RUN      ] SingleBitContainerTest.intersects
22: [       OK ] SingleBitContainerTest.intersects (0 ms)
22: [ RUN      ] SingleBitContainerTest.operatorEqual
22: [       OK ] SingleBitContainerTest.operatorEqual (0 ms)
22: [ RUN      ] SingleBitContainerTest.operatorNotEqualTest1
22: [       OK ] SingleBitContainerTest.operatorNotEqualTest1 (0 ms)
22: [ RUN      ] SingleBitContainerTest.bitOperator
22: [       OK ] SingleBitContainerTest.bitOperator (0 ms)
22: [ RUN      ] SingleBitContainerTest.operatorAndEqualTest
22: [       OK ] SingleBitContainerTest.operatorAndEqualTest (0 ms)
22: [ RUN      ] SingleBitContainerTest.operatorSubEqualTest
22: [       OK ] SingleBitContainerTest.operatorSubEqualTest (0 ms)
22: [ RUN      ] SingleBitContainerTest.assignmentTest
22: [       OK ] SingleBitContainerTest.assignmentTest (0 ms)
22: [ RUN      ] SingleBitContainerTest.emptyTest
22: [       OK ] SingleBitContainerTest.emptyTest (0 ms)
22: [ RUN      ] SingleBitContainerTest.hasMoreThanOneElementTest
22: [       OK ] SingleBitContainerTest.hasMoreThanOneElementTest (0 ms)
22: [ RUN      ] SingleBitContainerTest.elementCount
22: [       OK ] SingleBitContainerTest.elementCount (0 ms)
22: [ RUN      ] SingleBitContainerTest.numUsedChunks1
22: [       OK ] SingleBitContainerTest.numUsedChunks1 (0 ms)
22: [ RUN      ] SingleBitContainerTest.numNonZeroChunks
22: [       OK ] SingleBitContainerTest.numNonZeroChunks (0 ms)
22: [ RUN      ] SingleBitContainerTest.isEmpty
22: [       OK ] SingleBitContainerTest.isEmpty (0 ms)
22: [----------] 23 tests from SingleBitContainerTest (0 ms total)
22: 
22: [----------] 10 tests from JITX86OpCodesTest
22: [ RUN      ] JITX86OpCodesTest.UnaryTest
22: [       OK ] JITX86OpCodesTest.UnaryTest (151 ms)
22: [ RUN      ] JITX86OpCodesTest.IntegerArithmeticTest
22: [       OK ] JITX86OpCodesTest.IntegerArithmeticTest (100 ms)
22: [ RUN      ] JITX86OpCodesTest.FloatArithmeticTest
22: [       OK ] JITX86OpCodesTest.FloatArithmeticTest (84 ms)
22: [ RUN      ] JITX86OpCodesTest.MemoryOperationTest
22: [       OK ] JITX86OpCodesTest.MemoryOperationTest (48 ms)
22: [ RUN      ] JITX86OpCodesTest.BitwiseTest
22: [       OK ] JITX86OpCodesTest.BitwiseTest (82 ms)
22: [ RUN      ] JITX86OpCodesTest.DirectCallTest
22: [       OK ] JITX86OpCodesTest.DirectCallTest (6 ms)
22: [ RUN      ] JITX86OpCodesTest.CompareTest
22: [       OK ] JITX86OpCodesTest.CompareTest (633 ms)
22: [ RUN      ] JITX86OpCodesTest.TernaryTest
22: [       OK ] JITX86OpCodesTest.TernaryTest (55 ms)
22: [ RUN      ] JITX86OpCodesTest.X86AddressTest
22: [       OK ] JITX86OpCodesTest.X86AddressTest (216 ms)
22: [ RUN      ] JITX86OpCodesTest.UnsupportedOpCodesTest
22: [       OK ] JITX86OpCodesTest.UnsupportedOpCodesTest (3 ms)
22: [----------] 10 tests from JITX86OpCodesTest (1378 ms total)
22: 
22: [----------] Global test environment tear-down
22: [==========] 57 tests from 10 test cases ran. (18459 ms total)
22: [  PASSED  ] 57 tests.
22: [  ALL TESTS PASSED  ] 
22: 
22:   YOU HAVE 6 DISABLED TESTS
22: 
22/24 Test #22: CompilerTest ......................   Passed   18.46 sec
test 23
      Start 23: triltest

23: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/tril/test/triltest
23: Test timeout computed to be: 9.99988e+06
23: [==========] Running 84 tests from 12 test cases.
23: [----------] 16 tests from ASTValueTest
23: [----------] 16 tests from ASTValueTest (0 ms total)
23: 
23: [----------] 13 tests from ASTNodeArgumentTest
23: [----------] 13 tests from ASTNodeArgumentTest (0 ms total)
23: 
23: [----------] 15 tests from ASTNodeTest
23: [----------] 15 tests from ASTNodeTest (0 ms total)
23: 
23: [----------] 14 tests from ParserTest
23: [----------] 14 tests from ParserTest (0 ms total)
23: 
23: [----------] 8 tests from MethodInfoTest
23: [----------] 8 tests from MethodInfoTest (0 ms total)
23: 
23: [----------] 1 test from IlGenTest
23: [----------] 1 test from IlGenTest (3 ms total)
23: 
23: [----------] 2 tests from CompileTest
23: [----------] 2 tests from CompileTest (3 ms total)
23: 
23: [----------] 2 tests from ParserTest/SingleNodeWithName
23: [----------] 2 tests from ParserTest/SingleNodeWithName (0 ms total)
23: 
23: [----------] 5 tests from ParserTestSingleNodeWithIntArgAsDecValue/SingleNodeWithIntArg
23: [----------] 5 tests from ParserTestSingleNodeWithIntArgAsDecValue/SingleNodeWithIntArg (0 ms total)
23: 
23: [----------] 3 tests from ParserTestSingleNodeWithIntArgAsHexValue/SingleNodeWithIntArg
23: [----------] 3 tests from ParserTestSingleNodeWithIntArgAsHexValue/SingleNodeWithIntArg (0 ms total)
23: 
23: [----------] 3 tests from ParserTest/SingleNodeWithFloatArg
23: [----------] 3 tests from ParserTest/SingleNodeWithFloatArg (0 ms total)
23: 
23: [----------] 2 tests from ParserTest/SingleNodeWithUnnamedArg
23: [----------] 2 tests from ParserTest/SingleNodeWithUnnamedArg (0 ms total)
23: 
23: [==========] 84 tests from 12 test cases ran. (7 ms total)
23: [  PASSED  ] 84 tests.
23: [  ALL TESTS PASSED  ] 
23/24 Test #23: triltest ..........................   Passed    0.01 sec
test 24
      Start 24: comptest

24: Test command: /home/jenkins/workspace/Test_Linux/build/fvtest/compilertriltest/comptest "--gtest_color=yes"
24: Test timeout computed to be: 9.99988e+06
24: [==========] Running 14810 tests from 53 test cases.
24: [----------] 8 tests from PtrTest
24: [----------] 8 tests from PtrTest (0 ms total)
24: 
24: [----------] 8 tests from TRTestCombineVectorTest
24: [----------] 8 tests from TRTestCombineVectorTest (0 ms total)
24: 
24: [----------] 8 tests from TRTestCombineBraceInitTest
24: [----------] 8 tests from TRTestCombineBraceInitTest (0 ms total)
24: 
24: [----------] 7 tests from TRTestFilter
24: [----------] 7 tests from TRTestFilter (0 ms total)
24: 
24: [----------] 1 test from InvalidCommoningTest
24: *** VALIDATION ERROR ***
24: Node: BBEnd n2n
24: Method: file:line:name
24: Node cannot live across block boundary at n7n
24: 
24: [----------] 1 test from InvalidCommoningTest (1 ms total)
24: 
24: [----------] 3 tests from SimplifierFoldAbsNegTest/0, where TypeParam = int
24: [----------] 3 tests from SimplifierFoldAbsNegTest/0 (2 ms total)
24: 
24: [----------] 3 tests from SimplifierFoldAbsNegTest/1, where TypeParam = long
24: [----------] 3 tests from SimplifierFoldAbsNegTest/1 (2 ms total)
24: 
24: [----------] 3 tests from SimplifierFoldAbsNegTest/2, where TypeParam = float
24: [----------] 3 tests from SimplifierFoldAbsNegTest/2 (2 ms total)
24: 
24: [----------] 3 tests from SimplifierFoldAbsNegTest/3, where TypeParam = double
24: [----------] 3 tests from SimplifierFoldAbsNegTest/3 (2 ms total)
24: 
24: [----------] 1 test from SimplifierFoldAndTest
24: [----------] 1 test from SimplifierFoldAndTest (1 ms total)
24: 
24: [----------] 1 test from VectorTest
24: [----------] 1 test from VectorTest (4 ms total)
24: 
24: [----------] 1 test from CallTest
24: [----------] 1 test from CallTest (2 ms total)
24: 
24: [----------] 1 test from MockStrategyTest
24: [----------] 1 test from MockStrategyTest (1 ms total)
24: 
24: [----------] 1 test from TypeToString
24: [----------] 1 test from TypeToString (0 ms total)
24: 
24: [----------] 3 tests from LinkageTest/0, where TypeParam = int
24: [----------] 3 tests from LinkageTest/0 (5 ms total)
24: 
24: [----------] 3 tests from LinkageTest/1, where TypeParam = long
24: [----------] 3 tests from LinkageTest/1 (5 ms total)
24: 
24: [----------] 3 tests from LinkageTest/2, where TypeParam = float
24: [----------] 3 tests from LinkageTest/2 (6 ms total)
24: 
24: [----------] 3 tests from LinkageTest/3, where TypeParam = double
24: [----------] 3 tests from LinkageTest/3 (5 ms total)
24: 
24: [----------] 14 tests from ILValidatorTest/IllformedTrees
24: *** VALIDATION ERROR ***
24: Node: iadd n4n
24: Method: file:line:name
24: Child 1 has unexpected type Int16 (expected Int32)
24: 
24: *** VALIDATION ERROR ***
24: Node: sadd n4n
24: Method: file:line:name
24: Child 0 has unexpected type Int32 (expected Int16)
24: 
24: *** VALIDATION ERROR ***
24: Node: aiadd n4n
24: Method: file:line:name
24: Child 1 has unexpected type Int64 (expected Int32)
24: 
24: *** VALIDATION ERROR ***
24: Node: aladd n4n
24: Method: file:line:name
24: Child 1 has unexpected type Int32 (expected Int64)
24: 
24: *** VALIDATION ERROR ***
24: Node: aiadd n4n
24: Method: file:line:name
24: Child 0 has unexpected type Int32 (expected Address)
24: 
24: *** VALIDATION ERROR ***
24: Node: aladd n4n
24: Method: file:line:name
24: Child 0 has unexpected type Int64 (expected Address)
24: 
24: *** VALIDATION ERROR ***
24: Node: acmpeq n4n
24: Method: file:line:name
24: Child 0 has unexpected type Int32 (expected Address)
24: 
24: *** VALIDATION ERROR ***
24: Node: acmpge n4n
24: Method: file:line:name
24: Child 0 has unexpected type Int64 (expected Address)
24: 
24: *** VALIDATION ERROR ***
24: Node: return n3n
24: Method: file:line:name
24: Child count 1 does not match expected value of 0
24: 
24: *** VALIDATION ERROR ***
24: Node: ireturn n3n
24: Method: file:line:name
24: Child count 2 does not match expected value of 1
24: 
24: *** VALIDATION ERROR ***
24: Node: ireturn n3n
24: Method: file:line:name
24: Child count 2 does not match expected value of 1
24: 
24: *** VALIDATION ERROR ***
24: Node: iconst n4n
24: Method: file:line:name
24: Child count 1 does not match expected value of 0
24: 
24: *** VALIDATION ERROR ***
24: Node: iadd n4n
24: Method: file:line:name
24: Child count 3 does not match expected value of 2
24: 
24: *** VALIDATION ERROR ***
24: Node: lreturn n3n
24: Method: file:line:name
24: Child 0 has unexpected type Int16 (expected Int64)
24: 
24: [----------] 14 tests from ILValidatorTest/IllformedTrees (6 ms total)
24: 
24: [----------] 8 tests from ILValidatorTest/WellformedTrees
24: [----------] 8 tests from ILValidatorTest/WellformedTrees (13 ms total)
24: 
24: [----------] 450 tests from CommoningValidationTest/CommoningTest
24: [----------] 450 tests from CommoningValidationTest/CommoningTest (1430 ms total)
24: 
24: [----------] 1350 tests from ArithmeticTest/Int32Arithmetic
24: [----------] 1350 tests from ArithmeticTest/Int32Arithmetic (2615 ms total)
24: 
24: [----------] 832 tests from DivArithmeticTest/Int32Arithmetic
24: [----------] 832 tests from DivArithmeticTest/Int32Arithmetic (1616 ms total)
24: 
24: [----------] 630 tests from ShiftAndRotateTest/Int32ShiftAndRotate
24: [----------] 630 tests from ShiftAndRotateTest/Int32ShiftAndRotate (1211 ms total)
24: 
24: [----------] 714 tests from ShiftAndRotateTest/Int64ShiftAndRotate
24: [----------] 714 tests from ShiftAndRotateTest/Int64ShiftAndRotate (1378 ms total)
24: 
24: [----------] 252 tests from ShiftAndRotateTest/Int8ShiftAndRotate
24: [----------] 252 tests from ShiftAndRotateTest/Int8ShiftAndRotate (498 ms total)
24: 
24: [----------] 252 tests from ShiftAndRotateTest/Int16ShiftAndRotate
24: [----------] 252 tests from ShiftAndRotateTest/Int16ShiftAndRotate (498 ms total)
24: 
24: [----------] 126 tests from ShiftAndRotateTest/UInt32ShiftAndRotate
24: [----------] 126 tests from ShiftAndRotateTest/UInt32ShiftAndRotate (242 ms total)
24: 
24: [----------] 126 tests from ShiftAndRotateTest/UInt64ShiftAndRotate
24: [----------] 126 tests from ShiftAndRotateTest/UInt64ShiftAndRotate (231 ms total)
24: 
24: [----------] 126 tests from ShiftAndRotateTest/UInt8ShiftAndRotate
24: [----------] 126 tests from ShiftAndRotateTest/UInt8ShiftAndRotate (209 ms total)
24: 
24: [----------] 126 tests from ShiftAndRotateTest/UInt16ShiftAndRotate
24: [----------] 126 tests from ShiftAndRotateTest/UInt16ShiftAndRotate (209 ms total)
24: 
24: [----------] 81 tests from IfxcmpgeReductionTest/Int8ReductionTest
24: [----------] 81 tests from IfxcmpgeReductionTest/Int8ReductionTest (207 ms total)
24: 
24: [----------] 81 tests from IfxcmpgeReductionTest/UInt8ReductionTest
24: [----------] 81 tests from IfxcmpgeReductionTest/UInt8ReductionTest (195 ms total)
24: 
24: [----------] 81 tests from IfxcmpgeReductionTest/Int16ReductionTest
24: [----------] 81 tests from IfxcmpgeReductionTest/Int16ReductionTest (210 ms total)
24: 
24: [----------] 81 tests from IfxcmpgeReductionTest/UInt16ReductionTest
24: [----------] 81 tests from IfxcmpgeReductionTest/UInt16ReductionTest (195 ms total)
24: 
24: [----------] 225 tests from IfxcmpgeReductionTest/Int32ReductionTest
24: [----------] 225 tests from IfxcmpgeReductionTest/Int32ReductionTest (578 ms total)
24: 
24: [----------] 81 tests from IfxcmpgeReductionTest/UInt32ReductionTest
24: [----------] 81 tests from IfxcmpgeReductionTest/UInt32ReductionTest (192 ms total)
24: 
24: [----------] 289 tests from IfxcmpgeReductionTest/Int64ReductionTest
24: [----------] 289 tests from IfxcmpgeReductionTest/Int64ReductionTest (755 ms total)
24: 
24: [----------] 81 tests from IfxcmpgeReductionTest/UInt64ReductionTest
24: [----------] 81 tests from IfxcmpgeReductionTest/UInt64ReductionTest (193 ms total)
24: 
24: [----------] 864 tests from i2lZerosAroundOnes/i2lLongAndAsRotateTest
24: [----------] 864 tests from i2lZerosAroundOnes/i2lLongAndAsRotateTest (1544 ms total)
24: 
24: [----------] 480 tests from i2lOnesAroundZeros/i2lLongAndAsRotateTest
24: [----------] 480 tests from i2lOnesAroundZeros/i2lLongAndAsRotateTest (856 ms total)
24: 
24: [----------] 144 tests from i2lInvalidPatterns/i2lLongAndAsRotateTest
24: [----------] 144 tests from i2lInvalidPatterns/i2lLongAndAsRotateTest (260 ms total)
24: 
24: [----------] 864 tests from iu2lZerosAroundOnes/iu2lLongAndAsRotateTest
24: [----------] 864 tests from iu2lZerosAroundOnes/iu2lLongAndAsRotateTest (1546 ms total)
24: 
24: [----------] 480 tests from iu2lOnesAroundZeros/iu2lLongAndAsRotateTest
24: [----------] 480 tests from iu2lOnesAroundZeros/iu2lLongAndAsRotateTest (858 ms total)
24: 
24: [----------] 144 tests from iu2lInvalidPatterns/iu2lLongAndAsRotateTest
24: [----------] 144 tests from iu2lInvalidPatterns/iu2lLongAndAsRotateTest (260 ms total)
24: 
24: [----------] 30 tests from LogicalTest/Int32LogicalUnary
24: [----------] 30 tests from LogicalTest/Int32LogicalUnary (43 ms total)
24: 
24: [----------] 225 tests from LogicalTest/Int32LogicalBinary
24: [----------] 225 tests from LogicalTest/Int32LogicalBinary (320 ms total)
24: 
24: [----------] 960 tests from lBitPermute/lBitPermuteTest
24: [----------] 960 tests from lBitPermute/lBitPermuteTest (1881 ms total)
24: 
24: [----------] 960 tests from iBitPermute/iBitPermuteTest
24: [----------] 960 tests from iBitPermute/iBitPermuteTest (1831 ms total)
24: 
24: [----------] 768 tests from sBitPermute/sBitPermuteTest
24: [----------] 768 tests from sBitPermute/sBitPermuteTest (1507 ms total)
24: 
24: [----------] 768 tests from bBitPermute/bBitPermuteTest
24: [----------] 768 tests from bBitPermute/bBitPermuteTest (1495 ms total)
24: 
24: [----------] 900 tests from MaxMin/Int32MaxMin
24: [----------] 900 tests from MaxMin/Int32MaxMin (1463 ms total)
24: 
24: [----------] 1156 tests from MaxMin/Int64MaxMin
24: [----------] 1156 tests from MaxMin/Int64MaxMin (1877 ms total)
24: 
24: [==========] 14810 tests from 53 test cases ran. (28468 ms total)
24: [  PASSED  ] 14810 tests.
24: [  ALL TESTS PASSED  ] 
24: 
24/24 Test #24: comptest ..........................   Passed   28.89 sec

100% tests passed, 0 tests failed out of 24

Total Test time (real) = 246.16 sec
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
Cleanup workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS