Skip to content

Console Output

Started by user Joe deKoning
Running as Joe deKoning
[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
11:30:11 [2022-01-05T16:30:11.314Z] The recommended git tool is: git
11:30:11 [2022-01-05T16:30:11.720Z] No credentials specified
11:30:11 [2022-01-05T16:30:11.880Z] Cloning the remote Git repository
11:30:11 [2022-01-05T16:30:11.966Z] Cloning repository https://github.com/eclipse/omr.git
11:30:11 [2022-01-05T16:30:11.968Z]  > git init /home/jenkins/workspace/Test_AIX # timeout=10
11:30:12 [2022-01-05T16:30:12.070Z] Fetching upstream changes from https://github.com/eclipse/omr.git
11:30:12 [2022-01-05T16:30:12.081Z]  > git --version # timeout=10
11:30:12 [2022-01-05T16:30:12.144Z]  > git --version # 'git version 2.18.0'
11:30:12 [2022-01-05T16:30:12.147Z]  > git fetch --tags --progress -- https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/* # timeout=10
11:30:26 [2022-01-05T16:30:26.414Z] Avoid second fetch
11:30:26 [2022-01-05T16:30:26.654Z] Checking out Revision 0265ff2e6d49cb8f446bb5c5fd60b0c0c45c18c3 (origin/master)
11:30:26 [2022-01-05T16:30:26.184Z]  > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
11:30:26 [2022-01-05T16:30:26.264Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
11:30:26 [2022-01-05T16:30:26.498Z]  > git rev-parse origin/master^{commit} # timeout=10
11:30:26 [2022-01-05T16:30:26.737Z]  > git config core.sparsecheckout # timeout=10
11:30:26 [2022-01-05T16:30:26.804Z]  > git checkout -f 0265ff2e6d49cb8f446bb5c5fd60b0c0c45c18c3 # timeout=10
11:30:30 [2022-01-05T16:30:30.424Z] Commit message: "Merge pull request #6281 from vijaysun-omr/PRE-tracing"
11:30:30 [2022-01-05T16:30:30.509Z]  > git rev-list --no-walk f3d0e15d99ac10709aa063ea879fdef215532f94 # timeout=10
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
11:30:42 [2022-01-05T16:30:42.727Z] Output CCACHE stats before running and clear them
[Pipeline] sh
11:30:44 [2022-01-05T16:30:44.520Z] + ccache -s -z
11:30:44 [2022-01-05T16:30:44.520Z] cache directory                     /home/jenkins/.ccache
11:30:44 [2022-01-05T16:30:44.520Z] cache hit (direct)                     0
11:30:44 [2022-01-05T16:30:44.520Z] cache hit (preprocessed)               0
11:30:44 [2022-01-05T16:30:44.520Z] cache miss                             0
11:30:44 [2022-01-05T16:30:44.520Z] files in cache                         0
11:30:44 [2022-01-05T16:30:44.520Z] cache size                             0 Kbytes
11:30:44 [2022-01-05T16:30:44.520Z] max cache size                       1.0 Gbytes
11:30:44 [2022-01-05T16:30:44.520Z] Statistics cleared
[Pipeline] dir
11:30:45 [2022-01-05T16:30:45.100Z] Running in /home/jenkins/workspace/Test_AIX/build
[Pipeline] {
[Pipeline] echo
11:30:45 [2022-01-05T16:30:45.820Z] Configure...
[Pipeline] sh
11:30:47 [2022-01-05T16:30:47.794Z] + 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 ..
11:30:47 [2022-01-05T16:30:47.794Z] loading initial cache file ../cmake/caches/Travis.cmake
11:30:47 [2022-01-05T16:30:47.794Z] -- Starting with CMake version 3.17.1
11:30:47 [2022-01-05T16:30:47.794Z] -- Found Git: /opt/freeware/bin/git (found version "2.18.0") 
11:30:47 [2022-01-05T16:30:47.794Z] -- The CXX compiler identification is XL 13.1.3
11:30:47 [2022-01-05T16:30:47.794Z] -- The C compiler identification is XL 13.1.3
11:30:47 [2022-01-05T16:30:47.794Z] -- Check for working CXX compiler: /opt/IBM/xlC/13.1.3/bin/xlC
11:30:47 [2022-01-05T16:30:47.794Z] -- Check for working CXX compiler: /opt/IBM/xlC/13.1.3/bin/xlC - works
11:30:47 [2022-01-05T16:30:47.794Z] -- Detecting CXX compiler ABI info
11:30:47 [2022-01-05T16:30:47.794Z] -- Detecting CXX compiler ABI info - done
11:30:47 [2022-01-05T16:30:47.794Z] -- Detecting CXX compile features
11:30:47 [2022-01-05T16:30:47.794Z] -- Detecting CXX compile features - done
11:30:47 [2022-01-05T16:30:47.794Z] -- Check for working C compiler: /opt/IBM/xlC/13.1.3/bin/cc
11:30:48 [2022-01-05T16:30:48.558Z] -- Check for working C compiler: /opt/IBM/xlC/13.1.3/bin/cc - works
11:30:48 [2022-01-05T16:30:48.558Z] -- Detecting C compiler ABI info
11:30:48 [2022-01-05T16:30:48.558Z] -- Detecting C compiler ABI info - done
11:30:48 [2022-01-05T16:30:48.558Z] -- Detecting C compile features
11:30:48 [2022-01-05T16:30:48.558Z] -- Detecting C compile features - done
11:30:48 [2022-01-05T16:30:48.558Z] -- OMR: The CPU architecture is ppc
11:30:48 [2022-01-05T16:30:48.558Z] -- OMR: The OS is aix
11:30:48 [2022-01-05T16:30:48.558Z] -- OMR: The tool configuration is xlc
11:30:48 [2022-01-05T16:30:48.558Z] -- OMR: The target data size is 64
11:30:48 [2022-01-05T16:30:48.558Z] -- Looking for sem_init
11:30:48 [2022-01-05T16:30:48.558Z] -- Looking for sem_init - found
11:30:48 [2022-01-05T16:30:48.559Z] -- Looking for dladdr
11:30:48 [2022-01-05T16:30:48.559Z] -- Looking for dladdr - not found
11:30:49 [2022-01-05T16:30:49.290Z] -- The ASM compiler identification is XL
11:30:49 [2022-01-05T16:30:49.290Z] -- Found assembler: /opt/IBM/xlC/13.1.3/bin/cc
11:30:49 [2022-01-05T16:30:49.290Z] -- OMR: trace root is '/home/jenkins/workspace/Test_AIX/build'
11:30:49 [2022-01-05T16:30:49.290Z] -- Found Perl: /opt/freeware/bin/perl (found version "5.28.1") 
11:30:49 [2022-01-05T16:30:49.290Z] -- Configuring done
11:30:51 [2022-01-05T16:30:51.618Z] -- Generating done
11:30:51 [2022-01-05T16:30:51.618Z] CMake Warning:
11:30:51 [2022-01-05T16:30:51.618Z]   Manually-specified variables were not used by the project:
11:30:51 [2022-01-05T16:30:51.618Z] 
11:30:51 [2022-01-05T16:30:51.618Z]     OMR_JIT
11:30:51 [2022-01-05T16:30:51.618Z] 
11:30:51 [2022-01-05T16:30:51.618Z] 
11:30:51 [2022-01-05T16:30:51.618Z] -- Build files have been written to: /home/jenkins/workspace/Test_AIX/build
[Pipeline] echo
11:30:52 [2022-01-05T16:30:52.214Z] Compile...
[Pipeline] sh
11:30:54 [2022-01-05T16:30:54.690Z] + make -j8
11:30:54 [2022-01-05T16:30:54.690Z] Scanning dependencies of target trace
11:30:54 [2022-01-05T16:30:54.690Z] Scanning dependencies of target header_check
11:30:54 [2022-01-05T16:30:54.690Z] Scanning dependencies of target pugixml
11:30:54 [2022-01-05T16:30:54.690Z] Scanning dependencies of target omrtestutil
11:30:54 [2022-01-05T16:30:54.690Z] [  0%] Built target header_check
11:30:54 [2022-01-05T16:30:54.690Z] [  0%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/printerrorhelper.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] [  0%] Building CXX object fvtest/util/CMakeFiles/omrtestutil.dir/testvmhelper.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] [  0%] Building CXX object third_party/pugixml-1.5/CMakeFiles/pugixml.dir/pugixml.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/ArgParser.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/DATFileWriter.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/CFileWriter.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] [  0%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileReader.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/FileUtils.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/Port.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/StringUtils.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TDFParser.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] Scanning dependencies of target omrGtest
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Building CXX object fvtest/omrGtestGlue/CMakeFiles/omrGtest.dir/omrGtest.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Linking CXX static library libomrtestutil.a
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Built target omrtestutil
11:30:54 [2022-01-05T16:30:54.690Z] Scanning dependencies of target sltestlib
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Building C object fvtest/porttest/CMakeFiles/sltestlib.dir/sltestlib/sltest.c.o
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Linking C shared library libsltestlib.so
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Linking CXX static library libpugixml.a
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Built target pugixml
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceGen.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Building CXX object tools/tracegen/CMakeFiles/trace.dir/TraceHeaderWriter.cpp.o
11:30:54 [2022-01-05T16:30:54.690Z] ld: 0711-415 WARNING: Symbol sl_test1_function is already exported.
11:30:54 [2022-01-05T16:30:54.690Z] Scanning dependencies of target aixbaddep
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Building C object fvtest/porttest/CMakeFiles/aixbaddep.dir/aixbaddep/sltest.c.o
11:30:54 [2022-01-05T16:30:54.690Z] Scanning dependencies of target memorycategoriesagent
11:30:54 [2022-01-05T16:30:54.690Z] Scanning dependencies of target cpuLoadAgent
11:30:54 [2022-01-05T16:30:54.690Z] Scanning dependencies of target traceagent
11:30:54 [2022-01-05T16:30:54.690Z] [  1%] Building C object fvtest/rastest/CMakeFiles/memorycategoriesagent.dir/memorycategoriesagent.c.o
11:30:55 [2022-01-05T16:30:55.428Z] [  2%] Building C object fvtest/rastest/CMakeFiles/traceagent.dir/traceagent.c.o
11:30:55 [2022-01-05T16:30:55.428Z] [  2%] Built target sltestlib
11:30:55 [2022-01-05T16:30:55.428Z] [  3%] Building C object fvtest/rastest/CMakeFiles/cpuLoadAgent.dir/cpuLoadAgent.c.o
11:30:55 [2022-01-05T16:30:55.428Z] [  3%] Linking C shared library libaixbaddep.so
11:30:55 [2022-01-05T16:30:55.428Z] Scanning dependencies of target traceNotStartedAgent
11:30:55 [2022-01-05T16:30:55.428Z] [  3%] Building C object fvtest/rastest/CMakeFiles/traceNotStartedAgent.dir/traceNotStartedAgent.c.o
11:30:55 [2022-01-05T16:30:55.428Z] Scanning dependencies of target bindthreadagent
11:30:55 [2022-01-05T16:30:55.428Z] [  4%] Linking CXX static library libtrace.a
11:30:55 [2022-01-05T16:30:55.428Z] ld: 0711-415 WARNING: Symbol sl_AixDLLMissingDependency_function is already exported.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1323.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1338.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1345.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1351.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1364.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1368.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1374.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1379.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1388.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1396.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] [  4%] Building C object fvtest/rastest/CMakeFiles/bindthreadagent.dir/bindthreadagent.c.o
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1325.38: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_S390_FIRST.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1340.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_ARM_FIRST.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1347.39": /home/jenkins/workspace/Test_AIX/include_core/omrport.h1506-045" (, line S1323) .Undeclared identifier OMR_PROCESSOR_ARM64_FIRST.9
11:30:55 [2022-01-05T16:30:55.428Z] : 1506-046 ("/home/jenkins/workspace/Test_AIX/include_core/omrport.hS") , line Syntax error.1351
11:30:55 [2022-01-05T16:30:55.428Z] .16: 1506-334 (S) Identifier Processors has already been defined on line 1323 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1353.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_FIRST.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1338.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1366.35: 1506-045 (S) "Undeclared identifier OMR_PROCESSOR_PPC_HW_SQRT_FIRST./home/jenkins/workspace/Test_AIX/include_core/omrport.h
11:30:55 [2022-01-05T16:30:55.428Z] ", line 1345"./home/jenkins/workspace/Test_AIX/include_core/omrport.h9": , line 1506-0461368 (.S12) : Syntax error.1506-334
11:30:55 [2022-01-05T16:30:55.428Z]  (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1370.36: 1506-045 ("S/home/jenkins/workspace/Test_AIX/include_core/omrport.h) "Undeclared identifier OMR_PROCESSOR_PPC_64BIT_FIRST., line 
11:30:55 [2022-01-05T16:30:55.428Z] 1351."9/home/jenkins/workspace/Test_AIX/include_core/omrport.h: "1506-046, line  (1374S.) 12Syntax error.: 
11:30:55 [2022-01-05T16:30:55.428Z] "1506-334/home/jenkins/workspace/Test_AIX/include_core/omrport.h ("S, line ) 1323Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h"..
11:30:55 [2022-01-05T16:30:55.428Z] 9: "1506-046/home/jenkins/workspace/Test_AIX/include_core/omrport.h ("S, line ) 1377Syntax error..
11:30:55 [2022-01-05T16:30:55.428Z] "32/home/jenkins/workspace/Test_AIX/include_core/omrport.h: "1506-045, line  (1364S.) 9Undeclared identifier OMR_PROCESSOR_PPC_AS_FIRST.: 
11:30:55 [2022-01-05T16:30:55.428Z] 1506-046 (S) Syntax error."
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h/home/jenkins/workspace/Test_AIX/include_core/omrport.h"", line , line 13791338..129: : 1506-3341506-046 ( ("S/home/jenkins/workspace/Test_AIX/include_core/omrport.h) "Syntax error., line 
11:30:55 [2022-01-05T16:30:55.428Z] 1368S.) 9Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".: 
11:30:55 [2022-01-05T16:30:55.428Z] 1506-046 ("S/home/jenkins/workspace/Test_AIX/include_core/omrport.h) "Syntax error., line 
11:30:55 [2022-01-05T16:30:55.428Z] "1381/home/jenkins/workspace/Test_AIX/include_core/omrport.h."34, line : 13451506-045. (9S: ) 1506-046Undeclared identifier OMR_PROCESSOR_PPC_VMX_FIRST. ("S/home/jenkins/workspace/Test_AIX/include_core/omrport.h) "Syntax error., line 
11:30:55 [2022-01-05T16:30:55.428Z] 1374
11:30:55 [2022-01-05T16:30:55.428Z] .9: "1506-046/home/jenkins/workspace/Test_AIX/include_core/omrport.h ("S, line ) 1388Syntax error..
11:30:55 [2022-01-05T16:30:55.428Z] 12: "1506-334/home/jenkins/workspace/Test_AIX/include_core/omrport.h ("S, line ) 1351Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h"..
11:30:55 [2022-01-05T16:30:55.428Z] 9: "1506-046/home/jenkins/workspace/Test_AIX/include_core/omrport.h ("S/home/jenkins/workspace/Test_AIX/include_core/omrport.h) "Syntax error., line 
11:30:55 [2022-01-05T16:30:55.428Z] 1379"., line 91390: .1506-04632 (: S1506-045)  (Syntax error.S
11:30:55 [2022-01-05T16:30:55.428Z] ") /home/jenkins/workspace/Test_AIX/include_core/omrport.hUndeclared identifier OMR_PROCESSOR_PPC_VSX_FIRST."
11:30:55 [2022-01-05T16:30:55.428Z] , line 1364"./home/jenkins/workspace/Test_AIX/include_core/omrport.h9": , line 1506-0461398 (.S37) : Syntax error."
11:30:55 [2022-01-05T16:30:55.428Z] /home/jenkins/workspace/Test_AIX/include_core/omrport.h1506-045" (, line S1388) .Undeclared identifier OMR_PROCESSOR_X86_FIRST.9
11:30:55 [2022-01-05T16:30:55.428Z] : 1506-046 ("S/home/jenkins/workspace/Test_AIX/include_core/omrport.h) "Syntax error., line 
11:30:55 [2022-01-05T16:30:55.428Z] 1368.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1396.9": /home/jenkins/workspace/Test_AIX/include_core/omrport.h1506-046" (, line S1374) .Syntax error.9
11:30:55 [2022-01-05T16:30:55.428Z] : 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h""/home/jenkins/workspace/Test_AIX/include_core/omrport.h, line "1379, line .13259.: 381506-046:  (1506-045S () SSyntax error.) 
11:30:55 [2022-01-05T16:30:55.428Z] Undeclared identifier OMR_PROCESSOR_S390_FIRST.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1340.37: "1506-045/home/jenkins/workspace/Test_AIX/include_core/omrport.h ("S, line ) 1388Undeclared identifier OMR_PROCESSOR_ARM_FIRST..
11:30:55 [2022-01-05T16:30:55.428Z] 9: 1506-046 ("S/home/jenkins/workspace/Test_AIX/include_core/omrport.h) "Syntax error., line 
11:30:55 [2022-01-05T16:30:55.428Z] 1347.39: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_ARM64_FIRST.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h"", line /home/jenkins/workspace/Test_AIX/include_core/omrport.h1396"., line 91351: .1506-04616 (: S1506-334)  (Syntax error.S
11:30:55 [2022-01-05T16:30:55.428Z] ) Identifier Processors has already been defined on line 1323 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1353.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_FIRST.
11:30:55 [2022-01-05T16:30:55.428Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1325.38: "1506-045/home/jenkins/workspace/Test_AIX/include_core/omrport.h ("S, line ) 1366Undeclared identifier OMR_PROCESSOR_S390_FIRST..
11:30:55 [2022-01-05T16:30:55.428Z] 35: 1506-045 (S") /home/jenkins/workspace/Test_AIX/include_core/omrport.hUndeclared identifier OMR_PROCESSOR_PPC_HW_SQRT_FIRST."
11:30:55 [2022-01-05T16:30:55.428Z] , line 1340"./home/jenkins/workspace/Test_AIX/include_core/omrport.h37": , line 1506-0451368 (.S12) : Undeclared identifier OMR_PROCESSOR_ARM_FIRST.1506-334
11:30:55 [2022-01-05T16:30:55.428Z]  (S) "Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h"./home/jenkins/workspace/Test_AIX/include_core/omrport.h
11:30:55 [2022-01-05T16:30:55.428Z] ", line "1347/home/jenkins/workspace/Test_AIX/include_core/omrport.h."39, line : 13701506-045. (36S: ) 1506-045Undeclared identifier OMR_PROCESSOR_ARM64_FIRST. (
11:30:55 [2022-01-05T16:30:55.428Z] S) Undeclared identifier OMR_PROCESSOR_PPC_64BIT_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] ""/home/jenkins/workspace/Test_AIX/include_core/omrport.h/home/jenkins/workspace/Test_AIX/include_core/omrport.h"", line , line 13511374..1612: : 1506-3341506-334 ( (SS) ) Identifier Processors has already been defined on line 1323 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] 
11:30:55 [2022-01-05T16:30:55.429Z] ""/home/jenkins/workspace/Test_AIX/include_core/omrport.h/home/jenkins/workspace/Test_AIX/include_core/omrport.h"", line , line 13531377..3732: : 1506-0451506-045 ( (SS) ) Undeclared identifier OMR_PROCESSOR_PPC_FIRST.Undeclared identifier OMR_PROCESSOR_PPC_AS_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] 
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h"/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1366.35: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_HW_SQRT_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1368.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1370.36: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_64BIT_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1374.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1377.32: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_AS_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1379.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1381.34: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_VMX_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1388.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1390.32: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_VSX_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1398.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_X86_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] ", line 1379.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1381.34: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_VMX_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1388.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1390.32: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_VSX_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1398.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_X86_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1323.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1338.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1345.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1351.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1364.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1368.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1374.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1379.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1388.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1396.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1325.38: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_S390_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1340.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_ARM_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1347.39: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_ARM64_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1351.16: 1506-334 (S) Identifier Processors has already been defined on line 1323 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1353.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1366.35: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_HW_SQRT_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1368.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1370.36: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_64BIT_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1374.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1377.32: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_AS_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1379.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1381.34: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_VMX_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1388.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1390.32: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_VSX_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1398.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_X86_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] make[2]: *** [fvtest/rastest/CMakeFiles/memorycategoriesagent.dir/build.make:83: fvtest/rastest/CMakeFiles/memorycategoriesagent.dir/memorycategoriesagent.c.o] Error 1
11:30:55 [2022-01-05T16:30:55.429Z] make[1]: *** [CMakeFiles/Makefile2:2410: fvtest/rastest/CMakeFiles/memorycategoriesagent.dir/all] Error 2
11:30:55 [2022-01-05T16:30:55.429Z] make[1]: *** Waiting for unfinished jobs....
11:30:55 [2022-01-05T16:30:55.429Z] [  4%] Built target trace
11:30:55 [2022-01-05T16:30:55.429Z] [  4%] Built target aixbaddep
11:30:55 [2022-01-05T16:30:55.429Z] make[2]: *** [fvtest/rastest/CMakeFiles/cpuLoadAgent.dir/build.make:83: fvtest/rastest/CMakeFiles/cpuLoadAgent.dir/cpuLoadAgent.c.o] Error 1
11:30:55 [2022-01-05T16:30:55.429Z] make[1]: *** [CMakeFiles/Makefile2:2356: fvtest/rastest/CMakeFiles/cpuLoadAgent.dir/all] Error 2
11:30:55 [2022-01-05T16:30:55.429Z] make[2]: *** [fvtest/rastest/CMakeFiles/traceNotStartedAgent.dir/build.make:83: fvtest/rastest/CMakeFiles/traceNotStartedAgent.dir/traceNotStartedAgent.c.o] Error 1
11:30:55 [2022-01-05T16:30:55.429Z] make[1]: *** [CMakeFiles/Makefile2:2437: fvtest/rastest/CMakeFiles/traceNotStartedAgent.dir/all] Error 2
11:30:55 [2022-01-05T16:30:55.429Z] make[2]: *** [fvtest/rastest/CMakeFiles/traceagent.dir/build.make:83: fvtest/rastest/CMakeFiles/traceagent.dir/traceagent.c.o] Error 1
11:30:55 [2022-01-05T16:30:55.429Z] make[1]: *** [CMakeFiles/Makefile2:2383: fvtest/rastest/CMakeFiles/traceagent.dir/all] Error 2
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1323.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1338.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1345.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1351.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1364.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1368.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1374.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1379.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1388.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1396.9: 1506-046 (S) Syntax error.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1325.38: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_S390_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1340.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_ARM_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1347.39: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_ARM64_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1351.16: 1506-334 (S) Identifier Processors has already been defined on line 1323 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1353.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1366.35: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_HW_SQRT_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1368.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1370.36: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_64BIT_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1374.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1377.32: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_AS_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1379.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1381.34: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_VMX_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1388.12: 1506-334 (S) Identifier The has already been defined on line 1364 of "/home/jenkins/workspace/Test_AIX/include_core/omrport.h".
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1390.32: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_PPC_VSX_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] "/home/jenkins/workspace/Test_AIX/include_core/omrport.h", line 1398.37: 1506-045 (S) Undeclared identifier OMR_PROCESSOR_X86_FIRST.
11:30:55 [2022-01-05T16:30:55.429Z] make[2]: *** [fvtest/rastest/CMakeFiles/bindthreadagent.dir/build.make:83: fvtest/rastest/CMakeFiles/bindthreadagent.dir/bindthreadagent.c.o] Error 1
11:30:55 [2022-01-05T16:30:55.429Z] make[1]: *** [CMakeFiles/Makefile2:2491: fvtest/rastest/CMakeFiles/bindthreadagent.dir/all] Error 2
11:30:56 [2022-01-05T16:30:56.927Z] [  4%] Linking CXX static library libomrGtest.a
11:30:56 [2022-01-05T16:30:56.927Z] [  4%] Built target omrGtest
11:30:56 [2022-01-05T16:30:56.927Z] make: *** [Makefile:161: 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