See <https://builds.apache.org/job/dir-kerby-openjdk/567/display/redirect>
Changes: ------------------------------------------ Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on H30 (ubuntu) in workspace <https://builds.apache.org/job/dir-kerby-openjdk/ws/> No credentials specified Cloning the remote Git repository Cloning repository https://git-wip-us.apache.org/repos/asf/directory-kerby.git > git init <https://builds.apache.org/job/dir-kerby-openjdk/ws/> # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/directory-kerby.git > git --version # timeout=10 > git fetch --tags --progress -- > https://git-wip-us.apache.org/repos/asf/directory-kerby.git > +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/directory-kerby.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # > timeout=10 > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/directory-kerby.git # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/directory-kerby.git > git fetch --tags --progress -- > https://git-wip-us.apache.org/repos/asf/directory-kerby.git > +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/trunk^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10 Checking out Revision c778e283e12b294ea5d5322edd97e0f711ba5f1a (refs/remotes/origin/trunk) > git config core.sparsecheckout # timeout=10 > git checkout -f c778e283e12b294ea5d5322edd97e0f711ba5f1a Commit message: "Merge pull request #46 from michael-o/trunk" > git rev-list --no-walk c778e283e12b294ea5d5322edd97e0f711ba5f1a # timeout=10 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 34867 maven35-agent.jar already up to date maven35-interceptor.jar already up to date maven3-interceptor-commons.jar already up to date [dir-kerby-openjdk] $ /home/jenkins/tools/java/latest11/bin/java -Xmx512m -cp /home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/latest3/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3/ /home/jenkins/jenkins-slave/remoting.jar /home/jenkins/jenkins-slave/maven35-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 34867 [0.231s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 4k, detached. [0.241s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached. Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" 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:803) at java.base/jdk.internal.ref.CleanerImpl.start(CleanerImpl.java:118) at java.base/java.lang.ref.Cleaner.create(Cleaner.java:203) at java.base/jdk.internal.ref.CleanerFactory.<clinit>(CleanerFactory.java:42) at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:724) at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:844) at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:247) at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:177) at java.base/java.util.jar.JarFile.<init>(JarFile.java:346) at java.base/jdk.internal.loader.URLClassPath$JarLoader.getJarFile(URLClassPath.java:813) at java.base/jdk.internal.loader.URLClassPath$JarLoader$1.run(URLClassPath.java:758) at java.base/jdk.internal.loader.URLClassPath$JarLoader$1.run(URLClassPath.java:751) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/jdk.internal.loader.URLClassPath$JarLoader.ensureOpen(URLClassPath.java:750) at java.base/jdk.internal.loader.URLClassPath$JarLoader.<init>(URLClassPath.java:725) at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:493) at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:476) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:475) at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:444) at java.base/jdk.internal.loader.URLClassPath.getResource(URLClassPath.java:313) at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:695) at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:621) at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:579) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:398) at java.base/sun.launcher.LauncherHelper.loadMainClass(LauncherHelper.java:760) at java.base/sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:655) ERROR: Failed to launch Maven. Exit code = 1 FATAL: Remote call on H30 failed Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H30 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:957) at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1086) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510) at hudson.model.Run.execute(Run.java:1815) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) java.lang.NoClassDefFoundError: Could not initialize class hudson.slaves.SlaveComputer at hudson.util.ProcessTree.get(ProcessTree.java:414) at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1103) at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1094) 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 java.lang.Thread.run(Thread.java:748) Caused: java.io.IOException: Remote call on H30 failed at hudson.remoting.Channel.call(Channel.java:963) at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1086) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510) at hudson.model.Run.execute(Run.java:1815) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429)
