Github user rhtyd commented on the pull request:

    https://github.com/apache/cloudstack/pull/1540#issuecomment-219474182
  
    @swill I looked at recent Jenkins errors and they seem to be environment 
related:
    
    1. Jenkins failed during initialization to checkout the git tag/sha, it 
fails to do a clean up. I would do a git clean -fdx && git checkout -- . && git 
fetch origin; before checking out target branch and applying the PR. I don't 
know who has access to the Jenkins job and can fix it.
    
    2. There seem be a recurring NPE issue with corbertura maven plugin, I 
don't know how to fix it. We can perhaps try to update the version to latest 
(this probably is a Jenkins plugin, so INFRA needs to fix it).
    
    ```
    Exception in thread "main" java.lang.NullPointerException
        at 
net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler.saveCoverageData(CoverageDataFileHandler.java:138)
        at 
net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler.saveCoverageData(CoverageDataFileHandler.java:115)
        at 
net.sourceforge.cobertura.instrument.Main.parseArguments(Main.java:404)
        at net.sourceforge.cobertura.instrument.Main.main(Main.java:421)
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to