Pull request #63 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 68509475b9f91c5c7b0935ae696b8b2b953206cb+76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 (a8fa5b1d068403703381383fdc97f0cd3aa8c93c) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:patch] ========================================================= [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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18505 in /w/workspace/exfoundry_go-mod-messaging_PR-63 [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/exfoundry_go-mod-messaging_PR-63 # 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 Merging remotes/origin/master commit 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 into PR head commit 68509475b9f91c5c7b0935ae696b8b2b953206cb Merge succeeded, producing 68509475b9f91c5c7b0935ae696b8b2b953206cb Checking out Revision 68509475b9f91c5c7b0935ae696b8b2b953206cb (PR-63) > 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/pull/63/head:refs/remotes/origin/PR-63 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68509475b9f91c5c7b0935ae696b8b2b953206cb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68509475b9f91c5c7b0935ae696b8b2b953206cb # timeout=10 Commit message: "Bump github.com/stretchr/testify from 1.3.0 to 1.6.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 18a603ae686fe9a2ac4d6dafe55cc3dc6a998ac8 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:31:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:31:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:31:57 ========================================================= 15:31:57 EdgeX Global Pipelines Version Info 15:31:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:31:58 ------------------- 15:31:58 stable info: 15:31:58 ------------------- 15:31:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:31:58 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 15:31:58 Message: update stable to v1.0.173 15:31:59 ------------------- 15:31:59 experimental info: 15:31:59 ------------------- 15:31:59 Commited By: **** collab-it+edgex@linuxfoundation.org 15:31:59 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 15:31:59 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:31:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 15:31:59 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 15:32:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:32:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:32:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:32:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:32:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:32:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:32:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:32:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:32:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:32:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 15:32:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:32:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:32:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:32:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:32:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:32:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:32:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:32:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:32:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:32:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:32:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:32:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:32:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:32:02 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:32:02 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:32:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-63 [Pipeline] echo 15:32:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-63 [Pipeline] echo 15:32:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-63 [Pipeline] echo 15:32:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68509475b9f91c5c7b0935ae696b8b2b953206cb [Pipeline] echo 15:32:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6850947 [Pipeline] echo 15:32:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:32:04 + git log --format=format:%s -1 68509475b9f91c5c7b0935ae696b8b2b953206cb [Pipeline] echo 15:32:04 GIT_COMMIT: 68509475b9f91c5c7b0935ae696b8b2b953206cb, Commit Message: Bump github.com/stretchr/testify from 1.3.0 to 1.6.1 [Pipeline] echo 15:32:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:32:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:04 15:32:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:32:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:05 latest: Pulling from edgex-devops/git-semver 15:32:05 31603596830f: Pulling fs layer 15:32:05 2a8b12db71e7: Pulling fs layer 15:32:05 6ca5941a6612: Pulling fs layer 15:32:05 ecc8261a40a4: Pulling fs layer 15:32:05 ecc8261a40a4: Waiting 15:32:05 2a8b12db71e7: Verifying Checksum 15:32:05 2a8b12db71e7: Download complete 15:32:05 31603596830f: Verifying Checksum 15:32:05 31603596830f: Download complete 15:32:05 ecc8261a40a4: Verifying Checksum 15:32:05 ecc8261a40a4: Download complete 15:32:05 6ca5941a6612: Verifying Checksum 15:32:05 6ca5941a6612: Download complete 15:32:05 31603596830f: Pull complete 15:32:06 2a8b12db71e7: Pull complete 15:32:07 6ca5941a6612: Pull complete 15:32:07 ecc8261a40a4: Pull complete 15:32:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:32:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:32:07 prd-centos7-docker-4c-2g-18505 does not seem to be running inside a container 15:32:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-63 -v /w/workspace/exfoundry_go-mod-messaging_PR-63:/w/workspace/exfoundry_go-mod-messaging_PR-63:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-63@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-63@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:32:10 $ docker top 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:32:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:32:10 [ssh-agent] Looking for ssh-agent implementation... 15:32:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:32:10 $ docker exec 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 ssh-agent 15:32:10 SSH_AUTH_SOCK=/tmp/ssh-A1yqwEJ7zzAU/agent.12 15:32:10 SSH_AGENT_PID=17 15:32:10 Running ssh-add (command line suppressed) 15:32:10 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/private_key_300899076756648300.key (/w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/private_key_300899076756648300.key) 15:32:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:32:11 + git tag --points-at HEAD [Pipeline] } 15:32:11 $ docker exec --env ******** --env ******** 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 ssh-agent -k 15:32:11 unset SSH_AUTH_SOCK; 15:32:11 unset SSH_AGENT_PID; 15:32:11 echo Agent pid 17 killed; 15:32:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:32:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:32:11 [ssh-agent] Looking for ssh-agent implementation... 15:32:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:32:11 $ docker exec 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 ssh-agent 15:32:12 SSH_AUTH_SOCK=/tmp/ssh-dWWCFnHkU82u/agent.45 15:32:12 SSH_AGENT_PID=51 15:32:12 Running ssh-add (command line suppressed) 15:32:12 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/private_key_9028618041924090736.key (/w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/private_key_9028618041924090736.key) 15:32:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:32:12 + git semver init 15:32:12 # -> Open(): unable to determine branch for HEAD 15:32:12 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-63/.git 15:32:12 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-63 15:32:12 # $SEMVER_REMOTE_NAME = origin 15:32:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:32:12 # $SEMVER_USER_NAME = edgex-jenkins 15:32:12 # $SEMVER_BRANCH = PR-63 15:32:12 # $SEMVER_TEMP = /tmp/semver-088860728 15:32:12 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 15:32:12 # '/tmp/semver-088860728' -> '/w/workspace/exfoundry_go-mod-messaging_PR-63/.semver' 15:32:12 # -> Force: false 15:32:13 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-63/.semver [Pipeline] } 15:32:13 $ docker exec --env ******** --env ******** 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 ssh-agent -k 15:32:13 unset SSH_AUTH_SOCK; 15:32:13 unset SSH_AGENT_PID; 15:32:13 echo Agent pid 51 killed; 15:32:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:32:13 + git semver [Pipeline] } 15:32:14 $ docker stop --time=1 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 15:32:15 $ docker rm -f 838205390d68b362d5534a8cb8e387330400bd8f3328f420a530bed44a62cbb3 [Pipeline] // withDockerContainer [Pipeline] sh 15:32:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:32:16 Stashed 1 file(s) [Pipeline] echo 15:32:16 [edgeXSemver]: initialized semver on version 0.0.0 [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 15:32:32 Still waiting to schedule task 15:32:32 Executor slot already in use; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18503’ is offline; ‘prd-centos7-docker-4c-2g-18508’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18506’ doesn’t have label ‘centos7-docker-4c-2g’ 15:32:32 Still waiting to schedule task 15:32:32 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:36:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18510 in /w/workspace/exfoundry_go-mod-messaging_PR-63 [Pipeline] { [Pipeline] ws 15:36:10 Running in /w/workspace/go-mod-messaging/5 [Pipeline] { [Pipeline] checkout 15:36:15 using credential edgex-jenkins-ssh 15:36:15 Cloning the remote Git repository 15:36:15 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 15:36:15 > git init /w/workspace/go-mod-messaging/5 # timeout=10 15:36:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:36:15 > git --version # timeout=10 15:36:16 > git --version # 'git version 2.17.1' 15:36:16 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:36:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:36:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:36:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:36:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:36:16 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/63/head:refs/remotes/origin/PR-63 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:17 Merging remotes/origin/master commit 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 into PR head commit 68509475b9f91c5c7b0935ae696b8b2b953206cb 15:36:17 Merge succeeded, producing 68509475b9f91c5c7b0935ae696b8b2b953206cb 15:36:17 Checking out Revision 68509475b9f91c5c7b0935ae696b8b2b953206cb (PR-63) 15:36:17 > git config core.sparsecheckout # timeout=10 15:36:17 > git checkout -f 68509475b9f91c5c7b0935ae696b8b2b953206cb # timeout=10 15:36:17 > git remote # timeout=10 15:36:17 > git config --get remote.origin.url # timeout=10 15:36:17 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:17 > git merge 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 # timeout=10 15:36:17 > git rev-parse HEAD^{commit} # timeout=10 15:36:17 > git config core.sparsecheckout # timeout=10 15:36:17 > git checkout -f 68509475b9f91c5c7b0935ae696b8b2b953206cb # timeout=10 15:36:22 Commit message: "Bump github.com/stretchr/testify from 1.3.0 to 1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:36:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:36:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:36:24 + true 15:36:24 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 15:36:27 ========================================================= 15:36:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:36:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:36:27 + 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 . 15:36:28 Sending build context to Docker daemon 492kB 15:36:28 Step 1/7 : ARG BASE=golang:1.15-alpine 15:36:28 Step 2/7 : FROM ${BASE} 15:36:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:36:29 5f621e34cdf4: Pulling fs layer 15:36:29 a4357932f1b6: Pulling fs layer 15:36:29 18c013af1878: Pulling fs layer 15:36:29 00ac8860ef70: Pulling fs layer 15:36:29 63d7cb157983: Pulling fs layer 15:36:29 b116817d02f9: Pulling fs layer 15:36:29 745a02a5169b: Pulling fs layer 15:36:29 00ac8860ef70: Waiting 15:36:29 63d7cb157983: Waiting 15:36:29 b116817d02f9: Waiting 15:36:29 745a02a5169b: Waiting 15:36:29 18c013af1878: Download complete 15:36:29 a4357932f1b6: Verifying Checksum 15:36:29 a4357932f1b6: Download complete 15:36:29 63d7cb157983: Download complete 15:36:29 b116817d02f9: Verifying Checksum 15:36:29 b116817d02f9: Download complete 15:36:29 5f621e34cdf4: Download complete 15:36:29 5f621e34cdf4: Pull complete 15:36:30 a4357932f1b6: Pull complete 15:36:30 18c013af1878: Pull complete 15:36:31 745a02a5169b: Verifying Checksum 15:36:31 745a02a5169b: Download complete 15:36:32 00ac8860ef70: Verifying Checksum 15:36:32 00ac8860ef70: Download complete 15:36:42 00ac8860ef70: Pull complete 15:36:42 63d7cb157983: Pull complete 15:36:43 b116817d02f9: Pull complete 15:36:47 745a02a5169b: Pull complete 15:36:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:36:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:36:47 ---> b7e6874047d6 15:36:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:36:49 ---> Running in 43839d61daa5 15:36:50 Removing intermediate container 43839d61daa5 15:36:50 ---> 2ac850040ceb 15:36:50 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 15:36:50 ---> Running in de8231892d7d 15:36:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:36:52 (1/5) Installing libsodium (1.0.18-r0) 15:36:52 (2/5) Installing libzmq (4.3.3-r0) 15:36:52 (3/5) Installing pkgconf (1.7.2-r0) 15:36:52 (4/5) Installing libsodium-dev (1.0.18-r0) 15:36:52 (5/5) Installing zeromq-dev (4.3.3-r0) 15:36:52 Executing busybox-1.31.1-r19.trigger 15:36:52 OK: 144 MiB in 44 packages 15:36:54 Removing intermediate container de8231892d7d 15:36:54 ---> 2e074e152a68 15:36:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:36:54 ---> Running in f3fc4061e1cb 15:36:55 Removing intermediate container f3fc4061e1cb 15:36:55 ---> 695544f1ee1d 15:36:55 Step 6/7 : COPY go.mod . 15:36:55 ---> 27857c288ada 15:36:55 Step 7/7 : RUN go mod download 15:36:55 ---> Running in 46e6b59c8da7 15:37:10 Running on prd-centos7-docker-4c-2g-18511 in /w/workspace/exfoundry_go-mod-messaging_PR-63 [Pipeline] { [Pipeline] ws 15:37:11 Running in /w/workspace/go-mod-messaging/5 [Pipeline] { 15:37:11 Removing intermediate container 46e6b59c8da7 15:37:11 ---> fb51655a2ec5 15:37:11 Successfully built fb51655a2ec5 15:37:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh 15:37:11 + docker inspect -f . ci-base-image-arm64 15:37:11 . [Pipeline] withDockerContainer 15:37:11 prd-ubuntu18.04-docker-arm64-4c-16g-18510 does not seem to be running inside a container 15:37:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/5 -v /w/workspace/go-mod-messaging/5:/w/workspace/go-mod-messaging/5:rw,z -v /w/workspace/go-mod-messaging/5@tmp:/w/workspace/go-mod-messaging/5@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:37:13 $ docker top e7026962575cdc1cefd87f3c43c7eaec280c49406233fe810df5e624ea3cf755 -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:14 + go version 15:37:14 go version go1.15.5 linux/arm64 [Pipeline] } 15:37:14 $ docker stop --time=1 e7026962575cdc1cefd87f3c43c7eaec280c49406233fe810df5e624ea3cf755 15:37:16 $ docker rm -f e7026962575cdc1cefd87f3c43c7eaec280c49406233fe810df5e624ea3cf755 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:37:17 + docker inspect -f . ci-base-image-arm64 15:37:17 . [Pipeline] withDockerContainer 15:37:17 prd-ubuntu18.04-docker-arm64-4c-16g-18510 does not seem to be running inside a container 15:37:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/5 -v /w/workspace/go-mod-messaging/5:/w/workspace/go-mod-messaging/5:rw,z -v /w/workspace/go-mod-messaging/5@tmp:/w/workspace/go-mod-messaging/5@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:37:18 using credential edgex-jenkins-ssh 15:37:18 Cloning the remote Git repository 15:37:18 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 15:37:18 > git init /w/workspace/go-mod-messaging/5 # timeout=10 15:37:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:37:18 > git --version # timeout=10 15:37:18 > git --version # 'git version 2.24.3' 15:37:18 using GIT_SSH to set credentials SSH Credentials for GitHub 15:37:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:37:18 $ docker top a1f4e34b40944654b431a2bb4816b53033ca24d7648290c5ced553127737a850 -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:19 Merging remotes/origin/master commit 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 into PR head commit 68509475b9f91c5c7b0935ae696b8b2b953206cb 15:37:19 Merge succeeded, producing 68509475b9f91c5c7b0935ae696b8b2b953206cb 15:37:19 Checking out Revision 68509475b9f91c5c7b0935ae696b8b2b953206cb (PR-63) 15:37:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:37:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:37:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:37:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:37:19 using GIT_SSH to set credentials SSH Credentials for GitHub 15:37:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/63/head:refs/remotes/origin/PR-63 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:37:19 > git config core.sparsecheckout # timeout=10 15:37:19 > git checkout -f 68509475b9f91c5c7b0935ae696b8b2b953206cb # timeout=10 15:37:19 > git remote # timeout=10 15:37:19 > git config --get remote.origin.url # timeout=10 15:37:19 using GIT_SSH to set credentials SSH Credentials for GitHub 15:37:19 > git merge 76dc827b7b2c3e431c1a272d6da30ce80cfc52a6 # timeout=10 15:37:19 > git rev-parse HEAD^{commit} # timeout=10 15:37:19 + make test 15:37:19 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:37:19 > git config core.sparsecheckout # timeout=10 15:37:19 > git checkout -f 68509475b9f91c5c7b0935ae696b8b2b953206cb # timeout=10 15:37:23 Commit message: "Bump github.com/stretchr/testify from 1.3.0 to 1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:37:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:37:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:37:26 + true 15:37:26 + sudo service docker restart 15:37:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:37:27 ========================================================= 15:37:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:37:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:37:27 + 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 . 15:37:28 Sending build context to Docker daemon 494.6kB 15:37:28 Step 1/7 : ARG BASE=golang:1.15-alpine 15:37:28 Step 2/7 : FROM ${BASE} 15:37:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:37:28 188c0c94c7c5: Pulling fs layer 15:37:28 0ef7d3d256c8: Pulling fs layer 15:37:28 de9db76c5a1d: Pulling fs layer 15:37:28 bca2f99d35d6: Pulling fs layer 15:37:28 93359f2a8cfa: Pulling fs layer 15:37:28 7c6f9722023f: Pulling fs layer 15:37:28 a35cf1a2eb13: Pulling fs layer 15:37:28 93359f2a8cfa: Waiting 15:37:28 7c6f9722023f: Waiting 15:37:28 a35cf1a2eb13: Waiting 15:37:28 bca2f99d35d6: Waiting 15:37:28 de9db76c5a1d: Verifying Checksum 15:37:28 de9db76c5a1d: Download complete 15:37:28 0ef7d3d256c8: Verifying Checksum 15:37:28 0ef7d3d256c8: Download complete 15:37:28 93359f2a8cfa: Verifying Checksum 15:37:28 93359f2a8cfa: Download complete 15:37:28 7c6f9722023f: Verifying Checksum 15:37:28 7c6f9722023f: Download complete 15:37:28 188c0c94c7c5: Verifying Checksum 15:37:28 188c0c94c7c5: Download complete 15:37:29 188c0c94c7c5: Pull complete 15:37:30 0ef7d3d256c8: Pull complete 15:37:30 de9db76c5a1d: Pull complete 15:37:32 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 15:37:32 a35cf1a2eb13: Verifying Checksum 15:37:32 a35cf1a2eb13: Download complete 15:37:33 bca2f99d35d6: Download complete 15:37:43 bca2f99d35d6: Pull complete 15:37:43 93359f2a8cfa: Pull complete 15:37:43 7c6f9722023f: Pull complete 15:37:50 a35cf1a2eb13: Pull complete 15:37:50 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:37:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:37:50 ---> a62c8e92a672 15:37:50 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:37:50 ---> Running in ac055290b3d8 15:37:50 Removing intermediate container ac055290b3d8 15:37:50 ---> dd0374e0c524 15:37:50 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 15:37:50 ---> Running in 9fbf1b87e0f5 15:37:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:53 (1/5) Installing libsodium (1.0.18-r0) 15:37:53 (2/5) Installing libzmq (4.3.3-r0) 15:37:53 (3/5) Installing pkgconf (1.7.2-r0) 15:37:53 (4/5) Installing libsodium-dev (1.0.18-r0) 15:37:53 (5/5) Installing zeromq-dev (4.3.3-r0) 15:37:53 Executing busybox-1.31.1-r19.trigger 15:37:53 OK: 167 MiB in 44 packages 15:37:54 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.028s coverage: 89.0% of statements 15:37:54 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.022s coverage: 77.1% of statements 15:37:54 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 15:37:54 Removing intermediate container 9fbf1b87e0f5 15:37:54 ---> d913b4863390 15:37:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:37:54 ---> Running in 4ea5462eba80 15:37:55 Removing intermediate container 4ea5462eba80 15:37:55 ---> b957bd7abaeb 15:37:55 Step 6/7 : COPY go.mod . 15:37:55 ---> ec6342734fd9 15:37:55 Step 7/7 : RUN go mod download 15:37:55 ---> Running in dc380b37bb77 15:38:10 Removing intermediate container dc380b37bb77 15:38:10 ---> d0f3d53b961c 15:38:10 Successfully built d0f3d53b961c 15:38:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:38:11 + docker inspect -f . ci-base-image-x86_64 15:38:11 . [Pipeline] withDockerContainer 15:38:11 prd-centos7-docker-4c-2g-18511 does not seem to be running inside a container 15:38:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/5 -v /w/workspace/go-mod-messaging/5:/w/workspace/go-mod-messaging/5:rw,z -v /w/workspace/go-mod-messaging/5@tmp:/w/workspace/go-mod-messaging/5@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:38:12 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.375s coverage: 84.1% of statements 15:38:12 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.017s coverage: 85.7% of statements 15:38:12 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.032s coverage: 100.0% of statements 15:38:12 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.043s coverage: 100.0% of statements 15:38:12 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.014s coverage: 90.9% of statements 15:38:12 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:38:12 $ docker top d1b5028803d50939a5fbcdc57298974f34d84b326a53bcce99e0c98664d801bc -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:13 + go version 15:38:13 go version go1.15.5 linux/amd64 [Pipeline] } 15:38:13 $ docker stop --time=1 d1b5028803d50939a5fbcdc57298974f34d84b326a53bcce99e0c98664d801bc 15:38:13 gofmt -l . 15:38:13 [ "`gofmt -l .`" = "" ] 15:38:15 $ docker rm -f d1b5028803d50939a5fbcdc57298974f34d84b326a53bcce99e0c98664d801bc [Pipeline] // withDockerContainer [Pipeline] } 15:38:15 $ docker stop --time=1 a1f4e34b40944654b431a2bb4816b53033ca24d7648290c5ced553127737a850 15:38:17 $ docker rm -f a1f4e34b40944654b431a2bb4816b53033ca24d7648290c5ced553127737a850 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:38:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:38:19 + docker inspect -f . ci-base-image-x86_64 15:38:19 . [Pipeline] withDockerContainer 15:38:19 prd-centos7-docker-4c-2g-18511 does not seem to be running inside a container 15:38:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/5 -v /w/workspace/go-mod-messaging/5:/w/workspace/go-mod-messaging/5:rw,z -v /w/workspace/go-mod-messaging/5@tmp:/w/workspace/go-mod-messaging/5@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:38:19 Stashed 1 file(s) 15:38:20 $ docker top 93a4be84d575b0221267ef23764da9c27104e1c85e0243ba97b043b72b7bb5d5 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } 15:38:21 + make test 15:38:21 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:38:30 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 15:38:49 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.042s coverage: 89.0% of statements 15:38:49 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.017s coverage: 77.1% of statements 15:38:49 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 15:39:01 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.420s coverage: 84.1% of statements 15:39:01 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.013s coverage: 85.7% of statements 15:39:01 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.045s coverage: 100.0% of statements 15:39:01 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.008s coverage: 100.0% of statements 15:39:01 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.063s coverage: 90.9% of statements 15:39:01 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:39:02 gofmt -l . 15:39:02 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:39:02 $ docker stop --time=1 93a4be84d575b0221267ef23764da9c27104e1c85e0243ba97b043b72b7bb5d5 15:39:04 $ docker rm -f 93a4be84d575b0221267ef23764da9c27104e1c85e0243ba97b043b72b7bb5d5 [Pipeline] // withDockerContainer [Pipeline] sh 15:39:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:39:05 Warning: overwriting stash ‘coverage-report’ 15:39:05 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 [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 15:39:07 provisioning config files... 15:39:07 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/config3363034059921884690tmp [Pipeline] { [Pipeline] sh 15:39:08 + set +x 15:39:08 + curl -s https://codecov.io/bash 15:39:08 + bash -s -- 15:39:08 15:39:08 _____ _ 15:39:08 / ____| | | 15:39:08 | | ___ __| | ___ ___ _____ __ 15:39:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:39:08 | |___| (_) | (_| | __/ (_| (_) \ V / 15:39:08 \_____\___/ \__,_|\___|\___\___/ \_/ 15:39:08 Bash-20201231-23d4836 15:39:08 15:39:08 15:39:08 ==> git version 2.24.3 found 15:39:08 ==> 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 15:39:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:39:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:39:08 ==> Jenkins CI detected. 15:39:08 project root: . 15:39:08 --> token set from env 15:39:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:39:08 ==> Running gcov in . (disable via -X gcov) 15:39:08 ==> Python coveragepy not found 15:39:08 ==> Searching for coverage reports in: 15:39:08 + . 15:39:08 -> Found 1 reports 15:39:08 ==> Detecting git/mercurial file structure 15:39:08 ==> Reading reports 15:39:08 + ./coverage.out bytes=20975 15:39:08 ==> Appending adjustments 15:39:08 https://docs.codecov.io/docs/fixing-reports 15:39:08 + Found adjustments 15:39:08 ==> Gzipping contents 15:39:08 8.0K /tmp/codecov.NPOPp2.gz 15:39:08 ==> Uploading reports 15:39:08 url: https://codecov.io 15:39:08 query: branch=PR-63&commit=68509475b9f91c5c7b0935ae696b8b2b953206cb&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-63%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=63&job=&cmd_args= 15:39:08 -> Pinging Codecov 15:39:08 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-63&commit=68509475b9f91c5c7b0935ae696b8b2b953206cb&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-63%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=63&job=&cmd_args= 15:39:09 -> Uploading to 15:39:09 https://storage.googleapis.com/codecov/v4/raw/2021-01-05/F6E385568367DD0E4001BA4F8F1CB792/68509475b9f91c5c7b0935ae696b8b2b953206cb/3d076bac-cc4c-47c4-afe1-728cd80fb56f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T153909Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b8fe0c5ad27fbad6426c2d99c97874dfcbb0097d622a7898d874a739db39e935 15:39:09 % Total % Received % Xferd Average Speed Time Time Time Current 15:39:09 Dload Upload Total Spent Left Speed 15:39:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5229 0 0 100 5229 0 13410 --:--:-- --:--:-- --:--:-- 13442 15:39:10 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/68509475b9f91c5c7b0935ae696b8b2b953206cb [Pipeline] } 15:39:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:39:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:39:13 ---> package-listing.sh 15:39:13 ++ facter osfamily 15:39:13 ++ tr '[:upper:]' '[:lower:]' 15:39:13 + OS_FAMILY=redhat 15:39:13 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-63 15:39:13 + START_PACKAGES=/tmp/packages_start.txt 15:39:13 + END_PACKAGES=/tmp/packages_end.txt 15:39:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:39:13 + PACKAGES=/tmp/packages_start.txt 15:39:13 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-63 ']' 15:39:13 + PACKAGES=/tmp/packages_end.txt 15:39:13 + case "${OS_FAMILY}" in 15:39:13 + rpm -qa 15:39:13 + sort 15:39:18 + '[' -f /tmp/packages_start.txt ']' 15:39:18 + '[' -f /tmp/packages_end.txt ']' 15:39:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:39:18 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-63 ']' 15:39:18 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-63/archives/ 15:39:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-63/archives/ [Pipeline] echo 15:39:18 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/exfoundry_go-mod-messaging_PR-63/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:39:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:39:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:39:19 15:39:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:39:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:39:19 alpine: Pulling from edgex-lftools-log-publisher 15:39:19 df20fa9351a1: Pulling fs layer 15:39:19 36b3adc4ff6f: Pulling fs layer 15:39:19 8ad3a11d3b57: Pulling fs layer 15:39:19 46f8f816bc3b: Pulling fs layer 15:39:19 93b61091891f: Pulling fs layer 15:39:19 93b9cdb0e59b: Pulling fs layer 15:39:19 5e14af77c1be: Pulling fs layer 15:39:19 01666e4c0597: Pulling fs layer 15:39:19 aa168da1d23b: Pulling fs layer 15:39:19 46f8f816bc3b: Waiting 15:39:19 93b61091891f: Waiting 15:39:19 93b9cdb0e59b: Waiting 15:39:19 01666e4c0597: Waiting 15:39:19 5e14af77c1be: Waiting 15:39:19 aa168da1d23b: Waiting 15:39:19 36b3adc4ff6f: Verifying Checksum 15:39:19 36b3adc4ff6f: Download complete 15:39:19 46f8f816bc3b: Verifying Checksum 15:39:19 46f8f816bc3b: Download complete 15:39:19 df20fa9351a1: Verifying Checksum 15:39:19 df20fa9351a1: Download complete 15:39:19 93b9cdb0e59b: Verifying Checksum 15:39:19 93b9cdb0e59b: Download complete 15:39:19 5e14af77c1be: Verifying Checksum 15:39:19 5e14af77c1be: Download complete 15:39:19 01666e4c0597: Verifying Checksum 15:39:19 01666e4c0597: Download complete 15:39:19 8ad3a11d3b57: Verifying Checksum 15:39:19 8ad3a11d3b57: Download complete 15:39:19 93b61091891f: Verifying Checksum 15:39:19 93b61091891f: Download complete 15:39:19 df20fa9351a1: Pull complete 15:39:20 36b3adc4ff6f: Pull complete 15:39:21 8ad3a11d3b57: Pull complete 15:39:21 46f8f816bc3b: Pull complete 15:39:21 93b61091891f: Pull complete 15:39:21 aa168da1d23b: Verifying Checksum 15:39:21 aa168da1d23b: Download complete 15:39:21 93b9cdb0e59b: Pull complete 15:39:21 5e14af77c1be: Pull complete 15:39:22 01666e4c0597: Pull complete 15:39:29 aa168da1d23b: Pull complete 15:39:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:39:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:39:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:39:29 prd-centos7-docker-4c-2g-18505 does not seem to be running inside a container 15:39:29 $ 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/exfoundry_go-mod-messaging_PR-63/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_go-mod-messaging_PR-63 -v /w/workspace/exfoundry_go-mod-messaging_PR-63:/w/workspace/exfoundry_go-mod-messaging_PR-63:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-63@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-63@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:39:32 $ docker top 5dcba1036179a4c873c1bfab277aaa07f46b5360ac5fcd3b152056a3a0d0f9e6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:39:34 + touch /tmp/pre-build-complete [Pipeline] sh 15:39:34 + mkdir -p /var/log/sa [Pipeline] sh 15:39:35 + ls /var/log/sa-host 15:39:35 + sadf -c /var/log/sa-host/sa05 15:39:35 file_magic: OK 15:39:35 HZ: Using current value: 100 15:39:35 file_header: OK 15:39:35 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 15:39:35 Statistics: 15:39:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:39:35 File successfully converted to sysstat format version 12.2.1 15:39:35 + sadf -c /var/log/sa-host/sa23 15:39:35 file_magic: OK 15:39:35 HZ: Using current value: 100 15:39:35 file_header: OK 15:39:35 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 15:39:35 Statistics: 15:39:35 Hnuu...uuuununununu... 15:39:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:39:35 provisioning config files... 15:39:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-63@tmp/config59617709169975609tmp [Pipeline] { [Pipeline] echo 15:39:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:39:35 ---> create-netrc.sh [Pipeline] } 15:39:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:39:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:39:36 ---> python-tools-install.sh [Pipeline] echo 15:39:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:39:36 ---> sudo-logs.sh 15:39:36 Archiving 'sudo' log.. [Pipeline] echo 15:39:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:39:36 ---> job-cost.sh 15:39:36 lf-activate-venv: SKIPPING 15:39:36 INFO: No Stack... 15:39:38 INFO: Retrieving Pricing Info for: v1-standard-2 15:39:38 INFO: Archiving Costs [Pipeline] echo 15:39:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:39:38 ---> logs-deploy.sh 15:39:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-63/5 15:39:38 INFO: archiving workspace using pattern(s): 15:39:41 Archives upload complete. 15:39:41 INFO: archiving logs to Nexus 15:39:42 ---> uname -a: 15:39:42 Linux prd-centos7-docker-4c-2g-18505.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:39:42 15:39:42 15:39:42 ---> lscpu: 15:39:42 Architecture: x86_64 15:39:42 CPU op-mode(s): 32-bit, 64-bit 15:39:42 Byte Order: Little Endian 15:39:42 Address sizes: 40 bits physical, 48 bits virtual 15:39:42 CPU(s): 4 15:39:42 On-line CPU(s) list: 0-3 15:39:42 Thread(s) per core: 1 15:39:42 Core(s) per socket: 1 15:39:42 Socket(s): 4 15:39:42 NUMA node(s): 1 15:39:42 Vendor ID: GenuineIntel 15:39:42 CPU family: 6 15:39:42 Model: 44 15:39:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:39:42 Stepping: 1 15:39:42 CPU MHz: 2933.436 15:39:42 BogoMIPS: 5866.87 15:39:42 Virtualization: VT-x 15:39:42 Hypervisor vendor: KVM 15:39:42 Virtualization type: full 15:39:42 L1d cache: 128 KiB 15:39:42 L1i cache: 128 KiB 15:39:42 L2 cache: 16 MiB 15:39:42 L3 cache: 64 MiB 15:39:42 NUMA node0 CPU(s): 0-3 15:39:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:39:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:39:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:39:42 Vulnerability Meltdown: Mitigation; PTI 15:39:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:39:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:39:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:39:42 Vulnerability Srbds: Not affected 15:39:42 Vulnerability Tsx async abort: Not affected 15:39:42 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 15:39:42 15:39:42 15:39:42 ---> nproc: 15:39:42 4 15:39:42 15:39:42 15:39:42 ---> df -h: 15:39:42 Filesystem Size Used Available Use% Mounted on 15:39:42 overlay 50.0G 7.3G 42.7G 15% / 15:39:42 tmpfs 64.0M 0 64.0M 0% /dev 15:39:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:39:42 shm 64.0M 0 64.0M 0% /dev/shm 15:39:42 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 15:39:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 15:39:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 15:39:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 15:39:42 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-63@tmp 15:39:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 15:39:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 15:39:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 15:39:42 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 15:39:42 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-63 15:39:42 15:39:42 15:39:42 ---> free -m: 15:39:42 total used free shared buff/cache available 15:39:42 Mem: 1837 722 107 0 1007 1010 15:39:42 Swap: 1023 0 1023 15:39:42 15:39:42 15:39:42 ---> ip addr: 15:39:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:39:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:39:42 inet 127.0.0.1/8 scope host lo 15:39:42 valid_lft forever preferred_lft forever 15:39:42 inet6 ::1/128 scope host 15:39:42 valid_lft forever preferred_lft forever 15:39:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:39:42 link/ether fa:16:3e:02:f1:12 brd ff:ff:ff:ff:ff:ff 15:39:42 inet 10.30.123.127/23 brd 10.30.123.255 scope global dynamic eth0 15:39:42 valid_lft 85900sec preferred_lft 85900sec 15:39:42 inet6 fe80::f816:3eff:fe02:f112/64 scope link 15:39:42 valid_lft forever preferred_lft forever 15:39:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:39:42 link/ether 02:42:e4:c4:ce:03 brd ff:ff:ff:ff:ff:ff 15:39:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:39:42 valid_lft forever preferred_lft forever 15:39:42 inet6 fe80::42:e4ff:fec4:ce03/64 scope link 15:39:42 valid_lft forever preferred_lft forever 15:39:42 15:39:42 15:39:42 ---> sar -b -r -n DEV: 15:39:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 15:39:42 15:39:42 15:31:09 LINUX RESTART (4 CPU) 15:39:42 15:39:42 15:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:39:42 15:33:01 29.23 10.55 18.68 0.00 4306.50 2621.78 0.00 15:39:42 15:34:01 1.91 0.00 1.91 0.00 0.00 36.70 0.00 15:39:42 15:35:01 0.18 0.00 0.18 0.00 0.00 2.16 0.00 15:39:42 15:36:01 0.35 0.00 0.35 0.00 0.00 6.30 0.00 15:39:42 15:37:01 0.23 0.00 0.23 0.00 0.00 2.50 0.00 15:39:42 15:38:01 0.33 0.00 0.33 0.00 0.00 4.83 0.00 15:39:42 15:39:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 15:39:42 Average: 4.65 1.51 3.14 0.00 615.74 382.72 0.00 15:39:42 15:39:42 15:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:39:42 15:33:01 137196 0 628052 33.38 2620 1113676 1123240 38.33 424712 1120876 20 15:39:42 15:34:01 142020 0 623220 33.12 2620 1113684 1086612 37.08 423792 1117340 12 15:39:42 15:35:01 141772 0 623464 33.14 2620 1113688 1086744 37.09 439624 1102356 20 15:39:42 15:36:01 140404 0 624828 33.21 2620 1113692 1086612 37.08 440980 1102136 12 15:39:42 15:37:01 140032 0 625196 33.23 2620 1113696 1086744 37.09 439864 1103864 8 15:39:42 15:38:01 139844 0 625376 33.24 2620 1113704 1086816 37.09 440288 1103860 20 15:39:42 15:39:01 140980 0 624240 33.18 2620 1113704 1086612 37.08 439152 1103860 8 15:39:42 Average: 140321 0 624911 33.21 2620 1113692 1091911 37.27 435487 1107756 14 15:39:42 15:39:42 15:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:39:42 15:33:01 eth0 72.17 55.07 338.90 34.53 0.00 0.00 0.00 0.00 15:39:42 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 15:33:01 docker0 1.68 1.63 0.34 2.68 0.00 0.00 0.00 0.00 15:39:42 15:34:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 15:39:42 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 15:35:01 eth0 0.77 0.28 0.28 0.20 0.00 0.00 0.00 0.00 15:39:42 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 15:36:01 eth0 0.50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 15:39:42 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 15:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 15:37:01 eth0 1.32 0.42 0.46 0.27 0.00 0.00 0.00 0.00 15:39:42 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 15:38:01 eth0 0.53 0.28 0.27 0.20 0.00 0.00 0.00 0.00 15:39:42 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 15:39:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:39:42 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 Average: eth0 10.88 8.04 48.62 5.03 0.00 0.00 0.00 0.00 15:39:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:39:42 Average: docker0 0.24 0.23 0.05 0.38 0.00 0.00 0.00 0.00 15:39:42 15:39:42 15:39:42 ---> sar -P ALL: 15:39:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) 15:39:42 15:39:42 15:31:09 LINUX RESTART (4 CPU) 15:39:42 15:39:42 15:32:01 CPU %user %nice %system %iowait %steal %idle 15:39:42 15:33:01 all 2.72 0.00 1.91 0.53 0.34 94.50 15:39:42 15:33:01 0 2.63 0.00 1.99 0.17 0.37 94.84 15:39:42 15:33:01 1 2.38 0.00 1.52 0.35 0.33 95.41 15:39:42 15:33:01 2 2.60 0.00 2.36 1.32 0.34 93.38 15:39:42 15:33:01 3 3.27 0.00 1.76 0.27 0.32 94.38 15:39:42 15:34:01 all 0.15 0.00 0.06 0.00 0.08 99.71 15:39:42 15:34:01 0 0.38 0.00 0.05 0.00 0.03 99.53 15:39:42 15:34:01 1 0.02 0.00 0.03 0.00 0.07 99.88 15:39:42 15:34:01 2 0.15 0.00 0.10 0.00 0.22 99.53 15:39:42 15:34:01 3 0.05 0.00 0.07 0.00 0.00 99.88 15:39:42 15:35:01 all 0.11 0.00 0.07 0.00 0.00 99.82 15:39:42 15:35:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:39:42 15:35:01 1 0.23 0.00 0.08 0.00 0.00 99.68 15:39:42 15:35:01 2 0.13 0.00 0.13 0.00 0.02 99.72 15:39:42 15:35:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:39:42 15:36:01 all 0.15 0.00 0.03 0.00 0.00 99.82 15:39:42 15:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:39:42 15:36:01 1 0.50 0.00 0.03 0.00 0.00 99.47 15:39:42 15:36:01 2 0.05 0.00 0.05 0.00 0.02 99.88 15:39:42 15:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:39:42 15:37:01 all 0.17 0.00 0.10 0.00 0.03 99.71 15:39:42 15:37:01 0 0.03 0.00 0.08 0.00 0.02 99.87 15:39:42 15:37:01 1 0.55 0.00 0.08 0.00 0.03 99.33 15:39:42 15:37:01 2 0.05 0.00 0.12 0.00 0.03 99.80 15:39:42 15:37:01 3 0.03 0.00 0.10 0.00 0.02 99.85 15:39:42 15:38:01 all 0.08 0.00 0.05 0.00 0.03 99.85 15:39:42 15:38:01 0 0.03 0.00 0.03 0.00 0.03 99.90 15:39:42 15:38:01 1 0.15 0.00 0.08 0.00 0.05 99.72 15:39:42 15:38:01 2 0.03 0.00 0.03 0.00 0.03 99.90 15:39:42 15:38:01 3 0.10 0.00 0.03 0.00 0.00 99.87 15:39:42 15:39:01 all 0.08 0.00 0.04 0.00 0.00 99.87 15:39:42 15:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:39:42 15:39:01 1 0.22 0.00 0.07 0.00 0.00 99.72 15:39:42 15:39:01 2 0.03 0.00 0.03 0.00 0.02 99.92 15:39:42 15:39:01 3 0.05 0.00 0.03 0.00 0.00 99.92 15:39:42 Average: all 0.49 0.00 0.32 0.08 0.07 99.04 15:39:42 Average: 0 0.45 0.00 0.32 0.02 0.06 99.14 15:39:42 Average: 1 0.58 0.00 0.27 0.05 0.07 99.03 15:39:42 Average: 2 0.43 0.00 0.40 0.19 0.10 98.88 15:39:42 Average: 3 0.51 0.00 0.29 0.04 0.05 99.12 15:39:42 15:39:42 15:39:42