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+f1b19729a82ba1fbd13389d0a25b8735f137123f (029af3d53dacca40fdfc3822591970f26239e9a0) 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-4560 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 f1b19729a82ba1fbd13389d0a25b8735f137123f into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 Merge succeeded, producing cd94ca3d5b59221ed347ea795b6be7763be253b7 Checking out Revision cd94ca3d5b59221ed347ea795b6be7763be253b7 (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 f1b19729a82ba1fbd13389d0a25b8735f137123f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cd94ca3d5b59221ed347ea795b6be7763be253b7 # timeout=10 Commit message: "Merge commit 'f1b19729a82ba1fbd13389d0a25b8735f137123f' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 767bd8585b0f0054294f9ddccefb7649195917c0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:45:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:45:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:45:24 ========================================================= 19:45:24 EdgeX Global Pipelines Version Info 19:45:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:45:25 ------------------- 19:45:25 stable info: 19:45:25 ------------------- 19:45:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:45:25 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 19:45:25 Message: update stable to v1.0.89 19:45:26 ------------------- 19:45:26 experimental info: 19:45:26 ------------------- 19:45:26 Commited By: **** collab-it+edgex@linuxfoundation.org 19:45:26 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 19:45:26 Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 19:45:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:45:28 19:45:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:45:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:45:28 latest: Pulling from edgex-devops/git-semver 19:45:28 9123ac7c32f7: Pulling fs layer 19:45:28 b8cc5d1170e3: Pulling fs layer 19:45:28 2924cbbf6a41: Pulling fs layer 19:45:28 93b08a4f1073: Pulling fs layer 19:45:28 93b08a4f1073: Waiting 19:45:28 b8cc5d1170e3: Verifying Checksum 19:45:28 b8cc5d1170e3: Download complete 19:45:28 9123ac7c32f7: Verifying Checksum 19:45:28 9123ac7c32f7: Download complete 19:45:28 93b08a4f1073: Verifying Checksum 19:45:28 93b08a4f1073: Download complete 19:45:28 2924cbbf6a41: Verifying Checksum 19:45:28 2924cbbf6a41: Download complete 19:45:28 9123ac7c32f7: Pull complete 19:45:29 b8cc5d1170e3: Pull complete 19:45:29 2924cbbf6a41: Pull complete 19:45:29 93b08a4f1073: Pull complete 19:45:29 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 19:45:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:45:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:45:30 prd-centos7-docker-4c-2g-4560 does not seem to be running inside a container 19:45:30 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:45:32 $ docker top f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:45:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:45:32 [ssh-agent] Looking for ssh-agent implementation... 19:45:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:45:32 $ docker exec f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c ssh-agent 19:45:32 SSH_AUTH_SOCK=/tmp/ssh-toygiESEkv48/agent.11 19:45:32 SSH_AGENT_PID=17 19:45:32 Running ssh-add (command line suppressed) 19:45:32 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_2765715441949419965.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_2765715441949419965.key) 19:45:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:45:33 + git describe --exact-match --tags HEAD 19:45:33 fatal: No names found, cannot describe anything. [Pipeline] } 19:45:33 $ docker exec --env ******** --env ******** f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c ssh-agent -k 19:45:33 unset SSH_AUTH_SOCK; 19:45:33 unset SSH_AGENT_PID; 19:45:33 echo Agent pid 17 killed; 19:45:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:45:33 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:45:33 This usually means this commit has not been tagged. [Pipeline] sshagent 19:45:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:45:33 [ssh-agent] Looking for ssh-agent implementation... 19:45:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:45:33 $ docker exec f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c ssh-agent 19:45:33 SSH_AUTH_SOCK=/tmp/ssh-EjWmSb8uroVb/agent.46 19:45:33 SSH_AGENT_PID=51 19:45:33 Running ssh-add (command line suppressed) 19:45:33 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_1790342360502815071.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_1790342360502815071.key) 19:45:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:45:34 + git semver init 19:45:34 # -> Open(): unable to determine branch for HEAD 19:45:34 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.git 19:45:34 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-387 19:45:34 # $SEMVER_REMOTE_NAME = origin 19:45:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:45:34 # $SEMVER_USER_NAME = edgex-jenkins 19:45:34 # $SEMVER_BRANCH = PR-387 19:45:34 # $SEMVER_TEMP = /tmp/semver-217491350 19:45:34 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 19:45:36 # '/tmp/semver-217491350' -> '/w/workspace/ndry_app-functions-sdk-go_PR-387/.semver' 19:45:36 # -> Force: false 19:45:36 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.semver [Pipeline] } 19:45:36 $ docker exec --env ******** --env ******** f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c ssh-agent -k 19:45:36 unset SSH_AUTH_SOCK; 19:45:36 unset SSH_AGENT_PID; 19:45:36 echo Agent pid 51 killed; 19:45:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:45:37 + git semver [Pipeline] } 19:45:37 $ docker stop --time=1 f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c 19:45:38 $ docker rm -f f3f1d090d1999ffac69109d50176527b73aa327d8570c7c7ae000e0ac6b8430c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:45:40 Stashed 133 file(s) [Pipeline] echo 19: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 19:45:55 Still waiting to schedule task 19:45:55 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4560’ 19:45:55 Still waiting to schedule task 19:45:55 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:47:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4561 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws 19:47:26 Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout 19:47:31 using credential edgex-jenkins-ssh 19:47:31 Cloning the remote Git repository 19:47:31 Cloning with configured refspecs honoured and without tags 19:47:31 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:47:31 > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 19:47:31 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:47:31 > git --version # timeout=10 19:47:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:47:31 > 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 19:47:35 Fetching without tags 19:47:35 Merging remotes/origin/master commit f1b19729a82ba1fbd13389d0a25b8735f137123f into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 19:47:34 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:47:34 > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 19:47:34 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:47:34 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:47:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:47:35 using GIT_SSH to set credentials SSH Credentials for GitHub 19:47:35 > 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 19:47:35 Merge succeeded, producing 73592cb58a3bec738b3fe45757fc015c513163d8 19:47:35 Checking out Revision 73592cb58a3bec738b3fe45757fc015c513163d8 (PR-387) 19:47:35 > git config core.sparsecheckout # timeout=10 19:47:35 > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 19:47:35 > git remote # timeout=10 19:47:35 > git config --get remote.origin.url # timeout=10 19:47:35 using GIT_SSH to set credentials SSH Credentials for GitHub 19:47:35 > git merge f1b19729a82ba1fbd13389d0a25b8735f137123f # timeout=10 19:47:35 > git rev-parse HEAD^{commit} # timeout=10 19:47:35 > git config core.sparsecheckout # timeout=10 19:47:35 > git checkout -f 73592cb58a3bec738b3fe45757fc015c513163d8 # timeout=10 19:47:40 Commit message: "Merge commit 'f1b19729a82ba1fbd13389d0a25b8735f137123f' into HEAD" 19:47:40 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 19:47:40 > git rev-list --no-walk 767bd8585b0f0054294f9ddccefb7649195917c0 # timeout=10 [Pipeline] echo 19:47:44 ========================================================= 19:47:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 19:47:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:47:45 + 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 . 19:47:46 Sending build context to Docker daemon 37.05MB 19:47:46 Step 1/8 : ARG BASE=golang:1.13-alpine 19:47:46 Step 2/8 : FROM ${BASE} 19:47:47 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:47:47 cde5963f3b93: Pulling fs layer 19:47:47 2a23fa8c16f7: Pulling fs layer 19:47:47 777b28850792: Pulling fs layer 19:47:47 8a11ddd9e578: Pulling fs layer 19:47:47 4cf88f913ddb: Pulling fs layer 19:47:47 1df406cf5192: Pulling fs layer 19:47:47 cd6300453558: Pulling fs layer 19:47:47 b9c365052c96: Pulling fs layer 19:47:47 a2d8cc88f415: Pulling fs layer 19:47:47 ea1d1ca13537: Pulling fs layer 19:47:47 3750a50a1c5e: Pulling fs layer 19:47:47 1df406cf5192: Waiting 19:47:47 cd6300453558: Waiting 19:47:47 b9c365052c96: Waiting 19:47:47 a2d8cc88f415: Waiting 19:47:47 ea1d1ca13537: Waiting 19:47:47 3750a50a1c5e: Waiting 19:47:47 8a11ddd9e578: Waiting 19:47:47 4cf88f913ddb: Waiting 19:47:47 777b28850792: Download complete 19:47:47 2a23fa8c16f7: Verifying Checksum 19:47:47 2a23fa8c16f7: Download complete 19:47:47 4cf88f913ddb: Verifying Checksum 19:47:47 4cf88f913ddb: Download complete 19:47:47 1df406cf5192: Download complete 19:47:47 cde5963f3b93: Verifying Checksum 19:47:47 cde5963f3b93: Download complete 19:47:48 cde5963f3b93: Pull complete 19:47:48 2a23fa8c16f7: Pull complete 19:47:49 777b28850792: Pull complete 19:47:49 cd6300453558: Verifying Checksum 19:47:49 cd6300453558: Download complete 19:47:49 a2d8cc88f415: Verifying Checksum 19:47:49 a2d8cc88f415: Download complete 19:47:51 ea1d1ca13537: Verifying Checksum 19:47:51 ea1d1ca13537: Download complete 19:47:51 3750a50a1c5e: Verifying Checksum 19:47:51 3750a50a1c5e: Download complete 19:47:52 b9c365052c96: Download complete 19:47:52 8a11ddd9e578: Verifying Checksum 19:47:52 8a11ddd9e578: Download complete 19:48:04 8a11ddd9e578: Pull complete 19:48:04 4cf88f913ddb: Pull complete 19:48:04 1df406cf5192: Pull complete 19:48:09 cd6300453558: Pull complete 19:48:13 b9c365052c96: Pull complete 19:48:13 a2d8cc88f415: Pull complete 19:48:16 ea1d1ca13537: Pull complete 19:48:16 3750a50a1c5e: Pull complete 19:48:16 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 19:48:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 19:48:16 ---> 78745c68409d 19:48:16 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:48:16 latest: Pulling from library/docker 19:48:16 b538f80385f9: Pulling fs layer 19:48:16 259a493cd78d: Pulling fs layer 19:48:16 b8e66b5100f5: Pulling fs layer 19:48:16 39dc9c94d07c: Pulling fs layer 19:48:16 551b823b3b82: Pulling fs layer 19:48:16 3c52a74df98c: Pulling fs layer 19:48:16 6c9b121b6998: Pulling fs layer 19:48:16 39dc9c94d07c: Waiting 19:48:16 551b823b3b82: Waiting 19:48:16 3c52a74df98c: Waiting 19:48:16 6c9b121b6998: Waiting 19:48:16 b8e66b5100f5: Verifying Checksum 19:48:16 b8e66b5100f5: Download complete 19:48:16 259a493cd78d: Verifying Checksum 19:48:16 259a493cd78d: Download complete 19:48:16 b538f80385f9: Verifying Checksum 19:48:16 b538f80385f9: Download complete 19:48:17 3c52a74df98c: Download complete 19:48:17 6c9b121b6998: Verifying Checksum 19:48:17 6c9b121b6998: Download complete 19:48:17 b538f80385f9: Pull complete 19:48:18 39dc9c94d07c: Verifying Checksum 19:48:18 39dc9c94d07c: Download complete 19:48:18 259a493cd78d: Pull complete 19:48:18 b8e66b5100f5: Pull complete 19:48:20 Running on prd-centos7-docker-4c-2g-4562 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws 19:48:20 Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout 19:48:22 39dc9c94d07c: Pull complete 19:48:22 551b823b3b82: Pull complete 19:48:22 using credential edgex-jenkins-ssh 19:48:22 Cloning the remote Git repository 19:48:22 Cloning with configured refspecs honoured and without tags 19:48:22 3c52a74df98c: Pull complete 19:48:22 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:48:23 > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 19:48:23 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:48:23 > git --version # timeout=10 19:48:23 using GIT_SSH to set credentials SSH Credentials for GitHub 19:48:23 6c9b121b6998: Pull complete 19:48:23 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 19:48:23 Status: Downloaded newer image for docker:latest 19:48:23 > 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 19:48:24 Fetching without tags 19:48:24 Merging remotes/origin/master commit f1b19729a82ba1fbd13389d0a25b8735f137123f into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 19:48:25 Merge succeeded, producing c769402da30e032a8b44f14969df3fe90068260c 19:48:25 Checking out Revision c769402da30e032a8b44f14969df3fe90068260c (PR-387) 19:48:24 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:48:24 > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 19:48:24 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:48:24 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:48:24 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:48:24 using GIT_SSH to set credentials SSH Credentials for GitHub 19:48:24 > 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 19:48:24 > git config core.sparsecheckout # timeout=10 19:48:24 > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 19:48:24 > git remote # timeout=10 19:48:25 > git config --get remote.origin.url # timeout=10 19:48:25 using GIT_SSH to set credentials SSH Credentials for GitHub 19:48:25 > git merge f1b19729a82ba1fbd13389d0a25b8735f137123f # timeout=10 19:48:25 > git rev-parse HEAD^{commit} # timeout=10 19:48:25 > git config core.sparsecheckout # timeout=10 19:48:25 > git checkout -f c769402da30e032a8b44f14969df3fe90068260c # timeout=10 19:48:28 Commit message: "Merge commit 'f1b19729a82ba1fbd13389d0a25b8735f137123f' into HEAD" 19:48:28 First time build. Skipping changelog. 19:48:28 > git rev-list --no-walk 767bd8585b0f0054294f9ddccefb7649195917c0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:48:30 ========================================================= 19:48:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 19:48:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:48:30 + 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 . 19:48:31 ---> fae3f1894fe8 19:48:31 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:48:31 ---> Running in ce339c2aaea4 19:48:31 Removing intermediate container ce339c2aaea4 19:48:31 ---> bdde27ec1e6c 19:48:31 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:48:31 ---> Running in cf32a615a28b 19:48:31 Sending build context to Docker daemon 37.05MB 19:48:31 Step 1/8 : ARG BASE=golang:1.13-alpine 19:48:31 Step 2/8 : FROM ${BASE} 19:48:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 19:48:31 e6b0cf9c0882: Pulling fs layer 19:48:31 2848faf0eed1: Pulling fs layer 19:48:31 0f37312ad70f: Pulling fs layer 19:48:31 5788d62ee057: Pulling fs layer 19:48:31 0e6b1d234666: Pulling fs layer 19:48:31 bf5d7aec512f: Pulling fs layer 19:48:31 34c802a77dc8: Pulling fs layer 19:48:31 9eb99e56ec68: Pulling fs layer 19:48:31 27c7a5d97fbd: Pulling fs layer 19:48:31 5c102a31e300: Pulling fs layer 19:48:31 dcfb455df0a1: Pulling fs layer 19:48:31 34c802a77dc8: Waiting 19:48:31 9eb99e56ec68: Waiting 19:48:31 27c7a5d97fbd: Waiting 19:48:31 dcfb455df0a1: Waiting 19:48:31 5c102a31e300: Waiting 19:48:31 5788d62ee057: Waiting 19:48:31 0e6b1d234666: Waiting 19:48:31 bf5d7aec512f: Waiting 19:48:31 0f37312ad70f: Verifying Checksum 19:48:31 0f37312ad70f: Download complete 19:48:31 2848faf0eed1: Download complete 19:48:31 0e6b1d234666: Verifying Checksum 19:48:31 0e6b1d234666: Download complete 19:48:31 bf5d7aec512f: Verifying Checksum 19:48:31 bf5d7aec512f: Download complete 19:48:31 e6b0cf9c0882: Download complete 19:48:32 34c802a77dc8: Verifying Checksum 19:48:32 34c802a77dc8: Download complete 19:48:32 27c7a5d97fbd: Verifying Checksum 19:48:32 27c7a5d97fbd: Download complete 19:48:33 5c102a31e300: Verifying Checksum 19:48:33 5c102a31e300: Download complete 19:48:33 5788d62ee057: Verifying Checksum 19:48:33 5788d62ee057: Download complete 19:48:33 dcfb455df0a1: Verifying Checksum 19:48:33 dcfb455df0a1: Download complete 19:48:33 9eb99e56ec68: Verifying Checksum 19:48:33 9eb99e56ec68: Download complete 19:48:33 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 19:48:34 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 19:48:34 e6b0cf9c0882: Pull complete 19:48:34 (1/5) Installing libsodium (1.0.18-r0) 19:48:34 (2/5) Installing libzmq (4.3.2-r0) 19:48:34 2848faf0eed1: Pull complete 19:48:34 0f37312ad70f: Pull complete 19:48:34 (3/5) Installing pkgconf (1.6.3-r0) 19:48:34 (4/5) Installing libsodium-dev (1.0.18-r0) 19:48:35 (5/5) Installing zeromq-dev (4.3.2-r0) 19:48:35 Executing busybox-1.31.1-r8.trigger 19:48:35 OK: 127 MiB in 44 packages 19:48:36 Removing intermediate container cf32a615a28b 19:48:36 ---> d79010421590 19:48:36 Step 6/8 : WORKDIR /build 19:48:36 ---> Running in 185a0d8c1344 19:48:37 Removing intermediate container 185a0d8c1344 19:48:37 ---> e8d6c2ab4521 19:48:37 Step 7/8 : COPY go.mod . 19:48:37 ---> 431759324c88 19:48:37 Step 8/8 : RUN go mod download 19:48:37 ---> Running in fc0a591f0c9d 19:48:40 5788d62ee057: Pull complete 19:48:40 0e6b1d234666: Pull complete 19:48:40 bf5d7aec512f: Pull complete 19:48:41 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 19:48:41 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] } 19:48:42 Failed in branch arm64 19:48:45 34c802a77dc8: Pull complete 19:48:49 9eb99e56ec68: Pull complete 19:48:49 27c7a5d97fbd: Pull complete 19:48:49 5c102a31e300: Pull complete 19:48:49 dcfb455df0a1: Pull complete 19:48:49 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 19:48:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 19:48:49 ---> 7c70fe431013 19:48:49 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:48:50 latest: Pulling from library/docker 19:48:50 df20fa9351a1: Pulling fs layer 19:48:50 25ad7478873d: Pulling fs layer 19:48:50 4684f6177b5d: Pulling fs layer 19:48:50 46e300cec669: Pulling fs layer 19:48:50 63038576ad94: Pulling fs layer 19:48:50 0fdb76c4706c: Pulling fs layer 19:48:50 cb7edeffdfd5: Pulling fs layer 19:48:50 46e300cec669: Waiting 19:48:50 63038576ad94: Waiting 19:48:50 0fdb76c4706c: Waiting 19:48:50 cb7edeffdfd5: Waiting 19:48:50 4684f6177b5d: Verifying Checksum 19:48:50 4684f6177b5d: Download complete 19:48:50 25ad7478873d: Verifying Checksum 19:48:50 25ad7478873d: Download complete 19:48:50 df20fa9351a1: Verifying Checksum 19:48:50 63038576ad94: Verifying Checksum 19:48:50 63038576ad94: Download complete 19:48:50 0fdb76c4706c: Verifying Checksum 19:48:50 0fdb76c4706c: Download complete 19:48:50 df20fa9351a1: Pull complete 19:48:51 46e300cec669: Verifying Checksum 19:48:51 46e300cec669: Download complete 19:48:51 cb7edeffdfd5: Verifying Checksum 19:48:51 cb7edeffdfd5: Download complete 19:48:51 25ad7478873d: Pull complete 19:48:51 4684f6177b5d: Pull complete 19:48:55 46e300cec669: Pull complete 19:48:55 63038576ad94: Pull complete 19:48:55 0fdb76c4706c: Pull complete 19:48:55 cb7edeffdfd5: Pull complete 19:48:55 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 19:48:55 Status: Downloaded newer image for docker:latest 19:48:56 ---> 08c3cca81d7a 19:48:56 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:48:56 ---> Running in b78944cac617 19:48:56 Removing intermediate container b78944cac617 19:48:56 ---> bf91fd11a7f3 19:48:56 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:48:56 ---> Running in 8535c22708b0 19:48:57 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 19:48:58 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 19:48:58 (1/5) Installing libsodium (1.0.18-r0) 19:48:58 (2/5) Installing libzmq (4.3.2-r0) 19:48:58 (3/5) Installing pkgconf (1.6.3-r0) 19:48:58 (4/5) Installing libsodium-dev (1.0.18-r0) 19:48:58 (5/5) Installing zeromq-dev (4.3.2-r0) 19:48:58 Executing busybox-1.31.1-r8.trigger 19:48:59 OK: 145 MiB in 44 packages 19:48:59 Removing intermediate container 8535c22708b0 19:48:59 ---> 6d4574a2a288 19:48:59 Step 6/8 : WORKDIR /build 19:48:59 ---> Running in c428ab10d2e6 19:48:59 Removing intermediate container c428ab10d2e6 19:48:59 ---> 4992b2bc9ae4 19:48:59 Step 7/8 : COPY go.mod . 19:48:59 ---> 53e35a62c6c3 19:48:59 Step 8/8 : RUN go mod download 19:48:59 ---> Running in 72e59a0878fe 19:49:02 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 19:49:03 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] } 19:49:03 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] { (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 19:49:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:49:05 ---> package-listing.sh 19:49:05 ++ facter osfamily 19:49:05 ++ tr '[:upper:]' '[:lower:]' 19:49:05 + OS_FAMILY=redhat 19:49:05 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-387 19:49:05 + START_PACKAGES=/tmp/packages_start.txt 19:49:05 + END_PACKAGES=/tmp/packages_end.txt 19:49:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:49:05 + PACKAGES=/tmp/packages_start.txt 19:49:05 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' 19:49:05 + PACKAGES=/tmp/packages_end.txt 19:49:05 + case "${OS_FAMILY}" in 19:49:05 + rpm -qa 19:49:05 + sort 19:49:09 + '[' -f /tmp/packages_start.txt ']' 19:49:09 + '[' -f /tmp/packages_end.txt ']' 19:49:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:49:09 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' 19:49:09 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-387/archives/ 19:49:09 + 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 19:49:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:49:09 19:49:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:49:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:49:10 alpine: Pulling from edgex-lftools-log-publisher 19:49:10 c9b1b535fdd9: Pulling fs layer 19:49:10 2cc5ad85d9ab: Pulling fs layer 19:49:10 756a868c4378: Pulling fs layer 19:49:10 444b2fc9a129: Pulling fs layer 19:49:10 ea15f1150254: Pulling fs layer 19:49:10 41b27a9f41bf: Pulling fs layer 19:49:10 28c525ee5125: Pulling fs layer 19:49:10 094b1ea09ed8: Pulling fs layer 19:49:10 138eaada9080: Pulling fs layer 19:49:10 0622d0fa9048: Pulling fs layer 19:49:10 444b2fc9a129: Waiting 19:49:10 ea15f1150254: Waiting 19:49:10 41b27a9f41bf: Waiting 19:49:10 28c525ee5125: Waiting 19:49:10 094b1ea09ed8: Waiting 19:49:10 138eaada9080: Waiting 19:49:10 0622d0fa9048: Waiting 19:49:10 2cc5ad85d9ab: Download complete 19:49:10 444b2fc9a129: Verifying Checksum 19:49:10 444b2fc9a129: Download complete 19:49:10 c9b1b535fdd9: Verifying Checksum 19:49:10 c9b1b535fdd9: Download complete 19:49:10 ea15f1150254: Verifying Checksum 19:49:10 ea15f1150254: Download complete 19:49:10 28c525ee5125: Verifying Checksum 19:49:10 28c525ee5125: Download complete 19:49:10 756a868c4378: Verifying Checksum 19:49:10 756a868c4378: Download complete 19:49:10 c9b1b535fdd9: Pull complete 19:49:10 094b1ea09ed8: Verifying Checksum 19:49:10 094b1ea09ed8: Download complete 19:49:10 138eaada9080: Verifying Checksum 19:49:10 138eaada9080: Download complete 19:49:10 0622d0fa9048: Verifying Checksum 19:49:10 0622d0fa9048: Download complete 19:49:11 2cc5ad85d9ab: Pull complete 19:49:11 41b27a9f41bf: Verifying Checksum 19:49:11 41b27a9f41bf: Download complete 19:49:12 756a868c4378: Pull complete 19:49:12 444b2fc9a129: Pull complete 19:49:12 ea15f1150254: Pull complete 19:49:17 41b27a9f41bf: Pull complete 19:49:17 28c525ee5125: Pull complete 19:49:19 094b1ea09ed8: Pull complete 19:49:19 138eaada9080: Pull complete 19:49:19 0622d0fa9048: Pull complete 19:49:19 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 19:49:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:49:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:49:20 prd-centos7-docker-4c-2g-4560 does not seem to be running inside a container 19:49:20 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:49:23 $ docker top 7511de17d3d30ab4d182d09167c0e2044cc2303fed44dfc51d973239221ddc27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:49:23 provisioning config files... 19:49:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/config1753891408612011386tmp [Pipeline] { [Pipeline] echo 19:49:23 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:49:24 ---> create-netrc.sh [Pipeline] echo 19:49:24 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:49:24 ---> logs-deploy.sh 19:49:24 + ARCHIVE_ARTIFACTS= 19:49:24 + LOGS_SERVER=https://logs.edgexfoundry.org 19:49:24 + '[' https://logs.edgexfoundry.org == None ']' 19:49:24 + NEXUS_URL=https://nexus.edgexfoundry.org 19:49:24 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/5 19:49:24 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/5/ 19:49:24 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/5 /w/workspace/ndry_app-functions-sdk-go_PR-387 19:49:25 Archives upload complete. 19:49:25 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/5/ 19:49:26 ---> uname -a: 19:49:26 Linux 7511de17d3d3 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:49:26 19:49:26 19:49:26 ---> lscpu: 19:49:26 Architecture: x86_64 19:49:26 CPU op-mode(s): 32-bit, 64-bit 19:49:26 Byte Order: Little Endian 19:49:26 Address sizes: 40 bits physical, 48 bits virtual 19:49:26 CPU(s): 4 19:49:26 On-line CPU(s) list: 0-3 19:49:26 Thread(s) per core: 1 19:49:26 Core(s) per socket: 1 19:49:26 Socket(s): 4 19:49:26 NUMA node(s): 1 19:49:26 Vendor ID: GenuineIntel 19:49:26 CPU family: 6 19:49:26 Model: 44 19:49:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:49:26 Stepping: 1 19:49:26 CPU MHz: 2933.438 19:49:26 BogoMIPS: 5866.87 19:49:26 Virtualization: VT-x 19:49:26 Hypervisor vendor: KVM 19:49:26 Virtualization type: full 19:49:26 L1d cache: 128 KiB 19:49:26 L1i cache: 128 KiB 19:49:26 L2 cache: 16 MiB 19:49:26 L3 cache: 64 MiB 19:49:26 NUMA node0 CPU(s): 0-3 19:49:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:49:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:49:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:49:26 Vulnerability Meltdown: Mitigation; PTI 19:49:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:49:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:49:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:49:26 Vulnerability Tsx async abort: Not affected 19:49:26 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 19:49:26 19:49:26 19:49:26 ---> nproc: 19:49:26 4 19:49:26 19:49:26 19:49:26 ---> df -h: 19:49:26 Filesystem Size Used Available Use% Mounted on 19:49:26 overlay 50.0G 7.3G 42.7G 15% / 19:49:26 tmpfs 64.0M 0 64.0M 0% /dev 19:49:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:49:26 shm 64.0M 0 64.0M 0% /dev/shm 19:49:26 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 19:49:26 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 19:49:26 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 19:49:26 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa 19:49:26 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-387 19:49:26 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp 19:49:26 19:49:26 19:49:26 ---> free -m: 19:49:26 total used free shared buff/cache available 19:49:26 Mem: 1837 669 117 0 1050 1062 19:49:26 Swap: 1023 0 1023 19:49:26 19:49:26 19:49:26 ---> ip addr: 19:49:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:49:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:49:26 inet 127.0.0.1/8 scope host lo 19:49:26 valid_lft forever preferred_lft forever 19:49:26 6: eth0@if7: mtu 1458 qdisc noqueue state UP 19:49:26 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:49:26 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:49:26 valid_lft forever preferred_lft forever 19:49:26 19:49:26 19:49:26 ---> sar -b -r -n DEV: 19:49:26 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/26/20 _x86_64_ (4 CPU) 19:49:26 19:49:26 19:44:35 LINUX RESTART 19:49:26 19:49:26 19:45:02 tps rtps wtps bread/s bwrtn/s 19:49:26 19:46:01 97.48 38.63 58.85 7635.42 8881.94 19:49:26 19:47:01 2.43 0.00 2.43 0.00 53.57 19:49:26 19:48:01 0.40 0.00 0.40 0.00 6.38 19:49:26 19:49:01 0.27 0.00 0.27 0.00 3.10 19:49:26 Average: 24.85 9.54 15.31 1885.47 2209.11 19:49:26 19:49:26 19:45:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:49:26 19:46:01 192960 1688596 89.74 2620 1108728 1108124 37.82 433384 1094604 120 19:49:26 19:47:01 204844 1676712 89.11 2620 1108732 1072476 36.60 426704 1090844 20 19:49:26 19:48:01 201724 1679832 89.28 2620 1108796 1072656 36.61 429740 1090848 16 19:49:26 19:49:01 201708 1679848 89.28 2620 1108740 1072748 36.61 429948 1090832 16 19:49:26 Average: 200309 1681247 89.35 2620 1108749 1081501 36.91 429944 1091782 43 19:49:26 19:49:26 19:45:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 19:49:26 19:46:01 eth0 819.69 546.22 1688.35 425.76 0.00 0.00 0.00 19:49:26 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:49:26 19:46:01 docker0 112.61 97.60 9.60 308.41 0.00 0.00 0.00 19:49:26 19:47:01 eth0 0.65 0.08 0.06 0.02 0.00 0.00 0.00 19:49:26 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:49:26 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:49:26 19:48:01 eth0 0.95 0.30 0.32 0.20 0.00 0.00 0.00 19:49:26 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:49:26 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:49:26 19:49:01 eth0 0.47 0.33 0.27 0.20 0.00 0.00 0.00 19:49:26 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:49:26 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:49:26 Average: eth0 202.93 135.06 417.08 105.24 0.00 0.00 0.00 19:49:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:49:26 Average: docker0 27.81 24.10 2.37 76.16 0.00 0.00 0.00 19:49:26 19:49:26 19:49:26 ---> sar -P ALL: 19:49:26 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/26/20 _x86_64_ (4 CPU) 19:49:26 19:49:26 19:44:35 LINUX RESTART 19:49:26 19:49:26 19:45:02 CPU %user %nice %system %iowait %steal %idle 19:49:26 19:46:01 all 16.04 0.00 5.98 3.25 0.01 74.72 19:49:26 19:46:01 0 14.77 0.00 7.04 3.01 0.02 75.16 19:49:26 19:46:01 1 15.58 0.00 6.23 5.56 0.00 72.63 19:49:26 19:46:01 2 13.68 0.00 5.76 2.27 0.02 78.27 19:49:26 19:46:01 3 20.13 0.00 4.91 2.15 0.02 72.79 19:49:26 19:47:01 all 0.15 0.00 0.03 0.00 0.00 99.81 19:49:26 19:47:01 0 0.35 0.00 0.02 0.00 0.00 99.63 19:49:26 19:47:01 1 0.03 0.00 0.05 0.00 0.00 99.92 19:49:26 19:47:01 2 0.20 0.00 0.03 0.00 0.00 99.77 19:49:26 19:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:49:26 19:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:49:26 19:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:49:26 19:48:01 1 0.05 0.00 0.02 0.00 0.00 99.93 19:49:26 19:48:01 2 0.47 0.00 0.03 0.00 0.00 99.50 19:49:26 19:48:01 3 0.05 0.00 0.05 0.02 0.00 99.88 19:49:26 19:49:01 all 0.14 0.00 0.02 0.00 0.00 99.83 19:49:26 19:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:49:26 19:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:49:26 19:49:01 2 0.50 0.00 0.03 0.00 0.00 99.47 19:49:26 19:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:49:26 Average: all 4.05 0.00 1.49 0.80 0.00 93.66 19:49:26 Average: 0 3.73 0.00 1.74 0.74 0.00 93.79 19:49:26 Average: 1 3.85 0.00 1.55 1.37 0.00 93.23 19:49:26 Average: 2 3.65 0.00 1.44 0.56 0.00 94.34 19:49:26 Average: 3 4.96 0.00 1.23 0.53 0.00 93.27 19:49:26 19:49:26 19:49:26