You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/04/15 09:38:32 UTC

Build failed in Jenkins: beam_PostCommit_Java_PVR_Flink_Batch #1305

See <https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/1305/display/redirect>

------------------------------------------
Started by GitHub push by iemejia
Started by GitHub push by iemejia
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-1 (beam) in workspace /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_PVR_Flink_Batch
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Error performing command: git rev-parse --is-inside-work-tree
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2049)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2010)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2006)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1638)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1650)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:300)
	at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:232)
	at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	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(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Cannot run program "git" (in directory "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_PVR_Flink_Batch/src"): error=28, No space left on device
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	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 org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2038)
	... 21 more
Caused by: java.io.IOException: error=28, No space left on device
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	... 26 more
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_PVR_Flink_Batch/src # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_PVR_Flink_Batch/src
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:813)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:605)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	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(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 140.111.238.35.bc.googleusercontent.com/35.238.111.140:54616
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor927.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy134.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Error performing git command
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2051)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2010)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2006)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1638)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:811)
	... 12 more
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:717)
	at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1378)
	at java.lang.UNIXProcess.initStreams(UNIXProcess.java:288)
	at java.lang.UNIXProcess.lambda$new$2(UNIXProcess.java:258)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:257)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	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 org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2038)
	... 16 more
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
FATAL: java.nio.channels.ClosedChannelException
java.nio.channels.ClosedChannelException
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 140.111.238.35.bc.googleusercontent.com/35.238.111.140:54616
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.Request.call(Request.java:202)
		at hudson.remoting.Channel.call(Channel.java:954)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.mkdirs(FilePath.java:1246)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.remoting.RequestAbortedException
	at hudson.remoting.Request.abort(Request.java:340)
	at hudson.remoting.Channel.terminate(Channel.java:1038)
	at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer.onReadClosed(ChannelApplicationLayer.java:209)
	at org.jenkinsci.remoting.protocol.ApplicationLayer.onRecvClosed(ApplicationLayer.java:222)
	at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
	at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:181)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.switchToNoSecure(SSLEngineFilterLayer.java:283)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processWrite(SSLEngineFilterLayer.java:503)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processQueuedWrites(SSLEngineFilterLayer.java:248)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.doSend(SSLEngineFilterLayer.java:200)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.doCloseSend(SSLEngineFilterLayer.java:213)
	at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.doCloseSend(ProtocolStack.java:784)
	at org.jenkinsci.remoting.protocol.ApplicationLayer.doCloseWrite(ApplicationLayer.java:173)
	at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer$ByteBufferCommandTransport.closeWrite(ChannelApplicationLayer.java:314)
	at hudson.remoting.Channel.close(Channel.java:1450)
	at hudson.remoting.Channel.close(Channel.java:1403)
	at hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:821)
	at hudson.slaves.SlaveComputer.access$800(SlaveComputer.java:105)
	at hudson.slaves.SlaveComputer$3.run(SlaveComputer.java:737)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
ERROR: apache-beam-jenkins-1 is offline; cannot locate JDK 1.8 (latest)

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PostCommit_Java_PVR_Flink_Batch #1307

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/1307/display/redirect>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Java_PVR_Flink_Batch #1306

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/1306/display/redirect?page=changes>

Changes:

[kcweaver] [BEAM-7067] make cleanArtifactsPerJob configurable for Flink job server

[iemejia] [BEAM-7075] Create Redis embedded server on @BeforeClass and simplify

[iemejia] [BEAM-7076] Update Spark runner to use spark version 2.4.1

[iemejia] [BEAM-7076] Multiple static analysis fixes on Spark runner

