This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch qinusty/add-bb-remote-exec
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit c48ef8ad839a322f8d7f4cf179d4fbe8124e53b4
Author: Josh Smith <[email protected]>
AuthorDate: Thu Sep 3 13:30:18 2020 +0100

    TMP: LOGGING UNAVAILABLE
---
 src/buildstream/sandbox/_sandboxremote.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/buildstream/sandbox/_sandboxremote.py 
b/src/buildstream/sandbox/_sandboxremote.py
index 41fb9e1..ed2ba2c 100644
--- a/src/buildstream/sandbox/_sandboxremote.py
+++ b/src/buildstream/sandbox/_sandboxremote.py
@@ -215,7 +215,7 @@ class SandboxRemote(SandboxREAPI):
             except grpc.RpcError as e:
                 status_code = e.code()
                 if status_code == grpc.StatusCode.UNAVAILABLE:
-                    raise SandboxError("Failed contacting remote execution 
server at {}.".format(self.exec_url))
+                    raise SandboxError("Failed contacting remote execution 
server at {}.\n\t{}".format(self.exec_url, e))
 
                 if status_code in (
                     grpc.StatusCode.INVALID_ARGUMENT,

Reply via email to