Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-185 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 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 (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 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 # timeout=10 Commit message: "Merge pull request #400 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.35" > git rev-list --no-walk 1c8db893985ec302c648617d05600981d490690e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:19:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:19:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:19:03 ========================================================= 16:19:03 EdgeX Global Pipelines Version Info 16:19:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:19:05 ------------------- 16:19:05 stable info: 16:19:05 ------------------- 16:19:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:19:05 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 16:19:05 Message: update stable to v1.0.89 16:19:06 ------------------- 16:19:06 experimental info: 16:19:06 ------------------- 16:19:06 Commited By: **** collab-it+edgex@linuxfoundation.org 16:19:06 Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 16:19:06 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 16:19:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:19:08 16:19:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:19:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:19:09 latest: Pulling from edgex-devops/git-semver 16:19:09 9123ac7c32f7: Pulling fs layer 16:19:09 b8cc5d1170e3: Pulling fs layer 16:19:09 2924cbbf6a41: Pulling fs layer 16:19:09 93b08a4f1073: Pulling fs layer 16:19:09 93b08a4f1073: Waiting 16:19:09 b8cc5d1170e3: Verifying Checksum 16:19:09 b8cc5d1170e3: Download complete 16:19:09 9123ac7c32f7: Verifying Checksum 16:19:09 9123ac7c32f7: Download complete 16:19:09 93b08a4f1073: Verifying Checksum 16:19:09 93b08a4f1073: Download complete 16:19:09 2924cbbf6a41: Download complete 16:19:09 9123ac7c32f7: Pull complete 16:19:09 b8cc5d1170e3: Pull complete 16:19:10 2924cbbf6a41: Pull complete 16:19:10 93b08a4f1073: Pull complete 16:19:10 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 16:19:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:19:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:19:10 prd-centos7-docker-4c-2g-185 does not seem to be running inside a container 16:19:10 $ 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 16:19:12 $ docker top 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:19:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:19:13 [ssh-agent] Looking for ssh-agent implementation... 16:19:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:19:13 $ docker exec 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d ssh-agent 16:19:13 SSH_AUTH_SOCK=/tmp/ssh-rfyxJzgOhblS/agent.12 16:19:13 SSH_AGENT_PID=17 16:19:13 Running ssh-add (command line suppressed) 16:19:13 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1963425228451999749.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1963425228451999749.key) 16:19:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:19:13 + git describe --exact-match --tags HEAD 16:19:13 fatal: No names found, cannot describe anything. [Pipeline] } 16:19:13 $ docker exec --env ******** --env ******** 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d ssh-agent -k 16:19:14 unset SSH_AUTH_SOCK; 16:19:14 unset SSH_AGENT_PID; 16:19:14 echo Agent pid 17 killed; 16:19:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:19:14 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:19:14 This usually means this commit has not been tagged. [Pipeline] sshagent 16:19:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:19:14 [ssh-agent] Looking for ssh-agent implementation... 16:19:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:19:14 $ docker exec 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d ssh-agent 16:19:14 SSH_AUTH_SOCK=/tmp/ssh-eKa56bbvuff5/agent.46 16:19:14 SSH_AGENT_PID=51 16:19:14 Running ssh-add (command line suppressed) 16:19:14 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2919856833953010673.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2919856833953010673.key) 16:19:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:19:15 + git semver init 16:19:15 # -> Open(): unable to determine branch for HEAD 16:19:15 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:19:15 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:19:15 # $SEMVER_REMOTE_NAME = origin 16:19:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:19:15 # $SEMVER_USER_NAME = edgex-jenkins 16:19:15 # $SEMVER_BRANCH = master 16:19:15 # $SEMVER_TEMP = /tmp/semver-714037412 16:19:15 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:19:17 # '/tmp/semver-714037412' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 16:19:17 # -> Force: false 16:19:17 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:19:17 $ docker exec --env ******** --env ******** 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d ssh-agent -k 16:19:17 unset SSH_AUTH_SOCK; 16:19:17 unset SSH_AGENT_PID; 16:19:17 echo Agent pid 51 killed; 16:19:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:19:18 + git semver [Pipeline] } 16:19:18 $ docker stop --time=1 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d 16:19:19 $ docker rm -f 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:19:22 Stashed 130 file(s) [Pipeline] echo 16:19:22 [edgeXSemver] initialized semver on version 1.2.1-dev.7 [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 16:19:37 Still waiting to schedule task 16:19:37 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:19:37 Still waiting to schedule task 16:19:37 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:20:30 Running on prd-centos7-docker-4c-2g-187 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:20:30 Running in /w/workspace/app-functions-sdk-go/75 [Pipeline] { [Pipeline] checkout 16:20:32 using credential edgex-jenkins-ssh 16:20:32 Cloning the remote Git repository 16:20:32 Cloning with configured refspecs honoured and without tags 16:20:32 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:20:32 > git init /w/workspace/app-functions-sdk-go/75 # timeout=10 16:20:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:20:32 > git --version # timeout=10 16:20:32 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:20:33 Fetching without tags 16:20:34 Checking out Revision 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 (master) 16:20:33 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:20:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:20:33 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:20:33 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:20:33 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:20:34 > git config core.sparsecheckout # timeout=10 16:20:34 > git checkout -f 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 # timeout=10 16:20:37 Commit message: "Merge pull request #400 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.35" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:20:39 ========================================================= 16:20:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:20:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:20:40 + 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 . 16:20:40 Sending build context to Docker daemon 36.98MB 16:20:40 Step 1/8 : ARG BASE=golang:1.13-alpine 16:20:40 Step 2/8 : FROM ${BASE} 16:20:40 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:20:40 e6b0cf9c0882: Pulling fs layer 16:20:40 2848faf0eed1: Pulling fs layer 16:20:40 0f37312ad70f: Pulling fs layer 16:20:40 5788d62ee057: Pulling fs layer 16:20:40 0e6b1d234666: Pulling fs layer 16:20:40 bf5d7aec512f: Pulling fs layer 16:20:40 34c802a77dc8: Pulling fs layer 16:20:40 9eb99e56ec68: Pulling fs layer 16:20:40 27c7a5d97fbd: Pulling fs layer 16:20:40 5c102a31e300: Pulling fs layer 16:20:40 dcfb455df0a1: Pulling fs layer 16:20:40 5788d62ee057: Waiting 16:20:40 0e6b1d234666: Waiting 16:20:40 bf5d7aec512f: Waiting 16:20:40 34c802a77dc8: Waiting 16:20:40 27c7a5d97fbd: Waiting 16:20:40 9eb99e56ec68: Waiting 16:20:40 5c102a31e300: Waiting 16:20:40 dcfb455df0a1: Waiting 16:20:40 0f37312ad70f: Verifying Checksum 16:20:40 0f37312ad70f: Download complete 16:20:40 2848faf0eed1: Verifying Checksum 16:20:40 0e6b1d234666: Verifying Checksum 16:20:40 0e6b1d234666: Download complete 16:20:40 bf5d7aec512f: Verifying Checksum 16:20:40 bf5d7aec512f: Download complete 16:20:41 e6b0cf9c0882: Verifying Checksum 16:20:41 34c802a77dc8: Verifying Checksum 16:20:41 34c802a77dc8: Download complete 16:20:42 27c7a5d97fbd: Verifying Checksum 16:20:42 27c7a5d97fbd: Download complete 16:20:42 5c102a31e300: Verifying Checksum 16:20:42 5c102a31e300: Download complete 16:20:42 dcfb455df0a1: Verifying Checksum 16:20:42 dcfb455df0a1: Download complete 16:20:42 9eb99e56ec68: Verifying Checksum 16:20:42 9eb99e56ec68: Download complete 16:20:42 5788d62ee057: Verifying Checksum 16:20:42 5788d62ee057: Download complete 16:20:43 e6b0cf9c0882: Pull complete 16:20:43 2848faf0eed1: Pull complete 16:20:43 0f37312ad70f: Pull complete 16:20:49 5788d62ee057: Pull complete 16:20:49 0e6b1d234666: Pull complete 16:20:49 bf5d7aec512f: Pull complete 16:20:57 34c802a77dc8: Pull complete 16:20:59 9eb99e56ec68: Pull complete 16:20:59 27c7a5d97fbd: Pull complete 16:21:00 5c102a31e300: Pull complete 16:21:00 dcfb455df0a1: Pull complete 16:21:00 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 16:21:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:21:00 ---> 7c70fe431013 16:21:00 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:21:00 latest: Pulling from library/docker 16:21:00 df20fa9351a1: Pulling fs layer 16:21:00 25ad7478873d: Pulling fs layer 16:21:00 4684f6177b5d: Pulling fs layer 16:21:00 46e300cec669: Pulling fs layer 16:21:00 63038576ad94: Pulling fs layer 16:21:00 0fdb76c4706c: Pulling fs layer 16:21:00 cb7edeffdfd5: Pulling fs layer 16:21:00 63038576ad94: Waiting 16:21:00 0fdb76c4706c: Waiting 16:21:00 cb7edeffdfd5: Waiting 16:21:00 46e300cec669: Waiting 16:21:00 4684f6177b5d: Verifying Checksum 16:21:00 4684f6177b5d: Download complete 16:21:00 25ad7478873d: Verifying Checksum 16:21:00 25ad7478873d: Download complete 16:21:00 df20fa9351a1: Verifying Checksum 16:21:00 df20fa9351a1: Download complete 16:21:00 63038576ad94: Verifying Checksum 16:21:00 63038576ad94: Download complete 16:21:00 0fdb76c4706c: Verifying Checksum 16:21:00 0fdb76c4706c: Download complete 16:21:00 df20fa9351a1: Pull complete 16:21:00 cb7edeffdfd5: Download complete 16:21:01 25ad7478873d: Pull complete 16:21:01 4684f6177b5d: Pull complete 16:21:01 46e300cec669: Verifying Checksum 16:21:01 46e300cec669: Download complete 16:21:04 46e300cec669: Pull complete 16:21:04 63038576ad94: Pull complete 16:21:04 0fdb76c4706c: Pull complete 16:21:04 cb7edeffdfd5: Pull complete 16:21:04 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 16:21:04 Status: Downloaded newer image for docker:latest 16:21:06 ---> bdf90bdcdd7f 16:21:06 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:21:06 ---> Running in 67508d865936 16:21:06 Removing intermediate container 67508d865936 16:21:06 ---> 509cbcd59e8f 16:21:06 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:21:06 ---> Running in d709467a4023 16:21:07 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:21:08 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:21:08 (1/5) Installing libsodium (1.0.18-r0) 16:21:08 (2/5) Installing libzmq (4.3.2-r0) 16:21:08 (3/5) Installing pkgconf (1.6.3-r0) 16:21:08 (4/5) Installing libsodium-dev (1.0.18-r0) 16:21:08 (5/5) Installing zeromq-dev (4.3.2-r0) 16:21:08 Executing busybox-1.31.1-r8.trigger 16:21:08 OK: 145 MiB in 44 packages 16:21:09 Removing intermediate container d709467a4023 16:21:09 ---> 887fb02dc9fb 16:21:09 Step 6/8 : WORKDIR /build 16:21:09 ---> Running in c9db0720146b 16:21:09 Removing intermediate container c9db0720146b 16:21:09 ---> 9eace28d3dec 16:21:09 Step 7/8 : COPY go.mod . 16:21:09 ---> b43709bcda26 16:21:09 Step 8/8 : RUN go mod download 16:21:09 ---> Running in 2cf26b9d8d41 16:21:12 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:21:12 go: finding github.com/BurntSushi/toml v0.3.1 16:21:12 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:21:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:21:12 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:21:12 go: finding github.com/bgentry/speakeasy v0.1.0 16:21:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:21:12 go: finding github.com/davecgh/go-spew v1.1.1 16:21:12 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:21:12 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 16:21:12 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 16:21:12 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:21:12 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 16:21:12 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 16:21:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:21:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 16:21:12 go: finding github.com/fatih/color v1.7.0 16:21:12 go: finding github.com/fsnotify/fsnotify v1.4.7 16:21:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:21:12 go: finding github.com/go-kit/kit v0.8.0 16:21:12 go: finding github.com/go-logfmt/logfmt v0.4.0 16:21:12 go: finding github.com/go-redis/redis/v7 v7.2.0 16:21:12 go: finding github.com/go-stack/stack v1.8.0 16:21:12 go: finding github.com/golang/protobuf v1.3.2 16:21:12 go: finding github.com/gomodule/redigo v2.0.0+incompatible 16:21:12 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:21:12 go: finding github.com/google/uuid v1.1.1 16:21:12 go: finding github.com/gorilla/mux v1.7.4 16:21:12 go: finding github.com/hashicorp/consul/api v1.1.0 16:21:12 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:21:12 go: finding github.com/hashicorp/errwrap v1.0.0 16:21:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:21:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:21:12 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:21:12 go: finding github.com/hashicorp/go-multierror v1.0.0 16:21:12 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:21:12 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:21:12 go: finding github.com/hashicorp/go-syslog v1.0.0 16:21:12 go: finding github.com/hashicorp/go-uuid v1.0.1 16:21:12 go: finding github.com/hashicorp/go.net v0.0.1 16:21:12 go: finding github.com/hashicorp/golang-lru v0.5.0 16:21:13 go: finding github.com/hashicorp/logutils v1.0.0 16:21:13 go: finding github.com/hashicorp/mdns v1.0.0 16:21:13 go: finding github.com/hashicorp/memberlist v0.1.3 16:21:13 go: finding github.com/hashicorp/serf v0.8.2 16:21:13 go: finding github.com/hpcloud/tail v1.0.0 16:21:13 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:21:13 go: finding github.com/kr/pretty v0.1.0 16:21:13 go: finding github.com/kr/pty v1.1.1 16:21:13 go: finding github.com/kr/text v0.1.0 16:21:13 go: finding github.com/mattn/go-colorable v0.0.9 16:21:13 go: finding github.com/mattn/go-isatty v0.0.3 16:21:13 go: finding github.com/miekg/dns v1.0.14 16:21:13 go: finding github.com/mitchellh/cli v1.0.0 16:21:13 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:21:13 go: finding github.com/mitchellh/copystructure v1.0.0 16:21:13 go: finding github.com/mitchellh/go-homedir v1.0.0 16:21:13 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:21:13 go: finding github.com/mitchellh/gox v0.4.0 16:21:13 go: finding github.com/mitchellh/iochan v1.0.0 16:21:13 go: finding github.com/mitchellh/mapstructure v1.1.2 16:21:13 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:21:13 go: finding github.com/onsi/ginkgo v1.10.1 16:21:13 go: finding github.com/onsi/gomega v1.7.0 16:21:13 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:21:13 go: finding github.com/pebbe/zmq4 v1.0.0 16:21:13 go: finding github.com/pelletier/go-toml v1.2.0 16:21:13 go: finding github.com/pkg/errors v0.8.1 16:21:13 go: finding github.com/pmezard/go-difflib v1.0.0 16:21:13 go: finding github.com/posener/complete v1.1.1 16:21:13 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:21:13 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:21:13 go: finding github.com/stretchr/objx v0.2.0 16:21:13 go: finding github.com/stretchr/testify v1.6.1 16:21:13 go: finding github.com/ugorji/go v1.1.4 16:21:13 go: finding github.com/x448/float16 v0.8.4 16:21:13 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:21:13 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:21:13 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:21:13 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 16:21:13 go: finding golang.org/x/text v0.3.2 16:21:13 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:21:13 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 16:21:13 go: finding gopkg.in/fsnotify.v1 v1.4.7 16:21:13 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 16:21:13 go: finding gopkg.in/yaml.v2 v2.2.8 16:21:13 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:21:26 Removing intermediate container 2cf26b9d8d41 16:21:26 ---> 5f8b5d79d49c 16:21:26 Successfully built 5f8b5d79d49c 16:21:26 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 16:21:27 + docker inspect -f . ci-base-image-x86_64 16:21:27 . [Pipeline] withDockerContainer 16:21:27 prd-centos7-docker-4c-2g-187 does not seem to be running inside a container 16:21:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/75 -v /w/workspace/app-functions-sdk-go/75:/w/workspace/app-functions-sdk-go/75:rw,z -v /w/workspace/app-functions-sdk-go/75@tmp:/w/workspace/app-functions-sdk-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:21:27 $ docker top f1f0752805100ca2bfd4fd3d3b960bec6b461196aaa2988eef9d5581d906c8e4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:28 + go version 16:21:28 go version go1.13.5 linux/amd64 [Pipeline] sh 16:21:28 + make test 16:21:28 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:21:29 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:21:35 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.166s coverage: 86.2% of statements 16:21:45 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.031s coverage: 51.6% of statements 16:21:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:21:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:21:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.019s coverage: 54.0% of statements 16:21:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:21:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.258s coverage: 69.1% of statements 16:22:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.476s coverage: 73.4% of statements 16:22:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 16:22:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.010s coverage: 100.0% of statements 16:22:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.087s coverage: 100.0% of statements 16:22:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.004s coverage: 100.0% of statements 16:22:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 16:22:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:22:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:22:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:22:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:22:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:22:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:22:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:22:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements 16:22:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:22:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:22:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 16:22:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.687s coverage: 78.0% of statements 16:22:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.086s coverage: 81.1% of statements 16:22:15 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.357s coverage: 71.5% of statements 16:22:15 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.004s coverage: 100.0% of statements 16:22:15 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:22:17 gofmt -l . 16:22:17 [ "`gofmt -l .`" = "" ] 16:22:17 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:22:18 Stashed 1 file(s) [Pipeline] } 16:22:18 $ docker stop --time=1 f1f0752805100ca2bfd4fd3d3b960bec6b461196aaa2988eef9d5581d906c8e4 16:22:19 $ docker rm -f f1f0752805100ca2bfd4fd3d3b960bec6b461196aaa2988eef9d5581d906c8e4 [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] } 16:23:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-189 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:23:15 Running in /w/workspace/app-functions-sdk-go/75 [Pipeline] { [Pipeline] checkout 16:23:20 using credential edgex-jenkins-ssh 16:23:20 Cloning the remote Git repository 16:23:20 Cloning with configured refspecs honoured and without tags 16:23:20 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:23:20 > git init /w/workspace/app-functions-sdk-go/75 # timeout=10 16:23:20 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:23:20 > git --version # timeout=10 16:23:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:23:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:23:23 Fetching without tags 16:23:24 Checking out Revision 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 (master) 16:23:23 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:23:23 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:23:23 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:23:23 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:23:23 using GIT_SSH to set credentials SSH Credentials for GitHub 16:23:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:23:24 > git config core.sparsecheckout # timeout=10 16:23:24 > git checkout -f 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 # timeout=10 16:23:28 Commit message: "Merge pull request #400 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.35" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:23:31 ========================================================= 16:23:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:23:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:23:32 + 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 . 16:23:34 Sending build context to Docker daemon 36.98MB 16:23:34 Step 1/8 : ARG BASE=golang:1.13-alpine 16:23:34 Step 2/8 : FROM ${BASE} 16:23:34 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:23:34 cde5963f3b93: Pulling fs layer 16:23:34 2a23fa8c16f7: Pulling fs layer 16:23:34 777b28850792: Pulling fs layer 16:23:34 8a11ddd9e578: Pulling fs layer 16:23:34 4cf88f913ddb: Pulling fs layer 16:23:34 1df406cf5192: Pulling fs layer 16:23:34 cd6300453558: Pulling fs layer 16:23:34 b9c365052c96: Pulling fs layer 16:23:34 a2d8cc88f415: Pulling fs layer 16:23:34 ea1d1ca13537: Pulling fs layer 16:23:34 3750a50a1c5e: Pulling fs layer 16:23:34 8a11ddd9e578: Waiting 16:23:34 4cf88f913ddb: Waiting 16:23:34 1df406cf5192: Waiting 16:23:34 cd6300453558: Waiting 16:23:34 b9c365052c96: Waiting 16:23:34 a2d8cc88f415: Waiting 16:23:34 ea1d1ca13537: Waiting 16:23:34 3750a50a1c5e: Waiting 16:23:34 777b28850792: Verifying Checksum 16:23:34 777b28850792: Download complete 16:23:34 2a23fa8c16f7: Verifying Checksum 16:23:34 2a23fa8c16f7: Download complete 16:23:34 4cf88f913ddb: Download complete 16:23:34 1df406cf5192: Download complete 16:23:34 cde5963f3b93: Verifying Checksum 16:23:34 cde5963f3b93: Download complete 16:23:35 cde5963f3b93: Pull complete 16:23:36 2a23fa8c16f7: Pull complete 16:23:36 777b28850792: Pull complete 16:23:38 cd6300453558: Verifying Checksum 16:23:38 cd6300453558: Download complete 16:23:38 a2d8cc88f415: Verifying Checksum 16:23:38 a2d8cc88f415: Download complete 16:23:40 ea1d1ca13537: Verifying Checksum 16:23:40 ea1d1ca13537: Download complete 16:23:40 3750a50a1c5e: Verifying Checksum 16:23:40 3750a50a1c5e: Download complete 16:23:41 b9c365052c96: Verifying Checksum 16:23:41 b9c365052c96: Download complete 16:23:42 8a11ddd9e578: Verifying Checksum 16:23:42 8a11ddd9e578: Download complete 16:23:57 8a11ddd9e578: Pull complete 16:23:57 4cf88f913ddb: Pull complete 16:23:57 1df406cf5192: Pull complete 16:24:00 cd6300453558: Pull complete 16:24:06 b9c365052c96: Pull complete 16:24:06 a2d8cc88f415: Pull complete 16:24:08 ea1d1ca13537: Pull complete 16:24:08 3750a50a1c5e: Pull complete 16:24:08 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 16:24:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:24:08 ---> 78745c68409d 16:24:08 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:24:08 latest: Pulling from library/docker 16:24:08 b538f80385f9: Pulling fs layer 16:24:08 259a493cd78d: Pulling fs layer 16:24:08 b8e66b5100f5: Pulling fs layer 16:24:08 39dc9c94d07c: Pulling fs layer 16:24:08 551b823b3b82: Pulling fs layer 16:24:08 3c52a74df98c: Pulling fs layer 16:24:08 6c9b121b6998: Pulling fs layer 16:24:08 551b823b3b82: Waiting 16:24:08 39dc9c94d07c: Waiting 16:24:08 3c52a74df98c: Waiting 16:24:08 6c9b121b6998: Waiting 16:24:08 b8e66b5100f5: Verifying Checksum 16:24:08 b8e66b5100f5: Download complete 16:24:08 259a493cd78d: Verifying Checksum 16:24:08 259a493cd78d: Download complete 16:24:08 b538f80385f9: Verifying Checksum 16:24:08 b538f80385f9: Download complete 16:24:08 551b823b3b82: Verifying Checksum 16:24:08 551b823b3b82: Download complete 16:24:09 3c52a74df98c: Verifying Checksum 16:24:09 3c52a74df98c: Download complete 16:24:09 6c9b121b6998: Verifying Checksum 16:24:09 6c9b121b6998: Download complete 16:24:09 b538f80385f9: Pull complete 16:24:10 39dc9c94d07c: Download complete 16:24:10 259a493cd78d: Pull complete 16:24:10 b8e66b5100f5: Pull complete 16:24:14 39dc9c94d07c: Pull complete 16:24:14 551b823b3b82: Pull complete 16:24:14 3c52a74df98c: Pull complete 16:24:14 6c9b121b6998: Pull complete 16:24:15 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 16:24:15 Status: Downloaded newer image for docker:latest 16:24:23 ---> 4007528173f6 16:24:23 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:24:23 ---> Running in e384473389e4 16:24:23 Removing intermediate container e384473389e4 16:24:23 ---> 4ad55ea1b332 16:24:23 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:24:23 ---> Running in 11291384ae62 16:24:25 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:24:26 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:24:26 (1/5) Installing libsodium (1.0.18-r0) 16:24:26 (2/5) Installing libzmq (4.3.2-r0) 16:24:26 (3/5) Installing pkgconf (1.6.3-r0) 16:24:26 (4/5) Installing libsodium-dev (1.0.18-r0) 16:24:27 (5/5) Installing zeromq-dev (4.3.2-r0) 16:24:27 Executing busybox-1.31.1-r8.trigger 16:24:27 OK: 127 MiB in 44 packages 16:24:28 Removing intermediate container 11291384ae62 16:24:28 ---> 1fb353b5a0ed 16:24:28 Step 6/8 : WORKDIR /build 16:24:28 ---> Running in 9811fcab6006 16:24:28 Removing intermediate container 9811fcab6006 16:24:28 ---> 4017e4700363 16:24:28 Step 7/8 : COPY go.mod . 16:24:29 ---> 9b8024a5a27d 16:24:29 Step 8/8 : RUN go mod download 16:24:29 ---> Running in 4b61ea803045 16:24:33 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:24:33 go: finding github.com/BurntSushi/toml v0.3.1 16:24:33 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:24:33 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:24:33 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:24:33 go: finding github.com/bgentry/speakeasy v0.1.0 16:24:33 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:24:33 go: finding github.com/davecgh/go-spew v1.1.1 16:24:33 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:24:33 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 16:24:33 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 16:24:33 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:24:33 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 16:24:33 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 16:24:33 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:24:33 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 16:24:33 go: finding github.com/fatih/color v1.7.0 16:24:33 go: finding github.com/fsnotify/fsnotify v1.4.7 16:24:33 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:24:33 go: finding github.com/go-kit/kit v0.8.0 16:24:33 go: finding github.com/go-logfmt/logfmt v0.4.0 16:24:33 go: finding github.com/go-redis/redis/v7 v7.2.0 16:24:33 go: finding github.com/go-stack/stack v1.8.0 16:24:33 go: finding github.com/golang/protobuf v1.3.2 16:24:33 go: finding github.com/gomodule/redigo v2.0.0+incompatible 16:24:33 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:24:33 go: finding github.com/google/uuid v1.1.1 16:24:33 go: finding github.com/gorilla/mux v1.7.4 16:24:33 go: finding github.com/hashicorp/consul/api v1.1.0 16:24:33 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:24:33 go: finding github.com/hashicorp/errwrap v1.0.0 16:24:33 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:24:33 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:24:33 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:24:33 go: finding github.com/hashicorp/go-multierror v1.0.0 16:24:33 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:24:33 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:24:33 go: finding github.com/hashicorp/go-syslog v1.0.0 16:24:33 go: finding github.com/hashicorp/go-uuid v1.0.1 16:24:33 go: finding github.com/hashicorp/go.net v0.0.1 16:24:33 go: finding github.com/hashicorp/golang-lru v0.5.0 16:24:33 go: finding github.com/hashicorp/logutils v1.0.0 16:24:33 go: finding github.com/hashicorp/mdns v1.0.0 16:24:33 go: finding github.com/hashicorp/memberlist v0.1.3 16:24:33 go: finding github.com/hashicorp/serf v0.8.2 16:24:33 go: finding github.com/hpcloud/tail v1.0.0 16:24:33 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:24:33 go: finding github.com/kr/pretty v0.1.0 16:24:33 go: finding github.com/kr/pty v1.1.1 16:24:33 go: finding github.com/kr/text v0.1.0 16:24:33 go: finding github.com/mattn/go-colorable v0.0.9 16:24:33 go: finding github.com/mattn/go-isatty v0.0.3 16:24:33 go: finding github.com/miekg/dns v1.0.14 16:24:34 go: finding github.com/mitchellh/cli v1.0.0 16:24:34 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:24:34 go: finding github.com/mitchellh/copystructure v1.0.0 16:24:34 go: finding github.com/mitchellh/go-homedir v1.0.0 16:24:34 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:24:34 go: finding github.com/mitchellh/gox v0.4.0 16:24:34 go: finding github.com/mitchellh/iochan v1.0.0 16:24:34 go: finding github.com/mitchellh/mapstructure v1.1.2 16:24:34 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:24:34 go: finding github.com/onsi/ginkgo v1.10.1 16:24:34 go: finding github.com/onsi/gomega v1.7.0 16:24:34 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:24:34 go: finding github.com/pebbe/zmq4 v1.0.0 16:24:34 go: finding github.com/pelletier/go-toml v1.2.0 16:24:34 go: finding github.com/pkg/errors v0.8.1 16:24:34 go: finding github.com/pmezard/go-difflib v1.0.0 16:24:34 go: finding github.com/posener/complete v1.1.1 16:24:34 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:24:34 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:24:34 go: finding github.com/stretchr/objx v0.2.0 16:24:34 go: finding github.com/stretchr/testify v1.6.1 16:24:34 go: finding github.com/ugorji/go v1.1.4 16:24:34 go: finding github.com/x448/float16 v0.8.4 16:24:34 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:24:34 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:24:34 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:24:34 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 16:24:34 go: finding golang.org/x/text v0.3.2 16:24:34 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:24:34 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 16:24:34 go: finding gopkg.in/fsnotify.v1 v1.4.7 16:24:34 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 16:24:34 go: finding gopkg.in/yaml.v2 v2.2.8 16:24:34 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:24:50 Removing intermediate container 4b61ea803045 16:24:50 ---> c9853e283d1a 16:24:50 Successfully built c9853e283d1a 16:24:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:24:50 + docker inspect -f . ci-base-image-arm64 16:24:50 . [Pipeline] withDockerContainer 16:24:51 prd-ubuntu18.04-docker-arm64-4c-16g-189 does not seem to be running inside a container 16:24:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/75 -v /w/workspace/app-functions-sdk-go/75:/w/workspace/app-functions-sdk-go/75:rw,z -v /w/workspace/app-functions-sdk-go/75@tmp:/w/workspace/app-functions-sdk-go/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:24:53 $ docker top 2fef2cf52602ffdecceb0448ca70968c29f1d06a3095ff9560b71699021b2e94 -eo pid,comm [Pipeline] { [Pipeline] sh 16:24:54 + go version 16:24:54 go version go1.13.5 linux/arm64 [Pipeline] sh 16:24:55 + make test 16:24:55 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:24:56 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:25:19 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.100s coverage: 86.2% of statements 16:25:41 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.051s coverage: 51.6% of statements 16:25:41 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:25:41 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:25:41 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.073s coverage: 54.0% of statements 16:25:41 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:25:41 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.307s coverage: 69.1% of statements 16:25:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.654s coverage: 73.4% of statements 16:25:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.025s coverage: 89.5% of statements 16:25:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.019s coverage: 100.0% of statements 16:25:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.086s coverage: 100.0% of statements 16:25:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.028s coverage: 100.0% of statements 16:25:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.018s coverage: 100.0% of statements 16:25:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:25:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:25:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:25:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:25:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:25:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:25:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:25:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.016s coverage: 97.7% of statements 16:25:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:25:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:25:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 16:25:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.773s coverage: 78.0% of statements 16:25:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.106s coverage: 81.1% of statements 16:26:17 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.735s coverage: 71.5% of statements 16:26:17 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.019s coverage: 100.0% of statements 16:26:17 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:26:25 gofmt -l . 16:26:25 [ "`gofmt -l .`" = "" ] 16:26:25 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:26:26 Warning: overwriting stash ‘coverage-report’ 16:26:26 Stashed 1 file(s) [Pipeline] } 16:26:26 $ docker stop --time=1 2fef2cf52602ffdecceb0448ca70968c29f1d06a3095ff9560b71699021b2e94 16:26:29 $ docker rm -f 2fef2cf52602ffdecceb0448ca70968c29f1d06a3095ff9560b71699021b2e94 [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 16:26:31 provisioning config files... 16:26:31 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2403956726684997025tmp [Pipeline] { [Pipeline] sh 16:26:31 + curl -s https://codecov.io/bash 16:26:31 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2403956726684997025tmp [Pipeline] } 16:26:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:26:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:26:32 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:26:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:26:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:26:32 16:26:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:26:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:26:33 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:26:33 cbdbe7a5bc2a: Pulling fs layer 16:26:33 408f87550127: Pulling fs layer 16:26:33 fe522b08c979: Pulling fs layer 16:26:33 221eaa008020: Pulling fs layer 16:26:33 2a4607e5d6b9: Pulling fs layer 16:26:33 8f79b27c4fd2: Pulling fs layer 16:26:33 e5c8dbe1645b: Pulling fs layer 16:26:33 23e8b3b47431: Pulling fs layer 16:26:33 5c568d65a230: Pulling fs layer 16:26:33 221eaa008020: Waiting 16:26:33 2a4607e5d6b9: Waiting 16:26:33 8f79b27c4fd2: Waiting 16:26:33 e5c8dbe1645b: Waiting 16:26:33 23e8b3b47431: Waiting 16:26:33 5c568d65a230: Waiting 16:26:33 fe522b08c979: Verifying Checksum 16:26:33 fe522b08c979: Download complete 16:26:33 408f87550127: Verifying Checksum 16:26:33 408f87550127: Download complete 16:26:33 2a4607e5d6b9: Verifying Checksum 16:26:33 2a4607e5d6b9: Download complete 16:26:33 8f79b27c4fd2: Verifying Checksum 16:26:33 8f79b27c4fd2: Download complete 16:26:33 cbdbe7a5bc2a: Verifying Checksum 16:26:33 cbdbe7a5bc2a: Download complete 16:26:33 e5c8dbe1645b: Verifying Checksum 16:26:33 e5c8dbe1645b: Download complete 16:26:33 cbdbe7a5bc2a: Pull complete 16:26:34 408f87550127: Pull complete 16:26:34 fe522b08c979: Pull complete 16:26:34 23e8b3b47431: Verifying Checksum 16:26:34 23e8b3b47431: Download complete 16:26:34 5c568d65a230: Verifying Checksum 16:26:34 5c568d65a230: Download complete 16:26:35 221eaa008020: Verifying Checksum 16:26:35 221eaa008020: Download complete 16:26:40 221eaa008020: Pull complete 16:26:40 2a4607e5d6b9: Pull complete 16:26:40 8f79b27c4fd2: Pull complete 16:26:43 e5c8dbe1645b: Pull complete 16:26:46 23e8b3b47431: Pull complete 16:26:47 5c568d65a230: Pull complete 16:26:47 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:26:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:26:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:26:47 prd-centos7-docker-4c-2g-185 does not seem to be running inside a container 16:26:47 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 16:26:48 $ docker top ff9a88e14a69bc4ebfd9cb898c7caa1d3139a673d3a990d1bfafd2dbba96896c -eo pid,comm [Pipeline] { [Pipeline] sh 16:26:49 + snyk monitor '--org=edgex-jenkins' 16:26:54 16:26:54 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 16:26:54 16:26:54 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/6d3b3b0f-8f8a-4fb3-826d-104fe90bec62 16:26:54 16:26:54 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:26:54 16:26:54 [Pipeline] } 16:26:54 $ docker stop --time=1 ff9a88e14a69bc4ebfd9cb898c7caa1d3139a673d3a990d1bfafd2dbba96896c 16:26:57 $ docker rm -f ff9a88e14a69bc4ebfd9cb898c7caa1d3139a673d3a990d1bfafd2dbba96896c [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 16:26:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:26:59 . [Pipeline] withDockerContainer 16:26:59 prd-centos7-docker-4c-2g-185 does not seem to be running inside a container 16:26:59 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:27:00 $ docker top 7245eb82badc42bbac6fe9c18822905f7758b6f30b0279c31db4ae5b0eacf845 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:27:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:27:00 [ssh-agent] Looking for ssh-agent implementation... 16:27:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:27:00 $ docker exec 7245eb82badc42bbac6fe9c18822905f7758b6f30b0279c31db4ae5b0eacf845 ssh-agent 16:27:01 SSH_AUTH_SOCK=/tmp/ssh-xqZtAbVZZ31K/agent.12 16:27:01 SSH_AGENT_PID=17 16:27:01 Running ssh-add (command line suppressed) 16:27:01 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4882660047572392982.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4882660047572392982.key) 16:27:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:27:01 + git semver tag 16:27:01 # -> Open(): unable to determine branch for HEAD 16:27:01 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:27:01 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:27:01 # $SEMVER_REMOTE_NAME = origin 16:27:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:27:01 # $SEMVER_USER_NAME = edgex-jenkins 16:27:01 # $SEMVER_BRANCH = master 16:27:01 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:27:01 # 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 HEAD 16:27:01 # -> Force: false 16:27:01 # b1bb01f9f0ac77c06eb31d63bce9b6083ee5c56f refs/tags/v1.2.1-dev.7 [Pipeline] } 16:27:01 $ docker exec --env ******** --env ******** 7245eb82badc42bbac6fe9c18822905f7758b6f30b0279c31db4ae5b0eacf845 ssh-agent -k 16:27:01 unset SSH_AUTH_SOCK; 16:27:01 unset SSH_AGENT_PID; 16:27:01 echo Agent pid 17 killed; 16:27:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:27:02 + git semver [Pipeline] } 16:27:02 $ docker stop --time=1 7245eb82badc42bbac6fe9c18822905f7758b6f30b0279c31db4ae5b0eacf845 16:27:03 $ docker rm -f 7245eb82badc42bbac6fe9c18822905f7758b6f30b0279c31db4ae5b0eacf845 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:27:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:27:04 16:27:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:27:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:27:04 0.23.1-centos7: Pulling from edgex-lftools 16:27:04 ab5ef0e58194: Pulling fs layer 16:27:04 9712f1f96733: Pulling fs layer 16:27:04 63f879dbbcfc: Pulling fs layer 16:27:04 0d9ebad4ef96: Pulling fs layer 16:27:04 e9a5061849ea: Pulling fs layer 16:27:04 d747dcd14b5f: Pulling fs layer 16:27:04 2de7ff778b66: Pulling fs layer 16:27:04 e9a5061849ea: Waiting 16:27:04 2de7ff778b66: Waiting 16:27:04 d747dcd14b5f: Waiting 16:27:04 0d9ebad4ef96: Waiting 16:27:04 9712f1f96733: Download complete 16:27:05 63f879dbbcfc: Verifying Checksum 16:27:05 63f879dbbcfc: Download complete 16:27:05 e9a5061849ea: Verifying Checksum 16:27:05 e9a5061849ea: Download complete 16:27:05 d747dcd14b5f: Verifying Checksum 16:27:05 d747dcd14b5f: Download complete 16:27:05 0d9ebad4ef96: Download complete 16:27:05 ab5ef0e58194: Verifying Checksum 16:27:05 ab5ef0e58194: Download complete 16:27:05 2de7ff778b66: Verifying Checksum 16:27:05 2de7ff778b66: Download complete 16:27:10 ab5ef0e58194: Pull complete 16:27:10 9712f1f96733: Pull complete 16:27:12 63f879dbbcfc: Pull complete 16:27:19 0d9ebad4ef96: Pull complete 16:27:19 e9a5061849ea: Pull complete 16:27:19 d747dcd14b5f: Pull complete 16:27:24 2de7ff778b66: Pull complete 16:27:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:27:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:27:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:27:24 prd-centos7-docker-4c-2g-185 does not seem to be running inside a container 16:27:24 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:27:26 $ docker top 397b6e31f51346f66325b80e767184530c969e629222bb0c70911849a4fbae44 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:27:26 provisioning config files... 16:27:26 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1228042695171762640tmp 16:27:26 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7402762429443284015tmp 16:27:27 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config184169291473465114tmp [Pipeline] { [Pipeline] echo 16:27:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:27:27 ---> sigul-configuration.sh 16:27:27 gpg: directory `/root/.gnupg' created 16:27:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:27:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:27:27 gpg: keyring `/root/.gnupg/secring.gpg' created 16:27:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:27:27 gpg: CAST5 encrypted data 16:27:27 gpg: encrypted with 1 passphrase 16:27:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:27:27 + mkdir /home/jenkins 16:27:27 + mkdir /home/jenkins/sigul [Pipeline] sh 16:27:28 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 16:27:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:27:28 ---> sigul-install.sh 16:27:33 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:27:34 + git tag --list 16:27:34 v1.2.1-dev.7 [Pipeline] sh 16:27:34 + lftools sign git-tag v1.2.1-dev.7 16:27:36 Signing Git tag with Sigul... 16:27:36 Signing v1.2.1-dev.7 [Pipeline] echo 16:27:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:27:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:27:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:27:37 $ docker stop --time=1 397b6e31f51346f66325b80e767184530c969e629222bb0c70911849a4fbae44 16:27:39 $ docker rm -f 397b6e31f51346f66325b80e767184530c969e629222bb0c70911849a4fbae44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:27:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:27:40 . [Pipeline] withDockerContainer 16:27:40 prd-centos7-docker-4c-2g-185 does not seem to be running inside a container 16:27:40 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:27:40 $ docker top 3acf663badda198212568875472fa48720316b44af567f6ef7d4a6cbb22ec084 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:27:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:27:41 [ssh-agent] Looking for ssh-agent implementation... 16:27:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:27:41 $ docker exec 3acf663badda198212568875472fa48720316b44af567f6ef7d4a6cbb22ec084 ssh-agent 16:27:41 SSH_AUTH_SOCK=/tmp/ssh-tmVOEpKIJcri/agent.11 16:27:41 SSH_AGENT_PID=17 16:27:41 Running ssh-add (command line suppressed) 16:27:41 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2966493325625981588.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2966493325625981588.key) 16:27:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:27:41 + git semver bump pre 16:27:41 # -> Open(): unable to determine branch for HEAD 16:27:41 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:27:41 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:27:41 # $SEMVER_REMOTE_NAME = origin 16:27:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:27:41 # $SEMVER_USER_NAME = edgex-jenkins 16:27:41 # $SEMVER_BRANCH = master 16:27:41 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:27:41 1.2.1-dev.8 [Pipeline] } 16:27:42 $ docker exec --env ******** --env ******** 3acf663badda198212568875472fa48720316b44af567f6ef7d4a6cbb22ec084 ssh-agent -k 16:27:42 unset SSH_AUTH_SOCK; 16:27:42 unset SSH_AGENT_PID; 16:27:42 echo Agent pid 17 killed; 16:27:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:27:42 + git semver [Pipeline] } 16:27:42 $ docker stop --time=1 3acf663badda198212568875472fa48720316b44af567f6ef7d4a6cbb22ec084 16:27:43 $ docker rm -f 3acf663badda198212568875472fa48720316b44af567f6ef7d4a6cbb22ec084 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:27:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:27:44 . [Pipeline] withDockerContainer 16:27:44 prd-centos7-docker-4c-2g-185 does not seem to be running inside a container 16:27:44 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:27:45 $ docker top 30aa34b2a21baa07a3cb42ecb05040834f13e3a311e925f458eb071826c21da0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:27:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:27:45 [ssh-agent] Looking for ssh-agent implementation... 16:27:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:27:45 $ docker exec 30aa34b2a21baa07a3cb42ecb05040834f13e3a311e925f458eb071826c21da0 ssh-agent 16:27:46 SSH_AUTH_SOCK=/tmp/ssh-bkfUB9wvKooy/agent.12 16:27:46 SSH_AGENT_PID=17 16:27:46 Running ssh-add (command line suppressed) 16:27:46 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3782643302687818497.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3782643302687818497.key) 16:27:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:27:46 + git semver push 16:27:46 # -> Open(): unable to determine branch for HEAD 16:27:46 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:27:46 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:27:46 # $SEMVER_REMOTE_NAME = origin 16:27:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:27:46 # $SEMVER_USER_NAME = edgex-jenkins 16:27:46 # $SEMVER_BRANCH = master 16:27:46 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:27:53 $ docker exec --env ******** --env ******** 30aa34b2a21baa07a3cb42ecb05040834f13e3a311e925f458eb071826c21da0 ssh-agent -k 16:27:53 unset SSH_AUTH_SOCK; 16:27:53 unset SSH_AGENT_PID; 16:27:53 echo Agent pid 17 killed; 16:27:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:27:53 + git semver [Pipeline] } 16:27:53 $ docker stop --time=1 30aa34b2a21baa07a3cb42ecb05040834f13e3a311e925f458eb071826c21da0 16:27:55 $ docker rm -f 30aa34b2a21baa07a3cb42ecb05040834f13e3a311e925f458eb071826c21da0 [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 16:27:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:27:56 ---> package-listing.sh 16:27:56 ++ facter osfamily 16:27:56 ++ tr '[:upper:]' '[:lower:]' 16:27:56 + OS_FAMILY=redhat 16:27:56 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 16:27:56 + START_PACKAGES=/tmp/packages_start.txt 16:27:56 + END_PACKAGES=/tmp/packages_end.txt 16:27:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:27:56 + PACKAGES=/tmp/packages_start.txt 16:27:56 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:27:56 + PACKAGES=/tmp/packages_end.txt 16:27:56 + case "${OS_FAMILY}" in 16:27:56 + rpm -qa 16:27:56 + sort 16:28:00 + '[' -f /tmp/packages_start.txt ']' 16:28:00 + '[' -f /tmp/packages_end.txt ']' 16:28:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:28:00 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:28:00 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 16:28:00 + 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 16:28:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:28:01 16:28:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:28:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:28:01 alpine: Pulling from edgex-lftools-log-publisher 16:28:01 c9b1b535fdd9: Pulling fs layer 16:28:01 2cc5ad85d9ab: Pulling fs layer 16:28:01 756a868c4378: Pulling fs layer 16:28:01 444b2fc9a129: Pulling fs layer 16:28:01 ea15f1150254: Pulling fs layer 16:28:01 41b27a9f41bf: Pulling fs layer 16:28:01 28c525ee5125: Pulling fs layer 16:28:01 094b1ea09ed8: Pulling fs layer 16:28:01 138eaada9080: Pulling fs layer 16:28:01 0622d0fa9048: Pulling fs layer 16:28:01 ea15f1150254: Waiting 16:28:01 41b27a9f41bf: Waiting 16:28:01 28c525ee5125: Waiting 16:28:01 094b1ea09ed8: Waiting 16:28:01 138eaada9080: Waiting 16:28:01 0622d0fa9048: Waiting 16:28:01 444b2fc9a129: Waiting 16:28:01 2cc5ad85d9ab: Download complete 16:28:01 444b2fc9a129: Verifying Checksum 16:28:01 444b2fc9a129: Download complete 16:28:02 ea15f1150254: Verifying Checksum 16:28:02 ea15f1150254: Download complete 16:28:02 c9b1b535fdd9: Verifying Checksum 16:28:02 28c525ee5125: Verifying Checksum 16:28:02 28c525ee5125: Download complete 16:28:02 756a868c4378: Verifying Checksum 16:28:02 756a868c4378: Download complete 16:28:02 c9b1b535fdd9: Pull complete 16:28:02 094b1ea09ed8: Verifying Checksum 16:28:02 094b1ea09ed8: Download complete 16:28:02 0622d0fa9048: Download complete 16:28:02 138eaada9080: Verifying Checksum 16:28:02 138eaada9080: Download complete 16:28:03 41b27a9f41bf: Verifying Checksum 16:28:03 41b27a9f41bf: Download complete 16:28:03 2cc5ad85d9ab: Pull complete 16:28:04 756a868c4378: Pull complete 16:28:05 444b2fc9a129: Pull complete 16:28:05 ea15f1150254: Pull complete 16:28:08 41b27a9f41bf: Pull complete 16:28:08 28c525ee5125: Pull complete 16:28:12 094b1ea09ed8: Pull complete 16:28:12 138eaada9080: Pull complete 16:28:12 0622d0fa9048: Pull complete 16:28:12 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:28:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:28:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:28:12 prd-centos7-docker-4c-2g-185 does not seem to be running inside a container 16:28:12 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:28:15 $ docker top 72daa7480cfba434810f452cbd517c2581162b3236eac82671f16cfc127b1e0f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:28:15 provisioning config files... 16:28:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5289686348457599587tmp [Pipeline] { [Pipeline] echo 16:28:15 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:28:15 ---> create-netrc.sh [Pipeline] echo 16:28:15 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:28:16 ---> logs-deploy.sh 16:28:16 + ARCHIVE_ARTIFACTS= 16:28:16 + LOGS_SERVER=https://logs.edgexfoundry.org 16:28:16 + '[' https://logs.edgexfoundry.org == None ']' 16:28:16 + NEXUS_URL=https://nexus.edgexfoundry.org 16:28:16 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/75 16:28:16 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/75/ 16:28:16 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/75 /w/workspace/ndry_app-functions-sdk-go_master 16:28:17 Archives upload complete. 16:28:17 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/75 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/75/