------------------------------------------
[...truncated 83.92 KB...]
org.apache.beam.sdk.transforms.CreateTest > testCreateWithVoidType FAILED
    java.lang.IllegalArgumentException at CreateTest.java:325
        Caused by: java.lang.reflect.InvocationTargetException at CreateTest.java:325
            Caused by: java.io.IOException at CreateTest.java:325
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.CreateTest > testCreate FAILED
    java.lang.IllegalArgumentException at CreateTest.java:90
        Caused by: java.lang.reflect.InvocationTargetException at CreateTest.java:90
            Caused by: java.io.IOException at CreateTest.java:90
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoSchemaTest > testReadAndWrite FAILED
    java.lang.IllegalArgumentException at ParDoSchemaTest.java:142
        Caused by: java.lang.reflect.InvocationTargetException at ParDoSchemaTest.java:142
            Caused by: java.io.IOException at ParDoSchemaTest.java:142
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoSchemaTest > testSchemasPassedThrough FAILED
    java.lang.IllegalArgumentException at ParDoSchemaTest.java:408
        Caused by: java.lang.reflect.InvocationTargetException at ParDoSchemaTest.java:408
            Caused by: java.io.IOException at ParDoSchemaTest.java:408
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoSchemaTest > testInferredSchemaPipeline FAILED
    java.lang.IllegalArgumentException at ParDoSchemaTest.java:395
        Caused by: java.lang.reflect.InvocationTargetException at ParDoSchemaTest.java:395
            Caused by: java.io.IOException at ParDoSchemaTest.java:395
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoSchemaTest > testFieldAccessSchemaPipeline FAILED
    java.lang.IllegalArgumentException at ParDoSchemaTest.java:316
        Caused by: java.lang.reflect.InvocationTargetException at ParDoSchemaTest.java:316
            Caused by: java.io.IOException at ParDoSchemaTest.java:316
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoSchemaTest > testSimpleSchemaPipeline FAILED
    java.lang.IllegalArgumentException at ParDoSchemaTest.java:90
        Caused by: java.lang.reflect.InvocationTargetException at ParDoSchemaTest.java:90
            Caused by: java.io.IOException at ParDoSchemaTest.java:90
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoSchemaTest > testSchemaConversionPipeline FAILED
    java.lang.IllegalArgumentException at ParDoSchemaTest.java:443
        Caused by: java.lang.reflect.InvocationTargetException at ParDoSchemaTest.java:443
            Caused by: java.io.IOException at ParDoSchemaTest.java:443
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoSchemaTest > testReadAndWriteWithSchemaRegistry FAILED
    java.lang.IllegalArgumentException at ParDoSchemaTest.java:281
        Caused by: java.lang.reflect.InvocationTargetException at ParDoSchemaTest.java:281
            Caused by: java.io.IOException at ParDoSchemaTest.java:281
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoSchemaTest > testReadAndWriteMultiOutput FAILED
    java.lang.IllegalArgumentException at ParDoSchemaTest.java:236
        Caused by: java.lang.reflect.InvocationTargetException at ParDoSchemaTest.java:236
            Caused by: java.io.IOException at ParDoSchemaTest.java:236
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoTest$TimerCoderInferenceTests > testValueStateCoderInferenceFromInputCoder FAILED
    java.lang.IllegalArgumentException at ParDoTest.java:3305
        Caused by: java.lang.reflect.InvocationTargetException at ParDoTest.java:3305
            Caused by: java.io.IOException at ParDoTest.java:3305
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoTest$TimerCoderInferenceTests > testValueStateCoderInference FAILED
    java.lang.IllegalArgumentException at ParDoTest.java:3235
        Caused by: java.lang.reflect.InvocationTargetException at ParDoTest.java:3235
            Caused by: java.io.IOException at ParDoTest.java:3235
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testParDoWithOnlyTaggedOutput FAILED
    java.lang.IllegalArgumentException at ParDoTest.java:687
        Caused by: java.lang.reflect.InvocationTargetException at ParDoTest.java:687
            Caused by: java.io.IOException at ParDoTest.java:687
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testMultiOutputParDoWithSideInputs FAILED
    java.lang.IllegalArgumentException at ParDoTest.java:809
        Caused by: java.lang.reflect.InvocationTargetException at ParDoTest.java:809
            Caused by: java.io.IOException at ParDoTest.java:809
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testSideInputsWithMultipleWindows FAILED
    java.lang.IllegalArgumentException at ParDoTest.java:895
        Caused by: java.lang.reflect.InvocationTargetException at ParDoTest.java:895
            Caused by: java.io.IOException at ParDoTest.java:895
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testParDoEmptyWithTaggedOutput FAILED
    java.lang.IllegalArgumentException at ParDoTest.java:634
        Caused by: java.lang.reflect.InvocationTargetException at ParDoTest.java:634
            Caused by: java.io.IOException at ParDoTest.java:634
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testParDoWithTaggedOutput FAILED
    java.lang.IllegalArgumentException at ParDoTest.java:592
        Caused by: java.lang.reflect.InvocationTargetException at ParDoTest.java:592
            Caused by: java.io.IOException at ParDoTest.java:592
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testMultiOutputParDoWithSideInputsIsCumulative FAILED
    java.lang.IllegalArgumentException at ParDoTest.java:847
        Caused by: java.lang.reflect.InvocationTargetException at ParDoTest.java:847
            Caused by: java.io.IOException at ParDoTest.java:847
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testParDoWithEmptyTaggedOutput FAILED
    java.lang.IllegalArgumentException at ParDoTest.java:658
        Caused by: java.lang.reflect.InvocationTargetException at ParDoTest.java:658
            Caused by: java.io.IOException at ParDoTest.java:658
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testParDoWithSideInputs FAILED
    java.lang.IllegalArgumentException at ParDoTest.java:737
        Caused by: java.lang.reflect.InvocationTargetException at ParDoTest.java:737
            Caused by: java.io.IOException at ParDoTest.java:737
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoTest$MultipleInputsAndOutputTests > testParDoWithSideInputsIsCumulative FAILED
    java.lang.IllegalArgumentException at ParDoTest.java:771
        Caused by: java.lang.reflect.InvocationTargetException at ParDoTest.java:771
            Caused by: java.io.IOException at ParDoTest.java:771
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ParDoTest$LifecycleTests > testWindowingInStartAndFinishBundle FAILED
    java.lang.IllegalArgumentException at ParDoTest.java:1220
        Caused by: java.lang.reflect.InvocationTargetException at ParDoTest.java:1220
            Caused by: java.io.IOException at ParDoTest.java:1220
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.windowing.WindowingTest > testMergingWindowing FAILED
    java.lang.IllegalArgumentException at WindowingTest.java:168
        Caused by: java.lang.reflect.InvocationTargetException at WindowingTest.java:168
            Caused by: java.io.IOException at WindowingTest.java:168
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.windowing.WindowingTest > testWindowPreservation FAILED
    java.lang.IllegalArgumentException at WindowingTest.java:197
        Caused by: java.lang.reflect.InvocationTargetException at WindowingTest.java:197
            Caused by: java.io.IOException at WindowingTest.java:197
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.windowing.WindowingTest > testNonPartitioningWindowing FAILED
    java.lang.IllegalArgumentException at WindowingTest.java:150
        Caused by: java.lang.reflect.InvocationTargetException at WindowingTest.java:150
            Caused by: java.io.IOException at WindowingTest.java:150
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.windowing.WindowingTest > testPartitioningWindowing FAILED
    java.lang.IllegalArgumentException at WindowingTest.java:126
        Caused by: java.lang.reflect.InvocationTargetException at WindowingTest.java:126
            Caused by: java.io.IOException at WindowingTest.java:126
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.windowing.WindowTest > testTimestampCombinerEndOfWindow FAILED
    java.lang.IllegalArgumentException at WindowTest.java:498
        Caused by: java.lang.reflect.InvocationTargetException at WindowTest.java:498
            Caused by: java.io.IOException at WindowTest.java:498
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.windowing.WindowTest > testTimestampCombinerDefault FAILED
    java.lang.IllegalArgumentException at WindowTest.java:468
        Caused by: java.lang.reflect.InvocationTargetException at WindowTest.java:468
            Caused by: java.io.IOException at WindowTest.java:468
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.windowing.WindowTest > testNoWindowFnDoesNotReassignWindows FAILED
    java.lang.IllegalArgumentException at WindowTest.java:434
        Caused by: java.lang.reflect.InvocationTargetException at WindowTest.java:434
            Caused by: java.io.IOException at WindowTest.java:434
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.WithTimestampsTest > withTimestampsShouldApplyTimestamps FAILED
    java.lang.IllegalArgumentException at WithTimestampsTest.java:78
        Caused by: java.lang.reflect.InvocationTargetException at WithTimestampsTest.java:78
            Caused by: java.io.IOException at WithTimestampsTest.java:78
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.WithTimestampsTest > withTimestampsBackwardsInTimeAndWithAllowedTimestampSkewShouldSucceed FAILED
    java.lang.IllegalArgumentException at WithTimestampsTest.java:142
        Caused by: java.lang.reflect.InvocationTargetException at WithTimestampsTest.java:142
            Caused by: java.io.IOException at WithTimestampsTest.java:142
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.WithTimestampsTest > withTimestampsLambdaShouldApplyTimestamps FAILED
    java.lang.IllegalArgumentException at WithTimestampsTest.java:205
        Caused by: java.lang.reflect.InvocationTargetException at WithTimestampsTest.java:205
            Caused by: java.io.IOException at WithTimestampsTest.java:205
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ReifyTimestampsTest > extractFromValuesWhenValueTimestampedLaterSucceeds FAILED
    java.lang.IllegalArgumentException at ReifyTimestampsTest.java:128
        Caused by: java.lang.reflect.InvocationTargetException at ReifyTimestampsTest.java:128
            Caused by: java.io.IOException at ReifyTimestampsTest.java:128
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ReifyTimestampsTest > extractFromValuesSucceeds FAILED
    java.lang.IllegalArgumentException at ReifyTimestampsTest.java:92
        Caused by: java.lang.reflect.InvocationTargetException at ReifyTimestampsTest.java:92
            Caused by: java.io.IOException at ReifyTimestampsTest.java:92
                Caused by: java.net.BindException

