Skip to content

Console Output

Skipping 660 KB.. Full Log
D1nCI1qPENFAZBO5mD4GwN0Hx/IFD2QKXpgU7qfTDjTr3yfiYHRi4G1LDGnNBVorgBCkV9pblJqUduaqbLcUx50Q00DApnSvQDC3Uag8gAAAA==                                                                     ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp: In member function ‘void OMR::CodeCache::printOccupancyStats()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1276:99: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
    fprintf(stderr, "   cold-warm hole size        = %8u bytes\n", self()->getFreeContiguousSpace());
                                                                                                   ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1280:97: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
       fprintf(stderr, "   sizeOfLargestFreeColdBlock = %8d bytes\n", _sizeOfLargestFreeColdBlock);
                                                                                                 ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1281:97: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
       fprintf(stderr, "   sizeOfLargestFreeWarmBlock = %8d bytes\n", _sizeOfLargestFreeWarmBlock);
                                                                                                 ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1287:51: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
             fprintf(stderr, " %u", currLink->_size);
                                                   ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp: In member function ‘void OMR::CodeCache::checkForErrors()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1400:171: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
             fprintf(stderr, "checkForErrors cache %p: Error: _sizeOfLargestFreeWarmBlock(%d) != maxFreeWarmSize(%d)\n", this, _sizeOfLargestFreeWarmBlock, maxFreeWarmSize);
                                                                                                                                                                           ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1400:171: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1405:171: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
             fprintf(stderr, "checkForErrors cache %p: Error: _sizeOfLargestFreeColdBlock(%d) != maxFreeColdSize(%d)\n", this, _sizeOfLargestFreeColdBlock, maxFreeColdSize);
                                                                                                                                                                           ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/runtime/OMRCodeCache.cpp:1405:171: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
[ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/DataSnippet.cpp.o
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/runtime/OMRCodeCacheManager.cpp: In member function ‘void OMR::CodeCacheManager::printRemainingSpaceInCodeCaches()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/runtime/OMRCodeCacheManager.cpp:523:102: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
       fprintf(stderr, "cache %p has %u bytes empty\n", codeCache, codeCache->getFreeContiguousSpace());
                                                                                                      ^
[ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/DivideCheckSnippet.cpp.o
[ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/FPBinaryArithmeticAnalyser.cpp.o
[ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/FPCompareAnalyser.cpp.o
[ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/FPTreeEvaluator.cpp.o
[ 92%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/SIMDTreeEvaluator.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/HelperCallSnippet.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/IA32LinkageUtils.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/IntegerMultiplyDecomposer.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRMemoryReference.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OpBinary.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OpNames.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OutlinedInstructions.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/RegisterRematerialization.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/SubtractAnalyser.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRTreeEvaluator.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/UnaryEvaluator.cpp.o
[ 93%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/X86BinaryEncoding.cpp.o
[ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/X86Debug.cpp.o
[ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/X86FPConversionSnippet.cpp.o
[ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRX86Instruction.cpp.o
[ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRInstruction.cpp.o
[ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRMachine.cpp.o
[ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRLinkage.cpp.o
[ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRRegister.cpp.o
[ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRRealRegister.cpp.o
[ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRRegisterDependency.cpp.o
[ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRSnippet.cpp.o
[ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/X86SystemLinkage.cpp.o
[ 94%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/XMMBinaryArithmeticAnalyser.cpp.o
[ 95%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRCodeGenerator.cpp.o
[ 95%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/codegen/OMRRegisterIterator.cpp.o
[ 95%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/env/OMRCPU.cpp.o
[ 95%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/env/OMRDebugEnv.cpp.o
[ 95%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/OMRCodeGenerator.cpp.o
[ 95%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/OMRMachine.cpp.o
[ 95%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/OMRTreeEvaluator.cpp.o
[ 95%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/OMRMemoryReference.cpp.o
[ 95%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/OMRRealRegister.cpp.o
[ 95%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/AMD64SystemLinkage.cpp.o
[ 95%] Building CXX object jitbuilder/CMakeFiles/jitbuilder.dir/__/compiler/x/amd64/codegen/OMRELFRelocationResolver.cpp.o
[ 95%] Linking CXX static library libjitbuilder.a
[ 95%] Built target jitbuilder
Scanning dependencies of target toiltype
Scanning dependencies of target iterfib
Scanning dependencies of target conditionals
Scanning dependencies of target isSupportedType
[ 95%] Building CXX object jitbuilder/release/CMakeFiles/iterfib.dir/src/IterativeFib.cpp.o
Scanning dependencies of target nestedloop
Scanning dependencies of target simple
Scanning dependencies of target worklist
Scanning dependencies of target pow2
[ 95%] Building CXX object jitbuilder/release/CMakeFiles/nestedloop.dir/src/NestedLoop.cpp.o
[ 96%] Building CXX object jitbuilder/release/CMakeFiles/conditionals.dir/src/Conditionals.cpp.o
[ 96%] Building CXX object jitbuilder/release/CMakeFiles/isSupportedType.dir/src/IsSupportedType.cpp.o
[ 96%] Building CXX object jitbuilder/release/CMakeFiles/toiltype.dir/src/ToIlType.cpp.o
[ 96%] Building CXX object jitbuilder/release/CMakeFiles/simple.dir/src/Simple.cpp.o
[ 96%] Building CXX object jitbuilder/release/CMakeFiles/pow2.dir/src/Pow2.cpp.o
[ 96%] Building CXX object jitbuilder/release/CMakeFiles/worklist.dir/src/Worklist.cpp.o
[ 96%] Linking CXX executable isSupportedType
[ 96%] Linking CXX executable iterfib
/home/jenkins/jenkins-agent/workspace/Test_Linux/jitbuilder/release/src/Pow2.cpp: In function ‘int main(int, char**)’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/jitbuilder/release/src/Pow2.cpp:122:34: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 2 has type ‘int64_t {aka long int}’ [-Wformat=]
    printf("pow2(45) is %lld\n", r);
                                  ^
[ 96%] Linking CXX executable simple
[ 96%] Linking CXX executable pow2
[ 96%] Linking CXX executable nestedloop
[ 96%] Linking CXX executable toiltype
[ 96%] Linking CXX executable conditionals
[ 96%] Built target isSupportedType
[ 97%] Linking CXX executable worklist
Scanning dependencies of target jitbuildertest
[ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/main.cpp.o
[ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/selftest.cpp.o
[ 98%] Built target pow2
[ 98%] Built target nestedloop
[ 98%] [FLEX][tril_scanner] Building scanner with flex 2.6.0
[ 98%] [BISON][tril_parser] Building parser with bison 3.0.4
[ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/UnionTest.cpp.o
[ 98%] Built target simple
[ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/FieldAddressTest.cpp.o
Scanning dependencies of target tril
[ 98%] Building C object fvtest/tril/tril/CMakeFiles/tril.dir/tril.parser.c.o
[ 98%] Built target iterfib
[ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/AnonymousTest.cpp.o
[ 98%] Building C object fvtest/tril/tril/CMakeFiles/tril.dir/tril.scanner.c.o
[ 98%] Built target worklist
[ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/ControlFlowTest.cpp.o
[ 98%] Built target toiltype
[ 98%] Built target conditionals
[ 98%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/ast.cpp.o
[ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/SystemLinkageTest.cpp.o
[ 98%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/ilgen.cpp.o
[ 98%] Building CXX object fvtest/tril/tril/CMakeFiles/tril.dir/simple_compiler.cpp.o
[ 98%] Building CXX object fvtest/jitbuildertest/CMakeFiles/jitbuildertest.dir/WorklistTest.cpp.o
[ 98%] Linking CXX executable jitbuildertest
In file included from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/infra/List.hpp:27:0,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/codegen/FrontEnd.hpp:25,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/compile/OMRCompilation.hpp:43,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/compile/Compilation.hpp:25,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/tril/tril/simple_compiler.cpp:27:
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/env/TRMemory.hpp:708:0: warning: "TR_ALLOC" redefined [enabled by default]
 #define TR_ALLOC(a) \
 ^
In file included from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/ilgen/IlBuilder.hpp:33:0,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/ilgen/TypeDictionary.hpp:38,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/tril/tril/ilgen.hpp:25,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/tril/tril/method_info.hpp:26,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/tril/tril/method_compiler.hpp:25,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/tril/tril/simple_compiler.hpp:25,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/tril/tril/simple_compiler.cpp:22:
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/ilgen/IlInjector.hpp:56:0: note: this is the location of the previous definition
 #define TR_ALLOC(x)
 ^
In file included from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/infra/CfgNode.hpp:28:0,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/il/OMRBlock.hpp:36,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/il/Block.hpp:25,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/tril/tril/ilgen.cpp:25:
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/env/TRMemory.hpp:708:0: warning: "TR_ALLOC" redefined [enabled by default]
 #define TR_ALLOC(a) \
 ^
In file included from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/ilgen/IlBuilder.hpp:33:0,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/ilgen/TypeDictionary.hpp:38,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/tril/tril/ilgen.hpp:25,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/tril/tril/ilgen.cpp:22:
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/ilgen/IlInjector.hpp:56:0: note: this is the location of the previous definition
 #define TR_ALLOC(x)
 ^
[ 98%] Linking CXX static library libtril.a
[ 98%] Built target tril
Scanning dependencies of target tril_dumper
Scanning dependencies of target tril_compiler
[ 99%] Building CXX object fvtest/tril/tril/CMakeFiles/tril_dumper.dir/compiler.cpp.o
[ 99%] Building CXX object fvtest/tril/tril/CMakeFiles/tril_compiler.dir/compiler.cpp.o
Scanning dependencies of target incordec
Scanning dependencies of target mandelbrot
[ 99%] Building CXX object fvtest/tril/examples/mandelbrot/CMakeFiles/mandelbrot.dir/main.cpp.o
[ 99%] Building CXX object fvtest/tril/examples/incordec/CMakeFiles/incordec.dir/main.cpp.o
Scanning dependencies of target triltest
[ 99%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/ASTTest.cpp.o
[ 99%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/main.cpp.o
Scanning dependencies of target comptest
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/main.cpp.o
[ 99%] Linking CXX executable tril_compiler
[ 99%] Linking CXX executable mandelbrot
[ 99%] Linking CXX executable tril_dumper
[ 99%] Linking CXX executable incordec
[ 99%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/ParserTest.cpp.o
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/JitTestUtilitiesTest.cpp.o
[ 99%] Built target jitbuildertest
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ILValidatorTest.cpp.o
[ 99%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ArithmeticTest.cpp.o
[ 99%] Built target incordec
[100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/ShiftAndRotateTest.cpp.o
[100%] Built target tril_compiler
[100%] Built target mandelbrot
[100%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/MethodInfoTest.cpp.o
[100%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/IlGenTest.cpp.o
[100%] Built target tril_dumper
[100%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/CompileTest.cpp.o
[100%] Building CXX object fvtest/tril/test/CMakeFiles/triltest.dir/__/__/omrGtestGlue/argmain.cpp.o
[100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/SimplifierFoldAndTest.cpp.o
[100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/VectorTest.cpp.o
[100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/IfxcmpgeReductionTest.cpp.o
[100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/CallTest.cpp.o
In file included from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/infra/List.hpp:27:0,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/codegen/FrontEnd.hpp:25,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/compile/OMRCompilation.hpp:43,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/compile/Compilation.hpp:25,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/tril/test/IlGenTest.cpp:28:
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/env/TRMemory.hpp:708:0: warning: "TR_ALLOC" redefined [enabled by default]
 #define TR_ALLOC(a) \
 ^
In file included from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/ilgen/IlBuilder.hpp:33:0,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/ilgen/TypeDictionary.hpp:38,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/tril/tril/ilgen.hpp:25,
                 from /home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/tril/test/IlGenTest.cpp:23:
/home/jenkins/jenkins-agent/workspace/Test_Linux/compiler/ilgen/IlInjector.hpp:56:0: note: this is the location of the previous definition
 #define TR_ALLOC(x)
 ^
[100%] Linking CXX executable triltest
[100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LongAndAsRotateTest.cpp.o
[100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/MockStrategyTest.cpp.o
[100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LogicalTest.cpp.o
[100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/LinkageTest.cpp.o
[100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/BitPermuteTest.cpp.o
[100%] Building CXX object fvtest/compilertriltest/CMakeFiles/comptest.dir/__/omrGtestGlue/argmain.cpp.o
[100%] Built target triltest
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void i2lLongAndAsRotateTest_SimpleTest_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:124:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:124:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void i2lLongAndAsRotateTest_iConstTest_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:165:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:165:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void i2lLongAndAsRotateTest_GreaterThanOneRefCount1_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:213:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:213:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:213:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:213:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void i2lLongAndAsRotateTest_GreaterThanOneRefCount2_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:273:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:273:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:273:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:273:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void iu2lLongAndAsRotateTest_SimpleTest_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:305:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:305:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void iu2lLongAndAsRotateTest_iConstTest_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:346:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:346:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void iu2lLongAndAsRotateTest_GreaterThanOneRefCount1_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:393:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:393:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:393:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:393:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp: In member function ‘virtual void iu2lLongAndAsRotateTest_GreaterThanOneRefCount2_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:452:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:452:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:452:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/LongAndAsRotateTest.cpp:452:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp: In member function ‘virtual void Int64ReductionTest_Reduction_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:376:10: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
          );
          ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:376:10: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:376:10: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘long int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:376:10: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp: In member function ‘virtual void UInt64ReductionTest_Reduction_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:419:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
          );
          ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:419:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:419:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/IfxcmpgeReductionTest.cpp:419:10: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void lBitPermuteTest_ConstAddressLengthTest_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:155:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘const uint8_t* {aka const unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:155:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:155:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘const uint8_t* {aka const unsigned char*}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:155:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void lBitPermuteTest_ConstAddressTest_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:186:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘const uint8_t* {aka const unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:186:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘const uint8_t* {aka const unsigned char*}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void iBitPermuteTest_ConstAddressLengthTest_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:254:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:254:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:254:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:254:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void iBitPermuteTest_ConstAddressTest_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:289:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:289:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void sBitPermuteTest_ConstAddressLengthTest_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:362:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:362:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:362:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:362:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void sBitPermuteTest_ConstAddressTest_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:398:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:398:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void bBitPermuteTest_ConstAddressLengthTest_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:472:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:472:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:472:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:472:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp: In member function ‘virtual void bBitPermuteTest_ConstAddressTest_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:508:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
       );
       ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/BitPermuteTest.cpp:508:7: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint8_t* {aka unsigned char*}’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/ShiftAndRotateTest.cpp: In member function ‘virtual void Int64ShiftAndRotate_UsingConst_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/ShiftAndRotateTest.cpp:141:153: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
     std::snprintf(inputTrees, 120, "(method return=Int64 (block (lreturn (%s (lconst %lld) (iconst %d)) )))", param.opcode.c_str(), param.lhs, param.rhs);
                                                                                                                                                         ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/ShiftAndRotateTest.cpp:141:153: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘long int’ [-Wformat=]
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/ShiftAndRotateTest.cpp: In member function ‘virtual void UInt64ShiftAndRotate_UsingConst_Test::TestBody()’:
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/ShiftAndRotateTest.cpp:308:153: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
     std::snprintf(inputTrees, 120, "(method return=Int64 (block (lreturn (%s (lconst %llu) (iconst %d)) )))", param.opcode.c_str(), param.lhs, param.rhs);
                                                                                                                                                         ^
/home/jenkins/jenkins-agent/workspace/Test_Linux/fvtest/compilertriltest/ShiftAndRotateTest.cpp:308:153: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
[100%] Linking CXX executable comptest
[100%] Built target comptest