github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Linux--> # :penguin: Linux x64 Test Results
* 169798 tests passed * 3067 tests skipped All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details. <details> <summary>compiler-rt/lib/memprof/tests/MEMPROF_TEST_OBJECTS.rawprofile.cpp.x86_64.o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/compiler-rt/lib/memprof/tests/MEMPROF_TEST_OBJECTS.rawprofile.cpp.x86_64.o</summary> ``` FAILED: compiler-rt/lib/memprof/tests/MEMPROF_TEST_OBJECTS.rawprofile.cpp.x86_64.o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/compiler-rt/lib/memprof/tests/MEMPROF_TEST_OBJECTS.rawprofile.cpp.x86_64.o cd /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/compiler-rt/lib/memprof/tests && /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wall -Werror -Wno-unused-parameter -Wno-unknown-warning-option -Wthread-safety -Wthread-safety-reference -Wthread-safety-beta -I/home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/include -g -Wno-covered-switch-default -Wno-suggest-override -DGTEST_NO_LLVM_SUPPORT=1 -DGTEST_HAS_RTTI=0 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/runtimes/../third-party/unittest/googletest/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/runtimes/../third-party/unittest/googletest -DGTEST_NO_LLVM_SUPPORT=1 -DGTEST_HAS_RTTI=0 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/runtimes/../third-party/unittest/googlemock/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/runtimes/../third-party/unittest/googlemock -I/home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/lib/ -DSANITIZER_COMMON_NO_REDEFINE_BUILTINS -O2 -g -fno-rtti -Wno-pedantic -fno-omit-frame-pointer -Wno-variadic-macros -m64 -c -o MEMPROF_TEST_OBJECTS.rawprofile.cpp.x86_64.o /home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/lib/memprof/tests/rawprofile.cpp /home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/lib/memprof/tests/rawprofile.cpp:76:7: error: no matching function for call to 'SerializeToRawProfile' 76 | SerializeToRawProfile(FakeMap, Modules, FakeAddresses, Ptr); | ^~~~~~~~~~~~~~~~~~~~~ /home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/lib/memprof/memprof_rawprofile.h:14:5: note: candidate function not viable: no known conversion from '__sanitizer::Vector<uint64_t>' (aka '__sanitizer::Vector<unsigned long>') to '__sanitizer::Vector<u64> &' (aka '__sanitizer::Vector<unsigned long long> &') for 3rd argument 14 | u64 SerializeToRawProfile(MIBMapTy &BlockCache, ArrayRef<LoadedModule> Modules, | ^ 15 | __sanitizer::Vector<u64> &MemBlockAddresses, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. ``` </details> If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label. https://github.com/llvm/llvm-project/pull/182224 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
