Pull request #117 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from fde47d2900d3a434dfb4ae6029df15605a167693+d76b33905ff2852036d8bb432dc01390d416ad34 (74a21eba0ce0ec4d819d27bc9f85d8dccb5b8ec5) 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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2153 in /w/workspace/_app-service-configurable_PR-117 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-117 # 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/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/117/head:refs/remotes/origin/PR-117 # 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/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit fde47d2900d3a434dfb4ae6029df15605a167693 Merge succeeded, producing fde47d2900d3a434dfb4ae6029df15605a167693 Checking out Revision fde47d2900d3a434dfb4ae6029df15605a167693 (PR-117) > git config core.sparsecheckout # timeout=10 > git checkout -f fde47d2900d3a434dfb4ae6029df15605a167693 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fde47d2900d3a434dfb4ae6029df15605a167693 # timeout=10 Commit message: "build: Switch to using Go 1.15" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:07:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:07:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk ee3733b9dceb4c33530732f8e9bc66c0862a35c5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:07:56 ========================================================= 19:07:56 EdgeX Global Pipelines Version Info 19:07:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:07:57 ------------------- 19:07:57 stable info: 19:07:57 ------------------- 19:07:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:07:57 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 19:07:57 Message: update stable to v1.0.119 19:07:58 ------------------- 19:07:58 experimental info: 19:07:58 ------------------- 19:07:58 Commited By: **** collab-it+edgex@linuxfoundation.org 19:07:58 Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d 19:07:58 Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:07:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 19:07:59 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 19:07:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:07:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:07:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:07:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:07:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:07:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:08:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:08:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:08:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:08:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 19:08:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:08:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:08:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:08:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:08:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:08:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:08:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:08:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:08:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:08:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:08:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-117 [Pipeline] echo 19:08:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-117 [Pipeline] echo 19:08:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-117 [Pipeline] echo 19:08:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fde47d2900d3a434dfb4ae6029df15605a167693 [Pipeline] echo 19:08:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fde47d2 [Pipeline] echo 19:08:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:08:03 + git log --format=format:%s -1 fde47d2900d3a434dfb4ae6029df15605a167693 [Pipeline] echo 19:08:03 GIT_COMMIT: fde47d2900d3a434dfb4ae6029df15605a167693, Commit Message: build: Switch to using Go 1.15 [Pipeline] echo 19:08:03 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:08:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:08:04 19:08:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:08:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:08:05 latest: Pulling from edgex-devops/git-semver 19:08:05 31603596830f: Pulling fs layer 19:08:05 2a8b12db71e7: Pulling fs layer 19:08:05 6ca5941a6612: Pulling fs layer 19:08:05 ecc8261a40a4: Pulling fs layer 19:08:05 ecc8261a40a4: Waiting 19:08:05 2a8b12db71e7: Verifying Checksum 19:08:05 2a8b12db71e7: Download complete 19:08:05 31603596830f: Verifying Checksum 19:08:05 31603596830f: Download complete 19:08:05 ecc8261a40a4: Verifying Checksum 19:08:05 ecc8261a40a4: Download complete 19:08:05 31603596830f: Pull complete 19:08:05 6ca5941a6612: Verifying Checksum 19:08:05 6ca5941a6612: Download complete 19:08:05 2a8b12db71e7: Pull complete 19:08:06 6ca5941a6612: Pull complete 19:08:07 ecc8261a40a4: Pull complete 19:08:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:08:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:08:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:08:07 prd-centos7-docker-4c-2g-2153 does not seem to be running inside a container 19:08:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-117 -v /w/workspace/_app-service-configurable_PR-117:/w/workspace/_app-service-configurable_PR-117:rw,z -v /w/workspace/_app-service-configurable_PR-117@tmp:/w/workspace/_app-service-configurable_PR-117@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:08:09 $ docker top 5ce4e74c9cbbff8dfb103508434b71f44bdc2a5591fad1110675756fa6988975 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:08:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:09 [ssh-agent] Looking for ssh-agent implementation... 19:08:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:09 $ docker exec 5ce4e74c9cbbff8dfb103508434b71f44bdc2a5591fad1110675756fa6988975 ssh-agent 19:08:09 SSH_AUTH_SOCK=/tmp/ssh-wZcYO4to9TMg/agent.11 19:08:09 SSH_AGENT_PID=17 19:08:09 Running ssh-add (command line suppressed) 19:08:09 Identity added: /w/workspace/_app-service-configurable_PR-117@tmp/private_key_3003381093437280775.key (/w/workspace/_app-service-configurable_PR-117@tmp/private_key_3003381093437280775.key) 19:08:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:10 + git describe --exact-match --tags HEAD 19:08:10 fatal: No names found, cannot describe anything. [Pipeline] } 19:08:10 $ docker exec --env ******** --env ******** 5ce4e74c9cbbff8dfb103508434b71f44bdc2a5591fad1110675756fa6988975 ssh-agent -k 19:08:10 unset SSH_AUTH_SOCK; 19:08:10 unset SSH_AGENT_PID; 19:08:10 echo Agent pid 17 killed; 19:08:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:08:10 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:08:10 This usually means this commit has not been tagged. [Pipeline] sshagent 19:08:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:10 [ssh-agent] Looking for ssh-agent implementation... 19:08:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:10 $ docker exec 5ce4e74c9cbbff8dfb103508434b71f44bdc2a5591fad1110675756fa6988975 ssh-agent 19:08:11 SSH_AUTH_SOCK=/tmp/ssh-2stXrhydH20F/agent.46 19:08:11 SSH_AGENT_PID=51 19:08:11 Running ssh-add (command line suppressed) 19:08:11 Identity added: /w/workspace/_app-service-configurable_PR-117@tmp/private_key_1524978886071394355.key (/w/workspace/_app-service-configurable_PR-117@tmp/private_key_1524978886071394355.key) 19:08:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:11 + git semver init 19:08:11 # -> Open(): unable to determine branch for HEAD 19:08:11 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-117/.git 19:08:11 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-117 19:08:11 # $SEMVER_REMOTE_NAME = origin 19:08:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:08:11 # $SEMVER_USER_NAME = edgex-jenkins 19:08:11 # $SEMVER_BRANCH = PR-117 19:08:11 # $SEMVER_TEMP = /tmp/semver-782928739 19:08:11 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 19:08:11 # '/tmp/semver-782928739' -> '/w/workspace/_app-service-configurable_PR-117/.semver' 19:08:11 # -> Force: false 19:08:11 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-117/.semver [Pipeline] } 19:08:11 $ docker exec --env ******** --env ******** 5ce4e74c9cbbff8dfb103508434b71f44bdc2a5591fad1110675756fa6988975 ssh-agent -k 19:08:11 unset SSH_AUTH_SOCK; 19:08:11 unset SSH_AGENT_PID; 19:08:11 echo Agent pid 51 killed; 19:08:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:12 + git semver [Pipeline] } 19:08:12 $ docker stop --time=1 5ce4e74c9cbbff8dfb103508434b71f44bdc2a5591fad1110675756fa6988975 19:08:13 $ docker rm -f 5ce4e74c9cbbff8dfb103508434b71f44bdc2a5591fad1110675756fa6988975 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:08:14 Stashed 26 file(s) [Pipeline] echo 19:08:14 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:08:14 Archived original version: [0.0.0] [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 19:08:30 Still waiting to schedule task 19:08:30 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:08:30 Still waiting to schedule task 19:08:30 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2152’ is offline 19:10:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2154 in /w/workspace/_app-service-configurable_PR-117 [Pipeline] { [Pipeline] ws 19:10:23 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 19:10:28 using credential edgex-jenkins-ssh 19:10:28 Cloning the remote Git repository 19:10:28 Cloning with configured refspecs honoured and without tags 19:10:30 Fetching without tags 19:10:28 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 19:10:28 > git init /w/workspace/app-service-configurable/2 # timeout=10 19:10:29 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:10:29 > git --version # timeout=10 19:10:29 > git --version # 'git version 2.17.1' 19:10:29 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:10:29 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:10:29 > git config --add remote.origin.fetch +refs/pull/117/head:refs/remotes/origin/PR-117 # timeout=10 19:10:29 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:10:30 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:10:30 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:10:30 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:10:30 Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit fde47d2900d3a434dfb4ae6029df15605a167693 19:10:31 Merge succeeded, producing fde47d2900d3a434dfb4ae6029df15605a167693 19:10:31 Checking out Revision fde47d2900d3a434dfb4ae6029df15605a167693 (PR-117) 19:10:30 > git config core.sparsecheckout # timeout=10 19:10:30 > git checkout -f fde47d2900d3a434dfb4ae6029df15605a167693 # timeout=10 19:10:30 > git remote # timeout=10 19:10:30 > git config --get remote.origin.url # timeout=10 19:10:30 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:30 > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 19:10:30 > git rev-parse HEAD^{commit} # timeout=10 19:10:30 > git config core.sparsecheckout # timeout=10 19:10:31 > git checkout -f fde47d2900d3a434dfb4ae6029df15605a167693 # timeout=10 19:10:35 Commit message: "build: Switch to using Go 1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:10:36 ========================================================= 19:10:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:10:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:10:37 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 19:10:38 Sending build context to Docker daemon 314.4kB 19:10:38 Step 1/8 : ARG BASE=golang:1.15-alpine 19:10:38 Step 2/8 : FROM ${BASE} 19:10:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:10:38 b538f80385f9: Pulling fs layer 19:10:38 74f711af9a0d: Pulling fs layer 19:10:38 99f96fe45779: Pulling fs layer 19:10:38 8529a6b9a6be: Pulling fs layer 19:10:38 45590311c82a: Pulling fs layer 19:10:38 69ca0ff8b7b3: Pulling fs layer 19:10:38 209524e5b208: Pulling fs layer 19:10:38 8529a6b9a6be: Waiting 19:10:38 45590311c82a: Waiting 19:10:38 69ca0ff8b7b3: Waiting 19:10:38 209524e5b208: Waiting 19:10:38 99f96fe45779: Verifying Checksum 19:10:38 99f96fe45779: Download complete 19:10:38 74f711af9a0d: Verifying Checksum 19:10:38 74f711af9a0d: Download complete 19:10:38 45590311c82a: Verifying Checksum 19:10:38 45590311c82a: Download complete 19:10:38 69ca0ff8b7b3: Verifying Checksum 19:10:38 69ca0ff8b7b3: Download complete 19:10:38 b538f80385f9: Verifying Checksum 19:10:38 b538f80385f9: Download complete 19:10:39 b538f80385f9: Pull complete 19:10:40 74f711af9a0d: Pull complete 19:10:40 99f96fe45779: Pull complete 19:10:41 209524e5b208: Verifying Checksum 19:10:41 209524e5b208: Download complete 19:10:42 8529a6b9a6be: Verifying Checksum 19:10:42 8529a6b9a6be: Download complete 19:10:52 8529a6b9a6be: Pull complete 19:10:53 45590311c82a: Pull complete 19:10:53 69ca0ff8b7b3: Pull complete 19:10:57 209524e5b208: Pull complete 19:10:57 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 19:10:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:10:57 ---> 5bddaf1c2fca 19:10:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:11:00 ---> Running in b5e82a031673 19:11:00 Removing intermediate container b5e82a031673 19:11:00 ---> 6afab2996d0b 19:11:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:00 ---> Running in ccf12e153793 19:11:03 Removing intermediate container ccf12e153793 19:11:03 ---> 02d38dfcd9ab 19:11:03 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 19:11:03 ---> Running in 0f43b0dca955 19:11:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:11:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:11:06 (1/6) Installing libc-dev (0.7.2-r3) 19:11:06 (2/6) Installing libsodium (1.0.18-r0) 19:11:06 (3/6) Installing pkgconf (1.7.2-r0) 19:11:06 (4/6) Installing libsodium-dev (1.0.18-r0) 19:11:06 (5/6) Installing libzmq (4.3.3-r0) 19:11:06 (6/6) Installing zeromq-dev (4.3.3-r0) 19:11:06 Executing busybox-1.31.1-r16.trigger 19:11:07 OK: 144 MiB in 45 packages 19:11:08 Removing intermediate container 0f43b0dca955 19:11:08 ---> f3d26886974f 19:11:08 Step 6/8 : WORKDIR /app 19:11:08 ---> Running in 4814aac47f5d 19:11:09 Removing intermediate container 4814aac47f5d 19:11:09 ---> 52ffd3a40e13 19:11:09 Step 7/8 : COPY . . 19:11:09 ---> 7b8d90f0b446 19:11:09 Step 8/8 : RUN go mod download 19:11:09 ---> Running in d4b3c53e49c1 19:11:29 Running on prd-centos7-docker-4c-2g-2155 in /w/workspace/_app-service-configurable_PR-117 [Pipeline] { [Pipeline] ws 19:11:29 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 19:11:31 using credential edgex-jenkins-ssh 19:11:31 Cloning the remote Git repository 19:11:31 Cloning with configured refspecs honoured and without tags 19:11:31 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 19:11:32 Fetching without tags 19:11:31 > git init /w/workspace/app-service-configurable/2 # timeout=10 19:11:32 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:11:32 > git --version # timeout=10 19:11:32 > git --version # 'git version 2.16.5' 19:11:32 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:11:32 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:11:32 > git config --add remote.origin.fetch +refs/pull/117/head:refs/remotes/origin/PR-117 # timeout=10 19:11:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:11:32 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:11:32 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:11:32 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/117/head:refs/remotes/origin/PR-117 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:11:33 Merging remotes/origin/master commit d76b33905ff2852036d8bb432dc01390d416ad34 into PR head commit fde47d2900d3a434dfb4ae6029df15605a167693 19:11:33 Merge succeeded, producing fde47d2900d3a434dfb4ae6029df15605a167693 19:11:33 Checking out Revision fde47d2900d3a434dfb4ae6029df15605a167693 (PR-117) 19:11:33 > git config core.sparsecheckout # timeout=10 19:11:33 > git checkout -f fde47d2900d3a434dfb4ae6029df15605a167693 # timeout=10 19:11:33 > git remote # timeout=10 19:11:33 > git config --get remote.origin.url # timeout=10 19:11:33 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:33 > git merge d76b33905ff2852036d8bb432dc01390d416ad34 # timeout=10 19:11:33 > git rev-parse HEAD^{commit} # timeout=10 19:11:33 > git config core.sparsecheckout # timeout=10 19:11:33 > git checkout -f fde47d2900d3a434dfb4ae6029df15605a167693 # timeout=10 19:11:36 Commit message: "build: Switch to using Go 1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:11:37 ========================================================= 19:11:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:11:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:11:38 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 19:11:38 Sending build context to Docker daemon 314.4kB 19:11:38 Step 1/8 : ARG BASE=golang:1.15-alpine 19:11:38 Step 2/8 : FROM ${BASE} 19:11:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:11:38 df20fa9351a1: Pulling fs layer 19:11:38 ed8968b2872e: Pulling fs layer 19:11:38 a92cc7c5fd73: Pulling fs layer 19:11:38 e871e8e8d7a9: Pulling fs layer 19:11:38 e73272ec9a57: Pulling fs layer 19:11:38 1e910a182e73: Pulling fs layer 19:11:38 4e634b169226: Pulling fs layer 19:11:38 e871e8e8d7a9: Waiting 19:11:38 e73272ec9a57: Waiting 19:11:38 1e910a182e73: Waiting 19:11:38 4e634b169226: Waiting 19:11:39 a92cc7c5fd73: Verifying Checksum 19:11:39 a92cc7c5fd73: Download complete 19:11:39 ed8968b2872e: Verifying Checksum 19:11:39 ed8968b2872e: Download complete 19:11:39 e73272ec9a57: Verifying Checksum 19:11:39 e73272ec9a57: Download complete 19:11:39 1e910a182e73: Verifying Checksum 19:11:39 1e910a182e73: Download complete 19:11:39 df20fa9351a1: Verifying Checksum 19:11:39 df20fa9351a1: Download complete 19:11:39 df20fa9351a1: Pull complete 19:11:39 ed8968b2872e: Pull complete 19:11:39 a92cc7c5fd73: Pull complete 19:11:40 4e634b169226: Verifying Checksum 19:11:40 4e634b169226: Download complete 19:11:41 e871e8e8d7a9: Verifying Checksum 19:11:41 e871e8e8d7a9: Download complete 19:11:42 Removing intermediate container d4b3c53e49c1 19:11:42 ---> 5fa932dda21c 19:11:42 Successfully built 5fa932dda21c 19:11:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:43 + docker inspect -f . ci-base-image-arm64 19:11:43 . [Pipeline] withDockerContainer 19:11:43 prd-ubuntu18.04-docker-arm64-4c-16g-2154 does not seem to be running inside a container 19:11:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:11:45 $ docker top 24f32765d2dd8346eccc960f6d3780e5251f5c3e318083d74e4a06d22ecdd5b4 -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:46 + go version 19:11:46 go version go1.15.2 linux/arm64 [Pipeline] sh 19:11:46 e871e8e8d7a9: Pull complete 19:11:46 e73272ec9a57: Pull complete 19:11:46 1e910a182e73: Pull complete 19:11:47 + make test 19:11:47 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 19:11:51 4e634b169226: Pull complete 19:11:51 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 19:11:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:11:51 ---> f7629b54cfaa 19:11:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:11:51 ---> Running in 0fe82b60a238 19:11:51 Removing intermediate container 0fe82b60a238 19:11:51 ---> 107768766171 19:11:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:51 ---> Running in d43ac7b178df 19:11:52 Removing intermediate container d43ac7b178df 19:11:52 ---> fe3dec0ae51c 19:11:52 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 19:11:52 ---> Running in 3993bb42da61 19:11:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:11:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:11:54 (1/6) Installing libc-dev (0.7.2-r3) 19:11:54 (2/6) Installing libsodium (1.0.18-r0) 19:11:54 (3/6) Installing pkgconf (1.7.2-r0) 19:11:54 (4/6) Installing libsodium-dev (1.0.18-r0) 19:11:54 (5/6) Installing libzmq (4.3.3-r0) 19:11:55 (6/6) Installing zeromq-dev (4.3.3-r0) 19:11:55 Executing busybox-1.31.1-r16.trigger 19:11:55 OK: 167 MiB in 45 packages 19:11:56 Removing intermediate container 3993bb42da61 19:11:56 ---> c10418010c62 19:11:56 Step 6/8 : WORKDIR /app 19:11:56 ---> Running in 76c7cc244c06 19:11:56 Removing intermediate container 76c7cc244c06 19:11:56 ---> 4e933346e053 19:11:56 Step 7/8 : COPY . . 19:11:57 ---> 60c532a14509 19:11:57 Step 8/8 : RUN go mod download 19:11:57 ---> Running in f960a4add9d1 19:12:23 Removing intermediate container f960a4add9d1 19:12:23 ---> d02b3e99b48b 19:12:23 Successfully built d02b3e99b48b 19:12:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:12:24 + docker inspect -f . ci-base-image-x86_64 19:12:24 . [Pipeline] withDockerContainer 19:12:24 prd-centos7-docker-4c-2g-2155 does not seem to be running inside a container 19:12:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:12:25 $ docker top be9030d4fa133195ca00d102601b9f45cc0e476a707d72a2b4d0a4f115eecc8f -eo pid,comm [Pipeline] { [Pipeline] sh 19:12:25 + go version 19:12:25 go version go1.15.2 linux/amd64 [Pipeline] sh 19:12:26 + make test 19:12:26 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 19:12:44 ? github.com/edgexfoundry/app-service-configurable [no test files] 19:12:44 CGO_ENABLED=1 go vet ./... 19:12:44 ? github.com/edgexfoundry/app-service-configurable [no test files] 19:12:44 CGO_ENABLED=1 go vet ./... 19:12:45 gofmt -l . 19:12:45 [ "`gofmt -l .`" = "" ] 19:12:45 ./bin/test-go-mod-tidy.sh 19:12:45 ./bin/test-attribution-txt.sh 19:12:46 gofmt -l . 19:12:46 [ "`gofmt -l .`" = "" ] 19:12:46 ./bin/test-go-mod-tidy.sh 19:12:46 An attribution for explicit is missing from in Attribution.txt, please add 19:12:46 make: *** [makefile:39: test] Error 1 [Pipeline] } 19:12:46 $ docker stop --time=1 24f32765d2dd8346eccc960f6d3780e5251f5c3e318083d74e4a06d22ecdd5b4 19:12:47 ./bin/test-attribution-txt.sh 19:12:47 An attribution for explicit is missing from in Attribution.txt, please add 19:12:47 make: *** [makefile:39: test] Error 1 19:12:49 $ docker rm -f 24f32765d2dd8346eccc960f6d3780e5251f5c3e318083d74e4a06d22ecdd5b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 19:12:49 $ docker stop --time=1 be9030d4fa133195ca00d102601b9f45cc0e476a707d72a2b4d0a4f115eecc8f 19:12:51 $ docker rm -f be9030d4fa133195ca00d102601b9f45cc0e476a707d72a2b4d0a4f115eecc8f [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:12:54 Failed in branch arm64 [Pipeline] // stage [Pipeline] } 19:12:54 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:12:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:12:57 ---> package-listing.sh 19:12:57 ++ facter osfamily 19:12:57 ++ tr '[:upper:]' '[:lower:]' 19:12:57 + OS_FAMILY=redhat 19:12:57 + workspace=/w/workspace/_app-service-configurable_PR-117 19:12:57 + START_PACKAGES=/tmp/packages_start.txt 19:12:57 + END_PACKAGES=/tmp/packages_end.txt 19:12:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:12:57 + PACKAGES=/tmp/packages_start.txt 19:12:57 + '[' /w/workspace/_app-service-configurable_PR-117 ']' 19:12:57 + PACKAGES=/tmp/packages_end.txt 19:12:57 + case "${OS_FAMILY}" in 19:12:57 + rpm -qa 19:12:57 + sort 19:13:01 + '[' -f /tmp/packages_start.txt ']' 19:13:01 + '[' -f /tmp/packages_end.txt ']' 19:13:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:13:01 + '[' /w/workspace/_app-service-configurable_PR-117 ']' 19:13:01 + mkdir -p /w/workspace/_app-service-configurable_PR-117/archives/ 19:13:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-117/archives/ [Pipeline] isUnix [Pipeline] sh 19:13:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:13:02 19:13:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:13:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:13:02 alpine: Pulling from edgex-lftools-log-publisher 19:13:02 df20fa9351a1: Pulling fs layer 19:13:02 36b3adc4ff6f: Pulling fs layer 19:13:02 8ad3a11d3b57: Pulling fs layer 19:13:02 46f8f816bc3b: Pulling fs layer 19:13:02 0dadc02b9964: Pulling fs layer 19:13:02 ce6a7cf60c04: Pulling fs layer 19:13:02 7a184a31f384: Pulling fs layer 19:13:02 0879bd2ef858: Pulling fs layer 19:13:02 46f8f816bc3b: Waiting 19:13:02 ce6a7cf60c04: Waiting 19:13:02 7a184a31f384: Waiting 19:13:02 0879bd2ef858: Waiting 19:13:02 0dadc02b9964: Waiting 19:13:02 36b3adc4ff6f: Verifying Checksum 19:13:02 36b3adc4ff6f: Download complete 19:13:02 46f8f816bc3b: Verifying Checksum 19:13:02 46f8f816bc3b: Download complete 19:13:02 df20fa9351a1: Verifying Checksum 19:13:02 df20fa9351a1: Download complete 19:13:03 ce6a7cf60c04: Verifying Checksum 19:13:03 ce6a7cf60c04: Download complete 19:13:03 0dadc02b9964: Download complete 19:13:03 7a184a31f384: Verifying Checksum 19:13:03 7a184a31f384: Download complete 19:13:03 8ad3a11d3b57: Verifying Checksum 19:13:03 8ad3a11d3b57: Download complete 19:13:03 df20fa9351a1: Pull complete 19:13:03 36b3adc4ff6f: Pull complete 19:13:03 0879bd2ef858: Verifying Checksum 19:13:03 0879bd2ef858: Download complete 19:13:04 8ad3a11d3b57: Pull complete 19:13:04 46f8f816bc3b: Pull complete 19:13:04 0dadc02b9964: Pull complete 19:13:04 ce6a7cf60c04: Pull complete 19:13:04 7a184a31f384: Pull complete 19:13:07 0879bd2ef858: Pull complete 19:13:07 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 19:13:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:13:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:13:07 prd-centos7-docker-4c-2g-2153 does not seem to be running inside a container 19:13:07 $ 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_PR-117 -v /w/workspace/_app-service-configurable_PR-117:/w/workspace/_app-service-configurable_PR-117:rw,z -v /w/workspace/_app-service-configurable_PR-117@tmp:/w/workspace/_app-service-configurable_PR-117@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:13:11 $ docker top 97901082fbf073aa98d358c2d894bb8110b5f26e86c57e7c04a39ecc70501d63 -eo pid,comm [Pipeline] { [Pipeline] sh 19:13:11 + mkdir -p /var/log/sa [Pipeline] sh 19:13:12 + ls /var/log/sa-host 19:13:12 + sadf -c /var/log/sa-host/sa05 19:13:12 file_magic: OK 19:13:12 HZ: Using current value: 100 19:13:12 file_header: OK 19:13:12 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 19:13:12 Statistics: 19:13:12 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:13:12 File successfully converted to sysstat format version 12.2.1 19:13:12 + sadf -c /var/log/sa-host/sa10 19:13:12 file_magic: OK 19:13:12 HZ: Using current value: 100 19:13:12 file_header: OK 19:13:12 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 19:13:12 Statistics: 19:13:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:13:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:13:12 provisioning config files... 19:13:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-117@tmp/config339925631664908369tmp [Pipeline] { [Pipeline] echo 19:13:12 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:13:12 ---> create-netrc.sh [Pipeline] echo 19:13:12 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:13:12 ---> logs-deploy.sh 19:13:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-117/2 19:13:12 INFO: archiving workspace using pattern(s): 19:13:14 Archives upload complete. 19:13:14 INFO: archiving logs to Nexus