Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 59f099902df8c53c8c96994d881b5af5e49bc854 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 --version # 'git version 2.16.6' > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 > git --version # 'git version 2.16.6' 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:lfit/releng-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:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1211 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 59f099902df8c53c8c96994d881b5af5e49bc854 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 59f099902df8c53c8c96994d881b5af5e49bc854 # timeout=10 Commit message: "Merge pull request #102 from lenny-intel/envelope" > git rev-list --no-walk 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:05:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:05:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:05:12 ========================================================= 17:05:12 EdgeX Global Pipelines Version Info 17:05:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:05:15 ------------------- 17:05:15 stable info: 17:05:15 ------------------- 17:05:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:05:15 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:05:15 Message: update stable to v1.0.186 17:05:16 ------------------- 17:05:16 experimental info: 17:05:16 ------------------- 17:05:16 Commited By: **** collab-it+edgex@linuxfoundation.org 17:05:16 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 17:05:16 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:05:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:05:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:05:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:05:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:05:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:05:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:05:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:05:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 59f099902df8c53c8c96994d881b5af5e49bc854 [Pipeline] echo 17:05:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 59f0999 [Pipeline] echo 17:05:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:05:17 + git log --format=format:%s -1 59f099902df8c53c8c96994d881b5af5e49bc854 [Pipeline] echo 17:05:17 GIT_COMMIT: 59f099902df8c53c8c96994d881b5af5e49bc854, Commit Message: Merge pull request #102 from lenny-intel/envelope [Pipeline] echo 17:05:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:05:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:05:19 17:05:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:05:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:05:19 latest: Pulling from edgex-devops/git-semver 17:05:19 31603596830f: Pulling fs layer 17:05:19 2a8b12db71e7: Pulling fs layer 17:05:19 6ca5941a6612: Pulling fs layer 17:05:19 ecc8261a40a4: Pulling fs layer 17:05:19 ecc8261a40a4: Waiting 17:05:19 2a8b12db71e7: Verifying Checksum 17:05:19 2a8b12db71e7: Download complete 17:05:19 31603596830f: Verifying Checksum 17:05:19 31603596830f: Download complete 17:05:20 6ca5941a6612: Verifying Checksum 17:05:20 6ca5941a6612: Download complete 17:05:20 ecc8261a40a4: Verifying Checksum 17:05:20 ecc8261a40a4: Download complete 17:05:20 31603596830f: Pull complete 17:05:20 2a8b12db71e7: Pull complete 17:05:22 6ca5941a6612: Pull complete 17:05:22 ecc8261a40a4: Pull complete 17:05:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:05:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:05:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:05:23 prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container 17:05:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:05:26 $ docker top 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:05:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:05:27 [ssh-agent] Looking for ssh-agent implementation... 17:05:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:05:28 $ docker exec 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab ssh-agent 17:05:28 SSH_AUTH_SOCK=/tmp/ssh-oGga4AVqaSEh/agent.12 17:05:28 SSH_AGENT_PID=17 17:05:28 Running ssh-add (command line suppressed) 17:05:29 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6060842199502495229.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6060842199502495229.key) 17:05:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:05:30 + git tag --points-at HEAD [Pipeline] } 17:05:30 $ docker exec --env ******** --env ******** 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab ssh-agent -k 17:05:30 unset SSH_AUTH_SOCK; 17:05:30 unset SSH_AGENT_PID; 17:05:30 echo Agent pid 17 killed; 17:05:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:05:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:05:31 [ssh-agent] Looking for ssh-agent implementation... 17:05:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:05:32 $ docker exec 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab ssh-agent 17:05:32 SSH_AUTH_SOCK=/tmp/ssh-SNcgOPuyFs3h/agent.45 17:05:32 SSH_AGENT_PID=50 17:05:32 Running ssh-add (command line suppressed) 17:05:33 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5804166130101127206.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5804166130101127206.key) 17:05:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:05:33 + git semver init 17:05:33 # -> Open(): unable to determine branch for HEAD 17:05:33 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 17:05:33 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 17:05:33 # $SEMVER_REMOTE_NAME = origin 17:05:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:05:33 # $SEMVER_USER_NAME = edgex-jenkins 17:05:33 # $SEMVER_BRANCH = master 17:05:33 # $SEMVER_TEMP = /tmp/semver-565468810 17:05:33 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 17:05:34 # '/tmp/semver-565468810' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' 17:05:34 # -> Force: false 17:05:34 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 17:05:34 $ docker exec --env ******** --env ******** 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab ssh-agent -k 17:05:34 unset SSH_AUTH_SOCK; 17:05:34 unset SSH_AGENT_PID; 17:05:34 echo Agent pid 50 killed; 17:05:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:05:34 + git semver [Pipeline] } 17:05:34 $ docker stop --time=1 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab 17:05:36 $ docker rm -f 0bf63822e1fb682ab022282928752535959c249c4e636353e1d7a1b976ef2bab [Pipeline] // withDockerContainer [Pipeline] sh 17:05:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:05:37 Stashed 1 file(s) [Pipeline] echo 17:05:37 [edgeXSemver]: initialized semver on version 2.0.0-dev.11 [Pipeline] } [Pipeline] // script [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 17:05:52 Still waiting to schedule task 17:05:52 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:05:52 Still waiting to schedule task 17:05:52 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1210’ is offline 17:07:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1213 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 17:07:41 Running in /w/workspace/go-mod-messaging/33 [Pipeline] { [Pipeline] checkout 17:07:46 using credential edgex-jenkins-ssh 17:07:46 Cloning the remote Git repository 17:07:46 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 17:07:47 > git init /w/workspace/go-mod-messaging/33 # timeout=10 17:07:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:07:47 > git --version # timeout=10 17:07:47 > git --version # 'git version 2.17.1' 17:07:47 using GIT_SSH to set credentials SSH Credentials for GitHub 17:07:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:07:48 Checking out Revision 59f099902df8c53c8c96994d881b5af5e49bc854 (master) 17:07:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:07:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:07:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:07:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:07:48 using GIT_SSH to set credentials SSH Credentials for GitHub 17:07:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:07:48 > git config core.sparsecheckout # timeout=10 17:07:48 > git checkout -f 59f099902df8c53c8c96994d881b5af5e49bc854 # timeout=10 17:07:52 Commit message: "Merge pull request #102 from lenny-intel/envelope" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:07:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:07:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:07:55 + sudo service docker restart 17:07:55 + true [Pipeline] unstash [Pipeline] echo 17:07:58 ========================================================= 17:07:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:07:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:07:58 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 17:07:59 Sending build context to Docker daemon 554kB 17:07:59 Step 1/7 : ARG BASE=golang:1.15-alpine 17:07:59 Step 2/7 : FROM ${BASE} 17:07:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:07:59 5f621e34cdf4: Pulling fs layer 17:07:59 a4357932f1b6: Pulling fs layer 17:07:59 18c013af1878: Pulling fs layer 17:07:59 00ac8860ef70: Pulling fs layer 17:07:59 63d7cb157983: Pulling fs layer 17:07:59 b116817d02f9: Pulling fs layer 17:07:59 745a02a5169b: Pulling fs layer 17:07:59 63d7cb157983: Waiting 17:07:59 b116817d02f9: Waiting 17:07:59 745a02a5169b: Waiting 17:07:59 00ac8860ef70: Waiting 17:07:59 18c013af1878: Download complete 17:07:59 a4357932f1b6: Verifying Checksum 17:07:59 a4357932f1b6: Download complete 17:07:59 63d7cb157983: Verifying Checksum 17:07:59 63d7cb157983: Download complete 17:07:59 b116817d02f9: Download complete 17:07:59 5f621e34cdf4: Verifying Checksum 17:07:59 5f621e34cdf4: Download complete 17:08:00 5f621e34cdf4: Pull complete 17:08:00 a4357932f1b6: Pull complete 17:08:01 18c013af1878: Pull complete 17:08:02 745a02a5169b: Verifying Checksum 17:08:02 745a02a5169b: Download complete 17:08:03 00ac8860ef70: Download complete 17:08:08 Running on prd-centos7-docker-4c-2g-1214 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 17:08:08 Running in /w/workspace/go-mod-messaging/33 [Pipeline] { [Pipeline] checkout 17:08:11 using credential edgex-jenkins-ssh 17:08:11 Cloning the remote Git repository 17:08:11 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 17:08:11 > git init /w/workspace/go-mod-messaging/33 # timeout=10 17:08:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:08:11 > git --version # timeout=10 17:08:11 > git --version # 'git version 2.24.3' 17:08:11 using GIT_SSH to set credentials SSH Credentials for GitHub 17:08:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:08:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:08:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:08:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:08:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:08:11 using GIT_SSH to set credentials SSH Credentials for GitHub 17:08:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:08:12 Checking out Revision 59f099902df8c53c8c96994d881b5af5e49bc854 (master) 17:08:12 > git config core.sparsecheckout # timeout=10 17:08:12 > git checkout -f 59f099902df8c53c8c96994d881b5af5e49bc854 # timeout=10 17:08:15 00ac8860ef70: Pull complete 17:08:15 63d7cb157983: Pull complete 17:08:15 b116817d02f9: Pull complete 17:08:16 Commit message: "Merge pull request #102 from lenny-intel/envelope" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:08:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:08:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:08:17 + sudo service docker restart 17:08:17 + true 17:08:17 Redirecting to /bin/systemctl restart docker.service 17:08:18 745a02a5169b: Pull complete 17:08:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:08:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:08:18 ---> b7e6874047d6 17:08:18 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] unstash [Pipeline] echo 17:08:18 ========================================================= 17:08:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:08:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:08:19 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 17:08:19 Sending build context to Docker daemon 555kB 17:08:19 Step 1/7 : ARG BASE=golang:1.15-alpine 17:08:19 Step 2/7 : FROM ${BASE} 17:08:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:08:19 188c0c94c7c5: Pulling fs layer 17:08:19 0ef7d3d256c8: Pulling fs layer 17:08:19 de9db76c5a1d: Pulling fs layer 17:08:19 bca2f99d35d6: Pulling fs layer 17:08:19 93359f2a8cfa: Pulling fs layer 17:08:19 7c6f9722023f: Pulling fs layer 17:08:19 a35cf1a2eb13: Pulling fs layer 17:08:19 7c6f9722023f: Waiting 17:08:19 a35cf1a2eb13: Waiting 17:08:19 bca2f99d35d6: Waiting 17:08:19 93359f2a8cfa: Waiting 17:08:19 de9db76c5a1d: Verifying Checksum 17:08:19 de9db76c5a1d: Download complete 17:08:19 0ef7d3d256c8: Verifying Checksum 17:08:19 0ef7d3d256c8: Download complete 17:08:19 93359f2a8cfa: Verifying Checksum 17:08:19 93359f2a8cfa: Download complete 17:08:19 7c6f9722023f: Download complete 17:08:19 188c0c94c7c5: Verifying Checksum 17:08:19 188c0c94c7c5: Download complete 17:08:20 188c0c94c7c5: Pull complete 17:08:20 0ef7d3d256c8: Pull complete 17:08:20 de9db76c5a1d: Pull complete 17:08:20 ---> Running in d2f23906351a 17:08:21 Removing intermediate container d2f23906351a 17:08:21 ---> 0adde6a1dd4d 17:08:21 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 17:08:21 ---> Running in 2379c4a52112 17:08:21 a35cf1a2eb13: Verifying Checksum 17:08:21 a35cf1a2eb13: Download complete 17:08:22 bca2f99d35d6: Verifying Checksum 17:08:22 bca2f99d35d6: Download complete 17:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:08:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:08:24 (1/5) Installing libsodium (1.0.18-r0) 17:08:24 (2/5) Installing libzmq (4.3.3-r0) 17:08:24 (3/5) Installing pkgconf (1.7.2-r0) 17:08:24 (4/5) Installing libsodium-dev (1.0.18-r0) 17:08:24 (5/5) Installing zeromq-dev (4.3.3-r0) 17:08:24 Executing busybox-1.31.1-r19.trigger 17:08:24 OK: 144 MiB in 44 packages 17:08:25 Removing intermediate container 2379c4a52112 17:08:25 ---> ff952bb95c61 17:08:25 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:08:25 ---> Running in fecdec4966b9 17:08:26 Removing intermediate container fecdec4966b9 17:08:26 ---> 59279f457a2d 17:08:26 Step 6/7 : COPY go.mod . 17:08:27 ---> dc60a36f25ad 17:08:27 Step 7/7 : RUN go mod download 17:08:27 bca2f99d35d6: Pull complete 17:08:27 93359f2a8cfa: Pull complete 17:08:27 7c6f9722023f: Pull complete 17:08:28 ---> Running in f63f07ae28e8 17:08:35 a35cf1a2eb13: Pull complete 17:08:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:08:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:08:35 ---> a62c8e92a672 17:08:35 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:08:35 ---> Running in 24656ca8446e 17:08:36 Removing intermediate container 24656ca8446e 17:08:36 ---> f09592b58109 17:08:36 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 17:08:36 ---> Running in 40f231892068 17:08:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:37 (1/5) Installing libsodium (1.0.18-r0) 17:08:38 (2/5) Installing libzmq (4.3.3-r0) 17:08:38 (3/5) Installing pkgconf (1.7.2-r0) 17:08:38 (4/5) Installing libsodium-dev (1.0.18-r0) 17:08:38 (5/5) Installing zeromq-dev (4.3.3-r0) 17:08:38 Executing busybox-1.31.1-r19.trigger 17:08:38 OK: 167 MiB in 44 packages 17:08:39 Removing intermediate container 40f231892068 17:08:39 ---> 7fa024b5fca8 17:08:39 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:08:39 ---> Running in 1faaf6da790b 17:08:39 Removing intermediate container 1faaf6da790b 17:08:39 ---> 7de7f0ec9c72 17:08:39 Step 6/7 : COPY go.mod . 17:08:39 ---> 7ea328360622 17:08:39 Step 7/7 : RUN go mod download 17:08:39 ---> Running in 8c9b1d09d395 17:08:43 Removing intermediate container f63f07ae28e8 17:08:43 ---> 4ef123b1e8fe 17:08:43 Successfully built 4ef123b1e8fe 17:08:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:08:43 + docker inspect -f . ci-base-image-arm64 17:08:43 . [Pipeline] withDockerContainer 17:08:44 prd-ubuntu18.04-docker-arm64-4c-16g-1213 does not seem to be running inside a container 17:08:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/33 -v /w/workspace/go-mod-messaging/33:/w/workspace/go-mod-messaging/33:rw,z -v /w/workspace/go-mod-messaging/33@tmp:/w/workspace/go-mod-messaging/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:08:45 $ docker top cef27db9706a3cec5f046ce85cbdf2d2145ca0064379018ef698e50d3d7db7ed -eo pid,comm [Pipeline] { [Pipeline] sh 17:08:46 + go version 17:08:46 go version go1.15.5 linux/arm64 [Pipeline] } 17:08:46 $ docker stop --time=1 cef27db9706a3cec5f046ce85cbdf2d2145ca0064379018ef698e50d3d7db7ed 17:08:48 $ docker rm -f cef27db9706a3cec5f046ce85cbdf2d2145ca0064379018ef698e50d3d7db7ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:08:49 + docker inspect -f . ci-base-image-arm64 17:08:49 . [Pipeline] withDockerContainer 17:08:49 prd-ubuntu18.04-docker-arm64-4c-16g-1213 does not seem to be running inside a container 17:08:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/33 -v /w/workspace/go-mod-messaging/33:/w/workspace/go-mod-messaging/33:rw,z -v /w/workspace/go-mod-messaging/33@tmp:/w/workspace/go-mod-messaging/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:08:51 $ docker top b3d7e421c6c3f0d78a24b7cd77945c6103547db889c0ec92e4a83acfd567bccb -eo pid,comm [Pipeline] { [Pipeline] sh 17:08:51 Removing intermediate container 8c9b1d09d395 17:08:51 ---> 9ce7ec00ebe0 17:08:51 Successfully built 9ce7ec00ebe0 17:08:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:08:52 + make test 17:08:52 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:08:52 + docker inspect -f . ci-base-image-x86_64 17:08:52 . [Pipeline] withDockerContainer 17:08:52 prd-centos7-docker-4c-2g-1214 does not seem to be running inside a container 17:08:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/33 -v /w/workspace/go-mod-messaging/33:/w/workspace/go-mod-messaging/33:rw,z -v /w/workspace/go-mod-messaging/33@tmp:/w/workspace/go-mod-messaging/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:08:53 $ docker top 9a7aa13754e8a867fb6dd5383e2728fc234a9ef5f056469a3b446c0b83dec6a9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:08:53 + go version 17:08:53 go version go1.15.5 linux/amd64 [Pipeline] } 17:08:53 $ docker stop --time=1 9a7aa13754e8a867fb6dd5383e2728fc234a9ef5f056469a3b446c0b83dec6a9 17:08:54 $ docker rm -f 9a7aa13754e8a867fb6dd5383e2728fc234a9ef5f056469a3b446c0b83dec6a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:08:55 + docker inspect -f . ci-base-image-x86_64 17:08:55 . [Pipeline] withDockerContainer 17:08:55 prd-centos7-docker-4c-2g-1214 does not seem to be running inside a container 17:08:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/33 -v /w/workspace/go-mod-messaging/33:/w/workspace/go-mod-messaging/33:rw,z -v /w/workspace/go-mod-messaging/33@tmp:/w/workspace/go-mod-messaging/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:08:56 $ docker top e63d33e4c10fc9bf7b8c015ef3417810bfb68300f18c25608d2d8c1697f4a65a -eo pid,comm [Pipeline] { [Pipeline] sh 17:08:56 + make test 17:08:56 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:09:02 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 17:09:03 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.029s coverage: 90.0% of statements 17:09:04 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 17:09:07 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.008s coverage: 67.3% of statements 17:09:07 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 17:09:10 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.077s coverage: 90.0% of statements 17:09:20 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.021s coverage: 67.3% of statements 17:09:20 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 17:09:29 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.347s coverage: 83.8% of statements 17:09:29 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.008s coverage: 85.7% of statements 17:09:29 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.044s coverage: 100.0% of statements 17:09:29 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.008s coverage: 100.0% of statements 17:09:29 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.010s coverage: 90.9% of statements 17:09:29 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:09:30 gofmt -l . 17:09:30 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:09:30 $ docker stop --time=1 e63d33e4c10fc9bf7b8c015ef3417810bfb68300f18c25608d2d8c1697f4a65a 17:09:32 $ docker rm -f e63d33e4c10fc9bf7b8c015ef3417810bfb68300f18c25608d2d8c1697f4a65a [Pipeline] // withDockerContainer [Pipeline] sh 17:09:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:09:33 Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh 17:09:34 ---> job-cost.sh 17:09:34 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fHrQ 17:09:47 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.458s coverage: 83.8% of statements 17:09:47 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.020s coverage: 85.7% of statements 17:09:47 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.024s coverage: 100.0% of statements 17:09:47 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.030s coverage: 100.0% of statements 17:09:47 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.041s coverage: 90.9% of statements 17:09:47 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:09:47 gofmt -l . 17:09:48 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:09:48 $ docker stop --time=1 b3d7e421c6c3f0d78a24b7cd77945c6103547db889c0ec92e4a83acfd567bccb 17:09:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:09:50 $ docker rm -f b3d7e421c6c3f0d78a24b7cd77945c6103547db889c0ec92e4a83acfd567bccb [Pipeline] // withDockerContainer [Pipeline] sh 17:09:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:09:51 Warning: overwriting stash ‘coverage-report’ 17:09:52 Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh 17:09:52 ---> job-cost.sh 17:09:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-K34W 17:10:21 lf-activate-venv(): INFO: Adding /tmp/venv-fHrQ/bin to PATH 17:10:21 INFO: No Stack... 17:10:21 INFO: Retrieving Pricing Info for: v1-standard-2 17:10:21 INFO: Archiving Costs [Pipeline] sh 17:10:21 + cat /w/workspace/go-mod-messaging/33/archives/cost.csv 17:10:21 + cut -d, -f6 [Pipeline] lock 17:10:21 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] 17:10:21 Resource [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] did not exist. Created. 17:10:21 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:10:22 + echo total: 0.029999999329447746 [Pipeline] stash 17:10:22 Stashed 1 file(s) [Pipeline] } 17:10:22 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:10:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:11:53 lf-activate-venv(): INFO: Adding /tmp/venv-K34W/bin to PATH 17:11:53 INFO: No Stack... 17:11:53 INFO: Retrieving Pricing Info for: lf-standard-4 17:11:53 INFO: Archiving Costs [Pipeline] sh 17:11:53 + cat /w/workspace/go-mod-messaging/33/archives/cost.csv 17:11:53 + cut -d, -f6 [Pipeline] lock 17:11:54 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] 17:11:54 Resource [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] did not exist. Created. 17:11:54 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:11:54 /w/workspace/go-mod-messaging/33@tmp/durable-faa3b28e/script.sh: 1: /w/workspace/go-mod-messaging/33@tmp/durable-faa3b28e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:11:54 + echo total: 0.20999999344348907 [Pipeline] stash 17:11:54 Warning: overwriting stash ‘stack-cost’ 17:11:55 Stashed 1 file(s) [Pipeline] } 17:11:55 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-33-stack-cost] [Pipeline] // lock [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 17:11:55 provisioning config files... 17:11:55 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config695409719427546392tmp [Pipeline] { [Pipeline] sh 17:11:56 + set +x 17:11:56 + curl -s https://codecov.io/bash 17:11:56 + bash -s -- 17:11:56 17:11:56 _____ _ 17:11:56 / ____| | | 17:11:56 | | ___ __| | ___ ___ _____ __ 17:11:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:11:56 | |___| (_) | (_| | __/ (_| (_) \ V / 17:11:56 \_____\___/ \__,_|\___|\___\___/ \_/ 17:11:56 Bash-1.0.2 17:11:56 17:11:56 17:11:56 ==> git version 2.24.3 found 17:11:56 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:11:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:11:56 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:11:56 ==> Jenkins CI detected. 17:11:56 project root: . 17:11:56 --> token set from env 17:11:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:11:56 ==> Running gcov in . (disable via -X gcov) 17:11:56 ==> Python coveragepy not found 17:11:56 ==> Searching for coverage reports in: 17:11:56 + . 17:11:56 -> Found 1 reports 17:11:56 ==> Detecting git/mercurial file structure 17:11:56 ==> Reading reports 17:11:56 + ./coverage.out bytes=22462 17:11:56 ==> Appending adjustments 17:11:56 https://docs.codecov.io/docs/fixing-reports 17:11:57 + Found adjustments 17:11:57 ==> Gzipping contents 17:11:57 8.0K /tmp/codecov.ukght2.gz 17:11:57 ==> Uploading reports 17:11:57 url: https://codecov.io 17:11:57 query: branch=master&commit=59f099902df8c53c8c96994d881b5af5e49bc854&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F33%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 17:11:57 -> Pinging Codecov 17:11:57 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=59f099902df8c53c8c96994d881b5af5e49bc854&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F33%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 17:11:57 -> Uploading to 17:11:57 https://storage.googleapis.com/codecov/v4/raw/2021-04-20/F6E385568367DD0E4001BA4F8F1CB792/59f099902df8c53c8c96994d881b5af5e49bc854/b378eac8-91cb-49e5-bf6d-0f687c97a47f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T171157Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1d01e5d84d41e7309255ca0d6be878ce1ed8d719df7a04364316c157df5d68f0 17:11:57 % Total % Received % Xferd Average Speed Time Time Time Current 17:11:57 Dload Upload Total Spent Left Speed 17:11:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5300 0 0 100 5300 0 11325 --:--:-- --:--:-- --:--:-- 11349 17:11:58 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/59f099902df8c53c8c96994d881b5af5e49bc854 [Pipeline] } 17:11:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:11:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:11:59 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:11:59 17:11:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:11:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:11:59 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:11:59 188c0c94c7c5: Pulling fs layer 17:11:59 0ef7d3d256c8: Pulling fs layer 17:11:59 de9db76c5a1d: Pulling fs layer 17:11:59 0eba1c9be4d2: Pulling fs layer 17:11:59 0d57e429df01: Pulling fs layer 17:11:59 4e4be7b47b0d: Pulling fs layer 17:11:59 e1f770b5df2f: Pulling fs layer 17:11:59 85a0685a4137: Pulling fs layer 17:11:59 0d57e429df01: Waiting 17:11:59 4e4be7b47b0d: Waiting 17:11:59 e1f770b5df2f: Waiting 17:11:59 85a0685a4137: Waiting 17:11:59 0eba1c9be4d2: Waiting 17:11:59 de9db76c5a1d: Verifying Checksum 17:11:59 de9db76c5a1d: Download complete 17:11:59 0ef7d3d256c8: Verifying Checksum 17:11:59 0ef7d3d256c8: Download complete 17:11:59 0d57e429df01: Verifying Checksum 17:11:59 0d57e429df01: Download complete 17:11:59 4e4be7b47b0d: Verifying Checksum 17:11:59 4e4be7b47b0d: Download complete 17:11:59 188c0c94c7c5: Verifying Checksum 17:11:59 188c0c94c7c5: Download complete 17:12:00 188c0c94c7c5: Pull complete 17:12:01 0ef7d3d256c8: Pull complete 17:12:01 de9db76c5a1d: Pull complete 17:12:02 e1f770b5df2f: Verifying Checksum 17:12:02 e1f770b5df2f: Download complete 17:12:07 85a0685a4137: Verifying Checksum 17:12:07 85a0685a4137: Download complete 17:12:07 0eba1c9be4d2: Verifying Checksum 17:12:07 0eba1c9be4d2: Download complete 17:12:22 0eba1c9be4d2: Pull complete 17:12:22 0d57e429df01: Pull complete 17:12:22 4e4be7b47b0d: Pull complete 17:12:23 e1f770b5df2f: Pull complete 17:12:38 85a0685a4137: Pull complete 17:12:38 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:12:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:12:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:12:39 prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container 17:12:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:12:41 $ docker top fe54928f3c581bb43022815f9c39f782d1abca6974c78d29e4b809e5055dcae2 -eo pid,comm [Pipeline] { [Pipeline] echo 17:12:41 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:12:41 + set -o pipefail 17:12:41 + snyk monitor '--org=edgex-jenkins' 17:12:50 17:12:50 Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... 17:12:50 17:12:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/f75823a0-d483-4120-beb3-28ac69adf799 17:12:50 17:12:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:12:50 17:12:50 17:12:50 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 17:12:50 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:12:50 $ docker stop --time=1 fe54928f3c581bb43022815f9c39f782d1abca6974c78d29e4b809e5055dcae2 17:12:53 $ docker rm -f fe54928f3c581bb43022815f9c39f782d1abca6974c78d29e4b809e5055dcae2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:12:54 + git log --format=format:%s -1 59f099902df8c53c8c96994d881b5af5e49bc854 [Pipeline] isUnix [Pipeline] sh 17:12:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:12:54 . [Pipeline] withDockerContainer 17:12:55 prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container 17:12:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:12:56 $ docker top e9c93b62d5150c7fe740a9ed1900b50572b0e659e01be29d2c2586e66faac0c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:12:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:12:57 [ssh-agent] Looking for ssh-agent implementation... 17:12:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:12:58 $ docker exec e9c93b62d5150c7fe740a9ed1900b50572b0e659e01be29d2c2586e66faac0c9 ssh-agent 17:12:58 SSH_AUTH_SOCK=/tmp/ssh-OHibm6RwpPQB/agent.12 17:12:58 SSH_AGENT_PID=17 17:12:58 Running ssh-add (command line suppressed) 17:12:59 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8591464222678838692.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8591464222678838692.key) 17:12:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:13:00 + git semver tag 17:13:00 # -> Open(): unable to determine branch for HEAD 17:13:00 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 17:13:00 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 17:13:00 # $SEMVER_REMOTE_NAME = origin 17:13:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:13:00 # $SEMVER_USER_NAME = edgex-jenkins 17:13:00 # $SEMVER_BRANCH = master 17:13:00 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 17:13:00 # 59f099902df8c53c8c96994d881b5af5e49bc854 HEAD 17:13:00 # -> Force: false 17:13:00 # c4bbbab32c95ab13e1481edd5111489720069248 refs/tags/v2.0.0-dev.11 [Pipeline] } 17:13:00 $ docker exec --env ******** --env ******** e9c93b62d5150c7fe740a9ed1900b50572b0e659e01be29d2c2586e66faac0c9 ssh-agent -k 17:13:01 unset SSH_AUTH_SOCK; 17:13:01 unset SSH_AGENT_PID; 17:13:01 echo Agent pid 17 killed; 17:13:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:13:02 + git semver [Pipeline] } 17:13:02 $ docker stop --time=1 e9c93b62d5150c7fe740a9ed1900b50572b0e659e01be29d2c2586e66faac0c9 17:13:03 $ docker rm -f e9c93b62d5150c7fe740a9ed1900b50572b0e659e01be29d2c2586e66faac0c9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:13:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:13:04 17:13:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:13:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:13:04 0.23.1-centos7: Pulling from edgex-lftools 17:13:04 ab5ef0e58194: Pulling fs layer 17:13:04 9712f1f96733: Pulling fs layer 17:13:04 63f879dbbcfc: Pulling fs layer 17:13:04 0d9ebad4ef96: Pulling fs layer 17:13:04 e9a5061849ea: Pulling fs layer 17:13:04 d747dcd14b5f: Pulling fs layer 17:13:04 2de7ff778b66: Pulling fs layer 17:13:04 0d9ebad4ef96: Waiting 17:13:04 e9a5061849ea: Waiting 17:13:04 2de7ff778b66: Waiting 17:13:04 d747dcd14b5f: Waiting 17:13:04 9712f1f96733: Verifying Checksum 17:13:04 9712f1f96733: Download complete 17:13:06 63f879dbbcfc: Verifying Checksum 17:13:06 63f879dbbcfc: Download complete 17:13:07 e9a5061849ea: Verifying Checksum 17:13:07 e9a5061849ea: Download complete 17:13:07 d747dcd14b5f: Verifying Checksum 17:13:07 d747dcd14b5f: Download complete 17:13:07 2de7ff778b66: Verifying Checksum 17:13:07 2de7ff778b66: Download complete 17:13:08 0d9ebad4ef96: Verifying Checksum 17:13:08 0d9ebad4ef96: Download complete 17:13:09 ab5ef0e58194: Verifying Checksum 17:13:09 ab5ef0e58194: Download complete 17:13:21 ab5ef0e58194: Pull complete 17:13:21 9712f1f96733: Pull complete 17:13:24 63f879dbbcfc: Pull complete 17:13:39 0d9ebad4ef96: Pull complete 17:13:42 e9a5061849ea: Pull complete 17:13:42 d747dcd14b5f: Pull complete 17:13:45 2de7ff778b66: Pull complete 17:13:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:13:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:13:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:13:45 prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container 17:13:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:13:50 $ docker top b423bfd62c05c9d0c16d3173c97aefe670733ec1421849abd2d633372033039c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:13:51 provisioning config files... 17:13:51 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config2882109372311929617tmp 17:13:51 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config9094059170272319380tmp 17:13:51 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5412667738697591627tmp [Pipeline] { [Pipeline] echo 17:13:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:13:52 ---> sigul-configuration.sh 17:13:52 gpg: directory `/root/.gnupg' created 17:13:52 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:13:52 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:13:52 gpg: keyring `/root/.gnupg/secring.gpg' created 17:13:52 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:13:52 gpg: CAST5 encrypted data 17:13:52 gpg: encrypted with 1 passphrase 17:13:52 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:13:54 + mkdir /home/jenkins 17:13:54 + mkdir /home/jenkins/sigul [Pipeline] sh 17:13:55 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 17:13:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:13:57 ---> sigul-install.sh 17:14:07 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:14:08 + git tag --list 17:14:08 v0.0.0 17:14:08 v0.1.0 17:14:08 v0.1.1 17:14:08 v0.1.10 17:14:08 v0.1.11 17:14:08 v0.1.12 17:14:08 v0.1.13 17:14:08 v0.1.14 17:14:08 v0.1.15 17:14:08 v0.1.16 17:14:08 v0.1.17 17:14:08 v0.1.18 17:14:08 v0.1.19 17:14:08 v0.1.2 17:14:08 v0.1.20 17:14:08 v0.1.21 17:14:08 v0.1.22 17:14:08 v0.1.23 17:14:08 v0.1.24 17:14:08 v0.1.25 17:14:08 v0.1.26 17:14:08 v0.1.27 17:14:08 v0.1.28 17:14:08 v0.1.29 17:14:08 v0.1.3 17:14:08 v0.1.30 17:14:08 v0.1.31 17:14:08 v0.1.4 17:14:08 v0.1.5 17:14:08 v0.1.6 17:14:08 v0.1.7 17:14:08 v0.1.8 17:14:08 v0.1.9 17:14:08 v2.0.0-dev.1 17:14:08 v2.0.0-dev.10 17:14:08 v2.0.0-dev.11 17:14:08 v2.0.0-dev.2 17:14:08 v2.0.0-dev.3 17:14:08 v2.0.0-dev.4 17:14:08 v2.0.0-dev.5 17:14:08 v2.0.0-dev.6 17:14:08 v2.0.0-dev.7 17:14:08 v2.0.0-dev.8 17:14:08 v2.0.0-dev.9 [Pipeline] sh 17:14:09 + lftools sign git-tag v2.0.0-dev.11 17:14:12 Signing Git tag with Sigul... 17:14:12 Signing v2.0.0-dev.11 [Pipeline] echo 17:14:13 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:14:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:14:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:14:14 $ docker stop --time=1 b423bfd62c05c9d0c16d3173c97aefe670733ec1421849abd2d633372033039c 17:14:17 $ docker rm -f b423bfd62c05c9d0c16d3173c97aefe670733ec1421849abd2d633372033039c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:14:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:14:18 . [Pipeline] withDockerContainer 17:14:18 prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container 17:14:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:14:21 $ docker top f7de14470fccbbdb703087c52b862276925647013c24b4b738c88af982be37ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:14:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:14:21 [ssh-agent] Looking for ssh-agent implementation... 17:14:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:14:22 $ docker exec f7de14470fccbbdb703087c52b862276925647013c24b4b738c88af982be37ac ssh-agent 17:14:22 SSH_AUTH_SOCK=/tmp/ssh-Gw7MdM8ITDNZ/agent.12 17:14:22 SSH_AGENT_PID=18 17:14:22 Running ssh-add (command line suppressed) 17:14:22 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4965083184843130754.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4965083184843130754.key) 17:14:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:14:23 + git semver bump pre 17:14:23 # -> Open(): unable to determine branch for HEAD 17:14:23 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 17:14:23 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 17:14:23 # $SEMVER_REMOTE_NAME = origin 17:14:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:14:23 # $SEMVER_USER_NAME = edgex-jenkins 17:14:23 # $SEMVER_BRANCH = master 17:14:23 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 17:14:23 2.0.0-dev.12 [Pipeline] } 17:14:23 $ docker exec --env ******** --env ******** f7de14470fccbbdb703087c52b862276925647013c24b4b738c88af982be37ac ssh-agent -k 17:14:24 unset SSH_AUTH_SOCK; 17:14:24 unset SSH_AGENT_PID; 17:14:24 echo Agent pid 18 killed; 17:14:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:14:25 + git semver [Pipeline] } 17:14:25 $ docker stop --time=1 f7de14470fccbbdb703087c52b862276925647013c24b4b738c88af982be37ac 17:14:27 $ docker rm -f f7de14470fccbbdb703087c52b862276925647013c24b4b738c88af982be37ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:14:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:14:28 . [Pipeline] withDockerContainer 17:14:29 prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container 17:14:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:14:31 $ docker top 177b7ec81c441d4f4c2e38283d29d640569b96298f87992f3083d1f5f7a04d32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:14:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:14:32 [ssh-agent] Looking for ssh-agent implementation... 17:14:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:14:32 $ docker exec 177b7ec81c441d4f4c2e38283d29d640569b96298f87992f3083d1f5f7a04d32 ssh-agent 17:14:33 SSH_AUTH_SOCK=/tmp/ssh-QITtYeOCS8o0/agent.11 17:14:33 SSH_AGENT_PID=17 17:14:33 Running ssh-add (command line suppressed) 17:14:34 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_9063850008264756650.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_9063850008264756650.key) 17:14:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:14:35 + git semver push 17:14:35 # -> Open(): unable to determine branch for HEAD 17:14:35 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 17:14:35 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 17:14:35 # $SEMVER_REMOTE_NAME = origin 17:14:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:14:35 # $SEMVER_USER_NAME = edgex-jenkins 17:14:35 # $SEMVER_BRANCH = master 17:14:35 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 17:14:40 $ docker exec --env ******** --env ******** 177b7ec81c441d4f4c2e38283d29d640569b96298f87992f3083d1f5f7a04d32 ssh-agent -k 17:14:41 unset SSH_AUTH_SOCK; 17:14:41 unset SSH_AGENT_PID; 17:14:41 echo Agent pid 17 killed; 17:14:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:14:41 + git semver [Pipeline] } 17:14:41 $ docker stop --time=1 177b7ec81c441d4f4c2e38283d29d640569b96298f87992f3083d1f5f7a04d32 17:14:43 $ docker rm -f 177b7ec81c441d4f4c2e38283d29d640569b96298f87992f3083d1f5f7a04d32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:14:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:14:45 ---> package-listing.sh 17:14:45 ++ facter osfamily 17:14:45 ++ tr '[:upper:]' '[:lower:]' 17:14:46 + OS_FAMILY=redhat 17:14:46 + workspace=/w/workspace/xfoundry_go-mod-messaging_master 17:14:46 + START_PACKAGES=/tmp/packages_start.txt 17:14:46 + END_PACKAGES=/tmp/packages_end.txt 17:14:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:14:46 + PACKAGES=/tmp/packages_start.txt 17:14:46 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 17:14:46 + PACKAGES=/tmp/packages_end.txt 17:14:46 + case "${OS_FAMILY}" in 17:14:46 + rpm -qa 17:14:46 + sort 17:14:54 + '[' -f /tmp/packages_start.txt ']' 17:14:54 + '[' -f /tmp/packages_end.txt ']' 17:14:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:14:54 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 17:14:54 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ 17:14:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo 17:14:54 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:14:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:14:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:14:54 17:14:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:14:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:14:55 alpine: Pulling from edgex-lftools-log-publisher 17:14:55 df20fa9351a1: Pulling fs layer 17:14:55 36b3adc4ff6f: Pulling fs layer 17:14:55 8ad3a11d3b57: Pulling fs layer 17:14:55 46f8f816bc3b: Pulling fs layer 17:14:55 93b61091891f: Pulling fs layer 17:14:55 93b9cdb0e59b: Pulling fs layer 17:14:55 5e14af77c1be: Pulling fs layer 17:14:55 01666e4c0597: Pulling fs layer 17:14:55 aa168da1d23b: Pulling fs layer 17:14:55 46f8f816bc3b: Waiting 17:14:55 93b61091891f: Waiting 17:14:55 93b9cdb0e59b: Waiting 17:14:55 01666e4c0597: Waiting 17:14:55 aa168da1d23b: Waiting 17:14:55 5e14af77c1be: Waiting 17:14:55 36b3adc4ff6f: Verifying Checksum 17:14:55 36b3adc4ff6f: Download complete 17:14:55 46f8f816bc3b: Verifying Checksum 17:14:55 46f8f816bc3b: Download complete 17:14:55 df20fa9351a1: Verifying Checksum 17:14:55 df20fa9351a1: Download complete 17:14:55 93b9cdb0e59b: Verifying Checksum 17:14:55 93b9cdb0e59b: Download complete 17:14:55 5e14af77c1be: Verifying Checksum 17:14:55 5e14af77c1be: Download complete 17:14:55 01666e4c0597: Verifying Checksum 17:14:55 01666e4c0597: Download complete 17:14:55 93b61091891f: Download complete 17:14:55 8ad3a11d3b57: Verifying Checksum 17:14:55 8ad3a11d3b57: Download complete 17:14:56 df20fa9351a1: Pull complete 17:14:56 36b3adc4ff6f: Pull complete 17:14:58 8ad3a11d3b57: Pull complete 17:14:58 46f8f816bc3b: Pull complete 17:14:59 93b61091891f: Pull complete 17:14:59 93b9cdb0e59b: Pull complete 17:14:59 aa168da1d23b: Verifying Checksum 17:14:59 aa168da1d23b: Download complete 17:15:00 5e14af77c1be: Pull complete 17:15:00 01666e4c0597: Pull complete 17:15:24 aa168da1d23b: Pull complete 17:15:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:15:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:15:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:15:24 prd-centos7-docker-4c-2g-1211 does not seem to be running inside a container 17:15:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:15:27 $ docker top cae8e3e53be639a5264ddeea627c70267b40c0aec9cb82a90464beee2d671546 -eo pid,comm [Pipeline] { [Pipeline] sh 17:15:29 + touch /tmp/pre-build-complete [Pipeline] sh 17:15:29 + mkdir -p /var/log/sa [Pipeline] sh 17:15:29 + ls /var/log/sa-host 17:15:30 + sadf -c /var/log/sa-host/sa20 17:15:30 file_magic: OK 17:15:30 HZ: Using current value: 100 17:15:30 file_header: OK 17:15:30 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:15:30 Statistics: 17:15:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:15:30 File successfully converted to sysstat format version 12.2.1 17:15:30 + sadf -c /var/log/sa-host/sa23 17:15:30 file_magic: OK 17:15:30 HZ: Using current value: 100 17:15:30 file_header: OK 17:15:30 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:15:30 Statistics: 17:15:30 Hnuu...uuuununununu... 17:15:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:15:30 provisioning config files... 17:15:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5823177838370971234tmp [Pipeline] { [Pipeline] echo 17:15:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:15:31 ---> create-netrc.sh [Pipeline] } 17:15:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:15:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:15:32 ---> python-tools-install.sh [Pipeline] echo 17:15:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:15:33 ---> sudo-logs.sh 17:15:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:15:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:15:34 ---> job-cost.sh 17:15:34 lf-activate-venv: SKIPPING 17:15:34 DEBUG: total: 0.20999999344348907 17:15:34 INFO: Retrieving Stack Cost... 17:15:35 INFO: Retrieving Pricing Info for: v1-standard-2 17:15:36 INFO: Archiving Costs [Pipeline] echo 17:15:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:15:36 ---> logs-deploy.sh 17:15:36 lf-activate-venv: SKIPPING 17:15:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/33 17:15:36 INFO: archiving workspace using pattern(s): 17:15:39 Archives upload complete. 17:15:39 INFO: archiving logs to Nexus 17:15:41 ---> uname -a: 17:15:41 Linux prd-centos7-docker-4c-2g-1211.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:15:41 17:15:41 17:15:41 ---> lscpu: 17:15:41 Architecture: x86_64 17:15:41 CPU op-mode(s): 32-bit, 64-bit 17:15:41 Byte Order: Little Endian 17:15:41 Address sizes: 40 bits physical, 48 bits virtual 17:15:41 CPU(s): 4 17:15:41 On-line CPU(s) list: 0-3 17:15:41 Thread(s) per core: 1 17:15:41 Core(s) per socket: 1 17:15:41 Socket(s): 4 17:15:41 NUMA node(s): 1 17:15:41 Vendor ID: GenuineIntel 17:15:41 CPU family: 6 17:15:41 Model: 44 17:15:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:15:41 Stepping: 1 17:15:41 CPU MHz: 2933.438 17:15:41 BogoMIPS: 5866.87 17:15:41 Virtualization: VT-x 17:15:41 Hypervisor vendor: KVM 17:15:41 Virtualization type: full 17:15:41 L1d cache: 128 KiB 17:15:41 L1i cache: 128 KiB 17:15:41 L2 cache: 16 MiB 17:15:41 L3 cache: 64 MiB 17:15:41 NUMA node0 CPU(s): 0-3 17:15:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:15:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:15:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:15:41 Vulnerability Meltdown: Mitigation; PTI 17:15:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:15:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:15:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:15:41 Vulnerability Srbds: Not affected 17:15:41 Vulnerability Tsx async abort: Not affected 17:15:41 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:15:41 17:15:41 17:15:41 ---> nproc: 17:15:41 4 17:15:41 17:15:41 17:15:41 ---> df -h: 17:15:41 Filesystem Size Used Available Use% Mounted on 17:15:41 overlay 50.0G 8.5G 41.4G 17% / 17:15:41 tmpfs 64.0M 0 64.0M 0% /dev 17:15:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:15:41 shm 64.0M 0 64.0M 0% /dev/shm 17:15:41 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 17:15:41 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 17:15:41 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 17:15:41 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 17:15:41 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 17:15:41 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master 17:15:41 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 17:15:41 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master@tmp 17:15:41 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 17:15:41 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 17:15:41 17:15:41 17:15:41 ---> free -m: 17:15:41 total used free shared buff/cache available 17:15:41 Mem: 1837 839 157 0 839 932 17:15:41 Swap: 1023 3 1020 17:15:41 17:15:41 17:15:41 ---> ip addr: 17:15:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:15:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:15:41 inet 127.0.0.1/8 scope host lo 17:15:41 valid_lft forever preferred_lft forever 17:15:41 inet6 ::1/128 scope host 17:15:41 valid_lft forever preferred_lft forever 17:15:41 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:15:41 link/ether fa:16:3e:c8:d3:cc brd ff:ff:ff:ff:ff:ff 17:15:41 inet 10.30.123.88/23 brd 10.30.123.255 scope global dynamic eth0 17:15:41 valid_lft 85696sec preferred_lft 85696sec 17:15:41 inet6 fe80::f816:3eff:fec8:d3cc/64 scope link 17:15:41 valid_lft forever preferred_lft forever 17:15:41 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:15:41 link/ether 02:42:93:fd:e7:43 brd ff:ff:ff:ff:ff:ff 17:15:41 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:15:41 valid_lft forever preferred_lft forever 17:15:41 inet6 fe80::42:93ff:fefd:e743/64 scope link 17:15:41 valid_lft forever preferred_lft forever 17:15:41 17:15:41 17:15:41 ---> sar -b -r -n DEV: 17:15:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 17:15:41 17:15:41 17:03:41 LINUX RESTART (4 CPU) 17:15:41 17:15:41 17:05:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:15:41 17:06:01 46.54 13.94 32.60 0.00 4662.35 2365.47 0.00 17:15:41 17:07:01 1.36 0.00 1.36 0.00 0.00 22.32 0.00 17:15:41 17:08:01 0.45 0.00 0.45 0.00 0.00 6.77 0.00 17:15:41 17:09:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 17:15:41 17:10:01 0.23 0.00 0.23 0.00 0.00 3.20 0.00 17:15:41 17:11:01 0.30 0.00 0.30 0.00 0.00 3.51 0.00 17:15:41 17:12:01 1.61 0.33 1.28 0.00 163.91 27.82 0.00 17:15:41 17:13:02 295.81 177.62 118.19 0.00 8413.64 33975.32 0.00 17:15:41 17:14:01 180.47 51.52 128.95 0.00 3010.36 30764.53 0.00 17:15:41 17:15:02 99.39 67.40 31.99 0.00 4985.87 8455.47 0.00 17:15:41 Average: 62.63 31.14 31.49 0.00 2116.19 7563.28 0.00 17:15:41 17:15:41 17:05:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:15:41 17:06:01 146124 0 607108 32.27 2620 1125692 1144620 39.06 427124 1108852 136 17:15:41 17:07:01 153652 0 599576 31.87 2620 1125696 1067172 36.42 434544 1095592 16 17:15:41 17:08:01 148884 0 604340 32.12 2620 1125700 1067560 36.43 434964 1100160 16 17:15:41 17:09:01 146812 0 606408 32.23 2620 1125704 1067572 36.43 443076 1093968 12 17:15:41 17:10:01 147672 0 605544 32.18 2620 1125708 1067428 36.43 442112 1094304 16 17:15:41 17:11:01 146488 0 606720 32.25 2620 1125716 1067320 36.43 443340 1094304 12 17:15:41 17:12:01 100304 0 647884 34.43 2620 1130736 1294600 44.18 480716 1097948 57348 17:15:41 17:13:02 141892 0 717388 38.13 2596 1019668 1402476 47.86 540744 948016 60 17:15:41 17:14:01 74736 0 836420 44.45 1844 968544 1433016 48.91 611752 848496 10048 17:15:41 17:15:02 71180 0 838308 44.55 1512 970544 1611104 54.98 638700 831708 27880 17:15:41 Average: 127774 0 666970 35.45 2429 1084371 1222287 41.71 489707 1031335 9554 17:15:41 17:15:41 17:05:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:15:41 17:06:01 eth0 162.53 108.29 567.59 41.85 0.00 0.00 0.00 0.00 17:15:41 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:06:01 docker0 1.41 1.31 0.41 3.53 0.00 0.00 0.00 0.00 17:15:41 17:07:01 eth0 2.11 0.80 3.03 0.09 0.00 0.00 0.00 0.00 17:15:41 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:08:01 eth0 0.96 0.35 0.32 0.17 0.00 0.00 0.00 0.00 17:15:41 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:09:01 eth0 0.50 0.30 0.27 0.23 0.00 0.00 0.00 0.00 17:15:41 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:10:01 eth0 0.22 0.20 0.08 0.08 0.00 0.00 0.00 0.00 17:15:41 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:11:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:15:41 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:12:01 eth0 114.57 92.44 917.16 33.95 0.00 0.00 0.00 0.00 17:15:41 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:13:02 vethc8b268b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:15:41 17:13:02 eth0 327.47 269.25 3224.56 29.85 0.00 0.00 0.00 0.00 17:15:41 17:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:13:02 docker0 12.62 12.07 1.22 45.24 0.00 0.00 0.00 0.00 17:15:41 17:14:01 eth0 385.41 316.36 3403.33 89.72 0.00 0.00 0.00 0.00 17:15:41 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:14:01 veth4adfbe3 12.99 25.40 0.92 168.32 0.00 0.00 0.00 0.00 17:15:41 17:14:01 docker0 12.99 25.26 0.74 168.31 0.00 0.00 0.00 0.00 17:15:41 17:15:02 eth0 256.46 205.23 2275.18 39.56 0.00 0.00 0.00 0.00 17:15:41 17:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 17:15:02 docker0 8.92 14.74 0.74 77.50 0.00 0.00 0.00 0.00 17:15:41 Average: eth0 124.79 99.20 1039.71 23.45 0.00 0.00 0.00 0.00 17:15:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:41 Average: docker0 3.60 5.34 0.31 29.46 0.00 0.00 0.00 0.00 17:15:41 17:15:41 17:15:41 ---> sar -P ALL: 17:15:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 17:15:41 17:15:41 17:03:41 LINUX RESTART (4 CPU) 17:15:41 17:15:41 17:05:03 CPU %user %nice %system %iowait %steal %idle 17:15:41 17:06:01 all 4.05 0.00 3.12 1.22 12.31 79.29 17:15:41 17:06:01 0 4.81 0.00 3.05 0.28 12.20 79.66 17:15:41 17:06:01 1 3.01 0.00 2.81 1.57 12.47 80.15 17:15:41 17:06:01 2 4.22 0.00 2.99 1.77 12.81 78.20 17:15:41 17:06:01 3 4.19 0.00 3.64 1.25 11.75 79.17 17:15:41 17:07:01 all 0.10 0.00 0.09 0.00 0.47 99.34 17:15:41 17:07:01 0 0.12 0.00 0.10 0.00 0.40 99.39 17:15:41 17:07:01 1 0.17 0.00 0.05 0.00 0.73 99.06 17:15:41 17:07:01 2 0.07 0.00 0.08 0.00 0.38 99.47 17:15:41 17:07:01 3 0.05 0.00 0.12 0.00 0.36 99.47 17:15:41 17:08:01 all 0.07 0.00 0.21 0.00 3.22 96.50 17:15:41 17:08:01 0 0.03 0.00 0.56 0.00 1.76 97.65 17:15:41 17:08:01 1 0.11 0.00 0.11 0.00 5.21 94.57 17:15:41 17:08:01 2 0.02 0.00 0.03 0.00 3.31 96.64 17:15:41 17:08:01 3 0.11 0.00 0.15 0.00 2.56 97.18 17:15:41 17:09:01 all 0.12 0.00 0.05 0.00 0.55 99.29 17:15:41 17:09:01 0 0.03 0.00 0.02 0.00 0.22 99.73 17:15:41 17:09:01 1 0.37 0.00 0.05 0.00 0.55 99.04 17:15:41 17:09:01 2 0.03 0.00 0.03 0.00 1.22 98.71 17:15:41 17:09:01 3 0.03 0.00 0.08 0.00 0.20 99.68 17:15:41 17:10:01 all 0.09 0.00 0.16 0.00 1.61 98.14 17:15:41 17:10:01 0 0.02 0.00 0.17 0.00 0.79 99.02 17:15:41 17:10:01 1 0.25 0.00 0.21 0.00 2.32 97.22 17:15:41 17:10:01 2 0.07 0.00 0.13 0.00 1.66 98.14 17:15:41 17:10:01 3 0.05 0.00 0.11 0.00 1.66 98.18 17:15:41 17:11:01 all 0.11 0.00 0.03 0.00 0.63 99.23 17:15:41 17:11:01 0 0.00 0.00 0.02 0.00 0.12 99.87 17:15:41 17:11:01 1 0.02 0.00 0.02 0.00 0.47 99.50 17:15:41 17:11:01 2 0.36 0.00 0.03 0.00 1.40 98.20 17:15:41 17:11:01 3 0.05 0.00 0.07 0.00 0.53 99.35 17:15:41 17:12:01 all 0.96 0.00 0.69 0.04 1.86 96.46 17:15:41 17:12:01 0 0.90 0.00 0.58 0.02 1.85 96.64 17:15:41 17:12:01 1 1.17 0.00 0.63 0.07 1.84 96.29 17:15:41 17:12:01 2 0.93 0.00 0.88 0.07 1.95 96.16 17:15:41 17:12:01 3 0.83 0.00 0.65 0.02 1.78 96.72 17:15:41 17:13:02 all 5.17 0.00 5.51 2.50 28.34 58.49 17:15:41 17:13:02 0 4.86 0.00 5.47 2.69 28.86 58.12 17:15:41 17:13:02 1 4.25 0.00 5.04 2.30 28.32 60.08 17:15:41 17:13:02 2 5.86 0.00 5.33 1.61 26.68 60.52 17:15:41 17:13:02 3 5.72 0.00 6.21 3.41 29.50 55.16 17:15:41 17:14:01 all 6.15 0.00 6.42 1.92 29.74 55.78 17:15:41 17:14:01 0 6.05 0.00 7.34 2.23 30.69 53.69 17:15:41 17:14:01 1 5.56 0.00 5.75 1.35 30.00 57.33 17:15:41 17:14:01 2 7.00 0.00 6.66 3.49 28.54 54.30 17:15:41 17:14:01 3 6.01 0.00 5.94 0.66 29.70 57.69 17:15:41 17:15:02 all 5.38 0.00 5.90 2.79 17.26 68.67 17:15:41 17:15:02 0 8.47 0.00 8.08 1.81 16.34 65.30 17:15:41 17:15:02 1 2.87 0.00 5.04 2.06 18.18 71.85 17:15:41 17:15:02 2 7.07 0.00 5.29 6.85 17.29 63.51 17:15:41 17:15:02 3 3.32 0.00 5.30 0.48 17.19 73.70 17:15:41 Average: all 2.30 0.00 2.31 0.88 10.01 84.49 17:15:41 Average: 0 2.61 0.00 2.64 0.74 9.74 84.26 17:15:41 Average: 1 1.85 0.00 2.07 0.77 10.50 84.80 17:15:41 Average: 2 2.65 0.00 2.22 1.43 9.84 83.86 17:15:41 Average: 3 2.11 0.00 2.32 0.60 9.93 85.04 17:15:41 17:15:41 17:15:41