llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `openmp-s390x-linux` 
running on `systemz-1` while building `clang` at step 5 "compile-openmp".

Full details are available at: 
https://lab.llvm.org/buildbot/#/builders/88/builds/7858

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 5 (compile-openmp) failure: build (failure)
...
286.650 [619/4/4662] Linking CXX static library lib/libclangDependencyScanning.a
286.679 [618/4/4663] Linking CXX static library lib/libclangIndex.a
286.688 [617/4/4664] Building CXX object 
tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o
286.692 [616/4/4665] Linking CXX static library lib/libclangCrossTU.a
286.730 [615/4/4666] Linking CXX static library lib/libclangExtractAPI.a
286.751 [614/4/4667] Linking CXX static library lib/libclangToolingRefactoring.a
286.845 [613/4/4668] Linking CXX static library lib/libclangTransformer.a
286.878 [612/4/4669] Building CXX object 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalExecutor.cpp.o
286.892 [611/4/4670] Linking CXX static library lib/libclangStaticAnalyzerCore.a
286.930 [610/4/4671] Building CXX object 
tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o
FAILED: 
tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o
 
CCACHE_CPP2=yes CCACHE_HASHDIR=yes /usr/bin/ccache /usr/bin/c++ -DCLANG_EXPORTS 
-DGTEST_HAS_RTTI=0 -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.build/tools/clang/lib/StaticAnalyzer/Checkers
 
-I/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/clang/lib/StaticAnalyzer/Checkers
 -I/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/clang/include 
-I/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.build/tools/clang/include
 -I/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.build/include 
-I/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/llvm/include 
-fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time 
-fno-lifetime-dse -Wall -Wextra -Wno-unused-parameter -Wwrite-strings 
-Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long 
-Wimplicit-fallthrough -Wno-uninitialized -Wno-nonnull -Wno-class-memaccess 
-Wno-redundant-move -Wno-pessimizing-move -Wno-noexcept-type 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment 
-Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color 
-ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual 
-fno-strict-aliasing -O3 -DNDEBUG  -fno-exceptions -funwind-tables -fno-rtti 
-UNDEBUG -std=c++17 -MD -MT 
tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o
 -MF 
tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o.d
 -o 
tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o
 -c 
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp:252:28:
 error: declaration of 'const clang::StackFrameContext* 
FindStackRegionsSymbolVisitor::StackFrameContext' changes meaning of 
'StackFrameContext' [-fpermissive]
  252 |   const StackFrameContext *StackFrameContext;
      |                            ^~~~~~~~~~~~~~~~~
In file included from 
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/clang/include/clang/Analysis/ProgramPoint.h:17,
                 from 
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:16,
                 from 
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:18,
                 from 
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp:17:
/home/uweigand/sandbox/buildbot/openmp-s390x-linux/llvm.src/clang/include/clang/Analysis/AnalysisDeclContext.h:299:7:
 note: 'StackFrameContext' declared here as 'class clang::StackFrameContext'
  299 | class StackFrameContext : public LocationContext {
      |       ^~~~~~~~~~~~~~~~~
287.238 [610/3/4672] Building CXX object 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/CodeCompletion.cpp.o
287.523 [610/2/4673] Building CXX object 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o
287.746 [610/1/4674] Building CXX object 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Interpreter.cpp.o
ninja: build stopped: subcommand failed.

```

</details>

https://github.com/llvm/llvm-project/pull/125638
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to