Deploys Reference Application SNAPSHOT to maven

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

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