[llvm] [lit] Implement builtin umask (PR #94621)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 09:25:03 PDT 2024
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 `llvm` at step 7 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/46/builds/1329
Here is the relevant piece of the build log for the reference:
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'lit :: shtest-umask.py' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 3
not env -u FILECHECK_OPTS "C:\Program Files\Python310\python.exe" Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\utils\lit\lit.py -j1 --order=lexical -a -v Inputs/shtest-umask | FileCheck -match-full-lines Z:\b\llvm-clang-x86_64-sie-win\build\utils\lit\tests\shtest-umask.py
# executed command: not env -u FILECHECK_OPTS 'C:\Program Files\Python310\python.exe' 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\utils\lit\lit.py' -j1 --order=lexical -a -v Inputs/shtest-umask
# executed command: FileCheck -match-full-lines 'Z:\b\llvm-clang-x86_64-sie-win\build\utils\lit\tests\shtest-umask.py'
# .---command stderr------------
# | [1mZ:\b\llvm-clang-x86_64-sie-win\build\utils\lit\tests\shtest-umask.py:9:10: [0m[0;1;31merror: [0m[1mCHECK: expected string not found in input
# | [0m# CHECK: # | Error: 'umask': invalid literal {{.*}}
# | [0;1;32m ^
# | [0m[1m<stdin>:9:10: [0m[0;1;30mnote: [0m[1mscanning from here
# | [0mumask bad
# | [0;1;32m ^
# | [0m[1m<stdin>:10:7: [0m[0;1;30mnote: [0m[1mpossible intended match here
# | [0m# executed command: umask bad
# | [0;1;32m ^
# | [0m[1mZ:\b\llvm-clang-x86_64-sie-win\build\utils\lit\tests\shtest-umask.py:13:10: [0m[0;1;31merror: [0m[1mCHECK: expected string not found in input
# | [0m# CHECK: # | 'umask' supports only one argument
# | [0;1;32m ^
# | [0m[1m<stdin>:29:10: [0m[0;1;30mnote: [0m[1mscanning from here
# | [0mumask 0 0
# | [0;1;32m ^
# | [0m[1m<stdin>:32:1: [0m[0;1;30mnote: [0m[1mpossible intended match here
# | [0m# | 'umask' not supported on this system
# | [0;1;32m^
# | [0m
# | Input file: <stdin>
# | Check file: Z:\b\llvm-clang-x86_64-sie-win\build\utils\lit\tests\shtest-umask.py
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | [1m[0m[0;1;30m 1: [0m[1m[0;1;46m[0m-- Testing: 3 tests, 1 workers --[0;1;46m [0m
# | [0;1;32mcheck:5 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | [0m[0;1;30m 2: [0m[1m[0;1;46m[0mFAIL: shtest-umask :: umask-bad-arg.txt (1 of 3)[0;1;46m [0m
# | [0;1;32mlabel:7'0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | [0m[0;1;32mlabel:7'1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | [0m[0;1;30m 3: [0m[1m[0;1;46m******************** TEST 'shtest-umask :: umask-bad-arg.txt' FAILED ******************** [0m
# | [0;1;30m 4: [0m[1m[0;1;46mExit Code: 127 [0m
# | [0;1;30m 5: [0m[1m[0;1;46m [0m
# | [0;1;30m 6: [0m[1m[0;1;46mCommand Output (stdout): [0m
# | [0;1;30m 7: [0m[1m[0;1;46m-- [0m
# | [0;1;30m 8: [0m[1m[0;1;46m# RUN: at line 1 [0m
# | [0;1;30m 9: [0m[1m[0;1;46m[0mumask bad[0;1;46m [0m
# | [0;1;32mcheck:8 ^~~~~~~~~
# | [0m[0;1;31mcheck:9'0 X error: no match found
...
```
https://github.com/llvm/llvm-project/pull/94621
More information about the llvm-commits
mailing list