Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a37340928ccffe5556c998ddbc77b47bd6d929db+0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 (425ef8bba4b315ae4b82dbfd88708ddb3285b03b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4428 in /w/workspace/ndry_app-functions-sdk-go_PR-390 [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-390 # 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/390/head:refs/remotes/origin/PR-390 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 into PR head commit a37340928ccffe5556c998ddbc77b47bd6d929db Merge succeeded, producing a71da2367573c8f9070cb440e3ad1d9a4e9d43ba Checking out Revision a71da2367573c8f9070cb440e3ad1d9a4e9d43ba (PR-390) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/390/head:refs/remotes/origin/PR-390 # 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/390/head:refs/remotes/origin/PR-390 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a37340928ccffe5556c998ddbc77b47bd6d929db # 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 0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a71da2367573c8f9070cb440e3ad1d9a4e9d43ba # timeout=10 Commit message: "Merge commit '0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4' into HEAD" > git rev-list --no-walk a37340928ccffe5556c998ddbc77b47bd6d929db # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:45:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:45:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:45:52 ========================================================= 19:45:52 EdgeX Global Pipelines Version Info 19:45:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:45:54 ------------------- 19:45:54 stable info: 19:45:54 ------------------- 19:45:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:45:54 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 19:45:54 Message: update stable to v1.0.89 19:45:55 ------------------- 19:45:55 experimental info: 19:45:55 ------------------- 19:45:55 Commited By: **** collab-it+edgex@linuxfoundation.org 19:45:55 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 19:45:55 Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 19:45:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:45:56 19:45:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:45:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:45:57 latest: Pulling from edgex-devops/git-semver 19:45:57 9123ac7c32f7: Pulling fs layer 19:45:57 b8cc5d1170e3: Pulling fs layer 19:45:57 2924cbbf6a41: Pulling fs layer 19:45:57 93b08a4f1073: Pulling fs layer 19:45:57 93b08a4f1073: Waiting 19:45:57 b8cc5d1170e3: Verifying Checksum 19:45:57 b8cc5d1170e3: Download complete 19:45:57 9123ac7c32f7: Download complete 19:45:57 93b08a4f1073: Verifying Checksum 19:45:57 93b08a4f1073: Download complete 19:45:57 2924cbbf6a41: Verifying Checksum 19:45:57 2924cbbf6a41: Download complete 19:45:57 9123ac7c32f7: Pull complete 19:45:57 b8cc5d1170e3: Pull complete 19:45:58 2924cbbf6a41: Pull complete 19:45:58 93b08a4f1073: Pull complete 19:45:58 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 19:45:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:45:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:45:58 prd-centos7-docker-4c-2g-4428 does not seem to be running inside a container 19:45:58 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-390 -v /w/workspace/ndry_app-functions-sdk-go_PR-390:/w/workspace/ndry_app-functions-sdk-go_PR-390:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-390@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-390@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:46:00 $ docker top eee087a9a4ccfe10491ce4c475e9494997cdcc31ae1580cfff103131170d1027 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:46:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:46:01 [ssh-agent] Looking for ssh-agent implementation... 19:46:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:46:01 $ docker exec eee087a9a4ccfe10491ce4c475e9494997cdcc31ae1580cfff103131170d1027 ssh-agent 19:46:01 SSH_AUTH_SOCK=/tmp/ssh-pgIMfaj2ajxD/agent.11 19:46:01 SSH_AGENT_PID=16 19:46:01 Running ssh-add (command line suppressed) 19:46:01 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-390@tmp/private_key_7664866674390181740.key (/w/workspace/ndry_app-functions-sdk-go_PR-390@tmp/private_key_7664866674390181740.key) 19:46:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:46:02 + git describe --exact-match --tags HEAD 19:46:02 fatal: No names found, cannot describe anything. [Pipeline] } 19:46:02 $ docker exec --env ******** --env ******** eee087a9a4ccfe10491ce4c475e9494997cdcc31ae1580cfff103131170d1027 ssh-agent -k 19:46:02 unset SSH_AUTH_SOCK; 19:46:02 unset SSH_AGENT_PID; 19:46:02 echo Agent pid 16 killed; 19:46:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:46:02 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:46:02 This usually means this commit has not been tagged. [Pipeline] sshagent 19:46:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:46:02 [ssh-agent] Looking for ssh-agent implementation... 19:46:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:46:02 $ docker exec eee087a9a4ccfe10491ce4c475e9494997cdcc31ae1580cfff103131170d1027 ssh-agent 19:46:02 SSH_AUTH_SOCK=/tmp/ssh-1KrQVflwOcbv/agent.45 19:46:02 SSH_AGENT_PID=51 19:46:02 Running ssh-add (command line suppressed) 19:46:03 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-390@tmp/private_key_4724657108694989992.key (/w/workspace/ndry_app-functions-sdk-go_PR-390@tmp/private_key_4724657108694989992.key) 19:46:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:46:03 + git semver init 19:46:03 # -> Open(): unable to determine branch for HEAD 19:46:03 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-390/.git 19:46:03 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-390 19:46:03 # $SEMVER_REMOTE_NAME = origin 19:46:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:46:03 # $SEMVER_USER_NAME = edgex-jenkins 19:46:03 # $SEMVER_BRANCH = PR-390 19:46:03 # $SEMVER_TEMP = /tmp/semver-248389050 19:46:03 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 19:46:05 # '/tmp/semver-248389050' -> '/w/workspace/ndry_app-functions-sdk-go_PR-390/.semver' 19:46:06 # -> Force: false 19:46:06 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-390/.semver [Pipeline] } 19:46:06 $ docker exec --env ******** --env ******** eee087a9a4ccfe10491ce4c475e9494997cdcc31ae1580cfff103131170d1027 ssh-agent -k 19:46:06 unset SSH_AUTH_SOCK; 19:46:06 unset SSH_AGENT_PID; 19:46:06 echo Agent pid 51 killed; 19:46:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:46:06 + git semver [Pipeline] } 19:46:06 $ docker stop --time=1 eee087a9a4ccfe10491ce4c475e9494997cdcc31ae1580cfff103131170d1027 19:46:08 $ docker rm -f eee087a9a4ccfe10491ce4c475e9494997cdcc31ae1580cfff103131170d1027 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:46:10 Stashed 132 file(s) [Pipeline] echo 19:46:10 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 19:46:25 Still waiting to schedule task 19:46:25 ‘prd-centos7-docker-4c-2g-4424’ is offline; ‘prd-centos7-docker-4c-2g-4426’ is offline; ‘prd-centos7-docker-4c-2g-4431’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4425’ doesn’t have label ‘centos7-docker-4c-2g’ 19:46:25 Still waiting to schedule task 19:46:25 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4425’ is offline 19:47:22 Running on prd-centos7-docker-4c-2g-4435 in /w/workspace/ndry_app-functions-sdk-go_PR-390 [Pipeline] { [Pipeline] ws 19:47:22 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 19:47:24 using credential edgex-jenkins-ssh 19:47:24 Cloning the remote Git repository 19:47:24 Cloning with configured refspecs honoured and without tags 19:47:24 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:47:25 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 19:47:25 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:47:25 > git --version # timeout=10 19:47:25 using GIT_SSH to set credentials SSH Credentials for GitHub 19:47:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/390/head:refs/remotes/origin/PR-390 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:47:26 Fetching without tags 19:47:27 Merging remotes/origin/master commit 0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 into PR head commit a37340928ccffe5556c998ddbc77b47bd6d929db 19:47:26 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:47:26 > git config --add remote.origin.fetch +refs/pull/390/head:refs/remotes/origin/PR-390 # timeout=10 19:47:26 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:47:26 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:47:26 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:47:26 using GIT_SSH to set credentials SSH Credentials for GitHub 19:47:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/390/head:refs/remotes/origin/PR-390 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:47:27 > git config core.sparsecheckout # timeout=10 19:47:27 > git checkout -f a37340928ccffe5556c998ddbc77b47bd6d929db # timeout=10 19:47:27 > git remote # timeout=10 19:47:27 > git config --get remote.origin.url # timeout=10 19:47:27 Merge succeeded, producing 3a7a2259dab8185722038882cb815b20e89b73d4 19:47:27 Checking out Revision 3a7a2259dab8185722038882cb815b20e89b73d4 (PR-390) 19:47:27 using GIT_SSH to set credentials SSH Credentials for GitHub 19:47:27 > git merge 0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 # timeout=10 19:47:27 > git rev-parse HEAD^{commit} # timeout=10 19:47:27 > git config core.sparsecheckout # timeout=10 19:47:27 > git checkout -f 3a7a2259dab8185722038882cb815b20e89b73d4 # timeout=10 19:47:30 Commit message: "Merge commit '0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4' into HEAD" 19:47:30 > git rev-list --no-walk a37340928ccffe5556c998ddbc77b47bd6d929db # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:47:32 ========================================================= 19:47:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 19:47:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:47:32 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 19:47:33 Sending build context to Docker daemon 37MB 19:47:33 Step 1/8 : ARG BASE=golang:1.13-alpine 19:47:33 Step 2/8 : FROM ${BASE} 19:47:33 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 19:47:33 e6b0cf9c0882: Pulling fs layer 19:47:33 2848faf0eed1: Pulling fs layer 19:47:33 0f37312ad70f: Pulling fs layer 19:47:33 5788d62ee057: Pulling fs layer 19:47:33 0e6b1d234666: Pulling fs layer 19:47:33 bf5d7aec512f: Pulling fs layer 19:47:33 34c802a77dc8: Pulling fs layer 19:47:33 9eb99e56ec68: Pulling fs layer 19:47:33 27c7a5d97fbd: Pulling fs layer 19:47:33 5c102a31e300: Pulling fs layer 19:47:33 dcfb455df0a1: Pulling fs layer 19:47:33 34c802a77dc8: Waiting 19:47:33 9eb99e56ec68: Waiting 19:47:33 27c7a5d97fbd: Waiting 19:47:33 5c102a31e300: Waiting 19:47:33 dcfb455df0a1: Waiting 19:47:33 5788d62ee057: Waiting 19:47:33 0e6b1d234666: Waiting 19:47:33 bf5d7aec512f: Waiting 19:47:33 0f37312ad70f: Verifying Checksum 19:47:33 0f37312ad70f: Download complete 19:47:33 2848faf0eed1: Verifying Checksum 19:47:33 2848faf0eed1: Download complete 19:47:33 0e6b1d234666: Download complete 19:47:33 bf5d7aec512f: Verifying Checksum 19:47:33 bf5d7aec512f: Download complete 19:47:33 e6b0cf9c0882: Verifying Checksum 19:47:33 e6b0cf9c0882: Download complete 19:47:34 34c802a77dc8: Verifying Checksum 19:47:34 34c802a77dc8: Download complete 19:47:34 27c7a5d97fbd: Verifying Checksum 19:47:34 27c7a5d97fbd: Download complete 19:47:34 5c102a31e300: Verifying Checksum 19:47:34 5c102a31e300: Download complete 19:47:34 dcfb455df0a1: Verifying Checksum 19:47:34 dcfb455df0a1: Download complete 19:47:34 9eb99e56ec68: Verifying Checksum 19:47:34 9eb99e56ec68: Download complete 19:47:35 5788d62ee057: Verifying Checksum 19:47:35 5788d62ee057: Download complete 19:47:37 e6b0cf9c0882: Pull complete 19:47:37 2848faf0eed1: Pull complete 19:47:37 0f37312ad70f: Pull complete 19:47:42 5788d62ee057: Pull complete 19:47:42 0e6b1d234666: Pull complete 19:47:42 bf5d7aec512f: Pull complete 19:47:50 34c802a77dc8: Pull complete 19:47:53 9eb99e56ec68: Pull complete 19:47:53 27c7a5d97fbd: Pull complete 19:47:54 5c102a31e300: Pull complete 19:47:54 dcfb455df0a1: Pull complete 19:47:54 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 19:47:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 19:47:54 ---> 7c70fe431013 19:47:54 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:47:54 latest: Pulling from library/docker 19:47:55 df20fa9351a1: Pulling fs layer 19:47:55 25ad7478873d: Pulling fs layer 19:47:55 4684f6177b5d: Pulling fs layer 19:47:55 1d105a01b85c: Pulling fs layer 19:47:55 d87316014961: Pulling fs layer 19:47:55 ae7f709568fa: Pulling fs layer 19:47:55 63f9e63bc2f8: Pulling fs layer 19:47:55 d87316014961: Waiting 19:47:55 ae7f709568fa: Waiting 19:47:55 63f9e63bc2f8: Waiting 19:47:55 1d105a01b85c: Waiting 19:47:55 4684f6177b5d: Verifying Checksum 19:47:55 4684f6177b5d: Download complete 19:47:55 25ad7478873d: Verifying Checksum 19:47:55 25ad7478873d: Download complete 19:47:55 df20fa9351a1: Verifying Checksum 19:47:55 df20fa9351a1: Download complete 19:47:55 ae7f709568fa: Verifying Checksum 19:47:55 ae7f709568fa: Download complete 19:47:55 63f9e63bc2f8: Verifying Checksum 19:47:55 63f9e63bc2f8: Download complete 19:47:55 d87316014961: Verifying Checksum 19:47:55 d87316014961: Download complete 19:47:56 1d105a01b85c: Verifying Checksum 19:47:56 df20fa9351a1: Pull complete 19:47:56 25ad7478873d: Pull complete 19:47:56 4684f6177b5d: Pull complete 19:47:59 1d105a01b85c: Pull complete 19:47:59 d87316014961: Pull complete 19:47:59 ae7f709568fa: Pull complete 19:47:59 63f9e63bc2f8: Pull complete 19:47:59 Digest: sha256:42e9d5ccd8794b13466a0d8b2686d035504fad6b996e883152ae3c56125bc6dc 19:47:59 Status: Downloaded newer image for docker:latest 19:48:00 ---> 095f871a7c53 19:48:00 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:48:01 ---> Running in 1b74fc9fcc45 19:48:01 Removing intermediate container 1b74fc9fcc45 19:48:01 ---> dae71c1c1e13 19:48:01 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:48:01 ---> Running in 4dd2bfe4443c 19:48:02 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 19:48:03 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 19:48:03 (1/5) Installing libsodium (1.0.18-r0) 19:48:04 (2/5) Installing libzmq (4.3.2-r0) 19:48:04 (3/5) Installing pkgconf (1.6.3-r0) 19:48:04 (4/5) Installing libsodium-dev (1.0.18-r0) 19:48:04 (5/5) Installing zeromq-dev (4.3.2-r0) 19:48:04 Executing busybox-1.31.1-r8.trigger 19:48:04 OK: 145 MiB in 44 packages 19:48:05 Removing intermediate container 4dd2bfe4443c 19:48:05 ---> c131c1f296b7 19:48:05 Step 6/8 : WORKDIR /build 19:48:05 ---> Running in 2d393e1d515c 19:48:05 Removing intermediate container 2d393e1d515c 19:48:05 ---> 08a0b2ca9f6e 19:48:05 Step 7/8 : COPY go.mod . 19:48:05 ---> 42a227ff433c 19:48:05 Step 8/8 : RUN go mod download 19:48:05 ---> Running in 12f1acb9e26c 19:48:08 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:48:08 go: finding github.com/BurntSushi/toml v0.3.1 19:48:08 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:48:08 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:48:08 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:48:08 go: finding github.com/bgentry/speakeasy v0.1.0 19:48:08 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:48:08 go: finding github.com/davecgh/go-spew v1.1.1 19:48:08 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:48:08 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 19:48:08 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 19:48:08 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:48:08 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:48:08 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 19:48:08 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:48:08 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 19:48:08 go: finding github.com/fatih/color v1.7.0 19:48:08 go: finding github.com/fsnotify/fsnotify v1.4.7 19:48:08 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:48:08 go: finding github.com/go-kit/kit v0.8.0 19:48:08 go: finding github.com/go-logfmt/logfmt v0.4.0 19:48:08 go: finding github.com/go-redis/redis/v7 v7.2.0 19:48:08 go: finding github.com/go-stack/stack v1.8.0 19:48:08 go: finding github.com/golang/protobuf v1.3.2 19:48:08 go: finding github.com/golang/snappy v0.0.1 19:48:08 go: finding github.com/gomodule/redigo v2.0.0+incompatible 19:48:08 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:48:08 go: finding github.com/google/go-cmp v0.4.0 19:48:08 go: finding github.com/google/uuid v1.1.1 19:48:08 go: finding github.com/gorilla/mux v1.7.4 19:48:08 go: finding github.com/hashicorp/consul/api v1.1.0 19:48:08 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:48:08 go: finding github.com/hashicorp/errwrap v1.0.0 19:48:08 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:48:08 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:48:08 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:48:08 go: finding github.com/hashicorp/go-multierror v1.0.0 19:48:08 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:48:08 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:48:08 go: finding github.com/hashicorp/go-syslog v1.0.0 19:48:08 go: finding github.com/hashicorp/go-uuid v1.0.1 19:48:08 go: finding github.com/hashicorp/go.net v0.0.1 19:48:08 go: finding github.com/hashicorp/golang-lru v0.5.0 19:48:08 go: finding github.com/hashicorp/logutils v1.0.0 19:48:08 go: finding github.com/hashicorp/mdns v1.0.0 19:48:08 go: finding github.com/hashicorp/memberlist v0.1.3 19:48:08 go: finding github.com/hashicorp/serf v0.8.2 19:48:08 go: finding github.com/hpcloud/tail v1.0.0 19:48:09 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:48:09 go: finding github.com/kr/pretty v0.1.0 19:48:09 go: finding github.com/kr/pty v1.1.1 19:48:09 go: finding github.com/kr/text v0.1.0 19:48:09 go: finding github.com/mattn/go-colorable v0.0.9 19:48:09 go: finding github.com/mattn/go-isatty v0.0.3 19:48:09 go: finding github.com/miekg/dns v1.0.14 19:48:09 go: finding github.com/mitchellh/cli v1.0.0 19:48:09 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:48:09 go: finding github.com/mitchellh/copystructure v1.0.0 19:48:09 go: finding github.com/mitchellh/go-homedir v1.0.0 19:48:09 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:48:09 go: finding github.com/mitchellh/gox v0.4.0 19:48:09 go: finding github.com/mitchellh/iochan v1.0.0 19:48:09 go: finding github.com/mitchellh/mapstructure v1.1.2 19:48:09 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:48:09 go: finding github.com/onsi/ginkgo v1.10.1 19:48:09 go: finding github.com/onsi/gomega v1.7.0 19:48:09 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:48:09 go: finding github.com/pebbe/zmq4 v1.0.0 19:48:09 go: finding github.com/pelletier/go-toml v1.2.0 19:48:09 go: finding github.com/pkg/errors v0.8.1 19:48:09 go: finding github.com/pmezard/go-difflib v1.0.0 19:48:09 go: finding github.com/posener/complete v1.1.1 19:48:09 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:48:09 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:48:09 go: finding github.com/stretchr/objx v0.2.0 19:48:09 go: finding github.com/stretchr/testify v1.5.1 19:48:09 go: finding github.com/tidwall/pretty v1.0.1 19:48:09 go: finding github.com/ugorji/go v1.1.4 19:48:09 go: finding github.com/x448/float16 v0.8.4 19:48:09 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 19:48:09 go: finding github.com/xdg/stringprep v1.0.0 19:48:09 go: finding go.mongodb.org/mongo-driver v1.1.1 19:48:09 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:48:09 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:48:09 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:48:09 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 19:48:09 go: finding golang.org/x/text v0.3.2 19:48:09 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 19:48:09 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 19:48:09 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 19:48:09 go: finding gopkg.in/fsnotify.v1 v1.4.7 19:48:09 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 19:48:09 go: finding gopkg.in/yaml.v2 v2.2.8 19:48:24 Removing intermediate container 12f1acb9e26c 19:48:24 ---> 45cc0d38b136 19:48:24 Successfully built 45cc0d38b136 19:48:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:48:25 + docker inspect -f . ci-base-image-x86_64 19:48:25 . [Pipeline] withDockerContainer 19:48:25 prd-centos7-docker-4c-2g-4435 does not seem to be running inside a container 19:48:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@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 ******** ci-base-image-x86_64 cat 19:48:26 $ docker top 642ec13cc58774b5dce4adf7e206499897f16f24a0bf413608535f6e663fc3b3 -eo pid,comm [Pipeline] { [Pipeline] sh 19:48:26 + go version 19:48:26 go version go1.13.5 linux/amd64 [Pipeline] sh 19:48:26 + make test 19:48:26 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:48:27 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 19:48:34 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.087s coverage: 86.2% of statements 19:48:49 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.022s coverage: 51.6% of statements 19:48:49 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 19:48:49 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 19:48:49 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.022s coverage: 54.0% of statements 19:48:49 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 19:48:49 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.593s coverage: 69.1% of statements 19:48:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4438 in /w/workspace/ndry_app-functions-sdk-go_PR-390 [Pipeline] { [Pipeline] ws 19:48:58 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 19:49:03 using credential edgex-jenkins-ssh 19:49:03 Cloning the remote Git repository 19:49:03 Cloning with configured refspecs honoured and without tags 19:49:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.507s coverage: 73.4% of statements 19:49:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 19:49:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.006s coverage: 100.0% of statements 19:49:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.073s coverage: 100.0% of statements 19:49:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.004s coverage: 100.0% of statements 19:49:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.006s coverage: 100.0% of statements 19:49:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 19:49:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 19:49:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 19:49:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 19:49:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 19:49:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 19:49:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 19:49:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 19:49:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 19:49:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.009s coverage: 97.7% of statements 19:49:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 19:49:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 19:49:04 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 19:49:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.675s coverage: 78.0% of statements 19:49:04 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.062s coverage: 81.1% of statements 19:49:03 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:49:04 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 19:49:04 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:49:04 > git --version # timeout=10 19:49:04 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/390/head:refs/remotes/origin/PR-390 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:49:08 Fetching without tags 19:49:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:49:08 > git config --add remote.origin.fetch +refs/pull/390/head:refs/remotes/origin/PR-390 # timeout=10 19:49:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:49:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:49:08 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:49:08 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/390/head:refs/remotes/origin/PR-390 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:49:08 Merging remotes/origin/master commit 0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 into PR head commit a37340928ccffe5556c998ddbc77b47bd6d929db 19:49:09 Merge succeeded, producing f11ebbe47728040167b62805c7c88f1165acd2bd 19:49:09 Checking out Revision f11ebbe47728040167b62805c7c88f1165acd2bd (PR-390) 19:49:08 > git config core.sparsecheckout # timeout=10 19:49:08 > git checkout -f a37340928ccffe5556c998ddbc77b47bd6d929db # timeout=10 19:49:09 > git remote # timeout=10 19:49:09 > git config --get remote.origin.url # timeout=10 19:49:09 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:09 > git merge 0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4 # timeout=10 19:49:09 > git rev-parse HEAD^{commit} # timeout=10 19:49:09 > git config core.sparsecheckout # timeout=10 19:49:09 > git checkout -f f11ebbe47728040167b62805c7c88f1165acd2bd # timeout=10 19:49:13 Commit message: "Merge commit '0aa127be0984a7a4d9af5f78fd4b8f652e9d02f4' into HEAD" 19:49:13 > git rev-list --no-walk a37340928ccffe5556c998ddbc77b47bd6d929db # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:49:17 ========================================================= 19:49:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 19:49:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:49:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 19:49:19 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.401s coverage: 71.5% of statements 19:49:19 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 100.0% of statements 19:49:19 CGO_ENABLED=1 GO111MODULE=on go vet ./... 19:49:20 Sending build context to Docker daemon 37MB 19:49:20 Step 1/8 : ARG BASE=golang:1.13-alpine 19:49:20 Step 2/8 : FROM ${BASE} 19:49:20 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:49:20 cde5963f3b93: Pulling fs layer 19:49:20 2a23fa8c16f7: Pulling fs layer 19:49:20 777b28850792: Pulling fs layer 19:49:20 8a11ddd9e578: Pulling fs layer 19:49:20 4cf88f913ddb: Pulling fs layer 19:49:20 1df406cf5192: Pulling fs layer 19:49:20 cd6300453558: Pulling fs layer 19:49:20 b9c365052c96: Pulling fs layer 19:49:20 a2d8cc88f415: Pulling fs layer 19:49:20 ea1d1ca13537: Pulling fs layer 19:49:20 3750a50a1c5e: Pulling fs layer 19:49:20 8a11ddd9e578: Waiting 19:49:20 4cf88f913ddb: Waiting 19:49:20 1df406cf5192: Waiting 19:49:20 cd6300453558: Waiting 19:49:20 b9c365052c96: Waiting 19:49:20 a2d8cc88f415: Waiting 19:49:20 ea1d1ca13537: Waiting 19:49:20 3750a50a1c5e: Waiting 19:49:20 777b28850792: Verifying Checksum 19:49:20 777b28850792: Download complete 19:49:20 2a23fa8c16f7: Verifying Checksum 19:49:20 2a23fa8c16f7: Download complete 19:49:20 4cf88f913ddb: Verifying Checksum 19:49:20 4cf88f913ddb: Download complete 19:49:20 1df406cf5192: Verifying Checksum 19:49:20 1df406cf5192: Download complete 19:49:21 cde5963f3b93: Verifying Checksum 19:49:21 cde5963f3b93: Download complete 19:49:22 cde5963f3b93: Pull complete 19:49:22 2a23fa8c16f7: Pull complete 19:49:22 777b28850792: Pull complete 19:49:23 cd6300453558: Download complete 19:49:23 a2d8cc88f415: Verifying Checksum 19:49:23 a2d8cc88f415: Download complete 19:49:24 gofmt -l . 19:49:24 [ "`gofmt -l .`" = "" ] 19:49:24 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:49:25 ea1d1ca13537: Verifying Checksum 19:49:25 ea1d1ca13537: Download complete 19:49:25 3750a50a1c5e: Verifying Checksum 19:49:25 3750a50a1c5e: Download complete 19:49:25 Stashed 1 file(s) [Pipeline] } 19:49:25 $ docker stop --time=1 642ec13cc58774b5dce4adf7e206499897f16f24a0bf413608535f6e663fc3b3 19:49:26 8a11ddd9e578: Verifying Checksum 19:49:26 8a11ddd9e578: Download complete 19:49:26 b9c365052c96: Verifying Checksum 19:49:26 b9c365052c96: Download complete 19:49:26 $ docker rm -f 642ec13cc58774b5dce4adf7e206499897f16f24a0bf413608535f6e663fc3b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:49:36 8a11ddd9e578: Pull complete 19:49:36 4cf88f913ddb: Pull complete 19:49:36 1df406cf5192: Pull complete 19:49:41 cd6300453558: Pull complete 19:49:45 b9c365052c96: Pull complete 19:49:45 a2d8cc88f415: Pull complete 19:49:48 ea1d1ca13537: Pull complete 19:49:48 3750a50a1c5e: Pull complete 19:49:48 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 19:49:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 19:49:48 ---> 78745c68409d 19:49:48 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:49:49 latest: Pulling from library/docker 19:49:49 b538f80385f9: Pulling fs layer 19:49:49 259a493cd78d: Pulling fs layer 19:49:49 b8e66b5100f5: Pulling fs layer 19:49:49 f0cde32c2ffd: Pulling fs layer 19:49:49 6136a3ea7bbc: Pulling fs layer 19:49:49 8310feb2719a: Pulling fs layer 19:49:49 37f79010e7d8: Pulling fs layer 19:49:49 f0cde32c2ffd: Waiting 19:49:49 6136a3ea7bbc: Waiting 19:49:49 8310feb2719a: Waiting 19:49:49 37f79010e7d8: Waiting 19:49:49 b8e66b5100f5: Download complete 19:49:49 b538f80385f9: Verifying Checksum 19:49:49 b538f80385f9: Download complete 19:49:49 259a493cd78d: Verifying Checksum 19:49:49 259a493cd78d: Download complete 19:49:49 8310feb2719a: Verifying Checksum 19:49:49 8310feb2719a: Download complete 19:49:49 6136a3ea7bbc: Verifying Checksum 19:49:49 6136a3ea7bbc: Download complete 19:49:49 37f79010e7d8: Verifying Checksum 19:49:49 37f79010e7d8: Download complete 19:49:50 b538f80385f9: Pull complete 19:49:50 f0cde32c2ffd: Verifying Checksum 19:49:50 f0cde32c2ffd: Download complete 19:49:51 259a493cd78d: Pull complete 19:49:51 b8e66b5100f5: Pull complete 19:49:54 f0cde32c2ffd: Pull complete 19:49:54 6136a3ea7bbc: Pull complete 19:49:54 8310feb2719a: Pull complete 19:49:55 37f79010e7d8: Pull complete 19:49:55 Digest: sha256:42e9d5ccd8794b13466a0d8b2686d035504fad6b996e883152ae3c56125bc6dc 19:49:55 Status: Downloaded newer image for docker:latest 19:50:05 ---> e14787b8e10b 19:50:05 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:50:05 ---> Running in 3661afc286d9 19:50:05 Removing intermediate container 3661afc286d9 19:50:05 ---> bf05e6976fba 19:50:05 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:50:05 ---> Running in edb9d0b26b5f 19:50:07 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 19:50:08 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 19:50:09 (1/5) Installing libsodium (1.0.18-r0) 19:50:09 (2/5) Installing libzmq (4.3.2-r0) 19:50:09 (3/5) Installing pkgconf (1.6.3-r0) 19:50:09 (4/5) Installing libsodium-dev (1.0.18-r0) 19:50:09 (5/5) Installing zeromq-dev (4.3.2-r0) 19:50:09 Executing busybox-1.31.1-r8.trigger 19:50:09 OK: 127 MiB in 44 packages 19:50:11 Removing intermediate container edb9d0b26b5f 19:50:11 ---> 16fe05b2c34a 19:50:11 Step 6/8 : WORKDIR /build 19:50:11 ---> Running in 67ebe9647044 19:50:11 Removing intermediate container 67ebe9647044 19:50:11 ---> 4b6b7a678fa2 19:50:11 Step 7/8 : COPY go.mod . 19:50:11 ---> c91da290262f 19:50:11 Step 8/8 : RUN go mod download 19:50:12 ---> Running in 86a2a59caf98 19:50:15 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:50:15 go: finding github.com/BurntSushi/toml v0.3.1 19:50:15 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:50:15 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:50:15 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:50:15 go: finding github.com/bgentry/speakeasy v0.1.0 19:50:15 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:50:15 go: finding github.com/davecgh/go-spew v1.1.1 19:50:15 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:50:15 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 19:50:15 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 19:50:15 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:50:15 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:50:15 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 19:50:15 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:50:15 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 19:50:15 go: finding github.com/fatih/color v1.7.0 19:50:15 go: finding github.com/fsnotify/fsnotify v1.4.7 19:50:15 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:50:15 go: finding github.com/go-kit/kit v0.8.0 19:50:15 go: finding github.com/go-logfmt/logfmt v0.4.0 19:50:15 go: finding github.com/go-redis/redis/v7 v7.2.0 19:50:15 go: finding github.com/go-stack/stack v1.8.0 19:50:15 go: finding github.com/golang/protobuf v1.3.2 19:50:15 go: finding github.com/golang/snappy v0.0.1 19:50:15 go: finding github.com/gomodule/redigo v2.0.0+incompatible 19:50:15 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:50:15 go: finding github.com/google/go-cmp v0.4.0 19:50:15 go: finding github.com/google/uuid v1.1.1 19:50:16 go: finding github.com/gorilla/mux v1.7.4 19:50:16 go: finding github.com/hashicorp/consul/api v1.1.0 19:50:16 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:50:16 go: finding github.com/hashicorp/errwrap v1.0.0 19:50:16 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:50:16 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:50:16 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:50:16 go: finding github.com/hashicorp/go-multierror v1.0.0 19:50:16 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:50:16 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:50:16 go: finding github.com/hashicorp/go-syslog v1.0.0 19:50:16 go: finding github.com/hashicorp/go-uuid v1.0.1 19:50:16 go: finding github.com/hashicorp/go.net v0.0.1 19:50:16 go: finding github.com/hashicorp/golang-lru v0.5.0 19:50:16 go: finding github.com/hashicorp/logutils v1.0.0 19:50:16 go: finding github.com/hashicorp/mdns v1.0.0 19:50:16 go: finding github.com/hashicorp/memberlist v0.1.3 19:50:16 go: finding github.com/hashicorp/serf v0.8.2 19:50:16 go: finding github.com/hpcloud/tail v1.0.0 19:50:16 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:50:16 go: finding github.com/kr/pretty v0.1.0 19:50:16 go: finding github.com/kr/pty v1.1.1 19:50:16 go: finding github.com/kr/text v0.1.0 19:50:16 go: finding github.com/mattn/go-colorable v0.0.9 19:50:16 go: finding github.com/mattn/go-isatty v0.0.3 19:50:16 go: finding github.com/miekg/dns v1.0.14 19:50:16 go: finding github.com/mitchellh/cli v1.0.0 19:50:16 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:50:16 go: finding github.com/mitchellh/copystructure v1.0.0 19:50:16 go: finding github.com/mitchellh/go-homedir v1.0.0 19:50:16 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:50:16 go: finding github.com/mitchellh/gox v0.4.0 19:50:16 go: finding github.com/mitchellh/iochan v1.0.0 19:50:16 go: finding github.com/mitchellh/mapstructure v1.1.2 19:50:16 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:50:16 go: finding github.com/onsi/ginkgo v1.10.1 19:50:16 go: finding github.com/onsi/gomega v1.7.0 19:50:16 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:50:16 go: finding github.com/pebbe/zmq4 v1.0.0 19:50:16 go: finding github.com/pelletier/go-toml v1.2.0 19:50:16 go: finding github.com/pkg/errors v0.8.1 19:50:16 go: finding github.com/pmezard/go-difflib v1.0.0 19:50:16 go: finding github.com/posener/complete v1.1.1 19:50:16 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:50:17 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:50:17 go: finding github.com/stretchr/objx v0.2.0 19:50:17 go: finding github.com/stretchr/testify v1.5.1 19:50:17 go: finding github.com/tidwall/pretty v1.0.1 19:50:17 go: finding github.com/ugorji/go v1.1.4 19:50:17 go: finding github.com/x448/float16 v0.8.4 19:50:17 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 19:50:17 go: finding github.com/xdg/stringprep v1.0.0 19:50:17 go: finding go.mongodb.org/mongo-driver v1.1.1 19:50:17 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:50:17 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:50:17 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:50:17 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 19:50:17 go: finding golang.org/x/text v0.3.2 19:50:17 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 19:50:17 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 19:50:17 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 19:50:17 go: finding gopkg.in/fsnotify.v1 v1.4.7 19:50:17 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 19:50:17 go: finding gopkg.in/yaml.v2 v2.2.8 19:50:35 Removing intermediate container 86a2a59caf98 19:50:35 ---> 72db6f357443 19:50:35 Successfully built 72db6f357443 19:50:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:50:36 + docker inspect -f . ci-base-image-arm64 19:50:36 . [Pipeline] withDockerContainer 19:50:37 prd-ubuntu18.04-docker-arm64-4c-16g-4438 does not seem to be running inside a container 19:50:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@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 ******** ci-base-image-arm64 cat 19:50:38 $ docker top 3bac656f028e044d090761577b834db514540b41605df1403fba620fd8965dea -eo pid,comm [Pipeline] { [Pipeline] sh 19:50:40 + go version 19:50:40 go version go1.13.5 linux/arm64 [Pipeline] sh 19:50:41 + make test 19:50:41 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:50:43 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 19:51:10 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.086s coverage: 86.2% of statements 19:51:42 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.054s coverage: 51.6% of statements 19:51:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 19:51:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 19:51:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.083s coverage: 54.0% of statements 19:51:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 19:51:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.338s coverage: 69.1% of statements 19:51:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.526s coverage: 73.4% of statements 19:51:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.025s coverage: 89.5% of statements 19:51:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.014s coverage: 100.0% of statements 19:51:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.164s coverage: 100.0% of statements 19:51:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.020s coverage: 100.0% of statements 19:51:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.017s coverage: 100.0% of statements 19:51:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 19:51:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 19:51:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 19:51:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 19:51:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 19:51:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 19:51:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 19:51:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.016s coverage: 96.6% of statements 19:51:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 19:51:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.025s coverage: 97.7% of statements 19:51:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 19:51:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 19:51:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 19:51:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.710s coverage: 78.0% of statements 19:51:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.095s coverage: 81.1% of statements 19:52:21 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.595s coverage: 71.5% of statements 19:52:21 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.042s coverage: 100.0% of statements 19:52:22 CGO_ENABLED=1 GO111MODULE=on go vet ./... 19:52:34 gofmt -l . 19:52:34 [ "`gofmt -l .`" = "" ] 19:52:34 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:52:34 Warning: overwriting stash ‘coverage-report’ 19:52:34 Stashed 1 file(s) [Pipeline] } 19:52:34 $ docker stop --time=1 3bac656f028e044d090761577b834db514540b41605df1403fba620fd8965dea 19:52:38 $ docker rm -f 3bac656f028e044d090761577b834db514540b41605df1403fba620fd8965dea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:52:39 provisioning config files... 19:52:39 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-390@tmp/config2748667716896135605tmp [Pipeline] { [Pipeline] sh 19:52:39 + curl -s https://codecov.io/bash 19:52:39 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_PR-390@tmp/config2748667716896135605tmp [Pipeline] } 19:52:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:52:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:52:41 ---> package-listing.sh 19:52:41 ++ facter osfamily 19:52:41 ++ tr '[:upper:]' '[:lower:]' 19:52:41 + OS_FAMILY=redhat 19:52:41 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-390 19:52:41 + START_PACKAGES=/tmp/packages_start.txt 19:52:41 + END_PACKAGES=/tmp/packages_end.txt 19:52:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:52:41 + PACKAGES=/tmp/packages_start.txt 19:52:41 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-390 ']' 19:52:41 + PACKAGES=/tmp/packages_end.txt 19:52:41 + case "${OS_FAMILY}" in 19:52:41 + rpm -qa 19:52:41 + sort 19:52:45 + '[' -f /tmp/packages_start.txt ']' 19:52:45 + '[' -f /tmp/packages_end.txt ']' 19:52:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:52:45 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-390 ']' 19:52:45 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-390/archives/ 19:52:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-390/archives/ [Pipeline] isUnix [Pipeline] sh 19:52:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:52:46 19:52:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:52:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:52:46 alpine: Pulling from edgex-lftools-log-publisher 19:52:46 c9b1b535fdd9: Pulling fs layer 19:52:46 2cc5ad85d9ab: Pulling fs layer 19:52:46 756a868c4378: Pulling fs layer 19:52:46 444b2fc9a129: Pulling fs layer 19:52:46 ea15f1150254: Pulling fs layer 19:52:46 41b27a9f41bf: Pulling fs layer 19:52:46 28c525ee5125: Pulling fs layer 19:52:46 094b1ea09ed8: Pulling fs layer 19:52:46 138eaada9080: Pulling fs layer 19:52:46 0622d0fa9048: Pulling fs layer 19:52:46 28c525ee5125: Waiting 19:52:46 094b1ea09ed8: Waiting 19:52:46 138eaada9080: Waiting 19:52:46 0622d0fa9048: Waiting 19:52:46 444b2fc9a129: Waiting 19:52:46 ea15f1150254: Waiting 19:52:46 41b27a9f41bf: Waiting 19:52:46 2cc5ad85d9ab: Verifying Checksum 19:52:46 2cc5ad85d9ab: Download complete 19:52:46 444b2fc9a129: Download complete 19:52:46 c9b1b535fdd9: Verifying Checksum 19:52:46 c9b1b535fdd9: Download complete 19:52:46 ea15f1150254: Verifying Checksum 19:52:46 ea15f1150254: Download complete 19:52:46 28c525ee5125: Verifying Checksum 19:52:46 28c525ee5125: Download complete 19:52:47 756a868c4378: Verifying Checksum 19:52:47 756a868c4378: Download complete 19:52:47 138eaada9080: Download complete 19:52:47 0622d0fa9048: Verifying Checksum 19:52:47 0622d0fa9048: Download complete 19:52:47 c9b1b535fdd9: Pull complete 19:52:47 094b1ea09ed8: Verifying Checksum 19:52:47 094b1ea09ed8: Download complete 19:52:47 2cc5ad85d9ab: Pull complete 19:52:47 41b27a9f41bf: Verifying Checksum 19:52:47 41b27a9f41bf: Download complete 19:52:49 756a868c4378: Pull complete 19:52:49 444b2fc9a129: Pull complete 19:52:49 ea15f1150254: Pull complete 19:52:53 41b27a9f41bf: Pull complete 19:52:53 28c525ee5125: Pull complete 19:52:56 094b1ea09ed8: Pull complete 19:52:56 138eaada9080: Pull complete 19:52:56 0622d0fa9048: Pull complete 19:52:56 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 19:52:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:52:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:52:56 prd-centos7-docker-4c-2g-4428 does not seem to be running inside a container 19:52:56 $ 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-390 -v /w/workspace/ndry_app-functions-sdk-go_PR-390:/w/workspace/ndry_app-functions-sdk-go_PR-390:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-390@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-390@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:10003/edgex-lftools-log-publisher:alpine cat 19:53:00 $ docker top f8a215114981eb81126bc778358da51c7cac2d5400c98daf55efd3e7bcd0d9d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:53:00 provisioning config files... 19:53:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-390@tmp/config8907680070552334896tmp [Pipeline] { [Pipeline] echo 19:53:00 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:53:00 ---> create-netrc.sh [Pipeline] echo 19:53:00 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:53:00 ---> logs-deploy.sh 19:53:00 + ARCHIVE_ARTIFACTS= 19:53:00 + LOGS_SERVER=https://logs.edgexfoundry.org 19:53:00 + '[' https://logs.edgexfoundry.org == None ']' 19:53:00 + NEXUS_URL=https://nexus.edgexfoundry.org 19:53:00 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-390/4 19:53:00 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-390/4/ 19:53:00 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-390/4 /w/workspace/ndry_app-functions-sdk-go_PR-390 19:53:02 Archives upload complete. 19:53:02 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-390/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-390/4/ 19:53:03 ---> uname -a: 19:53:03 Linux f8a215114981 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:53:03 19:53:03 19:53:03 ---> lscpu: 19:53:03 Architecture: x86_64 19:53:03 CPU op-mode(s): 32-bit, 64-bit 19:53:03 Byte Order: Little Endian 19:53:03 Address sizes: 40 bits physical, 48 bits virtual 19:53:03 CPU(s): 4 19:53:03 On-line CPU(s) list: 0-3 19:53:03 Thread(s) per core: 1 19:53:03 Core(s) per socket: 1 19:53:03 Socket(s): 4 19:53:03 NUMA node(s): 1 19:53:03 Vendor ID: GenuineIntel 19:53:03 CPU family: 6 19:53:03 Model: 44 19:53:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:53:03 Stepping: 1 19:53:03 CPU MHz: 2933.442 19:53:03 BogoMIPS: 5866.88 19:53:03 Virtualization: VT-x 19:53:03 Hypervisor vendor: KVM 19:53:03 Virtualization type: full 19:53:03 L1d cache: 128 KiB 19:53:03 L1i cache: 128 KiB 19:53:03 L2 cache: 16 MiB 19:53:03 L3 cache: 64 MiB 19:53:03 NUMA node0 CPU(s): 0-3 19:53:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:53:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:53:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:53:03 Vulnerability Meltdown: Mitigation; PTI 19:53:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:53:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:53:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:53:03 Vulnerability Tsx async abort: Not affected 19:53:03 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 19:53:03 19:53:03 19:53:03 ---> nproc: 19:53:03 4 19:53:03 19:53:03 19:53:03 ---> df -h: 19:53:03 Filesystem Size Used Available Use% Mounted on 19:53:03 overlay 50.0G 7.3G 42.7G 15% / 19:53:03 tmpfs 64.0M 0 64.0M 0% /dev 19:53:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:53:03 shm 64.0M 0 64.0M 0% /dev/shm 19:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 19:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 19:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 19:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa 19:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-390 19:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-390@tmp 19:53:03 19:53:03 19:53:03 ---> free -m: 19:53:03 total used free shared buff/cache available 19:53:03 Mem: 1837 668 124 0 1043 1063 19:53:03 Swap: 1023 1 1022 19:53:03 19:53:03 19:53:03 ---> ip addr: 19:53:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:53:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:53:03 inet 127.0.0.1/8 scope host lo 19:53:03 valid_lft forever preferred_lft forever 19:53:03 6: eth0@if7: mtu 1458 qdisc noqueue state UP 19:53:03 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:53:03 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:53:03 valid_lft forever preferred_lft forever 19:53:03 19:53:03 19:53:03 ---> sar -b -r -n DEV: 19:53:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/25/20 _x86_64_ (4 CPU) 19:53:03 19:53:03 19:45:05 LINUX RESTART 19:53:03 19:53:03 19:46:01 tps rtps wtps bread/s bwrtn/s 19:53:03 19:47:01 9.61 1.42 8.19 137.20 1352.93 19:53:03 19:48:01 1.68 0.00 1.68 0.00 31.22 19:53:03 19:49:01 0.20 0.00 0.20 0.00 2.58 19:53:03 19:50:01 0.32 0.00 0.32 0.00 3.68 19:53:03 19:51:01 0.23 0.00 0.23 0.00 3.86 19:53:03 19:52:01 0.35 0.02 0.33 0.13 5.11 19:53:03 19:53:01 168.71 111.75 56.96 8228.97 19916.92 19:53:03 Average: 25.88 16.17 9.70 1195.36 3045.62 19:53:03 19:53:03 19:46:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:53:03 19:47:01 216740 1664816 88.48 2620 1076912 1112328 37.96 440136 1065516 8 19:53:03 19:48:01 219524 1662032 88.33 2620 1076916 1097556 37.46 440652 1062592 12 19:53:03 19:49:01 219800 1661756 88.32 2620 1076920 1097696 37.46 440808 1062592 16 19:53:03 19:50:01 218292 1663264 88.40 2620 1076924 1092580 37.29 442700 1062188 20 19:53:03 19:51:01 217676 1663880 88.43 2620 1076928 1092628 37.29 452876 1053092 20 19:53:03 19:52:01 217464 1664092 88.44 2620 1076940 1092652 37.29 453308 1053068 12 19:53:03 19:53:01 131460 1750096 93.01 2620 1066400 1231300 42.02 527828 1017484 216 19:53:03 Average: 205851 1675705 89.06 2620 1075420 1116677 38.11 456901 1053790 43 19:53:03 19:53:03 19:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 19:53:03 19:47:01 eth0 230.52 201.50 344.09 348.53 0.00 0.00 0.00 19:53:03 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:03 19:47:01 docker0 110.99 91.59 9.64 303.05 0.00 0.00 0.00 19:53:03 19:48:01 eth0 3.61 0.90 1.05 0.62 0.00 0.00 0.00 19:53:03 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:03 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:03 19:49:01 eth0 2.93 0.80 0.95 0.56 0.00 0.00 0.00 19:53:03 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:03 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:03 19:50:01 eth0 2.75 0.63 0.70 0.43 0.00 0.00 0.00 19:53:03 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:03 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:03 19:51:01 eth0 1.07 0.68 0.66 0.46 0.00 0.00 0.00 19:53:03 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:03 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:03 19:52:01 eth0 0.55 0.30 0.27 0.20 0.00 0.00 0.00 19:53:03 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:03 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:03 19:53:01 vethe7c4c43 0.00 0.10 0.00 0.01 0.00 0.00 0.00 19:53:03 19:53:01 eth0 900.97 587.71 4045.54 435.43 0.00 0.00 0.00 19:53:03 19:53:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 19:53:03 19:53:01 docker0 110.99 91.64 9.64 303.05 0.00 0.00 0.00 19:53:03 Average: vethe7c4c43 0.00 0.01 0.00 0.00 0.00 0.00 0.00 19:53:03 Average: eth0 50.52 39.27 384.07 52.02 0.00 0.00 0.00 19:53:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:53:03 Average: docker0 15.86 13.09 1.38 43.30 0.00 0.00 0.00 19:53:03 19:53:03 19:53:03 ---> sar -P ALL: 19:53:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/25/20 _x86_64_ (4 CPU) 19:53:03 19:53:03 19:45:05 LINUX RESTART 19:53:03 19:53:03 19:46:01 CPU %user %nice %system %iowait %steal %idle 19:53:03 19:47:01 all 3.64 0.00 1.12 0.18 0.02 95.04 19:53:03 19:47:01 0 2.56 0.00 1.24 0.69 0.00 95.52 19:53:03 19:47:01 1 4.51 0.00 0.88 0.03 0.03 94.54 19:53:03 19:47:01 2 4.40 0.00 1.15 0.02 0.02 94.41 19:53:03 19:47:01 3 3.11 0.00 1.20 0.02 0.02 95.66 19:53:03 19:48:01 all 0.13 0.00 0.05 0.00 0.00 99.81 19:53:03 19:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:53:03 19:48:01 1 0.10 0.00 0.03 0.00 0.00 99.87 19:53:03 19:48:01 2 0.07 0.00 0.07 0.00 0.00 99.87 19:53:03 19:48:01 3 0.33 0.00 0.08 0.00 0.00 99.58 19:53:03 19:49:01 all 0.15 0.00 0.04 0.00 0.00 99.80 19:53:03 19:49:01 0 0.07 0.00 0.05 0.00 0.02 99.87 19:53:03 19:49:01 1 0.08 0.00 0.07 0.00 0.00 99.85 19:53:03 19:49:01 2 0.07 0.00 0.03 0.00 0.02 99.88 19:53:03 19:49:01 3 0.42 0.00 0.02 0.00 0.02 99.55 19:53:03 19:50:01 all 0.16 0.00 0.03 0.00 0.00 99.81 19:53:03 19:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:53:03 19:50:01 1 0.05 0.00 0.05 0.00 0.02 99.88 19:53:03 19:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:53:03 19:50:01 3 0.52 0.00 0.02 0.00 0.00 99.47 19:53:03 19:51:01 all 0.16 0.00 0.05 0.00 0.00 99.78 19:53:03 19:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:53:03 19:51:01 1 0.07 0.00 0.05 0.00 0.00 99.88 19:53:03 19:51:01 2 0.03 0.00 0.08 0.00 0.00 99.88 19:53:03 19:51:01 3 0.52 0.00 0.03 0.00 0.00 99.45 19:53:03 19:52:01 all 0.15 0.00 0.06 0.00 0.00 99.79 19:53:03 19:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:53:03 19:52:01 1 0.05 0.00 0.07 0.00 0.00 99.88 19:53:03 19:52:01 2 0.02 0.00 0.15 0.00 0.00 99.83 19:53:03 19:52:01 3 0.52 0.00 0.02 0.00 0.00 99.47 19:53:03 19:53:01 all 5.84 0.00 3.40 2.00 0.06 88.71 19:53:03 19:53:01 0 4.77 0.00 3.65 1.06 0.03 90.49 19:53:03 19:53:01 1 6.28 0.00 3.51 3.04 0.07 87.09 19:53:03 19:53:01 2 5.34 0.00 3.28 2.02 0.08 89.28 19:53:03 19:53:01 3 6.96 0.00 3.18 1.85 0.05 87.97 19:53:03 Average: all 1.46 0.00 0.67 0.31 0.01 97.55 19:53:03 Average: 0 1.07 0.00 0.71 0.25 0.01 97.97 19:53:03 Average: 1 1.59 0.00 0.66 0.44 0.02 97.30 19:53:03 Average: 2 1.42 0.00 0.68 0.29 0.02 97.60 19:53:03 Average: 3 1.76 0.00 0.65 0.26 0.01 97.32 19:53:03 19:53:03 19:53:03