github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 36580 tests passed
* 534 tests skipped

All executed tests passed, but another part of the build **failed**. Click on a 
failure below to see the details.

<details>
<summary>tools/clang/tools/clang-ssaf-analyzer/CMakeFiles/clang-ssaf-analyzer.dir/SSAFAnalyzer.cpp.o</summary>

```
FAILED: 
tools/clang/tools/clang-ssaf-analyzer/CMakeFiles/clang-ssaf-analyzer.dir/SSAFAnalyzer.cpp.o
sccache /opt/llvm/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG 
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/clang-ssaf-analyzer
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt 
-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 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -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 -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-fno-exceptions -funwind-tables -fno-rtti -MD -MT 
tools/clang/tools/clang-ssaf-analyzer/CMakeFiles/clang-ssaf-analyzer.dir/SSAFAnalyzer.cpp.o
 -MF 
tools/clang/tools/clang-ssaf-analyzer/CMakeFiles/clang-ssaf-analyzer.dir/SSAFAnalyzer.cpp.o.d
 -o 
tools/clang/tools/clang-ssaf-analyzer/CMakeFiles/clang-ssaf-analyzer.dir/SSAFAnalyzer.cpp.o
 -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:63:3:
 error: unknown type name 'SummaryFile'; did you mean 'SummaryName'?
63 |   SummaryFile InputFile;
|   ^~~~~~~~~~~
|   SummaryName
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ScalableStaticAnalysisFramework/Core/Model/SummaryName.h:22:7:
 note: 'SummaryName' declared here
22 | class SummaryName {
|       ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:64:3:
 error: unknown type name 'SummaryFile'; did you mean 'SummaryName'?
64 |   SummaryFile OutputFile;
|   ^~~~~~~~~~~
|   SummaryName
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ScalableStaticAnalysisFramework/Core/Model/SummaryName.h:22:7:
 note: 'SummaryName' declared here
22 | class SummaryName {
|       ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:69:17:
 error: call to implicitly-deleted default constructor of 'AnalyzerInput'
69 |   AnalyzerInput AI;
|                 ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:63:15:
 note: default constructor of 'AnalyzerInput' is implicitly deleted because 
field 'InputFile' has no default constructor
63 |   SummaryFile InputFile;
|               ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:72:18:
 error: use of undeclared identifier 'SummaryFile'; did you mean 'SummaryName'?
72 |   AI.InputFile = SummaryFile::fromInputPath(InputPath);
|                  ^~~~~~~~~~~
|                  SummaryName
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ScalableStaticAnalysisFramework/Core/Model/SummaryName.h:22:7:
 note: 'SummaryName' declared here
22 | class SummaryName {
|       ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:72:18:
 error: no member named 'fromInputPath' in 'clang::ssaf::SummaryName'; did you 
mean 'clang::ssaf::FormatFile::fromInputPath'?
72 |   AI.InputFile = SummaryFile::fromInputPath(InputPath);
|                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
|                  clang::ssaf::FormatFile::fromInputPath
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ScalableStaticAnalysisFramework/Tool/Utils.h:81:21:
 note: 'clang::ssaf::FormatFile::fromInputPath' declared here
81 |   static FormatFile fromInputPath(llvm::StringRef Path);
|                     ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:72:16:
 error: no viable overloaded '='
72 |   AI.InputFile = SummaryFile::fromInputPath(InputPath);
|   ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ScalableStaticAnalysisFramework/Core/Model/SummaryName.h:22:7:
 note: candidate function (the implicit copy assignment operator) not viable: 
no known conversion from 'FormatFile' to 'const SummaryName' for 1st argument
22 | class SummaryName {
|       ^~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ScalableStaticAnalysisFramework/Core/Model/SummaryName.h:22:7:
 note: candidate function (the implicit move assignment operator) not viable: 
no known conversion from 'FormatFile' to 'SummaryName' for 1st argument
22 | class SummaryName {
|       ^~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:75:19:
 error: use of undeclared identifier 'SummaryFile'; did you mean 'SummaryName'?
75 |   AI.OutputFile = SummaryFile::fromOutputPath(OutputPath);
|                   ^~~~~~~~~~~
|                   SummaryName
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ScalableStaticAnalysisFramework/Core/Model/SummaryName.h:22:7:
 note: 'SummaryName' declared here
22 | class SummaryName {
|       ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:75:19:
 error: no member named 'fromOutputPath' in 'clang::ssaf::SummaryName'; did you 
mean 'clang::ssaf::FormatFile::fromOutputPath'?
75 |   AI.OutputFile = SummaryFile::fromOutputPath(OutputPath);
|                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
|                   clang::ssaf::FormatFile::fromOutputPath
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ScalableStaticAnalysisFramework/Tool/Utils.h:90:21:
 note: 'clang::ssaf::FormatFile::fromOutputPath' declared here
90 |   static FormatFile fromOutputPath(llvm::StringRef Path);
|                     ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:75:17:
 error: no viable overloaded '='
75 |   AI.OutputFile = SummaryFile::fromOutputPath(OutputPath);
|   ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ScalableStaticAnalysisFramework/Core/Model/SummaryName.h:22:7:
 note: candidate function (the implicit copy assignment operator) not viable: 
no known conversion from 'FormatFile' to 'const SummaryName' for 1st argument
22 | class SummaryName {
|       ^~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/ScalableStaticAnalysisFramework/Core/Model/SummaryName.h:22:7:
 note: candidate function (the implicit move assignment operator) not viable: 
no known conversion from 'FormatFile' to 'SummaryName' for 1st argument
22 | class SummaryName {
|       ^~~~~~~~~~~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:91:34:
 error: no member named 'Format' in 'clang::ssaf::SummaryName'
91 |   auto ExpectedLU = AI.InputFile.Format->readLUSummary(AI.InputFile.Path);
|                     ~~~~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:91:69:
 error: no member named 'Path' in 'clang::ssaf::SummaryName'
91 |   auto ExpectedLU = AI.InputFile.Format->readLUSummary(AI.InputFile.Path);
|                                                        ~~~~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:107:32:
 error: no member named 'Format' in 'clang::ssaf::SummaryName'
107 |   if (auto Err = AI.OutputFile.Format->writeWPASuite(*ExpectedSuite,
|                  ~~~~~~~~~~~~~ ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-ssaf-analyzer/SSAFAnalyzer.cpp:108:68:
 error: no member named 'Path' in 'clang::ssaf::SummaryName'
108 |                                                      AI.OutputFile.Path)) 
{
|                                                      ~~~~~~~~~~~~~ ^
13 errors 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/188881
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to