Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1862 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c # timeout=10 Commit message: "feat: Add AddTags function to sample, http-export & mqtt-export profiles (#114)" > git rev-list --no-walk 6d51720bebf870c8d3052e72161f8d66f404099d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:54:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:54:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:54:42 ========================================================= 22:54:42 EdgeX Global Pipelines Version Info 22:54:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:54:44 ------------------- 22:54:44 stable info: 22:54:44 ------------------- 22:54:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:54:44 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 22:54:44 Message: update stable to v1.0.119 22:54:45 ------------------- 22:54:45 experimental info: 22:54:45 ------------------- 22:54:45 Commited By: **** collab-it+edgex@linuxfoundation.org 22:54:45 Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d 22:54:45 Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:54:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 22:54:45 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 22:54:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:54:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:54:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:54:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 22:54:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:54:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 22:54:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:54:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:54:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:54:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 22:54:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:54:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:54:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:54:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:54:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:54:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:54:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:54:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:54:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:54:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:54:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:54:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:54:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:54:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [Pipeline] echo 22:54:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9362ccc [Pipeline] echo 22:54:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:54:48 + git log --format=format:%s -1 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [Pipeline] echo 22:54:48 GIT_COMMIT: 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c, Commit Message: feat: Add AddTags function to sample, http-export & mqtt-export profiles (#114) [Pipeline] echo 22:54:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:54:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:54:49 22:54:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:54:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:54:50 latest: Pulling from edgex-devops/git-semver 22:54:50 31603596830f: Pulling fs layer 22:54:50 2a8b12db71e7: Pulling fs layer 22:54:50 6ca5941a6612: Pulling fs layer 22:54:50 ecc8261a40a4: Pulling fs layer 22:54:50 ecc8261a40a4: Waiting 22:54:50 2a8b12db71e7: Verifying Checksum 22:54:50 2a8b12db71e7: Download complete 22:54:50 31603596830f: Verifying Checksum 22:54:50 31603596830f: Download complete 22:54:50 ecc8261a40a4: Verifying Checksum 22:54:50 ecc8261a40a4: Download complete 22:54:50 6ca5941a6612: Verifying Checksum 22:54:50 6ca5941a6612: Download complete 22:54:50 31603596830f: Pull complete 22:54:50 2a8b12db71e7: Pull complete 22:54:51 6ca5941a6612: Pull complete 22:54:51 ecc8261a40a4: Pull complete 22:54:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:54:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:54:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:54:52 prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container 22:54:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:54:54 $ docker top 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:54:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:54:55 [ssh-agent] Looking for ssh-agent implementation... 22:54:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:54:55 $ docker exec 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d ssh-agent 22:54:55 SSH_AUTH_SOCK=/tmp/ssh-S0mbj6wd102n/agent.11 22:54:55 SSH_AGENT_PID=16 22:54:55 Running ssh-add (command line suppressed) 22:54:55 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5576558159643810875.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5576558159643810875.key) 22:54:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:54:55 + git describe --exact-match --tags HEAD 22:54:55 fatal: No names found, cannot describe anything. [Pipeline] } 22:54:55 $ docker exec --env ******** --env ******** 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d ssh-agent -k 22:54:56 unset SSH_AUTH_SOCK; 22:54:56 unset SSH_AGENT_PID; 22:54:56 echo Agent pid 16 killed; 22:54:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:54:56 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:54:56 This usually means this commit has not been tagged. [Pipeline] sshagent 22:54:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:54:56 [ssh-agent] Looking for ssh-agent implementation... 22:54:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:54:56 $ docker exec 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d ssh-agent 22:54:56 SSH_AUTH_SOCK=/tmp/ssh-9CaBac574TWv/agent.45 22:54:56 SSH_AGENT_PID=51 22:54:56 Running ssh-add (command line suppressed) 22:54:56 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2909012469302453970.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2909012469302453970.key) 22:54:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:54:57 + git semver init 22:54:57 # -> Open(): unable to determine branch for HEAD 22:54:57 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:54:57 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:54:57 # $SEMVER_REMOTE_NAME = origin 22:54:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:54:57 # $SEMVER_USER_NAME = edgex-jenkins 22:54:57 # $SEMVER_BRANCH = master 22:54:57 # $SEMVER_TEMP = /tmp/semver-944165189 22:54:57 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 22:54:57 # '/tmp/semver-944165189' -> '/w/workspace/_app-service-configurable_master/.semver' 22:54:57 # -> Force: false 22:54:57 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:54:57 $ docker exec --env ******** --env ******** 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d ssh-agent -k 22:54:57 unset SSH_AUTH_SOCK; 22:54:57 unset SSH_AGENT_PID; 22:54:57 echo Agent pid 51 killed; 22:54:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:54:58 + git semver [Pipeline] } 22:54:58 $ docker stop --time=1 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d 22:54:59 $ docker rm -f 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:54:59 Stashed 21 file(s) [Pipeline] echo 22:54:59 [edgeXSemver]: initialized semver on version 1.2.1-dev.10 [Pipeline] echo 22:55:00 Archived original version: [1.2.1-dev.10] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:55:15 Still waiting to schedule task 22:55:15 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:55:15 Still waiting to schedule task 22:55:15 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:57:48 Running on prd-centos7-docker-4c-2g-1864 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:57:48 Running in /w/workspace/app-service-configurable/46 [Pipeline] { [Pipeline] checkout 22:57:51 using credential edgex-jenkins-ssh 22:57:51 Cloning the remote Git repository 22:57:51 Cloning with configured refspecs honoured and without tags 22:57:51 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:57:51 > git init /w/workspace/app-service-configurable/46 # timeout=10 22:57:51 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:57:51 > git --version # timeout=10 22:57:51 > git --version # 'git version 2.16.5' 22:57:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:57:51 Fetching without tags 22:57:52 Checking out Revision 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c (master) 22:57:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:57:51 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:57:51 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:57:51 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:57:51 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:57:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:57:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:57:52 > git config core.sparsecheckout # timeout=10 22:57:52 > git checkout -f 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c # timeout=10 22:57:55 Commit message: "feat: Add AddTags function to sample, http-export & mqtt-export profiles (#114)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:57:56 ========================================================= 22:57:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 22:57:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:57:57 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 22:57:57 Sending build context to Docker daemon 302.6kB 22:57:57 Step 1/8 : ARG BASE=golang:1.13-alpine 22:57:57 Step 2/8 : FROM ${BASE} 22:57:57 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 22:57:57 df20fa9351a1: Pulling fs layer 22:57:57 ed8968b2872e: Pulling fs layer 22:57:57 a92cc7c5fd73: Pulling fs layer 22:57:57 2dd03ba5bac4: Pulling fs layer 22:57:57 1e091d79d1de: Pulling fs layer 22:57:57 481702a1767f: Pulling fs layer 22:57:57 f64a6f60c768: Pulling fs layer 22:57:57 e78d2573fc39: Pulling fs layer 22:57:57 e876d2f968b6: Pulling fs layer 22:57:57 ce8a83651883: Pulling fs layer 22:57:57 07967f4d0e4b: Pulling fs layer 22:57:57 f64a6f60c768: Waiting 22:57:57 e78d2573fc39: Waiting 22:57:57 e876d2f968b6: Waiting 22:57:57 ce8a83651883: Waiting 22:57:57 07967f4d0e4b: Waiting 22:57:57 2dd03ba5bac4: Waiting 22:57:57 1e091d79d1de: Waiting 22:57:57 481702a1767f: Waiting 22:57:57 a92cc7c5fd73: Verifying Checksum 22:57:57 a92cc7c5fd73: Download complete 22:57:57 ed8968b2872e: Download complete 22:57:57 1e091d79d1de: Verifying Checksum 22:57:57 1e091d79d1de: Download complete 22:57:57 481702a1767f: Verifying Checksum 22:57:57 481702a1767f: Download complete 22:57:57 df20fa9351a1: Verifying Checksum 22:57:57 df20fa9351a1: Download complete 22:57:58 df20fa9351a1: Pull complete 22:57:58 ed8968b2872e: Pull complete 22:57:58 a92cc7c5fd73: Pull complete 22:58:00 f64a6f60c768: Verifying Checksum 22:58:00 f64a6f60c768: Download complete 22:58:00 e876d2f968b6: Verifying Checksum 22:58:00 e876d2f968b6: Download complete 22:58:01 ce8a83651883: Verifying Checksum 22:58:01 ce8a83651883: Download complete 22:58:01 07967f4d0e4b: Verifying Checksum 22:58:01 07967f4d0e4b: Download complete 22:58:01 e78d2573fc39: Verifying Checksum 22:58:01 e78d2573fc39: Download complete 22:58:01 2dd03ba5bac4: Verifying Checksum 22:58:01 2dd03ba5bac4: Download complete 22:58:06 2dd03ba5bac4: Pull complete 22:58:06 1e091d79d1de: Pull complete 22:58:06 481702a1767f: Pull complete 22:58:13 f64a6f60c768: Pull complete 22:58:16 e78d2573fc39: Pull complete 22:58:16 e876d2f968b6: Pull complete 22:58:17 ce8a83651883: Pull complete 22:58:17 07967f4d0e4b: Pull complete 22:58:17 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 22:58:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 22:58:17 ---> 5d7c900382c6 22:58:17 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:58:19 ---> Running in 613c1d07182d 22:58:19 Removing intermediate container 613c1d07182d 22:58:19 ---> c610df97b8a0 22:58:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:19 ---> Running in 9a16005b4fe1 22:58:20 Removing intermediate container 9a16005b4fe1 22:58:20 ---> b825b84b3ff7 22:58:20 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:58:21 ---> Running in cb6598cf6667 22:58:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:58:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:58:23 (1/6) Installing libc-dev (0.7.2-r3) 22:58:23 (2/6) Installing libsodium (1.0.18-r0) 22:58:23 (3/6) Installing pkgconf (1.7.2-r0) 22:58:23 (4/6) Installing libsodium-dev (1.0.18-r0) 22:58:23 (5/6) Installing libzmq (4.3.3-r0) 22:58:23 (6/6) Installing zeromq-dev (4.3.3-r0) 22:58:23 Executing busybox-1.31.1-r16.trigger 22:58:23 OK: 167 MiB in 45 packages 22:58:24 Removing intermediate container cb6598cf6667 22:58:24 ---> c321f85bbf15 22:58:24 Step 6/8 : WORKDIR /app 22:58:24 ---> Running in 8540ab6f42ba 22:58:24 Removing intermediate container 8540ab6f42ba 22:58:24 ---> c052ddde24ba 22:58:24 Step 7/8 : COPY . . 22:58:24 ---> 2f59ef23b6d7 22:58:24 Step 8/8 : RUN go mod download 22:58:25 ---> Running in 8b7cd539321b 22:58:27 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:58:27 go: finding github.com/BurntSushi/toml v0.3.1 22:58:27 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 22:58:27 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:58:27 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 22:58:27 go: finding github.com/bgentry/speakeasy v0.1.0 22:58:27 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:58:27 go: finding github.com/davecgh/go-spew v1.1.1 22:58:27 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:58:27 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 22:58:27 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.21 22:58:27 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 22:58:27 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:58:27 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.75 22:58:27 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 22:58:27 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 22:58:27 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 22:58:27 go: finding github.com/fatih/color v1.7.0 22:58:27 go: finding github.com/fsnotify/fsnotify v1.4.7 22:58:27 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:58:27 go: finding github.com/go-kit/kit v0.8.0 22:58:27 go: finding github.com/go-logfmt/logfmt v0.4.0 22:58:27 go: finding github.com/go-playground/assert/v2 v2.0.1 22:58:27 go: finding github.com/go-playground/locales v0.13.0 22:58:27 go: finding github.com/go-playground/universal-translator v0.17.0 22:58:27 go: finding github.com/go-playground/validator/v10 v10.3.0 22:58:27 go: finding github.com/go-redis/redis/v7 v7.2.0 22:58:27 go: finding github.com/go-stack/stack v1.8.0 22:58:27 go: finding github.com/golang/protobuf v1.3.2 22:58:27 go: finding github.com/golang/snappy v0.0.1 22:58:27 go: finding github.com/gomodule/redigo v2.0.0+incompatible 22:58:28 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:58:28 go: finding github.com/google/go-cmp v0.4.0 22:58:28 go: finding github.com/google/uuid v1.1.1 22:58:28 go: finding github.com/gorilla/mux v1.8.0 22:58:28 go: finding github.com/hashicorp/consul/api v1.1.0 22:58:28 go: finding github.com/hashicorp/consul/sdk v0.1.1 22:58:28 go: finding github.com/hashicorp/errwrap v1.0.0 22:58:28 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:58:28 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:58:28 go: finding github.com/hashicorp/go-msgpack v0.5.3 22:58:28 go: finding github.com/hashicorp/go-multierror v1.0.0 22:58:28 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:58:28 go: finding github.com/hashicorp/go-sockaddr v1.0.0 22:58:28 go: finding github.com/hashicorp/go-syslog v1.0.0 22:58:28 go: finding github.com/hashicorp/go-uuid v1.0.1 22:58:28 go: finding github.com/hashicorp/go.net v0.0.1 22:58:28 go: finding github.com/hashicorp/golang-lru v0.5.0 22:58:28 go: finding github.com/hashicorp/logutils v1.0.0 22:58:28 go: finding github.com/hashicorp/mdns v1.0.0 22:58:28 go: finding github.com/hashicorp/memberlist v0.1.3 22:58:28 go: finding github.com/hashicorp/serf v0.8.2 22:58:28 go: finding github.com/hpcloud/tail v1.0.0 22:58:28 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:58:28 go: finding github.com/kr/pretty v0.1.0 22:58:28 go: finding github.com/kr/pty v1.1.1 22:58:28 go: finding github.com/kr/text v0.1.0 22:58:28 go: finding github.com/leodido/go-urn v1.2.0 22:58:28 go: finding github.com/mattn/go-colorable v0.0.9 22:58:28 go: finding github.com/mattn/go-isatty v0.0.3 22:58:28 go: finding github.com/miekg/dns v1.0.14 22:58:28 go: finding github.com/mitchellh/cli v1.0.0 22:58:28 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:58:28 go: finding github.com/mitchellh/copystructure v1.0.0 22:58:28 go: finding github.com/mitchellh/go-homedir v1.0.0 22:58:28 go: finding github.com/mitchellh/go-testing-interface v1.0.0 22:58:28 go: finding github.com/mitchellh/gox v0.4.0 22:58:28 go: finding github.com/mitchellh/iochan v1.0.0 22:58:28 go: finding github.com/mitchellh/mapstructure v1.1.2 22:58:28 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:58:28 go: finding github.com/onsi/ginkgo v1.10.1 22:58:28 go: finding github.com/onsi/gomega v1.7.0 22:58:28 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:58:28 go: finding github.com/pebbe/zmq4 v1.0.0 22:58:28 go: finding github.com/pelletier/go-toml v1.2.0 22:58:28 go: finding github.com/pkg/errors v0.8.1 22:58:28 go: finding github.com/pmezard/go-difflib v1.0.0 22:58:29 go: finding github.com/posener/complete v1.1.1 22:58:29 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 22:58:29 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:58:29 go: finding github.com/stretchr/objx v0.2.0 22:58:29 go: finding github.com/stretchr/testify v1.6.1 22:58:29 go: finding github.com/tidwall/pretty v1.0.1 22:58:29 go: finding github.com/ugorji/go v1.1.4 22:58:29 go: finding github.com/x448/float16 v0.8.4 22:58:29 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 22:58:29 go: finding github.com/xdg/stringprep v1.0.0 22:58:29 go: finding go.mongodb.org/mongo-driver v1.1.1 22:58:29 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:58:29 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:58:29 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:58:29 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 22:58:29 go: finding golang.org/x/text v0.3.2 22:58:29 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 22:58:29 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 22:58:29 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 22:58:29 go: finding gopkg.in/fsnotify.v1 v1.4.7 22:58:29 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 22:58:29 go: finding gopkg.in/yaml.v2 v2.2.8 22:58:29 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:58:51 Removing intermediate container 8b7cd539321b 22:58:51 ---> 0453688de98a 22:58:51 Successfully built 0453688de98a 22:58:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:58:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:58:54 + ls -al . 22:58:54 total 72 22:58:54 drwxrwxr-x. 8 jenkins jenkins 4096 Sep 8 22:57 . 22:58:54 drwxrwxr-x. 4 jenkins jenkins 30 Sep 8 22:57 .. 22:58:54 -rw-rw-r--. 1 jenkins jenkins 6568 Sep 8 22:57 Attribution.txt 22:58:54 drwxrwxr-x. 2 jenkins jenkins 64 Sep 8 22:57 bin 22:58:54 -rw-rw-r--. 1 jenkins jenkins 180 Sep 8 22:57 docker-compose.debug.yml 22:58:54 -rw-rw-r--. 1 jenkins jenkins 133 Sep 8 22:57 docker-compose.yml 22:58:54 -rw-rw-r--. 1 jenkins jenkins 2002 Sep 8 22:57 Dockerfile 22:58:54 -rw-rw-r--. 1 jenkins jenkins 966 Sep 8 22:57 Dockerfile.build 22:58:54 -rw-rw-r--. 1 jenkins jenkins 119 Sep 8 22:57 .dockerignore 22:58:54 drwxrwxr-x. 8 jenkins jenkins 162 Sep 8 22:57 .git 22:58:54 drwxrwxr-x. 2 jenkins jenkins 81 Sep 8 22:57 .github 22:58:54 -rw-rw-r--. 1 jenkins jenkins 93 Sep 8 22:57 .gitignore 22:58:54 -rw-rw-r--. 1 jenkins jenkins 133 Sep 8 22:57 go.mod 22:58:54 -rw-rw-r--. 1 jenkins jenkins 710 Sep 8 22:57 Jenkinsfile 22:58:54 -rw-rw-r--. 1 jenkins jenkins 10174 Sep 8 22:57 LICENSE 22:58:54 -rw-rw-r--. 1 jenkins jenkins 1519 Sep 8 22:57 main.go 22:58:54 -rw-rw-r--. 1 jenkins jenkins 1573 Sep 8 22:57 makefile 22:58:54 -rw-rw-r--. 1 jenkins jenkins 1277 Sep 8 22:57 README.md 22:58:54 drwxrwxr-x. 10 jenkins jenkins 171 Sep 8 22:57 res 22:58:54 drwxrwxr-x. 3 jenkins jenkins 32 Sep 8 22:57 .semver 22:58:54 drwxrwxr-x. 4 jenkins jenkins 71 Sep 8 22:57 snap 22:58:54 -rw-rw-r--. 1 jenkins jenkins 12 Sep 8 22:54 VERSION [Pipeline] isUnix [Pipeline] sh 22:58:54 + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c --label arch=amd64 --label version=1.2.1-dev.10 . 22:58:55 Sending build context to Docker daemon 303.6kB 22:58:55 Step 1/27 : ARG BASE=golang:1.13-alpine 22:58:55 Step 2/27 : FROM ${BASE} AS builder 22:58:55 ---> 0453688de98a 22:58:55 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:58:55 ---> Running in 295a34323228 22:58:55 Removing intermediate container 295a34323228 22:58:55 ---> f27c68d0d4c8 22:58:55 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:58:55 ---> Running in 4b76d05108a9 22:58:55 Removing intermediate container 4b76d05108a9 22:58:55 ---> 14ebc4117ee5 22:58:55 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:58:55 ---> Running in abcc89fac730 22:58:55 Removing intermediate container abcc89fac730 22:58:55 ---> 4ef331cac6b8 22:58:55 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:55 ---> Running in a8a84cecf499 22:58:56 Removing intermediate container a8a84cecf499 22:58:56 ---> c35d7fb90535 22:58:56 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:58:56 ---> Running in ce35adbb0974 22:58:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:58:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:58:58 OK: 167 MiB in 45 packages 22:58:58 Removing intermediate container ce35adbb0974 22:58:58 ---> 85a4980868e5 22:58:58 Step 8/27 : WORKDIR /app 22:58:58 ---> Running in 9b7c82aed747 22:58:59 Removing intermediate container 9b7c82aed747 22:58:59 ---> 4ce87e58fdb4 22:58:59 Step 9/27 : COPY go.mod . 22:58:59 ---> 2d79f19ed077 22:58:59 Step 10/27 : RUN go mod download 22:58:59 ---> Running in 838b0cab9655 22:59:00 Removing intermediate container 838b0cab9655 22:59:00 ---> 3ec75b2f74f0 22:59:00 Step 11/27 : COPY . . 22:59:01 ---> d5c3eeae3f25 22:59:01 Step 12/27 : ARG MAKE="make build" 22:59:01 ---> Running in a5c3be7c4d36 22:59:01 Removing intermediate container a5c3be7c4d36 22:59:01 ---> 594b4a02a196 22:59:01 Step 13/27 : RUN $MAKE 22:59:01 ---> Running in 5dbf1c0749d1 22:59:01 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.21 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.10" -o app-service-configurable 22:59:19 Removing intermediate container 5dbf1c0749d1 22:59:19 ---> a682ada5d88a 22:59:19 Step 14/27 : FROM alpine:latest 22:59:20 latest: Pulling from library/alpine 22:59:20 df20fa9351a1: Already exists 22:59:20 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 22:59:20 Status: Downloaded newer image for alpine:latest 22:59:20 ---> a24bb4013296 22:59:20 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:59:20 ---> Running in b93fe7aad339 22:59:20 Removing intermediate container b93fe7aad339 22:59:20 ---> 73d5a792069a 22:59:20 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:59:20 ---> Running in 46fdaf949632 22:59:21 Removing intermediate container 46fdaf949632 22:59:21 ---> 01df3bd74c1a 22:59:21 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 22:59:21 ---> Running in 5bf40288c8fd 22:59:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:59:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:59:21 (1/6) Installing ca-certificates (20191127-r4) 22:59:21 (2/6) Installing libgcc (9.3.0-r2) 22:59:21 (3/6) Installing libsodium (1.0.18-r0) 22:59:21 (4/6) Installing libstdc++ (9.3.0-r2) 22:59:21 (5/6) Installing libzmq (4.3.3-r0) 22:59:21 (6/6) Installing zeromq (4.3.3-r0) 22:59:21 Executing busybox-1.31.1-r16.trigger 22:59:21 Executing ca-certificates-20191127-r4.trigger 22:59:21 OK: 9 MiB in 20 packages 22:59:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1865 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:59:22 Running in /w/workspace/app-service-configurable/46 [Pipeline] { [Pipeline] checkout 22:59:22 Removing intermediate container 5bf40288c8fd 22:59:22 ---> 4fdfe69f2357 22:59:22 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:59:23 ---> 2739723c57f7 22:59:23 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:59:23 ---> 9bd2e297f7c9 22:59:23 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:59:23 ---> 583bb2a83bcf 22:59:23 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:59:24 ---> a9309dcb768f 22:59:24 Step 22/27 : EXPOSE 48095 22:59:24 ---> Running in f4de3d4adf21 22:59:24 Removing intermediate container f4de3d4adf21 22:59:24 ---> fcdae390e3cc 22:59:24 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:59:24 ---> Running in 494112630da6 22:59:24 Removing intermediate container 494112630da6 22:59:24 ---> 7c69ba6ea33d 22:59:24 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:59:24 ---> Running in d318be4b0a08 22:59:24 Removing intermediate container d318be4b0a08 22:59:24 ---> 8a4b8f8c6d84 22:59:24 Step 25/27 : LABEL arch=amd64 22:59:24 ---> Running in aaa6d284b1fd 22:59:25 Removing intermediate container aaa6d284b1fd 22:59:25 ---> 1cf0c972ef01 22:59:25 Step 26/27 : LABEL git_sha=9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 22:59:25 ---> Running in 9e6e2cc85aff 22:59:25 Removing intermediate container 9e6e2cc85aff 22:59:25 ---> d4f9838ac4b8 22:59:25 Step 27/27 : LABEL version=1.2.1-dev.10 22:59:25 ---> Running in d987815c0968 22:59:25 Removing intermediate container d987815c0968 22:59:25 ---> b61c11bed9c8 22:59:25 [Warning] One or more build-args [ARCH] were not consumed 22:59:25 Successfully built b61c11bed9c8 22:59:25 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:59:25 provisioning config files... 22:59:25 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/46@tmp/config8488925292996329517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:59:26 ---> docker-login.sh 22:59:26 nexus3.edgexfoundry.org:10001 22:59:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:26 Configure a credential helper to remove this warning. See 22:59:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:26 22:59:26 Login Succeeded 22:59:26 nexus3.edgexfoundry.org:10002 22:59:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:26 Configure a credential helper to remove this warning. See 22:59:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:26 22:59:26 Login Succeeded 22:59:26 nexus3.edgexfoundry.org:10003 22:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:27 Configure a credential helper to remove this warning. See 22:59:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:27 22:59:27 Login Succeeded 22:59:27 nexus3.edgexfoundry.org:10004 22:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:27 Configure a credential helper to remove this warning. See 22:59:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:27 22:59:27 Login Succeeded 22:59:27 docker.io 22:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:27 using credential edgex-jenkins-ssh 22:59:27 Cloning the remote Git repository 22:59:27 Cloning with configured refspecs honoured and without tags 22:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:27 Configure a credential helper to remove this warning. See 22:59:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:27 22:59:27 Login Succeeded 22:59:27 ---> docker-login.sh ends [Pipeline] } 22:59:27 Deleting 1 temporary files 22:59:27 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:59:27 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 22:59:27 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 22:59:27 latest 22:59:27 1.2.1-dev.10 22:59:27 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 22:59:27 master 22:59:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:59:28 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [Pipeline] isUnix [Pipeline] sh 22:59:28 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 22:59:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:59:28 e634cdf107cb: Preparing 22:59:28 ede019451202: Preparing 22:59:28 a3eb2b459f03: Preparing 22:59:28 90336eda25fd: Preparing 22:59:28 a9a815ce2392: Preparing 22:59:28 50644c29ef5a: Preparing 22:59:28 50644c29ef5a: Waiting 22:59:28 ede019451202: Pushed 22:59:28 90336eda25fd: Pushed 22:59:28 a3eb2b459f03: Pushed 22:59:28 Fetching without tags 22:59:28 50644c29ef5a: Layer already exists 22:59:28 a9a815ce2392: Pushed 22:59:27 > git init /w/workspace/app-service-configurable/46 # timeout=10 22:59:27 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:59:27 > git --version # timeout=10 22:59:27 > git --version # 'git version 2.17.1' 22:59:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:59:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:59:28 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:59:28 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:59:28 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:59:28 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:59:28 using GIT_SSH to set credentials SSH Credentials for GitHub 22:59:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:59:29 Checking out Revision 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c (master) 22:59:29 > git config core.sparsecheckout # timeout=10 22:59:29 > git checkout -f 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c # timeout=10 22:59:30 e634cdf107cb: Pushed 22:59:30 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c: digest: sha256:fb9d1f7bd7bdf436c03797bc9bbb85c3f27940991eb7cabe5af9c596cdd91fe6 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:59:31 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 22:59:31 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:59:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:59:31 e634cdf107cb: Preparing 22:59:31 ede019451202: Preparing 22:59:31 a3eb2b459f03: Preparing 22:59:31 90336eda25fd: Preparing 22:59:31 a9a815ce2392: Preparing 22:59:31 50644c29ef5a: Preparing 22:59:31 50644c29ef5a: Waiting 22:59:31 ede019451202: Layer already exists 22:59:31 a9a815ce2392: Layer already exists 22:59:31 90336eda25fd: Layer already exists 22:59:31 e634cdf107cb: Layer already exists 22:59:31 a3eb2b459f03: Layer already exists 22:59:31 50644c29ef5a: Layer already exists 22:59:31 latest: digest: sha256:fb9d1f7bd7bdf436c03797bc9bbb85c3f27940991eb7cabe5af9c596cdd91fe6 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:59:31 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.10 [Pipeline] isUnix [Pipeline] sh 22:59:31 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.10 22:59:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:59:31 e634cdf107cb: Preparing 22:59:31 ede019451202: Preparing 22:59:31 a3eb2b459f03: Preparing 22:59:31 90336eda25fd: Preparing 22:59:31 a9a815ce2392: Preparing 22:59:31 50644c29ef5a: Preparing 22:59:31 50644c29ef5a: Waiting 22:59:31 e634cdf107cb: Layer already exists 22:59:31 ede019451202: Layer already exists 22:59:31 a3eb2b459f03: Layer already exists 22:59:31 90336eda25fd: Layer already exists 22:59:31 a9a815ce2392: Layer already exists 22:59:31 50644c29ef5a: Layer already exists 22:59:31 1.2.1-dev.10: digest: sha256:fb9d1f7bd7bdf436c03797bc9bbb85c3f27940991eb7cabe5af9c596cdd91fe6 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:59:32 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 [Pipeline] isUnix [Pipeline] sh 22:59:32 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 22:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:59:32 e634cdf107cb: Preparing 22:59:32 ede019451202: Preparing 22:59:32 a3eb2b459f03: Preparing 22:59:32 90336eda25fd: Preparing 22:59:32 a9a815ce2392: Preparing 22:59:32 50644c29ef5a: Preparing 22:59:32 50644c29ef5a: Waiting 22:59:32 ede019451202: Layer already exists 22:59:32 90336eda25fd: Layer already exists 22:59:32 a9a815ce2392: Layer already exists 22:59:32 e634cdf107cb: Layer already exists 22:59:32 a3eb2b459f03: Layer already exists 22:59:32 50644c29ef5a: Layer already exists 22:59:32 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10: digest: sha256:fb9d1f7bd7bdf436c03797bc9bbb85c3f27940991eb7cabe5af9c596cdd91fe6 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:59:32 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 22:59:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 22:59:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:59:33 e634cdf107cb: Preparing 22:59:33 ede019451202: Preparing 22:59:33 a3eb2b459f03: Preparing 22:59:33 90336eda25fd: Preparing 22:59:33 a9a815ce2392: Preparing 22:59:33 50644c29ef5a: Preparing 22:59:33 50644c29ef5a: Waiting 22:59:33 e634cdf107cb: Layer already exists 22:59:33 90336eda25fd: Layer already exists 22:59:33 a9a815ce2392: Layer already exists 22:59:33 ede019451202: Layer already exists 22:59:33 a3eb2b459f03: Layer already exists 22:59:33 50644c29ef5a: Layer already exists 22:59:33 master: digest: sha256:fb9d1f7bd7bdf436c03797bc9bbb85c3f27940991eb7cabe5af9c596cdd91fe6 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:59:33 ===================================================== [Pipeline] echo 22:59:33 taggedImages: 22:59:33 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 22:59:33 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:59:33 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.10 22:59:33 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 22:59:33 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 22:59:33 Commit message: "feat: Add AddTags function to sample, http-export & mqtt-export profiles (#114)" Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:59:35 ========================================================= 22:59:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 22:59:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:59:36 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 22:59:36 Sending build context to Docker daemon 302.6kB 22:59:36 Step 1/8 : ARG BASE=golang:1.13-alpine 22:59:36 Step 2/8 : FROM ${BASE} 22:59:37 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:59:37 b538f80385f9: Pulling fs layer 22:59:37 74f711af9a0d: Pulling fs layer 22:59:37 99f96fe45779: Pulling fs layer 22:59:37 fd7a069fd194: Pulling fs layer 22:59:37 66aa3694b03b: Pulling fs layer 22:59:37 170f70906a0f: Pulling fs layer 22:59:37 ad7c5574e4b9: Pulling fs layer 22:59:37 e772456be8f7: Pulling fs layer 22:59:37 c890913d741a: Pulling fs layer 22:59:37 2480fcc9aa5a: Pulling fs layer 22:59:37 09adf4765672: Pulling fs layer 22:59:37 fd7a069fd194: Waiting 22:59:37 66aa3694b03b: Waiting 22:59:37 170f70906a0f: Waiting 22:59:37 ad7c5574e4b9: Waiting 22:59:37 e772456be8f7: Waiting 22:59:37 c890913d741a: Waiting 22:59:37 2480fcc9aa5a: Waiting 22:59:37 09adf4765672: Waiting 22:59:37 99f96fe45779: Verifying Checksum 22:59:37 99f96fe45779: Download complete 22:59:37 74f711af9a0d: Verifying Checksum 22:59:37 74f711af9a0d: Download complete 22:59:37 66aa3694b03b: Verifying Checksum 22:59:37 66aa3694b03b: Download complete 22:59:37 170f70906a0f: Download complete 22:59:37 b538f80385f9: Verifying Checksum 22:59:38 b538f80385f9: Pull complete 22:59:38 74f711af9a0d: Pull complete 22:59:39 99f96fe45779: Pull complete 22:59:39 ad7c5574e4b9: Verifying Checksum 22:59:39 ad7c5574e4b9: Download complete 22:59:39 c890913d741a: Verifying Checksum 22:59:39 c890913d741a: Download complete 22:59:41 2480fcc9aa5a: Verifying Checksum 22:59:41 2480fcc9aa5a: Download complete 22:59:41 09adf4765672: Verifying Checksum 22:59:41 09adf4765672: Download complete 22:59:42 e772456be8f7: Verifying Checksum 22:59:42 e772456be8f7: Download complete 22:59:43 fd7a069fd194: Verifying Checksum 22:59:43 fd7a069fd194: Download complete 22:59:55 fd7a069fd194: Pull complete 22:59:55 66aa3694b03b: Pull complete 22:59:55 170f70906a0f: Pull complete 22:59:59 ad7c5574e4b9: Pull complete 23:00:04 e772456be8f7: Pull complete 23:00:04 c890913d741a: Pull complete 23:00:06 2480fcc9aa5a: Pull complete 23:00:07 09adf4765672: Pull complete 23:00:07 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 23:00:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 23:00:07 ---> 2248a725d1cf 23:00:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:00:11 ---> Running in 171cb02b87e5 23:00:11 Removing intermediate container 171cb02b87e5 23:00:11 ---> 7614df89f98d 23:00:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:11 ---> Running in bfa0556a7caa 23:00:14 Removing intermediate container bfa0556a7caa 23:00:14 ---> e09e8589a30f 23:00:14 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 23:00:14 ---> Running in da2feb87f8e6 23:00:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:00:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:00:17 (1/6) Installing libc-dev (0.7.2-r3) 23:00:17 (2/6) Installing libsodium (1.0.18-r0) 23:00:17 (3/6) Installing pkgconf (1.7.2-r0) 23:00:17 (4/6) Installing libsodium-dev (1.0.18-r0) 23:00:17 (5/6) Installing libzmq (4.3.3-r0) 23:00:17 (6/6) Installing zeromq-dev (4.3.3-r0) 23:00:18 Executing busybox-1.31.1-r16.trigger 23:00:18 OK: 144 MiB in 45 packages 23:00:19 Removing intermediate container da2feb87f8e6 23:00:19 ---> e3e70fe0278e 23:00:19 Step 6/8 : WORKDIR /app 23:00:19 ---> Running in 9a7879c58936 23:00:19 Removing intermediate container 9a7879c58936 23:00:19 ---> 7fe1a195ae2e 23:00:19 Step 7/8 : COPY . . 23:00:20 ---> 4fda90fb58a4 23:00:20 Step 8/8 : RUN go mod download 23:00:20 ---> Running in d5338a40e4f1 23:00:24 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:00:24 go: finding github.com/BurntSushi/toml v0.3.1 23:00:24 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:00:24 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:00:24 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:00:24 go: finding github.com/bgentry/speakeasy v0.1.0 23:00:24 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:00:24 go: finding github.com/davecgh/go-spew v1.1.1 23:00:24 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:00:24 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 23:00:24 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.21 23:00:24 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 23:00:24 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:00:24 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.75 23:00:24 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 23:00:24 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 23:00:24 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 23:00:24 go: finding github.com/fatih/color v1.7.0 23:00:24 go: finding github.com/fsnotify/fsnotify v1.4.7 23:00:24 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:00:24 go: finding github.com/go-kit/kit v0.8.0 23:00:24 go: finding github.com/go-logfmt/logfmt v0.4.0 23:00:24 go: finding github.com/go-playground/assert/v2 v2.0.1 23:00:24 go: finding github.com/go-playground/locales v0.13.0 23:00:24 go: finding github.com/go-playground/universal-translator v0.17.0 23:00:24 go: finding github.com/go-playground/validator/v10 v10.3.0 23:00:24 go: finding github.com/go-redis/redis/v7 v7.2.0 23:00:24 go: finding github.com/go-stack/stack v1.8.0 23:00:24 go: finding github.com/golang/protobuf v1.3.2 23:00:24 go: finding github.com/golang/snappy v0.0.1 23:00:24 go: finding github.com/gomodule/redigo v2.0.0+incompatible 23:00:24 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:00:24 go: finding github.com/google/go-cmp v0.4.0 23:00:24 go: finding github.com/google/uuid v1.1.1 23:00:24 go: finding github.com/gorilla/mux v1.8.0 23:00:24 go: finding github.com/hashicorp/consul/api v1.1.0 23:00:24 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:00:24 go: finding github.com/hashicorp/errwrap v1.0.0 23:00:24 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:00:24 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:00:24 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:00:24 go: finding github.com/hashicorp/go-multierror v1.0.0 23:00:24 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:00:24 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:00:24 go: finding github.com/hashicorp/go-syslog v1.0.0 23:00:24 go: finding github.com/hashicorp/go-uuid v1.0.1 23:00:24 go: finding github.com/hashicorp/go.net v0.0.1 23:00:24 go: finding github.com/hashicorp/golang-lru v0.5.0 23:00:24 go: finding github.com/hashicorp/logutils v1.0.0 23:00:24 go: finding github.com/hashicorp/mdns v1.0.0 23:00:24 go: finding github.com/hashicorp/memberlist v0.1.3 23:00:25 go: finding github.com/hashicorp/serf v0.8.2 23:00:25 go: finding github.com/hpcloud/tail v1.0.0 23:00:25 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:00:25 go: finding github.com/kr/pretty v0.1.0 23:00:25 go: finding github.com/kr/pty v1.1.1 23:00:25 go: finding github.com/kr/text v0.1.0 23:00:25 go: finding github.com/leodido/go-urn v1.2.0 23:00:25 go: finding github.com/mattn/go-colorable v0.0.9 23:00:25 go: finding github.com/mattn/go-isatty v0.0.3 23:00:25 go: finding github.com/miekg/dns v1.0.14 23:00:25 go: finding github.com/mitchellh/cli v1.0.0 23:00:25 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:00:25 go: finding github.com/mitchellh/copystructure v1.0.0 23:00:25 go: finding github.com/mitchellh/go-homedir v1.0.0 23:00:25 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:00:25 go: finding github.com/mitchellh/gox v0.4.0 23:00:25 go: finding github.com/mitchellh/iochan v1.0.0 23:00:25 go: finding github.com/mitchellh/mapstructure v1.1.2 23:00:25 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:00:25 go: finding github.com/onsi/ginkgo v1.10.1 23:00:25 go: finding github.com/onsi/gomega v1.7.0 23:00:25 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:00:25 go: finding github.com/pebbe/zmq4 v1.0.0 23:00:25 go: finding github.com/pelletier/go-toml v1.2.0 23:00:25 go: finding github.com/pkg/errors v0.8.1 23:00:25 go: finding github.com/pmezard/go-difflib v1.0.0 23:00:25 go: finding github.com/posener/complete v1.1.1 23:00:25 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:00:25 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:00:25 go: finding github.com/stretchr/objx v0.2.0 23:00:25 go: finding github.com/stretchr/testify v1.6.1 23:00:25 go: finding github.com/tidwall/pretty v1.0.1 23:00:25 go: finding github.com/ugorji/go v1.1.4 23:00:25 go: finding github.com/x448/float16 v0.8.4 23:00:26 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 23:00:26 go: finding github.com/xdg/stringprep v1.0.0 23:00:26 go: finding go.mongodb.org/mongo-driver v1.1.1 23:00:26 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:00:26 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:00:26 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:00:26 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 23:00:26 go: finding golang.org/x/text v0.3.2 23:00:26 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 23:00:26 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 23:00:26 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 23:00:26 go: finding gopkg.in/fsnotify.v1 v1.4.7 23:00:26 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 23:00:26 go: finding gopkg.in/yaml.v2 v2.2.8 23:00:26 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 23:00:53 Removing intermediate container d5338a40e4f1 23:00:53 ---> da9be2a5f7d0 23:00:53 Successfully built da9be2a5f7d0 23:00:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:00:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:00:54 + ls -al . 23:00:54 total 100 23:00:54 drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 22:59 . 23:00:54 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 22:59 .. 23:00:54 -rw-rw-r-- 1 jenkins jenkins 119 Sep 8 22:59 .dockerignore 23:00:54 drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 22:59 .git 23:00:54 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 22:59 .github 23:00:54 -rw-rw-r-- 1 jenkins jenkins 93 Sep 8 22:59 .gitignore 23:00:54 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 22:59 .semver 23:00:54 -rw-rw-r-- 1 jenkins jenkins 6568 Sep 8 22:59 Attribution.txt 23:00:54 -rw-rw-r-- 1 jenkins jenkins 2002 Sep 8 22:59 Dockerfile 23:00:54 -rw-rw-r-- 1 jenkins jenkins 966 Sep 8 22:59 Dockerfile.build 23:00:54 -rw-rw-r-- 1 jenkins jenkins 710 Sep 8 22:59 Jenkinsfile 23:00:54 -rw-rw-r-- 1 jenkins jenkins 10174 Sep 8 22:59 LICENSE 23:00:54 -rw-rw-r-- 1 jenkins jenkins 1277 Sep 8 22:59 README.md 23:00:54 -rw-rw-r-- 1 jenkins jenkins 12 Sep 8 22:54 VERSION 23:00:54 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 22:59 bin 23:00:54 -rw-rw-r-- 1 jenkins jenkins 180 Sep 8 22:59 docker-compose.debug.yml 23:00:54 -rw-rw-r-- 1 jenkins jenkins 133 Sep 8 22:59 docker-compose.yml 23:00:54 -rw-rw-r-- 1 jenkins jenkins 133 Sep 8 22:59 go.mod 23:00:54 -rw-rw-r-- 1 jenkins jenkins 1519 Sep 8 22:59 main.go 23:00:54 -rw-rw-r-- 1 jenkins jenkins 1573 Sep 8 22:59 makefile 23:00:54 drwxrwxr-x 10 jenkins jenkins 4096 Sep 8 22:59 res 23:00:54 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 22:59 snap [Pipeline] isUnix [Pipeline] sh 23:00:54 + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c --label arch=arm64 --label version=1.2.1-dev.10 . 23:00:55 Sending build context to Docker daemon 303.6kB 23:00:55 Step 1/27 : ARG BASE=golang:1.13-alpine 23:00:55 Step 2/27 : FROM ${BASE} AS builder 23:00:55 ---> da9be2a5f7d0 23:00:55 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 23:00:55 ---> Running in b1f368d3b805 23:00:55 Removing intermediate container b1f368d3b805 23:00:55 ---> db1e398669b5 23:00:55 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 23:00:55 ---> Running in 2620cf9d0a0f 23:00:56 Removing intermediate container 2620cf9d0a0f 23:00:56 ---> 3379c469564e 23:00:56 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:00:56 ---> Running in aebe3370180c 23:00:56 Removing intermediate container aebe3370180c 23:00:56 ---> 1524e5d7e4d0 23:00:56 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:57 ---> Running in c32297b51c91 23:00:59 Removing intermediate container c32297b51c91 23:00:59 ---> 95f198861ed6 23:00:59 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:00:59 ---> Running in c5d3f957a1c3 23:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:02 OK: 144 MiB in 45 packages 23:01:03 Removing intermediate container c5d3f957a1c3 23:01:03 ---> 223ac4b0c5ee 23:01:03 Step 8/27 : WORKDIR /app 23:01:03 ---> Running in e627fb23e92c 23:01:04 Removing intermediate container e627fb23e92c 23:01:04 ---> ee57a9bd9c85 23:01:04 Step 9/27 : COPY go.mod . 23:01:04 ---> e3ded11d42bd 23:01:04 Step 10/27 : RUN go mod download 23:01:04 ---> Running in 1634d6ba8028 23:01:07 Removing intermediate container 1634d6ba8028 23:01:07 ---> 7496d06d3ec4 23:01:07 Step 11/27 : COPY . . 23:01:08 ---> 478ab93410fe 23:01:08 Step 12/27 : ARG MAKE="make build" 23:01:08 ---> Running in a567bb616758 23:01:09 Removing intermediate container a567bb616758 23:01:09 ---> ecca74ef4885 23:01:09 Step 13/27 : RUN $MAKE 23:01:09 ---> Running in 2c01bb574c20 23:01:10 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.21 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.10" -o app-service-configurable 23:01:57 Removing intermediate container 2c01bb574c20 23:01:57 ---> 85b349942771 23:01:57 Step 14/27 : FROM alpine:latest 23:01:57 latest: Pulling from library/alpine 23:01:58 b538f80385f9: Already exists 23:01:58 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 23:01:58 Status: Downloaded newer image for alpine:latest 23:01:58 ---> 62ee0e9f8440 23:01:58 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:01:58 ---> Running in 93bebc037580 23:01:58 Removing intermediate container 93bebc037580 23:01:58 ---> 9a91884b7a3a 23:01:58 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 23:01:58 ---> Running in f700eefd4fb9 23:01:59 Removing intermediate container f700eefd4fb9 23:01:59 ---> 08086d263a42 23:01:59 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 23:01:59 ---> Running in 326d1edd49a2 23:02:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:02:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:02:01 (1/6) Installing ca-certificates (20191127-r4) 23:02:01 (2/6) Installing libgcc (9.3.0-r2) 23:02:01 (3/6) Installing libsodium (1.0.18-r0) 23:02:01 (4/6) Installing libstdc++ (9.3.0-r2) 23:02:01 (5/6) Installing libzmq (4.3.3-r0) 23:02:01 (6/6) Installing zeromq (4.3.3-r0) 23:02:01 Executing busybox-1.31.1-r16.trigger 23:02:01 Executing ca-certificates-20191127-r4.trigger 23:02:01 OK: 9 MiB in 20 packages 23:02:03 Removing intermediate container 326d1edd49a2 23:02:03 ---> b7e8586a6fca 23:02:03 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:02:04 ---> 843a372798f5 23:02:04 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 23:02:04 ---> 9e033b411c62 23:02:04 Step 20/27 : COPY --from=builder /app/res/ /res/ 23:02:05 ---> bae66d6451e9 23:02:05 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 23:02:07 ---> 86718b4c7ab8 23:02:07 Step 22/27 : EXPOSE 48095 23:02:07 ---> Running in 7ae86bb785a3 23:02:07 Removing intermediate container 7ae86bb785a3 23:02:07 ---> 6a1876be48de 23:02:07 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 23:02:08 ---> Running in fb384f300620 23:02:08 Removing intermediate container fb384f300620 23:02:08 ---> 37f652d57711 23:02:08 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:02:08 ---> Running in 8cb47928f68c 23:02:09 Removing intermediate container 8cb47928f68c 23:02:09 ---> 281c1cf916b6 23:02:09 Step 25/27 : LABEL arch=arm64 23:02:09 ---> Running in 2bc6b334d384 23:02:09 Removing intermediate container 2bc6b334d384 23:02:09 ---> 884476528ba4 23:02:09 Step 26/27 : LABEL git_sha=9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 23:02:09 ---> Running in 065d55205c56 23:02:10 Removing intermediate container 065d55205c56 23:02:10 ---> d6d77486ec1d 23:02:10 Step 27/27 : LABEL version=1.2.1-dev.10 23:02:10 ---> Running in 2d927eeb1925 23:02:10 Removing intermediate container 2d927eeb1925 23:02:10 ---> 7fa88dec7098 23:02:10 [Warning] One or more build-args [ARCH] were not consumed 23:02:10 Successfully built 7fa88dec7098 23:02:10 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:02:11 provisioning config files... 23:02:11 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/46@tmp/config8495803927283220102tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:02:11 ---> docker-login.sh 23:02:11 nexus3.edgexfoundry.org:10001 23:02:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:12 Configure a credential helper to remove this warning. See 23:02:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:12 23:02:12 Login Succeeded 23:02:12 nexus3.edgexfoundry.org:10002 23:02:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:12 Configure a credential helper to remove this warning. See 23:02:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:12 23:02:12 Login Succeeded 23:02:12 nexus3.edgexfoundry.org:10003 23:02:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:13 Configure a credential helper to remove this warning. See 23:02:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:13 23:02:13 Login Succeeded 23:02:13 nexus3.edgexfoundry.org:10004 23:02:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:14 Configure a credential helper to remove this warning. See 23:02:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:14 23:02:14 Login Succeeded 23:02:14 docker.io 23:02:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:14 Configure a credential helper to remove this warning. See 23:02:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:14 23:02:14 Login Succeeded 23:02:14 ---> docker-login.sh ends [Pipeline] } 23:02:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:02:15 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 23:02:15 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 23:02:15 latest 23:02:15 1.2.1-dev.10 23:02:15 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 23:02:15 master 23:02:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:02:15 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [Pipeline] isUnix [Pipeline] sh 23:02:15 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 23:02:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:02:15 10fe08111af2: Preparing 23:02:15 f7372ec85df2: Preparing 23:02:15 fa8e046e6997: Preparing 23:02:15 40f218010c40: Preparing 23:02:15 d16dfcc865ef: Preparing 23:02:15 e2f13739ad41: Preparing 23:02:15 e2f13739ad41: Waiting 23:02:16 40f218010c40: Pushed 23:02:16 fa8e046e6997: Pushed 23:02:16 f7372ec85df2: Pushed 23:02:16 e2f13739ad41: Layer already exists 23:02:17 d16dfcc865ef: Pushed 23:02:20 10fe08111af2: Pushed 23:02:20 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c: digest: sha256:1a81c0e7c873f86931e190b80cef391e31752e368aad2255caea35562386d60e size: 1574 [Pipeline] isUnix [Pipeline] sh 23:02:20 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:02:21 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 23:02:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:02:21 10fe08111af2: Preparing 23:02:21 f7372ec85df2: Preparing 23:02:21 fa8e046e6997: Preparing 23:02:21 40f218010c40: Preparing 23:02:21 d16dfcc865ef: Preparing 23:02:21 e2f13739ad41: Preparing 23:02:21 e2f13739ad41: Waiting 23:02:21 40f218010c40: Layer already exists 23:02:21 d16dfcc865ef: Layer already exists 23:02:21 f7372ec85df2: Layer already exists 23:02:21 fa8e046e6997: Layer already exists 23:02:21 10fe08111af2: Layer already exists 23:02:21 e2f13739ad41: Layer already exists 23:02:21 latest: digest: sha256:1a81c0e7c873f86931e190b80cef391e31752e368aad2255caea35562386d60e size: 1574 [Pipeline] isUnix [Pipeline] sh 23:02:21 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.10 [Pipeline] isUnix [Pipeline] sh 23:02:22 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.10 23:02:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:02:22 10fe08111af2: Preparing 23:02:22 f7372ec85df2: Preparing 23:02:22 fa8e046e6997: Preparing 23:02:22 40f218010c40: Preparing 23:02:22 d16dfcc865ef: Preparing 23:02:22 e2f13739ad41: Preparing 23:02:22 e2f13739ad41: Waiting 23:02:22 d16dfcc865ef: Layer already exists 23:02:22 10fe08111af2: Layer already exists 23:02:22 40f218010c40: Layer already exists 23:02:22 fa8e046e6997: Layer already exists 23:02:22 f7372ec85df2: Layer already exists 23:02:22 e2f13739ad41: Layer already exists 23:02:22 1.2.1-dev.10: digest: sha256:1a81c0e7c873f86931e190b80cef391e31752e368aad2255caea35562386d60e size: 1574 [Pipeline] isUnix [Pipeline] sh 23:02:22 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 [Pipeline] isUnix [Pipeline] sh 23:02:23 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 23:02:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:02:23 10fe08111af2: Preparing 23:02:23 f7372ec85df2: Preparing 23:02:23 fa8e046e6997: Preparing 23:02:23 40f218010c40: Preparing 23:02:23 d16dfcc865ef: Preparing 23:02:23 e2f13739ad41: Preparing 23:02:23 e2f13739ad41: Waiting 23:02:23 fa8e046e6997: Layer already exists 23:02:23 f7372ec85df2: Layer already exists 23:02:23 40f218010c40: Layer already exists 23:02:23 d16dfcc865ef: Layer already exists 23:02:23 10fe08111af2: Layer already exists 23:02:23 e2f13739ad41: Layer already exists 23:02:23 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10: digest: sha256:1a81c0e7c873f86931e190b80cef391e31752e368aad2255caea35562386d60e size: 1574 [Pipeline] isUnix [Pipeline] sh 23:02:23 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 23:02:24 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 23:02:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:02:24 10fe08111af2: Preparing 23:02:24 f7372ec85df2: Preparing 23:02:24 fa8e046e6997: Preparing 23:02:24 40f218010c40: Preparing 23:02:24 d16dfcc865ef: Preparing 23:02:24 e2f13739ad41: Preparing 23:02:24 e2f13739ad41: Waiting 23:02:24 f7372ec85df2: Layer already exists 23:02:24 d16dfcc865ef: Layer already exists 23:02:24 fa8e046e6997: Layer already exists 23:02:24 40f218010c40: Layer already exists 23:02:24 10fe08111af2: Layer already exists 23:02:24 e2f13739ad41: Layer already exists 23:02:24 master: digest: sha256:1a81c0e7c873f86931e190b80cef391e31752e368aad2255caea35562386d60e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:02:24 ===================================================== [Pipeline] echo 23:02:24 taggedImages: 23:02:24 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 23:02:24 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 23:02:24 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.10 23:02:24 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 23:02:24 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 23:02:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:02:26 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:02:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:02:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:02:27 23:02:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 23:02:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:02:27 1.317.0: Pulling from edgex-devops/edgex-snyk-go 23:02:27 cbdbe7a5bc2a: Pulling fs layer 23:02:27 408f87550127: Pulling fs layer 23:02:27 fe522b08c979: Pulling fs layer 23:02:27 221eaa008020: Pulling fs layer 23:02:27 2a4607e5d6b9: Pulling fs layer 23:02:27 8f79b27c4fd2: Pulling fs layer 23:02:27 e5c8dbe1645b: Pulling fs layer 23:02:27 23e8b3b47431: Pulling fs layer 23:02:27 5c568d65a230: Pulling fs layer 23:02:27 8f79b27c4fd2: Waiting 23:02:27 23e8b3b47431: Waiting 23:02:27 e5c8dbe1645b: Waiting 23:02:27 5c568d65a230: Waiting 23:02:27 2a4607e5d6b9: Waiting 23:02:27 221eaa008020: Waiting 23:02:27 fe522b08c979: Verifying Checksum 23:02:27 fe522b08c979: Download complete 23:02:27 408f87550127: Download complete 23:02:27 2a4607e5d6b9: Download complete 23:02:27 8f79b27c4fd2: Verifying Checksum 23:02:27 8f79b27c4fd2: Download complete 23:02:27 cbdbe7a5bc2a: Verifying Checksum 23:02:27 cbdbe7a5bc2a: Pull complete 23:02:27 e5c8dbe1645b: Verifying Checksum 23:02:27 e5c8dbe1645b: Download complete 23:02:27 408f87550127: Pull complete 23:02:28 fe522b08c979: Pull complete 23:02:29 5c568d65a230: Verifying Checksum 23:02:29 5c568d65a230: Download complete 23:02:29 23e8b3b47431: Verifying Checksum 23:02:29 23e8b3b47431: Download complete 23:02:30 221eaa008020: Verifying Checksum 23:02:30 221eaa008020: Download complete 23:02:35 221eaa008020: Pull complete 23:02:35 2a4607e5d6b9: Pull complete 23:02:35 8f79b27c4fd2: Pull complete 23:02:38 e5c8dbe1645b: Pull complete 23:02:41 23e8b3b47431: Pull complete 23:02:44 5c568d65a230: Pull complete 23:02:44 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 23:02:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:02:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 23:02:44 prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container 23:02:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 23:02:45 $ docker top a2afd94d1dc5551d82eae896f28f50a4cc4df6cca5d6db6457770a7dd41257ce -eo pid,comm [Pipeline] { [Pipeline] sh 23:02:45 + snyk monitor '--org=edgex-jenkins' 23:02:55 23:02:55 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 23:02:55 23:02:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/0a3ad779-446d-464e-b6e9-f8b118e74187 23:02:55 23:02:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:02:55 23:02:55 23:02:55 Snyk CLI supports Node.js 8 and higher. 23:02:55 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 23:02:55 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 23:02:55 23:02:55 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 23:02:55 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 23:02:55 $ docker stop --time=1 a2afd94d1dc5551d82eae896f28f50a4cc4df6cca5d6db6457770a7dd41257ce 23:02:59 $ docker rm -f a2afd94d1dc5551d82eae896f28f50a4cc4df6cca5d6db6457770a7dd41257ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:03:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 23:03:00 23:03:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 23:03:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 23:03:01 latest: Pulling from edgex-devops/edgex-klar 23:03:01 e7c96db7181b: Pulling fs layer 23:03:01 1868ca2cb446: Pulling fs layer 23:03:01 136be5d0fe8e: Pulling fs layer 23:03:01 894bfe63afcb: Pulling fs layer 23:03:01 1868ca2cb446: Verifying Checksum 23:03:01 1868ca2cb446: Download complete 23:03:01 136be5d0fe8e: Download complete 23:03:01 e7c96db7181b: Download complete 23:03:01 894bfe63afcb: Verifying Checksum 23:03:01 894bfe63afcb: Download complete 23:03:01 e7c96db7181b: Pull complete 23:03:01 1868ca2cb446: Pull complete 23:03:02 136be5d0fe8e: Pull complete 23:03:02 894bfe63afcb: Pull complete 23:03:02 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 23:03:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 23:03:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 23:03:02 prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container 23:03:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 23:03:03 $ docker top 1c747103d5e039c0411ce7150dd419ed578201bb5077fe2a742b7b502ae95de3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:03:04 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 23:03:04 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 23:03:09 $ docker stop --time=1 1c747103d5e039c0411ce7150dd419ed578201bb5077fe2a742b7b502ae95de3 23:03:11 $ docker rm -f 1c747103d5e039c0411ce7150dd419ed578201bb5077fe2a742b7b502ae95de3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:03:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 23:03:11 . [Pipeline] withDockerContainer 23:03:11 prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container 23:03:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 23:03:12 $ docker top f27d2be4bbde9cc7ca96de6ddcb182c6c4a296133ba7e10fc84147fd6536734c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:03:13 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 23:03:13 + tee 23:03:13 clair timeout 1m0s 23:03:13 docker timeout: 1m0s 23:03:13 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 23:03:14 $ docker stop --time=1 f27d2be4bbde9cc7ca96de6ddcb182c6c4a296133ba7e10fc84147fd6536734c 23:03:15 $ docker rm -f f27d2be4bbde9cc7ca96de6ddcb182c6c4a296133ba7e10fc84147fd6536734c [Pipeline] // withDockerContainer [Pipeline] sh 23:03:15 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 23:03:15 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c.html [Pipeline] writeFile [Pipeline] step 23:03:15 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 23:03:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 23:03:16 . [Pipeline] withDockerContainer 23:03:16 prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container 23:03:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 23:03:17 $ docker top 33c5759e03533f48cdb6a14724f7932a99043b1037e9e574235d4ff98d044db7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:03:17 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 23:03:17 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 23:03:23 $ docker stop --time=1 33c5759e03533f48cdb6a14724f7932a99043b1037e9e574235d4ff98d044db7 23:03:24 $ docker rm -f 33c5759e03533f48cdb6a14724f7932a99043b1037e9e574235d4ff98d044db7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:03:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 23:03:25 . [Pipeline] withDockerContainer 23:03:25 prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container 23:03:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 23:03:25 $ docker top f410fb4cce4016ec6b6f5e6b1d7362dd3cf0255834f32bdcef4a0825fd29fe7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:03:26 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 23:03:26 + tee 23:03:26 clair timeout 1m0s 23:03:26 docker timeout: 1m0s 23:03:26 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 23:03:27 $ docker stop --time=1 f410fb4cce4016ec6b6f5e6b1d7362dd3cf0255834f32bdcef4a0825fd29fe7d 23:03:28 $ docker rm -f f410fb4cce4016ec6b6f5e6b1d7362dd3cf0255834f32bdcef4a0825fd29fe7d [Pipeline] // withDockerContainer [Pipeline] sh 23:03:29 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 23:03:29 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c.html [Pipeline] writeFile [Pipeline] step 23:03:29 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 23:03:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:03:30 . [Pipeline] withDockerContainer 23:03:30 prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container 23:03:30 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:03:31 $ docker top d751778a2b305fcee5c42311cd5ab97bbc185eae3ad7224f8c6d6bfd0b9990ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:03:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:03:31 [ssh-agent] Looking for ssh-agent implementation... 23:03:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:03:31 $ docker exec d751778a2b305fcee5c42311cd5ab97bbc185eae3ad7224f8c6d6bfd0b9990ed ssh-agent 23:03:31 SSH_AUTH_SOCK=/tmp/ssh-svsMVQEmOIa9/agent.11 23:03:31 SSH_AGENT_PID=16 23:03:31 Running ssh-add (command line suppressed) 23:03:31 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7626772612974037908.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7626772612974037908.key) 23:03:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:03:32 + git semver tag 23:03:32 # -> Open(): unable to determine branch for HEAD 23:03:32 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 23:03:32 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 23:03:32 # $SEMVER_REMOTE_NAME = origin 23:03:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:03:32 # $SEMVER_USER_NAME = edgex-jenkins 23:03:32 # $SEMVER_BRANCH = master 23:03:32 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 23:03:32 # 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c HEAD 23:03:32 # -> Force: false 23:03:32 # 76d9fd4cd369f109b96d27dea60c144917d6ae6f refs/tags/v1.2.1-dev.10 [Pipeline] } 23:03:32 $ docker exec --env ******** --env ******** d751778a2b305fcee5c42311cd5ab97bbc185eae3ad7224f8c6d6bfd0b9990ed ssh-agent -k 23:03:32 unset SSH_AUTH_SOCK; 23:03:32 unset SSH_AGENT_PID; 23:03:32 echo Agent pid 16 killed; 23:03:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:03:33 + git semver [Pipeline] } 23:03:33 $ docker stop --time=1 d751778a2b305fcee5c42311cd5ab97bbc185eae3ad7224f8c6d6bfd0b9990ed 23:03:34 $ docker rm -f d751778a2b305fcee5c42311cd5ab97bbc185eae3ad7224f8c6d6bfd0b9990ed [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:03:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:03:35 23:03:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:03:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:03:35 0.23.1-centos7: Pulling from edgex-lftools 23:03:35 ab5ef0e58194: Pulling fs layer 23:03:35 9712f1f96733: Pulling fs layer 23:03:35 63f879dbbcfc: Pulling fs layer 23:03:35 0d9ebad4ef96: Pulling fs layer 23:03:35 e9a5061849ea: Pulling fs layer 23:03:35 d747dcd14b5f: Pulling fs layer 23:03:35 2de7ff778b66: Pulling fs layer 23:03:35 e9a5061849ea: Waiting 23:03:35 d747dcd14b5f: Waiting 23:03:35 2de7ff778b66: Waiting 23:03:35 0d9ebad4ef96: Waiting 23:03:35 9712f1f96733: Verifying Checksum 23:03:35 9712f1f96733: Download complete 23:03:36 63f879dbbcfc: Verifying Checksum 23:03:36 63f879dbbcfc: Download complete 23:03:36 e9a5061849ea: Verifying Checksum 23:03:36 e9a5061849ea: Download complete 23:03:36 d747dcd14b5f: Verifying Checksum 23:03:36 d747dcd14b5f: Download complete 23:03:37 2de7ff778b66: Verifying Checksum 23:03:37 2de7ff778b66: Download complete 23:03:37 0d9ebad4ef96: Verifying Checksum 23:03:37 0d9ebad4ef96: Download complete 23:03:37 ab5ef0e58194: Verifying Checksum 23:03:37 ab5ef0e58194: Download complete 23:03:41 ab5ef0e58194: Pull complete 23:03:41 9712f1f96733: Pull complete 23:03:44 63f879dbbcfc: Pull complete 23:03:50 0d9ebad4ef96: Pull complete 23:03:52 e9a5061849ea: Pull complete 23:03:52 d747dcd14b5f: Pull complete 23:03:56 2de7ff778b66: Pull complete 23:03:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:03:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:03:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:03:56 prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container 23:03:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:03:59 $ docker top 35bf65d63b35e2fcfdbbd307c2da492c7e26b6f6c966ffdf387d57db09bb76fe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:03:59 provisioning config files... 23:03:59 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config2935090656087732492tmp 23:03:59 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config9180748132108192988tmp 23:03:59 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config7264721547642098052tmp [Pipeline] { [Pipeline] echo 23:03:59 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:04:00 ---> sigul-configuration.sh 23:04:00 gpg: directory `/root/.gnupg' created 23:04:00 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:04:00 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:04:00 gpg: keyring `/root/.gnupg/secring.gpg' created 23:04:00 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:04:00 gpg: CAST5 encrypted data 23:04:00 gpg: encrypted with 1 passphrase 23:04:00 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:04:00 + mkdir /home/jenkins 23:04:00 + mkdir /home/jenkins/sigul [Pipeline] sh 23:04:01 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 23:04:01 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:04:01 ---> sigul-install.sh 23:04:06 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:04:06 + git tag --list 23:04:06 v1.2.1-dev.10 [Pipeline] sh 23:04:07 + lftools sign git-tag v1.2.1-dev.10 23:04:08 Signing Git tag with Sigul... 23:04:08 Signing v1.2.1-dev.10 [Pipeline] echo 23:04:09 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:04:09 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:04:09 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:04:10 $ docker stop --time=1 35bf65d63b35e2fcfdbbd307c2da492c7e26b6f6c966ffdf387d57db09bb76fe 23:04:12 $ docker rm -f 35bf65d63b35e2fcfdbbd307c2da492c7e26b6f6c966ffdf387d57db09bb76fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:04:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:04:12 . [Pipeline] withDockerContainer 23:04:13 prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container 23:04:13 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:04:13 $ docker top a9c0729de6559820effa20de142dabd865c75a76fd192dc18f1f165379d764d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:04:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:04:14 [ssh-agent] Looking for ssh-agent implementation... 23:04:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:04:14 $ docker exec a9c0729de6559820effa20de142dabd865c75a76fd192dc18f1f165379d764d1 ssh-agent 23:04:14 SSH_AUTH_SOCK=/tmp/ssh-QpHozxPjG0Zj/agent.12 23:04:14 SSH_AGENT_PID=18 23:04:14 Running ssh-add (command line suppressed) 23:04:14 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8903573277890211055.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8903573277890211055.key) 23:04:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:04:14 + git semver bump pre 23:04:14 # -> Open(): unable to determine branch for HEAD 23:04:14 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 23:04:14 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 23:04:14 # $SEMVER_REMOTE_NAME = origin 23:04:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:04:14 # $SEMVER_USER_NAME = edgex-jenkins 23:04:14 # $SEMVER_BRANCH = master 23:04:14 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 23:04:14 1.2.1-dev.11 [Pipeline] } 23:04:14 $ docker exec --env ******** --env ******** a9c0729de6559820effa20de142dabd865c75a76fd192dc18f1f165379d764d1 ssh-agent -k 23:04:15 unset SSH_AUTH_SOCK; 23:04:15 unset SSH_AGENT_PID; 23:04:15 echo Agent pid 18 killed; 23:04:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:04:15 + git semver [Pipeline] } 23:04:15 $ docker stop --time=1 a9c0729de6559820effa20de142dabd865c75a76fd192dc18f1f165379d764d1 23:04:16 $ docker rm -f a9c0729de6559820effa20de142dabd865c75a76fd192dc18f1f165379d764d1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:04:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:04:17 . [Pipeline] withDockerContainer 23:04:17 prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container 23:04:17 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:04:18 $ docker top d2d7ca0e85e27cdb7a4e6f3241cc2f32c511f589de6848d407e6199d8f218cb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:04:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:04:18 [ssh-agent] Looking for ssh-agent implementation... 23:04:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:04:18 $ docker exec d2d7ca0e85e27cdb7a4e6f3241cc2f32c511f589de6848d407e6199d8f218cb6 ssh-agent 23:04:18 SSH_AUTH_SOCK=/tmp/ssh-GLbdA2bFyjI0/agent.11 23:04:18 SSH_AGENT_PID=16 23:04:18 Running ssh-add (command line suppressed) 23:04:18 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4406919575067006166.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4406919575067006166.key) 23:04:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:04:19 + git semver push 23:04:19 # -> Open(): unable to determine branch for HEAD 23:04:19 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 23:04:19 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 23:04:19 # $SEMVER_REMOTE_NAME = origin 23:04:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:04:19 # $SEMVER_USER_NAME = edgex-jenkins 23:04:19 # $SEMVER_BRANCH = master 23:04:19 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 23:04:25 $ docker exec --env ******** --env ******** d2d7ca0e85e27cdb7a4e6f3241cc2f32c511f589de6848d407e6199d8f218cb6 ssh-agent -k 23:04:26 unset SSH_AUTH_SOCK; 23:04:26 unset SSH_AGENT_PID; 23:04:26 echo Agent pid 16 killed; 23:04:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:04:26 + git semver [Pipeline] } 23:04:26 $ docker stop --time=1 d2d7ca0e85e27cdb7a4e6f3241cc2f32c511f589de6848d407e6199d8f218cb6 23:04:27 $ docker rm -f d2d7ca0e85e27cdb7a4e6f3241cc2f32c511f589de6848d407e6199d8f218cb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:04:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:04:29 ---> package-listing.sh 23:04:29 ++ facter osfamily 23:04:29 ++ tr '[:upper:]' '[:lower:]' 23:04:29 + OS_FAMILY=redhat 23:04:29 + workspace=/w/workspace/_app-service-configurable_master 23:04:29 + START_PACKAGES=/tmp/packages_start.txt 23:04:29 + END_PACKAGES=/tmp/packages_end.txt 23:04:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:04:29 + PACKAGES=/tmp/packages_start.txt 23:04:29 + '[' /w/workspace/_app-service-configurable_master ']' 23:04:29 + PACKAGES=/tmp/packages_end.txt 23:04:29 + case "${OS_FAMILY}" in 23:04:29 + rpm -qa 23:04:29 + sort 23:04:33 + '[' -f /tmp/packages_start.txt ']' 23:04:33 + '[' -f /tmp/packages_end.txt ']' 23:04:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:04:33 + '[' /w/workspace/_app-service-configurable_master ']' 23:04:33 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 23:04:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh 23:04:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:04:34 23:04:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:04:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:04:34 alpine: Pulling from edgex-lftools-log-publisher 23:04:34 df20fa9351a1: Pulling fs layer 23:04:34 36b3adc4ff6f: Pulling fs layer 23:04:34 8ad3a11d3b57: Pulling fs layer 23:04:34 46f8f816bc3b: Pulling fs layer 23:04:34 0dadc02b9964: Pulling fs layer 23:04:34 ce6a7cf60c04: Pulling fs layer 23:04:34 7a184a31f384: Pulling fs layer 23:04:34 0879bd2ef858: Pulling fs layer 23:04:34 46f8f816bc3b: Waiting 23:04:34 0dadc02b9964: Waiting 23:04:34 ce6a7cf60c04: Waiting 23:04:34 7a184a31f384: Waiting 23:04:34 0879bd2ef858: Waiting 23:04:34 36b3adc4ff6f: Verifying Checksum 23:04:34 36b3adc4ff6f: Download complete 23:04:34 46f8f816bc3b: Verifying Checksum 23:04:34 46f8f816bc3b: Download complete 23:04:34 df20fa9351a1: Verifying Checksum 23:04:34 ce6a7cf60c04: Verifying Checksum 23:04:34 ce6a7cf60c04: Download complete 23:04:34 7a184a31f384: Verifying Checksum 23:04:34 7a184a31f384: Download complete 23:04:34 0dadc02b9964: Verifying Checksum 23:04:34 0dadc02b9964: Download complete 23:04:34 df20fa9351a1: Pull complete 23:04:35 36b3adc4ff6f: Pull complete 23:04:35 8ad3a11d3b57: Verifying Checksum 23:04:35 8ad3a11d3b57: Download complete 23:04:35 0879bd2ef858: Verifying Checksum 23:04:35 0879bd2ef858: Download complete 23:04:35 8ad3a11d3b57: Pull complete 23:04:36 46f8f816bc3b: Pull complete 23:04:36 0dadc02b9964: Pull complete 23:04:36 ce6a7cf60c04: Pull complete 23:04:36 7a184a31f384: Pull complete 23:04:39 0879bd2ef858: Pull complete 23:04:39 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 23:04:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:04:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:04:39 prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container 23:04:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:04:42 $ docker top 86a8b450d38d328ddfa079b805d72b1033868af555f9ba298eb7795e0bb41fb4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:04:42 + mkdir -p /var/log/sa [Pipeline] sh 23:04:43 + ls /var/log/sa-host 23:04:43 + sadf -c /var/log/sa-host/sa05 23:04:43 file_magic: OK 23:04:43 HZ: Using current value: 100 23:04:43 file_header: OK 23:04:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:04:43 Statistics: 23:04:43 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:04:43 File successfully converted to sysstat format version 12.2.1 23:04:43 + sadf -c /var/log/sa-host/sa08 23:04:43 file_magic: OK 23:04:43 HZ: Using current value: 100 23:04:43 file_header: OK 23:04:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:04:43 Statistics: 23:04:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:04:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:04:43 provisioning config files... 23:04:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1823392381450501709tmp [Pipeline] { [Pipeline] echo 23:04:43 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:04:43 ---> create-netrc.sh [Pipeline] echo 23:04:43 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:04:43 ---> logs-deploy.sh 23:04:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/46 23:04:43 INFO: archiving workspace using pattern(s): 23:04:45 Archives upload complete. 23:04:45 INFO: archiving logs to Nexus 23:04:46 ---> uname -a: 23:04:46 Linux 86a8b450d38d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:04:46 23:04:46 23:04:46 ---> lscpu: 23:04:46 Architecture: x86_64 23:04:46 CPU op-mode(s): 32-bit, 64-bit 23:04:46 Byte Order: Little Endian 23:04:46 Address sizes: 40 bits physical, 48 bits virtual 23:04:46 CPU(s): 4 23:04:46 On-line CPU(s) list: 0-3 23:04:46 Thread(s) per core: 1 23:04:46 Core(s) per socket: 1 23:04:46 Socket(s): 4 23:04:46 NUMA node(s): 1 23:04:46 Vendor ID: GenuineIntel 23:04:46 CPU family: 6 23:04:46 Model: 44 23:04:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:04:46 Stepping: 1 23:04:46 CPU MHz: 2933.436 23:04:46 BogoMIPS: 5866.87 23:04:46 Virtualization: VT-x 23:04:46 Hypervisor vendor: KVM 23:04:46 Virtualization type: full 23:04:46 L1d cache: 128 KiB 23:04:46 L1i cache: 128 KiB 23:04:46 L2 cache: 16 MiB 23:04:46 L3 cache: 64 MiB 23:04:46 NUMA node0 CPU(s): 0-3 23:04:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:04:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:04:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:04:46 Vulnerability Meltdown: Mitigation; PTI 23:04:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:04:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:04:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:04:46 Vulnerability Tsx async abort: Not affected 23:04:46 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:04:46 23:04:46 23:04:46 ---> nproc: 23:04:46 4 23:04:46 23:04:46 23:04:46 ---> df -h: 23:04:46 Filesystem Size Used Available Use% Mounted on 23:04:46 overlay 50.0G 8.2G 41.8G 16% / 23:04:46 tmpfs 64.0M 0 64.0M 0% /dev 23:04:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:04:46 shm 64.0M 0 64.0M 0% /dev/shm 23:04:46 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 23:04:46 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 23:04:46 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 23:04:46 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master 23:04:46 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master@tmp 23:04:46 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 23:04:46 23:04:46 23:04:46 ---> free -m: 23:04:46 total used free shared buff/cache available 23:04:46 Mem: 1837 777 128 0 931 996 23:04:46 Swap: 1023 3 1020 23:04:46 23:04:46 23:04:46 ---> ip addr: 23:04:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:04:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:04:46 inet 127.0.0.1/8 scope host lo 23:04:46 valid_lft forever preferred_lft forever 23:04:46 24: eth0@if25: mtu 1458 qdisc noqueue state UP 23:04:46 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 23:04:46 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 23:04:46 valid_lft forever preferred_lft forever 23:04:46 23:04:46 23:04:46 ---> sar -b -r -n DEV: 23:04:46 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/08/20 _x86_64_ (4 CPU) 23:04:46 23:04:46 22:53:51 LINUX RESTART (4 CPU) 23:04:46 23:04:46 22:55:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:04:46 22:56:01 3.07 0.00 3.07 0.00 0.00 104.65 0.00 23:04:46 22:57:01 0.37 0.00 0.37 0.00 0.00 5.15 0.00 23:04:46 22:58:01 0.30 0.00 0.30 0.00 0.00 3.66 0.00 23:04:46 22:59:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 23:04:46 23:00:01 0.25 0.00 0.25 0.00 0.00 3.48 0.00 23:04:46 23:01:01 0.40 0.07 0.33 0.00 0.80 3.71 0.00 23:04:46 23:02:01 0.55 0.08 0.47 0.00 1.60 6.58 0.00 23:04:46 23:03:01 243.64 137.08 106.56 0.00 7328.01 35432.18 0.00 23:04:46 23:04:01 188.55 52.16 136.40 0.00 3305.18 30042.05 0.00 23:04:46 Average: 48.78 21.12 27.66 0.00 1186.37 7318.14 0.00 23:04:46 23:04:46 22:55:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:04:46 22:56:01 188428 0 546880 29.07 2620 1143628 1096604 37.43 386836 1147536 12 23:04:46 22:57:01 188780 0 546524 29.05 2620 1143632 1079128 36.83 388260 1146120 8 23:04:46 22:58:01 188116 0 547180 29.08 2620 1143640 1079260 36.83 388972 1146124 8 23:04:46 22:59:01 187168 0 548128 29.13 2620 1143640 1079128 36.83 393944 1142324 8 23:04:46 23:00:01 186276 0 549016 29.18 2620 1143644 1079236 36.83 396648 1140232 8 23:04:46 23:01:01 185408 0 549868 29.22 2620 1143660 1081468 36.91 397076 1140232 8 23:04:46 23:02:01 186652 0 548484 29.15 2620 1143800 1079636 36.85 387320 1149504 8 23:04:46 23:03:01 214784 0 676924 35.98 2620 987228 1506224 51.40 580912 876552 12348 23:04:46 23:04:01 131916 0 733128 38.96 2240 1014272 1217224 41.54 596888 873648 200 23:04:46 Average: 184170 0 582904 30.98 2578 1111905 1144212 39.05 435206 1084697 1401 23:04:46 23:04:46 22:55:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:04:46 22:56:01 eth0 3.96 2.00 3.28 0.36 0.00 0.00 0.00 0.00 23:04:46 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 22:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 22:57:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:04:46 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 22:58:01 eth0 0.95 0.35 0.32 0.20 0.00 0.00 0.00 0.00 23:04:46 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 22:59:01 eth0 0.82 0.08 0.07 0.01 0.00 0.00 0.00 0.00 23:04:46 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 23:00:01 eth0 0.68 0.40 0.40 0.26 0.00 0.00 0.00 0.00 23:04:46 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 23:01:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:04:46 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 23:02:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 23:04:46 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 23:03:01 eth0 470.28 399.57 4354.79 37.32 0.00 0.00 0.00 0.00 23:04:46 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 23:03:01 docker0 55.86 57.59 4.74 408.53 0.00 0.00 0.00 0.00 23:04:46 23:04:01 veth9a5c3d1 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 23:04:46 23:04:01 eth0 462.94 377.42 3268.68 102.18 0.00 0.00 0.00 0.00 23:04:46 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 23:04:01 docker0 1.80 1.60 0.44 0.80 0.00 0.00 0.00 0.00 23:04:46 Average: veth9a5c3d1 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 Average: eth0 104.84 87.01 850.87 15.66 0.00 0.00 0.00 0.00 23:04:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:04:46 Average: docker0 6.43 6.60 0.58 45.65 0.00 0.00 0.00 0.00 23:04:46 23:04:46 23:04:46 ---> sar -P ALL: 23:04:46 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/08/20 _x86_64_ (4 CPU) 23:04:46 23:04:46 22:53:51 LINUX RESTART (4 CPU) 23:04:46 23:04:46 22:55:03 CPU %user %nice %system %iowait %steal %idle 23:04:46 22:56:01 all 0.20 0.00 0.06 0.00 0.01 99.73 23:04:46 22:56:01 0 0.09 0.00 0.03 0.00 0.02 99.86 23:04:46 22:56:01 1 0.16 0.00 0.07 0.00 0.00 99.78 23:04:46 22:56:01 2 0.45 0.00 0.07 0.00 0.02 99.47 23:04:46 22:56:01 3 0.12 0.00 0.05 0.00 0.00 99.83 23:04:46 22:57:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:04:46 22:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:04:46 22:57:01 1 0.48 0.00 0.02 0.00 0.00 99.50 23:04:46 22:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:04:46 22:57:01 3 0.05 0.00 0.03 0.00 0.02 99.90 23:04:46 22:58:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:04:46 22:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:04:46 22:58:01 1 0.53 0.00 0.03 0.00 0.00 99.43 23:04:46 22:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:04:46 22:58:01 3 0.03 0.00 0.05 0.00 0.00 99.92 23:04:46 22:59:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:04:46 22:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:04:46 22:59:01 1 0.02 0.00 0.03 0.00 0.00 99.95 23:04:46 22:59:01 2 0.50 0.00 0.02 0.00 0.02 99.47 23:04:46 22:59:01 3 0.05 0.00 0.07 0.00 0.00 99.88 23:04:46 23:00:01 all 0.16 0.00 0.07 0.00 0.01 99.77 23:04:46 23:00:01 0 0.03 0.00 0.03 0.00 0.02 99.92 23:04:46 23:00:01 1 0.05 0.00 0.17 0.00 0.02 99.77 23:04:46 23:00:01 2 0.53 0.00 0.05 0.00 0.00 99.42 23:04:46 23:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:04:46 23:01:01 all 0.12 0.00 0.05 0.00 0.01 99.82 23:04:46 23:01:01 0 0.03 0.00 0.05 0.00 0.00 99.92 23:04:46 23:01:01 1 0.17 0.00 0.07 0.00 0.00 99.77 23:04:46 23:01:01 2 0.25 0.00 0.03 0.02 0.02 99.68 23:04:46 23:01:01 3 0.03 0.00 0.03 0.00 0.02 99.92 23:04:46 23:02:01 all 0.09 0.00 0.04 0.00 0.01 99.85 23:04:46 23:02:01 0 0.05 0.00 0.03 0.02 0.00 99.90 23:04:46 23:02:01 1 0.23 0.00 0.05 0.00 0.02 99.70 23:04:46 23:02:01 2 0.05 0.00 0.05 0.00 0.02 99.88 23:04:46 23:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:04:46 23:03:01 all 8.68 0.00 5.49 3.12 0.14 82.57 23:04:46 23:03:01 0 8.32 0.00 5.50 2.37 0.14 83.67 23:04:46 23:03:01 1 8.16 0.00 5.15 2.34 0.15 84.20 23:04:46 23:03:01 2 9.14 0.00 5.17 5.54 0.14 80.01 23:04:46 23:03:01 3 9.09 0.00 6.13 2.23 0.14 82.41 23:04:46 23:04:01 all 9.59 0.00 7.33 2.62 0.23 80.23 23:04:46 23:04:01 0 9.38 0.00 7.85 2.22 0.21 80.34 23:04:46 23:04:01 1 9.47 0.00 6.89 1.35 0.24 82.06 23:04:46 23:04:01 2 10.05 0.00 6.82 3.66 0.24 79.24 23:04:46 23:04:01 3 9.48 0.00 7.75 3.27 0.22 79.27 23:04:46 Average: all 2.11 0.00 1.44 0.63 0.04 95.77 23:04:46 Average: 0 1.96 0.00 1.48 0.50 0.04 96.02 23:04:46 Average: 1 2.12 0.00 1.37 0.41 0.05 96.06 23:04:46 Average: 2 2.31 0.00 1.34 1.01 0.05 95.29 23:04:46 Average: 3 2.07 0.00 1.55 0.60 0.04 95.73 23:04:46 23:04:46 23:04:46