-
Bug
-
Resolution: Fixed
-
Minor
-
Master on RHEL7.6
Worker on MacOS Big Sur
Jenkins 2.249.3
-
-
2.297, 2.287.2
As previously reported in JENKINS-6423, I have an exception after my build successfully completes. It only started happening this weekend, only on the Mac worker, right after I updated to Big Sur... It doesn't happen to every build, just seemingly random across jobs. It also doesn't always happen after the whole job is finished, it can happen after X out of Y steps.
20:53:05.897 FATAL: Bounds exceeds available space : size=1048576, offset=1048577 20:53:05.898 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to worker-mobile-01 20:53:05.898 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) 20:53:05.898 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) 20:53:05.898 at hudson.remoting.Channel.call(Channel.java:1001) 20:53:05.898 at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1147) 20:53:05.898 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510) 20:53:05.898 at hudson.model.Run.execute(Run.java:1894) 20:53:05.898 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 20:53:05.898 at hudson.model.ResourceController.execute(ResourceController.java:97) 20:53:05.898 at hudson.model.Executor.run(Executor.java:428) 20:53:05.898 java.lang.IndexOutOfBoundsException: Bounds exceeds available space : size=1048576, offset=1048577 20:53:05.898 at com.sun.jna.Memory.boundsCheck(Memory.java:221) 20:53:05.898 at com.sun.jna.Memory.getByte(Memory.java:443) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess$1StringArrayMemory.readString(ProcessTree.java:1739) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess.parse(ProcessTree.java:1811) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess.getEnvironmentVariables(ProcessTree.java:1688) 20:53:05.898 at hudson.util.ProcessTree$OSProcess.hasMatchingEnvVars(ProcessTree.java:339) 20:53:05.898 at hudson.util.ProcessTree$Unix.killAll(ProcessTree.java:733) 20:53:05.898 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1164) 20:53:05.898 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1155) 20:53:05.898 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 20:53:05.898 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 20:53:05.898 at hudson.remoting.Request$2.run(Request.java:375) 20:53:05.898 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) 20:53:05.898 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 20:53:05.898 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 20:53:05.898 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 20:53:05.898 at java.lang.Thread.run(Thread.java:748)
- is duplicated by
-
JENKINS-65517 FATAL: Bounds exceeds available space : size=1048576, offset=1048577 java.lang.IndexOutOfBoundsException: Bounds exceeds available space
-
- Resolved
-
- links to
[JENKINS-64347] Bounds exceeds available space exception after successful build-step
Description |
Original:
As previously reported in *20:53:05.897* FATAL: Bounds exceeds available space : size=1048576, offset=1048577*20:53:05.898* Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to worker-mobile-01*20:53:05.898* at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)*20:53:05.898* at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)*20:53:05.898* at hudson.remoting.Channel.call(Channel.java:1001)*20:53:05.898* at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1147)*20:53:05.898* at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510)*20:53:05.898* at hudson.model.Run.execute(Run.java:1894)*20:53:05.898* at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)*20:53:05.898* at hudson.model.ResourceController.execute(ResourceController.java:97)*20:53:05.898* at hudson.model.Executor.run(Executor.java:428)*20:53:05.898* java.lang.IndexOutOfBoundsException: Bounds exceeds available space : size=1048576, offset=1048577*20:53:05.898* at com.sun.jna.Memory.boundsCheck(Memory.java:221)*20:53:05.898* at com.sun.jna.Memory.getByte(Memory.java:443)*20:53:05.898* at hudson.util.ProcessTree$Darwin$DarwinProcess$1StringArrayMemory.readString(ProcessTree.java:1739)*20:53:05.898* at hudson.util.ProcessTree$Darwin$DarwinProcess.parse(ProcessTree.java:1811)*20:53:05.898* at hudson.util.ProcessTree$Darwin$DarwinProcess.getEnvironmentVariables(ProcessTree.java:1688)*20:53:05.898* at hudson.util.ProcessTree$OSProcess.hasMatchingEnvVars(ProcessTree.java:339)*20:53:05.898* at hudson.util.ProcessTree$Unix.killAll(ProcessTree.java:733)*20:53:05.898* at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1164)*20:53:05.898* at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1155)*20:53:05.898* at hudson.remoting.UserRequest.perform(UserRequest.java:211)*20:53:05.898* at hudson.remoting.UserRequest.perform(UserRequest.java:54)*20:53:05.898* at hudson.remoting.Request$2.run(Request.java:375)*20:53:05.898* at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)*20:53:05.898* at java.util.concurrent.FutureTask.run(FutureTask.java:266)*20:53:05.898* at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)*20:53:05.898* at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)*20:53:05.898* at java.lang.Thread.run(Thread.java:748) |
New:
As previously reported in {{20:53:05.897 FATAL: Bounds exceeds available space : size=1048576, offset=1048577 20:53:05.898 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to worker-mobile-01 20:53:05.898 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) 20:53:05.898 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) 20:53:05.898 at hudson.remoting.Channel.call(Channel.java:1001) 20:53:05.898 at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1147) 20:53:05.898 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510) 20:53:05.898 at hudson.model.Run.execute(Run.java:1894) 20:53:05.898 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 20:53:05.898 at hudson.model.ResourceController.execute(ResourceController.java:97) 20:53:05.898 at hudson.model.Executor.run(Executor.java:428) 20:53:05.898 java.lang.IndexOutOfBoundsException: Bounds exceeds available space : size=1048576, offset=1048577 20:53:05.898 at com.sun.jna.Memory.boundsCheck(Memory.java:221) 20:53:05.898 at com.sun.jna.Memory.getByte(Memory.java:443) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess$1StringArrayMemory.readString(ProcessTree.java:1739) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess.parse(ProcessTree.java:1811) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess.getEnvironmentVariables(ProcessTree.java:1688) 20:53:05.898 at hudson.util.ProcessTree$OSProcess.hasMatchingEnvVars(ProcessTree.java:339) 20:53:05.898 at hudson.util.ProcessTree$Unix.killAll(ProcessTree.java:733) 20:53:05.898 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1164) 20:53:05.898 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1155) 20:53:05.898 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 20:53:05.898 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 20:53:05.898 at hudson.remoting.Request$2.run(Request.java:375) 20:53:05.898 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) 20:53:05.898 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 20:53:05.898 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 20:53:05.898 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 20:53:05.898 at java.lang.Thread.run(Thread.java:748)}} |
Description |
Original:
As previously reported in {{20:53:05.897 FATAL: Bounds exceeds available space : size=1048576, offset=1048577 20:53:05.898 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to worker-mobile-01 20:53:05.898 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) 20:53:05.898 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) 20:53:05.898 at hudson.remoting.Channel.call(Channel.java:1001) 20:53:05.898 at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1147) 20:53:05.898 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510) 20:53:05.898 at hudson.model.Run.execute(Run.java:1894) 20:53:05.898 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 20:53:05.898 at hudson.model.ResourceController.execute(ResourceController.java:97) 20:53:05.898 at hudson.model.Executor.run(Executor.java:428) 20:53:05.898 java.lang.IndexOutOfBoundsException: Bounds exceeds available space : size=1048576, offset=1048577 20:53:05.898 at com.sun.jna.Memory.boundsCheck(Memory.java:221) 20:53:05.898 at com.sun.jna.Memory.getByte(Memory.java:443) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess$1StringArrayMemory.readString(ProcessTree.java:1739) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess.parse(ProcessTree.java:1811) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess.getEnvironmentVariables(ProcessTree.java:1688) 20:53:05.898 at hudson.util.ProcessTree$OSProcess.hasMatchingEnvVars(ProcessTree.java:339) 20:53:05.898 at hudson.util.ProcessTree$Unix.killAll(ProcessTree.java:733) 20:53:05.898 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1164) 20:53:05.898 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1155) 20:53:05.898 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 20:53:05.898 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 20:53:05.898 at hudson.remoting.Request$2.run(Request.java:375) 20:53:05.898 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) 20:53:05.898 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 20:53:05.898 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 20:53:05.898 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 20:53:05.898 at java.lang.Thread.run(Thread.java:748)}} |
New:
As previously reported in {{ 20:53:05.897 FATAL: Bounds exceeds available space : size=1048576, offset=1048577 20:53:05.898 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to worker-mobile-01 20:53:05.898 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) 20:53:05.898 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) 20:53:05.898 at hudson.remoting.Channel.call(Channel.java:1001) 20:53:05.898 at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1147) 20:53:05.898 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510) 20:53:05.898 at hudson.model.Run.execute(Run.java:1894) 20:53:05.898 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 20:53:05.898 at hudson.model.ResourceController.execute(ResourceController.java:97) 20:53:05.898 at hudson.model.Executor.run(Executor.java:428) 20:53:05.898 java.lang.IndexOutOfBoundsException: Bounds exceeds available space : size=1048576, offset=1048577 20:53:05.898 at com.sun.jna.Memory.boundsCheck(Memory.java:221) 20:53:05.898 at com.sun.jna.Memory.getByte(Memory.java:443) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess$1StringArrayMemory.readString(ProcessTree.java:1739) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess.parse(ProcessTree.java:1811) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess.getEnvironmentVariables(ProcessTree.java:1688) 20:53:05.898 at hudson.util.ProcessTree$OSProcess.hasMatchingEnvVars(ProcessTree.java:339) 20:53:05.898 at hudson.util.ProcessTree$Unix.killAll(ProcessTree.java:733) 20:53:05.898 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1164) 20:53:05.898 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1155) 20:53:05.898 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 20:53:05.898 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 20:53:05.898 at hudson.remoting.Request$2.run(Request.java:375) 20:53:05.898 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) 20:53:05.898 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 20:53:05.898 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 20:53:05.898 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 20:53:05.898 at java.lang.Thread.run(Thread.java:748) }} |
Description |
Original:
As previously reported in {{ 20:53:05.897 FATAL: Bounds exceeds available space : size=1048576, offset=1048577 20:53:05.898 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to worker-mobile-01 20:53:05.898 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) 20:53:05.898 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) 20:53:05.898 at hudson.remoting.Channel.call(Channel.java:1001) 20:53:05.898 at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1147) 20:53:05.898 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510) 20:53:05.898 at hudson.model.Run.execute(Run.java:1894) 20:53:05.898 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 20:53:05.898 at hudson.model.ResourceController.execute(ResourceController.java:97) 20:53:05.898 at hudson.model.Executor.run(Executor.java:428) 20:53:05.898 java.lang.IndexOutOfBoundsException: Bounds exceeds available space : size=1048576, offset=1048577 20:53:05.898 at com.sun.jna.Memory.boundsCheck(Memory.java:221) 20:53:05.898 at com.sun.jna.Memory.getByte(Memory.java:443) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess$1StringArrayMemory.readString(ProcessTree.java:1739) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess.parse(ProcessTree.java:1811) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess.getEnvironmentVariables(ProcessTree.java:1688) 20:53:05.898 at hudson.util.ProcessTree$OSProcess.hasMatchingEnvVars(ProcessTree.java:339) 20:53:05.898 at hudson.util.ProcessTree$Unix.killAll(ProcessTree.java:733) 20:53:05.898 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1164) 20:53:05.898 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1155) 20:53:05.898 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 20:53:05.898 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 20:53:05.898 at hudson.remoting.Request$2.run(Request.java:375) 20:53:05.898 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) 20:53:05.898 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 20:53:05.898 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 20:53:05.898 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 20:53:05.898 at java.lang.Thread.run(Thread.java:748) }} |
New:
As previously reported in {code:java} 20:53:05.897 FATAL: Bounds exceeds available space : size=1048576, offset=1048577 20:53:05.898 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to worker-mobile-01 20:53:05.898 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) 20:53:05.898 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) 20:53:05.898 at hudson.remoting.Channel.call(Channel.java:1001) 20:53:05.898 at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1147) 20:53:05.898 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510) 20:53:05.898 at hudson.model.Run.execute(Run.java:1894) 20:53:05.898 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 20:53:05.898 at hudson.model.ResourceController.execute(ResourceController.java:97) 20:53:05.898 at hudson.model.Executor.run(Executor.java:428) 20:53:05.898 java.lang.IndexOutOfBoundsException: Bounds exceeds available space : size=1048576, offset=1048577 20:53:05.898 at com.sun.jna.Memory.boundsCheck(Memory.java:221) 20:53:05.898 at com.sun.jna.Memory.getByte(Memory.java:443) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess$1StringArrayMemory.readString(ProcessTree.java:1739) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess.parse(ProcessTree.java:1811) 20:53:05.898 at hudson.util.ProcessTree$Darwin$DarwinProcess.getEnvironmentVariables(ProcessTree.java:1688) 20:53:05.898 at hudson.util.ProcessTree$OSProcess.hasMatchingEnvVars(ProcessTree.java:339) 20:53:05.898 at hudson.util.ProcessTree$Unix.killAll(ProcessTree.java:733) 20:53:05.898 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1164) 20:53:05.898 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1155) 20:53:05.898 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 20:53:05.898 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 20:53:05.898 at hudson.remoting.Request$2.run(Request.java:375) 20:53:05.898 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) 20:53:05.898 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 20:53:05.898 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 20:53:05.898 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 20:53:05.898 at java.lang.Thread.run(Thread.java:748) {code} |
Component/s | New: remoting [ 15489 ] |
cc jthompson oleg_nenashev not sure what info you need here.