[libcxx-commits] [libcxx] [libc++] Deprecates rel_ops. (PR #91642)

LLVM Continuous Integration via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 17 09:49:35 PDT 2024


llvm-ci wrote:

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

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

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)
...
[639/640] Linking CXX executable unittests/ExecutionEngine/MCJIT/MCJITTests
[639/640] 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: 54529 tests, 48 workers --
command timed out: 1200 seconds without output running [b'python', b'../llvm-zorg/zorg/buildbot/builders/annotated/ve-linux.py', b'--jobs=8'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1604.295294
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Step 8 (check-llvm) failure: check-llvm (failure)
...
[605/640] Linking CXX executable unittests/Support/SupportTests
[606/640] Linking CXX executable unittests/DebugInfo/PDB/DebugInfoPDBTests
[607/640] Linking CXX executable unittests/MC/MCTests
[608/640] Linking CXX executable unittests/DebugInfo/BTF/DebugInfoBTFTests
[609/640] Linking CXX executable unittests/Bitcode/BitcodeTests
[610/640] Linking CXX executable unittests/ObjectYAML/ObjectYAMLTests
[611/640] Linking CXX executable unittests/tools/llvm-cfi-verify/CFIVerifyTests
[612/640] Linking CXX executable unittests/Object/ObjectTests
[613/640] Linking CXX executable unittests/ObjCopy/ObjCopyTests
[614/640] Linking CXX executable unittests/ProfileData/ProfileDataTests
[615/640] Linking CXX executable unittests/Transforms/Vectorize/VectorizeTests
[616/640] Linking CXX executable unittests/FuzzMutate/FuzzMutateTests
[617/640] Linking CXX executable unittests/DebugInfo/LogicalView/DebugInfoLogicalViewTests
[618/640] Linking CXX executable unittests/Transforms/IPO/IPOTests
[619/640] Linking CXX executable unittests/Target/VE/VETests
[620/640] Linking CXX executable unittests/MIR/MIRTests
[621/640] Linking CXX executable unittests/CodeGen/GlobalISel/GlobalISelTests
[622/640] Linking CXX executable unittests/Target/TargetMachineCTests
[623/640] Linking CXX executable unittests/MI/MITests
[624/640] Linking CXX executable unittests/DebugInfo/DWARF/DebugInfoDWARFTests
[625/640] Linking CXX executable unittests/tools/llvm-exegesis/LLVMExegesisTests
[626/640] Linking CXX executable unittests/tools/llvm-mca/LLVMMCATests
[627/640] Linking CXX executable unittests/Passes/Plugins/PluginsTests
[628/640] Linking CXX executable unittests/Transforms/Coroutines/CoroTests
[629/640] Linking CXX executable unittests/Passes/PassBuilderBindings/PassesBindingsTests
[630/640] Linking CXX executable unittests/Transforms/Instrumentation/InstrumentationTests
[631/640] Linking CXX executable unittests/Frontend/LLVMFrontendTests
[632/640] Linking CXX executable unittests/Transforms/Utils/UtilsTests
[633/640] Linking CXX executable unittests/ExecutionEngine/Orc/OrcJITTests
[634/640] Linking CXX executable unittests/Transforms/Scalar/ScalarTests
[635/640] Linking CXX executable unittests/Analysis/AnalysisTests
[636/640] Linking CXX executable unittests/IR/IRTests
[637/640] Linking CXX executable unittests/Target/X86/X86Tests
[638/640] Linking CXX executable unittests/CodeGen/CodeGenTests
[639/640] Linking CXX executable unittests/ExecutionEngine/MCJIT/MCJITTests
[639/640] 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: 54529 tests, 48 workers --

command timed out: 1200 seconds without output running [b'python', b'../llvm-zorg/zorg/buildbot/builders/annotated/ve-linux.py', b'--jobs=8'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1604.295294
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..

```

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


More information about the libcxx-commits mailing list