Skip to content
Aborted

Console Output

Skipping 132 KB.. Full Log
16:28:14 [2024-02-01T21:28:14.935Z] [ 61%] Building CXX object fvtest/coretest/CMakeFiles/TestTypeTraits.dir/__/__/util/main_function/main_function.cpp.o
16:28:14 [2024-02-01T21:28:14.935Z] [ 61%] Linking CXX executable TestTypeTraits
16:28:14 [2024-02-01T21:28:14.935Z] [ 61%] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/main.cpp.o
16:28:16 [2024-02-01T21:28:16.050Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRIL.cpp.o
16:28:16 [2024-02-01T21:28:16.050Z] [ 61%] Built target TestTypeTraits
16:28:16 [2024-02-01T21:28:16.050Z] Scanning dependencies of target TestBytes
16:28:16 [2024-02-01T21:28:16.050Z] [ 61%] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/TestBytes.cpp.o
16:28:16 [2024-02-01T21:28:16.050Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRILOps.cpp.o
16:28:17 [2024-02-01T21:28:17.222Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Dominators.cpp.o
16:28:17 [2024-02-01T21:28:17.222Z] [ 61%] Building CXX object fvtest/coretest/CMakeFiles/TestIntrusiveList.dir/__/__/util/main_function/main_function.cpp.o
16:28:17 [2024-02-01T21:28:17.222Z] [ 61%] Linking CXX executable TestIntrusiveList
16:28:17 [2024-02-01T21:28:17.222Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRNode.cpp.o
16:28:17 [2024-02-01T21:28:17.222Z] In file included from /home/jenkins/workspace/Build/fvtest/coretest/TestBytes.cpp:24:
16:28:17 [2024-02-01T21:28:17.222Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h: In instantiation of 'testing::AssertionResult testing::internal::CmpHelperNE(const char*, const char*, const T1&, const T2&) [with T1 = int; T2 = long unsigned int]':
16:28:17 [2024-02-01T21:28:17.222Z] /home/jenkins/workspace/Build/fvtest/coretest/TestBytes.cpp:140:2:   required from here
16:28:17 [2024-02-01T21:28:17.222Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1522:28: warning: comparison of integer expressions of different signedness: 'const int' and 'const long unsigned int' [-Wsign-compare]
16:28:17 [2024-02-01T21:28:17.222Z]  1510 |   if (val1 op val2) {\
16:28:17 [2024-02-01T21:28:17.222Z]       |       ~~~~~~~~~~~~          
16:28:17 [2024-02-01T21:28:17.222Z] ......
16:28:17 [2024-02-01T21:28:17.222Z]  1522 | GTEST_IMPL_CMP_HELPER_(NE, !=);
16:28:17 [2024-02-01T21:28:17.222Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1510:12: note: in definition of macro 'GTEST_IMPL_CMP_HELPER_'
16:28:17 [2024-02-01T21:28:17.222Z]  1510 |   if (val1 op val2) {\
16:28:17 [2024-02-01T21:28:17.222Z]       |            ^~
16:28:17 [2024-02-01T21:28:17.222Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h: In instantiation of 'testing::AssertionResult testing::internal::CmpHelperEQ(const char*, const char*, const T1&, const T2&) [with T1 = int; T2 = long unsigned int]':
16:28:17 [2024-02-01T21:28:17.222Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1459:23:   required from 'static testing::AssertionResult testing::internal::EqHelper<true>::Compare(const char*, const char*, const T1&, const T2&, typename testing::internal::EnableIf<(! testing::internal::is_pointer<T2>::value)>::type*) [with T1 = int; T2 = long unsigned int; typename testing::internal::EnableIf<(! testing::internal::is_pointer<T2>::value)>::type = void]'
16:28:17 [2024-02-01T21:28:17.222Z] /home/jenkins/workspace/Build/fvtest/coretest/TestBytes.cpp:31:2:   required from here
16:28:17 [2024-02-01T21:28:17.222Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1392:11: warning: comparison of integer expressions of different signedness: 'const int' and 'const long unsigned int' [-Wsign-compare]
16:28:17 [2024-02-01T21:28:17.222Z]  1392 |   if (lhs == rhs) {
16:28:17 [2024-02-01T21:28:17.222Z]       |       ~~~~^~~~~~
16:28:17 [2024-02-01T21:28:17.222Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h: In instantiation of 'testing::AssertionResult testing::internal::CmpHelperEQ(const char*, const char*, const T1&, const T2&) [with T1 = long unsigned int; T2 = int]':
16:28:17 [2024-02-01T21:28:17.222Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1421:23:   required from 'static testing::AssertionResult testing::internal::EqHelper<lhs_is_null_literal>::Compare(const char*, const char*, const T1&, const T2&) [with T1 = long unsigned int; T2 = int; bool lhs_is_null_literal = false]'
16:28:17 [2024-02-01T21:28:17.222Z] /home/jenkins/workspace/Build/fvtest/coretest/TestBytes.cpp:207:3:   required from here
16:28:17 [2024-02-01T21:28:17.222Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1392:11: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare]
16:28:18 [2024-02-01T21:28:18.408Z] [ 61%] Built target TestIntrusiveList
16:28:18 [2024-02-01T21:28:18.408Z] Scanning dependencies of target omrtraceoptiontest
16:28:18 [2024-02-01T21:28:18.408Z] [ 61%] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/main.cpp.o
16:28:18 [2024-02-01T21:28:18.408Z] [ 61%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/main.cpp.o
16:28:19 [2024-02-01T21:28:19.609Z] [ 61%] Building CXX object fvtest/coretest/CMakeFiles/TestBytes.dir/__/__/util/main_function/main_function.cpp.o
16:28:19 [2024-02-01T21:28:19.609Z] [ 61%] Linking CXX executable TestBytes
16:28:20 [2024-02-01T21:28:20.888Z] [ 61%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/rasTestHelpers.cpp.o
16:28:20 [2024-02-01T21:28:20.888Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorVerifier.cpp.o
16:28:20 [2024-02-01T21:28:20.888Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/DominatorsChk.cpp.o
16:28:20 [2024-02-01T21:28:20.888Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Earliestness.cpp.o
16:28:20 [2024-02-01T21:28:20.888Z] [ 61%] Built target TestBytes
16:28:20 [2024-02-01T21:28:20.888Z] Scanning dependencies of target omrrastest
16:28:20 [2024-02-01T21:28:20.888Z] [ 61%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/agentNegativeTest.cpp.o
16:28:22 [2024-02-01T21:28:22.066Z] [ 61%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/traceOptionTest.cpp.o
16:28:23 [2024-02-01T21:28:23.194Z] [ 61%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRSymbolReference.cpp.o
16:28:23 [2024-02-01T21:28:23.194Z] [ 61%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ExpressionsSimplification.cpp.o
16:28:24 [2024-02-01T21:28:24.279Z] [ 62%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/agentTest.cpp.o
16:28:24 [2024-02-01T21:28:24.279Z] [ 62%] Building C object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/ut_omr_test.c.o
16:28:24 [2024-02-01T21:28:24.279Z] [ 62%] Building CXX object fvtest/rastest/CMakeFiles/omrtraceoptiontest.dir/__/__/util/main_function/main_function.cpp.o
16:28:24 [2024-02-01T21:28:24.279Z] [ 62%] Linking CXX executable omrtraceoptiontest
16:28:25 [2024-02-01T21:28:25.431Z] [ 62%] Built target omrtraceoptiontest
16:28:25 [2024-02-01T21:28:25.431Z] Scanning dependencies of target omrsubscribertest
16:28:25 [2024-02-01T21:28:25.431Z] [ 62%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/main.cpp.o
16:28:25 [2024-02-01T21:28:25.431Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/OMRTreeTop.cpp.o
16:28:26 [2024-02-01T21:28:26.538Z] [ 63%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/main.cpp.o
16:28:27 [2024-02-01T21:28:27.667Z] [ 63%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/FieldPrivatizer.cpp.o
16:28:27 [2024-02-01T21:28:27.667Z] [ 63%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/rasTestHelpers.cpp.o
16:28:28 [2024-02-01T21:28:28.882Z] [ 63%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/memoryCategoriesTest.cpp.o
16:28:28 [2024-02-01T21:28:28.882Z] [ 63%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/NodePool.cpp.o
16:28:30 [2024-02-01T21:28:30.053Z] [ 63%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/subscriberTest.cpp.o
16:28:31 [2024-02-01T21:28:31.265Z] [ 63%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/methodDictionaryTest.cpp.o
16:28:31 [2024-02-01T21:28:31.265Z] [ 63%] Building C object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/ut_omr_test.c.o
16:28:31 [2024-02-01T21:28:31.265Z] [ 64%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/subscriberForkTest.cpp.o
16:28:31 [2024-02-01T21:28:31.265Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/il/NodeUtils.cpp.o
16:28:32 [2024-02-01T21:28:32.482Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GeneralLoopUnroller.cpp.o
16:28:33 [2024-02-01T21:28:33.640Z] [ 64%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/rasTestHelpers.cpp.o
16:28:33 [2024-02-01T21:28:33.640Z] [ 64%] Building CXX object fvtest/rastest/CMakeFiles/omrsubscribertest.dir/__/__/util/main_function/main_function.cpp.o
16:28:33 [2024-02-01T21:28:33.640Z] [ 64%] Linking CXX executable omrsubscribertest
16:28:34 [2024-02-01T21:28:34.809Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/IlGenRequest.cpp.o
16:28:34 [2024-02-01T21:28:34.809Z] [ 64%] Built target omrsubscribertest
16:28:34 [2024-02-01T21:28:34.809Z] [ 64%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceLifecycleTest.cpp.o
16:28:34 [2024-02-01T21:28:34.809Z] Scanning dependencies of target omrsigtest
16:28:34 [2024-02-01T21:28:34.809Z] [ 64%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/sigTest.cpp.o
16:28:36 [2024-02-01T21:28:36.010Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/IlInjector.cpp.o
16:28:37 [2024-02-01T21:28:37.176Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalAnticipatability.cpp.o
16:28:37 [2024-02-01T21:28:37.176Z] [ 64%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/sigTestHelpers.cpp.o
16:28:38 [2024-02-01T21:28:38.360Z] [ 64%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceLogTest.cpp.o
16:28:39 [2024-02-01T21:28:39.520Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRBytecodeBuilder.cpp.o
16:28:39 [2024-02-01T21:28:39.520Z] [ 64%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/main.cpp.o
16:28:39 [2024-02-01T21:28:39.520Z] [ 64%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceRecordHelpers.cpp.o
16:28:40 [2024-02-01T21:28:40.708Z] [ 64%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRGlobalRegister.cpp.o
16:28:41 [2024-02-01T21:28:41.877Z] [ 64%] Building CXX object fvtest/sigtest/CMakeFiles/omrsigtest.dir/__/__/util/main_function/main_function.cpp.o
16:28:41 [2024-02-01T21:28:41.877Z] [ 64%] Linking CXX executable omrsigtest
16:28:41 [2024-02-01T21:28:41.877Z] [ 64%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/traceTest.cpp.o
16:28:41 [2024-02-01T21:28:41.877Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlBuilder.cpp.o
16:28:43 [2024-02-01T21:28:43.007Z] [ 64%] Built target omrsigtest
16:28:43 [2024-02-01T21:28:43.007Z] [ 64%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlType.cpp.o
16:28:44 [2024-02-01T21:28:44.216Z] [ 64%] Building C object fvtest/rastest/CMakeFiles/omrrastest.dir/ut_omr_test.c.o
16:28:44 [2024-02-01T21:28:44.216Z] [ 64%] Building CXX object fvtest/rastest/CMakeFiles/omrrastest.dir/__/__/util/main_function/main_function.cpp.o
16:28:44 [2024-02-01T21:28:44.216Z] [ 64%] Linking CXX executable omrrastest
16:28:44 [2024-02-01T21:28:44.216Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/GlobalRegisterAllocator.cpp.o
16:28:45 [2024-02-01T21:28:45.388Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRIlValue.cpp.o
16:28:45 [2024-02-01T21:28:45.388Z] [ 65%] Built target omrrastest
16:28:45 [2024-02-01T21:28:45.388Z] Scanning dependencies of target omrthreadextendedtest
16:28:45 [2024-02-01T21:28:45.388Z] [ 65%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/processTimeTest.cpp.o
16:28:46 [2024-02-01T21:28:46.614Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorder.cpp.o
16:28:47 [2024-02-01T21:28:47.820Z] [ 65%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadCpuTimeTest.cpp.o
16:28:47 [2024-02-01T21:28:47.820Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Inliner.cpp.o
16:28:48 [2024-02-01T21:28:48.924Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderBinaryBuffer.cpp.o
16:28:50 [2024-02-01T21:28:50.079Z] [ 65%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderBinaryFile.cpp.o
16:28:50 [2024-02-01T21:28:50.079Z] [ 65%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadExtendedTestHelpers.cpp.o
16:28:50 [2024-02-01T21:28:50.079Z] [ 65%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RematTools.cpp.o
16:28:51 [2024-02-01T21:28:51.223Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRJitBuilderRecorderTextFile.cpp.o
16:28:51 [2024-02-01T21:28:51.223Z] [ 66%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRMethodBuilder.cpp.o
16:28:52 [2024-02-01T21:28:52.332Z] [ 66%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/threadExtendedTestMain.cpp.o
16:28:53 [2024-02-01T21:28:53.588Z] [ 66%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/timeBaseTest.cpp.o
16:28:54 [2024-02-01T21:28:54.745Z] Scanning dependencies of target omrthreadtest
16:28:54 [2024-02-01T21:28:54.745Z] [ 66%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/InductionVariable.cpp.o
16:28:54 [2024-02-01T21:28:54.745Z] [ 66%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/abortTest.cpp.o
16:28:56 [2024-02-01T21:28:56.033Z] [ 66%] Building CXX object fvtest/threadextendedtest/CMakeFiles/omrthreadextendedtest.dir/__/__/util/main_function/main_function.cpp.o
16:28:56 [2024-02-01T21:28:56.033Z] [ 67%] Linking CXX executable omrthreadextendedtest
16:28:56 [2024-02-01T21:28:56.033Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CEnterExit.cpp.o
16:28:57 [2024-02-01T21:28:57.179Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRThunkBuilder.cpp.o
16:28:57 [2024-02-01T21:28:57.179Z] [ 67%] Built target omrthreadextendedtest
16:28:57 [2024-02-01T21:28:57.179Z] Scanning dependencies of target omrvmtest
16:28:57 [2024-02-01T21:28:57.179Z] [ 67%] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/main.cpp.o
16:28:58 [2024-02-01T21:28:58.299Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CMonitor.cpp.o
16:28:59 [2024-02-01T21:28:59.508Z] [ 67%] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/vmForkTest.cpp.o
16:28:59 [2024-02-01T21:28:59.508Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRTypeDictionary.cpp.o
16:29:00 [2024-02-01T21:29:00.588Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/createTest.cpp.o
16:29:00 [2024-02-01T21:29:00.588Z] [ 67%] Building CXX object fvtest/vmtest/CMakeFiles/omrvmtest.dir/__/__/util/main_function/main_function.cpp.o
16:29:00 [2024-02-01T21:29:00.588Z] [ 67%] Linking CXX executable omrvmtest
16:29:01 [2024-02-01T21:29:01.751Z] [ 67%] Built target omrvmtest
16:29:01 [2024-02-01T21:29:01.751Z] Scanning dependencies of target omrgctest
16:29:01 [2024-02-01T21:29:01.751Z] [ 67%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/GCConfigObjectTable.cpp.o
16:29:02 [2024-02-01T21:29:02.846Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/CThread.cpp.o
16:29:02 [2024-02-01T21:29:02.846Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IntersectionBitVectorAnalysis.cpp.o
16:29:02 [2024-02-01T21:29:02.846Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineOperandArray.cpp.o
16:29:04 [2024-02-01T21:29:04.025Z] [ 67%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/GCConfigTest.cpp.o
16:29:04 [2024-02-01T21:29:04.025Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/joinTest.cpp.o
16:29:06 [2024-02-01T21:29:06.302Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Isolatedness.cpp.o
16:29:06 [2024-02-01T21:29:06.302Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineOperandStack.cpp.o
16:29:06 [2024-02-01T21:29:06.302Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/keyDestructorTest.cpp.o
16:29:08 [2024-02-01T21:29:08.470Z] [ 67%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/gcTestHelpers.cpp.o
16:29:08 [2024-02-01T21:29:08.470Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/lockedMonitorCountTest.cpp.o
16:29:08 [2024-02-01T21:29:08.470Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineRegister.cpp.o
16:29:09 [2024-02-01T21:29:09.619Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/IsolatedStoreElimination.cpp.o
16:29:09 [2024-02-01T21:29:09.619Z] [ 67%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/main.cpp.o
16:29:10 [2024-02-01T21:29:10.744Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/main.cpp.o
16:29:11 [2024-02-01T21:29:11.897Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineRegisterInStruct.cpp.o
16:29:11 [2024-02-01T21:29:11.897Z] [ 67%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/StartupManagerTestExample.cpp.o
16:29:13 [2024-02-01T21:29:13.087Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/ospriority.cpp.o
16:29:13 [2024-02-01T21:29:13.087Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Latestness.cpp.o
16:29:14 [2024-02-01T21:29:14.255Z] [ 67%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/TestHeapRegionStateTable.cpp.o
16:29:15 [2024-02-01T21:29:15.418Z] [ 67%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ilgen/OMRVirtualMachineState.cpp.o
16:29:15 [2024-02-01T21:29:15.418Z] [ 67%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/priorityInterruptTest.cpp.o
16:29:16 [2024-02-01T21:29:16.598Z] In file included from /home/jenkins/workspace/Build/fvtest/omrGtestGlue/./omrTest.h:49,
16:29:16 [2024-02-01T21:29:16.598Z]                  from /home/jenkins/workspace/Build/fvtest/gctest/gcTestHelpers.hpp:25,
16:29:16 [2024-02-01T21:29:16.598Z]                  from /home/jenkins/workspace/Build/fvtest/gctest/TestHeapRegionStateTable.cpp:23:
16:29:16 [2024-02-01T21:29:16.598Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h: In instantiation of 'testing::AssertionResult testing::internal::CmpHelperEQ(const char*, const char*, const T1&, const T2&) [with T1 = long unsigned int; T2 = int]':
16:29:16 [2024-02-01T21:29:16.598Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1421:23:   required from 'static testing::AssertionResult testing::internal::EqHelper<lhs_is_null_literal>::Compare(const char*, const char*, const T1&, const T2&) [with T1 = long unsigned int; T2 = int; bool lhs_is_null_literal = false]'
16:29:16 [2024-02-01T21:29:16.598Z] /home/jenkins/workspace/Build/fvtest/gctest/TestHeapRegionStateTable.cpp:43:5:   required from here
16:29:16 [2024-02-01T21:29:16.598Z] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/include/gtest/gtest.h:1392:11: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare]
16:29:16 [2024-02-01T21:29:16.598Z]  1392 |   if (lhs == rhs) {
16:29:16 [2024-02-01T21:29:16.598Z]       |       ~~~~^~~~~~
16:29:16 [2024-02-01T21:29:16.598Z] [ 67%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveOnAllPaths.cpp.o
16:29:16 [2024-02-01T21:29:16.598Z] [ 68%] Building CXX object fvtest/gctest/CMakeFiles/omrgctest.dir/__/__/util/main_function/main_function.cpp.o
16:29:16 [2024-02-01T21:29:16.598Z] [ 68%] Linking CXX executable omrgctest
16:29:17 [2024-02-01T21:29:17.752Z] [ 68%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/rwMutexTest.cpp.o
16:29:17 [2024-02-01T21:29:17.752Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Assert.cpp.o
16:29:17 [2024-02-01T21:29:17.752Z] [ 68%] Built target omrgctest
16:29:17 [2024-02-01T21:29:17.752Z] [ 68%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/BitVector.cpp.o
16:29:20 [2024-02-01T21:29:20.132Z] [ 68%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LiveVariableInformation.cpp.o
16:29:20 [2024-02-01T21:29:20.132Z] [ 69%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/sanityTest.cpp.o
16:29:20 [2024-02-01T21:29:20.132Z] [ 69%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Checklist.cpp.o
16:29:21 [2024-02-01T21:29:21.501Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/HashTab.cpp.o
16:29:22 [2024-02-01T21:29:22.646Z] [ 70%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/sanityTestHelper.cpp.o
16:29:22 [2024-02-01T21:29:22.646Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/IGBase.cpp.o
16:29:23 [2024-02-01T21:29:23.759Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/IGNode.cpp.o
16:29:23 [2024-02-01T21:29:23.759Z] [ 70%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Liveness.cpp.o
16:29:23 [2024-02-01T21:29:23.759Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/ILWalk.cpp.o
16:29:24 [2024-02-01T21:29:24.955Z] [ 70%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/threadTestHelp.cpp.o
16:29:26 [2024-02-01T21:29:26.099Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/InterferenceGraph.cpp.o
16:29:26 [2024-02-01T21:29:26.099Z] [ 70%] Building CXX object fvtest/threadtest/CMakeFiles/omrthreadtest.dir/__/__/util/main_function/main_function.cpp.o
16:29:26 [2024-02-01T21:29:26.099Z] [ 70%] Linking CXX executable omrthreadtest
16:29:26 [2024-02-01T21:29:26.099Z] [ 70%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoadExtensions.cpp.o
16:29:27 [2024-02-01T21:29:27.139Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRMonitor.cpp.o
16:29:27 [2024-02-01T21:29:27.139Z] [ 70%] Built target omrthreadtest
16:29:27 [2024-02-01T21:29:27.139Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRMonitorTable.cpp.o
16:29:28 [2024-02-01T21:29:28.297Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Random.cpp.o
16:29:28 [2024-02-01T21:29:28.297Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/SimpleRegex.cpp.o
16:29:28 [2024-02-01T21:29:28.297Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/String.cpp.o
16:29:29 [2024-02-01T21:29:29.419Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/STLUtils.cpp.o
16:29:29 [2024-02-01T21:29:29.419Z] [ 70%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/Timer.cpp.o
16:29:30 [2024-02-01T21:29:30.587Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/TreeServices.cpp.o
16:29:30 [2024-02-01T21:29:30.587Z] [ 71%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/infra/OMRCfg.cpp.o
16:29:30 [2024-02-01T21:29:30.587Z] [ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnalysis.cpp.o
16:29:32 [2024-02-01T21:29:32.806Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/AsyncCheckInsertion.cpp.o
16:29:32 [2024-02-01T21:29:32.806Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardBitVectorAnalysis.cpp.o
16:29:35 [2024-02-01T21:29:35.123Z] [ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalAnticipatability.cpp.o
16:29:35 [2024-02-01T21:29:35.123Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardIntersectionBitVectorAnalysis.cpp.o
16:29:35 [2024-02-01T21:29:35.123Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BackwardUnionBitVectorAnalysis.cpp.o
16:29:37 [2024-02-01T21:29:37.469Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BitVectorAnalysis.cpp.o
16:29:38 [2024-02-01T21:29:38.652Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CatchBlockRemover.cpp.o
16:29:38 [2024-02-01T21:29:38.652Z] [ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalLiveRangeReducer.cpp.o
16:29:38 [2024-02-01T21:29:38.652Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRCFGSimplifier.cpp.o
16:29:41 [2024-02-01T21:29:41.026Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CompactLocals.cpp.o
16:29:41 [2024-02-01T21:29:41.026Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/CopyPropagation.cpp.o
16:29:42 [2024-02-01T21:29:42.237Z] [ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalReordering.cpp.o
16:29:42 [2024-02-01T21:29:42.237Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DataFlowAnalysis.cpp.o
16:29:44 [2024-02-01T21:29:44.578Z] [ 72%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DeadStoreElimination.cpp.o
16:29:45 [2024-02-01T21:29:45.749Z] [ 72%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalTransparency.cpp.o
16:29:45 [2024-02-01T21:29:45.749Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DeadTreesElimination.cpp.o
16:29:45 [2024-02-01T21:29:45.749Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DebuggingCounters.cpp.o
16:29:46 [2024-02-01T21:29:46.908Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Delayedness.cpp.o
16:29:49 [2024-02-01T21:29:49.311Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Dominators.cpp.o
16:29:49 [2024-02-01T21:29:49.311Z] [ 73%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopCanonicalizer.cpp.o
16:29:50 [2024-02-01T21:29:50.391Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DominatorsChk.cpp.o
16:29:50 [2024-02-01T21:29:50.391Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/DominatorVerifier.cpp.o
16:29:50 [2024-02-01T21:29:50.391Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Earliestness.cpp.o
16:29:50 [2024-02-01T21:29:50.391Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ExpressionsSimplification.cpp.o
16:29:52 [2024-02-01T21:29:52.664Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/FieldPrivatizer.cpp.o
16:29:53 [2024-02-01T21:29:53.816Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GeneralLoopUnroller.cpp.o
16:29:55 [2024-02-01T21:29:55.082Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GlobalAnticipatability.cpp.o
16:29:56 [2024-02-01T21:29:56.248Z] [ 73%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReducer.cpp.o
16:29:57 [2024-02-01T21:29:57.461Z] [ 73%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRGlobalRegister.cpp.o
16:29:58 [2024-02-01T21:29:58.717Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/GlobalRegisterAllocator.cpp.o
16:29:59 [2024-02-01T21:29:59.973Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Inliner.cpp.o
16:30:01 [2024-02-01T21:30:01.213Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RematTools.cpp.o
16:30:01 [2024-02-01T21:30:01.213Z] [ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopReplicator.cpp.o
16:30:04 [2024-02-01T21:30:04.912Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/InductionVariable.cpp.o
16:30:04 [2024-02-01T21:30:04.912Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/IntersectionBitVectorAnalysis.cpp.o
16:30:06 [2024-02-01T21:30:06.151Z] [ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LoopVersioner.cpp.o
16:30:07 [2024-02-01T21:30:07.480Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Isolatedness.cpp.o
16:30:08 [2024-02-01T21:30:08.714Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/IsolatedStoreElimination.cpp.o
16:30:10 [2024-02-01T21:30:10.140Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Latestness.cpp.o
16:30:12 [2024-02-01T21:30:12.789Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LiveOnAllPaths.cpp.o
16:30:12 [2024-02-01T21:30:12.789Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LiveVariableInformation.cpp.o
16:30:13 [2024-02-01T21:30:13.957Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Liveness.cpp.o
16:30:15 [2024-02-01T21:30:15.273Z] [ 74%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRLocalCSE.cpp.o
16:30:16 [2024-02-01T21:30:16.558Z] [ 74%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoadExtensions.cpp.o
16:30:16 [2024-02-01T21:30:16.558Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalAnalysis.cpp.o
16:30:16 [2024-02-01T21:30:16.558Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalAnticipatability.cpp.o
16:30:20 [2024-02-01T21:30:20.398Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalDeadStoreElimination.cpp.o
16:30:20 [2024-02-01T21:30:20.398Z] [ 75%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/LocalOpts.cpp.o
16:30:20 [2024-02-01T21:30:20.398Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalLiveRangeReducer.cpp.o
16:30:20 [2024-02-01T21:30:20.398Z] [ 75%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalReordering.cpp.o
16:30:24 [2024-02-01T21:30:24.118Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimization.cpp.o
16:30:24 [2024-02-01T21:30:24.118Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalTransparency.cpp.o
16:30:24 [2024-02-01T21:30:24.118Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopCanonicalizer.cpp.o
16:30:27 [2024-02-01T21:30:27.847Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizationManager.cpp.o
16:30:27 [2024-02-01T21:30:27.847Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRTransformUtil.cpp.o
16:30:29 [2024-02-01T21:30:29.124Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopReducer.cpp.o
16:30:30 [2024-02-01T21:30:30.403Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopReplicator.cpp.o
16:30:30 [2024-02-01T21:30:30.403Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMROptimizer.cpp.o
16:30:31 [2024-02-01T21:30:31.535Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OrderBlocks.cpp.o
16:30:34 [2024-02-01T21:30:34.034Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LoopVersioner.cpp.o
16:30:35 [2024-02-01T21:30:35.261Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRLocalCSE.cpp.o
16:30:35 [2024-02-01T21:30:35.261Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OSRDefAnalysis.cpp.o
16:30:36 [2024-02-01T21:30:36.598Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PartialRedundancy.cpp.o
16:30:39 [2024-02-01T21:30:39.261Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalDeadStoreElimination.cpp.o
16:30:40 [2024-02-01T21:30:40.568Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/PreExistence.cpp.o
16:30:43 [2024-02-01T21:30:43.158Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Reachability.cpp.o
16:30:43 [2024-02-01T21:30:43.158Z] [ 76%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/LocalOpts.cpp.o
16:30:43 [2024-02-01T21:30:43.158Z] [ 76%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ReachingDefinitions.cpp.o
16:30:43 [2024-02-01T21:30:43.158Z] [ 77%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimization.cpp.o
16:30:45 [2024-02-01T21:30:45.813Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRecognizedCallTransformer.cpp.o
16:30:46 [2024-02-01T21:30:46.992Z] [ 77%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RedundantAsyncCheckRemoval.cpp.o
16:30:46 [2024-02-01T21:30:46.992Z] [ 77%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimizationManager.cpp.o
16:30:49 [2024-02-01T21:30:49.601Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRRegisterCandidate.cpp.o
16:30:49 [2024-02-01T21:30:49.601Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRTransformUtil.cpp.o
16:30:50 [2024-02-01T21:30:50.958Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMROptimizer.cpp.o
16:30:50 [2024-02-01T21:30:50.958Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifier.cpp.o
16:30:53 [2024-02-01T21:30:53.594Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OrderBlocks.cpp.o
16:30:54 [2024-02-01T21:30:54.961Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o
16:30:54 [2024-02-01T21:30:54.961Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o
16:30:56 [2024-02-01T21:30:56.414Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OSRDefAnalysis.cpp.o
16:30:58 [2024-02-01T21:30:58.114Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/PartialRedundancy.cpp.o
16:30:59 [2024-02-01T21:30:59.455Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StructuralAnalysis.cpp.o
16:31:00 [2024-02-01T21:31:00.604Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/PreExistence.cpp.o
16:31:02 [2024-02-01T21:31:02.199Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/Structure.cpp.o
16:31:03 [2024-02-01T21:31:03.693Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Reachability.cpp.o
16:31:03 [2024-02-01T21:31:03.693Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ReachingDefinitions.cpp.o
16:31:03 [2024-02-01T21:31:03.693Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/SwitchAnalyzer.cpp.o
16:31:06 [2024-02-01T21:31:06.475Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRRecognizedCallTransformer.cpp.o
16:31:06 [2024-02-01T21:31:06.475Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/TranslateTable.cpp.o
16:31:07 [2024-02-01T21:31:07.965Z] [ 78%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RedundantAsyncCheckRemoval.cpp.o
16:31:07 [2024-02-01T21:31:07.965Z] [ 78%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/UnionBitVectorAnalysis.cpp.o
16:31:09 [2024-02-01T21:31:09.455Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRRegisterCandidate.cpp.o
16:31:09 [2024-02-01T21:31:09.455Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/UseDefInfo.cpp.o
16:31:10 [2024-02-01T21:31:10.732Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ValueNumberInfo.cpp.o
16:31:11 [2024-02-01T21:31:11.949Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifier.cpp.o
16:31:14 [2024-02-01T21:31:14.458Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifierHelpers.cpp.o
16:31:15 [2024-02-01T21:31:15.735Z] [ 79%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VirtualGuardCoalescer.cpp.o
16:31:15 [2024-02-01T21:31:15.735Z] [ 79%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRSimplifierHandlers.cpp.o
16:31:15 [2024-02-01T21:31:15.735Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VirtualGuardHeadMerger.cpp.o
16:31:18 [2024-02-01T21:31:18.398Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/RegDepCopyRemoval.cpp.o
16:31:19 [2024-02-01T21:31:19.888Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ReorderIndexExpr.cpp.o
16:31:19 [2024-02-01T21:31:19.888Z] [ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/StructuralAnalysis.cpp.o
16:31:22 [2024-02-01T21:31:22.763Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/SinkStores.cpp.o
16:31:22 [2024-02-01T21:31:22.763Z] [ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/Structure.cpp.o
16:31:22 [2024-02-01T21:31:22.763Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/StripMiner.cpp.o
16:31:24 [2024-02-01T21:31:24.146Z] [ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/SwitchAnalyzer.cpp.o
16:31:26 [2024-02-01T21:31:26.765Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPConstraint.cpp.o
16:31:26 [2024-02-01T21:31:26.765Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPHandlers.cpp.o
16:31:28 [2024-02-01T21:31:28.084Z] [ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/TranslateTable.cpp.o
16:31:28 [2024-02-01T21:31:28.084Z] [ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/UnionBitVectorAnalysis.cpp.o
16:31:30 [2024-02-01T21:31:30.745Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/VPHandlersCommon.cpp.o
16:31:30 [2024-02-01T21:31:30.745Z] [ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/UseDefInfo.cpp.o
16:31:32 [2024-02-01T21:31:32.112Z] [ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ValueNumberInfo.cpp.o
16:31:33 [2024-02-01T21:31:33.304Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/OMRValuePropagation.cpp.o
16:31:33 [2024-02-01T21:31:33.304Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/ValuePropagationCommon.cpp.o
16:31:35 [2024-02-01T21:31:35.965Z] [ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VirtualGuardCoalescer.cpp.o
16:31:37 [2024-02-01T21:31:37.350Z] [ 80%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VirtualGuardHeadMerger.cpp.o
16:31:38 [2024-02-01T21:31:38.734Z] [ 80%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/TrivialDeadBlockRemover.cpp.o
16:31:40 [2024-02-01T21:31:40.118Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/RegDepCopyRemoval.cpp.o
16:31:40 [2024-02-01T21:31:40.119Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/FEInliner.cpp.o
16:31:41 [2024-02-01T21:31:41.503Z] [ 81%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ReorderIndexExpr.cpp.o
16:31:41 [2024-02-01T21:31:41.503Z] [ 81%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/BenefitInliner.cpp.o
16:31:42 [2024-02-01T21:31:42.890Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/AbsValue.cpp.o
16:31:42 [2024-02-01T21:31:42.890Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/SinkStores.cpp.o
16:31:44 [2024-02-01T21:31:44.273Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/StripMiner.cpp.o
16:31:45 [2024-02-01T21:31:45.658Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/AbsOpStack.cpp.o
16:31:45 [2024-02-01T21:31:45.658Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/AbsOpArray.cpp.o
16:31:48 [2024-02-01T21:31:48.534Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/IDT.cpp.o
16:31:48 [2024-02-01T21:31:48.534Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VPConstraint.cpp.o
16:31:48 [2024-02-01T21:31:48.534Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VPHandlers.cpp.o
16:31:48 [2024-02-01T21:31:48.534Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/IDTNode.cpp.o
16:31:51 [2024-02-01T21:31:51.301Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/InliningMethodSummary.cpp.o
16:31:52 [2024-02-01T21:31:52.579Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/OMRIDTBuilder.cpp.o
16:31:52 [2024-02-01T21:31:52.579Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/VPHandlersCommon.cpp.o
16:31:53 [2024-02-01T21:31:53.813Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/optimizer/abstractinterpreter/InliningProposal.cpp.o
16:31:55 [2024-02-01T21:31:55.092Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/OMRValuePropagation.cpp.o
16:31:55 [2024-02-01T21:31:55.092Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/CallStack.cpp.o
16:31:55 [2024-02-01T21:31:55.092Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/ValuePropagationCommon.cpp.o
16:31:57 [2024-02-01T21:31:57.792Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/CFGChecker.cpp.o
16:31:57 [2024-02-01T21:31:57.792Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/Debug.cpp.o
16:32:00 [2024-02-01T21:32:00.561Z] [ 82%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/DebugCounter.cpp.o
16:32:00 [2024-02-01T21:32:00.561Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/TrivialDeadBlockRemover.cpp.o
16:32:00 [2024-02-01T21:32:00.561Z] [ 82%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/FEInliner.cpp.o
16:32:01 [2024-02-01T21:32:01.840Z] [ 83%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidationRules.cpp.o
16:32:03 [2024-02-01T21:32:03.224Z] [ 83%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/BenefitInliner.cpp.o
16:32:03 [2024-02-01T21:32:03.224Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/AbsValue.cpp.o
16:32:04 [2024-02-01T21:32:04.609Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidationUtils.cpp.o
16:32:05 [2024-02-01T21:32:05.886Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/ILValidator.cpp.o
16:32:05 [2024-02-01T21:32:05.886Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/AbsOpStack.cpp.o
16:32:07 [2024-02-01T21:32:07.174Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/IgnoreLocale.cpp.o
16:32:07 [2024-02-01T21:32:07.174Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/AbsOpArray.cpp.o
16:32:08 [2024-02-01T21:32:08.794Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/LimitFile.cpp.o
16:32:08 [2024-02-01T21:32:08.794Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/LogTracer.cpp.o
16:32:10 [2024-02-01T21:32:10.274Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/IDT.cpp.o
16:32:10 [2024-02-01T21:32:10.274Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/IDTNode.cpp.o
16:32:11 [2024-02-01T21:32:11.874Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/OptionsDebug.cpp.o
16:32:11 [2024-02-01T21:32:11.874Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/ras/Tree.cpp.o
16:32:13 [2024-02-01T21:32:13.259Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/InliningMethodSummary.cpp.o
16:32:13 [2024-02-01T21:32:13.259Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/OMRIDTBuilder.cpp.o
16:32:13 [2024-02-01T21:32:13.259Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/Runtime.cpp.o
16:32:14 [2024-02-01T21:32:14.753Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/Trampoline.cpp.o
16:32:16 [2024-02-01T21:32:16.031Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/CodeCacheTypes.cpp.o
16:32:16 [2024-02-01T21:32:16.031Z] [ 84%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCache.cpp.o
16:32:16 [2024-02-01T21:32:16.031Z] [ 84%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/optimizer/abstractinterpreter/InliningProposal.cpp.o
16:32:17 [2024-02-01T21:32:17.416Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheManager.cpp.o
16:32:17 [2024-02-01T21:32:17.416Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/CallStack.cpp.o
16:32:18 [2024-02-01T21:32:18.800Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheMemorySegment.cpp.o
16:32:18 [2024-02-01T21:32:18.800Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/runtime/OMRCodeCacheConfig.cpp.o
16:32:18 [2024-02-01T21:32:18.800Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVDebug.cpp.o
16:32:18 [2024-02-01T21:32:18.800Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVInstruction.cpp.o
16:32:18 [2024-02-01T21:32:18.800Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/CFGChecker.cpp.o
16:32:20 [2024-02-01T21:32:20.186Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/Debug.cpp.o
16:32:21 [2024-02-01T21:32:21.570Z] [ 85%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/DebugCounter.cpp.o
16:32:22 [2024-02-01T21:32:22.891Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVOutOfLineCodeSection.cpp.o
16:32:22 [2024-02-01T21:32:22.891Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVSystemLinkage.cpp.o
16:32:22 [2024-02-01T21:32:22.891Z] In file included from /home/jenkins/workspace/Build/compiler/il/ILOpCodes.hpp:25,
16:32:22 [2024-02-01T21:32:22.891Z]                  from /home/jenkins/workspace/Build/compiler/codegen/OutOfLineCodeSection.hpp:27,
16:32:22 [2024-02-01T21:32:22.891Z]                  from /home/jenkins/workspace/Build/compiler/riscv/codegen/RVOutOfLineCodeSection.hpp:26,
16:32:22 [2024-02-01T21:32:22.891Z]                  from /home/jenkins/workspace/Build/compiler/riscv/codegen/RVOutOfLineCodeSection.cpp:22:
16:32:22 [2024-02-01T21:32:22.891Z] /home/jenkins/workspace/Build/compiler/il/OMRDataTypes.hpp:406:16: warning: inline function 'bool OMR::DataType::isVector()' used but never defined
16:32:22 [2024-02-01T21:32:22.891Z]   406 |    inline bool isVector();
16:32:22 [2024-02-01T21:32:22.891Z]       |                ^~~~~~~~
16:32:22 [2024-02-01T21:32:22.891Z] /home/jenkins/workspace/Build/compiler/il/OMRDataTypes.hpp:499:16: warning: inline function 'bool OMR::DataType::isMask()' used but never defined
16:32:22 [2024-02-01T21:32:22.891Z]   499 |    inline bool isMask();
16:32:22 [2024-02-01T21:32:22.891Z]       |                ^~~~~~
16:32:22 [2024-02-01T21:32:22.891Z] [ 85%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/BinaryEvaluator.cpp.o
16:32:24 [2024-02-01T21:32:24.125Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/ILValidationRules.cpp.o
16:32:25 [2024-02-01T21:32:25.615Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/ILValidationUtils.cpp.o
16:32:25 [2024-02-01T21:32:25.615Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/ControlFlowEvaluator.cpp.o
16:32:26 [2024-02-01T21:32:26.998Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/FPTreeEvaluator.cpp.o
16:32:26 [2024-02-01T21:32:26.998Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/ILValidator.cpp.o
16:32:28 [2024-02-01T21:32:28.377Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/IgnoreLocale.cpp.o
16:32:29 [2024-02-01T21:32:29.659Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/GenerateInstructions.cpp.o
16:32:29 [2024-02-01T21:32:29.659Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/LimitFile.cpp.o
16:32:29 [2024-02-01T21:32:29.659Z] [ 86%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRCodeGenerator.cpp.o
16:32:31 [2024-02-01T21:32:31.046Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/LogTracer.cpp.o
16:32:32 [2024-02-01T21:32:32.536Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/OptionsDebug.cpp.o
16:32:32 [2024-02-01T21:32:32.536Z] [ 86%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/ras/Tree.cpp.o
16:32:33 [2024-02-01T21:32:33.813Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRInstruction.cpp.o
16:32:33 [2024-02-01T21:32:33.813Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRInstructionDelegate.cpp.o
16:32:33 [2024-02-01T21:32:33.813Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRLinkage.cpp.o
16:32:35 [2024-02-01T21:32:35.192Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/Runtime.cpp.o
16:32:35 [2024-02-01T21:32:35.192Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/Trampoline.cpp.o
16:32:36 [2024-02-01T21:32:36.474Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRMachine.cpp.o
16:32:36 [2024-02-01T21:32:36.474Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/CodeCacheTypes.cpp.o
16:32:37 [2024-02-01T21:32:37.858Z] [ 87%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRMemoryReference.cpp.o
16:32:37 [2024-02-01T21:32:37.858Z] [ 87%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCache.cpp.o
16:32:37 [2024-02-01T21:32:37.858Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCacheManager.cpp.o
16:32:39 [2024-02-01T21:32:39.349Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCacheMemorySegment.cpp.o
16:32:39 [2024-02-01T21:32:39.349Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/runtime/OMRCodeCacheConfig.cpp.o
16:32:39 [2024-02-01T21:32:39.349Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVDebug.cpp.o
16:32:39 [2024-02-01T21:32:39.349Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVInstruction.cpp.o
16:32:40 [2024-02-01T21:32:40.631Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRRealRegister.cpp.o
16:32:40 [2024-02-01T21:32:40.631Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRRegisterDependency.cpp.o
16:32:40 [2024-02-01T21:32:40.631Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRSnippet.cpp.o
16:32:43 [2024-02-01T21:32:43.188Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVOutOfLineCodeSection.cpp.o
16:32:43 [2024-02-01T21:32:43.188Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVSystemLinkage.cpp.o
16:32:44 [2024-02-01T21:32:44.359Z] In file included from /home/jenkins/workspace/Build/compiler/il/ILOpCodes.hpp:25,
16:32:44 [2024-02-01T21:32:44.359Z]                  from /home/jenkins/workspace/Build/compiler/codegen/OutOfLineCodeSection.hpp:27,
16:32:44 [2024-02-01T21:32:44.359Z]                  from /home/jenkins/workspace/Build/compiler/riscv/codegen/RVOutOfLineCodeSection.hpp:26,
16:32:44 [2024-02-01T21:32:44.359Z]                  from /home/jenkins/workspace/Build/compiler/riscv/codegen/RVOutOfLineCodeSection.cpp:22:
16:32:44 [2024-02-01T21:32:44.359Z] /home/jenkins/workspace/Build/compiler/il/OMRDataTypes.hpp:406:16: warning: inline function 'bool OMR::DataType::isVector()' used but never defined
16:32:44 [2024-02-01T21:32:44.359Z]   406 |    inline bool isVector();
16:32:44 [2024-02-01T21:32:44.359Z]       |                ^~~~~~~~
16:32:44 [2024-02-01T21:32:44.359Z] /home/jenkins/workspace/Build/compiler/il/OMRDataTypes.hpp:499:16: warning: inline function 'bool OMR::DataType::isMask()' used but never defined
16:32:44 [2024-02-01T21:32:44.359Z]   499 |    inline bool isMask();
16:32:44 [2024-02-01T21:32:44.359Z]       |                ^~~~~~
16:32:44 [2024-02-01T21:32:44.359Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/BinaryEvaluator.cpp.o
16:32:44 [2024-02-01T21:32:44.359Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRSnippetDelegate.cpp.o
16:32:44 [2024-02-01T21:32:44.359Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OMRTreeEvaluator.cpp.o
16:32:44 [2024-02-01T21:32:44.359Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/OpBinary.cpp.o
16:32:45 [2024-02-01T21:32:45.636Z] [ 88%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/UnaryEvaluator.cpp.o
16:32:47 [2024-02-01T21:32:47.020Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/ControlFlowEvaluator.cpp.o
16:32:47 [2024-02-01T21:32:47.020Z] [ 88%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/FPTreeEvaluator.cpp.o
16:32:48 [2024-02-01T21:32:48.415Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/codegen/RVHelperCallSnippet.cpp.o
16:32:48 [2024-02-01T21:32:48.415Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/env/OMRDebugEnv.cpp.o
16:32:48 [2024-02-01T21:32:48.415Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/env/OMRCPU.cpp.o
16:32:49 [2024-02-01T21:32:49.686Z] [ 89%] Building CXX object fvtest/compilertest/CMakeFiles/testcompiler.dir/__/__/compiler/riscv/runtime/CodeSync.cpp.o
16:32:49 [2024-02-01T21:32:49.686Z] [ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/GenerateInstructions.cpp.o
16:32:50 [2024-02-01T21:32:50.962Z] [ 89%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRCodeGenerator.cpp.o
16:32:50 [2024-02-01T21:32:50.962Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRInstruction.cpp.o
16:32:50 [2024-02-01T21:32:50.962Z] [ 90%] Linking CXX static library libtestcompiler.a
16:32:53 [2024-02-01T21:32:53.836Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRInstructionDelegate.cpp.o
16:32:53 [2024-02-01T21:32:53.836Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRLinkage.cpp.o
16:32:53 [2024-02-01T21:32:53.836Z] [ 90%] Built target testcompiler
16:32:53 [2024-02-01T21:32:53.836Z] Scanning dependencies of target compilertest
16:32:53 [2024-02-01T21:32:53.836Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/main.cpp.o
16:32:55 [2024-02-01T21:32:55.294Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/BuilderTest.cpp.o
16:32:55 [2024-02-01T21:32:55.294Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/FooBarTest.cpp.o
16:32:55 [2024-02-01T21:32:55.294Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/LimitFileTest.cpp.o
16:32:56 [2024-02-01T21:32:56.735Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/LogFileTest.cpp.o
16:32:56 [2024-02-01T21:32:56.735Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OMRTestEnv.cpp.o
16:32:56 [2024-02-01T21:32:56.735Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRMachine.cpp.o
16:32:57 [2024-02-01T21:32:57.975Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OptionSetTest.cpp.o
16:32:57 [2024-02-01T21:32:57.975Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OpCodesTest.cpp.o
16:32:59 [2024-02-01T21:32:59.315Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/Qux2Test.cpp.o
16:32:59 [2024-02-01T21:32:59.315Z] [ 90%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/SimplifierFoldAndTest.cpp.o
16:33:00 [2024-02-01T21:33:00.670Z] [ 90%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRMemoryReference.cpp.o
16:33:03 [2024-02-01T21:33:03.147Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/OptTestDriver.cpp.o
16:33:03 [2024-02-01T21:33:03.147Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/TestDriver.cpp.o
16:33:04 [2024-02-01T21:33:04.636Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRRealRegister.cpp.o
16:33:04 [2024-02-01T21:33:04.636Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/SingleBitContainerTest.cpp.o
16:33:06 [2024-02-01T21:33:06.126Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRRegisterDependency.cpp.o
16:33:06 [2024-02-01T21:33:06.126Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/BarIlInjector.cpp.o
16:33:06 [2024-02-01T21:33:06.126Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/BinaryOpIlInjector.cpp.o
16:33:07 [2024-02-01T21:33:07.514Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/CallIlInjector.cpp.o
16:33:07 [2024-02-01T21:33:07.514Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/ChildlessUnaryOpIlInjector.cpp.o
16:33:08 [2024-02-01T21:33:08.899Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRSnippet.cpp.o
16:33:08 [2024-02-01T21:33:08.899Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/CmpBranchOpIlInjector.cpp.o
16:33:10 [2024-02-01T21:33:10.389Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/FooIlInjector.cpp.o
16:33:11 [2024-02-01T21:33:11.880Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/IndirectLoadIlInjector.cpp.o
16:33:11 [2024-02-01T21:33:11.880Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/IndirectStoreIlInjector.cpp.o
16:33:11 [2024-02-01T21:33:11.880Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRSnippetDelegate.cpp.o
16:33:11 [2024-02-01T21:33:11.880Z] [ 91%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OMRTreeEvaluator.cpp.o
16:33:13 [2024-02-01T21:33:13.369Z] [ 91%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/OpIlInjector.cpp.o
16:33:14 [2024-02-01T21:33:14.859Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/Qux2IlInjector.cpp.o
16:33:16 [2024-02-01T21:33:16.244Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/StoreOpIlInjector.cpp.o
16:33:16 [2024-02-01T21:33:16.244Z] [ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/OpBinary.cpp.o
16:33:16 [2024-02-01T21:33:16.244Z] [ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/UnaryEvaluator.cpp.o
16:33:17 [2024-02-01T21:33:17.735Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/SelectOpIlInjector.cpp.o
16:33:17 [2024-02-01T21:33:17.735Z] [ 92%] Building CXX object fvtest/compilertest/CMakeFiles/compilertest.dir/tests/injectors/UnaryOpIlInjector.cpp.o
16:33:19 [2024-02-01T21:33:19.119Z] Scanning dependencies of target tril
16:33:19 [2024-02-01T21:33:19.119Z] [ 92%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/ast.cpp.o
16:33:19 [2024-02-01T21:33:19.119Z] [ 92%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/parser.cpp.o
16:33:19 [2024-02-01T21:33:19.119Z] [ 92%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/ilgen.cpp.o
16:33:20 [2024-02-01T21:33:20.609Z] [ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/codegen/RVHelperCallSnippet.cpp.o
16:33:20 [2024-02-01T21:33:20.609Z] [ 92%] Linking CXX executable compilertest
16:33:20 [2024-02-01T21:33:20.609Z] [ 92%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/CallConverter.cpp.o
16:33:23 [2024-02-01T21:33:23.594Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/env/OMRDebugEnv.cpp.o
16:33:23 [2024-02-01T21:33:23.594Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/env/OMRCPU.cpp.o
16:33:23 [2024-02-01T21:33:23.594Z] [ 93%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/GenericNodeConverter.cpp.o
16:33:25 [2024-02-01T21:33:25.094Z] [ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/riscv/runtime/CodeSync.cpp.o
16:33:25 [2024-02-01T21:33:25.094Z] [ 93%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/simple_compiler.cpp.o
16:33:25 [2024-02-01T21:33:25.094Z] [ 93%] Linking CXX static library libjitbuilder.a
16:33:25 [2024-02-01T21:33:25.094Z] [ 93%] Built target compilertest
16:33:26 [2024-02-01T21:33:26.585Z] [ 93%] Built target jitbuilder
16:33:26 [2024-02-01T21:33:26.585Z] Scanning dependencies of target worklist
16:33:26 [2024-02-01T21:33:26.585Z] Scanning dependencies of target conditionals
16:33:26 [2024-02-01T21:33:26.585Z] [ 93%] Building CXX object jitbuilder/release/CMakeFiles/worklist.dir/cpp/samples/Worklist.cpp.o
16:33:26 [2024-02-01T21:33:26.586Z] [ 93%] Building CXX object jitbuilder/release/CMakeFiles/conditionals.dir/cpp/samples/Conditionals.cpp.o
16:33:27 [2024-02-01T21:33:27.968Z] [ 93%] Linking CXX executable conditionals
16:33:27 [2024-02-01T21:33:27.968Z] [ 94%] Linking CXX executable worklist
16:33:27 [2024-02-01T21:33:27.968Z] Scanning dependencies of target nestedloop
16:33:27 [2024-02-01T21:33:27.968Z] [ 94%] Building CXX object jitbuilder/release/CMakeFiles/nestedloop.dir/cpp/samples/NestedLoop.cpp.o
16:33:27 [2024-02-01T21:33:27.968Z] [ 95%] Linking CXX executable nestedloop
16:33:27 [2024-02-01T21:33:27.968Z] [ 95%] Linking CXX static library libtril.a
16:33:27 [2024-02-01T21:33:27.968Z] [ 95%] Built target tril
16:33:27 [2024-02-01T21:33:27.968Z] Scanning dependencies of target pow2
16:33:27 [2024-02-01T21:33:27.968Z] [ 95%] Building CXX object jitbuilder/release/CMakeFiles/pow2.dir/cpp/samples/Pow2.cpp.o
16:33:29 [2024-02-01T21:33:29.467Z] [ 95%] Linking CXX executable pow2
16:33:30 [2024-02-01T21:33:30.744Z] [ 95%] Built target worklist
16:33:30 [2024-02-01T21:33:30.744Z] [ 95%] Built target conditionals
16:33:30 [2024-02-01T21:33:30.744Z] Scanning dependencies of target iterfib
16:33:30 [2024-02-01T21:33:30.744Z] Scanning dependencies of target simple
16:33:30 [2024-02-01T21:33:30.744Z] [ 95%] Building CXX object jitbuilder/release/CMakeFiles/iterfib.dir/cpp/samples/IterativeFib.cpp.o
16:33:30 [2024-02-01T21:33:30.744Z] [ 95%] Building CXX object jitbuilder/release/CMakeFiles/simple.dir/cpp/samples/Simple.cpp.o
16:33:32 [2024-02-01T21:33:32.129Z] [ 95%] Linking CXX executable iterfib
16:33:32 [2024-02-01T21:33:32.129Z] [ 95%] Built target nestedloop
16:33:32 [2024-02-01T21:33:32.129Z] Scanning dependencies of target isSupportedType
16:33:32 [2024-02-01T21:33:32.129Z] [ 95%] Building CXX object jitbuilder/release/CMakeFiles/isSupportedType.dir/cpp/samples/IsSupportedType.cpp.o
16:33:32 [2024-02-01T21:33:32.129Z] [ 95%] Linking CXX executable simple
16:33:32 [2024-02-01T21:33:32.129Z] [ 95%] Linking CXX executable isSupportedType
16:33:32 [2024-02-01T21:33:32.129Z] [ 95%] Built target isSupportedType
16:33:33 [2024-02-01T21:33:33.622Z] Scanning dependencies of target power
16:33:33 [2024-02-01T21:33:33.622Z] [ 95%] Building CXX object jitbuilder/release/CMakeFiles/power.dir/cpp/samples/Power.cpp.o
16:33:33 [2024-02-01T21:33:33.622Z] [ 96%] Linking CXX executable power
16:33:33 [2024-02-01T21:33:33.622Z] [ 96%] Built target pow2
16:33:33 [2024-02-01T21:33:33.622Z] Scanning dependencies of target jitbuildertest
16:33:33 [2024-02-01T21:33:33.622Z] [ 96%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/main.cpp.o
16:33:35 [2024-02-01T21:33:35.005Z] [ 96%] Built target iterfib
16:33:35 [2024-02-01T21:33:35.005Z] Scanning dependencies of target tril_compiler
16:33:35 [2024-02-01T21:33:35.005Z] [ 96%] Building CXX object fvtest/tril/tril/CMakeFiles/tril_compiler.dir/compiler.cpp.o
16:33:35 [2024-02-01T21:33:35.005Z] [ 96%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/selftest.cpp.o
16:33:36 [2024-02-01T21:33:36.494Z] [ 96%] Built target simple
16:33:36 [2024-02-01T21:33:36.494Z] Scanning dependencies of target tril_dumper
16:33:36 [2024-02-01T21:33:36.494Z] [ 96%] Building CXX object fvtest/tril/tril/CMakeFiles/tril_dumper.dir/compiler.cpp.o
16:33:36 [2024-02-01T21:33:36.494Z] [ 96%] Built target power
16:33:36 [2024-02-01T21:33:36.494Z] Scanning dependencies of target triltest
16:33:36 [2024-02-01T21:33:36.494Z] [ 96%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/main.cpp.o
16:33:37 [2024-02-01T21:33:37.877Z] [ 96%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/UnionTest.cpp.o
16:33:39 [2024-02-01T21:33:39.368Z] [ 97%] Linking CXX executable tril_compiler
16:33:39 [2024-02-01T21:33:39.368Z] [ 97%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/ASTTest.cpp.o
16:33:39 [2024-02-01T21:33:39.368Z] [ 97%] Linking CXX executable tril_dumper
16:33:39 [2024-02-01T21:33:39.368Z] [ 97%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/FieldAddressTest.cpp.o
16:33:42 [2024-02-01T21:33:42.348Z] [ 97%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/AnonymousTest.cpp.o
16:33:42 [2024-02-01T21:33:42.348Z] [ 97%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/ParserTest.cpp.o
16:33:43 [2024-02-01T21:33:43.731Z] [ 97%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/ControlFlowTest.cpp.o
16:33:43 [2024-02-01T21:33:43.731Z] [ 97%] Built target tril_compiler
16:33:43 [2024-02-01T21:33:43.731Z] Scanning dependencies of target incordec
16:33:43 [2024-02-01T21:33:43.731Z] [ 97%] Building CXX object fvtest/tril/examples/incordec/CMakeFiles/incordec.dir/main.cpp.o
16:33:43 [2024-02-01T21:33:43.731Z] [ 97%] Built target tril_dumper
16:33:43 [2024-02-01T21:33:43.731Z] Scanning dependencies of target mandelbrot
16:33:45 [2024-02-01T21:33:45.221Z] [ 97%] Building CXX object fvtest/tril/examples/mandelbrot/CMakeFiles/mandelbrot.dir/main.cpp.o
16:33:45 [2024-02-01T21:33:45.221Z] [ 97%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/NegateTest.cpp.o
16:33:47 [2024-02-01T21:33:47.994Z] [ 97%] Linking CXX executable incordec
16:33:47 [2024-02-01T21:33:47.994Z] [ 97%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/MethodInfoTest.cpp.o
16:33:47 [2024-02-01T21:33:47.994Z] [ 97%] Linking CXX executable mandelbrot
16:33:47 [2024-02-01T21:33:47.994Z] [ 97%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/SystemLinkageTest.cpp.o
16:33:50 [2024-02-01T21:33:50.983Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/WorklistTest.cpp.o
16:33:52 [2024-02-01T21:33:52.473Z] [ 98%] Built target incordec
16:33:52 [2024-02-01T21:33:52.473Z] [ 98%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/IlGenTest.cpp.o
16:33:52 [2024-02-01T21:33:52.473Z] [ 98%] Built target mandelbrot
16:33:52 [2024-02-01T21:33:52.473Z] Scanning dependencies of target compunittest
16:33:52 [2024-02-01T21:33:52.473Z] [ 98%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/main.cpp.o
16:33:52 [2024-02-01T21:33:52.473Z] Scanning dependencies of target comptest
16:33:52 [2024-02-01T21:33:52.473Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/FieldNameTest.cpp.o
16:33:52 [2024-02-01T21:33:52.473Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/main.cpp.o
16:33:55 [2024-02-01T21:33:55.348Z] [ 98%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/CodeGenTest.cpp.o
16:33:55 [2024-02-01T21:33:55.348Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/ConvertBitsTest.cpp.o
16:33:56 [2024-02-01T21:33:56.730Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/JitTest.cpp.o
16:33:56 [2024-02-01T21:33:56.730Z] [ 98%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/CompileTest.cpp.o
16:33:56 [2024-02-01T21:33:56.730Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/SelectTest.cpp.o
16:33:59 [2024-02-01T21:33:59.709Z] [ 98%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/abstractinterpreter/AbsInterpreterTest.cpp.o
16:33:59 [2024-02-01T21:33:59.709Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/GlobalTest.cpp.o
16:33:59 [2024-02-01T21:33:59.709Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/JitTestUtilitiesTest.cpp.o
16:34:02 [2024-02-01T21:34:02.688Z] [ 98%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/__/__/__/util/main_function/main_function.cpp.o
16:34:02 [2024-02-01T21:34:02.688Z] [ 98%] Linking CXX executable triltest
16:34:02 [2024-02-01T21:34:02.689Z] [ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/UnsignedDivRemTest.cpp.o
16:34:05 [2024-02-01T21:34:05.563Z] [ 98%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/CCData.cpp.o
16:34:05 [2024-02-01T21:34:05.563Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ILValidatorTest.cpp.o
16:34:05 [2024-02-01T21:34:05.563Z] [ 98%] Linking CXX executable jitbuildertest
16:34:08 [2024-02-01T21:34:08.333Z] [ 98%] Built target triltest
16:34:08 [2024-02-01T21:34:08.333Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ArithmeticTest.cpp.o
16:34:09 [2024-02-01T21:34:09.720Z] [ 98%] Built target jitbuildertest
16:34:09 [2024-02-01T21:34:09.720Z] [ 98%] Building CXX object fvtest/compilerunittest/CMakeFiles/compunittest.dir/__/__/util/main_function/main_function.cpp.o
16:34:09 [2024-02-01T21:34:09.720Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ShiftAndRotateTest.cpp.o
16:34:11 [2024-02-01T21:34:11.211Z] [ 98%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/SimplifierFoldAbsNegTest.cpp.o
16:34:12 [2024-02-01T21:34:12.595Z] [ 98%] Linking CXX executable compunittest
16:34:18 [2024-02-01T21:34:18.993Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/SimplifierFoldAndTest.cpp.o
16:34:18 [2024-02-01T21:34:18.993Z] [ 99%] Built target compunittest
16:34:18 [2024-02-01T21:34:18.993Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/IfxcmpgeReductionTest.cpp.o
16:34:23 [2024-02-01T21:34:23.358Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/VectorTest.cpp.o
16:34:28 [2024-02-01T21:34:28.220Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/CallTest.cpp.o
16:34:33 [2024-02-01T21:34:33.116Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LongAndAsRotateTest.cpp.o
16:34:34 [2024-02-01T21:34:34.328Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/MockStrategyTest.cpp.o
16:34:38 [2024-02-01T21:34:38.588Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LogicalTest.cpp.o
16:34:40 [2024-02-01T21:34:40.079Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LinkageTest.cpp.o
16:34:40 [2024-02-01T21:34:40.079Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/BitPermuteTest.cpp.o
16:34:47 [2024-02-01T21:34:47.764Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/MaxMinTest.cpp.o
16:34:50 [2024-02-01T21:34:50.533Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/CompareTest.cpp.o
16:34:50 [2024-02-01T21:34:50.533Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/TypeConversionTest.cpp.o
16:34:53 [2024-02-01T21:34:53.407Z] [ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/SelectTest.cpp.o
16:34:57 [2024-02-01T21:34:57.882Z] [100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/MinimalTest.cpp.o
16:35:02 [2024-02-01T21:35:02.353Z] [100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ArrayTest.cpp.o
16:35:09 [2024-02-01T21:35:09.977Z] [100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/__/__/util/main_function/main_function.cpp.o
16:35:21 [2024-02-01T21:35:21.098Z] [100%] Linking CXX executable comptest
16:35:57 [2024-02-01T21:35:57.576Z] [100%] Built target comptest
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
16:35:58 [2024-02-01T21:35:58.652Z] Output CCACHE stats after running
[Pipeline] sh
16:36:01 [2024-02-01T21:36:01.313Z] + ccache -s
16:36:01 [2024-02-01T21:36:01.313Z] cache directory                     /home/jenkins/.ccache
16:36:01 [2024-02-01T21:36:01.313Z] primary config                      /home/jenkins/.ccache/ccache.conf
16:36:01 [2024-02-01T21:36:01.313Z] secondary config (readonly)         /etc/ccache.conf
16:36:01 [2024-02-01T21:36:01.313Z] stats updated                       Thu Feb  1 16:24:21 2024
16:36:01 [2024-02-01T21:36:01.313Z] stats zeroed                        Thu Feb  1 16:24:21 2024
16:36:01 [2024-02-01T21:36:01.313Z] cache hit (direct)                     0
16:36:01 [2024-02-01T21:36:01.313Z] cache hit (preprocessed)               0
16:36:01 [2024-02-01T21:36:01.313Z] cache miss                             0
16:36:01 [2024-02-01T21:36:01.313Z] cache hit rate                      0.00 %
16:36:01 [2024-02-01T21:36:01.313Z] cleanups performed                     0
16:36:01 [2024-02-01T21:36:01.313Z] files in cache                     40178
16:36:01 [2024-02-01T21:36:01.313Z] cache size                           4.5 GB
16:36:01 [2024-02-01T21:36:01.313Z] max cache size                       5.0 GB
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
16:36:02 [2024-02-01T21:36:02.228Z] Sanity Test...
[Pipeline] dir
16:36:02 [2024-02-01T21:36:02.229Z] Running in /home/jenkins/workspace/Build/build
[Pipeline] {
[Pipeline] sh
16:36:05 [2024-02-01T21:36:05.012Z] + ctest -V
16:36:05 [2024-02-01T21:36:05.012Z] UpdateCTestConfiguration  from :/home/jenkins/workspace/Build/build/DartConfiguration.tcl
16:36:05 [2024-02-01T21:36:05.012Z] UpdateCTestConfiguration  from :/home/jenkins/workspace/Build/build/DartConfiguration.tcl
16:36:05 [2024-02-01T21:36:05.012Z] Test project /home/jenkins/workspace/Build/build
16:36:05 [2024-02-01T21:36:05.012Z] Constructing a list of tests
16:36:05 [2024-02-01T21:36:05.012Z] Done constructing a list of tests
16:36:05 [2024-02-01T21:36:05.012Z] Updating test list for fixtures
16:36:05 [2024-02-01T21:36:05.012Z] Added 0 tests to meet fixture requirements
16:36:05 [2024-02-01T21:36:05.012Z] Checking test dependency graph...
16:36:05 [2024-02-01T21:36:05.012Z] Checking test dependency graph end
16:36:05 [2024-02-01T21:36:05.012Z] test 1
16:36:05 [2024-02-01T21:36:05.012Z]       Start  1: gcexample
16:36:05 [2024-02-01T21:36:05.012Z] 
16:36:05 [2024-02-01T21:36:05.012Z] 1: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/example/gcexample"
16:36:05 [2024-02-01T21:36:05.012Z] 1: Test timeout computed to be: 10000000
16:36:05 [2024-02-01T21:36:05.012Z] 1: VM/GC INITIALIZED
16:36:05 [2024-02-01T21:36:05.012Z] 1: configuration is MM_ConfigurationFlat
16:36:05 [2024-02-01T21:36:05.012Z] 1: collector interface is MM_CollectorLanguageInterfaceImpl
16:36:05 [2024-02-01T21:36:05.012Z] 1: garbage collector is MM_ParallelGlobalGC
16:36:05 [2024-02-01T21:36:05.012Z] 1: allocation interface is MM_TLHAllocationInterface
16:36:05 [2024-02-01T21:36:05.012Z] 1: thread allocated 1048392 tlh bytes, 0 non-tlh bytes, from 43683 allocations before NULL
16:36:05 [2024-02-01T21:36:05.012Z] 1: ALL TESTS PASSED
16:36:05 [2024-02-01T21:36:05.012Z]  1/30 Test  #1: gcexample .........................   Passed    0.34 sec
16:36:05 [2024-02-01T21:36:05.012Z] test 2
16:36:05 [2024-02-01T21:36:05.012Z]       Start  2: TestJitBuilderAPIGenerator
16:36:05 [2024-02-01T21:36:05.012Z] 
16:36:05 [2024-02-01T21:36:05.012Z] 2: Test command: /usr/bin/python3.9 "run_tests.py"
16:36:05 [2024-02-01T21:36:05.012Z] 2: Test timeout computed to be: 10000000
16:36:05 [2024-02-01T21:36:05.012Z] 2: ................................................................................................../home/jenkins/workspace/Build/jitbuilder/apigen/test/cppgentests.py:245: DeprecationWarning: Please use assertRegex instead.
16:36:05 [2024-02-01T21:36:05.012Z] 2:   self.assertRegexpMatches(self.generator.generate_allocator_decl(class_desc),
16:36:05 [2024-02-01T21:36:05.012Z] 2: ......................................s..s..s...
16:36:05 [2024-02-01T21:36:05.012Z] 2: ----------------------------------------------------------------------
16:36:05 [2024-02-01T21:36:05.012Z] 2: Ran 146 tests in 0.071s
16:36:05 [2024-02-01T21:36:05.012Z] 2: 
16:36:05 [2024-02-01T21:36:05.012Z] 2: OK (skipped=3)
16:36:05 [2024-02-01T21:36:05.012Z] 2: warning: The package 'jsonschema' is not installed so certain tests will be skipped
16:36:05 [2024-02-01T21:36:05.012Z]  2/30 Test  #2: TestJitBuilderAPIGenerator ........   Passed    0.23 sec
16:36:05 [2024-02-01T21:36:05.012Z] test 3
16:36:05 [2024-02-01T21:36:05.012Z]       Start  3: conditionals_example_as_test
16:36:05 [2024-02-01T21:36:05.012Z] 
16:36:05 [2024-02-01T21:36:05.012Z] 3: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/conditionals"
16:36:05 [2024-02-01T21:36:05.012Z] 3: Test timeout computed to be: 10000000
16:36:06 [2024-02-01T21:36:06.395Z] 3: Step 1: initialize JIT
16:36:06 [2024-02-01T21:36:06.395Z] 3: Step 2: define type dictionary
16:36:06 [2024-02-01T21:36:06.395Z] 3: Step 3: compile method builder
16:36:06 [2024-02-01T21:36:06.395Z] 3: Step 4: invoke compiled code
16:36:06 [2024-02-01T21:36:06.395Z] 3: Step 5: shutdown JIT
16:36:06 [2024-02-01T21:36:06.395Z] 3: ALL TESTS PASSED
16:36:06 [2024-02-01T21:36:06.395Z]  3/30 Test  #3: conditionals_example_as_test ......   Passed    0.76 sec
16:36:06 [2024-02-01T21:36:06.395Z] test 4
16:36:06 [2024-02-01T21:36:06.395Z]       Start  4: isSupportedType_example_as_test
16:36:06 [2024-02-01T21:36:06.395Z] 
16:36:06 [2024-02-01T21:36:06.395Z] 4: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/isSupportedType"
16:36:06 [2024-02-01T21:36:06.395Z] 4: Test timeout computed to be: 10000000
16:36:06 [2024-02-01T21:36:06.395Z] 4: Step 1: test signed integral types
16:36:06 [2024-02-01T21:36:06.395Z] 4: Step 2: test unsigned integral types
16:36:06 [2024-02-01T21:36:06.395Z] 4: Step 3: test language primitive signed integral types
16:36:06 [2024-02-01T21:36:06.395Z] 4: Step 4: test language primitive unsigned integral types
16:36:06 [2024-02-01T21:36:06.395Z] 4: Step 5: test floating point types
16:36:06 [2024-02-01T21:36:06.395Z] 4: Step 6: test cv qualified types
16:36:06 [2024-02-01T21:36:06.395Z] 4: Step 7: test void type
16:36:06 [2024-02-01T21:36:06.395Z] 4: Step 8: test pointer to primitive types
16:36:06 [2024-02-01T21:36:06.395Z] 4: Step 9: test pointer to pointer to primitive types
16:36:06 [2024-02-01T21:36:06.395Z] 4: Step 10: test unsupported types
16:36:06 [2024-02-01T21:36:06.395Z] 4: PASS
16:36:06 [2024-02-01T21:36:06.395Z]  4/30 Test  #4: isSupportedType_example_as_test ...   Passed    0.05 sec
16:36:06 [2024-02-01T21:36:06.395Z] test 5
16:36:06 [2024-02-01T21:36:06.395Z]       Start  5: iterfib_example_as_test
16:36:06 [2024-02-01T21:36:06.395Z] 
16:36:06 [2024-02-01T21:36:06.395Z] 5: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/iterfib"
16:36:06 [2024-02-01T21:36:06.395Z] 5: Test timeout computed to be: 10000000
16:36:06 [2024-02-01T21:36:06.395Z] 5: Step 1: initialize JIT
16:36:06 [2024-02-01T21:36:06.395Z] 5: Step 2: define type dictionary
16:36:06 [2024-02-01T21:36:06.395Z] 5: Step 3: compile method builder
16:36:06 [2024-02-01T21:36:06.395Z] 5: Step 4: invoke compiled code
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib( 0) = 0
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib( 1) = 1
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib( 2) = 1
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib( 3) = 2
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib( 4) = 3
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib( 5) = 5
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib( 6) = 8
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib( 7) = 13
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib( 8) = 21
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib( 9) = 34
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib(10) = 55
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib(11) = 89
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib(12) = 144
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib(13) = 233
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib(14) = 377
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib(15) = 610
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib(16) = 987
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib(17) = 1597
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib(18) = 2584
16:36:06 [2024-02-01T21:36:06.395Z] 5: fib(19) = 4181
16:36:06 [2024-02-01T21:36:06.395Z] 5: Step 5: shutdown JIT
16:36:06 [2024-02-01T21:36:06.395Z] 5: PASS
16:36:06 [2024-02-01T21:36:06.395Z]  5/30 Test  #5: iterfib_example_as_test ...........   Passed    0.83 sec
16:36:06 [2024-02-01T21:36:06.395Z] test 6
16:36:06 [2024-02-01T21:36:06.395Z]       Start  6: nestedloop_example_as_test
16:36:06 [2024-02-01T21:36:06.395Z] 
16:36:06 [2024-02-01T21:36:06.395Z] 6: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/nestedloop"
16:36:06 [2024-02-01T21:36:06.395Z] 6: Test timeout computed to be: 10000000
16:36:08 [2024-02-01T21:36:08.956Z] 6: Step 1: initialize JIT
16:36:08 [2024-02-01T21:36:08.956Z] 6: Step 2: define relevant types
16:36:08 [2024-02-01T21:36:08.956Z] 6: Step 3: compile method builder
16:36:08 [2024-02-01T21:36:08.956Z] 6: Step 4: invoke compiled code
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop( 0) = 0
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop( 1) = 1
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop( 2) = 64
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop( 3) = 729
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop( 4) = 4096
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop( 5) = 15625
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop( 6) = 46656
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop( 7) = 117649
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop( 8) = 262144
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop( 9) = 531441
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop(10) = 1000000
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop(11) = 1771561
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop(12) = 2985984
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop(13) = 4826809
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop(14) = 7529536
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop(15) = 11390625
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop(16) = 16777216
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop(17) = 24137569
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop(18) = 34012224
16:36:08 [2024-02-01T21:36:08.956Z] 6: nested_loop(19) = 47045881
16:36:08 [2024-02-01T21:36:08.956Z] 6: Step 5: shutdown JIT
16:36:08 [2024-02-01T21:36:08.956Z] 6: PASS
16:36:08 [2024-02-01T21:36:08.956Z]  6/30 Test  #6: nestedloop_example_as_test ........   Passed    1.63 sec
16:36:08 [2024-02-01T21:36:08.956Z] test 7
16:36:08 [2024-02-01T21:36:08.956Z]       Start  7: pow2_example_as_test
16:36:08 [2024-02-01T21:36:08.956Z] 
16:36:08 [2024-02-01T21:36:08.956Z] 7: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/pow2"
16:36:08 [2024-02-01T21:36:08.956Z] 7: Test timeout computed to be: 10000000
16:36:10 [2024-02-01T21:36:10.023Z] 7: Step 1: initialize JIT
16:36:10 [2024-02-01T21:36:10.023Z] 7: Step 2: define relevant types
16:36:10 [2024-02-01T21:36:10.023Z] 7: Step 3: compile method builder
16:36:10 [2024-02-01T21:36:10.023Z] 7: Step 4: invoke compiled code
16:36:10 [2024-02-01T21:36:10.023Z] 7: pow2(45) is 35184372088832
16:36:10 [2024-02-01T21:36:10.023Z] 7: Step 5: shutdown JIT
16:36:10 [2024-02-01T21:36:10.023Z] 7: PASS
16:36:10 [2024-02-01T21:36:10.023Z]  7/30 Test  #7: pow2_example_as_test ..............   Passed    2.13 sec
16:36:10 [2024-02-01T21:36:10.023Z] test 8
16:36:10 [2024-02-01T21:36:10.023Z]       Start  8: simple_example_as_test
16:36:10 [2024-02-01T21:36:10.023Z] 
16:36:10 [2024-02-01T21:36:10.023Z] 8: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/simple"
16:36:10 [2024-02-01T21:36:10.023Z] 8: Test timeout computed to be: 10000000
16:36:11 [2024-02-01T21:36:11.409Z] 8: Step 1: initialize JIT
16:36:11 [2024-02-01T21:36:11.409Z] 8: Step 2: define type dictionary
16:36:11 [2024-02-01T21:36:11.409Z] 8: Step 3: compile method builder
16:36:11 [2024-02-01T21:36:11.409Z] 8: SimpleMethod::buildIL() running!
16:36:11 [2024-02-01T21:36:11.409Z] 8: Step 4: invoke compiled code and print results
16:36:11 [2024-02-01T21:36:11.409Z] 8: increment(0) == 1
16:36:11 [2024-02-01T21:36:11.409Z] 8: increment(1) == 2
16:36:11 [2024-02-01T21:36:11.409Z] 8: increment(10) == 11
16:36:11 [2024-02-01T21:36:11.409Z] 8: increment(-15) == -14
16:36:11 [2024-02-01T21:36:11.409Z] 8: Step 5: shutdown JIT
16:36:11 [2024-02-01T21:36:11.409Z]  8/30 Test  #8: simple_example_as_test ............   Passed    0.45 sec
16:36:11 [2024-02-01T21:36:11.409Z] test 9
16:36:11 [2024-02-01T21:36:11.409Z]       Start  9: worklist_example_as_test
16:36:11 [2024-02-01T21:36:11.409Z] 
16:36:11 [2024-02-01T21:36:11.409Z] 9: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/worklist"
16:36:11 [2024-02-01T21:36:11.409Z] 9: Test timeout computed to be: 10000000
16:36:11 [2024-02-01T21:36:11.409Z] 9: Step 1: initialize JIT
16:36:11 [2024-02-01T21:36:11.409Z] 9: Step 2: define type dictionary
16:36:11 [2024-02-01T21:36:11.409Z] 9: Step 3: compile method builder
16:36:11 [2024-02-01T21:36:11.409Z] 9: WorklistMethod::buildIL() running!
16:36:11 [2024-02-01T21:36:11.409Z] 9: step 4: invoke compiled code and print results
16:36:11 [2024-02-01T21:36:11.409Z] 9: Step 5: shutdown JIT
16:36:11 [2024-02-01T21:36:11.409Z] 9: Failed tests: 0
16:36:11 [2024-02-01T21:36:11.409Z] 9: Passed tests: 20
16:36:11 [2024-02-01T21:36:11.409Z] 9: ALL PASSED
16:36:11 [2024-02-01T21:36:11.409Z]  9/30 Test  #9: worklist_example_as_test ..........   Passed    0.77 sec
16:36:11 [2024-02-01T21:36:11.409Z] test 10
16:36:11 [2024-02-01T21:36:11.409Z]       Start 10: power_example_as_test
16:36:11 [2024-02-01T21:36:11.409Z] 
16:36:11 [2024-02-01T21:36:11.409Z] 10: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/jitbuilder/release/power"
16:36:11 [2024-02-01T21:36:11.409Z] 10: Test timeout computed to be: 10000000
16:36:12 [2024-02-01T21:36:12.798Z] 10: Step 1: initialize JIT
16:36:12 [2024-02-01T21:36:12.798Z] 10: Step 2: define relevant types
16:36:12 [2024-02-01T21:36:12.798Z] 10: Step 3: compile method builder
16:36:12 [2024-02-01T21:36:12.798Z] 10: Step 4: invoke compiled code
16:36:12 [2024-02-01T21:36:12.798Z] 10: 2 power 5 is 32
16:36:12 [2024-02-01T21:36:12.798Z] 10: 3 power 4 is 81
16:36:12 [2024-02-01T21:36:12.798Z] 10: 2 power 10 is 1024
16:36:12 [2024-02-01T21:36:12.798Z] 10: Step 5: shutdown JIT
16:36:12 [2024-02-01T21:36:12.798Z] 10: PASS
16:36:12 [2024-02-01T21:36:12.798Z] 10/30 Test #10: power_example_as_test .............   Passed    0.70 sec
16:36:12 [2024-02-01T21:36:12.798Z] test 11
16:36:12 [2024-02-01T21:36:12.798Z]       Start 11: algotest
16:36:12 [2024-02-01T21:36:12.798Z] 
16:36:12 [2024-02-01T21:36:12.798Z] 11: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/algotest/omralgotest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/algotest/omralgotest-results.xml" "-avltest:/home/jenkins/workspace/Build/fvtest/algotest/avltest.lst"
16:36:12 [2024-02-01T21:36:12.798Z] 11: Test timeout computed to be: 10000000
16:36:12 [2024-02-01T21:36:12.798Z] 11: [==========] Running 168 tests from 5 test cases.
16:36:12 [2024-02-01T21:36:12.798Z] 11: [----------] 2 tests from OmrAlgoTest
16:36:12 [2024-02-01T21:36:12.798Z] 11: Testing hookable interface...
16:36:12 [2024-02-01T21:36:12.798Z] 11: Finished testing hookable interface.
16:36:12 [2024-02-01T21:36:12.798Z] 11: Algorithm Test Finished
16:36:12 [2024-02-01T21:36:12.798Z] 11: total tests: 59
16:36:12 [2024-02-01T21:36:12.798Z] 11: total passes: 59
16:36:12 [2024-02-01T21:36:12.798Z] 11: total failures: 0
16:36:12 [2024-02-01T21:36:12.798Z] 11: ALL TESTS PASSED.
16:36:12 [2024-02-01T21:36:12.798Z] 11: [----------] 2 tests from OmrAlgoTest (16 ms total)
16:36:12 [2024-02-01T21:36:12.798Z] 11: 
16:36:12 [2024-02-01T21:36:12.798Z] 11: [----------] 58 tests from OmrAlgoTest/AVLTest
16:36:12 [2024-02-01T21:36:12.798Z] 11: [----------] 58 tests from OmrAlgoTest/AVLTest (9 ms total)
16:36:12 [2024-02-01T21:36:12.798Z] 11: 
16:36:12 [2024-02-01T21:36:12.798Z] 11: [----------] 24 tests from OmrAlgoTest/PoolTest
16:36:12 [2024-02-01T21:36:12.798Z] 11: [----------] 24 tests from OmrAlgoTest/PoolTest (31 ms total)
16:36:12 [2024-02-01T21:36:12.798Z] 11: 
16:36:12 [2024-02-01T21:36:12.798Z] 11: [----------] 14 tests from OmrAlgoTest/HashtableTest
16:36:26 [2024-02-01T21:36:26.872Z] 11: [----------] 14 tests from OmrAlgoTest/HashtableTest (14053 ms total)
16:36:26 [2024-02-01T21:36:26.872Z] 11: 
16:36:26 [2024-02-01T21:36:26.872Z] 11: [----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest
16:37:15 [2024-02-01T21:37:15.169Z] 11: [----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest (44858 ms total)
16:37:15 [2024-02-01T21:37:15.169Z] 11: 
16:37:15 [2024-02-01T21:37:15.169Z] 11: [==========] 168 tests from 5 test cases ran. (59026 ms total)
16:37:15 [2024-02-01T21:37:15.169Z] 11: [  PASSED  ] 168 tests.
16:37:15 [2024-02-01T21:37:15.169Z] 11: [  ALL TESTS PASSED  ] 
16:37:15 [2024-02-01T21:37:15.169Z] 11/30 Test #11: algotest ..........................   Passed   59.33 sec
16:37:15 [2024-02-01T21:37:15.169Z] test 12
16:37:15 [2024-02-01T21:37:15.169Z]       Start 12: TestBytes
16:37:15 [2024-02-01T21:37:15.169Z] 
16:37:15 [2024-02-01T21:37:15.169Z] 12: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "TestBytes" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/coretest/TestBytes-results.xml"
16:37:15 [2024-02-01T21:37:15.169Z] 12: Test timeout computed to be: 10000000
16:37:15 [2024-02-01T21:37:15.169Z] 12: [==========] Running 17 tests from 1 test case.
16:37:15 [2024-02-01T21:37:15.169Z] 12: [----------] Global test environment set-up.
16:37:15 [2024-02-01T21:37:15.169Z] 12: [----------] 17 tests from TestBytes
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.CompareZeroToZero
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.CompareZeroToZero (2 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.CompareOneUnitToBytes
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.CompareOneUnitToBytes (2 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.CompareOneUnitToSmallerUnit
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.CompareOneUnitToSmallerUnit (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.IsPow2
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.IsPow2 (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.AlignedUnsafe
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.AlignedUnsafe (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.Aligned
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.Aligned (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.AlignToZero
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.AlignToZero (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.AlignToOne
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.AlignToOne (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.AlignToTwo
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.AlignToTwo (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.AlignToFour
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.AlignToFour (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.AlignToEight
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.AlignToEight (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.SaneAlignmentMaximums
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.SaneAlignmentMaximums (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.AlignToMaximumAlignment
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.AlignToMaximumAlignment (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.TautologicalAlign
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.TautologicalAlign (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.AlignAndOverflow
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.AlignAndOverflow (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.AlignMaximumSizeFor16byteAlignment
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.AlignMaximumSizeFor16byteAlignment (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [ RUN      ] TestBytes.AlignPointers
16:37:15 [2024-02-01T21:37:15.169Z] 12: [       OK ] TestBytes.AlignPointers (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [----------] 17 tests from TestBytes (15 ms total)
16:37:15 [2024-02-01T21:37:15.169Z] 12: 
16:37:15 [2024-02-01T21:37:15.169Z] 12: [----------] Global test environment tear-down
16:37:15 [2024-02-01T21:37:15.169Z] 12: [==========] 17 tests from 1 test case ran. (24 ms total)
16:37:15 [2024-02-01T21:37:15.169Z] 12: [  PASSED  ] 17 tests.
16:37:15 [2024-02-01T21:37:15.169Z] 12: [  ALL TESTS PASSED  ] 
16:37:15 [2024-02-01T21:37:15.169Z] 12/30 Test #12: TestBytes .........................   Passed    0.14 sec
16:37:15 [2024-02-01T21:37:15.169Z] test 13
16:37:15 [2024-02-01T21:37:15.169Z]       Start 13: TestIntrusiveList
16:37:15 [2024-02-01T21:37:15.169Z] 
16:37:15 [2024-02-01T21:37:15.169Z] 13: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "TestIntrusiveList" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/coretest/TestIntrusiveList-results.xml"
16:37:15 [2024-02-01T21:37:15.169Z] 13: Test timeout computed to be: 10000000
16:37:15 [2024-02-01T21:37:15.169Z] 13: [==========] Running 10 tests from 1 test case.
16:37:15 [2024-02-01T21:37:15.169Z] 13: [----------] Global test environment set-up.
16:37:15 [2024-02-01T21:37:15.169Z] 13: [----------] 10 tests from TestIntrusiveList
16:37:15 [2024-02-01T21:37:15.169Z] 13: [ RUN      ] TestIntrusiveList.Empty
16:37:15 [2024-02-01T21:37:15.169Z] 13: [       OK ] TestIntrusiveList.Empty (3 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 13: [ RUN      ] TestIntrusiveList.ConvertIterToConstIter
16:37:15 [2024-02-01T21:37:15.169Z] 13: [       OK ] TestIntrusiveList.ConvertIterToConstIter (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 13: [ RUN      ] TestIntrusiveList.AddOne
16:37:15 [2024-02-01T21:37:15.169Z] 13: [       OK ] TestIntrusiveList.AddOne (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 13: [ RUN      ] TestIntrusiveList.IterateOne
16:37:15 [2024-02-01T21:37:15.169Z] 13: [       OK ] TestIntrusiveList.IterateOne (2 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 13: [ RUN      ] TestIntrusiveList.IterateTwo
16:37:15 [2024-02-01T21:37:15.169Z] 13: [       OK ] TestIntrusiveList.IterateTwo (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 13: [ RUN      ] TestIntrusiveList.AddThenRemoveOne
16:37:15 [2024-02-01T21:37:15.169Z] 13: [       OK ] TestIntrusiveList.AddThenRemoveOne (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 13: [ RUN      ] TestIntrusiveList.AddTwoThenRemoveFirst
16:37:15 [2024-02-01T21:37:15.169Z] 13: [       OK ] TestIntrusiveList.AddTwoThenRemoveFirst (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 13: [ RUN      ] TestIntrusiveList.AddTwoThenRemoveSecond
16:37:15 [2024-02-01T21:37:15.169Z] 13: [       OK ] TestIntrusiveList.AddTwoThenRemoveSecond (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 13: [ RUN      ] TestIntrusiveList.AddTwoThenRemoveBoth
16:37:15 [2024-02-01T21:37:15.169Z] 13: [       OK ] TestIntrusiveList.AddTwoThenRemoveBoth (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 13: [ RUN      ] TestIntrusiveList.AddTwoThenRemoveBothInReverse
16:37:15 [2024-02-01T21:37:15.169Z] 13: [       OK ] TestIntrusiveList.AddTwoThenRemoveBothInReverse (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 13: [----------] 10 tests from TestIntrusiveList (10 ms total)
16:37:15 [2024-02-01T21:37:15.169Z] 13: 
16:37:15 [2024-02-01T21:37:15.169Z] 13: [----------] Global test environment tear-down
16:37:15 [2024-02-01T21:37:15.169Z] 13: [==========] 10 tests from 1 test case ran. (19 ms total)
16:37:15 [2024-02-01T21:37:15.169Z] 13: [  PASSED  ] 10 tests.
16:37:15 [2024-02-01T21:37:15.169Z] 13: [  ALL TESTS PASSED  ] 
16:37:15 [2024-02-01T21:37:15.169Z] 13/30 Test #13: TestIntrusiveList .................   Passed    0.13 sec
16:37:15 [2024-02-01T21:37:15.169Z] test 14
16:37:15 [2024-02-01T21:37:15.169Z]       Start 14: TestTypeTraits
16:37:15 [2024-02-01T21:37:15.169Z] 
16:37:15 [2024-02-01T21:37:15.169Z] 14: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "TestTypeTraits" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/coretest/TestTypeTraits-results.xml"
16:37:15 [2024-02-01T21:37:15.169Z] 14: Test timeout computed to be: 10000000
16:37:15 [2024-02-01T21:37:15.169Z] 14: [==========] Running 17 tests from 1 test case.
16:37:15 [2024-02-01T21:37:15.169Z] 14: [----------] Global test environment set-up.
16:37:15 [2024-02-01T21:37:15.169Z] 14: [----------] 17 tests from TestTypeTraits
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.IntegralConst
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.IntegralConst (2 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.BooleanConstant
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.BooleanConstant (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.IsSame
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.IsSame (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.TypeAlias
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.TypeAlias (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.RemoveConst
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.RemoveConst (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.RemoveVolatile
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.RemoveVolatile (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.RemoveCv
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.RemoveCv (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.RemoveReference
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.RemoveReference (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.RemoveCvRef
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.RemoveCvRef (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.RemovePointer
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.RemovePointer (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.IsReference
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.IsReference (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.IsPointer
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.IsPointer (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.IsVoid
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.IsVoid (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.IsIntegral
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.IsIntegral (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.IsFloatingPoint
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.IsFloatingPoint (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.IsArithmetic
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.IsArithmetic (1 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [ RUN      ] TestTypeTraits.EnableIf
16:37:15 [2024-02-01T21:37:15.169Z] 14: [       OK ] TestTypeTraits.EnableIf (0 ms)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [----------] 17 tests from TestTypeTraits (13 ms total)
16:37:15 [2024-02-01T21:37:15.169Z] 14: 
16:37:15 [2024-02-01T21:37:15.169Z] 14: [----------] Global test environment tear-down
16:37:15 [2024-02-01T21:37:15.169Z] 14: [==========] 17 tests from 1 test case ran. (22 ms total)
16:37:15 [2024-02-01T21:37:15.169Z] 14: [  PASSED  ] 17 tests.
16:37:15 [2024-02-01T21:37:15.169Z] 14: [  ALL TESTS PASSED  ] 
16:37:15 [2024-02-01T21:37:15.169Z] 14/30 Test #14: TestTypeTraits ....................   Passed    0.13 sec
16:37:15 [2024-02-01T21:37:15.169Z] test 15
16:37:15 [2024-02-01T21:37:15.169Z]       Start 15: porttest
16:37:15 [2024-02-01T21:37:15.169Z] 
16:37:15 [2024-02-01T21:37:15.169Z] 15: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/porttest/omrporttest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/porttest/omrporttest-results.xml" "--gtest_filter=-PortFileTest2.file_test20:PortFileTest2.file_test21:PortFileTest2.file_test22:PortFileTest2.file_test23:PortFileTest2.file_test24:PortFileTest2.file_test25:PortMmapTest.mmap_test5:PortSigTest.sig_test_async_handler:PortSigTest.sig_test_single_async_handler:PortSigTest.sig_test_mix_async_handler:PortSigTest.sig_test_mix_two_async_handlers:PortStrTest.str_test4:PortSysinfoTest.sysinfo_test_sysinfo_set_limit_ADDRESS_SPACE:PortStrTest.str_test4"
16:37:15 [2024-02-01T21:37:15.169Z] 15: Test timeout computed to be: 10000000
16:37:15 [2024-02-01T21:37:15.169Z] 15: Note: Google Test filter = -PortFileTest2.file_test20:PortFileTest2.file_test21:PortFileTest2.file_test22:PortFileTest2.file_test23:PortFileTest2.file_test24:PortFileTest2.file_test25:PortMmapTest.mmap_test5:PortSigTest.sig_test_async_handler:PortSigTest.sig_test_single_async_handler:PortSigTest.sig_test_mix_async_handler:PortSigTest.sig_test_mix_two_async_handlers:PortStrTest.str_test4:PortSysinfoTest.sysinfo_test_sysinfo_set_limit_ADDRESS_SPACE:PortStrTest.str_test4
16:37:15 [2024-02-01T21:37:15.169Z] 15: [==========] Running 237 tests from 21 test cases.
16:37:15 [2024-02-01T21:37:15.169Z] 15: [----------] 1 test from PortInitializationTest
16:37:15 [2024-02-01T21:37:15.169Z] 15: [----------] 1 test from PortInitializationTest (5 ms total)
16:37:15 [2024-02-01T21:37:15.169Z] 15: 
16:37:15 [2024-02-01T21:37:15.169Z] 15: [----------] 2 tests from PortFileTest
16:37:15 [2024-02-01T21:37:15.169Z] 15: [----------] 2 tests from PortFileTest (7 ms total)
16:37:15 [2024-02-01T21:37:15.169Z] 15: 
16:37:15 [2024-02-01T21:37:15.169Z] 15: [----------] 8 tests from PortHeapTest
16:37:15 [2024-02-01T21:37:15.169Z] 15: [----------] 8 tests from PortHeapTest (3414 ms total)
16:37:15 [2024-02-01T21:37:15.169Z] 15: 
16:37:15 [2024-02-01T21:37:15.169Z] 15: [----------] 8 tests from PortTest
16:37:15 [2024-02-01T21:37:15.169Z] 15: [----------] 8 tests from PortTest (18 ms total)
16:37:15 [2024-02-01T21:37:15.169Z] 15: 
16:37:15 [2024-02-01T21:37:15.169Z] 15: [----------] 11 tests from PortMemTest
16:37:29 [2024-02-01T21:37:29.804Z] 15: [----------] 11 tests from PortMemTest (13830 ms total)
16:37:29 [2024-02-01T21:37:29.804Z] 15: 
16:37:29 [2024-02-01T21:37:29.804Z] 15: [----------] 5 tests from PortDumpTest
16:37:32 [2024-02-01T21:37:32.943Z] 15: [----------] 5 tests from PortDumpTest (2870 ms total)
16:37:32 [2024-02-01T21:37:32.943Z] 15: 
16:37:32 [2024-02-01T21:37:32.943Z] 15: [----------] 4 tests from PortErrorTest
16:37:32 [2024-02-01T21:37:32.943Z] 15: [----------] 4 tests from PortErrorTest (3 ms total)
16:37:32 [2024-02-01T21:37:32.943Z] 15: 
16:37:32 [2024-02-01T21:37:32.943Z] 15: [----------] 35 tests from PortFileTest2
16:37:34 [2024-02-01T21:37:34.438Z] 15: $
16:37:34 [2024-02-01T21:37:34.438Z] 15: ?
16:37:34 [2024-02-01T21:37:34.438Z] 15: ?
16:37:34 [2024-02-01T21:37:34.438Z] 15: 𤭢
16:37:34 [2024-02-01T21:37:34.438Z] 15: ��
16:37:34 [2024-02-01T21:37:34.438Z] 15: ****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************?
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 35 tests from PortFileTest2 (1897 ms total)
16:37:34 [2024-02-01T21:37:34.438Z] 15: 
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 14 tests from PortFileStreamTest
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 14 tests from PortFileStreamTest (46 ms total)
16:37:34 [2024-02-01T21:37:34.438Z] 15: 
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 1 test from PortIntrospectTest
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 1 test from PortIntrospectTest (1 ms total)
16:37:34 [2024-02-01T21:37:34.438Z] 15: 
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 14 tests from PortMmapTest
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 14 tests from PortMmapTest (22 ms total)
16:37:34 [2024-02-01T21:37:34.438Z] 15: 
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 1 test from PortSignalExtendedTests
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 1 test from PortSignalExtendedTests (28 ms total)
16:37:34 [2024-02-01T21:37:34.438Z] 15: 
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 9 tests from PortSigTest
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 9 tests from PortSigTest (16 ms total)
16:37:34 [2024-02-01T21:37:34.438Z] 15: 
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 3 tests from PortSlTest
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 3 tests from PortSlTest (7 ms total)
16:37:34 [2024-02-01T21:37:34.438Z] 15: 
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 20 tests from PortStrTest
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 20 tests from PortStrTest (45 ms total)
16:37:34 [2024-02-01T21:37:34.438Z] 15: 
16:37:34 [2024-02-01T21:37:34.438Z] 15: [----------] 6 tests from PortTimeTest
16:37:36 [2024-02-01T21:37:36.039Z] 15: 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)
16:37:46 [2024-02-01T21:37:46.414Z] 15: [----------] 6 tests from PortTimeTest (11633 ms total)
16:37:46 [2024-02-01T21:37:46.414Z] 15: 
16:37:46 [2024-02-01T21:37:46.414Z] 15: [----------] 8 tests from PortTtyTest
16:37:46 [2024-02-01T21:37:46.414Z] 15: TTY printf, check check 1 2 3 check ...
16:37:46 [2024-02-01T21:37:46.414Z] 15: New line
16:37:46 [2024-02-01T21:37:46.414Z] 15: [----------] 8 tests from PortTtyTest (2 ms total)
16:37:46 [2024-02-01T21:37:46.414Z] 15: 
16:37:46 [2024-02-01T21:37:46.414Z] 15: [----------] 19 tests from PortVmemTest
16:37:46 [2024-02-01T21:37:46.414Z] 15: 	NUMA not available
16:37:49 [2024-02-01T21:37:49.612Z] 15: [----------] 19 tests from PortVmemTest (3285 ms total)
16:37:49 [2024-02-01T21:37:49.612Z] 15: 
16:37:49 [2024-02-01T21:37:49.612Z] 15: [----------] 40 tests from PortSysinfoTest
16:37:49 [2024-02-01T21:37:49.612Z] 15: omrsysinfo_get_username returns -1.
16:37:49 [2024-02-01T21:37:49.612Z] 15: If this is a supported platform, consider this as a failure
16:37:49 [2024-02-01T21:37:49.612Z] 15: omrsysinfo_get_groupname returns -1.
16:37:49 [2024-02-01T21:37:49.612Z] 15: If this is a supported platform, consider this as a failure
16:37:49 [2024-02-01T21:37:49.612Z] 15: originalSoftLimit=1024
16:37:49 [2024-02-01T21:37:49.612Z] 15: originalHardLimit=524288
16:37:49 [2024-02-01T21:37:49.612Z] 15: soft set to hard limit=524288
16:38:11 [2024-02-01T21:38:11.519Z] 15: Some textSome text[----------] 40 tests from PortSysinfoTest (21816 ms total)
16:38:11 [2024-02-01T21:38:11.519Z] 15: 
16:38:11 [2024-02-01T21:38:11.519Z] 15: [----------] 9 tests from CgroupTest
16:38:11 [2024-02-01T21:38:11.519Z] 15: /proc/self/cgroup line:
16:38:11 [2024-02-01T21:38:11.519Z] 15:   0::/
16:38:11 [2024-02-01T21:38:11.519Z] 15: [----------] 9 tests from CgroupTest (14 ms total)
16:38:11 [2024-02-01T21:38:11.519Z] 15: 
16:38:11 [2024-02-01T21:38:11.519Z] 15: [----------] 19 tests from PortSockTest
16:38:11 [2024-02-01T21:38:11.519Z] 15: WARNING: Cannot test IPV6: Failed to find to IPV6 interface. 
16:38:13 [2024-02-01T21:38:13.012Z] 15: [----------] 19 tests from PortSockTest (1063 ms total)
16:38:13 [2024-02-01T21:38:13.012Z] 15: 
16:38:13 [2024-02-01T21:38:13.012Z] 15: [==========] 237 tests from 21 test cases ran. (60117 ms total)
16:38:13 [2024-02-01T21:38:13.012Z] 15: [  PASSED  ] 237 tests.
16:38:13 [2024-02-01T21:38:13.012Z] 15: [  ALL TESTS PASSED  ] 
16:38:13 [2024-02-01T21:38:13.012Z] 15: 
16:38:13 [2024-02-01T21:38:13.012Z] 15:   YOU HAVE 3 DISABLED TESTS
16:38:13 [2024-02-01T21:38:13.012Z] 15: 
16:38:13 [2024-02-01T21:38:13.012Z] 15: Some textSome text
16:38:13 [2024-02-01T21:38:13.012Z] 15/30 Test #15: porttest ..........................   Passed   60.40 sec
16:38:13 [2024-02-01T21:38:13.012Z] test 16
16:38:13 [2024-02-01T21:38:13.012Z]       Start 16: rastest
16:38:13 [2024-02-01T21:38:13.012Z] 
16:38:13 [2024-02-01T21:38:13.012Z] 16: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/rastest/omrrastest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/rastest/omrrastest-results.xml"
16:38:13 [2024-02-01T21:38:13.012Z] 16: Test timeout computed to be: 10000000
16:38:13 [2024-02-01T21:38:13.012Z] 16: [==========] Running 38 tests from 11 test cases.
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 3 tests from RASAgentNegativeTest
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 3 tests from RASAgentNegativeTest (34 ms total)
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 2 tests from RASAgentTest
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 2 tests from RASAgentTest (1 ms total)
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 1 test from RASMemoryCategoriesTest
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: Negative path: get categories with an undersized buffer
16:38:13 [2024-02-01T21:38:13.012Z] 16:    written_count=16, total_categories=17
16:38:13 [2024-02-01T21:38:13.012Z] 16: RUNTIME 288816 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:    VM 288816 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:       Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:          Native Stack 262144 bytes / 1 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16:       Port Library 2256 bytes / 9 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16:       OMRTI 416 bytes / 2 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: Positive path: get and validate categories
16:38:13 [2024-02-01T21:38:13.012Z] 16:    written_count=17, total_categories=17
16:38:13 [2024-02-01T21:38:13.012Z] 16: RUNTIME 288816 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:    VM 288816 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:       Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:          Native Stack 262144 bytes / 1 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16:       Port Library 2256 bytes / 9 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16:       OMRTI 416 bytes / 2 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: Positive path: get and validate categories and total_categories is null
16:38:13 [2024-02-01T21:38:13.012Z] 16:    written_count=17
16:38:13 [2024-02-01T21:38:13.012Z] 16: RUNTIME 288816 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:    VM 288816 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:       Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:          Native Stack 262144 bytes / 1 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16:       Port Library 2256 bytes / 9 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16:       OMRTI 416 bytes / 2 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: Positive path: get and validate categories with oversized max_categories and oversized buffer
16:38:13 [2024-02-01T21:38:13.012Z] 16:    written_count=17, total_categories=17
16:38:13 [2024-02-01T21:38:13.012Z] 16: RUNTIME 288880 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:    VM 288880 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:       Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:          Native Stack 262144 bytes / 1 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16:       Port Library 2320 bytes / 9 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16:       OMRTI 416 bytes / 2 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: Positive path: get and validate categories with oversized buffer and total_categories is null
16:38:13 [2024-02-01T21:38:13.012Z] 16:    written_count=17, total_categories=17
16:38:13 [2024-02-01T21:38:13.012Z] 16: RUNTIME 288880 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:    VM 288880 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:       Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:          Native Stack 262144 bytes / 1 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16:       Port Library 2320 bytes / 9 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16:       OMRTI 416 bytes / 2 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: Positive path: get and validate categories with oversized max_categories, oversized buffer and total_categories is null
16:38:13 [2024-02-01T21:38:13.012Z] 16:    written_count=17 
16:38:13 [2024-02-01T21:38:13.012Z] 16: RUNTIME 288880 bytes / 51 allocations (Shallow: 0 bytes / 0 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:    VM 288880 bytes / 51 allocations (Shallow: 976 bytes / 7 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:       Threads 285168 bytes / 33 allocations (Shallow: 23024 bytes / 32 allocations)
16:38:13 [2024-02-01T21:38:13.012Z] 16:          Native Stack 262144 bytes / 1 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16:       Port Library 2320 bytes / 9 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16:       OMRTI 416 bytes / 2 allocations
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 1 test from RASMemoryCategoriesTest (16 ms total)
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 5 tests from RASMethodDictionaryTest
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 5 tests from RASMethodDictionaryTest (22 ms total)
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 9 tests from TraceLifecycleTest
16:38:13 [2024-02-01T21:38:13.012Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE)
16:38:13 [2024-02-01T21:38:13.012Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE)
16:38:13 [2024-02-01T21:38:13.012Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE)
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 9 tests from TraceLifecycleTest (97 ms total)
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 1 test from TraceLogTest
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 1 test from TraceLogTest (21 ms total)
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 1 test from RASTraceTest
16:38:13 [2024-02-01T21:38:13.012Z] 16: omr_trc_startup: failed to set trace options, rc=9
16:38:13 [2024-02-01T21:38:13.012Z] 16: omr_trc_startup error, rc=9
16:38:13 [2024-02-01T21:38:13.012Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:262 Free physical memory size (in bytes): 7937073152, rc = 0 (OMR_ERROR_NONE), the function call is successful !
16:38:13 [2024-02-01T21:38:13.012Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:272 Process virtual memory size (in bytes): 1382141952, rc = 0 (OMR_ERROR_NONE), the function call is successful !
16:38:13 [2024-02-01T21:38:13.012Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:281 Process physical memory size (in bytes): 20406272, rc = 0 (OMR_ERROR_NONE), the function call is successful !
16:38:13 [2024-02-01T21:38:13.012Z] 16: /home/jenkins/workspace/Build/fvtest/rastest/traceagent.c:292 Process private memory size (in bytes): 1373106176, rc = 0 (OMR_ERROR_NONE), the function call is successful !
16:38:13 [2024-02-01T21:38:13.012Z] 16:    traceMetaLength=252
16:38:13 [2024-02-01T21:38:13.012Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x400038be10
16:38:13 [2024-02-01T21:38:13.012Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x400038be10
16:38:13 [2024-02-01T21:38:13.012Z] 16: bindthreadagent: recursive UnbindCurrentThread passed
16:38:13 [2024-02-01T21:38:13.012Z] 16: bindthreadagent: UnbindCurrentThread passed
16:38:13 [2024-02-01T21:38:13.012Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x4024000b90
16:38:13 [2024-02-01T21:38:13.012Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x4024000b90
16:38:13 [2024-02-01T21:38:13.012Z] 16: bindthreadagent: recursive UnbindCurrentThread passed
16:38:13 [2024-02-01T21:38:13.012Z] 16: bindthreadagent: UnbindCurrentThread passed
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 1 test from RASTraceTest (225 ms total)
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest (7 ms total)
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)")
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: UnbindCurrentThread passed
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: Agent_OnUnload
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)")
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: UnbindCurrentThread passed
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: Agent_OnUnload
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: Agent_OnLoad(options="abc")
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: UnbindCurrentThread passed
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: Agent_OnUnload
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)")
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: UnbindCurrentThread passed
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: Agent_OnUnload
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: Agent_OnLoad(options="(null)")
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: UnbindCurrentThread passed
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: Agent_OnUnload
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: Agent_OnLoad(options="abc")
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: BindCurrentThread passed, vmThread=0x0x400038be10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: SetTraceOptions: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: GetTraceMetadata: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: FlushTraceData: rc = 10
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: UnbindCurrentThread passed
16:38:13 [2024-02-01T21:38:13.012Z] 16: traceNotStartedAgent: Agent_OnUnload
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest (13 ms total)
16:38:13 [2024-02-01T21:38:13.012Z] 16: 
16:38:13 [2024-02-01T21:38:13.012Z] 16: [----------] 2 tests from CpuLoadAgentOpts/RASAgentTest
16:38:13 [2024-02-01T21:38:13.012Z] 16: cpuLoadAgent: Agent_OnLoad(options="<NULL>")
16:38:13 [2024-02-01T21:38:13.012Z] 16: cpuLoadAgent: BindCurrentThread passed, vmThread=0x000000400038BE10
16:38:13 [2024-02-01T21:38:13.012Z] 16: Test GetProcessCpuLoad()
16:38:15 [2024-02-01T21:38:15.253Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:38:16 [2024-02-01T21:38:16.679Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:38:18 [2024-02-01T21:38:18.172Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.057047
16:38:19 [2024-02-01T21:38:19.708Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.055014
16:38:21 [2024-02-01T21:38:21.308Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.058204
16:38:24 [2024-02-01T21:38:24.404Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:38:29 [2024-02-01T21:38:29.106Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.443364
16:38:30 [2024-02-01T21:38:30.704Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:38:32 [2024-02-01T21:38:32.194Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:38:32 [2024-02-01T21:38:32.194Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
16:38:32 [2024-02-01T21:38:32.194Z] 16: cpuLoadAgent: GetProcessCpuLoad() passed
16:38:32 [2024-02-01T21:38:32.194Z] 16: Test GetSystemCpuLoad()
16:38:35 [2024-02-01T21:38:35.284Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:38:36 [2024-02-01T21:38:36.776Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:38:38 [2024-02-01T21:38:38.268Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.059206
16:38:39 [2024-02-01T21:38:39.758Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.054871
16:38:41 [2024-02-01T21:38:41.257Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.052321
16:38:44 [2024-02-01T21:38:44.340Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:38:49 [2024-02-01T21:38:49.075Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.491986
16:38:50 [2024-02-01T21:38:50.448Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:38:52 [2024-02-01T21:38:52.047Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:38:52 [2024-02-01T21:38:52.047Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
16:38:52 [2024-02-01T21:38:52.047Z] 16: cpuLoadAgent: GetSystemCpuLoad() passed
16:38:52 [2024-02-01T21:38:52.047Z] 16: cpuLoadAgent: UnbindCurrentThread passed
16:38:52 [2024-02-01T21:38:52.047Z] 16: cpuLoadAgent: Agent_OnUnload
16:38:52 [2024-02-01T21:38:52.047Z] 16: cpuLoadAgent: Agent_OnLoad(options="<NULL>")
16:38:52 [2024-02-01T21:38:52.047Z] 16: cpuLoadAgent: BindCurrentThread passed, vmThread=0x000000400038BE10
16:38:52 [2024-02-01T21:38:52.047Z] 16: Test GetProcessCpuLoad()
16:38:53 [2024-02-01T21:38:53.539Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:38:55 [2024-02-01T21:38:55.139Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:38:56 [2024-02-01T21:38:56.632Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.058851
16:38:58 [2024-02-01T21:38:58.128Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.058980
16:38:59 [2024-02-01T21:38:59.627Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.060131
16:39:02 [2024-02-01T21:39:02.840Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:39:07 [2024-02-01T21:39:07.690Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.480234
16:39:09 [2024-02-01T21:39:09.182Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:39:10 [2024-02-01T21:39:10.779Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:39:10 [2024-02-01T21:39:10.779Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
16:39:10 [2024-02-01T21:39:10.779Z] 16: cpuLoadAgent: GetProcessCpuLoad() passed
16:39:10 [2024-02-01T21:39:10.779Z] 16: Test GetSystemCpuLoad()
16:39:12 [2024-02-01T21:39:12.336Z] 16: callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:39:13 [2024-02-01T21:39:13.932Z] 16: callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:39:15 [2024-02-01T21:39:15.541Z] 16: callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.054526
16:39:17 [2024-02-01T21:39:17.149Z] 16: callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.058443
16:39:18 [2024-02-01T21:39:18.641Z] 16: callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.064038
16:39:21 [2024-02-01T21:39:21.627Z] 16: callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
16:39:26 [2024-02-01T21:39:26.315Z] 16: callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.485914
16:39:27 [2024-02-01T21:39:27.804Z] 16: callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:39:29 [2024-02-01T21:39:29.191Z] 16: callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
16:39:29 [2024-02-01T21:39:29.191Z] 16: callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
16:39:29 [2024-02-01T21:39:29.191Z] 16: cpuLoadAgent: GetSystemCpuLoad() passed
16:39:29 [2024-02-01T21:39:29.191Z] 16: cpuLoadAgent: UnbindCurrentThread passed
16:39:29 [2024-02-01T21:39:29.191Z] 16: cpuLoadAgent: Agent_OnUnload
16:39:29 [2024-02-01T21:39:29.191Z] 16: [----------] 2 tests from CpuLoadAgentOpts/RASAgentTest (75783 ms total)
16:39:29 [2024-02-01T21:39:29.191Z] 16: 
16:39:29 [2024-02-01T21:39:29.191Z] 16: [----------] 2 tests from BindThreadAgentOpts/RASAgentTest
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x400038be10
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x400038be10
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: recursive UnbindCurrentThread passed
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: UnbindCurrentThread passed
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x4024000b90
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x4024000b90
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: recursive UnbindCurrentThread passed
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: UnbindCurrentThread passed
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x400038be10
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x400038be10
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: recursive UnbindCurrentThread passed
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: UnbindCurrentThread passed
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: BindCurrentThread passed, vmThread=0x4024000b90
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: recursive BindCurrentThread passed, vmThread2=0x4024000b90
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: recursive UnbindCurrentThread passed
16:39:29 [2024-02-01T21:39:29.191Z] 16: bindthreadagent: UnbindCurrentThread passed
16:39:29 [2024-02-01T21:39:29.191Z] 16: [----------] 2 tests from BindThreadAgentOpts/RASAgentTest (413 ms total)
16:39:29 [2024-02-01T21:39:29.191Z] 16: 
16:39:29 [2024-02-01T21:39:29.191Z] 16: [==========] 38 tests from 11 test cases ran. (76683 ms total)
16:39:29 [2024-02-01T21:39:29.191Z] 16: [  PASSED  ] 38 tests.
16:39:29 [2024-02-01T21:39:29.191Z] 16: [  ALL TESTS PASSED  ] 
16:39:29 [2024-02-01T21:39:29.191Z] 16: 
16:39:29 [2024-02-01T21:39:29.191Z] 16:   YOU HAVE 2 DISABLED TESTS
16:39:29 [2024-02-01T21:39:29.191Z] 16: 
16:39:29 [2024-02-01T21:39:29.191Z] 16/30 Test #16: rastest ...........................   Passed   76.88 sec
16:39:29 [2024-02-01T21:39:29.191Z] test 17
16:39:29 [2024-02-01T21:39:29.191Z]       Start 17: subscribertest
16:39:29 [2024-02-01T21:39:29.191Z] 
16:39:29 [2024-02-01T21:39:29.191Z] 17: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/rastest/omrsubscribertest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/rastest/omrsubscribertest-results.xml"
16:39:29 [2024-02-01T21:39:29.191Z] 17: Test timeout computed to be: 10000000
16:39:29 [2024-02-01T21:39:29.191Z] 17: [==========] Running 3 tests from 2 test cases.
16:39:29 [2024-02-01T21:39:29.191Z] 17: [----------] 1 test from RASSubscriberTest
16:39:29 [2024-02-01T21:39:29.191Z] 17: [----------] 1 test from RASSubscriberTest (77 ms total)
16:39:29 [2024-02-01T21:39:29.191Z] 17: 
16:39:29 [2024-02-01T21:39:29.191Z] 17: [----------] 2 tests from RASSubscriberForkTest
16:39:29 [2024-02-01T21:39:29.191Z] 17: [----------] 2 tests from RASSubscriberForkTest (118 ms total)
16:39:29 [2024-02-01T21:39:29.191Z] 17: 
16:39:29 [2024-02-01T21:39:29.191Z] 17: [==========] 3 tests from 2 test cases ran. (247 ms total)
16:39:29 [2024-02-01T21:39:29.191Z] 17: [  PASSED  ] 3 tests.
16:39:29 [2024-02-01T21:39:29.191Z] 17: [  ALL TESTS PASSED  ] 
16:39:29 [2024-02-01T21:39:29.191Z] 17: 
16:39:29 [2024-02-01T21:39:29.191Z] 17:   YOU HAVE 1 DISABLED TEST
16:39:29 [2024-02-01T21:39:29.191Z] 17: 
16:39:29 [2024-02-01T21:39:29.191Z] 17/30 Test #17: subscribertest ....................   Passed    0.38 sec
16:39:29 [2024-02-01T21:39:29.191Z] test 18
16:39:29 [2024-02-01T21:39:29.191Z]       Start 18: traceoptiontest
16:39:29 [2024-02-01T21:39:29.191Z] 
16:39:29 [2024-02-01T21:39:29.191Z] 18: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/rastest/omrtraceoptiontest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/rastest/omrtraceoptiontest-results.xml"
16:39:29 [2024-02-01T21:39:29.191Z] 18: Test timeout computed to be: 10000000
16:39:30 [2024-02-01T21:39:30.685Z] 18: [==========] Running 1 test from 1 test case.
16:39:30 [2024-02-01T21:39:30.685Z] 18: [----------] 1 test from RASTraceOptionTest
16:39:30 [2024-02-01T21:39:30.685Z] 18: [----------] 1 test from RASTraceOptionTest (48 ms total)
16:39:30 [2024-02-01T21:39:30.685Z] 18: 
16:39:30 [2024-02-01T21:39:30.685Z] 18: [==========] 1 test from 1 test case ran. (106 ms total)
16:39:30 [2024-02-01T21:39:30.685Z] 18: [  PASSED  ] 1 test.
16:39:30 [2024-02-01T21:39:30.685Z] 18: [  ALL TESTS PASSED  ] 
16:39:30 [2024-02-01T21:39:30.685Z] 18/30 Test #18: traceoptiontest ...................   Passed    0.24 sec
16:39:30 [2024-02-01T21:39:30.685Z] test 19
16:39:30 [2024-02-01T21:39:30.685Z]       Start 19: sigtest
16:39:30 [2024-02-01T21:39:30.685Z] 
16:39:30 [2024-02-01T21:39:30.685Z] 19: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/sigtest/omrsigtest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/sigtest/omrsigtest-results.xml"
16:39:30 [2024-02-01T21:39:30.685Z] 19: Test timeout computed to be: 10000000
16:39:30 [2024-02-01T21:39:30.685Z] 19: [==========] Running 7 tests from 1 test case.
16:39:30 [2024-02-01T21:39:30.685Z] 19: [----------] 7 tests from OmrSigTest
16:39:32 [2024-02-01T21:39:32.172Z] 19: [----------] 7 tests from OmrSigTest (2396 ms total)
16:39:32 [2024-02-01T21:39:32.172Z] 19: 
16:39:32 [2024-02-01T21:39:32.172Z] 19: [==========] 7 tests from 1 test case ran. (2448 ms total)
16:39:32 [2024-02-01T21:39:32.172Z] 19: [  PASSED  ] 7 tests.
16:39:32 [2024-02-01T21:39:32.172Z] 19: [  ALL TESTS PASSED  ] 
16:39:32 [2024-02-01T21:39:32.172Z] 19/30 Test #19: sigtest ...........................   Passed    2.58 sec
16:39:32 [2024-02-01T21:39:32.172Z] test 20
16:39:32 [2024-02-01T21:39:32.172Z]       Start 20: threadextendedtest
16:39:32 [2024-02-01T21:39:32.172Z] 
16:39:32 [2024-02-01T21:39:32.172Z] 20: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/threadextendedtest/omrthreadextendedtest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/threadextendedtest/omrthreadextendedtest-results.xml"
16:39:32 [2024-02-01T21:39:32.172Z] 20: Test timeout computed to be: 10000000
16:39:32 [2024-02-01T21:39:32.172Z] 20: [==========] Running 6 tests from 4 test cases.
16:39:32 [2024-02-01T21:39:32.172Z] 20: [----------] 2 tests from ThreadCpuTime
16:40:00 [2024-02-01T21:40:00.447Z] 20: [----------] 2 tests from ThreadCpuTime (27173 ms total)
16:40:00 [2024-02-01T21:40:00.447Z] 20: 
16:40:00 [2024-02-01T21:40:00.447Z] 20: [----------] 1 test from CpuTimeTest
16:40:00 [2024-02-01T21:40:00.447Z] 20: [----------] 1 test from CpuTimeTest (152 ms total)
16:40:00 [2024-02-01T21:40:00.447Z] 20: 
16:40:00 [2024-02-01T21:40:00.447Z] 20: [----------] 1 test from ApplicationCpuTimeTest
16:40:00 [2024-02-01T21:40:00.447Z] 20: [----------] 1 test from ApplicationCpuTimeTest (151 ms total)
16:40:00 [2024-02-01T21:40:00.447Z] 20: 
16:40:00 [2024-02-01T21:40:00.447Z] 20: [----------] 2 tests from ThreadExtendedTest
16:41:10 [2024-02-01T21:41:10.529Z] 20: [----------] 2 tests from ThreadExtendedTest (61741 ms total)
16:41:10 [2024-02-01T21:41:10.529Z] 20: 
16:41:10 [2024-02-01T21:41:10.529Z] 20: [==========] 6 tests from 4 test cases ran. (89231 ms total)
16:41:10 [2024-02-01T21:41:10.529Z] 20: [  PASSED  ] 6 tests.
16:41:10 [2024-02-01T21:41:10.529Z] 20: [  ALL TESTS PASSED  ] 
16:41:10 [2024-02-01T21:41:10.529Z] 20: 
16:41:10 [2024-02-01T21:41:10.529Z] 20:   YOU HAVE 1 DISABLED TEST
16:41:10 [2024-02-01T21:41:10.529Z] 20: 
16:41:10 [2024-02-01T21:41:10.529Z] 20/30 Test #20: threadextendedtest ................   Passed   89.40 sec
16:41:10 [2024-02-01T21:41:10.529Z] test 21
16:41:10 [2024-02-01T21:41:10.529Z]       Start 21: threadtest
16:41:10 [2024-02-01T21:41:10.529Z] 
16:41:10 [2024-02-01T21:41:10.529Z] 21: Test command: /usr/bin/qemu-riscv64-static "-L" "/opt/sysroot" "/home/jenkins/workspace/Build/build/fvtest/threadtest/omrthreadtest" "--gtest_output=xml:/home/jenkins/workspace/Build/build/fvtest/threadtest/omrthreadtest-results.xml" "--gtest_filter=-PriorityInterrupt.*:RWMutex*"
16:41:10 [2024-02-01T21:41:10.529Z] 21: Test timeout computed to be: 10000000
16:41:10 [2024-02-01T21:41:10.529Z] 21: Note: Google Test filter = -PriorityInterrupt.*:RWMutex*
16:41:10 [2024-02-01T21:41:10.529Z] 21: [==========] Running 40 tests from 7 test cases.
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 1 test from ThreadAbortDeathTest
16:41:10 [2024-02-01T21:41:10.529Z] 21: 
16:41:10 [2024-02-01T21:41:10.529Z] 21: [WARNING] /home/jenkins/workspace/Build/third_party/gtest-1.8.0/src/gtest-death-test.cc:836:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads.
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 1 test from ThreadAbortDeathTest (37 ms total)
16:41:10 [2024-02-01T21:41:10.529Z] 21: 
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 3 tests from ThreadAbortTest
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 3 tests from ThreadAbortTest (1046 ms total)
16:41:10 [2024-02-01T21:41:10.529Z] 21: 
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 15 tests from ThreadCreateTest
16:41:10 [2024-02-01T21:41:10.529Z] 21: omrthread_attr_destroy(NULL) failed: retVal 14 (e)
16:41:10 [2024-02-01T21:41:10.529Z] 21: omrthread_attr_destroy(&attr) failed: retVal 14 (e)
16:41:10 [2024-02-01T21:41:10.529Z] 21: omrthread_attr_set_name(&attr, testname) unsupported: retVal 12 (c)
16:41:10 [2024-02-01T21:41:10.529Z] 21: omrthread_attr_set_name(&attr, testname2) unsupported: retVal 12 (c)
16:41:10 [2024-02-01T21:41:10.529Z] 21: omrthread_attr_set_name(&attr, NULL) unsupported: retVal 12 (c)
16:41:10 [2024-02-01T21:41:10.529Z] 21: omrthread_create_ex(&handle, (attr? &attr : J9THREAD_ATTR_DEFAULT), 1, threadmain, &data) failed: retVal 6 (6) : errno 22 Invalid argument
16:41:10 [2024-02-01T21:41:10.529Z] 21:   ignoring omrthread_create failure
16:41:10 [2024-02-01T21:41:10.529Z] 21: omrthread_create_ex(&handle, (attr? &attr : J9THREAD_ATTR_DEFAULT), 1, threadmain, &data) failed: retVal 6 (6) : errno 22 Invalid argument
16:41:10 [2024-02-01T21:41:10.529Z] 21:   ignoring omrthread_create failure
16:41:10 [2024-02-01T21:41:10.529Z] 21: omrthread_attr_set_schedpolicy(&attr, omrthread_schedpolicy_LastEnum) failed: retVal 15 (f)
16:41:10 [2024-02-01T21:41:10.529Z] 21: omrthread_attr_set_priority(&attr, -1) failed: retVal 15 (f)
16:41:10 [2024-02-01T21:41:10.529Z] 21: omrthread_attr_set_priority(&attr, 90) failed: retVal 15 (f)
16:41:10 [2024-02-01T21:41:10.529Z] 21: omrthread_attr_set_priority(&attr, 12) failed: retVal 15 (f)
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 15 tests from ThreadCreateTest (34 ms total)
16:41:10 [2024-02-01T21:41:10.529Z] 21: 
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 8 tests from JoinTest
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 8 tests from JoinTest (6013 ms total)
16:41:10 [2024-02-01T21:41:10.529Z] 21: 
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 1 test from KeyDestructorTest
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 1 test from KeyDestructorTest (3 ms total)
16:41:10 [2024-02-01T21:41:10.529Z] 21: 
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 5 tests from LockedMonitorCountTest
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 5 tests from LockedMonitorCountTest (4 ms total)
16:41:10 [2024-02-01T21:41:10.529Z] 21: 
16:41:10 [2024-02-01T21:41:10.529Z] 21: [----------] 7 tests from SanityTest
18:24:17 [2024-02-01T23:24:17.081Z] Cancelling nested steps due to timeout
18:24:17 [2024-02-01T23:24:17.472Z] Sending interrupt signal to process
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] step
18:24:20 [2024-02-01T23:24:20.536Z] [Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@fa648ba6[archived=false,commits={},compareUsePaginatedCommits=false,description=Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes,disabled=false,fork=false,homepage=http://www.eclipse.org/omr,isTemplate=false,language=C++,milestones={},name=omr,nodeId=MDEwOlJlcG9zaXRvcnk1MzA3NzQ3OA==,parent=<null>,size=80313,source=<null>,visibility=public,createdAt=2016-03-03T19:34:17Z,id=53077478,nodeId=<null>,updatedAt=2024-01-26T03:20:48Z,url=https://api.github.com/repos/eclipse/omr]] (sha:7bf073f) with context:continuous-integration/eclipse-omr/branch/linux_riscv64_cross
18:24:20 [2024-02-01T23:24:20.536Z] Setting commit status on GitHub for https://github.com/eclipse/omr/commit/7bf073fd4538feb566c4a3175c3d460cc59d8114
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
18:24:21 [2024-02-01T23:24:21.418Z] $ docker stop --time=1 49bfe265d27c5cf36309c8e2e812394e32b6aedd8de1a6574f7ce4ce8979e8a7
18:24:22 [2024-02-01T23:24:22.752Z] $ docker rm -f --volumes 49bfe265d27c5cf36309c8e2e812394e32b6aedd8de1a6574f7ce4ce8979e8a7
[Pipeline] // withDockerContainer
[Pipeline] cleanWs
18:24:24 [2024-02-01T23:24:24.241Z] [WS-CLEANUP] Deleting project workspace...
18:24:24 [2024-02-01T23:24:24.241Z] [WS-CLEANUP] Deferred wipeout is used...
18:24:24 [2024-02-01T23:24:24.694Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
Timeout has been exceeded
java.io.IOException: failed to run ps
	at org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1.kill(WithContainerStep.java:363)
	at org.jenkinsci.plugins.durabletask.FileMonitoringTask$FileMonitoringController.stop(FileMonitoringTask.java:483)
	at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.stop(DurableTaskStep.java:519)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.stop(CpsThread.java:322)
	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$2.onSuccess(CpsBodyExecution.java:262)
	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$2.onSuccess(CpsBodyExecution.java:249)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$4$1.run(CpsFlowExecution.java:973)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.run(CpsVmExecutorService.java:41)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
	at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:839)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 188ebde9-2dd3-47c9-9ea8-57267197584e
Finished: ABORTED