Skip to content

Console Output

Started by user joe_dekoning@ca.ibm.com
Rebuilds build #22
Running as joe_dekoning@ca.ibm.com
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on omr-aix71p8-2 in /home/jenkins/workspace/Test_AIX
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Get Sources)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] checkout
17:07:51 [2020-04-06T21:07:51.933Z] No credentials specified
17:07:52 [2020-04-06T21:07:52.152Z] Cloning the remote Git repository
16:36:06 [2020-04-06T20:36:06.277Z] Cloning repository https://github.com/eclipse/omr.git
16:36:06 [2020-04-06T20:36:06.278Z]  > git init /home/jenkins/workspace/Test_AIX # timeout=10
16:36:06 [2020-04-06T20:36:06.337Z] Fetching upstream changes from https://github.com/eclipse/omr.git
16:36:06 [2020-04-06T20:36:06.338Z]  > git --version # timeout=10
16:36:06 [2020-04-06T20:36:06.369Z]  > git fetch --tags --progress -- https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/* # timeout=10
16:36:15 [2020-04-06T20:36:15.103Z]  > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
16:36:15 [2020-04-06T20:36:15.132Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
16:36:15 [2020-04-06T20:36:15.316Z]  > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
17:08:02 [2020-04-06T21:08:02.313Z] Checking out Revision f3d0e15d99ac10709aa063ea879fdef215532f94 (origin/master)
16:36:15 [2020-04-06T20:36:15.562Z] Fetching upstream changes from https://github.com/eclipse/omr.git
16:36:15 [2020-04-06T20:36:15.562Z]  > git fetch --tags --progress -- https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/* # timeout=10
16:36:16 [2020-04-06T20:36:16.243Z]  > git rev-parse origin/master^{commit} # timeout=10
16:36:16 [2020-04-06T20:36:16.439Z]  > git config core.sparsecheckout # timeout=10
16:36:16 [2020-04-06T20:36:16.484Z]  > git checkout -f f3d0e15d99ac10709aa063ea879fdef215532f94 # timeout=10
17:08:05 [2020-04-06T21:08:05.002Z] Commit message: "Merge pull request #4959 from chrisc66/dev_numConcreteClasses"
16:36:19 [2020-04-06T20:36:19.126Z]  > git rev-list --no-walk f3d0e15d99ac10709aa063ea879fdef215532f94 # timeout=10
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
17:08:06 [2020-04-06T21:08:06.846Z] Output CCACHE stats before running and clear them
[Pipeline] sh
17:08:08 [2020-04-06T21:08:08.799Z] + ccache -s -z
17:08:08 [2020-04-06T21:08:08.800Z] cache directory                     /home/jenkins/.ccache
17:08:08 [2020-04-06T21:08:08.800Z] cache hit (direct)                     0
17:08:08 [2020-04-06T21:08:08.800Z] cache hit (preprocessed)               0
17:08:08 [2020-04-06T21:08:08.800Z] cache miss                             0
17:08:08 [2020-04-06T21:08:08.800Z] files in cache                         0
17:08:08 [2020-04-06T21:08:08.800Z] cache size                             0 Kbytes
17:08:08 [2020-04-06T21:08:08.800Z] max cache size                       1.0 Gbytes
17:08:08 [2020-04-06T21:08:08.800Z] Statistics cleared
[Pipeline] dir
17:08:09 [2020-04-06T21:08:09.310Z] Running in /home/jenkins/workspace/Test_AIX/build
[Pipeline] {
[Pipeline] echo
17:08:09 [2020-04-06T21:08:09.552Z] Configure...
[Pipeline] sh
17:08:11 [2020-04-06T21:08:11.626Z] + cmake -Wdev -DCMAKE_XL_CreateExportList=/usr/vac/bin/CreateExportList -X64 -DOMR_JIT=OFF -DOMR_JITBUILDER=OFF -DOMR_TEST_COMPILER=OFF -DOMR_DDR=OFF -C../cmake/caches/Travis.cmake ..
17:08:11 [2020-04-06T21:08:11.626Z] loading initial cache file ../cmake/caches/Travis.cmake
17:08:11 [2020-04-06T21:08:11.626Z] -- Starting with CMake version 3.7.2
17:08:11 [2020-04-06T21:08:11.626Z] -- Found Git: /opt/freeware/bin/git (found version "2.18.0") 
17:08:11 [2020-04-06T21:08:11.626Z] -- The CXX compiler identification is XL 13.1.3
17:08:11 [2020-04-06T21:08:11.626Z] -- The C compiler identification is XL 13.1.3
17:08:11 [2020-04-06T21:08:11.626Z] -- Check for working CXX compiler: /opt/IBM/xlC/13.1.3/bin/xlC
17:08:11 [2020-04-06T21:08:11.626Z] -- Check for working CXX compiler: /opt/IBM/xlC/13.1.3/bin/xlC -- works
17:08:11 [2020-04-06T21:08:11.626Z] -- Detecting CXX compiler ABI info
17:08:11 [2020-04-06T21:08:11.626Z] -- Detecting CXX compiler ABI info - done
17:08:11 [2020-04-06T21:08:11.626Z] -- Check for working C compiler: /opt/IBM/xlC/13.1.3/bin/cc
17:08:11 [2020-04-06T21:08:11.626Z] -- Check for working C compiler: /opt/IBM/xlC/13.1.3/bin/cc -- works
17:08:11 [2020-04-06T21:08:11.626Z] -- Detecting C compiler ABI info
17:08:12 [2020-04-06T21:08:12.456Z] -- Detecting C compiler ABI info - done
17:08:12 [2020-04-06T21:08:12.456Z] -- OMR: The CPU architecture is ppc
17:08:12 [2020-04-06T21:08:12.456Z] -- OMR: The OS is aix
17:08:12 [2020-04-06T21:08:12.456Z] -- OMR: The tool configuration is xlc
17:08:12 [2020-04-06T21:08:12.456Z] -- OMR: The target data size is 64
17:08:12 [2020-04-06T21:08:12.457Z] -- Looking for sem_init
17:08:12 [2020-04-06T21:08:12.457Z] -- Looking for sem_init - found
17:08:12 [2020-04-06T21:08:12.457Z] -- Looking for dladdr
17:08:12 [2020-04-06T21:08:12.457Z] -- Looking for dladdr - not found
17:08:12 [2020-04-06T21:08:12.457Z] -- The ASM compiler identification is XL
17:08:12 [2020-04-06T21:08:12.457Z] -- Found assembler: /opt/IBM/xlC/13.1.3/bin/cc
17:08:12 [2020-04-06T21:08:12.457Z] -- OMR: trace root is '/home/jenkins/workspace/Test_AIX/build'
17:08:12 [2020-04-06T21:08:12.457Z] -- Found Perl: /opt/freeware/bin/perl (found version "5.28.1") 
17:08:12 [2020-04-06T21:08:12.457Z] -- Configuring done
17:08:14 [2020-04-06T21:08:14.882Z] -- Generating done
17:08:14 [2020-04-06T21:08:14.882Z] CMake Warning:
17:08:14 [2020-04-06T21:08:14.882Z]   Manually-specified variables were not used by the project:
17:08:14 [2020-04-06T21:08:14.882Z] 
17:08:14 [2020-04-06T21:08:14.882Z]     OMR_JIT
17:08:14 [2020-04-06T21:08:14.882Z] 
17:08:14 [2020-04-06T21:08:14.882Z] 
17:08:14 [2020-04-06T21:08:14.882Z] -- Build files have been written to: /home/jenkins/workspace/Test_AIX/build
[Pipeline] echo
17:08:15 [2020-04-06T21:08:15.413Z] Compile...
[Pipeline] sh
17:08:17 [2020-04-06T21:08:17.909Z] + make -j8
17:08:17 [2020-04-06T21:08:17.909Z] Scanning dependencies of target header_check
17:08:17 [2020-04-06T21:08:17.909Z] [  0%] Built target header_check
17:08:17 [2020-04-06T21:08:17.909Z] Scanning dependencies of target trace
17:08:17 [2020-04-06T21:08:17.909Z] Scanning dependencies of target pugixml
17:08:17 [2020-04-06T21:08:17.909Z] Scanning dependencies of target aixbaddep
17:08:17 [2020-04-06T21:08:17.909Z] Scanning dependencies of target sltestlib
17:08:17 [2020-04-06T21:08:17.909Z] [  0%] Building CXX object third_party/pugixml-1.5/CMakeFiles/pugixml.dir/pugixml.cpp.o
17:08:17 [2020-04-06T21:08:17.909Z] [  0%] Building C object fvtest/porttest/CMakeFiles/sltestlib.dir/sltestlib/sltest.c.o
17:08:17 [2020-04-06T21:08:17.909Z] [  0%] Building C object fvtest/porttest/CMakeFiles/aixbaddep.dir/aixbaddep/sltest.c.o
17:08:17 [2020-04-06T21:08:17.909Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/ArgParser.cpp.o
17:08:17 [2020-04-06T21:08:17.909Z] Scanning dependencies of target traceOptionAgent
17:08:17 [2020-04-06T21:08:17.909Z] Scanning dependencies of target omrtestutil
17:08:17 [2020-04-06T21:08:17.909Z] [  0%] Building C object fvtest/rastest/CMakeFiles/traceOptionAgent.dir/traceOptionAgent.c.o
17:08:17 [2020-04-06T21:08:17.909Z] Scanning dependencies of target invalidAgentMissingOnLoad
17:08:17 [2020-04-06T21:08:17.909Z] [  0%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/printerrorhelper.cpp.o
17:08:17 [2020-04-06T21:08:17.909Z] [  0%] Linking C shared library libsltestlib.so
17:08:17 [2020-04-06T21:08:17.909Z] [  0%] Building C object fvtest/rastest/CMakeFiles/invalidAgentMissingOnLoad.dir/invalidAgentMissingOnLoad.c.o
17:08:17 [2020-04-06T21:08:17.909Z] [  0%] Linking C shared library libaixbaddep.so
17:08:17 [2020-04-06T21:08:17.909Z] Scanning dependencies of target omrGtest
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1179.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1200.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1207.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1213.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1226.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1230.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1236.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1241.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1250.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1257.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1181.38: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_S390_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1202.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_ARM_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1209.[  0%] Building CXX object fvtest/omrGtestGlue/CMakeFiles/omrGtest.dir/omrGtest.cpp.o
17:08:17 [2020-04-06T21:08:17.909Z] 39: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_ARM64_FISRT.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1213.16: 1506-334 (S) Identifier Processors has already been defined on line 1179 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1215.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1228.35: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_HW_SQRT_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1230.12: 1506-334 (S) Identifier The has already been defined on line 1226 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1232.36: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_64BIT_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1236.12: 1506-334 (S) Identifier The has already been defined on line 1226 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1239.32: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_AS_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1241.12: 1506-334 (S) Identifier The has already been defined on line 1226 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1243.34: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_VMX_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1250.12: 1506-334 (S) Identifier The has already been defined on line 1226 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1252.32: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_VSX_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1259.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_X86_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/CFileWriter.cpp.o
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1179.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1200.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1207.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1213.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1226.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1230.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1236.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1241.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1250.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1257.9: 1506-046 (S) Syntax error.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1181.38: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_S390_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1202.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_ARM_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1209.39: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_ARM64_FISRT.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1213.16: 1506-334 (S) Identifier Processors has already been defined on line 1179 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1215.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1228.35: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_HW_SQRT_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1230.12: 1506-334 (S) Identifier The has already been defined on line 1226 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1232.36: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_64BIT_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1236.12: 1506-334 (S) Identifier The has already been defined on line 1226 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1239.32: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_AS_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1241.12: 1506-334 (S) Identifier The has already been defined on line 1226 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1243.34: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_VMX_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1250.12: 1506-334 (S) Identifier The has already been defined on line 1226 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1252.32: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_VSX_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1259.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_X86_FIRST.
17:08:17 [2020-04-06T21:08:17.909Z] [  0%] Built target sltestlib
17:08:17 [2020-04-06T21:08:17.910Z] make[2]: *** [fvtest/rastest/CMakeFiles/invalidAgentMissingOnLoad.dir/build.make:63: fvtest/rastest/CMakeFiles/invalidAgentMissingOnLoad.dir/invalidAgentMissingOnLoad.c.o] Error 1
17:08:17 [2020-04-06T21:08:17.910Z] make[1]: *** [CMakeFiles/Makefile2:3182: fvtest/rastest/CMakeFiles/invalidAgentMissingOnLoad.dir/all] Error 2
17:08:17 [2020-04-06T21:08:17.910Z] make[1]: *** Waiting for unfinished jobs....
17:08:17 [2020-04-06T21:08:17.910Z] [  1%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/testvmhelper.cpp.o
17:08:17 [2020-04-06T21:08:17.910Z] [  1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/DATFileWriter.cpp.o
17:08:17 [2020-04-06T21:08:17.910Z] [  1%] Built target aixbaddep
17:08:17 [2020-04-06T21:08:17.910Z] make[2]: *** [fvtest/rastest/CMakeFiles/traceOptionAgent.dir/build.make:63: fvtest/rastest/CMakeFiles/traceOptionAgent.dir/traceOptionAgent.c.o] Error 1
17:08:17 [2020-04-06T21:08:17.910Z] make[1]: *** [CMakeFiles/Makefile2:3034: fvtest/rastest/CMakeFiles/traceOptionAgent.dir/all] Error 2
17:08:17 [2020-04-06T21:08:17.910Z] [  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileUtils.cpp.o
17:08:17 [2020-04-06T21:08:17.910Z] [  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileReader.cpp.o
17:08:17 [2020-04-06T21:08:17.910Z] [  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/Port.cpp.o
17:08:17 [2020-04-06T21:08:17.910Z] [  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/StringUtils.cpp.o
17:08:17 [2020-04-06T21:08:17.910Z] [  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TDFParser.cpp.o
17:08:17 [2020-04-06T21:08:17.910Z] [  2%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceGen.cpp.o
17:08:17 [2020-04-06T21:08:17.910Z] [  2%] Linking CXX static library libomrtestutil.a
17:08:17 [2020-04-06T21:08:17.911Z] [  3%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceHeaderWriter.cpp.o
17:08:17 [2020-04-06T21:08:17.911Z] [  3%] Built target omrtestutil
17:08:17 [2020-04-06T21:08:17.911Z] [  3%] Linking CXX static library libtrace.a
17:08:17 [2020-04-06T21:08:17.911Z] [  3%] Built target trace
17:08:18 [2020-04-06T21:08:18.694Z] [  3%] Linking CXX static library libpugixml.a
17:08:18 [2020-04-06T21:08:18.694Z] [  3%] Built target pugixml
17:08:19 [2020-04-06T21:08:19.497Z] [  3%] Linking CXX static library libomrGtest.a
17:08:19 [2020-04-06T21:08:19.497Z] [  3%] Built target omrGtest
17:08:19 [2020-04-06T21:08:19.497Z] make: *** [Makefile:139: all] Error 2
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
Stage "Test" skipped due to earlier failure(s)
[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
ERROR: script returned exit code 2
Finished: FAILURE