llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `clang-with-lto-ubuntu` running on `as-worker-91` while building `clang-tools-extra,clang,cmake,flang,libcxx,lld,llvm` at step 7 "test-stage1-compiler".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/49/builds/4038 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 7 (test-stage1-compiler) failure: build (failure) ... llvm-lit: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using ld64.lld: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/bin/ld64.lld llvm-lit: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using wasm-ld: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/bin/wasm-ld llvm-lit: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/utils/lit/tests/lit.cfg:124: warning: Setting a timeout per test not supported. Requires the Python psutil module but it could not be found. Try installing it via pip or via your operating system's package manager. Some tests will be skipped and the --timeout command line argument will not work. llvm-lit: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using ld.lld: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/bin/ld.lld llvm-lit: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using lld-link: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/bin/lld-link llvm-lit: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using ld64.lld: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/bin/ld64.lld llvm-lit: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using wasm-ld: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/bin/wasm-ld -- Testing: 96393 tests, 72 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50 FAIL: LLVM :: CodeGen/SystemZ/zos-ppa2.ll (51641 of 96393) ******************** TEST 'LLVM :: CodeGen/SystemZ/zos-ppa2.ll' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 sed -e 's/!"MODE"/!"ascii"/' -e 's/BYTE/85/' /home/buildbot/as-worker-91/clang-with-lto-ubuntu/llvm-project/llvm/test/CodeGen/SystemZ/zos-ppa2.ll > /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/test/CodeGen/SystemZ/Output/zos-ppa2.ll.tmp.ascii.ll # executed command: sed -e 's/!"MODE"/!"ascii"/' -e s/BYTE/85/ /home/buildbot/as-worker-91/clang-with-lto-ubuntu/llvm-project/llvm/test/CodeGen/SystemZ/zos-ppa2.ll # RUN: at line 2 /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/bin/llc -mtriple s390x-ibm-zos -mcpu=z15 -asm-verbose=true < /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/test/CodeGen/SystemZ/Output/zos-ppa2.ll.tmp.ascii.ll | /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/bin/FileCheck /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/test/CodeGen/SystemZ/Output/zos-ppa2.ll.tmp.ascii.ll # executed command: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/bin/llc -mtriple s390x-ibm-zos -mcpu=z15 -asm-verbose=true # executed command: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/bin/FileCheck /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/test/CodeGen/SystemZ/Output/zos-ppa2.ll.tmp.ascii.ll # .---command stderr------------ # | /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/test/CodeGen/SystemZ/Output/zos-ppa2.ll.tmp.ascii.ll:24:10: error: CHECK: expected string not found in input # | ; CHECK: DC XL6'F2F3F0F0F0F0' # | ^ # | <stdin>:17:39: note: scanning from here # | DC XL14'F1F9F7F0F0F1F0F1F0F0F0F0F0F0' # | ^ # | <stdin>:18:2: note: possible intended match here # | DC XL6'F2F4F0F0F0F0' # | ^ # | # | Input file: <stdin> # | Check file: /home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/test/CodeGen/SystemZ/Output/zos-ppa2.ll.tmp.ascii.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 12: DC XL4'00000000' # | 13: DC XL1'85' # | 14: DC XL1'00' # | 15: DC XL2'0000' # | 16: L#DVS DS 0H ``` </details> https://github.com/llvm/llvm-project/pull/209473 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
