llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `clang-armv7-global-isel` running on `linaro-clang-armv7-global-isel` while building `flang,llvm,polly` at step 7 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/39/builds/10133 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 7 (ninja check 1) failure: stage 1 checked (failure) ******************** TEST 'Clang Tools :: clang-tidy/infrastructure/custom-query-check.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 5 sed -e "s:INPUT_DIR:/home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/custom-query-check:g" -e "s:OUT_DIR:/home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/custom-query-check.cpp.tmp:g" -e "s:MAIN_FILE:/home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp:g" /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/custom-query-check/vfsoverlay.yaml > /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/custom-query-check.cpp.tmp.yaml # executed command: sed -e s:INPUT_DIR:/home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/custom-query-check:g -e s:OUT_DIR:/home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/custom-query-check.cpp.tmp:g -e s:MAIN_FILE:/home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp:g /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/custom-query-check/vfsoverlay.yaml # RUN: at line 6 clang-tidy --experimental-custom-checks /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/custom-query-check.cpp.tmp/main.cpp -checks='-*,custom-*' -vfsoverlay /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/custom-query-check.cpp.tmp.yaml | FileCheck /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp --check-prefix=CHECK-SAME-DIR # executed command: clang-tidy --experimental-custom-checks /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/custom-query-check.cpp.tmp/main.cpp '-checks=-*,custom-*' -vfsoverlay /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/custom-query-check.cpp.tmp.yaml # .---command stderr------------ # | 1 error generated. # | Error while processing /home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/custom-query-check.cpp.tmp/main.cpp. # | Found compiler error(s). # `----------------------------- # error: command failed with exit status: 1 # executed command: FileCheck /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp --check-prefix=CHECK-SAME-DIR # .---command stderr------------ # | /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp:16:20: error: CHECK-SAME-DIR: expected string not found in input # | // CHECK-SAME-DIR: [[@LINE-1]]:1: warning: use 'int' instead of 'long' [custom-avoid-long-type] # | ^ # | <stdin>:1:1: note: scanning from here # | error: PCH file '/home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/lib/Support/CMakeFiles/LLVMSupport.dir/cmake_pch.hxx.pch' uses an older format that is no longer supported [clang-diagnostic-error] # | ^ # | <stdin>:1:1: note: with "@LINE-1" equal to "15" # | error: PCH file '/home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/lib/Support/CMakeFiles/LLVMSupport.dir/cmake_pch.hxx.pch' uses an older format that is no longer supported [clang-diagnostic-error] # | ^ # | # | Input file: <stdin> # | Check file: /home/tcwg-buildbot/worker/clang-armv7-global-isel/llvm/clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: error: PCH file '/home/tcwg-buildbot/worker/clang-armv7-global-isel/stage1/lib/Support/CMakeFiles/LLVMSupport.dir/cmake_pch.hxx.pch' uses an older format that is no longer supported [clang-diagnostic-error] # | check:16'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found # | check:16'1 with "@LINE-1" equal to "15" # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** ``` </details> https://github.com/llvm/llvm-project/pull/176420 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
