diff --git a/src/main/java/com/google/devtools/build/lib/actions/111 b/src/main/java/com/google/devtools/build/lib/actions/111 new file mode 100644 index 00000000000000..e69de29bb2d1d6 diff --git a/src/main/java/com/google/devtools/build/lib/actions/222 b/src/main/java/com/google/devtools/build/lib/actions/222 new file mode 100644 index 00000000000000..0d945517d2b99b --- /dev/null +++ b/src/main/java/com/google/devtools/build/lib/actions/222 @@ -0,0 +1,3 @@ +WARNING: detected http_proxy set in env, setting no_proxy for localhost. +Starting local Bazel server and connecting to it... +^C \ No newline at end of file diff --git a/src/main/java/com/google/devtools/build/lib/remote/AbstractRemoteActionCache.java b/src/main/java/com/google/devtools/build/lib/remote/AbstractRemoteActionCache.java index e052071ce829f8..8030b7b6b6dece 100644 --- a/src/main/java/com/google/devtools/build/lib/remote/AbstractRemoteActionCache.java +++ b/src/main/java/com/google/devtools/build/lib/remote/AbstractRemoteActionCache.java @@ -254,6 +254,7 @@ public void onFailure(Throwable t) { // We don't propagate the downloadException, as this is a recoverable error and the cause // of the build failure is really that we couldn't delete output files. + System.out.print(e); throw new EnvironmentalExecException( "Failed to delete output files after incomplete " + "download. Cannot continue with local execution.",