See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_Spark3/2946/display/redirect?page=changes>
Changes: [noreply] Bump cloud.google.com/go/bigquery from 1.49.0 to 1.50.0 in /sdks ------------------------------------------ Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on apache-beam-jenkins-3 (beam) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_XVR_Spark3/ws/> The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Cloning repository https://github.com/apache/beam.git > git init <https://ci-beam.apache.org/job/beam_PostCommit_XVR_Spark3/ws/src> > # timeout=10 Fetching upstream changes from https://github.com/apache/beam.git > git --version # timeout=10 > git --version # 'git version 2.25.1' > git fetch --no-tags --force --progress --depth=1 -- > https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* # > timeout=10 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # > timeout=10 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10 Using shallow fetch with depth 1 Fetching upstream changes from https://github.com/apache/beam.git > git fetch --no-tags --force --progress --depth=1 -- > https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* > +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # > timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision e19d305763c4d7f47ce7a3f5fb029191f7fe8170 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f e19d305763c4d7f47ce7a3f5fb029191f7fe8170 # timeout=10 Commit message: "Bump cloud.google.com/go/bigquery from 1.49.0 to 1.50.0 in /sdks (#26094)" > git rev-list --no-walk c6f8e0be1a51a32730754934c3f40eaae39d0f98 # timeout=10 No emails were triggered. [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content SETUPTOOLS_USE_DISTUTILS=stdlib SPARK_LOCAL_IP=127.0.0.1 [EnvInject] - Variables injected successfully. [beam_PostCommit_XVR_Spark3] $ /bin/bash -xe /tmp/jenkins6911183542690701244.sh + echo '*** RUN CROSS-LANGUAGE SPARK3 USING PYTHON 3.7 ***' *** RUN CROSS-LANGUAGE SPARK3 USING PYTHON 3.7 *** [Gradle] - Launching build. [src] $ <https://ci-beam.apache.org/job/beam_PostCommit_XVR_Spark3/ws/src/gradlew> --continue --max-workers=8 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx6g -Dorg.gradle.vfs.watch=false -Pdocker-pull-licenses -PpythonVersion=3.7 -PskipNonPythonTask=false :runners:spark:3:job-server:validatesCrossLanguageRunner ERROR: Build step failed with exception java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached at java.base/java.lang.Thread.start0(Native Method) at java.base/java.lang.Thread.start(Thread.java:798) at java.base/java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:937) at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1354) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) at jenkins.util.InterceptingExecutorService.submit(InterceptingExecutorService.java:36) at jenkins.util.InterceptingExecutorService.submit(InterceptingExecutorService.java:36) at hudson.remoting.DelegatingExecutorService.submit(DelegatingExecutorService.java:52) at hudson.remoting.InterceptingExecutorService.submit(InterceptingExecutorService.java:50) at hudson.remoting.InterceptingExecutorService.submit(InterceptingExecutorService.java:44) at org.jenkinsci.remoting.util.AnonymousClassWarnings.check(AnonymousClassWarnings.java:66) at org.jenkinsci.remoting.util.AnonymousClassWarnings$1.annotateClass(AnonymousClassWarnings.java:123) at java.base/java.io.ObjectOutputStream.writeNonProxyDesc(ObjectOutputStream.java:1281) at java.base/java.io.ObjectOutputStream.writeClassDesc(ObjectOutputStream.java:1222) at java.base/java.io.ObjectOutputStream.writeNonProxyDesc(ObjectOutputStream.java:1285) at java.base/java.io.ObjectOutputStream.writeClassDesc(ObjectOutputStream.java:1222) at java.base/java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1418) at java.base/java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1169) at java.base/java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1543) at java.base/java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1500) at java.base/java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1423) at java.base/java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1169) at java.base/java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:345) at hudson.remoting.Command.writeTo(Command.java:111) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.write(AbstractSynchronousByteArrayCommandTransport.java:42) at hudson.remoting.Channel.send(Channel.java:765) at hudson.remoting.Request.call(Request.java:167) at hudson.remoting.Channel.call(Channel.java:999) Caused: java.io.IOException: Remote call on apache-beam-jenkins-3 failed at hudson.remoting.Channel.call(Channel.java:1004) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285) Caused: hudson.remoting.RemotingSystemException at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:301) at com.sun.proxy.$Proxy142.getIOtriplet(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.<init>(Launcher.java:1184) at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1124) at hudson.Launcher$ProcStarter.start(Launcher.java:509) at hudson.Launcher$ProcStarter.join(Launcher.java:520) at hudson.plugins.gradle.Gradle.perform(Gradle.java:317) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814) at hudson.model.Build$BuildExecution.build(Build.java:199) at hudson.model.Build$BuildExecution.doRun(Build.java:164) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:522) at hudson.model.Run.execute(Run.java:1896) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) at hudson.model.ResourceController.execute(ResourceController.java:101) at hudson.model.Executor.run(Executor.java:442) Build step 'Invoke Gradle script' marked build as failure --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
