Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c8db893985ec302c648617d05600981d490690e 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-89 in /w/workspace/ndry_app-functions-sdk-go_master [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_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 1c8db893985ec302c648617d05600981d490690e (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c8db893985ec302c648617d05600981d490690e # timeout=10 Commit message: "chore: remove mongo DB implementation (#399)" > git rev-list --no-walk f1b19729a82ba1fbd13389d0a25b8735f137123f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:08:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:08:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:08:39 ========================================================= 23:08:39 EdgeX Global Pipelines Version Info 23:08:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:08:41 ------------------- 23:08:41 stable info: 23:08:41 ------------------- 23:08:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:08:41 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 23:08:41 Message: update stable to v1.0.89 23:08:42 ------------------- 23:08:42 experimental info: 23:08:42 ------------------- 23:08:42 Commited By: **** collab-it+edgex@linuxfoundation.org 23:08:42 Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 23:08:42 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 23:08:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:44 23:08:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:08:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:45 latest: Pulling from edgex-devops/git-semver 23:08:45 9123ac7c32f7: Pulling fs layer 23:08:45 b8cc5d1170e3: Pulling fs layer 23:08:45 2924cbbf6a41: Pulling fs layer 23:08:45 93b08a4f1073: Pulling fs layer 23:08:45 93b08a4f1073: Waiting 23:08:45 b8cc5d1170e3: Verifying Checksum 23:08:45 b8cc5d1170e3: Download complete 23:08:45 9123ac7c32f7: Verifying Checksum 23:08:45 9123ac7c32f7: Download complete 23:08:45 93b08a4f1073: Verifying Checksum 23:08:45 93b08a4f1073: Download complete 23:08:45 2924cbbf6a41: Verifying Checksum 23:08:45 2924cbbf6a41: Download complete 23:08:45 9123ac7c32f7: Pull complete 23:08:46 b8cc5d1170e3: Pull complete 23:08:47 2924cbbf6a41: Pull complete 23:08:47 93b08a4f1073: Pull complete 23:08:47 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 23:08:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:08:47 prd-centos7-docker-4c-2g-89 does not seem to be running inside a container 23:08:47 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:08:50 $ docker top ecfff2fa9129aec711949b8119b309d843d1e55e15c8773cb80659e104fc24b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:08:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:50 [ssh-agent] Looking for ssh-agent implementation... 23:08:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:50 $ docker exec ecfff2fa9129aec711949b8119b309d843d1e55e15c8773cb80659e104fc24b3 ssh-agent 23:08:50 SSH_AUTH_SOCK=/tmp/ssh-V87NXFZdW8xL/agent.12 23:08:50 SSH_AGENT_PID=18 23:08:50 Running ssh-add (command line suppressed) 23:08:51 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6637164987600519879.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6637164987600519879.key) 23:08:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:51 + git describe --exact-match --tags HEAD 23:08:51 fatal: No names found, cannot describe anything. [Pipeline] } 23:08:51 $ docker exec --env ******** --env ******** ecfff2fa9129aec711949b8119b309d843d1e55e15c8773cb80659e104fc24b3 ssh-agent -k 23:08:51 unset SSH_AUTH_SOCK; 23:08:51 unset SSH_AGENT_PID; 23:08:51 echo Agent pid 18 killed; 23:08:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:08:51 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:08:51 This usually means this commit has not been tagged. [Pipeline] sshagent 23:08:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:52 [ssh-agent] Looking for ssh-agent implementation... 23:08:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:52 $ docker exec ecfff2fa9129aec711949b8119b309d843d1e55e15c8773cb80659e104fc24b3 ssh-agent 23:08:52 SSH_AUTH_SOCK=/tmp/ssh-26gzk9zYbLtY/agent.49 23:08:52 SSH_AGENT_PID=54 23:08:52 Running ssh-add (command line suppressed) 23:08:52 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_650258713368621813.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_650258713368621813.key) 23:08:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:53 + git semver init 23:08:53 # -> Open(): unable to determine branch for HEAD 23:08:53 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:08:53 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:08:53 # $SEMVER_REMOTE_NAME = origin 23:08:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:08:53 # $SEMVER_USER_NAME = edgex-jenkins 23:08:53 # $SEMVER_BRANCH = master 23:08:53 # $SEMVER_TEMP = /tmp/semver-505232282 23:08:53 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:08:56 # '/tmp/semver-505232282' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 23:08:56 # -> Force: false 23:08:56 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:08:56 $ docker exec --env ******** --env ******** ecfff2fa9129aec711949b8119b309d843d1e55e15c8773cb80659e104fc24b3 ssh-agent -k 23:08:57 unset SSH_AUTH_SOCK; 23:08:57 unset SSH_AGENT_PID; 23:08:57 echo Agent pid 54 killed; 23:08:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:08:57 + git semver [Pipeline] } 23:08:57 $ docker stop --time=1 ecfff2fa9129aec711949b8119b309d843d1e55e15c8773cb80659e104fc24b3 23:08:59 $ docker rm -f ecfff2fa9129aec711949b8119b309d843d1e55e15c8773cb80659e104fc24b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:09:02 Stashed 129 file(s) [Pipeline] echo 23:09:02 [edgeXSemver] initialized semver on version 1.2.1-dev.6 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 23:09:18 Still waiting to schedule task 23:09:18 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-89’ 23:09:18 Still waiting to schedule task 23:09:18 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:11:32 Running on prd-centos7-docker-4c-2g-92 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:11:32 Running in /w/workspace/app-functions-sdk-go/74 [Pipeline] { [Pipeline] checkout 23:11:35 using credential edgex-jenkins-ssh 23:11:35 Cloning the remote Git repository 23:11:35 Cloning with configured refspecs honoured and without tags 23:11:35 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:11:35 > git init /w/workspace/app-functions-sdk-go/74 # timeout=10 23:11:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:11:35 > git --version # timeout=10 23:11:35 using GIT_SSH to set credentials SSH Credentials for GitHub 23:11:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:11:37 Fetching without tags 23:11:38 Checking out Revision 1c8db893985ec302c648617d05600981d490690e (master) 23:11:37 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:11:37 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:11:37 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:11:37 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:11:37 using GIT_SSH to set credentials SSH Credentials for GitHub 23:11:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:11:38 > git config core.sparsecheckout # timeout=10 23:11:38 > git checkout -f 1c8db893985ec302c648617d05600981d490690e # timeout=10 23:11:41 Commit message: "chore: remove mongo DB implementation (#399)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:11:43 ========================================================= 23:11:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 23:11:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:11:44 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 23:11:44 Sending build context to Docker daemon 36.98MB 23:11:44 Step 1/8 : ARG BASE=golang:1.13-alpine 23:11:44 Step 2/8 : FROM ${BASE} 23:11:44 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 23:11:44 e6b0cf9c0882: Pulling fs layer 23:11:44 2848faf0eed1: Pulling fs layer 23:11:44 0f37312ad70f: Pulling fs layer 23:11:44 5788d62ee057: Pulling fs layer 23:11:44 0e6b1d234666: Pulling fs layer 23:11:44 bf5d7aec512f: Pulling fs layer 23:11:44 34c802a77dc8: Pulling fs layer 23:11:44 9eb99e56ec68: Pulling fs layer 23:11:44 27c7a5d97fbd: Pulling fs layer 23:11:44 5c102a31e300: Pulling fs layer 23:11:44 dcfb455df0a1: Pulling fs layer 23:11:44 34c802a77dc8: Waiting 23:11:44 9eb99e56ec68: Waiting 23:11:44 5788d62ee057: Waiting 23:11:44 0e6b1d234666: Waiting 23:11:44 bf5d7aec512f: Waiting 23:11:44 27c7a5d97fbd: Waiting 23:11:44 5c102a31e300: Waiting 23:11:44 dcfb455df0a1: Waiting 23:11:44 0f37312ad70f: Verifying Checksum 23:11:44 0f37312ad70f: Download complete 23:11:44 2848faf0eed1: Verifying Checksum 23:11:44 2848faf0eed1: Download complete 23:11:44 0e6b1d234666: Download complete 23:11:44 bf5d7aec512f: Verifying Checksum 23:11:44 bf5d7aec512f: Download complete 23:11:44 e6b0cf9c0882: Verifying Checksum 23:11:44 e6b0cf9c0882: Download complete 23:11:45 e6b0cf9c0882: Pull complete 23:11:46 34c802a77dc8: Verifying Checksum 23:11:46 34c802a77dc8: Download complete 23:11:46 27c7a5d97fbd: Verifying Checksum 23:11:46 27c7a5d97fbd: Download complete 23:11:46 5c102a31e300: Verifying Checksum 23:11:46 5c102a31e300: Download complete 23:11:46 dcfb455df0a1: Verifying Checksum 23:11:46 dcfb455df0a1: Download complete 23:11:46 5788d62ee057: Verifying Checksum 23:11:46 5788d62ee057: Download complete 23:11:46 9eb99e56ec68: Verifying Checksum 23:11:46 9eb99e56ec68: Download complete 23:11:47 2848faf0eed1: Pull complete 23:11:47 0f37312ad70f: Pull complete 23:11:53 5788d62ee057: Pull complete 23:11:53 0e6b1d234666: Pull complete 23:11:53 bf5d7aec512f: Pull complete 23:11:59 34c802a77dc8: Pull complete 23:12:03 9eb99e56ec68: Pull complete 23:12:03 27c7a5d97fbd: Pull complete 23:12:03 5c102a31e300: Pull complete 23:12:03 dcfb455df0a1: Pull complete 23:12:03 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 23:12:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 23:12:03 ---> 7c70fe431013 23:12:03 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:12:04 latest: Pulling from library/docker 23:12:04 df20fa9351a1: Pulling fs layer 23:12:04 25ad7478873d: Pulling fs layer 23:12:04 4684f6177b5d: Pulling fs layer 23:12:04 46e300cec669: Pulling fs layer 23:12:04 63038576ad94: Pulling fs layer 23:12:04 0fdb76c4706c: Pulling fs layer 23:12:04 cb7edeffdfd5: Pulling fs layer 23:12:04 46e300cec669: Waiting 23:12:04 63038576ad94: Waiting 23:12:04 0fdb76c4706c: Waiting 23:12:04 cb7edeffdfd5: Waiting 23:12:04 4684f6177b5d: Verifying Checksum 23:12:04 4684f6177b5d: Download complete 23:12:04 df20fa9351a1: Download complete 23:12:04 25ad7478873d: Verifying Checksum 23:12:04 25ad7478873d: Download complete 23:12:04 63038576ad94: Verifying Checksum 23:12:04 63038576ad94: Download complete 23:12:04 0fdb76c4706c: Verifying Checksum 23:12:04 0fdb76c4706c: Download complete 23:12:04 cb7edeffdfd5: Verifying Checksum 23:12:04 cb7edeffdfd5: Download complete 23:12:05 46e300cec669: Verifying Checksum 23:12:05 46e300cec669: Download complete 23:12:05 df20fa9351a1: Pull complete 23:12:06 25ad7478873d: Pull complete 23:12:06 4684f6177b5d: Pull complete 23:12:09 46e300cec669: Pull complete 23:12:09 63038576ad94: Pull complete 23:12:09 0fdb76c4706c: Pull complete 23:12:09 cb7edeffdfd5: Pull complete 23:12:09 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 23:12:09 Status: Downloaded newer image for docker:latest 23:12:11 ---> 640d7dde7a4f 23:12:11 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:12:11 ---> Running in 17bf9dd99875 23:12:11 Removing intermediate container 17bf9dd99875 23:12:11 ---> 9bfcbd8da183 23:12:11 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:12:11 ---> Running in 9c5826f0d3bf 23:12:12 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 23:12:13 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 23:12:13 (1/5) Installing libsodium (1.0.18-r0) 23:12:13 (2/5) Installing libzmq (4.3.2-r0) 23:12:13 (3/5) Installing pkgconf (1.6.3-r0) 23:12:13 (4/5) Installing libsodium-dev (1.0.18-r0) 23:12:14 (5/5) Installing zeromq-dev (4.3.2-r0) 23:12:14 Executing busybox-1.31.1-r8.trigger 23:12:14 OK: 145 MiB in 44 packages 23:12:15 Removing intermediate container 9c5826f0d3bf 23:12:15 ---> 53457f2c8312 23:12:15 Step 6/8 : WORKDIR /build 23:12:15 ---> Running in 91e69d2dfeda 23:12:15 Removing intermediate container 91e69d2dfeda 23:12:15 ---> 31bee2855146 23:12:15 Step 7/8 : COPY go.mod . 23:12:15 ---> f07f1988fa5d 23:12:15 Step 8/8 : RUN go mod download 23:12:15 ---> Running in 335c03135c17 23:12:17 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:12:17 go: finding github.com/BurntSushi/toml v0.3.1 23:12:17 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:12:17 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:12:17 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:12:17 go: finding github.com/bgentry/speakeasy v0.1.0 23:12:17 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:12:17 go: finding github.com/davecgh/go-spew v1.1.1 23:12:17 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:12:17 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 23:12:17 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 23:12:17 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:12:17 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 23:12:17 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 23:12:17 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:12:17 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 23:12:17 go: finding github.com/fatih/color v1.7.0 23:12:17 go: finding github.com/fsnotify/fsnotify v1.4.7 23:12:17 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:12:17 go: finding github.com/go-kit/kit v0.8.0 23:12:17 go: finding github.com/go-logfmt/logfmt v0.4.0 23:12:18 go: finding github.com/go-redis/redis/v7 v7.2.0 23:12:18 go: finding github.com/go-stack/stack v1.8.0 23:12:18 go: finding github.com/golang/protobuf v1.3.2 23:12:18 go: finding github.com/gomodule/redigo v2.0.0+incompatible 23:12:18 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:12:18 go: finding github.com/google/uuid v1.1.1 23:12:18 go: finding github.com/gorilla/mux v1.7.4 23:12:18 go: finding github.com/hashicorp/consul/api v1.1.0 23:12:18 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:12:18 go: finding github.com/hashicorp/errwrap v1.0.0 23:12:18 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:12:18 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:12:18 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:12:18 go: finding github.com/hashicorp/go-multierror v1.0.0 23:12:18 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:12:18 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:12:18 go: finding github.com/hashicorp/go-syslog v1.0.0 23:12:18 go: finding github.com/hashicorp/go-uuid v1.0.1 23:12:18 go: finding github.com/hashicorp/go.net v0.0.1 23:12:18 go: finding github.com/hashicorp/golang-lru v0.5.0 23:12:18 go: finding github.com/hashicorp/logutils v1.0.0 23:12:18 go: finding github.com/hashicorp/mdns v1.0.0 23:12:18 go: finding github.com/hashicorp/memberlist v0.1.3 23:12:18 go: finding github.com/hashicorp/serf v0.8.2 23:12:18 go: finding github.com/hpcloud/tail v1.0.0 23:12:18 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:12:18 go: finding github.com/kr/pretty v0.1.0 23:12:18 go: finding github.com/kr/pty v1.1.1 23:12:18 go: finding github.com/kr/text v0.1.0 23:12:18 go: finding github.com/mattn/go-colorable v0.0.9 23:12:18 go: finding github.com/mattn/go-isatty v0.0.3 23:12:18 go: finding github.com/miekg/dns v1.0.14 23:12:18 go: finding github.com/mitchellh/cli v1.0.0 23:12:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:12:18 go: finding github.com/mitchellh/copystructure v1.0.0 23:12:18 go: finding github.com/mitchellh/go-homedir v1.0.0 23:12:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:12:18 go: finding github.com/mitchellh/gox v0.4.0 23:12:18 go: finding github.com/mitchellh/iochan v1.0.0 23:12:18 go: finding github.com/mitchellh/mapstructure v1.1.2 23:12:18 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:12:18 go: finding github.com/onsi/ginkgo v1.10.1 23:12:18 go: finding github.com/onsi/gomega v1.7.0 23:12:18 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:12:18 go: finding github.com/pebbe/zmq4 v1.0.0 23:12:18 go: finding github.com/pelletier/go-toml v1.2.0 23:12:18 go: finding github.com/pkg/errors v0.8.1 23:12:18 go: finding github.com/pmezard/go-difflib v1.0.0 23:12:19 go: finding github.com/posener/complete v1.1.1 23:12:19 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:12:19 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:12:19 go: finding github.com/stretchr/objx v0.2.0 23:12:19 go: finding github.com/stretchr/testify v1.6.1 23:12:19 go: finding github.com/ugorji/go v1.1.4 23:12:19 go: finding github.com/x448/float16 v0.8.4 23:12:19 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:12:19 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:12:19 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:12:19 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 23:12:19 go: finding golang.org/x/text v0.3.2 23:12:19 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 23:12:19 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 23:12:19 go: finding gopkg.in/fsnotify.v1 v1.4.7 23:12:19 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 23:12:19 go: finding gopkg.in/yaml.v2 v2.2.8 23:12:19 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 23:12:34 Removing intermediate container 335c03135c17 23:12:34 ---> 0960d4ddf08c 23:12:34 Successfully built 0960d4ddf08c 23:12:34 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 23:12:35 + docker inspect -f . ci-base-image-x86_64 23:12:35 . [Pipeline] withDockerContainer 23:12:35 prd-centos7-docker-4c-2g-92 does not seem to be running inside a container 23:12:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/74 -v /w/workspace/app-functions-sdk-go/74:/w/workspace/app-functions-sdk-go/74:rw,z -v /w/workspace/app-functions-sdk-go/74@tmp:/w/workspace/app-functions-sdk-go/74@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 ******** ci-base-image-x86_64 cat 23:12:35 $ docker top a3cff32d81e0175f5e66bf5d86ea938ac1c89fea802feff3bacbd0d0ed711ea0 -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:36 + go version 23:12:36 go version go1.13.5 linux/amd64 [Pipeline] sh 23:12:36 + make test 23:12:36 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:12:38 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:12:44 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.072s coverage: 86.2% of statements 23:12:54 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.025s coverage: 51.6% of statements 23:12:54 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:12:54 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:12:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.028s coverage: 54.0% of statements 23:12:54 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:12:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.271s coverage: 69.1% of statements 23:12:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-93 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:12:56 Running in /w/workspace/app-functions-sdk-go/74 [Pipeline] { [Pipeline] checkout 23:13:02 using credential edgex-jenkins-ssh 23:13:02 Cloning the remote Git repository 23:13:02 Cloning with configured refspecs honoured and without tags 23:13:02 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:13:02 > git init /w/workspace/app-functions-sdk-go/74 # timeout=10 23:13:02 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:13:02 > git --version # timeout=10 23:13:02 using GIT_SSH to set credentials SSH Credentials for GitHub 23:13:02 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:13:06 Fetching without tags 23:13:06 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:13:06 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:13:06 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:13:06 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:13:06 using GIT_SSH to set credentials SSH Credentials for GitHub 23:13:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:13:06 Checking out Revision 1c8db893985ec302c648617d05600981d490690e (master) 23:13:06 > git config core.sparsecheckout # timeout=10 23:13:06 > git checkout -f 1c8db893985ec302c648617d05600981d490690e # timeout=10 23:13:09 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.481s coverage: 73.4% of statements 23:13:09 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements 23:13:09 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.004s coverage: 100.0% of statements 23:13:09 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.071s coverage: 100.0% of statements 23:13:09 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements 23:13:09 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.006s coverage: 100.0% of statements 23:13:09 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:13:09 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:13:09 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:13:09 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:13:09 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:13:09 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:13:09 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:13:09 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements 23:13:09 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:13:09 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:13:09 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 23:13:09 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.757s coverage: 78.0% of statements 23:13:09 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.052s coverage: 81.1% of statements 23:13:11 Commit message: "chore: remove mongo DB implementation (#399)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:13:14 ========================================================= 23:13:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 23:13:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:13:15 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 23:13:16 Sending build context to Docker daemon 36.98MB 23:13:16 Step 1/8 : ARG BASE=golang:1.13-alpine 23:13:16 Step 2/8 : FROM ${BASE} 23:13:16 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:13:16 cde5963f3b93: Pulling fs layer 23:13:16 2a23fa8c16f7: Pulling fs layer 23:13:16 777b28850792: Pulling fs layer 23:13:16 8a11ddd9e578: Pulling fs layer 23:13:16 4cf88f913ddb: Pulling fs layer 23:13:16 1df406cf5192: Pulling fs layer 23:13:16 cd6300453558: Pulling fs layer 23:13:16 b9c365052c96: Pulling fs layer 23:13:16 a2d8cc88f415: Pulling fs layer 23:13:16 ea1d1ca13537: Pulling fs layer 23:13:16 3750a50a1c5e: Pulling fs layer 23:13:16 8a11ddd9e578: Waiting 23:13:16 4cf88f913ddb: Waiting 23:13:16 1df406cf5192: Waiting 23:13:16 cd6300453558: Waiting 23:13:16 b9c365052c96: Waiting 23:13:16 a2d8cc88f415: Waiting 23:13:16 ea1d1ca13537: Waiting 23:13:16 3750a50a1c5e: Waiting 23:13:17 777b28850792: Verifying Checksum 23:13:17 777b28850792: Download complete 23:13:17 2a23fa8c16f7: Verifying Checksum 23:13:17 2a23fa8c16f7: Download complete 23:13:17 4cf88f913ddb: Verifying Checksum 23:13:17 4cf88f913ddb: Download complete 23:13:17 1df406cf5192: Download complete 23:13:17 cde5963f3b93: Verifying Checksum 23:13:17 cde5963f3b93: Download complete 23:13:17 cde5963f3b93: Pull complete 23:13:18 2a23fa8c16f7: Pull complete 23:13:18 777b28850792: Pull complete 23:13:19 cd6300453558: Verifying Checksum 23:13:19 cd6300453558: Download complete 23:13:19 a2d8cc88f415: Verifying Checksum 23:13:19 a2d8cc88f415: Download complete 23:13:20 ea1d1ca13537: Verifying Checksum 23:13:20 ea1d1ca13537: Download complete 23:13:20 3750a50a1c5e: Verifying Checksum 23:13:20 3750a50a1c5e: Download complete 23:13:21 b9c365052c96: Verifying Checksum 23:13:21 b9c365052c96: Download complete 23:13:22 8a11ddd9e578: Verifying Checksum 23:13:22 8a11ddd9e578: Download complete 23:13:24 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.313s coverage: 71.5% of statements 23:13:24 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 100.0% of statements 23:13:24 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:13:27 gofmt -l . 23:13:27 [ "`gofmt -l .`" = "" ] 23:13:28 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:13:29 Stashed 1 file(s) [Pipeline] } 23:13:29 $ docker stop --time=1 a3cff32d81e0175f5e66bf5d86ea938ac1c89fea802feff3bacbd0d0ed711ea0 23:13:31 $ docker rm -f a3cff32d81e0175f5e66bf5d86ea938ac1c89fea802feff3bacbd0d0ed711ea0 [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] } 23:13:34 8a11ddd9e578: Pull complete 23:13:34 4cf88f913ddb: Pull complete 23:13:34 1df406cf5192: Pull complete 23:13:39 cd6300453558: Pull complete 23:13:43 b9c365052c96: Pull complete 23:13:43 a2d8cc88f415: Pull complete 23:13:45 ea1d1ca13537: Pull complete 23:13:46 3750a50a1c5e: Pull complete 23:13:46 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 23:13:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 23:13:46 ---> 78745c68409d 23:13:46 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:13:46 latest: Pulling from library/docker 23:13:46 b538f80385f9: Pulling fs layer 23:13:46 259a493cd78d: Pulling fs layer 23:13:46 b8e66b5100f5: Pulling fs layer 23:13:46 39dc9c94d07c: Pulling fs layer 23:13:46 551b823b3b82: Pulling fs layer 23:13:46 3c52a74df98c: Pulling fs layer 23:13:46 6c9b121b6998: Pulling fs layer 23:13:46 551b823b3b82: Waiting 23:13:46 6c9b121b6998: Waiting 23:13:46 39dc9c94d07c: Waiting 23:13:46 3c52a74df98c: Waiting 23:13:46 b8e66b5100f5: Verifying Checksum 23:13:46 b8e66b5100f5: Download complete 23:13:46 259a493cd78d: Verifying Checksum 23:13:46 259a493cd78d: Download complete 23:13:46 b538f80385f9: Verifying Checksum 23:13:46 b538f80385f9: Download complete 23:13:46 551b823b3b82: Verifying Checksum 23:13:46 551b823b3b82: Download complete 23:13:46 3c52a74df98c: Verifying Checksum 23:13:46 3c52a74df98c: Download complete 23:13:46 6c9b121b6998: Verifying Checksum 23:13:46 6c9b121b6998: Download complete 23:13:47 b538f80385f9: Pull complete 23:13:48 39dc9c94d07c: Verifying Checksum 23:13:48 39dc9c94d07c: Download complete 23:13:48 259a493cd78d: Pull complete 23:13:48 b8e66b5100f5: Pull complete 23:13:51 39dc9c94d07c: Pull complete 23:13:52 551b823b3b82: Pull complete 23:13:52 3c52a74df98c: Pull complete 23:13:52 6c9b121b6998: Pull complete 23:13:52 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 23:13:52 Status: Downloaded newer image for docker:latest 23:14:01 ---> 5d24d9569b8b 23:14:01 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:14:01 ---> Running in 428959f0e001 23:14:01 Removing intermediate container 428959f0e001 23:14:01 ---> 9ca19ed2de56 23:14:01 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:14:01 ---> Running in a9aebd0f9f46 23:14:03 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 23:14:04 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 23:14:05 (1/5) Installing libsodium (1.0.18-r0) 23:14:05 (2/5) Installing libzmq (4.3.2-r0) 23:14:05 (3/5) Installing pkgconf (1.6.3-r0) 23:14:05 (4/5) Installing libsodium-dev (1.0.18-r0) 23:14:05 (5/5) Installing zeromq-dev (4.3.2-r0) 23:14:05 Executing busybox-1.31.1-r8.trigger 23:14:05 OK: 127 MiB in 44 packages 23:14:07 Removing intermediate container a9aebd0f9f46 23:14:07 ---> 442671135fd3 23:14:07 Step 6/8 : WORKDIR /build 23:14:07 ---> Running in 4bf9dd238010 23:14:07 Removing intermediate container 4bf9dd238010 23:14:07 ---> 660e807c5141 23:14:07 Step 7/8 : COPY go.mod . 23:14:08 ---> 76f908e1d547 23:14:08 Step 8/8 : RUN go mod download 23:14:08 ---> Running in b91bb00b31c1 23:14:11 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:14:11 go: finding github.com/BurntSushi/toml v0.3.1 23:14:11 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:14:11 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:14:11 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:14:11 go: finding github.com/bgentry/speakeasy v0.1.0 23:14:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:14:11 go: finding github.com/davecgh/go-spew v1.1.1 23:14:11 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:14:11 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 23:14:11 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 23:14:11 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:14:11 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 23:14:11 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 23:14:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:14:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 23:14:12 go: finding github.com/fatih/color v1.7.0 23:14:12 go: finding github.com/fsnotify/fsnotify v1.4.7 23:14:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:14:12 go: finding github.com/go-kit/kit v0.8.0 23:14:12 go: finding github.com/go-logfmt/logfmt v0.4.0 23:14:12 go: finding github.com/go-redis/redis/v7 v7.2.0 23:14:12 go: finding github.com/go-stack/stack v1.8.0 23:14:12 go: finding github.com/golang/protobuf v1.3.2 23:14:12 go: finding github.com/gomodule/redigo v2.0.0+incompatible 23:14:12 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:14:12 go: finding github.com/google/uuid v1.1.1 23:14:12 go: finding github.com/gorilla/mux v1.7.4 23:14:12 go: finding github.com/hashicorp/consul/api v1.1.0 23:14:12 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:14:12 go: finding github.com/hashicorp/errwrap v1.0.0 23:14:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:14:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:14:12 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:14:12 go: finding github.com/hashicorp/go-multierror v1.0.0 23:14:12 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:14:12 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:14:12 go: finding github.com/hashicorp/go-syslog v1.0.0 23:14:12 go: finding github.com/hashicorp/go-uuid v1.0.1 23:14:12 go: finding github.com/hashicorp/go.net v0.0.1 23:14:12 go: finding github.com/hashicorp/golang-lru v0.5.0 23:14:12 go: finding github.com/hashicorp/logutils v1.0.0 23:14:12 go: finding github.com/hashicorp/mdns v1.0.0 23:14:12 go: finding github.com/hashicorp/memberlist v0.1.3 23:14:12 go: finding github.com/hashicorp/serf v0.8.2 23:14:13 go: finding github.com/hpcloud/tail v1.0.0 23:14:13 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:14:13 go: finding github.com/kr/pretty v0.1.0 23:14:13 go: finding github.com/kr/pty v1.1.1 23:14:13 go: finding github.com/kr/text v0.1.0 23:14:13 go: finding github.com/mattn/go-colorable v0.0.9 23:14:13 go: finding github.com/mattn/go-isatty v0.0.3 23:14:13 go: finding github.com/miekg/dns v1.0.14 23:14:13 go: finding github.com/mitchellh/cli v1.0.0 23:14:13 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:14:13 go: finding github.com/mitchellh/copystructure v1.0.0 23:14:13 go: finding github.com/mitchellh/go-homedir v1.0.0 23:14:13 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:14:13 go: finding github.com/mitchellh/gox v0.4.0 23:14:13 go: finding github.com/mitchellh/iochan v1.0.0 23:14:13 go: finding github.com/mitchellh/mapstructure v1.1.2 23:14:13 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:14:13 go: finding github.com/onsi/ginkgo v1.10.1 23:14:13 go: finding github.com/onsi/gomega v1.7.0 23:14:13 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:14:13 go: finding github.com/pebbe/zmq4 v1.0.0 23:14:13 go: finding github.com/pelletier/go-toml v1.2.0 23:14:13 go: finding github.com/pkg/errors v0.8.1 23:14:13 go: finding github.com/pmezard/go-difflib v1.0.0 23:14:13 go: finding github.com/posener/complete v1.1.1 23:14:13 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:14:13 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:14:13 go: finding github.com/stretchr/objx v0.2.0 23:14:13 go: finding github.com/stretchr/testify v1.6.1 23:14:13 go: finding github.com/ugorji/go v1.1.4 23:14:13 go: finding github.com/x448/float16 v0.8.4 23:14:13 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:14:13 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:14:13 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:14:13 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 23:14:13 go: finding golang.org/x/text v0.3.2 23:14:13 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 23:14:13 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 23:14:13 go: finding gopkg.in/fsnotify.v1 v1.4.7 23:14:13 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 23:14:14 go: finding gopkg.in/yaml.v2 v2.2.8 23:14:14 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 23:14:32 Removing intermediate container b91bb00b31c1 23:14:32 ---> eab086576579 23:14:32 Successfully built eab086576579 23:14:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:14:33 + docker inspect -f . ci-base-image-arm64 23:14:33 . [Pipeline] withDockerContainer 23:14:33 prd-ubuntu18.04-docker-arm64-4c-16g-93 does not seem to be running inside a container 23:14:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/74 -v /w/workspace/app-functions-sdk-go/74:/w/workspace/app-functions-sdk-go/74:rw,z -v /w/workspace/app-functions-sdk-go/74@tmp:/w/workspace/app-functions-sdk-go/74@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 ******** ci-base-image-arm64 cat 23:14:35 $ docker top 163b224715bcd84d47d08be086c3b2ff17ee7b6a03924ab6600a75d9b213cb9c -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:37 + go version 23:14:37 go version go1.13.5 linux/arm64 [Pipeline] sh 23:14:38 + make test 23:14:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:14:39 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:15:01 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.217s coverage: 86.2% of statements 23:15:24 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.056s coverage: 51.6% of statements 23:15:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:15:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:15:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.097s coverage: 54.0% of statements 23:15:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:15:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.475s coverage: 69.1% of statements 23:15:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.519s coverage: 73.4% of statements 23:15:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.016s coverage: 89.5% of statements 23:15:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.015s coverage: 100.0% of statements 23:15:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.122s coverage: 100.0% of statements 23:15:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.021s coverage: 100.0% of statements 23:15:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.026s coverage: 100.0% of statements 23:15:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:15:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:15:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:15:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:15:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:15:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:15:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:15:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.019s coverage: 97.7% of statements 23:15:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:15:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:15:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 23:15:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.713s coverage: 78.0% of statements 23:15:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.090s coverage: 81.1% of statements 23:15:58 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.591s coverage: 71.5% of statements 23:15:58 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.019s coverage: 100.0% of statements 23:15:59 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:16:07 gofmt -l . 23:16:07 [ "`gofmt -l .`" = "" ] 23:16:08 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:16:08 Warning: overwriting stash ‘coverage-report’ 23:16:09 Stashed 1 file(s) [Pipeline] } 23:16:09 $ docker stop --time=1 163b224715bcd84d47d08be086c3b2ff17ee7b6a03924ab6600a75d9b213cb9c 23:16:11 $ docker rm -f 163b224715bcd84d47d08be086c3b2ff17ee7b6a03924ab6600a75d9b213cb9c [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 23:16:13 provisioning config files... 23:16:13 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4382815233411732995tmp [Pipeline] { [Pipeline] sh 23:16:13 + curl -s https://codecov.io/bash 23:16:13 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4382815233411732995tmp [Pipeline] } 23:16:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 23:16:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:16:15 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:16:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:16:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:16:15 23:16:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 23:16:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:16:16 1.317.0: Pulling from edgex-devops/edgex-snyk-go 23:16:16 cbdbe7a5bc2a: Pulling fs layer 23:16:16 408f87550127: Pulling fs layer 23:16:16 fe522b08c979: Pulling fs layer 23:16:16 221eaa008020: Pulling fs layer 23:16:16 2a4607e5d6b9: Pulling fs layer 23:16:16 8f79b27c4fd2: Pulling fs layer 23:16:16 e5c8dbe1645b: Pulling fs layer 23:16:16 23e8b3b47431: Pulling fs layer 23:16:16 5c568d65a230: Pulling fs layer 23:16:16 8f79b27c4fd2: Waiting 23:16:16 e5c8dbe1645b: Waiting 23:16:16 23e8b3b47431: Waiting 23:16:16 5c568d65a230: Waiting 23:16:16 221eaa008020: Waiting 23:16:16 2a4607e5d6b9: Waiting 23:16:16 fe522b08c979: Verifying Checksum 23:16:16 fe522b08c979: Download complete 23:16:16 408f87550127: Verifying Checksum 23:16:16 408f87550127: Download complete 23:16:16 2a4607e5d6b9: Verifying Checksum 23:16:16 2a4607e5d6b9: Download complete 23:16:16 cbdbe7a5bc2a: Download complete 23:16:16 8f79b27c4fd2: Verifying Checksum 23:16:16 8f79b27c4fd2: Download complete 23:16:17 e5c8dbe1645b: Verifying Checksum 23:16:17 e5c8dbe1645b: Download complete 23:16:17 cbdbe7a5bc2a: Pull complete 23:16:17 408f87550127: Pull complete 23:16:18 fe522b08c979: Pull complete 23:16:18 23e8b3b47431: Verifying Checksum 23:16:18 23e8b3b47431: Download complete 23:16:18 5c568d65a230: Verifying Checksum 23:16:18 5c568d65a230: Download complete 23:16:19 221eaa008020: Verifying Checksum 23:16:19 221eaa008020: Download complete 23:16:31 221eaa008020: Pull complete 23:16:31 2a4607e5d6b9: Pull complete 23:16:31 8f79b27c4fd2: Pull complete 23:16:35 e5c8dbe1645b: Pull complete 23:16:38 23e8b3b47431: Pull complete 23:16:40 5c568d65a230: Pull complete 23:16:40 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 23:16:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:16:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 23:16:40 prd-centos7-docker-4c-2g-89 does not seem to be running inside a container 23:16:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 23:16:42 $ docker top be166e654c031417561a424b0a6572d22ed11773e80cbb4bde84704d4bcadda9 -eo pid,comm [Pipeline] { [Pipeline] sh 23:16:43 + snyk monitor '--org=edgex-jenkins' 23:17:15 23:17:15 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 23:17:15 23:17:15 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/8a26d2bf-8fa3-4147-90a5-52d93b822123 23:17:15 23:17:15 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:17:15 23:17:15 [Pipeline] } 23:17:15 $ docker stop --time=1 be166e654c031417561a424b0a6572d22ed11773e80cbb4bde84704d4bcadda9 23:17:18 $ docker rm -f be166e654c031417561a424b0a6572d22ed11773e80cbb4bde84704d4bcadda9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 23:17:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:17:21 . [Pipeline] withDockerContainer 23:17:21 prd-centos7-docker-4c-2g-89 does not seem to be running inside a container 23:17:21 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:17:23 $ docker top ddc79c70ccdaa4d65c64d4a33a45a1a38eed719e4b975139a53acb265e312356 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:17:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:17:23 [ssh-agent] Looking for ssh-agent implementation... 23:17:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:17:24 $ docker exec ddc79c70ccdaa4d65c64d4a33a45a1a38eed719e4b975139a53acb265e312356 ssh-agent 23:17:24 SSH_AUTH_SOCK=/tmp/ssh-WZbpgAB0ixP3/agent.11 23:17:24 SSH_AGENT_PID=16 23:17:24 Running ssh-add (command line suppressed) 23:17:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6723284110054851645.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6723284110054851645.key) 23:17:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:17:25 + git semver tag 23:17:25 # -> Open(): unable to determine branch for HEAD 23:17:25 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:17:25 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:17:25 # $SEMVER_REMOTE_NAME = origin 23:17:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:17:25 # $SEMVER_USER_NAME = edgex-jenkins 23:17:25 # $SEMVER_BRANCH = master 23:17:25 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:17:25 # 1c8db893985ec302c648617d05600981d490690e HEAD 23:17:25 # -> Force: false 23:17:25 # 0ccbb7f30fe15653814213df4b4d3f68ff94f3fb refs/tags/v1.2.1-dev.6 [Pipeline] } 23:17:25 $ docker exec --env ******** --env ******** ddc79c70ccdaa4d65c64d4a33a45a1a38eed719e4b975139a53acb265e312356 ssh-agent -k 23:17:25 unset SSH_AUTH_SOCK; 23:17:25 unset SSH_AGENT_PID; 23:17:25 echo Agent pid 16 killed; 23:17:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:17:26 + git semver [Pipeline] } 23:17:26 $ docker stop --time=1 ddc79c70ccdaa4d65c64d4a33a45a1a38eed719e4b975139a53acb265e312356 23:17:27 $ docker rm -f ddc79c70ccdaa4d65c64d4a33a45a1a38eed719e4b975139a53acb265e312356 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:17:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:17:28 23:17:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:17:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:17:29 0.23.1-centos7: Pulling from edgex-lftools 23:17:29 ab5ef0e58194: Pulling fs layer 23:17:29 9712f1f96733: Pulling fs layer 23:17:29 63f879dbbcfc: Pulling fs layer 23:17:29 0d9ebad4ef96: Pulling fs layer 23:17:29 e9a5061849ea: Pulling fs layer 23:17:29 d747dcd14b5f: Pulling fs layer 23:17:29 2de7ff778b66: Pulling fs layer 23:17:29 e9a5061849ea: Waiting 23:17:29 d747dcd14b5f: Waiting 23:17:29 2de7ff778b66: Waiting 23:17:29 0d9ebad4ef96: Waiting 23:17:29 9712f1f96733: Verifying Checksum 23:17:29 9712f1f96733: Download complete 23:17:30 63f879dbbcfc: Verifying Checksum 23:17:30 63f879dbbcfc: Download complete 23:17:30 e9a5061849ea: Verifying Checksum 23:17:30 e9a5061849ea: Download complete 23:17:30 d747dcd14b5f: Verifying Checksum 23:17:30 d747dcd14b5f: Download complete 23:17:30 0d9ebad4ef96: Verifying Checksum 23:17:30 0d9ebad4ef96: Download complete 23:17:30 ab5ef0e58194: Verifying Checksum 23:17:30 ab5ef0e58194: Download complete 23:17:30 2de7ff778b66: Verifying Checksum 23:17:30 2de7ff778b66: Download complete 23:17:37 ab5ef0e58194: Pull complete 23:17:37 9712f1f96733: Pull complete 23:17:40 63f879dbbcfc: Pull complete 23:17:49 0d9ebad4ef96: Pull complete 23:17:51 e9a5061849ea: Pull complete 23:17:51 d747dcd14b5f: Pull complete 23:17:54 2de7ff778b66: Pull complete 23:17:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:17:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:17:54 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:17:54 prd-centos7-docker-4c-2g-89 does not seem to be running inside a container 23:17:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:17:57 $ docker top 08f6091212c9df4f3eafcc036f4f425978c5208084d971b4642ec0f69d202b46 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:17:57 provisioning config files... 23:17:57 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4906106306545306873tmp 23:17:57 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6508998129694247385tmp 23:17:57 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2253817189192731367tmp [Pipeline] { [Pipeline] echo 23:17:57 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:17:58 ---> sigul-configuration.sh 23:17:58 gpg: directory `/root/.gnupg' created 23:17:58 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:17:58 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:17:58 gpg: keyring `/root/.gnupg/secring.gpg' created 23:17:58 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:17:58 gpg: CAST5 encrypted data 23:17:58 gpg: encrypted with 1 passphrase 23:17:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:17:59 + mkdir /home/jenkins 23:17:59 + mkdir /home/jenkins/sigul [Pipeline] sh 23:17:59 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 23:17:59 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:18:00 ---> sigul-install.sh 23:18:06 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:18:06 + git tag --list 23:18:06 v1.2.1-dev.6 [Pipeline] sh 23:18:07 + lftools sign git-tag v1.2.1-dev.6 23:18:08 Signing Git tag with Sigul... 23:18:08 Signing v1.2.1-dev.6 [Pipeline] echo 23:18:10 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:18:10 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:18:10 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:18:10 $ docker stop --time=1 08f6091212c9df4f3eafcc036f4f425978c5208084d971b4642ec0f69d202b46 23:18:12 $ docker rm -f 08f6091212c9df4f3eafcc036f4f425978c5208084d971b4642ec0f69d202b46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:18:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:18:13 . [Pipeline] withDockerContainer 23:18:13 prd-centos7-docker-4c-2g-89 does not seem to be running inside a container 23:18:13 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:18:14 $ docker top 51609e096bbec2a46b698a78117226aa572658c5e13329a1c4eb77c10ef71cf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:18:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:18:15 [ssh-agent] Looking for ssh-agent implementation... 23:18:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:18:15 $ docker exec 51609e096bbec2a46b698a78117226aa572658c5e13329a1c4eb77c10ef71cf0 ssh-agent 23:18:16 SSH_AUTH_SOCK=/tmp/ssh-kHLt2CQQ3voT/agent.12 23:18:16 SSH_AGENT_PID=18 23:18:16 Running ssh-add (command line suppressed) 23:18:16 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_391429743560778878.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_391429743560778878.key) 23:18:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:18:17 + git semver bump pre 23:18:17 # -> Open(): unable to determine branch for HEAD 23:18:17 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:18:17 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:18:17 # $SEMVER_REMOTE_NAME = origin 23:18:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:18:17 # $SEMVER_USER_NAME = edgex-jenkins 23:18:17 # $SEMVER_BRANCH = master 23:18:17 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:18:17 1.2.1-dev.7 [Pipeline] } 23:18:17 $ docker exec --env ******** --env ******** 51609e096bbec2a46b698a78117226aa572658c5e13329a1c4eb77c10ef71cf0 ssh-agent -k 23:18:17 unset SSH_AUTH_SOCK; 23:18:17 unset SSH_AGENT_PID; 23:18:17 echo Agent pid 18 killed; 23:18:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:18:17 + git semver [Pipeline] } 23:18:17 $ docker stop --time=1 51609e096bbec2a46b698a78117226aa572658c5e13329a1c4eb77c10ef71cf0 23:18:19 $ docker rm -f 51609e096bbec2a46b698a78117226aa572658c5e13329a1c4eb77c10ef71cf0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:18:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:18:20 . [Pipeline] withDockerContainer 23:18:20 prd-centos7-docker-4c-2g-89 does not seem to be running inside a container 23:18:20 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:18:21 $ docker top 11e0346453ef5a42d01077947cff09a2867808216ac79d8b3d5193401bc0d6a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:18:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:18:21 [ssh-agent] Looking for ssh-agent implementation... 23:18:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:18:22 $ docker exec 11e0346453ef5a42d01077947cff09a2867808216ac79d8b3d5193401bc0d6a0 ssh-agent 23:18:22 SSH_AUTH_SOCK=/tmp/ssh-wwCLPaG3jGzr/agent.12 23:18:22 SSH_AGENT_PID=17 23:18:22 Running ssh-add (command line suppressed) 23:18:22 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8789640506760680790.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8789640506760680790.key) 23:18:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:18:23 + git semver push 23:18:23 # -> Open(): unable to determine branch for HEAD 23:18:23 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:18:23 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:18:23 # $SEMVER_REMOTE_NAME = origin 23:18:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:18:23 # $SEMVER_USER_NAME = edgex-jenkins 23:18:23 # $SEMVER_BRANCH = master 23:18:23 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:18:31 $ docker exec --env ******** --env ******** 11e0346453ef5a42d01077947cff09a2867808216ac79d8b3d5193401bc0d6a0 ssh-agent -k 23:18:31 unset SSH_AUTH_SOCK; 23:18:31 unset SSH_AGENT_PID; 23:18:31 echo Agent pid 17 killed; 23:18:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:18:32 + git semver [Pipeline] } 23:18:32 $ docker stop --time=1 11e0346453ef5a42d01077947cff09a2867808216ac79d8b3d5193401bc0d6a0 23:18:34 $ docker rm -f 11e0346453ef5a42d01077947cff09a2867808216ac79d8b3d5193401bc0d6a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:18:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:18:36 ---> package-listing.sh 23:18:36 ++ facter osfamily 23:18:36 ++ tr '[:upper:]' '[:lower:]' 23:18:36 + OS_FAMILY=redhat 23:18:36 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 23:18:36 + START_PACKAGES=/tmp/packages_start.txt 23:18:36 + END_PACKAGES=/tmp/packages_end.txt 23:18:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:18:36 + PACKAGES=/tmp/packages_start.txt 23:18:36 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:18:36 + PACKAGES=/tmp/packages_end.txt 23:18:36 + case "${OS_FAMILY}" in 23:18:36 + rpm -qa 23:18:36 + sort 23:18:41 + '[' -f /tmp/packages_start.txt ']' 23:18:41 + '[' -f /tmp/packages_end.txt ']' 23:18:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:18:41 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:18:41 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 23:18:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 23:18:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:18:42 23:18:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:18:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:18:42 alpine: Pulling from edgex-lftools-log-publisher 23:18:42 c9b1b535fdd9: Pulling fs layer 23:18:42 2cc5ad85d9ab: Pulling fs layer 23:18:42 756a868c4378: Pulling fs layer 23:18:42 444b2fc9a129: Pulling fs layer 23:18:42 ea15f1150254: Pulling fs layer 23:18:42 41b27a9f41bf: Pulling fs layer 23:18:42 28c525ee5125: Pulling fs layer 23:18:42 094b1ea09ed8: Pulling fs layer 23:18:42 138eaada9080: Pulling fs layer 23:18:42 0622d0fa9048: Pulling fs layer 23:18:42 444b2fc9a129: Waiting 23:18:42 ea15f1150254: Waiting 23:18:42 41b27a9f41bf: Waiting 23:18:42 28c525ee5125: Waiting 23:18:42 094b1ea09ed8: Waiting 23:18:42 138eaada9080: Waiting 23:18:42 0622d0fa9048: Waiting 23:18:42 2cc5ad85d9ab: Verifying Checksum 23:18:42 2cc5ad85d9ab: Download complete 23:18:42 444b2fc9a129: Verifying Checksum 23:18:42 444b2fc9a129: Download complete 23:18:42 c9b1b535fdd9: Verifying Checksum 23:18:42 c9b1b535fdd9: Download complete 23:18:42 ea15f1150254: Verifying Checksum 23:18:42 ea15f1150254: Download complete 23:18:42 28c525ee5125: Verifying Checksum 23:18:42 28c525ee5125: Download complete 23:18:43 756a868c4378: Verifying Checksum 23:18:43 756a868c4378: Download complete 23:18:43 c9b1b535fdd9: Pull complete 23:18:43 138eaada9080: Verifying Checksum 23:18:43 138eaada9080: Download complete 23:18:43 094b1ea09ed8: Verifying Checksum 23:18:43 094b1ea09ed8: Download complete 23:18:43 0622d0fa9048: Verifying Checksum 23:18:43 0622d0fa9048: Download complete 23:18:44 41b27a9f41bf: Verifying Checksum 23:18:44 41b27a9f41bf: Download complete 23:18:44 2cc5ad85d9ab: Pull complete 23:18:46 756a868c4378: Pull complete 23:18:46 444b2fc9a129: Pull complete 23:18:47 ea15f1150254: Pull complete 23:18:51 41b27a9f41bf: Pull complete 23:18:51 28c525ee5125: Pull complete 23:18:56 094b1ea09ed8: Pull complete 23:18:56 138eaada9080: Pull complete 23:18:56 0622d0fa9048: Pull complete 23:18:56 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 23:18:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:18:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:18:56 prd-centos7-docker-4c-2g-89 does not seem to be running inside a container 23:18:57 $ 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_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:18:59 $ docker top b22cec04adf909c8278bc3a750b761598ddd125189e63ca6429965da83876909 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:18:59 provisioning config files... 23:18:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config409063879018450682tmp [Pipeline] { [Pipeline] echo 23:18:59 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:19:00 ---> create-netrc.sh [Pipeline] echo 23:19:00 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:19:00 ---> logs-deploy.sh 23:19:00 + ARCHIVE_ARTIFACTS= 23:19:00 + LOGS_SERVER=https://logs.edgexfoundry.org 23:19:00 + '[' https://logs.edgexfoundry.org == None ']' 23:19:00 + NEXUS_URL=https://nexus.edgexfoundry.org 23:19:00 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/74 23:19:00 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/74/ 23:19:00 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/74 /w/workspace/ndry_app-functions-sdk-go_master 23:19:01 Archives upload complete. 23:19:02 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/74 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/74/ 23:19:03 ---> uname -a: 23:19:03 Linux b22cec04adf9 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:19:03 23:19:03 23:19:03 ---> lscpu: 23:19:03 Architecture: x86_64 23:19:03 CPU op-mode(s): 32-bit, 64-bit 23:19:03 Byte Order: Little Endian 23:19:03 Address sizes: 40 bits physical, 48 bits virtual 23:19:03 CPU(s): 4 23:19:03 On-line CPU(s) list: 0-3 23:19:03 Thread(s) per core: 1 23:19:03 Core(s) per socket: 1 23:19:03 Socket(s): 4 23:19:03 NUMA node(s): 1 23:19:03 Vendor ID: GenuineIntel 23:19:03 CPU family: 6 23:19:03 Model: 44 23:19:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:19:03 Stepping: 1 23:19:03 CPU MHz: 2933.438 23:19:03 BogoMIPS: 5866.87 23:19:03 Virtualization: VT-x 23:19:03 Hypervisor vendor: KVM 23:19:03 Virtualization type: full 23:19:03 L1d cache: 128 KiB 23:19:03 L1i cache: 128 KiB 23:19:03 L2 cache: 16 MiB 23:19:03 L3 cache: 64 MiB 23:19:03 NUMA node0 CPU(s): 0-3 23:19:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:19:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:19:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:19:03 Vulnerability Meltdown: Mitigation; PTI 23:19:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:19:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:19:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:19:03 Vulnerability Tsx async abort: Not affected 23:19: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 23:19:03 23:19:03 23:19:03 ---> nproc: 23:19:03 4 23:19:03 23:19:03 23:19:03 ---> df -h: 23:19:03 Filesystem Size Used Available Use% Mounted on 23:19:03 overlay 50.0G 8.5G 41.5G 17% / 23:19:03 tmpfs 64.0M 0 64.0M 0% /dev 23:19:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:19:03 shm 64.0M 0 64.0M 0% /dev/shm 23:19:03 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 23:19:03 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 23:19:03 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 23:19:03 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 23:19:03 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 23:19:03 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master 23:19:03 23:19:03 23:19:03 ---> free -m: 23:19:03 total used free shared buff/cache available 23:19:03 Mem: 1837 801 94 0 941 966 23:19:03 Swap: 1023 3 1020 23:19:03 23:19:03 23:19:03 ---> ip addr: 23:19:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:19:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:19:03 inet 127.0.0.1/8 scope host lo 23:19:03 valid_lft forever preferred_lft forever 23:19:03 16: eth0@if17: mtu 1458 qdisc noqueue state UP 23:19:03 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 23:19:03 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 23:19:03 valid_lft forever preferred_lft forever 23:19:03 23:19:03 23:19:03 ---> sar -b -r -n DEV: 23:19:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/09/20 _x86_64_ (4 CPU) 23:19:03 23:19:03 23:07:42 LINUX RESTART 23:19:03 23:19:03 23:08:02 tps rtps wtps bread/s bwrtn/s 23:19:03 23:09:01 197.47 102.94 94.53 12128.06 42596.84 23:19:03 23:10:01 3.61 0.00 3.61 0.00 121.46 23:19:03 23:11:01 0.38 0.00 0.38 0.00 5.69 23:19:03 23:12:01 0.20 0.00 0.20 0.00 2.01 23:19:03 23:13:01 0.35 0.00 0.35 0.00 6.33 23:19:03 23:14:01 0.30 0.00 0.30 0.00 3.95 23:19:03 23:15:01 0.30 0.02 0.28 0.13 4.05 23:19:03 23:16:01 0.22 0.00 0.22 0.00 2.58 23:19:03 23:17:02 239.33 155.98 83.35 6867.54 30705.42 23:19:03 23:18:01 211.12 69.44 141.68 3924.74 31202.69 23:19:03 23:19:01 171.19 82.15 89.04 6568.89 23833.21 23:19:03 Average: 74.61 37.20 37.41 2667.41 11614.03 23:19:03 23:19:03 23:08:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:19:03 23:09:01 193564 1687992 89.71 2620 1119048 1127496 38.48 420268 1107552 120 23:19:03 23:10:01 155140 1726416 91.75 2620 1119052 1125000 38.39 467548 1099320 16 23:19:03 23:11:01 163680 1717876 91.30 2620 1119060 1063980 36.31 463672 1095668 8 23:19:03 23:12:01 163752 1717804 91.30 2620 1119060 1063992 36.31 463672 1095668 8 23:19:03 23:13:01 161012 1720544 91.44 2620 1119064 1064176 36.32 470740 1091548 8 23:19:03 23:14:01 163148 1718408 91.33 2620 1119072 1063900 36.31 470120 1090436 8 23:19:03 23:15:01 161096 1720460 91.44 2620 1119076 1064244 36.32 477132 1085140 8 23:19:03 23:16:01 160660 1720896 91.46 2620 1119084 1064360 36.32 471292 1091228 8 23:19:03 23:17:02 90860 1790696 95.17 2596 1058048 1313880 44.84 599696 978396 20616 23:19:03 23:18:01 128440 1753116 93.17 1792 988748 1305616 44.56 583744 891172 276 23:19:03 23:19:01 111820 1769736 94.06 1492 962096 1324484 45.20 636220 830248 212 23:19:03 Average: 150288 1731268 92.01 2440 1087401 1143739 39.03 502191 1041489 1935 23:19:03 23:19:03 23:08:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 23:19:03 23:09:01 eth0 501.40 358.44 1661.92 277.64 0.00 0.00 0.00 23:19:03 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:09:01 docker0 110.47 100.15 9.49 309.12 0.00 0.00 0.00 23:19:03 23:10:01 eth0 39.78 22.51 10.41 133.89 0.00 0.00 0.00 23:19:03 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:11:01 eth0 1.45 0.58 0.35 0.68 0.00 0.00 0.00 23:19:03 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:12:01 eth0 2.06 0.28 0.42 0.20 0.00 0.00 0.00 23:19:03 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:13:01 eth0 1.50 0.88 0.83 0.57 0.00 0.00 0.00 23:19:03 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:14:01 eth0 1.62 0.23 0.25 0.10 0.00 0.00 0.00 23:19:03 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:15:01 eth0 1.42 0.72 0.58 0.40 0.00 0.00 0.00 23:19:03 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:16:01 eth0 0.35 0.30 0.26 0.20 0.00 0.00 0.00 23:19:03 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:17:02 eth0 143.29 103.21 3863.16 17.84 0.00 0.00 0.00 23:19:03 23:17:02 veth20c27e5 32.39 33.74 3.63 91.21 0.00 0.00 0.00 23:19:03 23:17:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 23:19:03 23:17:02 docker0 141.22 132.27 12.54 395.74 0.00 0.00 0.00 23:19:03 23:18:01 veth647e58f 0.00 0.10 0.00 0.01 0.00 0.00 0.00 23:19:03 23:18:01 eth0 918.78 625.79 9231.71 517.88 0.00 0.00 0.00 23:19:03 23:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:18:01 docker0 0.22 0.29 0.03 0.06 0.00 0.00 0.00 23:19:03 23:19:01 eth0 163.80 118.97 2554.98 78.98 0.00 0.00 0.00 23:19:03 23:19:01 veth628bce9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 23:19:03 23:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:19:03 23:19:01 docker0 25.77 32.64 1.86 173.52 0.00 0.00 0.00 23:19:03 Average: eth0 94.81 66.01 1057.19 53.57 0.00 0.00 0.00 23:19:03 Average: veth628bce9 0.00 0.01 0.00 0.00 0.00 0.00 0.00 23:19:03 Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 23:19:03 Average: docker0 15.25 15.07 1.32 51.93 0.00 0.00 0.00 23:19:03 23:19:03 23:19:03 ---> sar -P ALL: 23:19:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/09/20 _x86_64_ (4 CPU) 23:19:03 23:19:03 23:07:42 LINUX RESTART 23:19:03 23:19:03 23:08:02 CPU %user %nice %system %iowait %steal %idle 23:19:03 23:09:01 all 19.17 0.00 9.70 8.81 9.69 52.63 23:19:03 23:09:01 0 19.10 0.00 11.13 10.65 10.81 48.30 23:19:03 23:09:01 1 18.23 0.00 8.10 6.21 9.03 58.43 23:19:03 23:09:01 2 20.01 0.00 10.60 10.32 9.51 49.55 23:19:03 23:09:01 3 19.31 0.00 8.97 8.07 9.40 54.25 23:19:03 23:10:01 all 0.43 0.00 0.11 0.00 1.05 98.41 23:19:03 23:10:01 0 0.35 0.00 0.13 0.00 1.32 98.20 23:19:03 23:10:01 1 0.28 0.00 0.08 0.00 0.78 98.86 23:19:03 23:10:01 2 0.53 0.00 0.12 0.00 1.21 98.14 23:19:03 23:10:01 3 0.58 0.00 0.10 0.00 0.88 98.44 23:19:03 23:11:01 all 0.12 0.00 0.05 0.00 0.19 99.65 23:19:03 23:11:01 0 0.07 0.00 0.05 0.00 0.17 99.72 23:19:03 23:11:01 1 0.23 0.00 0.07 0.00 0.38 99.32 23:19:03 23:11:01 2 0.12 0.00 0.03 0.00 0.17 99.68 23:19:03 23:11:01 3 0.03 0.00 0.03 0.00 0.03 99.90 23:19:03 23:12:01 all 0.12 0.00 0.03 0.00 0.33 99.52 23:19:03 23:12:01 0 0.07 0.00 0.05 0.00 0.63 99.25 23:19:03 23:12:01 1 0.37 0.00 0.05 0.00 0.35 99.24 23:19:03 23:12:01 2 0.03 0.00 0.03 0.00 0.27 99.67 23:19:03 23:12:01 3 0.02 0.00 0.02 0.00 0.07 99.90 23:19:03 23:13:01 all 0.13 0.00 0.04 0.00 0.41 99.43 23:19:03 23:13:01 0 0.05 0.00 0.03 0.00 0.37 99.55 23:19:03 23:13:01 1 0.25 0.00 0.08 0.00 0.53 99.14 23:19:03 23:13:01 2 0.07 0.00 0.03 0.02 0.28 99.60 23:19:03 23:13:01 3 0.15 0.00 0.02 0.00 0.47 99.37 23:19:03 23:14:01 all 0.12 0.00 0.05 0.00 0.27 99.56 23:19:03 23:14:01 0 0.02 0.00 0.02 0.00 0.05 99.92 23:19:03 23:14:01 1 0.38 0.00 0.08 0.00 0.35 99.18 23:19:03 23:14:01 2 0.05 0.00 0.05 0.00 0.61 99.29 23:19:03 23:14:01 3 0.02 0.00 0.02 0.00 0.08 99.88 23:19:03 23:15:01 all 0.09 0.00 0.05 0.00 0.38 99.48 23:19:03 23:15:01 0 0.03 0.00 0.03 0.00 0.10 99.83 23:19:03 23:15:01 1 0.23 0.00 0.07 0.00 0.83 98.87 23:19:03 23:15:01 2 0.07 0.00 0.07 0.00 0.43 99.43 23:19:03 23:15:01 3 0.02 0.00 0.03 0.00 0.15 99.80 23:19:03 23:16:01 all 0.13 0.00 0.03 0.00 0.10 99.74 23:19:03 23:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 23:19:03 23:16:01 1 0.18 0.00 0.05 0.00 0.10 99.67 23:19:03 23:16:01 2 0.30 0.00 0.03 0.00 0.25 99.42 23:19:03 23:16:01 3 0.00 0.00 0.02 0.00 0.05 99.93 23:19:03 23:17:02 all 5.40 0.00 3.80 1.64 12.60 76.55 23:19:03 23:17:02 0 4.99 0.00 3.85 2.29 12.96 75.91 23:19:03 23:17:02 1 5.29 0.00 4.24 1.57 12.53 76.37 23:19:03 23:17:02 2 5.58 0.00 3.21 1.08 11.92 78.21 23:19:03 23:17:02 3 5.75 0.00 3.95 1.60 13.03 75.68 23:19:03 23:18:01 all 7.55 0.00 5.75 2.27 11.16 73.28 23:19:03 23:18:01 0 8.03 0.00 6.85 2.47 11.83 70.83 23:19:03 23:18:01 1 7.71 0.00 4.60 2.70 11.42 73.56 23:19:03 23:18:01 2 6.69 0.00 5.14 2.60 11.17 74.41 23:19:03 23:18:01 3 7.81 0.00 6.40 1.30 10.17 74.31 23:19:03 23:19:01 all 8.00 0.00 5.75 2.58 8.42 75.25 23:19:03 23:19:01 0 7.10 0.00 6.28 1.81 8.98 75.83 23:19:03 23:19:01 1 6.04 0.00 5.46 0.99 8.18 79.33 23:19:03 23:19:01 2 6.41 0.00 5.52 3.10 8.33 76.63 23:19:03 23:19:01 3 12.53 0.00 5.72 4.47 8.20 69.07 23:19:03 Average: all 3.65 0.00 2.25 1.35 3.99 88.77 23:19:03 Average: 0 3.50 0.00 2.51 1.50 4.22 88.27 23:19:03 Average: 1 3.47 0.00 2.04 1.01 4.00 89.47 23:19:03 Average: 2 3.53 0.00 2.21 1.51 3.96 88.79 23:19:03 Average: 3 4.08 0.00 2.24 1.36 3.79 88.53 23:19:03 23:19:03 23:19:03