[Mlir-commits] [mlir] [MLIR][mesh] moving shardinginterfaceimpl for tensor to tensor extension lib (PR #104913)
LLVM Continuous Integration
llvmlistbot at llvm.org
Thu Aug 22 06:01:16 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `mlir-nvidia` running on `mlir-nvidia` while building `mlir` at step 2 "checkout".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/138/builds/2644
Here is the relevant piece of the build log for the reference:
```
Step 2 (checkout) failure: update (failure)
command timed out: 1200 seconds without output running [b'git', b'--version'], attempting to kill
Upon execvpe b'git' [b'git', b'--version'] in environment id 136566888492608
:Traceback (most recent call last):
File "/usr/lib/python3.10/os.py", line 608, in _execvpe
exec_func(fullname, *argrest)
FileNotFoundError: [Errno 2] No such file or directory: b'/usr/sbin/git'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/twisted/internet/process.py", line 433, in _fork
self._execChild(path, uid, gid, executable, args, environment)
File "/usr/local/lib/python3.10/dist-packages/twisted/internet/process.py", line 504, in _execChild
os.execvpe(executable, args, environment)
File "/usr/lib/python3.10/os.py", line 584, in execvpe
_execvpe(file, args, env)
File "/usr/lib/python3.10/os.py", line 608, in _execvpe
exec_func(fullname, *argrest)
File "/usr/local/lib/python3.10/dist-packages/twisted/internet/base.py", line 841, in sigTerm
self.callFromThread(self.stop)
File "/usr/local/lib/python3.10/dist-packages/twisted/internet/base.py", line 1149, in callFromThread
self.wakeUp()
File "/usr/local/lib/python3.10/dist-packages/twisted/internet/base.py", line 729, in wakeUp
self.waker.wakeUp()
File "/usr/local/lib/python3.10/dist-packages/twisted/internet/_signals.py", line 403, in wakeUp
util.untilConcludes(os.write, self.o, b"x")
File "/usr/local/lib/python3.10/dist-packages/twisted/python/util.py", line 769, in untilConcludes
return f(*a, **kw)
OSError: [Errno 9] Bad file descriptor
program finished with exit code 1
elapsedTime=2182.110336
```
https://github.com/llvm/llvm-project/pull/104913
More information about the Mlir-commits
mailing list