You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by asdf2014 <gi...@git.apache.org> on 2017/09/06 02:12:22 UTC

[GitHub] zookeeper issue #361: ZOOKEEPER-2892: Improve lazy initialize and close stre...

Github user asdf2014 commented on the issue:

    https://github.com/apache/zookeeper/pull/361
  
    Seems like jenkins cannot work normally? @hanm 
    
    ```bash
    GitHub pull request #361 to apache/zookeeper
    [EnvInject] - Loading node environment variables.
    ERROR: SEVERE ERROR occurs
    org.jenkinsci.lib.envinject.EnvInjectException: java.io.IOException: Remote call on H5 failed
    	at org.jenkinsci.plugins.envinject.EnvInjectListener.loadEnvironmentVariablesNode(EnvInjectListener.java:86)
    	at org.jenkinsci.plugins.envinject.EnvInjectListener.setUpEnvironment(EnvInjectListener.java:43)
    	at hudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:528)
    	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:448)
    	at hudson.model.Run.execute(Run.java:1735)
    	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    	at hudson.model.ResourceController.execute(ResourceController.java:97)
    	at hudson.model.Executor.run(Executor.java:405)
    Caused by: java.io.IOException: Remote call on H5 failed
    	at hudson.remoting.Channel.call(Channel.java:838)
    	at hudson.FilePath.act(FilePath.java:1081)
    	at org.jenkinsci.plugins.envinject.service.EnvInjectActionSetter.addEnvVarsToRun(EnvInjectActionSetter.java:59)
    	at org.jenkinsci.plugins.envinject.EnvInjectListener.loadEnvironmentVariablesNode(EnvInjectListener.java:83)
    	... 7 more
    Caused by: java.lang.OutOfMemoryError: Java heap space
    ERROR: Step ?Archive the artifacts? failed: no workspace for PreCommit-ZOOKEEPER-github-pr-build #998
    ERROR: Step ?Publish JUnit test result report? failed: no workspace for PreCommit-ZOOKEEPER-github-pr-build #998
    [description-setter] Could not determine description.
    Putting comment on the pull request
    [EnvInject] - [ERROR] - SEVERE ERROR occurs: Remote call on H5 failed
    Email was triggered for: Failure - Any
    Sending email for trigger: Failure - Any
    Sending email to: dev@zookeeper.apache.org
    Warning: this build has no associated authentication, so build permissions may be lacking, and downstream projects which cannot even be seen by an anonymous user will be silently skipped
    Finished: FAILURE
    ```


---