Branch indexing 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 rsdmike for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from f29a27d878985b98e7b657acb1e0d1e11ee4e870+1c8db893985ec302c648617d05600981d490690e (5caf92c74038b37f7afc3b047d9a8b7368982a9c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [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-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 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-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-153 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [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-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-387 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1c8db893985ec302c648617d05600981d490690e into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 Merge succeeded, producing 258e2c336e03159d5d906dbe8b3d76b57201f86b Checking out Revision 258e2c336e03159d5d906dbe8b3d76b57201f86b (PR-387) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # 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-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # 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 1c8db893985ec302c648617d05600981d490690e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 258e2c336e03159d5d906dbe8b3d76b57201f86b # timeout=10 Commit message: "Merge commit '1c8db893985ec302c648617d05600981d490690e' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk cd94ca3d5b59221ed347ea795b6be7763be253b7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:45:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:45:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:45:22 ========================================================= 07:45:22 EdgeX Global Pipelines Version Info 07:45:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:45:24 ------------------- 07:45:24 stable info: 07:45:24 ------------------- 07:45:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:45:24 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 07:45:24 Message: update stable to v1.0.89 07:45:24 ------------------- 07:45:24 experimental info: 07:45:24 ------------------- 07:45:24 Commited By: **** collab-it+edgex@linuxfoundation.org 07:45:24 Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 07:45:24 Message: update experimental to v1.0.96 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:45:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:45:27 07:45:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:45:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:45:27 latest: Pulling from edgex-devops/git-semver 07:45:27 9123ac7c32f7: Pulling fs layer 07:45:27 b8cc5d1170e3: Pulling fs layer 07:45:27 2924cbbf6a41: Pulling fs layer 07:45:27 93b08a4f1073: Pulling fs layer 07:45:27 93b08a4f1073: Waiting 07:45:27 b8cc5d1170e3: Verifying Checksum 07:45:27 b8cc5d1170e3: Download complete 07:45:27 9123ac7c32f7: Verifying Checksum 07:45:27 9123ac7c32f7: Download complete 07:45:27 93b08a4f1073: Verifying Checksum 07:45:27 93b08a4f1073: Download complete 07:45:27 2924cbbf6a41: Verifying Checksum 07:45:27 2924cbbf6a41: Download complete 07:45:28 9123ac7c32f7: Pull complete 07:45:28 b8cc5d1170e3: Pull complete 07:45:29 2924cbbf6a41: Pull complete 07:45:29 93b08a4f1073: Pull complete 07:45:29 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 07:45:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:45:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:45:29 prd-centos7-docker-4c-2g-153 does not seem to be running inside a container 07:45:29 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-387 -v /w/workspace/ndry_app-functions-sdk-go_PR-387:/w/workspace/ndry_app-functions-sdk-go_PR-387:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-387@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 07:45:31 $ docker top f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:45:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:45:31 [ssh-agent] Looking for ssh-agent implementation... 07:45:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:45:31 $ docker exec f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 ssh-agent 07:45:31 SSH_AUTH_SOCK=/tmp/ssh-61COhNk2g8Uh/agent.12 07:45:31 SSH_AGENT_PID=17 07:45:31 Running ssh-add (command line suppressed) 07:45:32 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_4085180768021011050.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_4085180768021011050.key) 07:45:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:45:32 + git describe --exact-match --tags HEAD 07:45:32 fatal: No names found, cannot describe anything. [Pipeline] } 07:45:32 $ docker exec --env ******** --env ******** f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 ssh-agent -k 07:45:32 unset SSH_AUTH_SOCK; 07:45:32 unset SSH_AGENT_PID; 07:45:32 echo Agent pid 17 killed; 07:45:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:45:32 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:45:32 This usually means this commit has not been tagged. [Pipeline] sshagent 07:45:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:45:32 [ssh-agent] Looking for ssh-agent implementation... 07:45:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:45:32 $ docker exec f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 ssh-agent 07:45:33 SSH_AUTH_SOCK=/tmp/ssh-1rvxq4hCdrie/agent.46 07:45:33 SSH_AGENT_PID=51 07:45:33 Running ssh-add (command line suppressed) 07:45:33 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_8580013012441943101.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_8580013012441943101.key) 07:45:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:45:33 + git semver init 07:45:33 # -> Open(): unable to determine branch for HEAD 07:45:33 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.git 07:45:33 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-387 07:45:33 # $SEMVER_REMOTE_NAME = origin 07:45:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:45:33 # $SEMVER_USER_NAME = edgex-jenkins 07:45:33 # $SEMVER_BRANCH = PR-387 07:45:33 # $SEMVER_TEMP = /tmp/semver-969056167 07:45:33 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 07:45:36 # '/tmp/semver-969056167' -> '/w/workspace/ndry_app-functions-sdk-go_PR-387/.semver' 07:45:36 # -> Force: false 07:45:36 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.semver [Pipeline] } 07:45:36 $ docker exec --env ******** --env ******** f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 ssh-agent -k 07:45:36 unset SSH_AUTH_SOCK; 07:45:36 unset SSH_AGENT_PID; 07:45:36 echo Agent pid 51 killed; 07:45:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:45:36 + git semver [Pipeline] } 07:45:36 $ docker stop --time=1 f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 07:45:38 $ docker rm -f f6539ab384b6e0c5775635dc3fc8d5d647f0851e70dfaf3b17023bea244c6c35 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:45:40 Stashed 134 file(s) [Pipeline] echo 07:45:40 [edgeXSemver] initialized semver on version 0.0.0 [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 07:45:55 Still waiting to schedule task 07:45:55 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-153’ 07:45:55 Still waiting to schedule task 07:45:55 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline 07:47:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-154 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws 07:47:33 Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout 07:47:38 using credential edgex-jenkins-ssh 07:47:38 Cloning the remote Git repository 07:47:38 Cloning with configured refspecs honoured and without tags 07:47:38 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 07:47:38 > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 07:47:38 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 07:47:38 > git --version # timeout=10 07:47:38 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:47:41 Fetching without tags 07:47:42 Merging remotes/origin/master commit 1c8db893985ec302c648617d05600981d490690e into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 07:47:41 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 07:47:41 > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 07:47:41 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:47:41 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 07:47:41 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 07:47:41 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:47:42 > git config core.sparsecheckout # timeout=10 07:47:42 Merge succeeded, producing 19c4f93484c108e03e422461bfbeb8b3db61b85f 07:47:42 Checking out Revision 19c4f93484c108e03e422461bfbeb8b3db61b85f (PR-387) 07:47:42 > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 07:47:42 > git remote # timeout=10 07:47:42 > git config --get remote.origin.url # timeout=10 07:47:42 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:42 > git merge 1c8db893985ec302c648617d05600981d490690e # timeout=10 07:47:42 > git rev-parse HEAD^{commit} # timeout=10 07:47:42 > git config core.sparsecheckout # timeout=10 07:47:42 > git checkout -f 19c4f93484c108e03e422461bfbeb8b3db61b85f # timeout=10 07:47:57 Commit message: "Merge commit '1c8db893985ec302c648617d05600981d490690e' into HEAD" 07:47:57 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 07:47:57 > git rev-list --no-walk cd94ca3d5b59221ed347ea795b6be7763be253b7 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:48:00 ========================================================= 07:48:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 07:48:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:48:01 + 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 . 07:48:02 Sending build context to Docker daemon 37.02MB 07:48:02 Step 1/8 : ARG BASE=golang:1.13-alpine 07:48:02 Step 2/8 : FROM ${BASE} 07:48:03 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:48:03 cde5963f3b93: Pulling fs layer 07:48:03 2a23fa8c16f7: Pulling fs layer 07:48:03 777b28850792: Pulling fs layer 07:48:03 8a11ddd9e578: Pulling fs layer 07:48:03 4cf88f913ddb: Pulling fs layer 07:48:03 1df406cf5192: Pulling fs layer 07:48:03 cd6300453558: Pulling fs layer 07:48:03 b9c365052c96: Pulling fs layer 07:48:03 a2d8cc88f415: Pulling fs layer 07:48:03 ea1d1ca13537: Pulling fs layer 07:48:03 3750a50a1c5e: Pulling fs layer 07:48:03 8a11ddd9e578: Waiting 07:48:03 4cf88f913ddb: Waiting 07:48:03 a2d8cc88f415: Waiting 07:48:03 1df406cf5192: Waiting 07:48:03 cd6300453558: Waiting 07:48:03 ea1d1ca13537: Waiting 07:48:03 3750a50a1c5e: Waiting 07:48:03 b9c365052c96: Waiting 07:48:03 777b28850792: Verifying Checksum 07:48:03 777b28850792: Download complete 07:48:03 2a23fa8c16f7: Verifying Checksum 07:48:03 2a23fa8c16f7: Download complete 07:48:03 4cf88f913ddb: Verifying Checksum 07:48:03 4cf88f913ddb: Download complete 07:48:03 1df406cf5192: Verifying Checksum 07:48:03 1df406cf5192: Download complete 07:48:03 cde5963f3b93: Verifying Checksum 07:48:03 cde5963f3b93: Download complete 07:48:03 cde5963f3b93: Pull complete 07:48:04 2a23fa8c16f7: Pull complete 07:48:05 777b28850792: Pull complete 07:48:05 cd6300453558: Verifying Checksum 07:48:05 cd6300453558: Download complete 07:48:05 a2d8cc88f415: Verifying Checksum 07:48:07 ea1d1ca13537: Verifying Checksum 07:48:07 ea1d1ca13537: Download complete 07:48:07 3750a50a1c5e: Verifying Checksum 07:48:07 3750a50a1c5e: Download complete 07:48:08 b9c365052c96: Verifying Checksum 07:48:08 b9c365052c96: Download complete 07:48:08 8a11ddd9e578: Verifying Checksum 07:48:08 8a11ddd9e578: Download complete 07:48:17 Running on prd-centos7-docker-4c-2g-155 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws 07:48:17 Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout 07:48:19 using credential edgex-jenkins-ssh 07:48:19 Cloning the remote Git repository 07:48:19 Cloning with configured refspecs honoured and without tags 07:48:19 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 07:48:19 > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 07:48:19 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 07:48:19 > git --version # timeout=10 07:48:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:48:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:48:21 8a11ddd9e578: Pull complete 07:48:21 4cf88f913ddb: Pull complete 07:48:21 1df406cf5192: Pull complete 07:48:21 Fetching without tags 07:48:21 Merging remotes/origin/master commit 1c8db893985ec302c648617d05600981d490690e into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 07:48:21 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 07:48:21 > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 07:48:21 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:48:21 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 07:48:21 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 07:48:21 using GIT_SSH to set credentials SSH Credentials for GitHub 07:48:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:48:21 > git config core.sparsecheckout # timeout=10 07:48:21 > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 07:48:21 > git remote # timeout=10 07:48:21 Merge succeeded, producing 8c57be8107671cb6f1003dfa9d4075e82e67b322 07:48:21 Checking out Revision 8c57be8107671cb6f1003dfa9d4075e82e67b322 (PR-387) 07:48:21 > git config --get remote.origin.url # timeout=10 07:48:21 using GIT_SSH to set credentials SSH Credentials for GitHub 07:48:21 > git merge 1c8db893985ec302c648617d05600981d490690e # timeout=10 07:48:21 > git rev-parse HEAD^{commit} # timeout=10 07:48:21 > git config core.sparsecheckout # timeout=10 07:48:21 > git checkout -f 8c57be8107671cb6f1003dfa9d4075e82e67b322 # timeout=10 07:48:25 cd6300453558: Pull complete 07:48:25 Commit message: "Merge commit '1c8db893985ec302c648617d05600981d490690e' into HEAD" 07:48:25 First time build. Skipping changelog. 07:48:25 > git rev-list --no-walk cd94ca3d5b59221ed347ea795b6be7763be253b7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:48:27 ========================================================= 07:48:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 07:48:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:48:27 + 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 . 07:48:28 Sending build context to Docker daemon 37.02MB 07:48:28 Step 1/8 : ARG BASE=golang:1.13-alpine 07:48:28 Step 2/8 : FROM ${BASE} 07:48:28 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:48:28 e6b0cf9c0882: Pulling fs layer 07:48:28 2848faf0eed1: Pulling fs layer 07:48:28 0f37312ad70f: Pulling fs layer 07:48:28 5788d62ee057: Pulling fs layer 07:48:28 0e6b1d234666: Pulling fs layer 07:48:28 bf5d7aec512f: Pulling fs layer 07:48:28 34c802a77dc8: Pulling fs layer 07:48:28 9eb99e56ec68: Pulling fs layer 07:48:28 27c7a5d97fbd: Pulling fs layer 07:48:28 5c102a31e300: Pulling fs layer 07:48:28 dcfb455df0a1: Pulling fs layer 07:48:28 5788d62ee057: Waiting 07:48:28 0e6b1d234666: Waiting 07:48:28 5c102a31e300: Waiting 07:48:28 dcfb455df0a1: Waiting 07:48:28 bf5d7aec512f: Waiting 07:48:28 34c802a77dc8: Waiting 07:48:28 9eb99e56ec68: Waiting 07:48:28 27c7a5d97fbd: Waiting 07:48:28 0f37312ad70f: Verifying Checksum 07:48:28 0f37312ad70f: Download complete 07:48:28 2848faf0eed1: Verifying Checksum 07:48:28 2848faf0eed1: Download complete 07:48:28 0e6b1d234666: Download complete 07:48:28 bf5d7aec512f: Verifying Checksum 07:48:28 bf5d7aec512f: Download complete 07:48:28 e6b0cf9c0882: Verifying Checksum 07:48:28 e6b0cf9c0882: Download complete 07:48:29 34c802a77dc8: Verifying Checksum 07:48:29 34c802a77dc8: Download complete 07:48:29 27c7a5d97fbd: Verifying Checksum 07:48:29 27c7a5d97fbd: Download complete 07:48:29 5c102a31e300: Verifying Checksum 07:48:29 5c102a31e300: Download complete 07:48:29 b9c365052c96: Pull complete 07:48:29 a2d8cc88f415: Pull complete 07:48:29 9eb99e56ec68: Verifying Checksum 07:48:29 9eb99e56ec68: Download complete 07:48:29 dcfb455df0a1: Verifying Checksum 07:48:29 dcfb455df0a1: Download complete 07:48:29 5788d62ee057: Verifying Checksum 07:48:29 5788d62ee057: Download complete 07:48:30 e6b0cf9c0882: Pull complete 07:48:30 2848faf0eed1: Pull complete 07:48:30 0f37312ad70f: Pull complete 07:48:31 ea1d1ca13537: Pull complete 07:48:32 3750a50a1c5e: Pull complete 07:48:32 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 07:48:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:48:32 ---> 78745c68409d 07:48:32 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:48:32 latest: Pulling from library/docker 07:48:32 b538f80385f9: Pulling fs layer 07:48:32 259a493cd78d: Pulling fs layer 07:48:32 b8e66b5100f5: Pulling fs layer 07:48:32 39dc9c94d07c: Pulling fs layer 07:48:32 551b823b3b82: Pulling fs layer 07:48:32 3c52a74df98c: Pulling fs layer 07:48:32 6c9b121b6998: Pulling fs layer 07:48:32 39dc9c94d07c: Waiting 07:48:32 551b823b3b82: Waiting 07:48:32 3c52a74df98c: Waiting 07:48:32 6c9b121b6998: Waiting 07:48:32 b8e66b5100f5: Verifying Checksum 07:48:32 b8e66b5100f5: Download complete 07:48:32 259a493cd78d: Verifying Checksum 07:48:32 259a493cd78d: Download complete 07:48:33 b538f80385f9: Verifying Checksum 07:48:33 b538f80385f9: Download complete 07:48:33 551b823b3b82: Verifying Checksum 07:48:33 551b823b3b82: Download complete 07:48:33 3c52a74df98c: Download complete 07:48:33 6c9b121b6998: Verifying Checksum 07:48:33 6c9b121b6998: Download complete 07:48:33 b538f80385f9: Pull complete 07:48:33 39dc9c94d07c: Retrying in 5 seconds 07:48:34 259a493cd78d: Pull complete 07:48:34 b8e66b5100f5: Pull complete 07:48:34 39dc9c94d07c: Retrying in 4 seconds 07:48:35 39dc9c94d07c: Retrying in 3 seconds 07:48:36 5788d62ee057: Pull complete 07:48:36 0e6b1d234666: Pull complete 07:48:36 bf5d7aec512f: Pull complete 07:48:36 39dc9c94d07c: Retrying in 2 seconds 07:48:37 39dc9c94d07c: Retrying in 1 second 07:48:39 34c802a77dc8: Pull complete 07:48:39 39dc9c94d07c: Verifying Checksum 07:48:39 39dc9c94d07c: Download complete 07:48:42 9eb99e56ec68: Pull complete 07:48:42 27c7a5d97fbd: Pull complete 07:48:43 39dc9c94d07c: Pull complete 07:48:43 551b823b3b82: Pull complete 07:48:43 3c52a74df98c: Pull complete 07:48:43 5c102a31e300: Pull complete 07:48:43 6c9b121b6998: Pull complete 07:48:43 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 07:48:43 Status: Downloaded newer image for docker:latest 07:48:43 dcfb455df0a1: Pull complete 07:48:43 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 07:48:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:48:43 ---> 7c70fe431013 07:48:43 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:48:43 latest: Pulling from library/docker 07:48:44 df20fa9351a1: Pulling fs layer 07:48:44 25ad7478873d: Pulling fs layer 07:48:44 4684f6177b5d: Pulling fs layer 07:48:44 46e300cec669: Pulling fs layer 07:48:44 63038576ad94: Pulling fs layer 07:48:44 0fdb76c4706c: Pulling fs layer 07:48:44 cb7edeffdfd5: Pulling fs layer 07:48:44 63038576ad94: Waiting 07:48:44 0fdb76c4706c: Waiting 07:48:44 cb7edeffdfd5: Waiting 07:48:44 46e300cec669: Waiting 07:48:44 4684f6177b5d: Verifying Checksum 07:48:44 4684f6177b5d: Download complete 07:48:44 df20fa9351a1: Verifying Checksum 07:48:44 df20fa9351a1: Download complete 07:48:44 25ad7478873d: Verifying Checksum 07:48:44 25ad7478873d: Download complete 07:48:44 63038576ad94: Verifying Checksum 07:48:44 63038576ad94: Download complete 07:48:44 0fdb76c4706c: Verifying Checksum 07:48:44 0fdb76c4706c: Download complete 07:48:44 df20fa9351a1: Pull complete 07:48:44 cb7edeffdfd5: Verifying Checksum 07:48:44 cb7edeffdfd5: Download complete 07:48:44 25ad7478873d: Pull complete 07:48:44 4684f6177b5d: Pull complete 07:48:44 46e300cec669: Download complete 07:48:48 46e300cec669: Pull complete 07:48:48 63038576ad94: Pull complete 07:48:48 0fdb76c4706c: Pull complete 07:48:48 cb7edeffdfd5: Pull complete 07:48:48 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 07:48:48 Status: Downloaded newer image for docker:latest 07:48:50 ---> bf188d87f34a 07:48:50 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:48:50 ---> 92df99a9f55b 07:48:50 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:48:50 ---> Running in 7707986e1cde 07:48:50 ---> Running in 44cb0fb49b43 07:48:50 Removing intermediate container 44cb0fb49b43 07:48:50 ---> 5a0d20e64449 07:48:50 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 07:48:50 ---> Running in b08a8753d2bc 07:48:51 Removing intermediate container 7707986e1cde 07:48:51 ---> 2325d2efc189 07:48:51 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 07:48:51 ---> Running in c36b3bf2760e 07:48:51 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 07:48:52 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 07:48:52 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 07:48:52 (1/5) Installing libsodium (1.0.18-r0) 07:48:53 (2/5) Installing libzmq (4.3.2-r0) 07:48:53 (3/5) Installing pkgconf (1.6.3-r0) 07:48:53 (4/5) Installing libsodium-dev (1.0.18-r0) 07:48:53 (5/5) Installing zeromq-dev (4.3.2-r0) 07:48:53 Executing busybox-1.31.1-r8.trigger 07:48:53 OK: 145 MiB in 44 packages 07:48:53 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 07:48:53 Removing intermediate container b08a8753d2bc 07:48:53 ---> 75e2540de8ed 07:48:53 Step 6/8 : WORKDIR /build 07:48:53 ---> Running in f5b953fdf5c0 07:48:53 (1/5) Installing libsodium (1.0.18-r0) 07:48:54 Removing intermediate container f5b953fdf5c0 07:48:54 ---> 76779b462c2e 07:48:54 Step 7/8 : COPY go.mod . 07:48:54 (2/5) Installing libzmq (4.3.2-r0) 07:48:54 (3/5) Installing pkgconf (1.6.3-r0) 07:48:54 (4/5) Installing libsodium-dev (1.0.18-r0) 07:48:54 ---> 0f89a256cb08 07:48:54 Step 8/8 : RUN go mod download 07:48:54 ---> Running in 8c16b8129a29 07:48:54 (5/5) Installing zeromq-dev (4.3.2-r0) 07:48:54 Executing busybox-1.31.1-r8.trigger 07:48:54 OK: 127 MiB in 44 packages 07:48:55 Removing intermediate container c36b3bf2760e 07:48:55 ---> aab32357095e 07:48:55 Step 6/8 : WORKDIR /build 07:48:56 ---> Running in dc98631622fc 07:48:56 Removing intermediate container dc98631622fc 07:48:56 ---> 34671bc0e909 07:48:56 Step 7/8 : COPY go.mod . 07:48:56 go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.60: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory 07:48:57 ---> 957dbfdf7ee0 07:48:57 Step 8/8 : RUN go mod download 07:48:57 ---> Running in 162cc02a7f93 07:48:57 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:48:58 Failed in branch amd64 07:48:59 go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.60: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory 07:49:00 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:49:01 Failed in branch arm64 [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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:49:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:49:04 ---> package-listing.sh 07:49:04 ++ facter osfamily 07:49:04 ++ tr '[:upper:]' '[:lower:]' 07:49:04 + OS_FAMILY=redhat 07:49:04 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-387 07:49:04 + START_PACKAGES=/tmp/packages_start.txt 07:49:04 + END_PACKAGES=/tmp/packages_end.txt 07:49:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:49:04 + PACKAGES=/tmp/packages_start.txt 07:49:04 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' 07:49:04 + PACKAGES=/tmp/packages_end.txt 07:49:04 + case "${OS_FAMILY}" in 07:49:04 + rpm -qa 07:49:04 + sort 07:49:08 + '[' -f /tmp/packages_start.txt ']' 07:49:08 + '[' -f /tmp/packages_end.txt ']' 07:49:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:49:08 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' 07:49:08 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-387/archives/ 07:49:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-387/archives/ [Pipeline] isUnix [Pipeline] sh 07:49:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:49:08 07:49:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:49:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:49:09 alpine: Pulling from edgex-lftools-log-publisher 07:49:09 c9b1b535fdd9: Pulling fs layer 07:49:09 2cc5ad85d9ab: Pulling fs layer 07:49:09 756a868c4378: Pulling fs layer 07:49:09 444b2fc9a129: Pulling fs layer 07:49:09 ea15f1150254: Pulling fs layer 07:49:09 41b27a9f41bf: Pulling fs layer 07:49:09 28c525ee5125: Pulling fs layer 07:49:09 094b1ea09ed8: Pulling fs layer 07:49:09 138eaada9080: Pulling fs layer 07:49:09 0622d0fa9048: Pulling fs layer 07:49:09 28c525ee5125: Waiting 07:49:09 094b1ea09ed8: Waiting 07:49:09 138eaada9080: Waiting 07:49:09 0622d0fa9048: Waiting 07:49:09 444b2fc9a129: Waiting 07:49:09 ea15f1150254: Waiting 07:49:09 41b27a9f41bf: Waiting 07:49:09 2cc5ad85d9ab: Download complete 07:49:09 444b2fc9a129: Verifying Checksum 07:49:09 444b2fc9a129: Download complete 07:49:09 c9b1b535fdd9: Verifying Checksum 07:49:09 c9b1b535fdd9: Download complete 07:49:09 ea15f1150254: Download complete 07:49:09 28c525ee5125: Verifying Checksum 07:49:09 28c525ee5125: Download complete 07:49:09 c9b1b535fdd9: Pull complete 07:49:09 756a868c4378: Verifying Checksum 07:49:09 756a868c4378: Download complete 07:49:09 2cc5ad85d9ab: Pull complete 07:49:09 138eaada9080: Verifying Checksum 07:49:09 138eaada9080: Download complete 07:49:09 0622d0fa9048: Verifying Checksum 07:49:09 0622d0fa9048: Download complete 07:49:10 094b1ea09ed8: Verifying Checksum 07:49:10 094b1ea09ed8: Download complete 07:49:10 41b27a9f41bf: Verifying Checksum 07:49:10 41b27a9f41bf: Download complete 07:49:11 756a868c4378: Pull complete 07:49:11 444b2fc9a129: Pull complete 07:49:11 ea15f1150254: Pull complete 07:49:15 41b27a9f41bf: Pull complete 07:49:15 28c525ee5125: Pull complete 07:49:18 094b1ea09ed8: Pull complete 07:49:18 138eaada9080: Pull complete 07:49:18 0622d0fa9048: Pull complete 07:49:18 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 07:49:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:49:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:49:18 prd-centos7-docker-4c-2g-153 does not seem to be running inside a container 07:49:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ndry_app-functions-sdk-go_PR-387 -v /w/workspace/ndry_app-functions-sdk-go_PR-387:/w/workspace/ndry_app-functions-sdk-go_PR-387:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-387@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-lftools-log-publisher:alpine cat 07:49:22 $ docker top 88a87e08f054229b6034397df21f75efde1b002db982003a9a8581690c215bc8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:49:22 provisioning config files... 07:49:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/config8018746019678052394tmp [Pipeline] { [Pipeline] echo 07:49:22 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:49:23 ---> create-netrc.sh [Pipeline] echo 07:49:23 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:49:23 ---> logs-deploy.sh 07:49:23 + ARCHIVE_ARTIFACTS= 07:49:23 + LOGS_SERVER=https://logs.edgexfoundry.org 07:49:23 + '[' https://logs.edgexfoundry.org == None ']' 07:49:23 + NEXUS_URL=https://nexus.edgexfoundry.org 07:49:23 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/6 07:49:23 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/6/ 07:49:23 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/6 /w/workspace/ndry_app-functions-sdk-go_PR-387 07:49:24 Archives upload complete. 07:49:24 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/6/ 07:49:25 ---> uname -a: 07:49:25 Linux 88a87e08f054 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:49:25 07:49:25 07:49:25 ---> lscpu: 07:49:25 Architecture: x86_64 07:49:25 CPU op-mode(s): 32-bit, 64-bit 07:49:25 Byte Order: Little Endian 07:49:25 Address sizes: 40 bits physical, 48 bits virtual 07:49:25 CPU(s): 4 07:49:25 On-line CPU(s) list: 0-3 07:49:25 Thread(s) per core: 1 07:49:25 Core(s) per socket: 1 07:49:25 Socket(s): 4 07:49:25 NUMA node(s): 1 07:49:25 Vendor ID: GenuineIntel 07:49:25 CPU family: 6 07:49:25 Model: 44 07:49:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:49:25 Stepping: 1 07:49:25 CPU MHz: 2933.396 07:49:25 BogoMIPS: 5866.79 07:49:25 Virtualization: VT-x 07:49:25 Hypervisor vendor: KVM 07:49:25 Virtualization type: full 07:49:25 L1d cache: 128 KiB 07:49:25 L1i cache: 128 KiB 07:49:25 L2 cache: 16 MiB 07:49:25 L3 cache: 64 MiB 07:49:25 NUMA node0 CPU(s): 0-3 07:49:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:49:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:49:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:49:25 Vulnerability Meltdown: Mitigation; PTI 07:49:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:49:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:49:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:49:25 Vulnerability Tsx async abort: Not affected 07:49:25 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 07:49:25 07:49:25 07:49:25 ---> nproc: 07:49:25 4 07:49:25 07:49:25 07:49:25 ---> df -h: 07:49:25 Filesystem Size Used Available Use% Mounted on 07:49:25 overlay 50.0G 7.3G 42.7G 15% / 07:49:25 tmpfs 64.0M 0 64.0M 0% /dev 07:49:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:49:25 shm 64.0M 0 64.0M 0% /dev/shm 07:49:25 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 07:49:25 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 07:49:25 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 07:49:25 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa 07:49:25 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-387 07:49:25 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp 07:49:25 07:49:25 07:49:25 ---> free -m: 07:49:25 total used free shared buff/cache available 07:49:25 Mem: 1837 676 125 0 1034 1054 07:49:25 Swap: 1023 0 1023 07:49:25 07:49:25 07:49:25 ---> ip addr: 07:49:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:49:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:49:25 inet 127.0.0.1/8 scope host lo 07:49:25 valid_lft forever preferred_lft forever 07:49:25 6: eth0@if7: mtu 1458 qdisc noqueue state UP 07:49:25 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 07:49:25 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 07:49:25 valid_lft forever preferred_lft forever 07:49:25 07:49:25 07:49:25 ---> sar -b -r -n DEV: 07:49:25 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/10/20 _x86_64_ (4 CPU) 07:49:25 07:49:25 07:44:37 LINUX RESTART 07:49:25 07:49:25 07:45:01 tps rtps wtps bread/s bwrtn/s 07:49:25 07:46:01 104.34 40.51 63.83 7538.22 15956.09 07:49:25 07:47:01 2.38 0.00 2.38 0.00 52.27 07:49:25 07:48:02 0.65 0.00 0.65 0.00 10.81 07:49:25 07:49:01 0.17 0.00 0.17 0.00 1.63 07:49:25 Average: 27.01 10.18 16.83 1893.30 4023.77 07:49:25 07:49:25 07:45:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:49:25 07:46:01 184488 1697068 90.19 2620 1097788 1111084 37.92 458876 1077808 120 07:49:25 07:47:01 190684 1690872 89.87 2620 1097820 1074244 36.66 457712 1074392 20 07:49:25 07:48:02 189744 1691812 89.92 2620 1097828 1074516 36.67 459044 1074380 8 07:49:25 07:49:01 188088 1693468 90.00 2620 1097828 1074504 36.67 460836 1073696 8 07:49:25 Average: 188251 1693305 89.99 2620 1097816 1083587 36.98 459117 1075069 39 07:49:25 07:49:25 07:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 07:49:25 07:46:01 eth0 748.83 496.85 1658.00 414.70 0.00 0.00 0.00 07:49:25 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:25 07:46:01 docker0 104.03 81.41 9.01 302.13 0.00 0.00 0.00 07:49:25 07:47:01 eth0 0.75 0.10 0.06 0.02 0.00 0.00 0.00 07:49:25 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:25 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:25 07:48:02 eth0 0.90 0.25 0.31 0.19 0.00 0.00 0.00 07:49:25 07:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:25 07:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:25 07:49:01 eth0 0.51 0.42 0.27 0.21 0.00 0.00 0.00 07:49:25 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:25 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:25 Average: eth0 188.62 124.98 416.59 104.26 0.00 0.00 0.00 07:49:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:25 Average: docker0 26.13 20.45 2.26 75.88 0.00 0.00 0.00 07:49:25 07:49:25 07:49:25 ---> sar -P ALL: 07:49:25 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/10/20 _x86_64_ (4 CPU) 07:49:25 07:49:25 07:44:37 LINUX RESTART 07:49:25 07:49:25 07:45:01 CPU %user %nice %system %iowait %steal %idle 07:49:25 07:46:01 all 15.76 0.00 5.04 4.59 0.02 74.59 07:49:25 07:46:01 0 16.50 0.00 6.00 5.59 0.02 71.89 07:49:25 07:46:01 1 13.63 0.00 5.21 3.33 0.02 77.81 07:49:25 07:46:01 2 15.50 0.00 4.62 4.84 0.02 75.02 07:49:25 07:46:01 3 17.42 0.00 4.35 4.60 0.00 73.63 07:49:25 07:47:01 all 0.15 0.00 0.04 0.00 0.00 99.81 07:49:25 07:47:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:49:25 07:47:01 1 0.07 0.00 0.05 0.00 0.00 99.88 07:49:25 07:47:01 2 0.48 0.00 0.03 0.00 0.00 99.48 07:49:25 07:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:49:25 07:48:02 all 0.17 0.00 0.03 0.00 0.00 99.80 07:49:25 07:48:02 0 0.02 0.00 0.03 0.00 0.02 99.93 07:49:25 07:48:02 1 0.22 0.00 0.07 0.00 0.00 99.72 07:49:25 07:48:02 2 0.40 0.00 0.03 0.00 0.00 99.57 07:49:25 07:48:02 3 0.03 0.00 0.02 0.00 0.00 99.95 07:49:25 07:49:01 all 0.10 0.00 0.02 0.00 0.00 99.88 07:49:25 07:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:49:25 07:49:01 1 0.34 0.00 0.02 0.00 0.00 99.64 07:49:25 07:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:49:25 07:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:49:25 Average: all 4.04 0.00 1.28 1.15 0.00 93.52 07:49:25 Average: 0 4.14 0.00 1.52 1.40 0.01 92.94 07:49:25 Average: 1 3.57 0.00 1.34 0.83 0.00 94.26 07:49:25 Average: 2 4.11 0.00 1.18 1.21 0.00 93.50 07:49:25 Average: 3 4.37 0.00 1.09 1.15 0.00 93.39 07:49:25 07:49:25 07:49:25