llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-win` running on `sie-win-worker` while building `clang` at step 4 "clean-build-dir".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/46/builds/40023 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 4 (clean-build-dir) failure: Delete failed. (failure) Step 7 (test-build-unified-tree-check-all) failure: test (failure) ******************** TEST 'Clang :: Modules/GH204633.cppm' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 rm -rf Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp # executed command: rm -rf 'Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp' # note: command had no output on stdout or stderr # RUN: at line 2 split-file Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\Modules\GH204633.cppm Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp # executed command: split-file 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\Modules\GH204633.cppm' 'Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp' # note: command had no output on stdout or stderr # RUN: at line 3 z:\b\llvm-clang-x86_64-sie-win\build\bin\clang.exe -cc1 -internal-isystem Z:\b\llvm-clang-x86_64-sie-win\build\bin\../lib/clang\include -nostdsysteminc -std=c++26 -triple x86_64-pc-win32 -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp -fmodule-map-file=Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm -verify Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm # executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\clang.exe' -cc1 -internal-isystem 'Z:\b\llvm-clang-x86_64-sie-win\build\bin\../lib/clang\include' -nostdsysteminc -std=c++26 -triple x86_64-pc-win32 -fsyntax-only -fmodules -fimplicit-module-maps '-fmodules-cache-path=Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp' '-fmodule-map-file=Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm' -verify 'Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm' # .---command stderr------------ # | error: 'expected-error' diagnostics expected but not seen: # | File Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm Line 4 (directive at Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm:1): unexpected preprocessing token '{' after module name # | error: 'expected-error' diagnostics seen but not expected: # | File Z:\b\llvm-clang-x86_64-sie-win\build\tools\clang\test\Modules\Output\GH204633.cppm.tmp/original.cppm Line 4: unexpected '{' after module name, only ';' and '[' (start of attribute specifier sequence) are allowed # | 2 errors generated. # `----------------------------- # error: command failed with exit status: 1 -- ******************** ``` </details> https://github.com/llvm/llvm-project/pull/187846 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
