Deploys Reference Application SNAPSHOT to maven

Build: #13295 failed

Job: Build and push failed

Stages & jobs

  1. Build and push

  2. Deploy to qa-refapp

  3. Validate

  4. Release

    Requires a user to start manually
  5. Set variables

  6. Release others

Build log

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

10-Dec-2022 00:00:01 Build Reference Application - Distribution 2.x - Build and push #13295 (REFAPP-OMODDISTRO-DNDI-13295) started building on agent yu.openmrs.org (2), bamboo version: 8.2.4
10-Dec-2022 00:00:01 Remote agent on host yu.openmrs.org
10-Dec-2022 00:00:01 Build working directory is /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI
10-Dec-2022 00:00:01 Executing build Reference Application - Distribution 2.x - Build and push #13295 (REFAPP-OMODDISTRO-DNDI-13295)
10-Dec-2022 00:00:01 Starting task 'Checkout source' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
10-Dec-2022 00:00:01 Checking out into /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI
10-Dec-2022 00:00:01 Updating source code to revision: 1183a7abc5491ce43ddc33e2e3821de8a1060eda
10-Dec-2022 00:00:01 Creating local git repository in '/home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI/.git'.
10-Dec-2022 00:00:01 hint: Using 'master' as the name for the initial branch. This default branch name
10-Dec-2022 00:00:01 hint: is subject to change. To configure the initial branch name to use in all
10-Dec-2022 00:00:01 hint: of your new repositories, which will suppress this warning, call:
10-Dec-2022 00:00:01 hint:
10-Dec-2022 00:00:01 hint:         git config --global init.defaultBranch <name>
10-Dec-2022 00:00:01 hint:
10-Dec-2022 00:00:01 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
10-Dec-2022 00:00:01 hint: 'development'. The just-created branch can be renamed via this command:
10-Dec-2022 00:00:01 hint:
10-Dec-2022 00:00:01 hint:         git branch -m <name>
10-Dec-2022 00:00:01 Initialized empty Git repository in /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI/.git/
10-Dec-2022 00:00:02 Fetching 'refs/heads/2.x' from 'https://github.com/openmrs/openmrs-distro-referenceapplication.git'.
10-Dec-2022 00:00:05 From https://github.com/openmrs/openmrs-distro-referenceapplication
10-Dec-2022 00:00:05 * [new branch]      2.x        -> 2.x
10-Dec-2022 00:00:05 * [new tag]         2.0.1769   -> 2.0.1769
10-Dec-2022 00:00:05 * [new tag]         2.1        -> 2.1
10-Dec-2022 00:00:05 * [new tag]         2.10.0     -> 2.10.0
10-Dec-2022 00:00:05 * [new tag]         2.11.0     -> 2.11.0
10-Dec-2022 00:00:05 * [new tag]         2.12.0     -> 2.12.0
10-Dec-2022 00:00:05 * [new tag]         2.2        -> 2.2
10-Dec-2022 00:00:05 * [new tag]         2.3        -> 2.3
10-Dec-2022 00:00:05 * [new tag]         2.4        -> 2.4
10-Dec-2022 00:00:05 * [new tag]         2.5        -> 2.5
10-Dec-2022 00:00:05 * [new tag]         2.6.0      -> 2.6.0
10-Dec-2022 00:00:05 * [new tag]         2.7.0      -> 2.7.0
10-Dec-2022 00:00:05 * [new tag]         2.8.0      -> 2.8.0
10-Dec-2022 00:00:05 * [new tag]         2.8.1      -> 2.8.1
10-Dec-2022 00:00:05 * [new tag]         2.9.0      -> 2.9.0
10-Dec-2022 00:00:05 * [new tag]         latest     -> latest
10-Dec-2022 00:00:05 Checking out revision 1183a7abc5491ce43ddc33e2e3821de8a1060eda.
10-Dec-2022 00:00:05 Switched to branch '2.x'
10-Dec-2022 00:00:05 Updated source code to revision: 1183a7abc5491ce43ddc33e2e3821de8a1060eda
10-Dec-2022 00:00:05 Finished task 'Checkout source' with result: Success
10-Dec-2022 00:00:05 Running pre-build action: Build Log Labeller Pre Build Action
10-Dec-2022 00:00:05 Running pre-build action: VCS Version Collector
10-Dec-2022 00:00:05 Running pre-build action: Run Predator
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Starting predator plugin, pre build agent cleaner
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Running these commands: docker ps -q| xargs docker kill; docker ps -qa | xargs docker rm -f; docker system prune -af --filter until=48h; docker volume prune -f;
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Running command '[docker, ps, -q|, xargs, docker, kill]'
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Command '[docker, ps, -q|, xargs, docker, kill]' completed with exit code 125
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Running command '[docker, ps, -qa, |, xargs, docker, rm, -f]'
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Command '[docker, ps, -qa, |, xargs, docker, rm, -f]' completed with exit code 125
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Running command '[docker, system, prune, -af, --filter, until=48h]'
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Command '[docker, system, prune, -af, --filter, until=48h]' completed with exit code 0
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Running command '[docker, volume, prune, -f]'
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Command '[docker, volume, prune, -f]' completed with exit code 0
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent):  2970 java        1463 bamboo-age 2979Mb  634Mb 00:12:29 /usr/lib/jvm/java-8-ope
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent):  1463 wrapper        1 bamboo-age   16Mb    3Mb 00:02:31 /home/bamboo-agent/bamb
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent):     1 systemd        0 root        164Mb   12Mb 00:00:24 /sbin/init             
10-Dec-2022 00:00:05 [PredatorPreBuildAction] No processes found for (chromium|chrome|webdriver|mysql|java|mvn|node|npm)
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Initial free space: 4.1031 GB
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Deleting folder /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DOC-DOC-JOB1
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Deleting 8 snapshot folders from /home/bamboo-agent/.m2/repository
10-Dec-2022 00:00:05 [PredatorPreBuildAction] Maven snapshot disk freed: 0 GB
10-Dec-2022 00:00:05 [PredatorPreBuildAction] 0 empty artifacts were found and deleted by Predator
10-Dec-2022 00:00:06 [PredatorPreBuildAction] Maven stable disk freed: 0.0 GB, deleted 0 files
10-Dec-2022 00:00:06 [PredatorPreBuildAction] File /home/bamboo-agent/.npmrc does not exist.
10-Dec-2022 00:00:06 [PredatorPreBuildAction] File /home/bamboo-agent/.docker/config.json does not exist.
10-Dec-2022 00:00:06 [PredatorPreBuildAction] File /home/bamboo-agent/.OpenMRS/liquibaseUpdateLogs.txt does not exist.
10-Dec-2022 00:00:06 [PredatorPreBuildAction] Final free space: 4.1031 GB
10-Dec-2022 00:00:06 [PredatorPreBuildAction] Done
10-Dec-2022 00:00:06
Substituting variable: ${bamboo.dockerhub.username} with openmrsci
10-Dec-2022 00:00:06
Substituting password variable: ${bamboo.dockerhub.password}
10-Dec-2022 00:00:06
Substituting variable: ${bamboo.docker.image.name} with openmrs/openmrs-reference-application
10-Dec-2022 00:00:06
Substituting variable: ${bamboo.docker.image.name} with openmrs/openmrs-reference-application
10-Dec-2022 00:00:06
Substituting variable: ${bamboo.docker.image.platforms} with linux/amd64,linux/arm64
10-Dec-2022 00:00:06
Substituting variable: ${bamboo.docker.image.platforms} with linux/amd64,linux/arm64
10-Dec-2022 00:00:06 Starting task 'Build and push nightly docker image' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
10-Dec-2022 00:00:06
Beginning to execute external process for build 'Reference Application - Distribution 2.x - Build and push #13295 (REFAPP-OMODDISTRO-DNDI-13295)'
... running command line:
/home/bamboo-agent/bamboo-agent/temp/REFAPP-OMODDISTRO-DNDI-13295-ScriptBuildTask-2585479724024075812.sh
... in: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI
10-Dec-2022 00:00:06 + [[ ehuB != ehuxB ]]
10-Dec-2022 00:00:06 + echo 'Start of Lmod init/bash script to define the module command'
10-Dec-2022 00:00:06 Start of Lmod init/bash script to define the module command
10-Dec-2022 00:00:06 + LMOD_PKG=/usr/share/lmod/lmod
10-Dec-2022 00:00:06 + LMOD_DIR=/usr/share/lmod/lmod/libexec
10-Dec-2022 00:00:06 + LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod
10-Dec-2022 00:00:06 + MODULESHOME=/usr/share/lmod/lmod
10-Dec-2022 00:00:06 + export LMOD_PKG
10-Dec-2022 00:00:06 + export LMOD_CMD
10-Dec-2022 00:00:06 + export LMOD_DIR
10-Dec-2022 00:00:06 + export MODULESHOME
10-Dec-2022 00:00:06 + LMOD_VERSION=6.6
10-Dec-2022 00:00:06 + export LMOD_VERSION
10-Dec-2022 00:00:06 + '[' : '!=' : ']'
10-Dec-2022 00:00:06 + unalias ml
10-Dec-2022 00:00:06 + true
10-Dec-2022 00:00:06 ++ echo YES
10-Dec-2022 00:00:06 ++ /usr/bin/tr '[:upper:]' '[:lower:]'
10-Dec-2022 00:00:06 + export_module=yes
10-Dec-2022 00:00:06 + '[' -n '5.1.16(1)-release' -a yes '!=' no ']'
10-Dec-2022 00:00:06 + export -f module
10-Dec-2022 00:00:06 + export -f ml
10-Dec-2022 00:00:06 + unset export_module
10-Dec-2022 00:00:06 + '[' -n '' ']'
10-Dec-2022 00:00:06 + '[' 5 -ge 3 ']'
10-Dec-2022 00:00:06 + '[' -r /usr/share/lmod/lmod/init/lmod_bash_completions ']'
10-Dec-2022 00:00:06 + '[' -n '' ']'
10-Dec-2022 00:00:06 + [[ ehuB != ehuxB ]]
10-Dec-2022 00:00:06 + echo 'End of Lmod init/bash script to define the module command'
10-Dec-2022 00:00:06 + set +x
10-Dec-2022 00:00:06 End of Lmod init/bash script to define the module command
10-Dec-2022 00:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin.
10-Dec-2022 00:00:07 WARNING! Your password will be stored unencrypted in /home/bamboo-agent/.docker/config.json.
10-Dec-2022 00:00:07 Configure a credential helper to remove this warning. See
10-Dec-2022 00:00:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store
10-Dec-2022 00:00:07 Login Succeeded
10-Dec-2022 00:00:07
10-Dec-2022 00:00:07 Building dev image
10-Dec-2022 00:00:07 #1 [internal] load build definition from Dockerfile
10-Dec-2022 00:00:07 #1 transferring dockerfile: 898B 0.0s done
10-Dec-2022 00:00:07 #1 DONE 0.1s
10-Dec-2022 00:00:07
10-Dec-2022 00:00:07 #2 [internal] load .dockerignore
10-Dec-2022 00:00:07 #2 transferring context: 74B done
10-Dec-2022 00:00:07 #2 DONE 0.1s
10-Dec-2022 00:00:07
10-Dec-2022 00:00:07 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
10-Dec-2022 00:00:07 #3 DONE 0.0s
10-Dec-2022 00:00:07
10-Dec-2022 00:00:07 #4 resolve image config for docker.io/docker/dockerfile:1
10-Dec-2022 00:00:08 #4 DONE 0.5s
10-Dec-2022 00:00:08
10-Dec-2022 00:00:08 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
10-Dec-2022 00:00:08 #5 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done
10-Dec-2022 00:00:08 #5 CACHED
10-Dec-2022 00:00:08
10-Dec-2022 00:00:08 #6 [auth] openmrs/openmrs-core:pull token for registry-1.docker.io
10-Dec-2022 00:00:08 #6 DONE 0.0s
10-Dec-2022 00:00:08
10-Dec-2022 00:00:08 #7 [auth] openmrs/openmrs-core:pull token for registry-1.docker.io
10-Dec-2022 00:00:08 #7 DONE 0.0s
10-Dec-2022 00:00:08
10-Dec-2022 00:00:08 #8 [linux/arm64 internal] load metadata for docker.io/openmrs/openmrs-core:dev
10-Dec-2022 00:00:08 #8 ERROR: failed to authorize: failed to fetch oauth token: unexpected status: 429 Too Many Requests
10-Dec-2022 00:00:08
10-Dec-2022 00:00:08 #9 [linux/amd64 internal] load metadata for docker.io/openmrs/openmrs-core:dev
10-Dec-2022 00:00:08 #9 CANCELED
10-Dec-2022 00:00:08 ------
10-Dec-2022 00:00:08 > [linux/arm64 internal] load metadata for docker.io/openmrs/openmrs-core:dev:
10-Dec-2022 00:00:08 ------
10-Dec-2022 00:00:08 Dockerfile:4
10-Dec-2022 00:00:08 --------------------
10-Dec-2022 00:00:08    2 |     
10-Dec-2022 00:00:08    3 |     ### Dev Stage
10-Dec-2022 00:00:08    4 | >>> FROM openmrs/openmrs-core:dev as dev
10-Dec-2022 00:00:08    5 |     WORKDIR /app
10-Dec-2022 00:00:08    6 |     
10-Dec-2022 00:00:08 --------------------
10-Dec-2022 00:00:08 error: failed to solve: failed to fetch oauth token: unexpected status: 429 Too Many Requests
10-Dec-2022 00:00:08 Failing task since return code of [/home/bamboo-agent/bamboo-agent/temp/REFAPP-OMODDISTRO-DNDI-13295-ScriptBuildTask-2585479724024075812.sh] was 1 while expected 0
10-Dec-2022 00:00:08 Finished task 'Build and push nightly docker image' with result: Failed
10-Dec-2022 00:00:08 Running post build plugin 'Docker Container Cleanup'
10-Dec-2022 00:00:08 Running post build plugin 'NCover Results Collector'
10-Dec-2022 00:00:08 Running post build plugin 'Build Results Label Collector'
10-Dec-2022 00:00:08 Running post build plugin 'Clover Results Collector'
10-Dec-2022 00:00:08 Running post build plugin 'npm Cache Cleanup'
10-Dec-2022 00:00:08 Running post build plugin 'Artifact Copier'
10-Dec-2022 00:00:08 Finalising the build...
10-Dec-2022 00:00:08 Stopping timer.
10-Dec-2022 00:00:08 Build REFAPP-OMODDISTRO-DNDI-13295 completed.
10-Dec-2022 00:00:08 Running on server: post build plugin 'Build Hanging Detection Configuration'
10-Dec-2022 00:00:08 Running on server: post build plugin 'NCover Results Collector'
10-Dec-2022 00:00:08 Running on server: post build plugin 'Build Labeller'
10-Dec-2022 00:00:08 Running on server: post build plugin 'Clover Delta Calculator'
10-Dec-2022 00:00:08 Running on server: post build plugin 'Maven Dependencies Postprocessor'
10-Dec-2022 00:00:08 All post build plugins have finished
10-Dec-2022 00:00:08 Generating build results summary...
10-Dec-2022 00:00:08 Saving build results to disk...
10-Dec-2022 00:00:08 Store variable context...
10-Dec-2022 00:00:08 Finished building REFAPP-OMODDISTRO-DNDI-13295.