khos2ow commented on issue #2613: Cleanup POMs URL: https://github.com/apache/cloudstack/pull/2613#issuecomment-406393616 @rafaelweingartner it might be because of timeout issue of some sorts. previously PMD wasn't running for all the projects which this PR changes that, and it breaks at the end of the job while preparing PMD reports: ``` [PMD] Successfully parsed file /home/jenkins/jenkins-slave/workspace/cloudstack-pr-analysis/utils/target/pmd.xml with 137579 unique warnings and 127 duplicates. <Git Blamer> Using GitBlamer to create author and commit information for all warnings. <Git Blamer> GIT_COMMIT=40e8287b158cab4422df81946d570d5a4f74feea, workspace=/home/jenkins/jenkins-slave/workspace/cloudstack-pr-analysis > git rev-parse 40e8287b158cab4422df81946d570d5a4f74feea^{commit} # timeout=10 <Git Blamer> No blame results for request <plugins/network-elements/brocade-vcs/target/generated-sources/xjc3/com/cloud/network/schema/showvcs/ObjectFactory.java - [36]>. <Git Blamer> No blame results for request <plugins/network-elements/brocade-vcs/target/generated-sources/xjc2/com/cloud/network/schema/portprofile/ObjectFactory.java - [36, 29]>. <Git Blamer> No blame results for request <plugins/network-elements/brocade-vcs/target/generated-sources/xjc1/com/cloud/network/schema/interfacevlan/Vlan.java - [89, 75, 43, 61]>. <Git Blamer> No blame results for request <plugins/network-elements/brocade-vcs/target/generated-sources/xjc2/com/cloud/network/schema/portprofile/PortProfile.java - [305, 69, 150, 278, 102, 198, 247, 329, 76, 126, 174]>. <Git Blamer> No blame results for request <plugins/network-elements/brocade-vcs/target/generated-sources/xjc2/com/cloud/network/schema/portprofile/VlanProfile.java - [163, 260, 519, 233, 587, 139, 112, 337, 503, 312, 475, 412, 284]>. <Git Blamer> No blame results for request <plugins/network-elements/brocade-vcs/target/generated-sources/xjc2/com/cloud/network/schema/portprofile/PortProfileGlobal.java - [67]>. <Git Blamer> No blame results for request <plugins/network-elements/brocade-vcs/target/generated-sources/xjc1/com/cloud/network/schema/interfacevlan/Interface.java - [67]>. <Git Blamer> No blame results for request <plugins/network-elements/brocade-vcs/target/generated-sources/xjc1/com/cloud/network/schema/interfacevlan/InterfaceVlan.java - [45, 67]>. Agent went offline during the build ERROR: Connection was broken: java.io.EOFException at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2679) at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3154) at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862) at java.io.ObjectInputStream.<init>(ObjectInputStream.java:358) at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:48) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63) Caused: java.io.IOException: Unexpected termination of the channel at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77) Build step 'Publish PMD analysis results' marked build as failure ERROR: Step ?Publish duplicate code analysis results? failed: no workspace for cloudstack-pr-analysis #7418 ERROR: Step ?Archive the artifacts? failed: no workspace for cloudstack-pr-analysis #7418 ERROR: Step ?Publish Cobertura Coverage Report? failed: no workspace for cloudstack-pr-analysis #7418 ERROR: Step ?Publish OpenClover coverage report? failed: no workspace for cloudstack-pr-analysis #7418 Putting comment on the pull request ERROR: H31 is offline; cannot locate JDK 1.8 (latest) ERROR: H31 is offline; cannot locate JDK 1.8 (latest) Finished: FAILURE ``` The last `<Git Blamer>` took a long time (I didn't pay close attention, but something like 5 minutes I guess).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
