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+3c5d90b444acaacd451f7b7ebdf2088530767d3b (e4645f8443433d35e5817fd533954d9651b6bd2c) 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 58add5173bd5747e956b7cc86a1e88a765e134cb # timeout=10 Commit message: "Merge pull request #215 from ernestojeda/disable-tests-on-release-stream" > 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-651 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 3c5d90b444acaacd451f7b7ebdf2088530767d3b into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 > 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 Merge succeeded, producing 50bfa4a1d2e1ed30adbf7042181d28312ac73248 Checking out Revision 50bfa4a1d2e1ed30adbf7042181d28312ac73248 (PR-387) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3c5d90b444acaacd451f7b7ebdf2088530767d3b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 50bfa4a1d2e1ed30adbf7042181d28312ac73248 # timeout=10 Commit message: "Merge commit '3c5d90b444acaacd451f7b7ebdf2088530767d3b' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 46379181c88348a01825d898b7119138d97a5121 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:45:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:45:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:45:34 ========================================================= 23:45:34 EdgeX Global Pipelines Version Info 23:45:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:45:35 ------------------- 23:45:35 stable info: 23:45:35 ------------------- 23:45:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:45:35 Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb 23:45:35 Message: update stable to v1.0.103 23:45:36 ------------------- 23:45:36 experimental info: 23:45:36 ------------------- 23:45:36 Commited By: **** collab-it+edgex@linuxfoundation.org 23:45:36 Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb 23:45:36 Message: update experimental to v1.0.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:45:38 + git log --format=format:%s -1 50bfa4a1d2e1ed30adbf7042181d28312ac73248 [Pipeline] echo 23:45:38 GIT_COMMIT: 50bfa4a1d2e1ed30adbf7042181d28312ac73248, Commit Message: Merge commit '3c5d90b444acaacd451f7b7ebdf2088530767d3b' into HEAD [Pipeline] echo 23:45:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:45:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:45:40 23:45:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:45:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:45:40 latest: Pulling from edgex-devops/git-semver 23:45:40 31603596830f: Pulling fs layer 23:45:40 2a8b12db71e7: Pulling fs layer 23:45:40 6ca5941a6612: Pulling fs layer 23:45:40 ecc8261a40a4: Pulling fs layer 23:45:40 ecc8261a40a4: Waiting 23:45:40 2a8b12db71e7: Verifying Checksum 23:45:40 2a8b12db71e7: Download complete 23:45:40 31603596830f: Download complete 23:45:40 ecc8261a40a4: Verifying Checksum 23:45:40 ecc8261a40a4: Download complete 23:45:40 6ca5941a6612: Verifying Checksum 23:45:40 6ca5941a6612: Download complete 23:45:41 31603596830f: Pull complete 23:45:41 2a8b12db71e7: Pull complete 23:45:41 6ca5941a6612: Pull complete 23:45:42 ecc8261a40a4: Pull complete 23:45:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:45:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:45:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:45:42 prd-centos7-docker-4c-2g-651 does not seem to be running inside a container 23:45:42 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:45:44 $ docker top bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:45:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:45:44 [ssh-agent] Looking for ssh-agent implementation... 23:45:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:45:45 $ docker exec bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 ssh-agent 23:45:45 SSH_AUTH_SOCK=/tmp/ssh-SpUE5SsC38s9/agent.12 23:45:45 SSH_AGENT_PID=17 23:45:45 Running ssh-add (command line suppressed) 23:45:45 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_4257591361636535242.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_4257591361636535242.key) 23:45:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:45:45 + git describe --exact-match --tags HEAD 23:45:45 fatal: No names found, cannot describe anything. [Pipeline] } 23:45:45 $ docker exec --env ******** --env ******** bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 ssh-agent -k 23:45:45 unset SSH_AUTH_SOCK; 23:45:45 unset SSH_AGENT_PID; 23:45:45 echo Agent pid 17 killed; 23:45:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:45:46 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:45:46 This usually means this commit has not been tagged. [Pipeline] sshagent 23:45:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:45:46 [ssh-agent] Looking for ssh-agent implementation... 23:45:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:45:46 $ docker exec bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 ssh-agent 23:45:46 SSH_AUTH_SOCK=/tmp/ssh-8uhwrtBT8moq/agent.47 23:45:46 SSH_AGENT_PID=53 23:45:46 Running ssh-add (command line suppressed) 23:45:46 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_5678183909915370149.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_5678183909915370149.key) 23:45:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:45:46 + git semver init 23:45:46 # -> Open(): unable to determine branch for HEAD 23:45:46 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.git 23:45:46 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-387 23:45:46 # $SEMVER_REMOTE_NAME = origin 23:45:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:45:46 # $SEMVER_USER_NAME = edgex-jenkins 23:45:46 # $SEMVER_BRANCH = PR-387 23:45:46 # $SEMVER_TEMP = /tmp/semver-118512605 23:45:46 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:45:49 # '/tmp/semver-118512605' -> '/w/workspace/ndry_app-functions-sdk-go_PR-387/.semver' 23:45:49 # -> Force: false 23:45:49 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.semver [Pipeline] } 23:45:49 $ docker exec --env ******** --env ******** bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 ssh-agent -k 23:45:49 unset SSH_AUTH_SOCK; 23:45:49 unset SSH_AGENT_PID; 23:45:49 echo Agent pid 53 killed; 23:45:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:45:50 + git semver [Pipeline] } 23:45:50 $ docker stop --time=1 bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 23:45:51 $ docker rm -f bfd32bbb3d55d92a3a1c92f7bcd5117175e3b500a950651dc793681e021764b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:45:53 Stashed 29 file(s) [Pipeline] echo 23:45:53 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 23:45:53 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 23:46:09 Still waiting to schedule task 23:46:09 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-651’ 23:46:09 Still waiting to schedule task 23:46:09 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:47:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-652 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws 23:47:46 Running in /w/workspace/app-functions-sdk-go/11 [Pipeline] { [Pipeline] checkout 23:47:51 using credential edgex-jenkins-ssh 23:47:51 Cloning the remote Git repository 23:47:51 Cloning with configured refspecs honoured and without tags 23:47:51 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:47:51 > git init /w/workspace/app-functions-sdk-go/11 # timeout=10 23:47:51 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:47:51 > git --version # timeout=10 23:47:51 using GIT_SSH to set credentials SSH Credentials for GitHub 23:47:51 > 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 23:47:56 Fetching without tags 23:47:56 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:47:56 > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 23:47:56 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:47:56 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:47:56 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:47:56 using GIT_SSH to set credentials SSH Credentials for GitHub 23:47:56 > 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 23:47:56 Merging remotes/origin/master commit 3c5d90b444acaacd451f7b7ebdf2088530767d3b into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 23:47:57 Merge succeeded, producing eca17b18c85473728521d844db69209ce6448db2 23:47:57 Checking out Revision eca17b18c85473728521d844db69209ce6448db2 (PR-387) 23:47:56 > git config core.sparsecheckout # timeout=10 23:47:56 > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 23:47:56 > git remote # timeout=10 23:47:57 > git config --get remote.origin.url # timeout=10 23:47:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:47:57 > git merge 3c5d90b444acaacd451f7b7ebdf2088530767d3b # timeout=10 23:47:57 > git rev-parse HEAD^{commit} # timeout=10 23:47:57 > git config core.sparsecheckout # timeout=10 23:47:57 > git checkout -f eca17b18c85473728521d844db69209ce6448db2 # timeout=10 23:48:01 Commit message: "Merge commit '3c5d90b444acaacd451f7b7ebdf2088530767d3b' into HEAD" 23:48:01 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 23:48:01 > git rev-list --no-walk 46379181c88348a01825d898b7119138d97a5121 # timeout=10 [Pipeline] echo 23:48:05 ========================================================= 23:48:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 23:48:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:48:06 + 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 . 23:48:07 Sending build context to Docker daemon 36.9MB 23:48:07 Step 1/8 : ARG BASE=golang:1.13-alpine 23:48:07 Step 2/8 : FROM ${BASE} 23:48:08 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:48:08 b538f80385f9: Pulling fs layer 23:48:08 74f711af9a0d: Pulling fs layer 23:48:08 99f96fe45779: Pulling fs layer 23:48:08 fd7a069fd194: Pulling fs layer 23:48:08 66aa3694b03b: Pulling fs layer 23:48:08 170f70906a0f: Pulling fs layer 23:48:08 ad7c5574e4b9: Pulling fs layer 23:48:08 e772456be8f7: Pulling fs layer 23:48:08 c890913d741a: Pulling fs layer 23:48:08 2480fcc9aa5a: Pulling fs layer 23:48:08 09adf4765672: Pulling fs layer 23:48:08 ad7c5574e4b9: Waiting 23:48:08 e772456be8f7: Waiting 23:48:08 c890913d741a: Waiting 23:48:08 2480fcc9aa5a: Waiting 23:48:08 09adf4765672: Waiting 23:48:08 66aa3694b03b: Waiting 23:48:08 fd7a069fd194: Waiting 23:48:08 170f70906a0f: Waiting 23:48:08 99f96fe45779: Verifying Checksum 23:48:08 99f96fe45779: Download complete 23:48:08 74f711af9a0d: Verifying Checksum 23:48:08 74f711af9a0d: Download complete 23:48:08 66aa3694b03b: Verifying Checksum 23:48:08 66aa3694b03b: Download complete 23:48:08 170f70906a0f: Verifying Checksum 23:48:08 170f70906a0f: Download complete 23:48:08 b538f80385f9: Verifying Checksum 23:48:08 b538f80385f9: Download complete 23:48:09 b538f80385f9: Pull complete 23:48:09 74f711af9a0d: Pull complete 23:48:09 99f96fe45779: Pull complete 23:48:10 ad7c5574e4b9: Verifying Checksum 23:48:10 ad7c5574e4b9: Download complete 23:48:10 c890913d741a: Verifying Checksum 23:48:10 c890913d741a: Download complete 23:48:12 2480fcc9aa5a: Verifying Checksum 23:48:12 2480fcc9aa5a: Download complete 23:48:12 09adf4765672: Verifying Checksum 23:48:12 09adf4765672: Download complete 23:48:12 e772456be8f7: Download complete 23:48:13 fd7a069fd194: Download complete 23:48:25 fd7a069fd194: Pull complete 23:48:25 66aa3694b03b: Pull complete 23:48:25 170f70906a0f: Pull complete 23:48:29 ad7c5574e4b9: Pull complete 23:48:33 e772456be8f7: Pull complete 23:48:33 c890913d741a: Pull complete 23:48:36 2480fcc9aa5a: Pull complete 23:48:36 09adf4765672: Pull complete 23:48:36 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 23:48:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 23:48:36 ---> 2248a725d1cf 23:48:36 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:48:37 latest: Pulling from library/docker 23:48:37 b538f80385f9: Already exists 23:48:37 259a493cd78d: Pulling fs layer 23:48:37 b8e66b5100f5: Pulling fs layer 23:48:37 39dc9c94d07c: Pulling fs layer 23:48:37 551b823b3b82: Pulling fs layer 23:48:37 3c52a74df98c: Pulling fs layer 23:48:37 6c9b121b6998: Pulling fs layer 23:48:37 551b823b3b82: Waiting 23:48:37 3c52a74df98c: Waiting 23:48:37 6c9b121b6998: Waiting 23:48:37 b8e66b5100f5: Verifying Checksum 23:48:37 b8e66b5100f5: Download complete 23:48:37 259a493cd78d: Verifying Checksum 23:48:37 259a493cd78d: Download complete 23:48:37 551b823b3b82: Verifying Checksum 23:48:37 551b823b3b82: Download complete 23:48:37 3c52a74df98c: Download complete 23:48:37 6c9b121b6998: Verifying Checksum 23:48:37 6c9b121b6998: Download complete 23:48:38 259a493cd78d: Pull complete 23:48:38 b8e66b5100f5: Pull complete 23:48:38 39dc9c94d07c: Verifying Checksum 23:48:38 39dc9c94d07c: Download complete 23:48:42 39dc9c94d07c: Pull complete 23:48:42 551b823b3b82: Pull complete 23:48:43 3c52a74df98c: Pull complete 23:48:43 6c9b121b6998: Pull complete 23:48:43 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 23:48:43 Status: Downloaded newer image for docker:latest 23:48:51 ---> 88c98a06c30e 23:48:51 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:48:51 ---> Running in 45546e7229a8 23:48:51 Removing intermediate container 45546e7229a8 23:48:51 ---> 8dc2ae7602b6 23:48:51 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:48:51 ---> Running in b41d1e32c304 23:48:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:48:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:48:54 (1/5) Installing libsodium (1.0.18-r0) 23:48:54 (2/5) Installing libzmq (4.3.2-r0) 23:48:54 (3/5) Installing pkgconf (1.7.2-r0) 23:48:54 (4/5) Installing libsodium-dev (1.0.18-r0) 23:48:55 (5/5) Installing zeromq-dev (4.3.2-r0) 23:48:55 Executing busybox-1.31.1-r16.trigger 23:48:55 OK: 143 MiB in 44 packages 23:48:56 Removing intermediate container b41d1e32c304 23:48:56 ---> e4d931229cea 23:48:56 Step 6/8 : WORKDIR /build 23:48:56 ---> Running in 1e6ef5b615ab 23:48:57 Removing intermediate container 1e6ef5b615ab 23:48:57 ---> 0b664c471ecf 23:48:57 Step 7/8 : COPY go.mod . 23:48:58 ---> f25768579cff 23:48:58 Step 8/8 : RUN go mod download 23:48:58 ---> Running in f1b090e22fba 23:49:01 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 23:49:01 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] } 23:49:02 Failed in branch arm64 23:49:25 Running on prd-centos7-docker-4c-2g-653 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws 23:49:25 Running in /w/workspace/app-functions-sdk-go/11 [Pipeline] { [Pipeline] checkout 23:49:31 using credential edgex-jenkins-ssh 23:49:31 Cloning the remote Git repository 23:49:31 Cloning with configured refspecs honoured and without tags 23:49:31 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:49:32 > git init /w/workspace/app-functions-sdk-go/11 # timeout=10 23:49:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:49:32 > git --version # timeout=10 23:49:32 using GIT_SSH to set credentials SSH Credentials for GitHub 23:49:32 > 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 23:49:34 Fetching without tags 23:49:34 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:49:34 > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 23:49:34 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:49:34 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:49:34 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:49:34 using GIT_SSH to set credentials SSH Credentials for GitHub 23:49:34 > 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 23:49:35 Merging remotes/origin/master commit 3c5d90b444acaacd451f7b7ebdf2088530767d3b into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 23:49:35 Merge succeeded, producing 7c6c31e3fe0611bcdf037e7404857d8436f9b229 23:49:35 Checking out Revision 7c6c31e3fe0611bcdf037e7404857d8436f9b229 (PR-387) 23:49:35 > git config core.sparsecheckout # timeout=10 23:49:35 > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 23:49:35 > git remote # timeout=10 23:49:35 > git config --get remote.origin.url # timeout=10 23:49:35 using GIT_SSH to set credentials SSH Credentials for GitHub 23:49:35 > git merge 3c5d90b444acaacd451f7b7ebdf2088530767d3b # timeout=10 23:49:35 > git rev-parse HEAD^{commit} # timeout=10 23:49:35 > git config core.sparsecheckout # timeout=10 23:49:35 > git checkout -f 7c6c31e3fe0611bcdf037e7404857d8436f9b229 # timeout=10 23:49:39 Commit message: "Merge commit '3c5d90b444acaacd451f7b7ebdf2088530767d3b' into HEAD" 23:49:39 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 23:49:39 > git rev-list --no-walk 46379181c88348a01825d898b7119138d97a5121 # timeout=10 [Pipeline] echo 23:49:44 ========================================================= 23:49:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 23:49:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:49:45 + 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 . 23:49:46 Sending build context to Docker daemon 36.9MB 23:49:46 Step 1/8 : ARG BASE=golang:1.13-alpine 23:49:46 Step 2/8 : FROM ${BASE} 23:49:47 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 23:49:47 df20fa9351a1: Pulling fs layer 23:49:47 ed8968b2872e: Pulling fs layer 23:49:47 a92cc7c5fd73: Pulling fs layer 23:49:47 2dd03ba5bac4: Pulling fs layer 23:49:47 1e091d79d1de: Pulling fs layer 23:49:47 481702a1767f: Pulling fs layer 23:49:47 f64a6f60c768: Pulling fs layer 23:49:47 e78d2573fc39: Pulling fs layer 23:49:47 e876d2f968b6: Pulling fs layer 23:49:47 ce8a83651883: Pulling fs layer 23:49:47 07967f4d0e4b: Pulling fs layer 23:49:47 f64a6f60c768: Waiting 23:49:47 e78d2573fc39: Waiting 23:49:47 e876d2f968b6: Waiting 23:49:47 ce8a83651883: Waiting 23:49:47 07967f4d0e4b: Waiting 23:49:47 2dd03ba5bac4: Waiting 23:49:47 1e091d79d1de: Waiting 23:49:47 481702a1767f: Waiting 23:49:47 a92cc7c5fd73: Verifying Checksum 23:49:47 a92cc7c5fd73: Download complete 23:49:47 ed8968b2872e: Verifying Checksum 23:49:47 ed8968b2872e: Download complete 23:49:47 1e091d79d1de: Verifying Checksum 23:49:47 1e091d79d1de: Download complete 23:49:47 481702a1767f: Verifying Checksum 23:49:47 481702a1767f: Download complete 23:49:47 df20fa9351a1: Verifying Checksum 23:49:47 df20fa9351a1: Download complete 23:49:49 df20fa9351a1: Pull complete 23:49:49 f64a6f60c768: Download complete 23:49:49 e876d2f968b6: Download complete 23:49:50 ed8968b2872e: Pull complete 23:49:50 2dd03ba5bac4: Verifying Checksum 23:49:50 2dd03ba5bac4: Download complete 23:49:50 a92cc7c5fd73: Pull complete 23:49:51 e78d2573fc39: Verifying Checksum 23:49:51 e78d2573fc39: Download complete 23:49:51 07967f4d0e4b: Verifying Checksum 23:49:51 07967f4d0e4b: Download complete 23:49:51 ce8a83651883: Verifying Checksum 23:49:51 ce8a83651883: Download complete 23:50:04 2dd03ba5bac4: Pull complete 23:50:04 1e091d79d1de: Pull complete 23:50:04 481702a1767f: Pull complete 23:50:11 f64a6f60c768: Pull complete 23:50:18 e78d2573fc39: Pull complete 23:50:18 e876d2f968b6: Pull complete 23:50:19 ce8a83651883: Pull complete 23:50:19 07967f4d0e4b: Pull complete 23:50:19 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 23:50:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 23:50:20 ---> 5d7c900382c6 23:50:20 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:50:20 latest: Pulling from library/docker 23:50:20 df20fa9351a1: Already exists 23:50:20 25ad7478873d: Pulling fs layer 23:50:20 4684f6177b5d: Pulling fs layer 23:50:20 46e300cec669: Pulling fs layer 23:50:20 63038576ad94: Pulling fs layer 23:50:20 0fdb76c4706c: Pulling fs layer 23:50:20 cb7edeffdfd5: Pulling fs layer 23:50:20 63038576ad94: Waiting 23:50:20 0fdb76c4706c: Waiting 23:50:20 cb7edeffdfd5: Waiting 23:50:21 4684f6177b5d: Verifying Checksum 23:50:21 4684f6177b5d: Download complete 23:50:21 25ad7478873d: Verifying Checksum 23:50:21 25ad7478873d: Download complete 23:50:21 63038576ad94: Verifying Checksum 23:50:21 63038576ad94: Download complete 23:50:21 0fdb76c4706c: Verifying Checksum 23:50:21 0fdb76c4706c: Download complete 23:50:21 cb7edeffdfd5: Verifying Checksum 23:50:21 cb7edeffdfd5: Download complete 23:50:22 46e300cec669: Verifying Checksum 23:50:22 46e300cec669: Download complete 23:50:23 25ad7478873d: Pull complete 23:50:23 4684f6177b5d: Pull complete 23:50:27 46e300cec669: Pull complete 23:50:28 63038576ad94: Pull complete 23:50:28 0fdb76c4706c: Pull complete 23:50:28 cb7edeffdfd5: Pull complete 23:50:28 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 23:50:28 Status: Downloaded newer image for docker:latest 23:50:31 ---> 7f914274d5d6 23:50:31 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:50:31 ---> Running in b45ea51189c4 23:50:31 Removing intermediate container b45ea51189c4 23:50:31 ---> cac2619b3186 23:50:31 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:50:31 ---> Running in c6974423acd5 23:50:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:50:34 (1/5) Installing libsodium (1.0.18-r0) 23:50:34 (2/5) Installing libzmq (4.3.2-r0) 23:50:34 (3/5) Installing pkgconf (1.7.2-r0) 23:50:34 (4/5) Installing libsodium-dev (1.0.18-r0) 23:50:34 (5/5) Installing zeromq-dev (4.3.2-r0) 23:50:34 Executing busybox-1.31.1-r16.trigger 23:50:34 OK: 167 MiB in 44 packages 23:50:35 Removing intermediate container c6974423acd5 23:50:35 ---> f7b307e001e4 23:50:35 Step 6/8 : WORKDIR /build 23:50:35 ---> Running in b82d4f002b24 23:50:35 Removing intermediate container b82d4f002b24 23:50:35 ---> 81b284f1eacb 23:50:35 Step 7/8 : COPY go.mod . 23:50:35 ---> cf0a11bafdfb 23:50:35 Step 8/8 : RUN go mod download 23:50:35 ---> Running in b9820b9fe3f8 23:50:39 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 23:50:39 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] } 23:50:41 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:50:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:50:43 ---> package-listing.sh 23:50:43 ++ facter osfamily 23:50:43 ++ tr '[:upper:]' '[:lower:]' 23:50:43 + OS_FAMILY=redhat 23:50:43 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-387 23:50:43 + START_PACKAGES=/tmp/packages_start.txt 23:50:43 + END_PACKAGES=/tmp/packages_end.txt 23:50:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:50:43 + PACKAGES=/tmp/packages_start.txt 23:50:43 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' 23:50:43 + PACKAGES=/tmp/packages_end.txt 23:50:43 + case "${OS_FAMILY}" in 23:50:43 + rpm -qa 23:50:43 + sort 23:50:47 + '[' -f /tmp/packages_start.txt ']' 23:50:47 + '[' -f /tmp/packages_end.txt ']' 23:50:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:50:47 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' 23:50:47 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-387/archives/ 23:50:47 + 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 23:50:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:50:48 23:50:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:50:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:50:48 alpine: Pulling from edgex-lftools-log-publisher 23:50:48 c9b1b535fdd9: Pulling fs layer 23:50:48 2cc5ad85d9ab: Pulling fs layer 23:50:48 756a868c4378: Pulling fs layer 23:50:48 444b2fc9a129: Pulling fs layer 23:50:48 ea15f1150254: Pulling fs layer 23:50:48 41b27a9f41bf: Pulling fs layer 23:50:48 28c525ee5125: Pulling fs layer 23:50:48 094b1ea09ed8: Pulling fs layer 23:50:48 138eaada9080: Pulling fs layer 23:50:48 0622d0fa9048: Pulling fs layer 23:50:48 28c525ee5125: Waiting 23:50:48 094b1ea09ed8: Waiting 23:50:48 138eaada9080: Waiting 23:50:48 0622d0fa9048: Waiting 23:50:48 444b2fc9a129: Waiting 23:50:48 ea15f1150254: Waiting 23:50:48 41b27a9f41bf: Waiting 23:50:48 2cc5ad85d9ab: Verifying Checksum 23:50:48 2cc5ad85d9ab: Download complete 23:50:48 444b2fc9a129: Download complete 23:50:48 c9b1b535fdd9: Verifying Checksum 23:50:48 c9b1b535fdd9: Download complete 23:50:48 ea15f1150254: Verifying Checksum 23:50:48 ea15f1150254: Download complete 23:50:49 28c525ee5125: Verifying Checksum 23:50:49 28c525ee5125: Download complete 23:50:49 c9b1b535fdd9: Pull complete 23:50:49 756a868c4378: Verifying Checksum 23:50:49 756a868c4378: Download complete 23:50:49 094b1ea09ed8: Verifying Checksum 23:50:49 094b1ea09ed8: Download complete 23:50:49 138eaada9080: Verifying Checksum 23:50:49 138eaada9080: Download complete 23:50:49 0622d0fa9048: Verifying Checksum 23:50:49 0622d0fa9048: Download complete 23:50:49 2cc5ad85d9ab: Pull complete 23:50:50 41b27a9f41bf: Verifying Checksum 23:50:50 41b27a9f41bf: Download complete 23:50:50 756a868c4378: Pull complete 23:50:51 444b2fc9a129: Pull complete 23:50:51 ea15f1150254: Pull complete 23:50:55 41b27a9f41bf: Pull complete 23:50:55 28c525ee5125: Pull complete 23:50:58 094b1ea09ed8: Pull complete 23:50:58 138eaada9080: Pull complete 23:50:58 0622d0fa9048: Pull complete 23:50:58 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 23:50:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:50:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:50:58 prd-centos7-docker-4c-2g-651 does not seem to be running inside a container 23:50:58 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:51:01 $ docker top 1bbabf1e9c282ad7fe8a3ab274bf4e26b46187ae7e957d6e591a7f513b476256 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:51:02 provisioning config files... 23:51:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/config6738535055200595572tmp [Pipeline] { [Pipeline] echo 23:51:02 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:51:02 ---> create-netrc.sh [Pipeline] echo 23:51:02 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:51:02 ---> logs-deploy.sh 23:51:02 + ARCHIVE_ARTIFACTS= 23:51:02 + LOGS_SERVER=https://logs.edgexfoundry.org 23:51:02 + '[' https://logs.edgexfoundry.org == None ']' 23:51:02 + NEXUS_URL=https://nexus.edgexfoundry.org 23:51:02 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/11 23:51:02 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/11/ 23:51:02 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/11 /w/workspace/ndry_app-functions-sdk-go_PR-387 23:51:04 Archives upload complete. 23:51:04 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/11 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/11/ 23:51:04 ---> uname -a: 23:51:04 Linux 1bbabf1e9c28 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:51:04 23:51:04 23:51:04 ---> lscpu: 23:51:04 Architecture: x86_64 23:51:04 CPU op-mode(s): 32-bit, 64-bit 23:51:04 Byte Order: Little Endian 23:51:04 Address sizes: 40 bits physical, 48 bits virtual 23:51:04 CPU(s): 4 23:51:04 On-line CPU(s) list: 0-3 23:51:04 Thread(s) per core: 1 23:51:04 Core(s) per socket: 1 23:51:04 Socket(s): 4 23:51:04 NUMA node(s): 1 23:51:04 Vendor ID: GenuineIntel 23:51:04 CPU family: 6 23:51:04 Model: 44 23:51:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:51:04 Stepping: 1 23:51:04 CPU MHz: 2933.438 23:51:04 BogoMIPS: 5866.87 23:51:04 Virtualization: VT-x 23:51:04 Hypervisor vendor: KVM 23:51:04 Virtualization type: full 23:51:04 L1d cache: 128 KiB 23:51:04 L1i cache: 128 KiB 23:51:04 L2 cache: 16 MiB 23:51:04 L3 cache: 64 MiB 23:51:04 NUMA node0 CPU(s): 0-3 23:51:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:51:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:51:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:51:04 Vulnerability Meltdown: Mitigation; PTI 23:51:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:51:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:51:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:51:04 Vulnerability Tsx async abort: Not affected 23:51:04 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:51:04 23:51:04 23:51:04 ---> nproc: 23:51:04 4 23:51:04 23:51:04 23:51:04 ---> df -h: 23:51:04 Filesystem Size Used Available Use% Mounted on 23:51:04 overlay 50.0G 7.3G 42.7G 15% / 23:51:04 tmpfs 64.0M 0 64.0M 0% /dev 23:51:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:51:04 shm 64.0M 0 64.0M 0% /dev/shm 23:51:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:51:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:51:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:51:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa 23:51:04 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-387 23:51:04 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp 23:51:04 23:51:04 23:51:04 ---> free -m: 23:51:04 total used free shared buff/cache available 23:51:04 Mem: 1837 666 110 0 1060 1065 23:51:04 Swap: 1023 1 1022 23:51:04 23:51:04 23:51:04 ---> ip addr: 23:51:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:51:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:51:04 inet 127.0.0.1/8 scope host lo 23:51:04 valid_lft forever preferred_lft forever 23:51:04 6: eth0@if7: mtu 1458 qdisc noqueue state UP 23:51:04 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 23:51:04 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 23:51:04 valid_lft forever preferred_lft forever 23:51:04 23:51:04 23:51:04 ---> sar -b -r -n DEV: 23:51:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/22/20 _x86_64_ (4 CPU) 23:51:04 23:51:04 23:44:45 LINUX RESTART 23:51:04 23:51:04 23:46:03 tps rtps wtps bread/s bwrtn/s 23:51:04 23:47:01 2.62 0.00 2.62 0.00 57.22 23:51:04 23:48:01 0.38 0.00 0.38 0.00 6.06 23:51:04 23:49:01 0.25 0.00 0.25 0.00 2.71 23:51:04 23:50:01 0.18 0.00 0.18 0.00 2.02 23:51:04 23:51:01 155.01 98.45 56.56 7156.98 19959.19 23:51:04 Average: 31.89 19.83 12.06 1441.33 4032.85 23:51:04 23:51:04 23:46:03 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:51:04 23:47:01 192048 1689508 89.79 2620 1111408 1072528 36.60 452388 1079680 20 23:51:04 23:48:01 188936 1692620 89.96 2620 1111412 1072732 36.61 455712 1079400 8 23:51:04 23:49:01 185848 1695708 90.12 2620 1111420 1072528 36.60 458720 1079392 8 23:51:04 23:50:01 183704 1697852 90.24 2620 1111420 1072708 36.61 475076 1065216 12 23:51:04 23:51:01 99540 1782016 94.71 2620 1118200 1302628 44.46 494192 1088844 8 23:51:04 Average: 170015 1711541 90.96 2620 1112772 1118625 38.18 467218 1078506 11 23:51:04 23:51:04 23:46:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 23:51:04 23:47:01 eth0 0.67 0.14 0.06 0.04 0.00 0.00 0.00 23:51:04 23:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:51:04 23:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:51:04 23:48:01 eth0 0.72 0.40 0.29 0.21 0.00 0.00 0.00 23:51:04 23:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:51:04 23:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:51:04 23:49:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 23:51:04 23:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:51:04 23:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:51:04 23:50:01 eth0 0.37 0.35 0.26 0.20 0.00 0.00 0.00 23:51:04 23:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:51:04 23:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:51:04 23:51:01 veth9ee8f36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:51:04 23:51:01 eth0 959.34 644.14 4043.48 435.74 0.00 0.00 0.00 23:51:04 23:51:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 23:51:04 23:51:01 veth8ee13df 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:51:04 Average: veth9ee8f36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:51:04 Average: eth0 193.20 129.72 814.31 87.75 0.00 0.00 0.00 23:51:04 Average: lo 0.02 0.02 0.00 0.00 0.00 0.00 0.00 23:51:04 Average: veth8ee13df 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:51:04 23:51:04 23:51:04 ---> sar -P ALL: 23:51:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/22/20 _x86_64_ (4 CPU) 23:51:04 23:51:04 23:44:45 LINUX RESTART 23:51:04 23:51:04 23:46:03 CPU %user %nice %system %iowait %steal %idle 23:51:04 23:47:01 all 0.16 0.00 0.03 0.00 0.00 99.80 23:51:04 23:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:51:04 23:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:51:04 23:47:01 2 0.53 0.00 0.03 0.00 0.00 99.43 23:51:04 23:47:01 3 0.05 0.00 0.03 0.00 0.00 99.91 23:51:04 23:48:01 all 0.15 0.00 0.02 0.00 0.00 99.82 23:51:04 23:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 23:51:04 23:48:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:51:04 23:48:01 2 0.50 0.00 0.02 0.00 0.00 99.48 23:51:04 23:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 23:51:04 23:49:01 all 0.13 0.00 0.02 0.00 0.00 99.85 23:51:04 23:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:51:04 23:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:51:04 23:49:01 2 0.45 0.00 0.03 0.00 0.00 99.52 23:51:04 23:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:51:04 23:50:01 all 0.16 0.00 0.03 0.00 0.00 99.81 23:51:04 23:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:51:04 23:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:51:04 23:50:01 2 0.52 0.00 0.05 0.00 0.00 99.43 23:51:04 23:50:01 3 0.05 0.00 0.05 0.00 0.00 99.90 23:51:04 23:51:01 all 4.96 0.00 2.70 1.99 0.01 90.34 23:51:04 23:51:01 0 4.80 0.00 2.83 2.79 0.02 89.56 23:51:04 23:51:01 1 5.01 0.00 2.38 2.24 0.00 90.37 23:51:04 23:51:01 2 4.76 0.00 2.95 1.94 0.02 90.34 23:51:04 23:51:01 3 5.28 0.00 2.61 0.97 0.02 91.12 23:51:04 Average: all 1.12 0.00 0.56 0.40 0.00 97.92 23:51:04 Average: 0 0.98 0.00 0.58 0.56 0.00 97.87 23:51:04 Average: 1 1.03 0.00 0.50 0.45 0.00 98.02 23:51:04 Average: 2 1.35 0.00 0.62 0.39 0.00 97.64 23:51:04 Average: 3 1.09 0.00 0.55 0.19 0.00 98.16 23:51:04 23:51:04 23:51:04