When I run job with task in docker it fails with
8 time="2019-07-02T11:28:18Z" level=fatal msg="Error: Path not specified"
02-Jul-2019 11:28:18 Exit code: 1, output: STDOUT: Beginning to execute external process for build 'kubo - helm - kubo-deployment-dev #9 (KUBO-HELM-KUB-9)'\n ... running command line: \n/usr/local/bin/docker cp /var/opt/bamboo/atlassian-bamboo-6.8.3/temp/initialiseDockerContainer.sh1625454798126877638.tmp 7d9f46fd-f667-4618-9501-92d8256e89da1474566:/tmp/initialiseContainer.sh\n ... in: /var/opt/bamboo-home/xml-data/build-dir/KUBO-HELM-KUB\nSTDERR: time="2019-07-02T11:28:18Z" level=fatal msg="Error: Path not specified"
02-Jul-2019 11:28:18 Failed to start docker container 7d9f46fd-f667-4618-9501-92d8256e89da1474566
02-Jul-2019 11:28:18 com.atlassian.bamboo.docker.DockerException: Error running Docker run command
There is no /var/opt/bamboo/atlassian-bamboo-6.8.3/temp/initialiseDockerContainer.sh1625454798126877638.tmp file, so I am not sure why it is try to copy it to container.
Hi @ScottHough
I created a build with docker runner to check those messages. I got a message pretty similar to yours:
command 03-Jul-2019 15:52:50 Beginning to execute external process for build 'Docker runner - Ubuntu test - Default Job #1 (DR-UT-JOB1-1)'
... running command line:
/usr/local/bin/docker cp /Users/dsantos/atlassian/bamboo/6.8.1/install/temp/initialiseDockerContainer.sh1545199765671114425.tmp 58fdafe6-6355-4546-978d-91dd4db030b412910596:/tmp/initialiseContainer.sh
... in: /Users/dsantos/atlassian/bamboo/6.8.1/home/xml-data/build-dir/DR-UT-JOB1
The file initialiseDockerContainer.sh<HASH>.tmp is created by Bamboo and deployed to the container as part of the initialization process. It is possible that the Bamboo server was not able to create this file for some reason or even that this file was deleted right after the issue to deploy it.
I have some questions that I believe will help us to investigate this further:
I'll wait for the insights you have when checking those questions.
1. Every builds running with docker agent failed with this error.
2. Yes. It failed again.
3. Yes.
4. yes
5. permissions wasn't changed.
I have deployed bamboo server on ubuntu 14.04 ... so docker
██docker -v
Docker version 1.6.2, build 7c8fca2
I am not sure what is the root cause. I have deployed one more vm, with ubuntu 18.04 and added this vm as remote agent with docker support. Now it works.
I don't have much time to investigate this further ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @ScottHough
No problem man! Thank you very much for taking the time to follow up on my last message I appreciate that.
Let's leave this one to investigate in case it happens again or with another user.
Have a good one!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.