org.apache.beam.sdk.transforms.ReifyTimestampsTest > inValuesSucceeds FAILED
    java.lang.IllegalArgumentException at ReifyTimestampsTest.java:60
        Caused by: java.lang.reflect.InvocationTargetException at ReifyTimestampsTest.java:60
            Caused by: java.io.IOException at ReifyTimestampsTest.java:60
                Caused by: java.net.BindException

org.apache.beam.sdk.io.CountingSourceTest > testUnboundedSourceSplits FAILED
    java.lang.IllegalArgumentException at CountingSourceTest.java:246
        Caused by: java.lang.reflect.InvocationTargetException at CountingSourceTest.java:246
            Caused by: java.io.IOException at CountingSourceTest.java:246
                Caused by: java.net.BindException

org.apache.beam.sdk.io.CountingSourceTest > testBoundedSourceSplits FAILED
    java.lang.IllegalArgumentException at CountingSourceTest.java:121
        Caused by: java.lang.reflect.InvocationTargetException at CountingSourceTest.java:121
            Caused by: java.io.IOException at CountingSourceTest.java:121
                Caused by: java.net.BindException

195 tests completed, 184 failed, 2 skipped

> Task :beam-runners-flink_2.11-job-server:validatesPortableRunnerBatch FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':beam-runners-flink_2.11-job-server:validatesPortableRunnerBatch'.
> There were failing tests. See the report at: file://<https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/ws/src/runners/flink/job-server/build/reports/tests/validatesPortableRunnerBatch/index.html>

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 48s
65 actionable tasks: 47 executed, 18 from cache

Publishing build scan...
https://gradle.com/s/vahisayfjnhwa

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org