Create casadata wheel weekly

Build: #239 failed

Job: Create data wheel failed

Stages & jobs

  1. Default Stage

Build log

The build generated 73 lines of output. Download or view full build log.

06-May-2024 13:00:12 Build CASA - Casa Data Wheel - Build and Package RHEL6 #239 (CASA-CD-JOB1-239) is being prepared for building on agent cbt-el7-1.cv.nrao.edu, bamboo version: 9.2.13
06-May-2024 13:00:12 Remote agent on host cbt-el7-1.cv.nrao.edu
06-May-2024 13:00:12 Build working directory is /export/home/cbt-el7-1/bamboo-home/xml-data/build-dir/CASA-CD-JOB1
06-May-2024 13:00:12 Executing build CASA - Casa Data Wheel - Build and Package RHEL6 #239 (CASA-CD-JOB1-239)
06-May-2024 13:00:12 Starting task 'Clean working directory task' of type 'com.atlassian.bamboo.plugins.bamboo-artifact-downloader-plugin:cleanWorkingDirectoryTask'
06-May-2024 13:00:12 Cleaning working directory '/export/home/cbt-el7-1/bamboo-home/xml-data/build-dir/CASA-CD-JOB1'
06-May-2024 13:00:12 Finished task 'Clean working directory task' with result: Success
06-May-2024 13:00:12 Running pre-build action: Build Log Labeller Pre Build Action
06-May-2024 13:00:12 Running pre-build action: VCS Version Collector
06-May-2024 13:00:12 Build CASA - Casa Data Wheel - Build and Package RHEL6 #239 (CASA-CD-JOB1-239) started building on agent 'cbt-el7-1.cv.nrao.edu' (Remote agent on host cbt-el7-1.cv.nrao.edu)
06-May-2024 13:00:12 Starting task 'Create wheeldirectory' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
06-May-2024 13:00:12
Beginning to execute external process for build 'CASA - Casa Data Wheel - Build and Package RHEL6 #239 (CASA-CD-JOB1-239)'
... running command line:
/export/home/cbt-el7-1/bamboo-home/temp/CASA-CD-JOB1-239-ScriptBuildTask-469782804520086411.sh
... in: /export/home/cbt-el7-1/bamboo-home/xml-data/build-dir/CASA-CD-JOB1
06-May-2024 13:00:12 Finished task 'Create wheeldirectory' with result: Success
06-May-2024 13:00:12
Substituting variable: ${bamboo.working.directory} with /export/home/cbt-el7-1/bamboo-home/xml-data/build-dir/CASA-CD-JOB1
06-May-2024 13:00:12 Starting task 'Pull casatools image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli'
06-May-2024 13:00:12 Error occurred while running Task 'Pull casatools image(16)' of type com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli.
06-May-2024 13:00:12 com.atlassian.bamboo.task.TaskException: Failed to execute task
06-May-2024 13:00:12         at com.atlassian.bamboo.plugins.docker.service.PullService.execute(PullService.java:40)
06-May-2024 13:00:12         at com.atlassian.bamboo.plugins.docker.tasks.cli.DockerCliTask.execute(DockerCliTask.java:71)
06-May-2024 13:00:12         at com.atlassian.bamboo.task.TaskExecutorImpl.lambda$executeTasks$3(TaskExecutorImpl.java:323)
06-May-2024 13:00:12         at com.atlassian.bamboo.task.TaskExecutorImpl.executeTaskWithPrePostActions(TaskExecutorImpl.java:258)
06-May-2024 13:00:12         at com.atlassian.bamboo.task.TaskExecutorImpl.executeTasks(TaskExecutorImpl.java:323)
06-May-2024 13:00:12         at com.atlassian.bamboo.task.TaskExecutorImpl.execute(TaskExecutorImpl.java:118)
06-May-2024 13:00:12         at com.atlassian.bamboo.build.pipeline.tasks.ExecuteBuildTask.call(ExecuteBuildTask.java:73)
06-May-2024 13:00:12         at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.executeBuildPhase(DefaultBuildAgent.java:207)
06-May-2024 13:00:12         at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.build(DefaultBuildAgent.java:179)
06-May-2024 13:00:12         at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.lambda$waitAndPerformBuild$0(BuildAgentControllerImpl.java:169)
06-May-2024 13:00:12         at com.atlassian.bamboo.variable.CustomVariableContextImpl.withVariableSubstitutor(CustomVariableContextImpl.java:118)
06-May-2024 13:00:12         at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.waitAndPerformBuild(BuildAgentControllerImpl.java:162)
06-May-2024 13:00:12         at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.lambda$start$0(DefaultBuildAgent.java:124)
06-May-2024 13:00:12         at com.atlassian.bamboo.utils.BambooRunnables$1.run(BambooRunnables.java:48)
06-May-2024 13:00:12         at com.atlassian.bamboo.security.ImpersonationHelper.runWith(ImpersonationHelper.java:26)
06-May-2024 13:00:12         at com.atlassian.bamboo.security.ImpersonationHelper.runWithSystemAuthority(ImpersonationHelper.java:17)
06-May-2024 13:00:12         at com.atlassian.bamboo.security.ImpersonationHelper$1.run(ImpersonationHelper.java:41)
06-May-2024 13:00:12         at java.lang.Thread.run(Thread.java:750)
06-May-2024 13:00:12 Caused by: com.atlassian.bamboo.docker.DockerException: Could not create Docker config location: /users/casaci/.dockercfg-bamboo-bdb4a848-6579-4d9e-b33f-b7ddb83a332b
06-May-2024 13:00:12         at com.atlassian.bamboo.plugins.docker.client.DockerCmd.setupDockerConfig(DockerCmd.java:90)
06-May-2024 13:00:12         at com.atlassian.bamboo.plugins.docker.client.DockerCmd.pull(DockerCmd.java:268)
06-May-2024 13:00:12         at com.atlassian.bamboo.plugins.docker.service.PullService.execute(PullService.java:36)
06-May-2024 13:00:12         ... 17 more
06-May-2024 13:00:12 Starting task 'Clean up' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
06-May-2024 13:00:12
Beginning to execute external process for build 'CASA - Casa Data Wheel - Build and Package RHEL6 #239 (CASA-CD-JOB1-239)'
... running command line:
/export/home/cbt-el7-1/bamboo-home/temp/CASA-CD-JOB1-239-ScriptBuildTask-572549282228608303.sh
... in: /export/home/cbt-el7-1/bamboo-home/xml-data/build-dir/CASA-CD-JOB1
06-May-2024 13:00:12 Starting cleanup
06-May-2024 13:00:12 Error response from daemon: No such container: wheel-container
06-May-2024 13:00:12 Error response from daemon: No such container: casalith-container
06-May-2024 13:00:12 Error response from daemon: No such container: wheel-container
06-May-2024 13:00:12 Error response from daemon: No such container: casalith-container
06-May-2024 13:00:12 Cleanup complete
06-May-2024 13:00:12 Finished task 'Clean up' with result: Success
06-May-2024 13:00:12 Running post build plugin 'Docker Container Cleanup'
06-May-2024 13:00:12 Running post build plugin 'NCover Results Collector'
06-May-2024 13:00:12 Running post build plugin 'Build Results Label Collector'
06-May-2024 13:00:12 Running post build plugin 'Clover Results Collector'
06-May-2024 13:00:12 Running post build plugin 'npm Cache Cleanup'
06-May-2024 13:00:12 Running post build plugin 'Artifact Copier'
06-May-2024 13:00:12 Publishing an artifact: Data wheel
06-May-2024 13:00:12 Failing as no matching files has been found and empty artifacts are not allowed.
06-May-2024 13:00:12 Unable to publish artifact [Data wheel]:
06-May-2024 13:00:12 The artifact is required, build will now fail.
06-May-2024 13:00:12 The artifact hasn't been successfully published after 135.7 ms
06-May-2024 13:00:12 Finalising the build...
06-May-2024 13:00:12 Stopping timer.
06-May-2024 13:00:12 Build CASA-CD-JOB1-239 completed.
06-May-2024 13:00:12 Running on server: post build plugin 'Build Hanging Detection Configuration'
06-May-2024 13:00:12 Running on server: post build plugin 'NCover Results Collector'
06-May-2024 13:00:12 Running on server: post build plugin 'Build Labeller'
06-May-2024 13:00:12 Running on server: post build plugin 'Clover Delta Calculator'
06-May-2024 13:00:12 Running on server: post build plugin 'Maven Dependencies Postprocessor'
06-May-2024 13:00:12 All post build plugins have finished
06-May-2024 13:00:12 Generating build results summary...
06-May-2024 13:00:12 Saving build results to disk...
06-May-2024 13:00:12 Store variable context...
06-May-2024 13:00:12 Finished building CASA-CD-JOB1-239.