You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2021/04/20 17:20:01 UTC

[jira] [Commented] (BEAM-11840) Jenkins job stuck on Jacoco

    [ https://issues.apache.org/jira/browse/BEAM-11840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325978#comment-17325978 ] 

Beam JIRA Bot commented on BEAM-11840:
--------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it has been labeled "stale-P2". If this issue is still affecting you, we care! Please comment and remove the label. Otherwise, in 14 days the issue will be moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed explanation of what these priorities mean.


> Jenkins job stuck on Jacoco
> ---------------------------
>
>                 Key: BEAM-11840
>                 URL: https://issues.apache.org/jira/browse/BEAM-11840
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>            Reporter: Kyle Weaver
>            Priority: P2
>              Labels: stale-P2
>
> The Gradle task for beam_PreCommit_Java_Commit completed successfully, but then the job got stuck on the jacoco plugin step for 5 hours until I terminated the job manually.
> https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/16098/
> 14:26:03 [JaCoCo plugin] Source Inclusions: null
> 14:26:03 [JaCoCo plugin] Source Exclusions: nullERROR: Step ‘Record JaCoCo coverage report’ aborted due to exception: 
> 18:41:11 java.lang.InterruptedException
> 18:41:11 	at java.lang.Object.wait(Native Method)
> 18:41:11 	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175)
> 18:41:11 Caused: java.io.IOException
> 18:41:11 	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:177)
> 18:41:11 	at hudson.util.HeadBufferingStream.read(HeadBufferingStream.java:61)
> 18:41:11 	at com.jcraft.jzlib.InflaterInputStream.fill(InflaterInputStream.java:175)
> 18:41:11 	at com.jcraft.jzlib.InflaterInputStream.read(InflaterInputStream.java:106)
> 18:41:11 	at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.read(TarArchiveInputStream.java:639)
> 18:41:11 	at java.io.InputStream.read(InputStream.java:101)
> 18:41:11 	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2314)
> 18:41:11 	at org.apache.commons.io.IOUtils.copy(IOUtils.java:2270)
> 18:41:11 	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2291)
> 18:41:11 	at org.apache.commons.io.IOUtils.copy(IOUtils.java:2246)
> 18:41:11 	at hudson.util.IOUtils.copy(IOUtils.java:43)
> 18:41:11 	at hudson.FilePath.readFromTar(FilePath.java:2602)
> 18:41:11 Caused: java.io.IOException: Failed to extract /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Commit/src/examples/java/src/main/java/null
> 18:41:11 	at hudson.FilePath.readFromTar(FilePath.java:2612)
> 18:41:11 	at hudson.FilePath.copyRecursiveTo(FilePath.java:2390)
> 18:41:11 	at hudson.FilePath.copyRecursiveTo(FilePath.java:2354)
> 18:41:11 	at hudson.FilePath.copyRecursiveTo(FilePath.java:2342)
> 18:41:11 	at hudson.plugins.jacoco.JacocoReportDir.saveSourcesFrom(JacocoReportDir.java:48)
> 18:41:11 	at hudson.plugins.jacoco.JacocoPublisher.perform(JacocoPublisher.java:653)
> 18:41:11 	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
> 18:41:11 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
> 18:41:11 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
> 18:41:11 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
> 18:41:11 	at hudson.model.Build$BuildExecution.post2(Build.java:186)
> 18:41:11 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
> 18:41:11 	at hudson.model.Run.execute(Run.java:1905)
> 18:41:11 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
> 18:41:11 	at hudson.model.ResourceController.execute(ResourceController.java:97)
> 18:41:11 	at hudson.model.Executor.run(Executor.java:428)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)