You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuweni.apache.org by GitBox <gi...@apache.org> on 2019/04/08 20:32:36 UTC

[GitHub] [incubator-tuweni] jrhea edited a comment on issue #3: Return message hash from sendGossipMessage in Plumtree

jrhea edited a comment on issue #3: Return message hash from sendGossipMessage in Plumtree
URL: https://github.com/apache/incubator-tuweni/pull/3#issuecomment-480994289
 
 
   So this build ran on a Windows machine:
   ![image](https://user-images.githubusercontent.com/5555162/55754538-7e83f880-5a12-11e9-8b21-50927065a0e2.png)
   
   and failed  with this error:
   
   ```
   Caused: java.io.IOException: Cannot run program "/bin/bash" (in directory "f:\jenkins\jenkins-slave\workspace\Apache Tuweni\CI"): CreateProcess error=2, The system cannot find the file specified
   	at java.lang.ProcessBuilder.start(Unknown Source)
   	at hudson.Proc$LocalProc.<init>(Proc.java:249)
   	at hudson.Proc$LocalProc.<init>(Proc.java:218)
   	at hudson.Launcher$LocalLauncher.launch(Launcher.java:936)
   	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
   	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1313)
   	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1266)
   	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
   	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
   	at hudson.remoting.Request$2.run(Request.java:369)
   	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
   	at java.util.concurrent.FutureTask.run(Unknown Source)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
   	at java.lang.Thread.run(Unknown Source)
   Build step 'Execute shell' marked build as failure
   ```
   
   The previous successful build was (7)[https://builds.apache.org/job/Apache%20Tuweni/job/CI/lastStableBuild/] and was run on ubuntu:
   
   ![image](https://user-images.githubusercontent.com/5555162/55754573-92c7f580-5a12-11e9-8871-3bd013fd3f3a.png)
   
   > (Build 6)[https://builds.apache.org/job/Apache%20Tuweni/job/CI/6/console] seems to also have failed with the same error while running on Windows.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org