Deploys Reference Application SNAPSHOT to maven

Build: #13224 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 131 lines of output. Download or view full build log.

23-Nov-2022 21:52:31 Build Reference Application - Distribution 2.x - Build and push #13224 (REFAPP-OMODDISTRO-DNDI-13224) started building on agent yu.openmrs.org (2), bamboo version: 8.2.4
23-Nov-2022 21:52:31 Remote agent on host yu.openmrs.org
23-Nov-2022 21:52:31 Build working directory is /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI
23-Nov-2022 21:52:31 Executing build Reference Application - Distribution 2.x - Build and push #13224 (REFAPP-OMODDISTRO-DNDI-13224)
23-Nov-2022 21:52:31 Starting task 'Checkout source' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
23-Nov-2022 21:52:31 Checking out into /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI
23-Nov-2022 21:52:31 Updating source code to revision: 98b725ed43be1c7170f0b712bcee35b37ba361f5
23-Nov-2022 21:52:31 Creating local git repository in '/home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI/.git'.
23-Nov-2022 21:52:31 hint: Using 'master' as the name for the initial branch. This default branch name
23-Nov-2022 21:52:31 hint: is subject to change. To configure the initial branch name to use in all
23-Nov-2022 21:52:31 hint: of your new repositories, which will suppress this warning, call:
23-Nov-2022 21:52:31 hint:
23-Nov-2022 21:52:31 hint:         git config --global init.defaultBranch <name>
23-Nov-2022 21:52:31 hint:
23-Nov-2022 21:52:31 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
23-Nov-2022 21:52:31 hint: 'development'. The just-created branch can be renamed via this command:
23-Nov-2022 21:52:31 hint:
23-Nov-2022 21:52:31 hint:         git branch -m <name>
23-Nov-2022 21:52:31 Initialized empty Git repository in /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI/.git/
23-Nov-2022 21:52:31 Fetching 'refs/heads/2.x' from 'https://github.com/openmrs/openmrs-distro-referenceapplication.git'.
23-Nov-2022 21:52:33 From https://github.com/openmrs/openmrs-distro-referenceapplication
23-Nov-2022 21:52:33 * [new branch]      2.x        -> 2.x
23-Nov-2022 21:52:33 * [new tag]         2.0.1769   -> 2.0.1769
23-Nov-2022 21:52:33 * [new tag]         2.1        -> 2.1
23-Nov-2022 21:52:33 * [new tag]         2.10.0     -> 2.10.0
23-Nov-2022 21:52:33 * [new tag]         2.11.0     -> 2.11.0
23-Nov-2022 21:52:33 * [new tag]         2.12.0     -> 2.12.0
23-Nov-2022 21:52:33 * [new tag]         2.2        -> 2.2
23-Nov-2022 21:52:33 * [new tag]         2.3        -> 2.3
23-Nov-2022 21:52:33 * [new tag]         2.4        -> 2.4
23-Nov-2022 21:52:33 * [new tag]         2.5        -> 2.5
23-Nov-2022 21:52:33 * [new tag]         2.6.0      -> 2.6.0
23-Nov-2022 21:52:33 * [new tag]         2.7.0      -> 2.7.0
23-Nov-2022 21:52:33 * [new tag]         2.8.0      -> 2.8.0
23-Nov-2022 21:52:33 * [new tag]         2.8.1      -> 2.8.1
23-Nov-2022 21:52:33 * [new tag]         2.9.0      -> 2.9.0
23-Nov-2022 21:52:33 * [new tag]         latest     -> latest
23-Nov-2022 21:52:33 Checking out revision 98b725ed43be1c7170f0b712bcee35b37ba361f5.
23-Nov-2022 21:52:33 Switched to branch '2.x'
23-Nov-2022 21:52:33 Updated source code to revision: 98b725ed43be1c7170f0b712bcee35b37ba361f5
23-Nov-2022 21:52:33 Finished task 'Checkout source' with result: Success
23-Nov-2022 21:52:33 Running pre-build action: Build Log Labeller Pre Build Action
23-Nov-2022 21:52:33 Running pre-build action: VCS Version Collector
23-Nov-2022 21:52:33 Running pre-build action: Run Predator
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Starting predator plugin, pre build agent cleaner
23-Nov-2022 21:52:33 [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;
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Running command '[docker, ps, -q|, xargs, docker, kill]'
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Command '[docker, ps, -q|, xargs, docker, kill]' completed with exit code 125
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Running command '[docker, ps, -qa, |, xargs, docker, rm, -f]'
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Command '[docker, ps, -qa, |, xargs, docker, rm, -f]' completed with exit code 125
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Running command '[docker, system, prune, -af, --filter, until=48h]'
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Command '[docker, system, prune, -af, --filter, until=48h]' completed with exit code 0
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Running command '[docker, volume, prune, -f]'
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Command '[docker, volume, prune, -f]' completed with exit code 0
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent): 28816 java        1449 bamboo-age 2975Mb  411Mb 00:02:22 /usr/lib/jvm/java-8-ope
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent):  1449 wrapper        1 bamboo-age   16Mb    3Mb 00:01:31 /home/bamboo-agent/bamb
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent):     1 systemd        0 root        164Mb   11Mb 00:00:06 /sbin/init             
23-Nov-2022 21:52:33 [PredatorPreBuildAction] No processes found for (chromium|chrome|webdriver|mysql|java|mvn|node|npm)
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Initial free space: 4.243038 GB
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Deleting folder /home/bamboo-agent/bamboo-agent/xml-data/build-dir/DEX-DEX-RTM
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Deleting 18 snapshot folders from /home/bamboo-agent/.m2/repository
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Maven snapshot disk freed: 0 GB
23-Nov-2022 21:52:33 [PredatorPreBuildAction] 0 empty artifacts were found and deleted by Predator
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Maven stable disk freed: 0.0 GB, deleted 0 files
23-Nov-2022 21:52:33 [PredatorPreBuildAction] File /home/bamboo-agent/.npmrc does not exist.
23-Nov-2022 21:52:33 [PredatorPreBuildAction] File /home/bamboo-agent/.docker/config.json does not exist.
23-Nov-2022 21:52:33 [PredatorPreBuildAction] File /home/bamboo-agent/.OpenMRS/liquibaseUpdateLogs.txt does not exist.
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Final free space: 4.2449493 GB
23-Nov-2022 21:52:33 [PredatorPreBuildAction] Done
23-Nov-2022 21:52:33
Substituting variable: ${bamboo.dockerhub.username} with openmrsci
23-Nov-2022 21:52:33
Substituting password variable: ${bamboo.dockerhub.password}
23-Nov-2022 21:52:33
Substituting variable: ${bamboo.docker.image.name} with openmrs/openmrs-reference-application
23-Nov-2022 21:52:33
Substituting variable: ${bamboo.docker.image.name} with openmrs/openmrs-reference-application
23-Nov-2022 21:52:33
Substituting variable: ${bamboo.docker.image.platforms} with linux/amd64,linux/arm64
23-Nov-2022 21:52:33
Substituting variable: ${bamboo.docker.image.platforms} with linux/amd64,linux/arm64
23-Nov-2022 21:52:33 Starting task 'Build and push nightly docker image' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Nov-2022 21:52:33
Beginning to execute external process for build 'Reference Application - Distribution 2.x - Build and push #13224 (REFAPP-OMODDISTRO-DNDI-13224)'
... running command line:
/home/bamboo-agent/bamboo-agent/temp/REFAPP-OMODDISTRO-DNDI-13224-ScriptBuildTask-1514553226896799192.sh
... in: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI
23-Nov-2022 21:52:33 + [[ ehuB != ehuxB ]]
23-Nov-2022 21:52:33 Start of Lmod init/bash script to define the module command
23-Nov-2022 21:52:33 + echo 'Start of Lmod init/bash script to define the module command'
23-Nov-2022 21:52:33 + LMOD_PKG=/usr/share/lmod/lmod
23-Nov-2022 21:52:33 + LMOD_DIR=/usr/share/lmod/lmod/libexec
23-Nov-2022 21:52:33 + LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod
23-Nov-2022 21:52:33 + MODULESHOME=/usr/share/lmod/lmod
23-Nov-2022 21:52:33 + export LMOD_PKG
23-Nov-2022 21:52:33 + export LMOD_CMD
23-Nov-2022 21:52:33 + export LMOD_DIR
23-Nov-2022 21:52:33 + export MODULESHOME
23-Nov-2022 21:52:33 + LMOD_VERSION=6.6
23-Nov-2022 21:52:33 + export LMOD_VERSION
23-Nov-2022 21:52:33 + '[' : '!=' : ']'
23-Nov-2022 21:52:33 + unalias ml
23-Nov-2022 21:52:33 + true
23-Nov-2022 21:52:33 ++ echo YES
23-Nov-2022 21:52:33 ++ /usr/bin/tr '[:upper:]' '[:lower:]'
23-Nov-2022 21:52:33 + export_module=yes
23-Nov-2022 21:52:33 + '[' -n '5.1.16(1)-release' -a yes '!=' no ']'
23-Nov-2022 21:52:33 + export -f module
23-Nov-2022 21:52:33 + export -f ml
23-Nov-2022 21:52:33 + unset export_module
23-Nov-2022 21:52:33 + '[' -n '' ']'
23-Nov-2022 21:52:33 + '[' 5 -ge 3 ']'
23-Nov-2022 21:52:33 + '[' -r /usr/share/lmod/lmod/init/lmod_bash_completions ']'
23-Nov-2022 21:52:33 + '[' -n '' ']'
23-Nov-2022 21:52:33 + [[ ehuB != ehuxB ]]
23-Nov-2022 21:52:33 + echo 'End of Lmod init/bash script to define the module command'
23-Nov-2022 21:52:33 + set +x
23-Nov-2022 21:52:33 End of Lmod init/bash script to define the module command
23-Nov-2022 21:52:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin.
23-Nov-2022 21:52:34 Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on 10.0.2.2:53: server misbehaving
23-Nov-2022 21:52:34 Failing task since return code of [/home/bamboo-agent/bamboo-agent/temp/REFAPP-OMODDISTRO-DNDI-13224-ScriptBuildTask-1514553226896799192.sh] was 1 while expected 0
23-Nov-2022 21:52:34 Finished task 'Build and push nightly docker image' with result: Failed
23-Nov-2022 21:52:34 Running post build plugin 'Docker Container Cleanup'
23-Nov-2022 21:52:34 Running post build plugin 'NCover Results Collector'
23-Nov-2022 21:52:34 Running post build plugin 'Build Results Label Collector'
23-Nov-2022 21:52:34 Running post build plugin 'Clover Results Collector'
23-Nov-2022 21:52:34 Running post build plugin 'npm Cache Cleanup'
23-Nov-2022 21:52:34 Running post build plugin 'Artifact Copier'
23-Nov-2022 21:52:34 Finalising the build...
23-Nov-2022 21:52:34 Stopping timer.
23-Nov-2022 21:52:34 Build REFAPP-OMODDISTRO-DNDI-13224 completed.
23-Nov-2022 21:52:34 Running on server: post build plugin 'Build Hanging Detection Configuration'
23-Nov-2022 21:52:34 Running on server: post build plugin 'NCover Results Collector'
23-Nov-2022 21:52:34 Running on server: post build plugin 'Build Labeller'
23-Nov-2022 21:52:34 Running on server: post build plugin 'Clover Delta Calculator'
23-Nov-2022 21:52:34 Running on server: post build plugin 'Maven Dependencies Postprocessor'
23-Nov-2022 21:52:34 All post build plugins have finished
23-Nov-2022 21:52:34 Generating build results summary...
23-Nov-2022 21:52:34 Saving build results to disk...
23-Nov-2022 21:52:34 Store variable context...
23-Nov-2022 21:52:34 Finished building REFAPP-OMODDISTRO-DNDI-13224.