[llvm] [ORC] Add LoadRelocatableObject: universal binary support, clearer er… (PR #104406)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 17:02:46 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-ve-ninja` running on `hpce-ve-main` while building `llvm` at step 4 "annotate".

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

Here is the relevant piece of the build log for the reference:
```
Step 4 (annotate) failure: 'python ../llvm-zorg/zorg/buildbot/builders/annotated/ve-linux.py ...' (failure)
...
[643/644] Running the LLVM regression tests
Unknown option: -C
usage: git [--version] [--help] [-c name=value]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
           <command> [<args>]
An error occurred retrieving the git revision: Command '['git', '-C', '/scratch/buildbot/bothome/clang-ve-ninja/llvm-project/llvm', 'rev-parse', 'HEAD']' returned non-zero exit status 129.
-- Testing: 54877 tests, 48 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/JITLink/Generic/MachO_universal_binaries.test (29131 of 54877)
******************** TEST 'LLVM :: ExecutionEngine/JITLink/Generic/MachO_universal_binaries.test' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/bin/llc -filetype=obj -mtriple x86_64-apple-macosx -o /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test/ExecutionEngine/JITLink/Generic/Output/MachO_universal_binaries.test.tmp.x86-64.o    /scratch/buildbot/bothome/clang-ve-ninja/llvm-project/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/main-ret-0.ll
+ /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/bin/llc -filetype=obj -mtriple x86_64-apple-macosx -o /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test/ExecutionEngine/JITLink/Generic/Output/MachO_universal_binaries.test.tmp.x86-64.o /scratch/buildbot/bothome/clang-ve-ninja/llvm-project/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/main-ret-0.ll
RUN: at line 3: /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/bin/llc -filetype=obj -mtriple arm64-apple-macosx -o /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test/ExecutionEngine/JITLink/Generic/Output/MachO_universal_binaries.test.tmp.arm64.o    /scratch/buildbot/bothome/clang-ve-ninja/llvm-project/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/main-ret-0.ll
+ /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/bin/llc -filetype=obj -mtriple arm64-apple-macosx -o /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test/ExecutionEngine/JITLink/Generic/Output/MachO_universal_binaries.test.tmp.arm64.o /scratch/buildbot/bothome/clang-ve-ninja/llvm-project/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/main-ret-0.ll
/scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/bin/llc: error: unable to get target for 'arm64-apple-macosx', see --version and --triple.
--

********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
********************
Failed Tests (1):
  LLVM :: ExecutionEngine/JITLink/Generic/MachO_universal_binaries.test


Testing Time: 69.24s

Total Discovered Tests: 60803
  Skipped          :   348 (0.57%)
  Unsupported      : 28422 (46.74%)
  Passed           : 31977 (52.59%)
  Expectedly Failed:    55 (0.09%)
  Failed           :     1 (0.00%)
FAILED: test/CMakeFiles/check-llvm /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test/CMakeFiles/check-llvm 
cd /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test && /home/buildbot/sandbox/bin/python3 /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/./bin/llvm-lit -sv /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test
ninja: build stopped: subcommand failed.
make: *** [check-llvm] Error 1
['make', '-f', '/scratch/buildbot/bothome/clang-ve-ninja/llvm-zorg/zorg/buildbot/builders/annotated/ve-linux-steps.make', 'check-llvm', 'BUILDROOT=/scratch/buildbot/bothome/clang-ve-ninja/build'] exited with return code 2.
The build step threw an exception...
Traceback (most recent call last):
  File "../llvm-zorg/zorg/buildbot/builders/annotated/ve-linux.py", line 47, in step
    yield
  File "../llvm-zorg/zorg/buildbot/builders/annotated/ve-linux.py", line 39, in main
    run_command(make_cmd, cwd='.')
Step 8 (check-llvm) failure: check-llvm (failure)
...
[643/644] Running the LLVM regression tests
Unknown option: -C
usage: git [--version] [--help] [-c name=value]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
           <command> [<args>]
An error occurred retrieving the git revision: Command '['git', '-C', '/scratch/buildbot/bothome/clang-ve-ninja/llvm-project/llvm', 'rev-parse', 'HEAD']' returned non-zero exit status 129.
-- Testing: 54877 tests, 48 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: ExecutionEngine/JITLink/Generic/MachO_universal_binaries.test (29131 of 54877)
******************** TEST 'LLVM :: ExecutionEngine/JITLink/Generic/MachO_universal_binaries.test' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/bin/llc -filetype=obj -mtriple x86_64-apple-macosx -o /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test/ExecutionEngine/JITLink/Generic/Output/MachO_universal_binaries.test.tmp.x86-64.o    /scratch/buildbot/bothome/clang-ve-ninja/llvm-project/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/main-ret-0.ll
+ /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/bin/llc -filetype=obj -mtriple x86_64-apple-macosx -o /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test/ExecutionEngine/JITLink/Generic/Output/MachO_universal_binaries.test.tmp.x86-64.o /scratch/buildbot/bothome/clang-ve-ninja/llvm-project/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/main-ret-0.ll
RUN: at line 3: /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/bin/llc -filetype=obj -mtriple arm64-apple-macosx -o /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test/ExecutionEngine/JITLink/Generic/Output/MachO_universal_binaries.test.tmp.arm64.o    /scratch/buildbot/bothome/clang-ve-ninja/llvm-project/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/main-ret-0.ll
+ /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/bin/llc -filetype=obj -mtriple arm64-apple-macosx -o /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test/ExecutionEngine/JITLink/Generic/Output/MachO_universal_binaries.test.tmp.arm64.o /scratch/buildbot/bothome/clang-ve-ninja/llvm-project/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/main-ret-0.ll
/scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/bin/llc: error: unable to get target for 'arm64-apple-macosx', see --version and --triple.
--

********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
********************
Failed Tests (1):
  LLVM :: ExecutionEngine/JITLink/Generic/MachO_universal_binaries.test


Testing Time: 69.24s

Total Discovered Tests: 60803
  Skipped          :   348 (0.57%)
  Unsupported      : 28422 (46.74%)
  Passed           : 31977 (52.59%)
  Expectedly Failed:    55 (0.09%)
  Failed           :     1 (0.00%)
FAILED: test/CMakeFiles/check-llvm /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test/CMakeFiles/check-llvm 
cd /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test && /home/buildbot/sandbox/bin/python3 /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/./bin/llvm-lit -sv /scratch/buildbot/bothome/clang-ve-ninja/build/build_llvm/test
ninja: build stopped: subcommand failed.
make: *** [check-llvm] Error 1
['make', '-f', '/scratch/buildbot/bothome/clang-ve-ninja/llvm-zorg/zorg/buildbot/builders/annotated/ve-linux-steps.make', 'check-llvm', 'BUILDROOT=/scratch/buildbot/bothome/clang-ve-ninja/build'] exited with return code 2.
The build step threw an exception...
Traceback (most recent call last):
  File "../llvm-zorg/zorg/buildbot/builders/annotated/ve-linux.py", line 47, in step
    yield
  File "../llvm-zorg/zorg/buildbot/builders/annotated/ve-linux.py", line 39, in main
    run_command(make_cmd, cwd='.')

```

https://github.com/llvm/llvm-project/pull/104406


More information about the llvm-commits mailing list