Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,190
Community Members
 
Community Events
184
Community Groups

Build fails on some agents but not on others.

Dear all,

we have some (linux) agents which are governed by puppet,

on one of those agents we get following exception:

Error occurred while running Task 'Delete integration and recreate it(2)' of type com.atlassian.bamboo.plugins.scripttask:task.builder.script.
error	25-Aug-2020 17:15:40	com.atlassian.bamboo.task.TaskException: Error while creating temporary file for script
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.plugins.script.task.ScriptBuildTask.createTemporaryScriptFile(ScriptBuildTask.java:87)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.plugins.script.task.ScriptBuildTask.execute(ScriptBuildTask.java:47)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.task.TaskExecutorImpl.lambda$executeTasks$3(TaskExecutorImpl.java:319)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.task.TaskExecutorImpl.executeTaskWithPrePostActions(TaskExecutorImpl.java:252)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.task.TaskExecutorImpl.executeTasks(TaskExecutorImpl.java:319)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.task.TaskExecutorImpl.execute(TaskExecutorImpl.java:112)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.build.pipeline.tasks.ExecuteBuildTask.call(ExecuteBuildTask.java:73)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.executeBuildPhase(DefaultBuildAgent.java:204)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.build(DefaultBuildAgent.java:176)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.lambda$waitAndPerformBuild$0(BuildAgentControllerImpl.java:131)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.variable.CustomVariableContextImpl.withVariableSubstitutor(CustomVariableContextImpl.java:185)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.waitAndPerformBuild(BuildAgentControllerImpl.java:125)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent$1.run(DefaultBuildAgent.java:127)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.utils.BambooRunnables$1.run(BambooRunnables.java:48)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.security.ImpersonationHelper.runWith(ImpersonationHelper.java:26)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.security.ImpersonationHelper.runWithSystemAuthority(ImpersonationHelper.java:17)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.security.ImpersonationHelper$1.run(ImpersonationHelper.java:41)
error	25-Aug-2020 17:15:40		at java.lang.Thread.run(Thread.java:748)
error	25-Aug-2020 17:15:40	Caused by: java.io.IOException: Permission denied
error	25-Aug-2020 17:15:40		at java.io.UnixFileSystem.createFileExclusively(Native Method)
error	25-Aug-2020 17:15:40		at java.io.File.createTempFile(File.java:2024)
error	25-Aug-2020 17:15:40		at com.atlassian.bamboo.plugins.script.task.ScriptBuildTask.createTemporaryScriptFile(ScriptBuildTask.java:79)
error	25-Aug-2020 17:15:40		... 17 more

...but not on others...

the /tmp folder is writable, by the process owner of the agent.

Can anyone give any pointers where to look or what to investigate?

This is the script we try to execute:

${bamboo.capability.system.git.executable} remote add vp ${bamboo.planRepository.repositoryUrl}
echo "Deleting integration"
${bamboo.capability.system.git.executable} branch -D integration
echo "Creating integration locally"
${bamboo.capability.system.git.executable} checkout -b integration
echo "Push origin integration. Repository url : ${bamboo.planRepository.repositoryUrl}"
${bamboo.capability.system.git.executable} push -f vp integration

 

1 answer

0 votes
Charlie Misonne
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 01, 2020

This is about Bamboo's temp direcotry in <bamboo-install>/temp and not about the java temporary directory which is /tmp by default.

<bamboo-install>/temp should be writable by the user running bamboo :-)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events