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+8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 (c2cffa1833f6216b2127441539b2edb79b2160d2) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-307 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 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 Merge succeeded, producing 0143b8941103e30c9846ecfea34cb9ba72e912d1 Checking out Revision 0143b8941103e30c9846ecfea34cb9ba72e912d1 (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 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0143b8941103e30c9846ecfea34cb9ba72e912d1 # timeout=10 Commit message: "Merge commit '8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 258e2c336e03159d5d906dbe8b3d76b57201f86b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:45:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:45:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:45:26 ========================================================= 07:45:26 EdgeX Global Pipelines Version Info 07:45:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:45:27 ------------------- 07:45:27 stable info: 07:45:27 ------------------- 07:45:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:45:27 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 07:45:27 Message: update stable to v1.0.89 07:45:28 ------------------- 07:45:28 experimental info: 07:45:28 ------------------- 07:45:28 Commited By: **** collab-it+edgex@linuxfoundation.org 07:45:28 Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 07:45:28 Message: update experimental to v1.0.96 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:45:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:45:31 07:45:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:45:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:45:31 latest: Pulling from edgex-devops/git-semver 07:45:31 9123ac7c32f7: Pulling fs layer 07:45:31 b8cc5d1170e3: Pulling fs layer 07:45:31 2924cbbf6a41: Pulling fs layer 07:45:31 93b08a4f1073: Pulling fs layer 07:45:31 93b08a4f1073: Waiting 07:45:31 b8cc5d1170e3: Verifying Checksum 07:45:31 b8cc5d1170e3: Download complete 07:45:32 9123ac7c32f7: Verifying Checksum 07:45:32 9123ac7c32f7: Download complete 07:45:32 93b08a4f1073: Verifying Checksum 07:45:32 93b08a4f1073: Download complete 07:45:32 2924cbbf6a41: Verifying Checksum 07:45:32 2924cbbf6a41: Download complete 07:45:32 9123ac7c32f7: Pull complete 07:45:32 b8cc5d1170e3: Pull complete 07:45:33 2924cbbf6a41: Pull complete 07:45:33 93b08a4f1073: Pull complete 07:45:33 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 07:45:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:45:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:45:33 prd-centos7-docker-4c-2g-307 does not seem to be running inside a container 07:45:33 $ 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 07:45:35 $ docker top 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:45:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:45:36 [ssh-agent] Looking for ssh-agent implementation... 07:45:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:45:36 $ docker exec 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 ssh-agent 07:45:36 SSH_AUTH_SOCK=/tmp/ssh-cKdPnOB19gZf/agent.11 07:45:36 SSH_AGENT_PID=16 07:45:36 Running ssh-add (command line suppressed) 07:45:36 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_5099101059068827704.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_5099101059068827704.key) 07:45:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:45:36 + git describe --exact-match --tags HEAD 07:45:36 fatal: No names found, cannot describe anything. [Pipeline] } 07:45:36 $ docker exec --env ******** --env ******** 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 ssh-agent -k 07:45:37 unset SSH_AUTH_SOCK; 07:45:37 unset SSH_AGENT_PID; 07:45:37 echo Agent pid 16 killed; 07:45:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:45:37 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:45:37 This usually means this commit has not been tagged. [Pipeline] sshagent 07:45:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:45:37 [ssh-agent] Looking for ssh-agent implementation... 07:45:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:45:37 $ docker exec 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 ssh-agent 07:45:37 SSH_AUTH_SOCK=/tmp/ssh-ZTD7A0nwA05Y/agent.44 07:45:37 SSH_AGENT_PID=49 07:45:37 Running ssh-add (command line suppressed) 07:45:37 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_2847025448853298667.key (/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/private_key_2847025448853298667.key) 07:45:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:45:38 + git semver init 07:45:38 # -> Open(): unable to determine branch for HEAD 07:45:38 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.git 07:45:38 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-387 07:45:38 # $SEMVER_REMOTE_NAME = origin 07:45:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:45:38 # $SEMVER_USER_NAME = edgex-jenkins 07:45:38 # $SEMVER_BRANCH = PR-387 07:45:38 # $SEMVER_TEMP = /tmp/semver-930375973 07:45:38 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 07:45:40 # '/tmp/semver-930375973' -> '/w/workspace/ndry_app-functions-sdk-go_PR-387/.semver' 07:45:41 # -> Force: false 07:45:41 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-387/.semver [Pipeline] } 07:45:41 $ docker exec --env ******** --env ******** 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 ssh-agent -k 07:45:41 unset SSH_AUTH_SOCK; 07:45:41 unset SSH_AGENT_PID; 07:45:41 echo Agent pid 49 killed; 07:45:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:45:41 + git semver [Pipeline] } 07:45:41 $ docker stop --time=1 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 07:45:43 $ docker rm -f 092ab5547122a8895a681d974c21526d99cfb98943b5bb58290065212ce9a6a7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:45:45 Stashed 135 file(s) [Pipeline] echo 07:45:45 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:46:01 Still waiting to schedule task 07:46:01 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-307’ 07:46:01 Still waiting to schedule task 07:46:01 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline 07:47:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-308 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws 07:47:38 Running in /w/workspace/app-functions-sdk-go/7 [Pipeline] { [Pipeline] checkout 07:47:42 using credential edgex-jenkins-ssh 07:47:42 Cloning the remote Git repository 07:47:42 Cloning with configured refspecs honoured and without tags 07:47:42 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 07:47:43 > git init /w/workspace/app-functions-sdk-go/7 # timeout=10 07:47:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 07:47:43 > git --version # timeout=10 07:47:43 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:47:46 Fetching without tags 07:47:46 Merging remotes/origin/master commit 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 07:47:46 Merge succeeded, producing 93b28cd44be7b6262122592dae584d01ce80c8cf 07:47:46 Checking out Revision 93b28cd44be7b6262122592dae584d01ce80c8cf (PR-387) 07:47:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 07:47:46 > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 07:47:46 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:47:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 07:47:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 07:47:46 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:47:46 > git config core.sparsecheckout # timeout=10 07:47:46 > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 07:47:46 > git remote # timeout=10 07:47:46 > git config --get remote.origin.url # timeout=10 07:47:46 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:46 > git merge 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 # timeout=10 07:47:46 > git rev-parse HEAD^{commit} # timeout=10 07:47:46 > git config core.sparsecheckout # timeout=10 07:47:46 > git checkout -f 93b28cd44be7b6262122592dae584d01ce80c8cf # timeout=10 07:47:51 Commit message: "Merge commit '8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47' into HEAD" 07:47:51 First time build. Skipping changelog. 07:47:51 > git rev-list --no-walk 258e2c336e03159d5d906dbe8b3d76b57201f86b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:47:54 ========================================================= 07:47:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 07:47:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:47:55 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 07:47:56 Sending build context to Docker daemon 37.02MB 07:47:56 Step 1/8 : ARG BASE=golang:1.13-alpine 07:47:56 Step 2/8 : FROM ${BASE} 07:47:56 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:47:56 cde5963f3b93: Pulling fs layer 07:47:56 2a23fa8c16f7: Pulling fs layer 07:47:56 777b28850792: Pulling fs layer 07:47:56 8a11ddd9e578: Pulling fs layer 07:47:56 4cf88f913ddb: Pulling fs layer 07:47:56 1df406cf5192: Pulling fs layer 07:47:56 cd6300453558: Pulling fs layer 07:47:56 b9c365052c96: Pulling fs layer 07:47:56 a2d8cc88f415: Pulling fs layer 07:47:56 ea1d1ca13537: Pulling fs layer 07:47:56 3750a50a1c5e: Pulling fs layer 07:47:56 8a11ddd9e578: Waiting 07:47:56 4cf88f913ddb: Waiting 07:47:56 1df406cf5192: Waiting 07:47:56 cd6300453558: Waiting 07:47:56 a2d8cc88f415: Waiting 07:47:56 b9c365052c96: Waiting 07:47:56 3750a50a1c5e: Waiting 07:47:56 ea1d1ca13537: Waiting 07:47:56 777b28850792: Verifying Checksum 07:47:56 777b28850792: Download complete 07:47:56 2a23fa8c16f7: Verifying Checksum 07:47:56 2a23fa8c16f7: Download complete 07:47:56 4cf88f913ddb: Verifying Checksum 07:47:56 4cf88f913ddb: Download complete 07:47:56 1df406cf5192: Verifying Checksum 07:47:56 1df406cf5192: Download complete 07:47:56 cde5963f3b93: Verifying Checksum 07:47:56 cde5963f3b93: Download complete 07:47:57 cde5963f3b93: Pull complete 07:47:58 2a23fa8c16f7: Pull complete 07:47:58 777b28850792: Pull complete 07:47:59 cd6300453558: Verifying Checksum 07:47:59 cd6300453558: Download complete 07:47:59 a2d8cc88f415: Verifying Checksum 07:47:59 a2d8cc88f415: Download complete 07:48:01 ea1d1ca13537: Verifying Checksum 07:48:01 3750a50a1c5e: Verifying Checksum 07:48:01 3750a50a1c5e: Download complete 07:48:01 8a11ddd9e578: Verifying Checksum 07:48:01 8a11ddd9e578: Download complete 07:48:02 b9c365052c96: Verifying Checksum 07:48:02 b9c365052c96: Download complete 07:48:12 8a11ddd9e578: Pull complete 07:48:12 4cf88f913ddb: Pull complete 07:48:12 1df406cf5192: Pull complete 07:48:17 cd6300453558: Pull complete 07:48:22 b9c365052c96: Pull complete 07:48:22 a2d8cc88f415: Pull complete 07:48:24 ea1d1ca13537: Pull complete 07:48:24 3750a50a1c5e: Pull complete 07:48:24 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 07:48:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:48:24 ---> 78745c68409d 07:48:24 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:48:25 latest: Pulling from library/docker 07:48:25 b538f80385f9: Pulling fs layer 07:48:25 259a493cd78d: Pulling fs layer 07:48:25 b8e66b5100f5: Pulling fs layer 07:48:25 39dc9c94d07c: Pulling fs layer 07:48:25 551b823b3b82: Pulling fs layer 07:48:25 3c52a74df98c: Pulling fs layer 07:48:25 6c9b121b6998: Pulling fs layer 07:48:25 39dc9c94d07c: Waiting 07:48:25 551b823b3b82: Waiting 07:48:25 3c52a74df98c: Waiting 07:48:25 6c9b121b6998: Waiting 07:48:25 b8e66b5100f5: Download complete 07:48:25 259a493cd78d: Verifying Checksum 07:48:25 259a493cd78d: Download complete 07:48:25 b538f80385f9: Verifying Checksum 07:48:25 b538f80385f9: Download complete 07:48:25 551b823b3b82: Download complete 07:48:25 3c52a74df98c: Download complete 07:48:25 6c9b121b6998: Download complete 07:48:26 b538f80385f9: Pull complete 07:48:26 39dc9c94d07c: Download complete 07:48:26 259a493cd78d: Pull complete 07:48:27 b8e66b5100f5: Pull complete 07:48:28 Running on prd-centos7-docker-4c-2g-309 in /w/workspace/ndry_app-functions-sdk-go_PR-387 [Pipeline] { [Pipeline] ws 07:48:28 Running in /w/workspace/app-functions-sdk-go/7 [Pipeline] { [Pipeline] checkout 07:48:30 39dc9c94d07c: Pull complete 07:48:30 551b823b3b82: Pull complete 07:48:30 3c52a74df98c: Pull complete 07:48:31 6c9b121b6998: Pull complete 07:48:31 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 07:48:31 Status: Downloaded newer image for docker:latest 07:48:31 using credential edgex-jenkins-ssh 07:48:31 Cloning the remote Git repository 07:48:31 Cloning with configured refspecs honoured and without tags 07:48:31 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 07:48:31 > git init /w/workspace/app-functions-sdk-go/7 # timeout=10 07:48:31 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 07:48:31 > git --version # timeout=10 07:48:31 using GIT_SSH to set credentials SSH Credentials for GitHub 07:48: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 07:48:32 Fetching without tags 07:48:33 Merging remotes/origin/master commit 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 into PR head commit f29a27d878985b98e7b657acb1e0d1e11ee4e870 07:48:33 Merge succeeded, producing 734221939d0b49ac3e6360f36dc595d081e66f25 07:48:33 Checking out Revision 734221939d0b49ac3e6360f36dc595d081e66f25 (PR-387) 07:48:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 07:48:32 > git config --add remote.origin.fetch +refs/pull/387/head:refs/remotes/origin/PR-387 # timeout=10 07:48:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:48:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 07:48:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 07:48:32 using GIT_SSH to set credentials SSH Credentials for GitHub 07:48: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 07:48:33 > git config core.sparsecheckout # timeout=10 07:48:33 > git checkout -f f29a27d878985b98e7b657acb1e0d1e11ee4e870 # timeout=10 07:48:33 > git remote # timeout=10 07:48:33 > git config --get remote.origin.url # timeout=10 07:48:33 using GIT_SSH to set credentials SSH Credentials for GitHub 07:48:33 > git merge 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 # timeout=10 07:48:33 > git rev-parse HEAD^{commit} # timeout=10 07:48:33 > git config core.sparsecheckout # timeout=10 07:48:33 > git checkout -f 734221939d0b49ac3e6360f36dc595d081e66f25 # timeout=10 07:48:36 Commit message: "Merge commit '8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47' into HEAD" 07:48:36 First time build. Skipping changelog. 07:48:36 > git rev-list --no-walk 258e2c336e03159d5d906dbe8b3d76b57201f86b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:48:38 ========================================================= 07:48:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 07:48:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:48:39 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 07:48:39 ---> c693fc32aca5 07:48:39 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:48:39 ---> Running in 44196b12e067 07:48:39 Removing intermediate container 44196b12e067 07:48:39 ---> c2bb579ba9ac 07:48:39 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 07:48:39 ---> Running in 2a95d7ff2f0a 07:48:39 Sending build context to Docker daemon 37.02MB 07:48:39 Step 1/8 : ARG BASE=golang:1.13-alpine 07:48:39 Step 2/8 : FROM ${BASE} 07:48:39 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:48:39 e6b0cf9c0882: Pulling fs layer 07:48:39 2848faf0eed1: Pulling fs layer 07:48:39 0f37312ad70f: Pulling fs layer 07:48:39 5788d62ee057: Pulling fs layer 07:48:39 0e6b1d234666: Pulling fs layer 07:48:39 bf5d7aec512f: Pulling fs layer 07:48:39 34c802a77dc8: Pulling fs layer 07:48:39 9eb99e56ec68: Pulling fs layer 07:48:39 27c7a5d97fbd: Pulling fs layer 07:48:39 5c102a31e300: Pulling fs layer 07:48:39 dcfb455df0a1: Pulling fs layer 07:48:39 34c802a77dc8: Waiting 07:48:39 9eb99e56ec68: Waiting 07:48:39 27c7a5d97fbd: Waiting 07:48:39 5c102a31e300: Waiting 07:48:39 dcfb455df0a1: Waiting 07:48:39 5788d62ee057: Waiting 07:48:39 0e6b1d234666: Waiting 07:48:39 bf5d7aec512f: Waiting 07:48:39 0f37312ad70f: Verifying Checksum 07:48:39 0f37312ad70f: Download complete 07:48:39 2848faf0eed1: Download complete 07:48:39 0e6b1d234666: Verifying Checksum 07:48:39 0e6b1d234666: Download complete 07:48:39 bf5d7aec512f: Verifying Checksum 07:48:39 bf5d7aec512f: Download complete 07:48:40 e6b0cf9c0882: Download complete 07:48:40 34c802a77dc8: Verifying Checksum 07:48:40 34c802a77dc8: Download complete 07:48:40 27c7a5d97fbd: Verifying Checksum 07:48:40 27c7a5d97fbd: Download complete 07:48:41 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 07:48:41 9eb99e56ec68: Verifying Checksum 07:48:41 9eb99e56ec68: Download complete 07:48:41 5788d62ee057: Verifying Checksum 07:48:41 5788d62ee057: Download complete 07:48:41 5c102a31e300: Verifying Checksum 07:48:41 5c102a31e300: Download complete 07:48:41 dcfb455df0a1: Download complete 07:48:42 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 07:48:42 e6b0cf9c0882: Pull complete 07:48:42 (1/5) Installing libsodium (1.0.18-r0) 07:48:42 (2/5) Installing libzmq (4.3.2-r0) 07:48:42 (3/5) Installing pkgconf (1.6.3-r0) 07:48:42 2848faf0eed1: Pull complete 07:48:42 0f37312ad70f: Pull complete 07:48:42 (4/5) Installing libsodium-dev (1.0.18-r0) 07:48:42 (5/5) Installing zeromq-dev (4.3.2-r0) 07:48:42 Executing busybox-1.31.1-r8.trigger 07:48:43 OK: 127 MiB in 44 packages 07:48:44 Removing intermediate container 2a95d7ff2f0a 07:48:44 ---> 53fe6d7a35ce 07:48:44 Step 6/8 : WORKDIR /build 07:48:44 ---> Running in bb2d89c2b434 07:48:44 Removing intermediate container bb2d89c2b434 07:48:44 ---> b9f4ce420e6b 07:48:44 Step 7/8 : COPY go.mod . 07:48:45 ---> f09b4b1c0e9b 07:48:45 Step 8/8 : RUN go mod download 07:48:45 ---> Running in d36c7bd9a22a 07:48:47 5788d62ee057: Pull complete 07:48:47 0e6b1d234666: Pull complete 07:48:47 bf5d7aec512f: Pull complete 07:48:48 go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.60: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory 07:48:48 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:48:50 Failed in branch arm64 07:48:54 34c802a77dc8: Pull complete 07:48:58 9eb99e56ec68: Pull complete 07:48:58 27c7a5d97fbd: Pull complete 07:48:58 5c102a31e300: Pull complete 07:48:58 dcfb455df0a1: Pull complete 07:48:58 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 07:48:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:48:58 ---> 7c70fe431013 07:48:58 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:48:59 latest: Pulling from library/docker 07:48:59 df20fa9351a1: Pulling fs layer 07:48:59 25ad7478873d: Pulling fs layer 07:48:59 4684f6177b5d: Pulling fs layer 07:48:59 46e300cec669: Pulling fs layer 07:48:59 63038576ad94: Pulling fs layer 07:48:59 0fdb76c4706c: Pulling fs layer 07:48:59 cb7edeffdfd5: Pulling fs layer 07:48:59 63038576ad94: Waiting 07:48:59 0fdb76c4706c: Waiting 07:48:59 cb7edeffdfd5: Waiting 07:48:59 46e300cec669: Waiting 07:48:59 4684f6177b5d: Verifying Checksum 07:48:59 4684f6177b5d: Download complete 07:48:59 25ad7478873d: Download complete 07:48:59 df20fa9351a1: Verifying Checksum 07:48:59 df20fa9351a1: Download complete 07:48:59 63038576ad94: Verifying Checksum 07:48:59 63038576ad94: Download complete 07:48:59 0fdb76c4706c: Verifying Checksum 07:48:59 0fdb76c4706c: Download complete 07:48:59 cb7edeffdfd5: Verifying Checksum 07:48:59 cb7edeffdfd5: Download complete 07:48:59 df20fa9351a1: Pull complete 07:49:00 25ad7478873d: Pull complete 07:49:00 4684f6177b5d: Pull complete 07:49:00 46e300cec669: Verifying Checksum 07:49:00 46e300cec669: Download complete 07:49:03 46e300cec669: Pull complete 07:49:03 63038576ad94: Pull complete 07:49:03 0fdb76c4706c: Pull complete 07:49:03 cb7edeffdfd5: Pull complete 07:49:03 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 07:49:03 Status: Downloaded newer image for docker:latest 07:49:05 ---> 2f224b50ba93 07:49:05 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:49:05 ---> Running in 9472f8027011 07:49:05 Removing intermediate container 9472f8027011 07:49:05 ---> 47fba10e7d4e 07:49:05 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 07:49:05 ---> Running in c0c8b68e16d9 07:49:06 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 07:49:07 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 07:49:07 (1/5) Installing libsodium (1.0.18-r0) 07:49:07 (2/5) Installing libzmq (4.3.2-r0) 07:49:07 (3/5) Installing pkgconf (1.6.3-r0) 07:49:07 (4/5) Installing libsodium-dev (1.0.18-r0) 07:49:07 (5/5) Installing zeromq-dev (4.3.2-r0) 07:49:07 Executing busybox-1.31.1-r8.trigger 07:49:07 OK: 145 MiB in 44 packages 07:49:08 Removing intermediate container c0c8b68e16d9 07:49:08 ---> 615dbff7b071 07:49:08 Step 6/8 : WORKDIR /build 07:49:08 ---> Running in 1de71c092283 07:49:08 Removing intermediate container 1de71c092283 07:49:08 ---> e7ad22a5a2f7 07:49:08 Step 7/8 : COPY go.mod . 07:49:08 ---> ca03ee98dadf 07:49:08 Step 8/8 : RUN go mod download 07:49:08 ---> Running in 707e2a9e5b60 07:49:10 go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.60: parsing /go-mod-core-contracts/go.mod: open /go-mod-core-contracts/go.mod: no such file or directory 07:49:11 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:49:12 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 07:49:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:49:15 ---> package-listing.sh 07:49:15 ++ facter osfamily 07:49:15 ++ tr '[:upper:]' '[:lower:]' 07:49:15 + OS_FAMILY=redhat 07:49:15 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-387 07:49:15 + START_PACKAGES=/tmp/packages_start.txt 07:49:15 + END_PACKAGES=/tmp/packages_end.txt 07:49:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:49:15 + PACKAGES=/tmp/packages_start.txt 07:49:15 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' 07:49:15 + PACKAGES=/tmp/packages_end.txt 07:49:15 + case "${OS_FAMILY}" in 07:49:15 + rpm -qa 07:49:15 + sort 07:49:19 + '[' -f /tmp/packages_start.txt ']' 07:49:19 + '[' -f /tmp/packages_end.txt ']' 07:49:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:49:19 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-387 ']' 07:49:19 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-387/archives/ 07:49:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-387/archives/ [Pipeline] isUnix [Pipeline] sh 07:49:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:49:19 07:49:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:49:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:49:20 alpine: Pulling from edgex-lftools-log-publisher 07:49:20 c9b1b535fdd9: Pulling fs layer 07:49:20 2cc5ad85d9ab: Pulling fs layer 07:49:20 756a868c4378: Pulling fs layer 07:49:20 444b2fc9a129: Pulling fs layer 07:49:20 ea15f1150254: Pulling fs layer 07:49:20 41b27a9f41bf: Pulling fs layer 07:49:20 28c525ee5125: Pulling fs layer 07:49:20 094b1ea09ed8: Pulling fs layer 07:49:20 138eaada9080: Pulling fs layer 07:49:20 0622d0fa9048: Pulling fs layer 07:49:20 444b2fc9a129: Waiting 07:49:20 094b1ea09ed8: Waiting 07:49:20 138eaada9080: Waiting 07:49:20 ea15f1150254: Waiting 07:49:20 41b27a9f41bf: Waiting 07:49:20 28c525ee5125: Waiting 07:49:20 0622d0fa9048: Waiting 07:49:20 2cc5ad85d9ab: Verifying Checksum 07:49:20 2cc5ad85d9ab: Download complete 07:49:20 444b2fc9a129: Verifying Checksum 07:49:20 444b2fc9a129: Download complete 07:49:20 c9b1b535fdd9: Verifying Checksum 07:49:20 c9b1b535fdd9: Download complete 07:49:20 ea15f1150254: Verifying Checksum 07:49:20 ea15f1150254: Download complete 07:49:20 28c525ee5125: Verifying Checksum 07:49:20 28c525ee5125: Download complete 07:49:20 c9b1b535fdd9: Pull complete 07:49:20 756a868c4378: Verifying Checksum 07:49:20 756a868c4378: Download complete 07:49:20 138eaada9080: Verifying Checksum 07:49:20 138eaada9080: Download complete 07:49:20 0622d0fa9048: Verifying Checksum 07:49:20 0622d0fa9048: Download complete 07:49:20 2cc5ad85d9ab: Pull complete 07:49:20 094b1ea09ed8: Verifying Checksum 07:49:20 094b1ea09ed8: Download complete 07:49:21 41b27a9f41bf: Verifying Checksum 07:49:21 41b27a9f41bf: Download complete 07:49:22 756a868c4378: Pull complete 07:49:22 444b2fc9a129: Pull complete 07:49:22 ea15f1150254: Pull complete 07:49:27 41b27a9f41bf: Pull complete 07:49:27 28c525ee5125: Pull complete 07:49:29 094b1ea09ed8: Pull complete 07:49:29 138eaada9080: Pull complete 07:49:29 0622d0fa9048: Pull complete 07:49:30 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 07:49:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:49:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:49:30 prd-centos7-docker-4c-2g-307 does not seem to be running inside a container 07:49:30 $ 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 07:49:34 $ docker top fefce6eaeeb4706bf8d7eb2b3b86eb6fe7bb27728805c3731db321e7ca875772 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:49:34 provisioning config files... 07:49:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-387@tmp/config2697745950910018705tmp [Pipeline] { [Pipeline] echo 07:49:34 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:49:34 ---> create-netrc.sh [Pipeline] echo 07:49:34 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:49:35 ---> logs-deploy.sh 07:49:35 + ARCHIVE_ARTIFACTS= 07:49:35 + LOGS_SERVER=https://logs.edgexfoundry.org 07:49:35 + '[' https://logs.edgexfoundry.org == None ']' 07:49:35 + NEXUS_URL=https://nexus.edgexfoundry.org 07:49:35 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/7 07:49:35 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/7/ 07:49:35 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/7 /w/workspace/ndry_app-functions-sdk-go_PR-387 07:49:36 Archives upload complete. 07:49:36 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-387/7 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-387/7/ 07:49:37 ---> uname -a: 07:49:37 Linux fefce6eaeeb4 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:49:37 07:49:37 07:49:37 ---> lscpu: 07:49:37 Architecture: x86_64 07:49:37 CPU op-mode(s): 32-bit, 64-bit 07:49:37 Byte Order: Little Endian 07:49:37 Address sizes: 40 bits physical, 48 bits virtual 07:49:37 CPU(s): 4 07:49:37 On-line CPU(s) list: 0-3 07:49:37 Thread(s) per core: 1 07:49:37 Core(s) per socket: 1 07:49:37 Socket(s): 4 07:49:37 NUMA node(s): 1 07:49:37 Vendor ID: GenuineIntel 07:49:37 CPU family: 6 07:49:37 Model: 44 07:49:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:49:37 Stepping: 1 07:49:37 CPU MHz: 2933.436 07:49:37 BogoMIPS: 5866.87 07:49:37 Virtualization: VT-x 07:49:37 Hypervisor vendor: KVM 07:49:37 Virtualization type: full 07:49:37 L1d cache: 128 KiB 07:49:37 L1i cache: 128 KiB 07:49:37 L2 cache: 16 MiB 07:49:37 L3 cache: 64 MiB 07:49:37 NUMA node0 CPU(s): 0-3 07:49:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:49:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:49:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:49:37 Vulnerability Meltdown: Mitigation; PTI 07:49:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:49:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:49:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:49:37 Vulnerability Tsx async abort: Not affected 07:49:37 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 07:49:37 07:49:37 07:49:37 ---> nproc: 07:49:37 4 07:49:37 07:49:37 07:49:37 ---> df -h: 07:49:37 Filesystem Size Used Available Use% Mounted on 07:49:37 overlay 50.0G 7.3G 42.7G 15% / 07:49:37 tmpfs 64.0M 0 64.0M 0% /dev 07:49:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:49:37 shm 64.0M 0 64.0M 0% /dev/shm 07:49:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 07:49:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 07:49:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 07:49:37 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-387@tmp 07:49:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa 07:49:37 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-387 07:49:37 07:49:37 07:49:37 ---> free -m: 07:49:37 total used free shared buff/cache available 07:49:37 Mem: 1837 662 121 0 1053 1068 07:49:37 Swap: 1023 1 1022 07:49:37 07:49:37 07:49:37 ---> ip addr: 07:49:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:49:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:49:37 inet 127.0.0.1/8 scope host lo 07:49:37 valid_lft forever preferred_lft forever 07:49:37 6: eth0@if7: mtu 1458 qdisc noqueue state UP 07:49:37 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 07:49:37 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 07:49:37 valid_lft forever preferred_lft forever 07:49:37 07:49:37 07:49:37 ---> sar -b -r -n DEV: 07:49:37 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/11/20 _x86_64_ (4 CPU) 07:49:37 07:49:37 07:44:41 LINUX RESTART 07:49:37 07:49:37 07:45:01 tps rtps wtps bread/s bwrtn/s 07:49:37 07:46:01 138.80 48.52 90.28 7689.35 41989.13 07:49:37 07:47:01 2.48 0.00 2.48 0.00 54.87 07:49:37 07:48:01 0.80 0.00 0.80 0.00 10.81 07:49:37 07:49:01 0.47 0.00 0.47 0.00 5.66 07:49:37 Average: 35.65 12.14 23.52 1923.22 10519.92 07:49:37 07:49:37 07:45:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:49:37 07:46:01 176208 1705348 90.63 2620 1122500 1114008 38.02 439108 1104892 120 07:49:37 07:47:01 199728 1681828 89.38 2620 1122588 1071484 36.57 421188 1100756 8 07:49:37 07:48:01 199040 1682516 89.42 2620 1122592 1071640 36.57 422284 1100744 8 07:49:37 07:49:01 198420 1683136 89.45 2620 1122596 1071700 36.58 422652 1100744 8 07:49:37 Average: 193349 1688207 89.72 2620 1122569 1082208 36.93 426308 1101784 36 07:49:37 07:49:37 07:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 07:49:37 07:46:01 eth0 618.63 426.08 1650.58 411.29 0.00 0.00 0.00 07:49:37 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:37 07:46:01 docker0 119.62 85.05 9.54 302.31 0.00 0.00 0.00 07:49:37 07:47:01 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 07:49:37 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:37 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:37 07:48:01 eth0 1.02 0.42 0.32 0.18 0.00 0.00 0.00 07:49:37 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:37 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:37 07:49:01 eth0 0.55 0.30 0.27 0.23 0.00 0.00 0.00 07:49:37 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:37 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:37 Average: eth0 155.30 106.77 413.00 102.98 0.00 0.00 0.00 07:49:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:37 Average: docker0 29.92 21.27 2.39 75.61 0.00 0.00 0.00 07:49:37 07:49:37 07:49:37 ---> sar -P ALL: 07:49:37 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/11/20 _x86_64_ (4 CPU) 07:49:37 07:49:37 07:44:41 LINUX RESTART 07:49:37 07:49:37 07:45:01 CPU %user %nice %system %iowait %steal %idle 07:49:37 07:46:01 all 17.80 0.00 8.35 6.56 0.37 66.92 07:49:37 07:46:01 0 14.96 0.00 10.39 9.29 0.36 65.00 07:49:37 07:46:01 1 18.86 0.00 7.71 6.66 0.37 66.40 07:49:37 07:46:01 2 18.70 0.00 8.31 4.80 0.39 67.79 07:49:37 07:46:01 3 18.65 0.00 7.00 5.48 0.36 68.51 07:49:37 07:47:01 all 0.12 0.00 0.05 0.00 0.01 99.82 07:49:37 07:47:01 0 0.05 0.00 0.03 0.00 0.02 99.90 07:49:37 07:47:01 1 0.17 0.00 0.05 0.00 0.00 99.78 07:49:37 07:47:01 2 0.22 0.00 0.05 0.00 0.00 99.73 07:49:37 07:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:49:37 07:48:01 all 0.09 0.00 0.03 0.00 0.00 99.87 07:49:37 07:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:49:37 07:48:01 1 0.22 0.00 0.05 0.00 0.02 99.72 07:49:37 07:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:49:37 07:48:01 3 0.07 0.00 0.05 0.00 0.00 99.88 07:49:37 07:49:01 all 0.14 0.00 0.03 0.00 0.00 99.83 07:49:37 07:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:49:37 07:49:01 1 0.48 0.00 0.03 0.00 0.00 99.48 07:49:37 07:49:01 2 0.03 0.00 0.05 0.00 0.02 99.90 07:49:37 07:49:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:49:37 Average: all 4.47 0.00 2.08 1.61 0.09 91.74 07:49:37 Average: 0 3.70 0.00 2.57 2.28 0.09 91.36 07:49:37 Average: 1 4.87 0.00 1.94 1.64 0.10 91.45 07:49:37 Average: 2 4.68 0.00 2.08 1.18 0.10 91.95 07:49:37 Average: 3 4.61 0.00 1.74 1.35 0.09 92.21 07:49:37 07:49:37 07:49:37