Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from aceb24cef6d482b079ee6328f01d7d2766dd808c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 [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-7918 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 aceb24cef6d482b079ee6328f01d7d2766dd808c (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 aceb24cef6d482b079ee6328f01d7d2766dd808c # timeout=10 Commit message: "build: Updated to latest go-mod-core-contract for bug fix (#364)" > git rev-list --no-walk 2c4cbffe10a0d09bfbe679fb680918d3d34391a2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:24:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:24:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:24:26 ========================================================= 21:24:26 EdgeX Global Pipelines Version Info 21:24:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:24:28 ------------------- 21:24:28 stable info: 21:24:28 ------------------- 21:24:28 Commited By: Emilio Reyes emilio.reyes@intel.com 21:24:28 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 21:24:28 Message: update stable to v1.0.87 21:24:29 ------------------- 21:24:29 experimental info: 21:24:29 ------------------- 21:24:29 Commited By: **** collab-it+edgex@linuxfoundation.org 21:24:29 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 21:24:29 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:24:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:24:32 21:24:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:24:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:24:32 latest: Pulling from edgex-devops/git-semver 21:24:32 9123ac7c32f7: Pulling fs layer 21:24:32 b8cc5d1170e3: Pulling fs layer 21:24:32 2924cbbf6a41: Pulling fs layer 21:24:32 93b08a4f1073: Pulling fs layer 21:24:32 93b08a4f1073: Waiting 21:24:32 b8cc5d1170e3: Download complete 21:24:32 9123ac7c32f7: Verifying Checksum 21:24:32 9123ac7c32f7: Download complete 21:24:33 2924cbbf6a41: Verifying Checksum 21:24:33 2924cbbf6a41: Download complete 21:24:33 93b08a4f1073: Verifying Checksum 21:24:33 93b08a4f1073: Download complete 21:24:33 9123ac7c32f7: Pull complete 21:24:33 b8cc5d1170e3: Pull complete 21:24:34 2924cbbf6a41: Pull complete 21:24:34 93b08a4f1073: Pull complete 21:24:34 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 21:24:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:24:34 prd-centos7-docker-4c-2g-7918 does not seem to be running inside a container 21:24:34 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:24:35 $ docker top 40dd7cc7cf1454f63aa86e8ecc845f574a4736d8ae02afd53c12ff4e4f346e3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:24:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:24:36 [ssh-agent] Looking for ssh-agent implementation... 21:24:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:24:36 $ docker exec 40dd7cc7cf1454f63aa86e8ecc845f574a4736d8ae02afd53c12ff4e4f346e3a ssh-agent 21:24:36 SSH_AUTH_SOCK=/tmp/ssh-XMRKzfp3TUiw/agent.15 21:24:36 SSH_AGENT_PID=22 21:24:36 Running ssh-add (command line suppressed) 21:24:36 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8040239467315454187.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8040239467315454187.key) 21:24:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:24:37 + git describe --exact-match --tags HEAD 21:24:37 fatal: No names found, cannot describe anything. [Pipeline] } 21:24:37 $ docker exec --env ******** --env ******** 40dd7cc7cf1454f63aa86e8ecc845f574a4736d8ae02afd53c12ff4e4f346e3a ssh-agent -k 21:24:37 unset SSH_AUTH_SOCK; 21:24:37 unset SSH_AGENT_PID; 21:24:37 echo Agent pid 22 killed; 21:24:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:24:37 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:24:37 This usually means this commit has not been tagged. [Pipeline] sshagent 21:24:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:24:37 [ssh-agent] Looking for ssh-agent implementation... 21:24:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:24:38 $ docker exec 40dd7cc7cf1454f63aa86e8ecc845f574a4736d8ae02afd53c12ff4e4f346e3a ssh-agent 21:24:38 SSH_AUTH_SOCK=/tmp/ssh-X2yY5ryhF9il/agent.58 21:24:38 SSH_AGENT_PID=64 21:24:38 Running ssh-add (command line suppressed) 21:24:38 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_827355629341570054.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_827355629341570054.key) 21:24:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:24:39 + git semver init 21:24:39 # -> Open(): unable to determine branch for HEAD 21:24:39 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:24:39 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:24:39 # $SEMVER_REMOTE_NAME = origin 21:24:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:24:39 # $SEMVER_USER_NAME = edgex-jenkins 21:24:39 # $SEMVER_BRANCH = master 21:24:39 # $SEMVER_TEMP = /tmp/semver-386275210 21:24:39 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 21:24:46 # '/tmp/semver-386275210' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 21:24:46 # -> Force: false 21:24:46 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 21:24:46 $ docker exec --env ******** --env ******** 40dd7cc7cf1454f63aa86e8ecc845f574a4736d8ae02afd53c12ff4e4f346e3a ssh-agent -k 21:24:46 unset SSH_AUTH_SOCK; 21:24:46 unset SSH_AGENT_PID; 21:24:46 echo Agent pid 64 killed; 21:24:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:24:47 + git semver [Pipeline] } 21:24:47 $ docker stop --time=1 40dd7cc7cf1454f63aa86e8ecc845f574a4736d8ae02afd53c12ff4e4f346e3a 21:24:48 $ docker rm -f 40dd7cc7cf1454f63aa86e8ecc845f574a4736d8ae02afd53c12ff4e4f346e3a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:24:52 Stashed 116 file(s) [Pipeline] echo 21:24:52 [edgeXSemver] initialized semver on version 1.0.1-dev.47 [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 21:25:08 Still waiting to schedule task 21:25:08 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:25:08 Still waiting to schedule task 21:25:08 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:27:22 Running on prd-centos7-docker-4c-2g-7919 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 21:27:22 Running in /w/workspace/app-functions-sdk-go/58 [Pipeline] { [Pipeline] checkout 21:27:24 using credential edgex-jenkins-ssh 21:27:24 Cloning the remote Git repository 21:27:24 Cloning with configured refspecs honoured and without tags 21:27:24 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:27:24 > git init /w/workspace/app-functions-sdk-go/58 # timeout=10 21:27:25 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:27:25 > git --version # timeout=10 21:27:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:27:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:27:26 Fetching without tags 21:27:26 Checking out Revision aceb24cef6d482b079ee6328f01d7d2766dd808c (master) 21:27:26 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:27:26 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:27:26 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:27:26 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:27:26 using GIT_SSH to set credentials SSH Credentials for GitHub 21:27:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:27:26 > git config core.sparsecheckout # timeout=10 21:27:26 > git checkout -f aceb24cef6d482b079ee6328f01d7d2766dd808c # timeout=10 21:27:30 Commit message: "build: Updated to latest go-mod-core-contract for bug fix (#364)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:27:32 ========================================================= 21:27:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 21:27:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:27:32 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 21:27:33 Sending build context to Docker daemon 36.93MB 21:27:33 Step 1/8 : ARG BASE=golang:1.13-alpine 21:27:33 Step 2/8 : FROM ${BASE} 21:27:33 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 21:27:33 e6b0cf9c0882: Pulling fs layer 21:27:33 2848faf0eed1: Pulling fs layer 21:27:33 0f37312ad70f: Pulling fs layer 21:27:33 5788d62ee057: Pulling fs layer 21:27:33 0e6b1d234666: Pulling fs layer 21:27:33 bf5d7aec512f: Pulling fs layer 21:27:33 34c802a77dc8: Pulling fs layer 21:27:33 9eb99e56ec68: Pulling fs layer 21:27:33 27c7a5d97fbd: Pulling fs layer 21:27:33 5c102a31e300: Pulling fs layer 21:27:33 dcfb455df0a1: Pulling fs layer 21:27:33 34c802a77dc8: Waiting 21:27:33 9eb99e56ec68: Waiting 21:27:33 27c7a5d97fbd: Waiting 21:27:33 5788d62ee057: Waiting 21:27:33 dcfb455df0a1: Waiting 21:27:33 bf5d7aec512f: Waiting 21:27:33 5c102a31e300: Waiting 21:27:33 0f37312ad70f: Verifying Checksum 21:27:33 0f37312ad70f: Download complete 21:27:33 2848faf0eed1: Download complete 21:27:33 0e6b1d234666: Verifying Checksum 21:27:33 0e6b1d234666: Download complete 21:27:33 bf5d7aec512f: Verifying Checksum 21:27:33 bf5d7aec512f: Download complete 21:27:33 e6b0cf9c0882: Verifying Checksum 21:27:34 34c802a77dc8: Verifying Checksum 21:27:34 34c802a77dc8: Download complete 21:27:34 27c7a5d97fbd: Download complete 21:27:35 e6b0cf9c0882: Pull complete 21:27:35 5788d62ee057: Verifying Checksum 21:27:35 5788d62ee057: Download complete 21:27:35 9eb99e56ec68: Verifying Checksum 21:27:35 9eb99e56ec68: Download complete 21:27:35 5c102a31e300: Verifying Checksum 21:27:35 5c102a31e300: Download complete 21:27:35 dcfb455df0a1: Verifying Checksum 21:27:35 dcfb455df0a1: Download complete 21:27:36 2848faf0eed1: Pull complete 21:27:36 0f37312ad70f: Pull complete 21:27:41 5788d62ee057: Pull complete 21:27:41 0e6b1d234666: Pull complete 21:27:41 bf5d7aec512f: Pull complete 21:27:48 34c802a77dc8: Pull complete 21:27:51 9eb99e56ec68: Pull complete 21:27:51 27c7a5d97fbd: Pull complete 21:27:52 5c102a31e300: Pull complete 21:27:52 dcfb455df0a1: Pull complete 21:27:52 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 21:27:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 21:27:52 ---> 7c70fe431013 21:27:52 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:27:52 latest: Pulling from library/docker 21:27:52 cbdbe7a5bc2a: Pulling fs layer 21:27:52 6f4c731d6eb3: Pulling fs layer 21:27:52 5d79d4ac3cd0: Pulling fs layer 21:27:52 65de10866d6a: Pulling fs layer 21:27:52 ffd69ed7f17f: Pulling fs layer 21:27:52 07ba9e5a2fa6: Pulling fs layer 21:27:52 75478c283dd2: Pulling fs layer 21:27:52 ffd69ed7f17f: Waiting 21:27:52 07ba9e5a2fa6: Waiting 21:27:52 75478c283dd2: Waiting 21:27:52 65de10866d6a: Waiting 21:27:52 5d79d4ac3cd0: Verifying Checksum 21:27:52 5d79d4ac3cd0: Download complete 21:27:52 6f4c731d6eb3: Verifying Checksum 21:27:52 6f4c731d6eb3: Download complete 21:27:52 cbdbe7a5bc2a: Download complete 21:27:53 ffd69ed7f17f: Verifying Checksum 21:27:53 ffd69ed7f17f: Download complete 21:27:53 07ba9e5a2fa6: Verifying Checksum 21:27:53 07ba9e5a2fa6: Download complete 21:27:53 cbdbe7a5bc2a: Pull complete 21:27:53 75478c283dd2: Verifying Checksum 21:27:53 75478c283dd2: Download complete 21:27:53 65de10866d6a: Verifying Checksum 21:27:53 65de10866d6a: Download complete 21:27:54 6f4c731d6eb3: Pull complete 21:27:54 5d79d4ac3cd0: Pull complete 21:27:57 65de10866d6a: Pull complete 21:27:57 ffd69ed7f17f: Pull complete 21:27:57 07ba9e5a2fa6: Pull complete 21:27:57 75478c283dd2: Pull complete 21:27:57 Digest: sha256:8c119115801ae96e1f55b2ccb69cc84537c79eea057a00f363df0196f3d09fd4 21:27:57 Status: Downloaded newer image for docker:latest 21:27:59 ---> a9e4a0ada3d8 21:27:59 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:27:59 ---> Running in 54c449da6832 21:27:59 Removing intermediate container 54c449da6832 21:27:59 ---> 4658bd3d5d37 21:27:59 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:27:59 ---> Running in 9c8c7845da2b 21:28:00 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 21:28:01 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 21:28:02 (1/5) Installing libsodium (1.0.18-r0) 21:28:02 (2/5) Installing libzmq (4.3.2-r0) 21:28:02 (3/5) Installing pkgconf (1.6.3-r0) 21:28:02 (4/5) Installing libsodium-dev (1.0.18-r0) 21:28:02 (5/5) Installing zeromq-dev (4.3.2-r0) 21:28:02 Executing busybox-1.31.1-r8.trigger 21:28:02 OK: 145 MiB in 44 packages 21:28:02 Removing intermediate container 9c8c7845da2b 21:28:02 ---> 82bd6f440128 21:28:02 Step 6/8 : WORKDIR /build 21:28:03 ---> Running in c6a1a96f77d4 21:28:03 Removing intermediate container c6a1a96f77d4 21:28:03 ---> 5e53ede759b5 21:28:03 Step 7/8 : COPY go.mod . 21:28:03 ---> bdbe85eb884a 21:28:03 Step 8/8 : RUN go mod download 21:28:03 ---> Running in cc85e51bab7a 21:28:05 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:28:05 go: finding github.com/BurntSushi/toml v0.3.1 21:28:05 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:28:05 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:28:05 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:28:05 go: finding github.com/bgentry/speakeasy v0.1.0 21:28:05 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:28:05 go: finding github.com/davecgh/go-spew v1.1.1 21:28:05 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:28:05 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:28:05 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 21:28:05 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:28:05 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:28:05 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 21:28:05 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:28:05 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:28:05 go: finding github.com/fatih/color v1.7.0 21:28:05 go: finding github.com/fsnotify/fsnotify v1.4.7 21:28:05 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:28:05 go: finding github.com/go-kit/kit v0.8.0 21:28:05 go: finding github.com/go-logfmt/logfmt v0.4.0 21:28:05 go: finding github.com/go-redis/redis/v7 v7.2.0 21:28:05 go: finding github.com/go-stack/stack v1.8.0 21:28:05 go: finding github.com/golang/protobuf v1.3.2 21:28:05 go: finding github.com/golang/snappy v0.0.1 21:28:05 go: finding github.com/gomodule/redigo v2.0.0+incompatible 21:28:05 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:28:05 go: finding github.com/google/go-cmp v0.4.0 21:28:05 go: finding github.com/google/uuid v1.1.1 21:28:05 go: finding github.com/gorilla/mux v1.7.4 21:28:05 go: finding github.com/hashicorp/consul/api v1.1.0 21:28:05 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:28:05 go: finding github.com/hashicorp/errwrap v1.0.0 21:28:05 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:28:05 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:28:05 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:28:05 go: finding github.com/hashicorp/go-multierror v1.0.0 21:28:05 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:28:05 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:28:05 go: finding github.com/hashicorp/go-syslog v1.0.0 21:28:05 go: finding github.com/hashicorp/go-uuid v1.0.1 21:28:05 go: finding github.com/hashicorp/go.net v0.0.1 21:28:05 go: finding github.com/hashicorp/golang-lru v0.5.0 21:28:05 go: finding github.com/hashicorp/logutils v1.0.0 21:28:05 go: finding github.com/hashicorp/mdns v1.0.0 21:28:05 go: finding github.com/hashicorp/memberlist v0.1.3 21:28:05 go: finding github.com/hashicorp/serf v0.8.2 21:28:05 go: finding github.com/hpcloud/tail v1.0.0 21:28:05 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:28:05 go: finding github.com/kr/pretty v0.1.0 21:28:05 go: finding github.com/kr/pty v1.1.1 21:28:05 go: finding github.com/kr/text v0.1.0 21:28:05 go: finding github.com/mattn/go-colorable v0.0.9 21:28:05 go: finding github.com/mattn/go-isatty v0.0.3 21:28:05 go: finding github.com/miekg/dns v1.0.14 21:28:05 go: finding github.com/mitchellh/cli v1.0.0 21:28:05 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:28:05 go: finding github.com/mitchellh/copystructure v1.0.0 21:28:05 go: finding github.com/mitchellh/go-homedir v1.0.0 21:28:05 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:28:05 go: finding github.com/mitchellh/gox v0.4.0 21:28:05 go: finding github.com/mitchellh/iochan v1.0.0 21:28:05 go: finding github.com/mitchellh/mapstructure v1.1.2 21:28:05 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:28:05 go: finding github.com/onsi/ginkgo v1.10.1 21:28:05 go: finding github.com/onsi/gomega v1.7.0 21:28:05 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:28:05 go: finding github.com/pebbe/zmq4 v1.0.0 21:28:05 go: finding github.com/pelletier/go-toml v1.2.0 21:28:05 go: finding github.com/pkg/errors v0.8.1 21:28:05 go: finding github.com/pmezard/go-difflib v1.0.0 21:28:06 go: finding github.com/posener/complete v1.1.1 21:28:06 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:28:06 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:28:06 go: finding github.com/stretchr/objx v0.2.0 21:28:06 go: finding github.com/stretchr/testify v1.5.1 21:28:06 go: finding github.com/tidwall/pretty v1.0.1 21:28:06 go: finding github.com/ugorji/go v1.1.4 21:28:06 go: finding github.com/x448/float16 v0.8.4 21:28:06 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:28:06 go: finding github.com/xdg/stringprep v1.0.0 21:28:06 go: finding go.mongodb.org/mongo-driver v1.1.1 21:28:06 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:28:06 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:28:06 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:28:06 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 21:28:06 go: finding golang.org/x/text v0.3.2 21:28:06 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 21:28:06 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 21:28:06 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 21:28:06 go: finding gopkg.in/fsnotify.v1 v1.4.7 21:28:06 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 21:28:06 go: finding gopkg.in/yaml.v2 v2.2.8 21:28:18 Removing intermediate container cc85e51bab7a 21:28:18 ---> 142bc196036a 21:28:18 Successfully built 142bc196036a 21:28:18 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 21:28:18 + docker inspect -f . ci-base-image-x86_64 21:28:18 . [Pipeline] withDockerContainer 21:28:19 prd-centos7-docker-4c-2g-7919 does not seem to be running inside a container 21:28:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/58 -v /w/workspace/app-functions-sdk-go/58:/w/workspace/app-functions-sdk-go/58:rw,z -v /w/workspace/app-functions-sdk-go/58@tmp:/w/workspace/app-functions-sdk-go/58@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 21:28:19 $ docker top 16a05adc13afbfd9d6bb471f7090fb608a28a8b877b7b540d835c898fc9851bf -eo pid,comm [Pipeline] { [Pipeline] sh 21:28:21 + go version 21:28:21 go version go1.13.5 linux/amd64 [Pipeline] sh 21:28:21 + make test 21:28:21 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:28:23 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 21:28:30 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.065s coverage: 86.2% of statements 21:28:45 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.022s coverage: 49.9% of statements 21:28:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 21:28:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 21:28:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.038s coverage: 56.7% of statements 21:28:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 21:28:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 1.272s coverage: 69.1% of statements 21:29:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.497s coverage: 73.4% of statements 21:29:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.027s coverage: 89.5% of statements 21:29:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 21:29:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.095s coverage: 100.0% of statements 21:29:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 21:29:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 21:29:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 21:29:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 21:29:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 21:29:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 21:29:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 21:29:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 21:29:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 21:29:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 21:29:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 21:29:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.007s coverage: 97.7% of statements 21:29:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 21:29:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 21:29:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 21:29:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.809s coverage: 78.0% of statements 21:29:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.235s coverage: 81.1% of statements 21:29:00 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/endpoint [no test files] 21:29:14 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.327s coverage: 70.2% of statements 21:29:14 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/urlclient [no test files] 21:29:14 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 100.0% of statements 21:29:14 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:29:17 gofmt -l . 21:29:17 [ "`gofmt -l .`" = "" ] 21:29:17 ./bin/test-go-mod-tidy.sh [Pipeline] stash 21:29:18 Stashed 1 file(s) [Pipeline] } 21:29:18 $ docker stop --time=1 16a05adc13afbfd9d6bb471f7090fb608a28a8b877b7b540d835c898fc9851bf 21:29:19 $ docker rm -f 16a05adc13afbfd9d6bb471f7090fb608a28a8b877b7b540d835c898fc9851bf [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] } 21:29:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7921 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 21:29:58 Running in /w/workspace/app-functions-sdk-go/58 [Pipeline] { [Pipeline] checkout 21:30:04 using credential edgex-jenkins-ssh 21:30:04 Cloning the remote Git repository 21:30:04 Cloning with configured refspecs honoured and without tags 21:30:04 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:30:04 > git init /w/workspace/app-functions-sdk-go/58 # timeout=10 21:30:04 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:30:04 > git --version # timeout=10 21:30:04 using GIT_SSH to set credentials SSH Credentials for GitHub 21:30:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:30:08 Fetching without tags 21:30:08 Checking out Revision aceb24cef6d482b079ee6328f01d7d2766dd808c (master) 21:30:07 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:30:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:30:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:30:08 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:30:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:30:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:30:08 > git config core.sparsecheckout # timeout=10 21:30:08 > git checkout -f aceb24cef6d482b079ee6328f01d7d2766dd808c # timeout=10 21:30:13 Commit message: "build: Updated to latest go-mod-core-contract for bug fix (#364)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:30:17 ========================================================= 21:30:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 21:30:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:30:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 21:30:19 Sending build context to Docker daemon 36.93MB 21:30:19 Step 1/8 : ARG BASE=golang:1.13-alpine 21:30:19 Step 2/8 : FROM ${BASE} 21:30:19 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:30:19 cde5963f3b93: Pulling fs layer 21:30:19 2a23fa8c16f7: Pulling fs layer 21:30:19 777b28850792: Pulling fs layer 21:30:19 8a11ddd9e578: Pulling fs layer 21:30:19 4cf88f913ddb: Pulling fs layer 21:30:19 1df406cf5192: Pulling fs layer 21:30:19 cd6300453558: Pulling fs layer 21:30:19 b9c365052c96: Pulling fs layer 21:30:19 a2d8cc88f415: Pulling fs layer 21:30:19 ea1d1ca13537: Pulling fs layer 21:30:19 3750a50a1c5e: Pulling fs layer 21:30:19 8a11ddd9e578: Waiting 21:30:19 4cf88f913ddb: Waiting 21:30:19 1df406cf5192: Waiting 21:30:19 cd6300453558: Waiting 21:30:19 a2d8cc88f415: Waiting 21:30:19 3750a50a1c5e: Waiting 21:30:19 ea1d1ca13537: Waiting 21:30:19 b9c365052c96: Waiting 21:30:19 777b28850792: Verifying Checksum 21:30:19 777b28850792: Download complete 21:30:19 2a23fa8c16f7: Verifying Checksum 21:30:19 2a23fa8c16f7: Download complete 21:30:19 4cf88f913ddb: Download complete 21:30:19 1df406cf5192: Verifying Checksum 21:30:19 1df406cf5192: Download complete 21:30:20 cde5963f3b93: Verifying Checksum 21:30:20 cde5963f3b93: Download complete 21:30:21 cde5963f3b93: Pull complete 21:30:21 2a23fa8c16f7: Pull complete 21:30:21 777b28850792: Pull complete 21:30:24 cd6300453558: Verifying Checksum 21:30:24 cd6300453558: Download complete 21:30:24 a2d8cc88f415: Verifying Checksum 21:30:24 a2d8cc88f415: Download complete 21:30:26 ea1d1ca13537: Verifying Checksum 21:30:26 ea1d1ca13537: Download complete 21:30:26 3750a50a1c5e: Verifying Checksum 21:30:26 3750a50a1c5e: Download complete 21:30:29 b9c365052c96: Verifying Checksum 21:30:29 b9c365052c96: Download complete 21:30:31 8a11ddd9e578: Download complete 21:30:43 8a11ddd9e578: Pull complete 21:30:43 4cf88f913ddb: Pull complete 21:30:43 1df406cf5192: Pull complete 21:30:48 cd6300453558: Pull complete 21:30:52 b9c365052c96: Pull complete 21:30:52 a2d8cc88f415: Pull complete 21:30:55 ea1d1ca13537: Pull complete 21:30:55 3750a50a1c5e: Pull complete 21:30:55 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 21:30:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 21:30:55 ---> 78745c68409d 21:30:55 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:30:55 latest: Pulling from library/docker 21:30:55 29e5d40040c1: Pulling fs layer 21:30:55 3be38edc41e1: Pulling fs layer 21:30:55 fe3afb04d599: Pulling fs layer 21:30:55 59b74c254a8a: Pulling fs layer 21:30:55 9eee44a9dabb: Pulling fs layer 21:30:55 ae4d1ef7be7c: Pulling fs layer 21:30:55 8486642a619f: Pulling fs layer 21:30:55 9eee44a9dabb: Waiting 21:30:55 ae4d1ef7be7c: Waiting 21:30:55 8486642a619f: Waiting 21:30:55 59b74c254a8a: Waiting 21:30:55 fe3afb04d599: Verifying Checksum 21:30:55 fe3afb04d599: Download complete 21:30:56 3be38edc41e1: Verifying Checksum 21:30:56 3be38edc41e1: Download complete 21:30:56 29e5d40040c1: Verifying Checksum 21:30:56 29e5d40040c1: Download complete 21:30:56 9eee44a9dabb: Verifying Checksum 21:30:56 9eee44a9dabb: Download complete 21:30:56 ae4d1ef7be7c: Verifying Checksum 21:30:56 ae4d1ef7be7c: Download complete 21:30:56 8486642a619f: Verifying Checksum 21:30:56 8486642a619f: Download complete 21:30:57 29e5d40040c1: Pull complete 21:30:57 3be38edc41e1: Pull complete 21:30:57 fe3afb04d599: Pull complete 21:31:02 59b74c254a8a: Verifying Checksum 21:31:02 59b74c254a8a: Download complete 21:31:05 59b74c254a8a: Pull complete 21:31:05 9eee44a9dabb: Pull complete 21:31:05 ae4d1ef7be7c: Pull complete 21:31:05 8486642a619f: Pull complete 21:31:05 Digest: sha256:8c119115801ae96e1f55b2ccb69cc84537c79eea057a00f363df0196f3d09fd4 21:31:05 Status: Downloaded newer image for docker:latest 21:31:12 ---> 496e3cdfde6d 21:31:12 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:31:12 ---> Running in 929e8b6df82f 21:31:12 Removing intermediate container 929e8b6df82f 21:31:12 ---> 601c31ca1a45 21:31:12 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:31:13 ---> Running in 6f7014cca3a1 21:31:14 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 21:31:15 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 21:31:16 (1/5) Installing libsodium (1.0.18-r0) 21:31:16 (2/5) Installing libzmq (4.3.2-r0) 21:31:16 (3/5) Installing pkgconf (1.6.3-r0) 21:31:16 (4/5) Installing libsodium-dev (1.0.18-r0) 21:31:17 (5/5) Installing zeromq-dev (4.3.2-r0) 21:31:17 Executing busybox-1.31.1-r8.trigger 21:31:17 OK: 127 MiB in 44 packages 21:31:19 Removing intermediate container 6f7014cca3a1 21:31:19 ---> ce24d2c15e02 21:31:19 Step 6/8 : WORKDIR /build 21:31:19 ---> Running in 41b1170c0ff8 21:31:19 Removing intermediate container 41b1170c0ff8 21:31:19 ---> c7214198168f 21:31:19 Step 7/8 : COPY go.mod . 21:31:20 ---> 507abd09737e 21:31:20 Step 8/8 : RUN go mod download 21:31:20 ---> Running in b65ede1614b5 21:31:22 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:31:22 go: finding github.com/BurntSushi/toml v0.3.1 21:31:22 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:31:22 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:31:22 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:31:22 go: finding github.com/bgentry/speakeasy v0.1.0 21:31:22 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:31:22 go: finding github.com/davecgh/go-spew v1.1.1 21:31:22 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:31:22 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:31:22 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 21:31:22 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:31:22 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:31:22 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 21:31:22 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:31:22 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:31:22 go: finding github.com/fatih/color v1.7.0 21:31:22 go: finding github.com/fsnotify/fsnotify v1.4.7 21:31:22 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:31:22 go: finding github.com/go-kit/kit v0.8.0 21:31:22 go: finding github.com/go-logfmt/logfmt v0.4.0 21:31:22 go: finding github.com/go-redis/redis/v7 v7.2.0 21:31:22 go: finding github.com/go-stack/stack v1.8.0 21:31:22 go: finding github.com/golang/protobuf v1.3.2 21:31:22 go: finding github.com/golang/snappy v0.0.1 21:31:22 go: finding github.com/gomodule/redigo v2.0.0+incompatible 21:31:22 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:31:22 go: finding github.com/google/go-cmp v0.4.0 21:31:22 go: finding github.com/google/uuid v1.1.1 21:31:22 go: finding github.com/gorilla/mux v1.7.4 21:31:22 go: finding github.com/hashicorp/consul/api v1.1.0 21:31:22 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:31:22 go: finding github.com/hashicorp/errwrap v1.0.0 21:31:22 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:31:22 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:31:22 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:31:22 go: finding github.com/hashicorp/go-multierror v1.0.0 21:31:23 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:31:23 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:31:23 go: finding github.com/hashicorp/go-syslog v1.0.0 21:31:23 go: finding github.com/hashicorp/go-uuid v1.0.1 21:31:23 go: finding github.com/hashicorp/go.net v0.0.1 21:31:23 go: finding github.com/hashicorp/golang-lru v0.5.0 21:31:23 go: finding github.com/hashicorp/logutils v1.0.0 21:31:23 go: finding github.com/hashicorp/mdns v1.0.0 21:31:23 go: finding github.com/hashicorp/memberlist v0.1.3 21:31:23 go: finding github.com/hashicorp/serf v0.8.2 21:31:23 go: finding github.com/hpcloud/tail v1.0.0 21:31:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:31:23 go: finding github.com/kr/pretty v0.1.0 21:31:23 go: finding github.com/kr/pty v1.1.1 21:31:23 go: finding github.com/kr/text v0.1.0 21:31:23 go: finding github.com/mattn/go-colorable v0.0.9 21:31:23 go: finding github.com/mattn/go-isatty v0.0.3 21:31:23 go: finding github.com/miekg/dns v1.0.14 21:31:23 go: finding github.com/mitchellh/cli v1.0.0 21:31:23 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:31:23 go: finding github.com/mitchellh/copystructure v1.0.0 21:31:23 go: finding github.com/mitchellh/go-homedir v1.0.0 21:31:23 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:31:23 go: finding github.com/mitchellh/gox v0.4.0 21:31:23 go: finding github.com/mitchellh/iochan v1.0.0 21:31:23 go: finding github.com/mitchellh/mapstructure v1.1.2 21:31:23 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:31:23 go: finding github.com/onsi/ginkgo v1.10.1 21:31:23 go: finding github.com/onsi/gomega v1.7.0 21:31:23 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:31:23 go: finding github.com/pebbe/zmq4 v1.0.0 21:31:23 go: finding github.com/pelletier/go-toml v1.2.0 21:31:23 go: finding github.com/pkg/errors v0.8.1 21:31:23 go: finding github.com/pmezard/go-difflib v1.0.0 21:31:23 go: finding github.com/posener/complete v1.1.1 21:31:23 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:31:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:31:23 go: finding github.com/stretchr/objx v0.2.0 21:31:23 go: finding github.com/stretchr/testify v1.5.1 21:31:23 go: finding github.com/tidwall/pretty v1.0.1 21:31:23 go: finding github.com/ugorji/go v1.1.4 21:31:23 go: finding github.com/x448/float16 v0.8.4 21:31:23 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:31:23 go: finding github.com/xdg/stringprep v1.0.0 21:31:23 go: finding go.mongodb.org/mongo-driver v1.1.1 21:31:23 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:31:23 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:31:23 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:31:23 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 21:31:23 go: finding golang.org/x/text v0.3.2 21:31:23 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 21:31:23 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 21:31:23 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 21:31:23 go: finding gopkg.in/fsnotify.v1 v1.4.7 21:31:23 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 21:31:23 go: finding gopkg.in/yaml.v2 v2.2.8 21:31:41 Removing intermediate container b65ede1614b5 21:31:41 ---> 0920960de79a 21:31:41 Successfully built 0920960de79a 21:31:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:31:42 + docker inspect -f . ci-base-image-arm64 21:31:42 . [Pipeline] withDockerContainer 21:31:43 prd-ubuntu18.04-docker-arm64-4c-16g-7921 does not seem to be running inside a container 21:31:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/58 -v /w/workspace/app-functions-sdk-go/58:/w/workspace/app-functions-sdk-go/58:rw,z -v /w/workspace/app-functions-sdk-go/58@tmp:/w/workspace/app-functions-sdk-go/58@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 21:31:44 $ docker top c8749c8d18a98fc3e5b1e9904489f0854164cc394f46aac8b2cc62f8ab3cb5a8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:31:45 + go version 21:31:45 go version go1.13.5 linux/arm64 [Pipeline] sh 21:31:46 + make test 21:31:46 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:31:47 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 21:32:10 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.086s coverage: 86.2% of statements 21:32:48 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.066s coverage: 49.9% of statements 21:32:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 21:32:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 21:32:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.050s coverage: 56.7% of statements 21:32:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 21:32:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.401s coverage: 69.1% of statements 21:32:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.566s coverage: 73.4% of statements 21:32:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.022s coverage: 89.5% of statements 21:32:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.034s coverage: 100.0% of statements 21:32:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.102s coverage: 100.0% of statements 21:32:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.014s coverage: 100.0% of statements 21:32:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.020s coverage: 100.0% of statements 21:32:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 21:32:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 21:32:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 21:32:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 21:32:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 21:32:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 21:32:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 21:32:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.016s coverage: 96.6% of statements 21:32:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 21:32:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.017s coverage: 97.7% of statements 21:32:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 21:32:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 21:32:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 21:32:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.753s coverage: 78.0% of statements 21:32:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.090s coverage: 81.1% of statements 21:32:59 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/endpoint [no test files] 21:33:21 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.492s coverage: 70.2% of statements 21:33:21 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/urlclient [no test files] 21:33:21 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.016s coverage: 100.0% of statements 21:33:21 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:33:32 gofmt -l . 21:33:32 [ "`gofmt -l .`" = "" ] 21:33:32 ./bin/test-go-mod-tidy.sh [Pipeline] stash 21:33:32 Warning: overwriting stash ‘coverage-report’ 21:33:33 Stashed 1 file(s) [Pipeline] } 21:33:33 $ docker stop --time=1 c8749c8d18a98fc3e5b1e9904489f0854164cc394f46aac8b2cc62f8ab3cb5a8 21:33:35 $ docker rm -f c8749c8d18a98fc3e5b1e9904489f0854164cc394f46aac8b2cc62f8ab3cb5a8 [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 21:33:37 provisioning config files... 21:33:37 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4418533079240237691tmp [Pipeline] { [Pipeline] sh 21:33:38 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4418533079240237691tmp 21:33:38 + curl -s https://codecov.io/bash 21:33:38 21:33:38 _____ _ 21:33:38 / ____| | | 21:33:38 | | ___ __| | ___ ___ _____ __ 21:33:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:33:38 | |___| (_) | (_| | __/ (_| (_) \ V / 21:33:38 \_____\___/ \__,_|\___|\___\___/ \_/ 21:33:38 Bash-tbd 21:33:38 21:33:38 21:33:38 ==> Jenkins CI detected. 21:33:38 project root: . 21:33:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:33:38 ==> Running gcov in . (disable via -X gcov) 21:33:38 ==> Python coveragepy not found 21:33:38 ==> Searching for coverage reports in: 21:33:38 + . 21:33:38 -> Found 1 reports 21:33:38 ==> Detecting git/mercurial file structure 21:33:38 ==> Reading reports 21:33:38 + ./coverage.out bytes=76485 21:33:38 ==> Appending adjustments 21:33:38 http://docs.codecov.io/docs/fixing-reports 21:33:39 + Found adjustments 21:33:39 ==> Gzipping contents 21:33:39 ==> Uploading reports 21:33:39 url: https://codecov.io 21:33:39 query: branch=master&commit=aceb24cef6d482b079ee6328f01d7d2766dd808c&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F58%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job= 21:33:39 -> Pinging Codecov 21:33:39 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=aceb24cef6d482b079ee6328f01d7d2766dd808c&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F58%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job= 21:33:39 -> Uploading 21:33:39 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/aceb24cef6d482b079ee6328f01d7d2766dd808c [Pipeline] } 21:33:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:33:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 21:33:40 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 21:33:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:33:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 21:33:40 21:33:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 21:33:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 21:33:41 1.217.3: Pulling from edgex-devops/edgex-snyk-go 21:33:41 cbdbe7a5bc2a: Pulling fs layer 21:33:41 408f87550127: Pulling fs layer 21:33:41 fe522b08c979: Pulling fs layer 21:33:41 221eaa008020: Pulling fs layer 21:33:41 2a4607e5d6b9: Pulling fs layer 21:33:41 95d3c3421fef: Pulling fs layer 21:33:41 2fec7dd152b6: Pulling fs layer 21:33:41 d65e43aa86fe: Pulling fs layer 21:33:41 10a7cc25405e: Pulling fs layer 21:33:41 221eaa008020: Waiting 21:33:41 2a4607e5d6b9: Waiting 21:33:41 95d3c3421fef: Waiting 21:33:41 2fec7dd152b6: Waiting 21:33:41 d65e43aa86fe: Waiting 21:33:41 10a7cc25405e: Waiting 21:33:41 fe522b08c979: Verifying Checksum 21:33:41 fe522b08c979: Download complete 21:33:41 408f87550127: Verifying Checksum 21:33:41 408f87550127: Download complete 21:33:41 2a4607e5d6b9: Verifying Checksum 21:33:41 2a4607e5d6b9: Download complete 21:33:41 95d3c3421fef: Download complete 21:33:41 cbdbe7a5bc2a: Verifying Checksum 21:33:41 cbdbe7a5bc2a: Download complete 21:33:42 cbdbe7a5bc2a: Pull complete 21:33:42 2fec7dd152b6: Verifying Checksum 21:33:42 2fec7dd152b6: Download complete 21:33:42 408f87550127: Pull complete 21:33:43 d65e43aa86fe: Verifying Checksum 21:33:43 d65e43aa86fe: Download complete 21:33:43 fe522b08c979: Pull complete 21:33:43 10a7cc25405e: Verifying Checksum 21:33:43 10a7cc25405e: Download complete 21:33:44 221eaa008020: Verifying Checksum 21:33:44 221eaa008020: Download complete 21:33:52 221eaa008020: Pull complete 21:33:52 2a4607e5d6b9: Pull complete 21:33:52 95d3c3421fef: Pull complete 21:33:54 2fec7dd152b6: Pull complete 21:33:57 d65e43aa86fe: Pull complete 21:33:59 10a7cc25405e: Pull complete 21:33:59 Digest: sha256:f69c3a2814e8191a177e5024c1aa2982a1df1c15a1f5ff5a42290ad3eeac8c0b 21:33:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 21:33:59 prd-centos7-docker-4c-2g-7918 does not seem to be running inside a container 21:33:59 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 21:34:00 $ docker top 2d6aa8fa62dc80f9f747801704461fd20a6698b9f2b4b2a494698239fc061c24 -eo pid,comm [Pipeline] { [Pipeline] sh 21:34:01 + snyk monitor '--org=edgex-jenkins' 21:35:23 21:35:23 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 21:35:23 21:35:23 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/7c8cd712-4786-4120-ada5-3288a5a76fd3 21:35:23 21:35:23 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:35:23 21:35:23 [Pipeline] } 21:35:23 $ docker stop --time=1 2d6aa8fa62dc80f9f747801704461fd20a6698b9f2b4b2a494698239fc061c24 21:35:24 $ docker rm -f 2d6aa8fa62dc80f9f747801704461fd20a6698b9f2b4b2a494698239fc061c24 [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 21:35:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:35:27 . [Pipeline] withDockerContainer 21:35:27 prd-centos7-docker-4c-2g-7918 does not seem to be running inside a container 21:35:27 $ 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 21:35:28 $ docker top 6b5bf74ce5028df7575f889bb8692ef7a8db9239f296d852e8a2b3cf72f5488b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:35:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:35:28 [ssh-agent] Looking for ssh-agent implementation... 21:35:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:35:28 $ docker exec 6b5bf74ce5028df7575f889bb8692ef7a8db9239f296d852e8a2b3cf72f5488b ssh-agent 21:35:29 SSH_AUTH_SOCK=/tmp/ssh-XLcd0LvT0j90/agent.14 21:35:29 SSH_AGENT_PID=20 21:35:29 Running ssh-add (command line suppressed) 21:35:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1351743357386352277.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1351743357386352277.key) 21:35:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:35:29 + git semver tag 21:35:29 # -> Open(): unable to determine branch for HEAD 21:35:29 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:35:29 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:35:29 # $SEMVER_REMOTE_NAME = origin 21:35:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:35:29 # $SEMVER_USER_NAME = edgex-jenkins 21:35:29 # $SEMVER_BRANCH = master 21:35:29 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 21:35:29 # aceb24cef6d482b079ee6328f01d7d2766dd808c HEAD 21:35:29 # -> Force: false 21:35:29 # 0b98fe797994282a69c72e2f316f15c891637d4a refs/tags/v1.0.1-dev.47 [Pipeline] } 21:35:29 $ docker exec --env ******** --env ******** 6b5bf74ce5028df7575f889bb8692ef7a8db9239f296d852e8a2b3cf72f5488b ssh-agent -k 21:35:30 unset SSH_AUTH_SOCK; 21:35:30 unset SSH_AGENT_PID; 21:35:30 echo Agent pid 20 killed; 21:35:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:35:30 + git semver [Pipeline] } 21:35:30 $ docker stop --time=1 6b5bf74ce5028df7575f889bb8692ef7a8db9239f296d852e8a2b3cf72f5488b 21:35:31 $ docker rm -f 6b5bf74ce5028df7575f889bb8692ef7a8db9239f296d852e8a2b3cf72f5488b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:35:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:35:32 21:35:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:35:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:35:33 0.23.1-centos7: Pulling from edgex-lftools 21:35:33 ab5ef0e58194: Pulling fs layer 21:35:33 9712f1f96733: Pulling fs layer 21:35:33 63f879dbbcfc: Pulling fs layer 21:35:33 0d9ebad4ef96: Pulling fs layer 21:35:33 e9a5061849ea: Pulling fs layer 21:35:33 d747dcd14b5f: Pulling fs layer 21:35:33 2de7ff778b66: Pulling fs layer 21:35:33 e9a5061849ea: Waiting 21:35:33 0d9ebad4ef96: Waiting 21:35:33 d747dcd14b5f: Waiting 21:35:33 2de7ff778b66: Waiting 21:35:33 9712f1f96733: Verifying Checksum 21:35:33 9712f1f96733: Download complete 21:35:35 63f879dbbcfc: Verifying Checksum 21:35:35 63f879dbbcfc: Download complete 21:35:35 e9a5061849ea: Verifying Checksum 21:35:35 e9a5061849ea: Download complete 21:35:35 d747dcd14b5f: Verifying Checksum 21:35:35 d747dcd14b5f: Download complete 21:35:35 0d9ebad4ef96: Verifying Checksum 21:35:35 0d9ebad4ef96: Download complete 21:35:35 2de7ff778b66: Verifying Checksum 21:35:35 2de7ff778b66: Download complete 21:35:36 ab5ef0e58194: Verifying Checksum 21:35:36 ab5ef0e58194: Download complete 21:35:42 ab5ef0e58194: Pull complete 21:35:43 9712f1f96733: Pull complete 21:35:46 63f879dbbcfc: Pull complete 21:35:54 0d9ebad4ef96: Pull complete 21:35:54 e9a5061849ea: Pull complete 21:35:54 d747dcd14b5f: Pull complete 21:35:57 2de7ff778b66: Pull complete 21:35:57 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:35:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:35:58 prd-centos7-docker-4c-2g-7918 does not seem to be running inside a container 21:35:58 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:35:59 $ docker top 96e73b0376c6793aff9e412e4586b02a8d26f09bb05eeb8486a018ce6951a972 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:36:00 provisioning config files... 21:36:00 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8895177793151003847tmp 21:36:00 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config386359431220873371tmp 21:36:00 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config9174000073260001738tmp [Pipeline] { [Pipeline] echo 21:36:00 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:36:01 ---> sigul-configuration.sh 21:36:01 gpg: directory `/root/.gnupg' created 21:36:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:36:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:36:01 gpg: keyring `/root/.gnupg/secring.gpg' created 21:36:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:36:01 gpg: CAST5 encrypted data 21:36:01 gpg: encrypted with 1 passphrase 21:36:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:36:01 + mkdir /home/jenkins 21:36:01 + mkdir /home/jenkins/sigul [Pipeline] sh 21:36:02 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 21:36:02 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:36:02 ---> sigul-install.sh 21:36:07 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:36:08 + git tag --list 21:36:08 v1.0.1-dev.47 [Pipeline] sh 21:36:09 + lftools sign git-tag v1.0.1-dev.47 21:36:10 Signing Git tag with Sigul... 21:36:10 Signing v1.0.1-dev.47 [Pipeline] echo 21:36:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:36:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:36:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:36:12 $ docker stop --time=1 96e73b0376c6793aff9e412e4586b02a8d26f09bb05eeb8486a018ce6951a972 21:36:14 $ docker rm -f 96e73b0376c6793aff9e412e4586b02a8d26f09bb05eeb8486a018ce6951a972 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:36:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:36:15 . [Pipeline] withDockerContainer 21:36:15 prd-centos7-docker-4c-2g-7918 does not seem to be running inside a container 21:36:15 $ 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 21:36:17 $ docker top 43e95d973c1279717c675998e72ed6a7943c7e2b331697ad1d6303553fb7ad02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:36:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:36:17 [ssh-agent] Looking for ssh-agent implementation... 21:36:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:36:18 $ docker exec 43e95d973c1279717c675998e72ed6a7943c7e2b331697ad1d6303553fb7ad02 ssh-agent 21:36:19 SSH_AUTH_SOCK=/tmp/ssh-22d1o3rGfYJX/agent.14 21:36:19 SSH_AGENT_PID=21 21:36:19 Running ssh-add (command line suppressed) 21:36:19 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8585512660576047999.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8585512660576047999.key) 21:36:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:36:19 + git semver bump pre 21:36:20 # -> Open(): unable to determine branch for HEAD 21:36:20 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:36:20 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:36:20 # $SEMVER_REMOTE_NAME = origin 21:36:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:36:20 # $SEMVER_USER_NAME = edgex-jenkins 21:36:20 # $SEMVER_BRANCH = master 21:36:20 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 21:36:20 1.0.1-dev.48 [Pipeline] } 21:36:20 $ docker exec --env ******** --env ******** 43e95d973c1279717c675998e72ed6a7943c7e2b331697ad1d6303553fb7ad02 ssh-agent -k 21:36:20 unset SSH_AUTH_SOCK; 21:36:20 unset SSH_AGENT_PID; 21:36:20 echo Agent pid 21 killed; 21:36:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:36:21 + git semver [Pipeline] } 21:36:21 $ docker stop --time=1 43e95d973c1279717c675998e72ed6a7943c7e2b331697ad1d6303553fb7ad02 21:36:22 $ docker rm -f 43e95d973c1279717c675998e72ed6a7943c7e2b331697ad1d6303553fb7ad02 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:36:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:36:23 . [Pipeline] withDockerContainer 21:36:23 prd-centos7-docker-4c-2g-7918 does not seem to be running inside a container 21:36:23 $ 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 21:36:24 $ docker top 5d652b25ff0b257a815f74a9d7e2ed7caed348a8728cd88745895d84bbf543ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:36:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:36:24 [ssh-agent] Looking for ssh-agent implementation... 21:36:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:36:25 $ docker exec 5d652b25ff0b257a815f74a9d7e2ed7caed348a8728cd88745895d84bbf543ba ssh-agent 21:36:25 SSH_AUTH_SOCK=/tmp/ssh-CwQfU9KFYiOs/agent.15 21:36:25 SSH_AGENT_PID=22 21:36:25 Running ssh-add (command line suppressed) 21:36:26 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6943757211847430391.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6943757211847430391.key) 21:36:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:36:26 + git semver push 21:36:26 # -> Open(): unable to determine branch for HEAD 21:36:26 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:36:26 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:36:26 # $SEMVER_REMOTE_NAME = origin 21:36:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:36:26 # $SEMVER_USER_NAME = edgex-jenkins 21:36:26 # $SEMVER_BRANCH = master 21:36:26 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 21:36:33 $ docker exec --env ******** --env ******** 5d652b25ff0b257a815f74a9d7e2ed7caed348a8728cd88745895d84bbf543ba ssh-agent -k 21:36:33 unset SSH_AUTH_SOCK; 21:36:33 unset SSH_AGENT_PID; 21:36:33 echo Agent pid 22 killed; 21:36:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:36:34 + git semver [Pipeline] } 21:36:34 $ docker stop --time=1 5d652b25ff0b257a815f74a9d7e2ed7caed348a8728cd88745895d84bbf543ba 21:36:35 $ docker rm -f 5d652b25ff0b257a815f74a9d7e2ed7caed348a8728cd88745895d84bbf543ba [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 21:36:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:36:37 ---> package-listing.sh 21:36:37 ++ tr '[:upper:]' '[:lower:]' 21:36:37 ++ facter osfamily 21:36:37 + OS_FAMILY=redhat 21:36:37 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 21:36:37 + START_PACKAGES=/tmp/packages_start.txt 21:36:37 + END_PACKAGES=/tmp/packages_end.txt 21:36:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:36:37 + PACKAGES=/tmp/packages_start.txt 21:36:37 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 21:36:37 + PACKAGES=/tmp/packages_end.txt 21:36:37 + case "${OS_FAMILY}" in 21:36:37 + rpm -qa 21:36:37 + sort 21:36:41 + '[' -f /tmp/packages_start.txt ']' 21:36:41 + '[' -f /tmp/packages_end.txt ']' 21:36:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:36:41 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 21:36:41 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 21:36: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 21:36:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:36:42 21:36:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:36:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:36:42 alpine: Pulling from edgex-lftools-log-publisher 21:36:42 c9b1b535fdd9: Pulling fs layer 21:36:42 2cc5ad85d9ab: Pulling fs layer 21:36:42 756a868c4378: Pulling fs layer 21:36:42 444b2fc9a129: Pulling fs layer 21:36:42 ea15f1150254: Pulling fs layer 21:36:42 41b27a9f41bf: Pulling fs layer 21:36:42 28c525ee5125: Pulling fs layer 21:36:42 094b1ea09ed8: Pulling fs layer 21:36:42 138eaada9080: Pulling fs layer 21:36:42 0622d0fa9048: Pulling fs layer 21:36:42 41b27a9f41bf: Waiting 21:36:42 28c525ee5125: Waiting 21:36:42 094b1ea09ed8: Waiting 21:36:42 138eaada9080: Waiting 21:36:42 444b2fc9a129: Waiting 21:36:42 ea15f1150254: Waiting 21:36:42 0622d0fa9048: Waiting 21:36:42 2cc5ad85d9ab: Verifying Checksum 21:36:42 2cc5ad85d9ab: Download complete 21:36:43 444b2fc9a129: Verifying Checksum 21:36:43 444b2fc9a129: Download complete 21:36:43 c9b1b535fdd9: Verifying Checksum 21:36:43 c9b1b535fdd9: Download complete 21:36:43 ea15f1150254: Verifying Checksum 21:36:43 ea15f1150254: Download complete 21:36:43 c9b1b535fdd9: Pull complete 21:36:43 28c525ee5125: Verifying Checksum 21:36:43 28c525ee5125: Download complete 21:36:43 2cc5ad85d9ab: Pull complete 21:36:44 756a868c4378: Verifying Checksum 21:36:44 756a868c4378: Download complete 21:36:44 138eaada9080: Verifying Checksum 21:36:44 138eaada9080: Download complete 21:36:44 0622d0fa9048: Verifying Checksum 21:36:44 0622d0fa9048: Download complete 21:36:44 094b1ea09ed8: Verifying Checksum 21:36:44 094b1ea09ed8: Download complete 21:36:46 41b27a9f41bf: Verifying Checksum 21:36:46 41b27a9f41bf: Download complete 21:36:47 756a868c4378: Pull complete 21:36:47 444b2fc9a129: Pull complete 21:36:47 ea15f1150254: Pull complete 21:36:52 41b27a9f41bf: Pull complete 21:36:52 28c525ee5125: Pull complete 21:36:54 094b1ea09ed8: Pull complete 21:36:54 138eaada9080: Pull complete 21:36:54 0622d0fa9048: Pull complete 21:36:54 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 21:36:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:36:55 prd-centos7-docker-4c-2g-7918 does not seem to be running inside a container 21:36:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:36:56 $ docker top e1a55462c303729bede7b70636567218132e3ffff3c4f688b8c8298f5c448622 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:36:57 provisioning config files... 21:36:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config358554113701963376tmp [Pipeline] { [Pipeline] echo 21:36:57 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:36:57 ---> create-netrc.sh [Pipeline] echo 21:36:57 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:36:57 ---> logs-deploy.sh 21:36:57 + ARCHIVE_ARTIFACTS= 21:36:57 + LOGS_SERVER=https://logs.edgexfoundry.org 21:36:57 + '[' https://logs.edgexfoundry.org == None ']' 21:36:57 + NEXUS_URL=https://nexus.edgexfoundry.org 21:36:57 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/58 21:36:57 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/58/ 21:36:57 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/58 /w/workspace/ndry_app-functions-sdk-go_master 21:36:59 Archives upload complete. 21:36:59 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/58 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/58/