Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1293de4d9578f3042d3a270d86781b2d60a4f59 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17613 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 Checking out Revision d1293de4d9578f3042d3a270d86781b2d60a4f59 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f d1293de4d9578f3042d3a270d86781b2d60a4f59 # timeout=10 Commit message: "Merge pull request #81 from lenny-intel/re-subscribe" > git rev-list --no-walk 0bdc968e74254c748af0ee463d7309986ee294ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:55:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:55:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:55:52 ========================================================= 16:55:52 EdgeX Global Pipelines Version Info 16:55:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:55:54 ------------------- 16:55:54 stable info: 16:55:54 ------------------- 16:55:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:55:54 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:55:54 Message: update stable to v1.0.173 16:55:55 ------------------- 16:55:55 experimental info: 16:55:55 ------------------- 16:55:55 Commited By: **** collab-it+edgex@linuxfoundation.org 16:55:55 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:55:55 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:55:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 16:55:55 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 16:55:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:55:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:55:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:55:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:55:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:55:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:55:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:55:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:55:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:55:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 16:55:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:55:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:55:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:55:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:55:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:55:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:55:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 16:55:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:55:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:55:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:55:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:55:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:55:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:55:57 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:55:57 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:55:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:55:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:55:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:55:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1293de4d9578f3042d3a270d86781b2d60a4f59 [Pipeline] echo 16:55:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1293de [Pipeline] echo 16:55:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:55:59 + git log --format=format:%s -1 d1293de4d9578f3042d3a270d86781b2d60a4f59 [Pipeline] echo 16:55:59 GIT_COMMIT: d1293de4d9578f3042d3a270d86781b2d60a4f59, Commit Message: Merge pull request #81 from lenny-intel/re-subscribe [Pipeline] echo 16:55:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:55:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:56:00 16:56:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:56:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:56:00 latest: Pulling from edgex-devops/git-semver 16:56:00 31603596830f: Pulling fs layer 16:56:00 2a8b12db71e7: Pulling fs layer 16:56:00 6ca5941a6612: Pulling fs layer 16:56:00 ecc8261a40a4: Pulling fs layer 16:56:00 ecc8261a40a4: Waiting 16:56:00 2a8b12db71e7: Verifying Checksum 16:56:00 2a8b12db71e7: Download complete 16:56:00 31603596830f: Verifying Checksum 16:56:00 31603596830f: Download complete 16:56:00 ecc8261a40a4: Verifying Checksum 16:56:00 ecc8261a40a4: Download complete 16:56:00 6ca5941a6612: Verifying Checksum 16:56:00 6ca5941a6612: Download complete 16:56:00 31603596830f: Pull complete 16:56:01 2a8b12db71e7: Pull complete 16:56:02 6ca5941a6612: Pull complete 16:56:02 ecc8261a40a4: Pull complete 16:56:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:56:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:56:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:56:02 prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container 16:56:02 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:56:04 $ docker top d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:56:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:56:04 [ssh-agent] Looking for ssh-agent implementation... 16:56:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:56:05 $ docker exec d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 ssh-agent 16:56:05 SSH_AUTH_SOCK=/tmp/ssh-i0fb9INuYkl2/agent.12 16:56:05 SSH_AGENT_PID=18 16:56:05 Running ssh-add (command line suppressed) 16:56:05 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3874744104411865443.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3874744104411865443.key) 16:56:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:56:05 + git tag --points-at HEAD [Pipeline] } 16:56:05 $ docker exec --env ******** --env ******** d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 ssh-agent -k 16:56:05 unset SSH_AUTH_SOCK; 16:56:05 unset SSH_AGENT_PID; 16:56:05 echo Agent pid 18 killed; 16:56:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:56:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:56:06 [ssh-agent] Looking for ssh-agent implementation... 16:56:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:56:06 $ docker exec d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 ssh-agent 16:56:06 SSH_AUTH_SOCK=/tmp/ssh-akvGb5g4WsPz/agent.47 16:56:06 SSH_AGENT_PID=52 16:56:06 Running ssh-add (command line suppressed) 16:56:06 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4229843038265671065.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4229843038265671065.key) 16:56:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:56:07 + git semver init 16:56:07 # -> Open(): unable to determine branch for HEAD 16:56:07 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 16:56:07 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 16:56:07 # $SEMVER_REMOTE_NAME = origin 16:56:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:56:07 # $SEMVER_USER_NAME = edgex-jenkins 16:56:07 # $SEMVER_BRANCH = master 16:56:07 # $SEMVER_TEMP = /tmp/semver-848959748 16:56:07 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 16:56:07 # '/tmp/semver-848959748' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' 16:56:07 # -> Force: false 16:56:07 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 16:56:07 $ docker exec --env ******** --env ******** d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 ssh-agent -k 16:56:07 unset SSH_AUTH_SOCK; 16:56:07 unset SSH_AGENT_PID; 16:56:07 echo Agent pid 52 killed; 16:56:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:56:08 + git semver [Pipeline] } 16:56:08 $ docker stop --time=1 d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 16:56:09 $ docker rm -f d6d8df5f38360112bc0d22c8402c51341b3b7dec99bd378bd5890bcf46421432 [Pipeline] // withDockerContainer [Pipeline] sh 16:56:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:56:10 Stashed 1 file(s) [Pipeline] echo 16:56:10 [edgeXSemver]: initialized semver on version 0.1.29 [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 16:56:25 Still waiting to schedule task 16:56:25 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:56:25 Still waiting to schedule task 16:56:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:58:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17614 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 16:58:22 Running in /w/workspace/go-mod-messaging/20 [Pipeline] { [Pipeline] checkout 16:58:28 using credential edgex-jenkins-ssh 16:58:28 Cloning the remote Git repository 16:58:28 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 16:58:28 > git init /w/workspace/go-mod-messaging/20 # timeout=10 16:58:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:58:28 > git --version # timeout=10 16:58:28 > git --version # 'git version 2.17.1' 16:58:28 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:29 Checking out Revision d1293de4d9578f3042d3a270d86781b2d60a4f59 (master) 16:58:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:58:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:58:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:58:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:58:29 > git config core.sparsecheckout # timeout=10 16:58:29 > git checkout -f d1293de4d9578f3042d3a270d86781b2d60a4f59 # timeout=10 16:58:34 Commit message: "Merge pull request #81 from lenny-intel/re-subscribe" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:58:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:58:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:58:37 + + sudo servicetrue docker 16:58:37 restart [Pipeline] unstash [Pipeline] echo 16:58:40 ========================================================= 16:58:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:58:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:58:40 + 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 . 16:58:41 Sending build context to Docker daemon 489kB 16:58:41 Step 1/7 : ARG BASE=golang:1.15-alpine 16:58:41 Step 2/7 : FROM ${BASE} 16:58:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:58:41 5f621e34cdf4: Pulling fs layer 16:58:41 a4357932f1b6: Pulling fs layer 16:58:41 18c013af1878: Pulling fs layer 16:58:41 00ac8860ef70: Pulling fs layer 16:58:41 63d7cb157983: Pulling fs layer 16:58:41 b116817d02f9: Pulling fs layer 16:58:41 745a02a5169b: Pulling fs layer 16:58:41 00ac8860ef70: Waiting 16:58:41 63d7cb157983: Waiting 16:58:41 b116817d02f9: Waiting 16:58:41 745a02a5169b: Waiting 16:58:41 18c013af1878: Download complete 16:58:41 a4357932f1b6: Verifying Checksum 16:58:41 a4357932f1b6: Download complete 16:58:41 63d7cb157983: Verifying Checksum 16:58:41 63d7cb157983: Download complete 16:58:42 b116817d02f9: Verifying Checksum 16:58:42 b116817d02f9: Download complete 16:58:42 5f621e34cdf4: Verifying Checksum 16:58:42 5f621e34cdf4: Download complete 16:58:43 5f621e34cdf4: Pull complete 16:58:43 a4357932f1b6: Pull complete 16:58:44 18c013af1878: Pull complete 16:58:45 745a02a5169b: Verifying Checksum 16:58:45 745a02a5169b: Download complete 16:58:46 00ac8860ef70: Verifying Checksum 16:58:46 00ac8860ef70: Download complete 16:58:55 Running on prd-centos7-docker-4c-2g-17615 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 16:58:55 Running in /w/workspace/go-mod-messaging/20 [Pipeline] { [Pipeline] checkout 16:58:56 00ac8860ef70: Pull complete 16:58:56 63d7cb157983: Pull complete 16:58:57 b116817d02f9: Pull complete 16:58:58 using credential edgex-jenkins-ssh 16:58:58 Cloning the remote Git repository 16:58:58 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 16:58:58 > git init /w/workspace/go-mod-messaging/20 # timeout=10 16:58:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:58:58 > git --version # timeout=10 16:58:58 > git --version # 'git version 2.24.3' 16:58:58 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:58:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:58:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:58:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:58:59 Checking out Revision d1293de4d9578f3042d3a270d86781b2d60a4f59 (master) 16:58:59 > git config core.sparsecheckout # timeout=10 16:58:59 > git checkout -f d1293de4d9578f3042d3a270d86781b2d60a4f59 # timeout=10 16:59:01 745a02a5169b: Pull complete 16:59:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:59:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:59:01 ---> b7e6874047d6 16:59:01 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:59:03 Commit message: "Merge pull request #81 from lenny-intel/re-subscribe" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:59:04 ---> Running in 02dd59f6965a 16:59:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:59:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:59:04 Removing intermediate container 02dd59f6965a 16:59:04 ---> 6f840cab6c5d 16:59:04 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 16:59:04 ---> Running in 6b477c406f99 16:59:04 + sudo service docker restart 16:59:04 + true 16:59:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:59:05 ========================================================= 16:59:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:59:05 ========================================================= 16:59:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 16:59:06 + 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 . 16:59:06 Sending build context to Docker daemon 490kB 16:59:06 Step 1/7 : ARG BASE=golang:1.15-alpine 16:59:06 Step 2/7 : FROM ${BASE} 16:59:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:59:06 188c0c94c7c5: Pulling fs layer 16:59:06 0ef7d3d256c8: Pulling fs layer 16:59:06 de9db76c5a1d: Pulling fs layer 16:59:06 bca2f99d35d6: Pulling fs layer 16:59:06 93359f2a8cfa: Pulling fs layer 16:59:06 7c6f9722023f: Pulling fs layer 16:59:06 a35cf1a2eb13: Pulling fs layer 16:59:06 7c6f9722023f: Waiting 16:59:06 bca2f99d35d6: Waiting 16:59:06 93359f2a8cfa: Waiting 16:59:06 a35cf1a2eb13: Waiting 16:59:06 de9db76c5a1d: Download complete 16:59:06 0ef7d3d256c8: Download complete 16:59:06 93359f2a8cfa: Download complete 16:59:06 7c6f9722023f: Verifying Checksum 16:59:06 7c6f9722023f: Download complete 16:59:06 188c0c94c7c5: Verifying Checksum 16:59:06 188c0c94c7c5: Download complete 16:59:07 188c0c94c7c5: Pull complete 16:59:07 0ef7d3d256c8: Pull complete 16:59:07 de9db76c5a1d: Pull complete 16:59:07 (1/5) Installing libsodium (1.0.18-r0) 16:59:07 (2/5) Installing libzmq (4.3.3-r0) 16:59:08 (3/5) Installing pkgconf (1.7.2-r0) 16:59:08 (4/5) Installing libsodium-dev (1.0.18-r0) 16:59:08 (5/5) Installing zeromq-dev (4.3.3-r0) 16:59:08 Executing busybox-1.31.1-r19.trigger 16:59:08 OK: 144 MiB in 44 packages 16:59:08 a35cf1a2eb13: Verifying Checksum 16:59:08 a35cf1a2eb13: Download complete 16:59:09 bca2f99d35d6: Verifying Checksum 16:59:09 bca2f99d35d6: Download complete 16:59:10 Removing intermediate container 6b477c406f99 16:59:10 ---> 20ef11ab8dc0 16:59:10 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:59:10 ---> Running in bd41b43de84b 16:59:11 Removing intermediate container bd41b43de84b 16:59:11 ---> d567d9684ca3 16:59:11 Step 6/7 : COPY go.mod . 16:59:11 ---> bc492aaf41c8 16:59:11 Step 7/7 : RUN go mod download 16:59:11 ---> Running in be7ed84af806 16:59:14 bca2f99d35d6: Pull complete 16:59:14 93359f2a8cfa: Pull complete 16:59:14 7c6f9722023f: Pull complete 16:59:22 a35cf1a2eb13: Pull complete 16:59:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:59:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:59:22 ---> a62c8e92a672 16:59:22 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:59:22 ---> Running in 9527b035ba3d 16:59:22 Removing intermediate container 9527b035ba3d 16:59:22 ---> 26bd66b8dcda 16:59:22 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 16:59:22 ---> Running in 19bce74a2435 16:59:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:59:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:59:24 (1/5) Installing libsodium (1.0.18-r0) 16:59:24 (2/5) Installing libzmq (4.3.3-r0) 16:59:24 (3/5) Installing pkgconf (1.7.2-r0) 16:59:24 (4/5) Installing libsodium-dev (1.0.18-r0) 16:59:24 (5/5) Installing zeromq-dev (4.3.3-r0) 16:59:24 Executing busybox-1.31.1-r19.trigger 16:59:24 OK: 167 MiB in 44 packages 16:59:25 Removing intermediate container 19bce74a2435 16:59:25 ---> 06c482a191bb 16:59:25 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:59:25 ---> Running in a86caba7267f 16:59:25 Removing intermediate container a86caba7267f 16:59:25 ---> 3fc87fbeebef 16:59:25 Step 6/7 : COPY go.mod . 16:59:25 ---> 902996ac6d0e 16:59:25 Step 7/7 : RUN go mod download 16:59:25 ---> Running in bb406959fbd0 16:59:27 Removing intermediate container be7ed84af806 16:59:27 ---> 5806adc4c9c5 16:59:27 Successfully built 5806adc4c9c5 16:59:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:59:27 + docker inspect -f . ci-base-image-arm64 16:59:27 . [Pipeline] withDockerContainer 16:59:27 prd-ubuntu18.04-docker-arm64-4c-16g-17614 does not seem to be running inside a container 16:59:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/20 -v /w/workspace/go-mod-messaging/20:/w/workspace/go-mod-messaging/20:rw,z -v /w/workspace/go-mod-messaging/20@tmp:/w/workspace/go-mod-messaging/20@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-arm64 cat 16:59:29 $ docker top 9eb4d0fe74b987d4a213f894dc3e9789324cd01d2300ea23cd47601bdcf7a897 -eo pid,comm [Pipeline] { [Pipeline] sh 16:59:30 + go version 16:59:30 go version go1.15.5 linux/arm64 [Pipeline] } 16:59:30 $ docker stop --time=1 9eb4d0fe74b987d4a213f894dc3e9789324cd01d2300ea23cd47601bdcf7a897 16:59:32 $ docker rm -f 9eb4d0fe74b987d4a213f894dc3e9789324cd01d2300ea23cd47601bdcf7a897 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:33 + docker inspect -f . ci-base-image-arm64 16:59:33 . [Pipeline] withDockerContainer 16:59:33 prd-ubuntu18.04-docker-arm64-4c-16g-17614 does not seem to be running inside a container 16:59:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/20 -v /w/workspace/go-mod-messaging/20:/w/workspace/go-mod-messaging/20:rw,z -v /w/workspace/go-mod-messaging/20@tmp:/w/workspace/go-mod-messaging/20@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-arm64 cat 16:59:35 $ docker top 692f5fbb195f55da7bc499f0981644acb0e51948361dd0c00ece6e6723b08836 -eo pid,comm [Pipeline] { [Pipeline] sh 16:59:36 + make test 16:59:36 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:59:38 Removing intermediate container bb406959fbd0 16:59:38 ---> debf5a3a0945 16:59:38 Successfully built debf5a3a0945 16:59:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:59:38 + docker inspect -f . ci-base-image-x86_64 16:59:38 . [Pipeline] withDockerContainer 16:59:38 prd-centos7-docker-4c-2g-17615 does not seem to be running inside a container 16:59:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/20 -v /w/workspace/go-mod-messaging/20:/w/workspace/go-mod-messaging/20:rw,z -v /w/workspace/go-mod-messaging/20@tmp:/w/workspace/go-mod-messaging/20@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-x86_64 cat 16:59:39 $ docker top b1db4cbc0eeb035e0ebf587ce8d10a0671108cdb991d0f39ae0d81bc3915bf0e -eo pid,comm [Pipeline] { [Pipeline] sh 16:59:39 + go version 16:59:39 go version go1.15.5 linux/amd64 [Pipeline] } 16:59:39 $ docker stop --time=1 b1db4cbc0eeb035e0ebf587ce8d10a0671108cdb991d0f39ae0d81bc3915bf0e 16:59:41 $ docker rm -f b1db4cbc0eeb035e0ebf587ce8d10a0671108cdb991d0f39ae0d81bc3915bf0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:42 + docker inspect -f . ci-base-image-x86_64 16:59:42 . [Pipeline] withDockerContainer 16:59:42 prd-centos7-docker-4c-2g-17615 does not seem to be running inside a container 16:59:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/20 -v /w/workspace/go-mod-messaging/20:/w/workspace/go-mod-messaging/20:rw,z -v /w/workspace/go-mod-messaging/20@tmp:/w/workspace/go-mod-messaging/20@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-x86_64 cat 16:59:43 $ docker top 0ce39fb2d0ed7329c3bc7f94807d38a0ad6d84a59507a8be971e494831a3d559 -eo pid,comm [Pipeline] { [Pipeline] sh 16:59:43 + make test 16:59:43 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:59:47 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 16:59:51 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] 17:00:06 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.016s coverage: 89.0% of statements 17:00:06 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.015s coverage: 77.1% of statements 17:00:06 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 17:00:09 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 15.033s coverage: 89.0% of statements 17:00:09 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams 0.027s coverage: 77.1% of statements 17:00:09 ? github.com/edgexfoundry/go-mod-messaging/internal/pkg/redis/streams/mocks [no test files] 17:00:12 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.341s coverage: 85.0% of statements 17:00:12 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.008s coverage: 85.7% of statements 17:00:12 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.022s coverage: 100.0% of statements 17:00:12 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.044s coverage: 100.0% of statements 17:00:12 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.006s coverage: 90.9% of statements 17:00:13 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:00:14 gofmt -l . 17:00:14 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:00:14 $ docker stop --time=1 0ce39fb2d0ed7329c3bc7f94807d38a0ad6d84a59507a8be971e494831a3d559 17:00:16 $ docker rm -f 0ce39fb2d0ed7329c3bc7f94807d38a0ad6d84a59507a8be971e494831a3d559 [Pipeline] // withDockerContainer [Pipeline] sh 17:00:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:00:17 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] } 17:00:28 ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.383s coverage: 84.1% of statements 17:00:28 ok github.com/edgexfoundry/go-mod-messaging/messaging 0.018s coverage: 85.7% of statements 17:00:28 ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.026s coverage: 100.0% of statements 17:00:28 ok github.com/edgexfoundry/go-mod-messaging/messaging/redis 0.065s coverage: 100.0% of statements 17:00:28 ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.011s coverage: 90.9% of statements 17:00:28 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:00:30 gofmt -l . 17:00:30 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:00:30 $ docker stop --time=1 692f5fbb195f55da7bc499f0981644acb0e51948361dd0c00ece6e6723b08836 17:00:32 $ docker rm -f 692f5fbb195f55da7bc499f0981644acb0e51948361dd0c00ece6e6723b08836 [Pipeline] // withDockerContainer [Pipeline] sh 17:00:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:00:33 Warning: overwriting stash ‘coverage-report’ 17:00:34 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] } [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:00:36 provisioning config files... 17:00:36 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config3007882906410012257tmp [Pipeline] { [Pipeline] sh 17:00:36 + set +x 17:00:36 + curl -s https://codecov.io/bash 17:00:36 + bash -s -- 17:00:37 17:00:37 _____ _ 17:00:37 / ____| | | 17:00:37 | | ___ __| | ___ ___ _____ __ 17:00:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:00:37 | |___| (_) | (_| | __/ (_| (_) \ V / 17:00:37 \_____\___/ \__,_|\___|\___\___/ \_/ 17:00:37 Bash-20201223-5ad85e3 17:00:37 17:00:37 17:00:37 ==> git version 2.24.3 found 17:00:37 ==> 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:00:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:00:37 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:00:37 ==> Jenkins CI detected. 17:00:37 project root: . 17:00:37 --> token set from env 17:00:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:00:37 ==> Running gcov in . (disable via -X gcov) 17:00:37 ==> Python coveragepy not found 17:00:37 ==> Searching for coverage reports in: 17:00:37 + . 17:00:37 -> Found 1 reports 17:00:37 ==> Detecting git/mercurial file structure 17:00:37 ==> Reading reports 17:00:37 + ./coverage.out bytes=20975 17:00:37 ==> Appending adjustments 17:00:37 https://docs.codecov.io/docs/fixing-reports 17:00:37 + Found adjustments 17:00:37 ==> Gzipping contents 17:00:37 8.0K /tmp/codecov.fZvd6m.gz 17:00:37 ==> Uploading reports 17:00:37 url: https://codecov.io 17:00:37 query: branch=master&commit=d1293de4d9578f3042d3a270d86781b2d60a4f59&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F20%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 17:00:37 -> Pinging Codecov 17:00:37 https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=master&commit=d1293de4d9578f3042d3a270d86781b2d60a4f59&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F20%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 17:00:37 -> Uploading to 17:00:37 https://storage.googleapis.com/codecov/v4/raw/2020-12-29/F6E385568367DD0E4001BA4F8F1CB792/d1293de4d9578f3042d3a270d86781b2d60a4f59/d7f355e1-e418-45b9-8732-b94fc5e6a305.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T170037Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d0bcf897d3204338144cd9fdffe1f5dd88e3d041f218f82204a0dc3f651fef9b 17:00:37 % Total % Received % Xferd Average Speed Time Time Time Current 17:00:37 Dload Upload Total Spent Left Speed 17:00:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5228 0 0 100 5228 0 11525 --:--:-- --:--:-- --:--:-- 11540 17:00:38 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/d1293de4d9578f3042d3a270d86781b2d60a4f59 [Pipeline] } 17:00:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:00:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:00:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:00:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:00:39 17:00:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:00:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:00:39 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:00:39 188c0c94c7c5: Pulling fs layer 17:00:39 0ef7d3d256c8: Pulling fs layer 17:00:39 de9db76c5a1d: Pulling fs layer 17:00:39 0eba1c9be4d2: Pulling fs layer 17:00:39 0d57e429df01: Pulling fs layer 17:00:39 4e4be7b47b0d: Pulling fs layer 17:00:39 e1f770b5df2f: Pulling fs layer 17:00:39 85a0685a4137: Pulling fs layer 17:00:39 0d57e429df01: Waiting 17:00:39 4e4be7b47b0d: Waiting 17:00:39 e1f770b5df2f: Waiting 17:00:39 85a0685a4137: Waiting 17:00:39 0eba1c9be4d2: Waiting 17:00:39 de9db76c5a1d: Verifying Checksum 17:00:39 de9db76c5a1d: Download complete 17:00:39 0ef7d3d256c8: Verifying Checksum 17:00:39 0ef7d3d256c8: Download complete 17:00:39 0d57e429df01: Verifying Checksum 17:00:39 0d57e429df01: Download complete 17:00:39 188c0c94c7c5: Verifying Checksum 17:00:39 188c0c94c7c5: Download complete 17:00:39 4e4be7b47b0d: Verifying Checksum 17:00:39 4e4be7b47b0d: Download complete 17:00:39 188c0c94c7c5: Pull complete 17:00:40 0ef7d3d256c8: Pull complete 17:00:40 de9db76c5a1d: Pull complete 17:00:41 e1f770b5df2f: Verifying Checksum 17:00:41 e1f770b5df2f: Download complete 17:00:45 0eba1c9be4d2: Download complete 17:00:45 85a0685a4137: Verifying Checksum 17:00:45 85a0685a4137: Download complete 17:00:51 0eba1c9be4d2: Pull complete 17:00:51 0d57e429df01: Pull complete 17:00:51 4e4be7b47b0d: Pull complete 17:00:55 e1f770b5df2f: Pull complete 17:01:02 85a0685a4137: Pull complete 17:01:02 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:01:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:01:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:01:02 prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container 17:01:02 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:01:03 $ docker top 57d47bde735711277f6bb9d8390cd49249c2a92b4edd3da8eb015d93f44406fa -eo pid,comm [Pipeline] { [Pipeline] echo 17:01:03 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:01:03 + set -o pipefail 17:01:03 + snyk monitor '--org=edgex-jenkins' 17:01:10 17:01:10 Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging)... 17:01:10 17:01:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f6e4b672-2be2-4054-abeb-10731c768cda/history/bc4bbc01-313a-4a56-bd54-337dbb82d0fb 17:01:10 17:01:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:01:10 17:01:10 [Pipeline] } 17:01:10 $ docker stop --time=1 57d47bde735711277f6bb9d8390cd49249c2a92b4edd3da8eb015d93f44406fa 17:01:12 $ docker rm -f 57d47bde735711277f6bb9d8390cd49249c2a92b4edd3da8eb015d93f44406fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:01:14 + git log --format=format:%s -1 d1293de4d9578f3042d3a270d86781b2d60a4f59 [Pipeline] isUnix [Pipeline] sh 17:01:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:14 . [Pipeline] withDockerContainer 17:01:14 prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container 17:01:14 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:01:15 $ docker top f4452f95e4bb6bcab87f0e26c2aeec656c186dc7d93f4c1c35bd8da49230c5a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:01:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:15 [ssh-agent] Looking for ssh-agent implementation... 17:01:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:16 $ docker exec f4452f95e4bb6bcab87f0e26c2aeec656c186dc7d93f4c1c35bd8da49230c5a4 ssh-agent 17:01:16 SSH_AUTH_SOCK=/tmp/ssh-MkYonqlcNu9V/agent.11 17:01:16 SSH_AGENT_PID=16 17:01:16 Running ssh-add (command line suppressed) 17:01:16 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4993670341965494430.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4993670341965494430.key) 17:01:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:16 + git semver tag 17:01:16 # -> Open(): unable to determine branch for HEAD 17:01:16 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 17:01:16 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 17:01:16 # $SEMVER_REMOTE_NAME = origin 17:01:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:01:16 # $SEMVER_USER_NAME = edgex-jenkins 17:01:16 # $SEMVER_BRANCH = master 17:01:16 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 17:01:16 # d1293de4d9578f3042d3a270d86781b2d60a4f59 HEAD 17:01:16 # -> Force: false 17:01:16 # 82356776ec0171e773ea4a26a2337cfea73b0008 refs/tags/v0.1.29 [Pipeline] } 17:01:16 $ docker exec --env ******** --env ******** f4452f95e4bb6bcab87f0e26c2aeec656c186dc7d93f4c1c35bd8da49230c5a4 ssh-agent -k 17:01:16 unset SSH_AUTH_SOCK; 17:01:16 unset SSH_AGENT_PID; 17:01:16 echo Agent pid 16 killed; 17:01:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:01:17 + git semver [Pipeline] } 17:01:17 $ docker stop --time=1 f4452f95e4bb6bcab87f0e26c2aeec656c186dc7d93f4c1c35bd8da49230c5a4 17:01:18 $ docker rm -f f4452f95e4bb6bcab87f0e26c2aeec656c186dc7d93f4c1c35bd8da49230c5a4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:01:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:01:19 17:01:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:01:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:01:19 0.23.1-centos7: Pulling from edgex-lftools 17:01:19 ab5ef0e58194: Pulling fs layer 17:01:19 9712f1f96733: Pulling fs layer 17:01:19 63f879dbbcfc: Pulling fs layer 17:01:19 0d9ebad4ef96: Pulling fs layer 17:01:19 e9a5061849ea: Pulling fs layer 17:01:19 d747dcd14b5f: Pulling fs layer 17:01:19 2de7ff778b66: Pulling fs layer 17:01:19 e9a5061849ea: Waiting 17:01:19 d747dcd14b5f: Waiting 17:01:19 2de7ff778b66: Waiting 17:01:19 0d9ebad4ef96: Waiting 17:01:19 9712f1f96733: Download complete 17:01:21 63f879dbbcfc: Verifying Checksum 17:01:21 63f879dbbcfc: Download complete 17:01:21 e9a5061849ea: Verifying Checksum 17:01:21 e9a5061849ea: Download complete 17:01:21 d747dcd14b5f: Verifying Checksum 17:01:21 d747dcd14b5f: Download complete 17:01:22 2de7ff778b66: Verifying Checksum 17:01:22 2de7ff778b66: Download complete 17:01:22 0d9ebad4ef96: Verifying Checksum 17:01:22 0d9ebad4ef96: Download complete 17:01:22 ab5ef0e58194: Verifying Checksum 17:01:22 ab5ef0e58194: Download complete 17:01:26 ab5ef0e58194: Pull complete 17:01:26 9712f1f96733: Pull complete 17:01:29 63f879dbbcfc: Pull complete 17:01:36 0d9ebad4ef96: Pull complete 17:01:37 e9a5061849ea: Pull complete 17:01:37 d747dcd14b5f: Pull complete 17:01:40 2de7ff778b66: Pull complete 17:01:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:01:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:01:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:01:41 prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container 17:01:41 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:01:44 $ docker top c6fcda33e18ece50ef9e5580b994190ea92e4d4ea412b6934e9e809226c37422 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:01:44 provisioning config files... 17:01:44 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4291957007771385571tmp 17:01:44 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5799122067459125044tmp 17:01:44 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config8770593977954845809tmp [Pipeline] { [Pipeline] echo 17:01:44 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:01:45 ---> sigul-configuration.sh 17:01:45 gpg: directory `/root/.gnupg' created 17:01:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:01:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:01:45 gpg: keyring `/root/.gnupg/secring.gpg' created 17:01:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:01:45 gpg: CAST5 encrypted data 17:01:45 gpg: encrypted with 1 passphrase 17:01:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:01:45 + mkdir /home/jenkins 17:01:45 + mkdir /home/jenkins/sigul [Pipeline] sh 17:01:46 + 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:01:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:01:46 ---> sigul-install.sh 17:01:52 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:01:53 + git tag --list 17:01:53 v0.0.0 17:01:53 v0.1.0 17:01:53 v0.1.1 17:01:53 v0.1.10 17:01:53 v0.1.11 17:01:53 v0.1.12 17:01:53 v0.1.13 17:01:53 v0.1.14 17:01:53 v0.1.15 17:01:53 v0.1.16 17:01:53 v0.1.17 17:01:53 v0.1.18 17:01:53 v0.1.19 17:01:53 v0.1.2 17:01:53 v0.1.20 17:01:53 v0.1.21 17:01:53 v0.1.22 17:01:53 v0.1.23 17:01:53 v0.1.24 17:01:53 v0.1.25 17:01:53 v0.1.26 17:01:53 v0.1.27 17:01:53 v0.1.28 17:01:53 v0.1.29 17:01:53 v0.1.3 17:01:53 v0.1.4 17:01:53 v0.1.5 17:01:53 v0.1.6 17:01:53 v0.1.7 17:01:53 v0.1.8 17:01:53 v0.1.9 [Pipeline] sh 17:01:53 + lftools sign git-tag v0.1.29 17:01:54 Signing Git tag with Sigul... 17:01:54 Signing v0.1.29 [Pipeline] echo 17:01:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:01:55 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:01:55 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:01:55 $ docker stop --time=1 c6fcda33e18ece50ef9e5580b994190ea92e4d4ea412b6934e9e809226c37422 17:01:58 $ docker rm -f c6fcda33e18ece50ef9e5580b994190ea92e4d4ea412b6934e9e809226c37422 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:01:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:59 . [Pipeline] withDockerContainer 17:01:59 prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container 17:01:59 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:01:59 $ docker top e3c1d70edb7bfbdd39d55a7164c7b4473da10db0a93c375ebb0955cf3fde9550 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:02:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:02:00 [ssh-agent] Looking for ssh-agent implementation... 17:02:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:02:00 $ docker exec e3c1d70edb7bfbdd39d55a7164c7b4473da10db0a93c375ebb0955cf3fde9550 ssh-agent 17:02:00 SSH_AUTH_SOCK=/tmp/ssh-pSJRqnL7z52v/agent.11 17:02:00 SSH_AGENT_PID=16 17:02:00 Running ssh-add (command line suppressed) 17:02:00 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7154477473232784461.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7154477473232784461.key) 17:02:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:02:01 + git semver bump patch 17:02:01 # -> Open(): unable to determine branch for HEAD 17:02:01 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 17:02:01 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 17:02:01 # $SEMVER_REMOTE_NAME = origin 17:02:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:02:01 # $SEMVER_USER_NAME = edgex-jenkins 17:02:01 # $SEMVER_BRANCH = master 17:02:01 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 17:02:01 0.1.30 [Pipeline] } 17:02:01 $ docker exec --env ******** --env ******** e3c1d70edb7bfbdd39d55a7164c7b4473da10db0a93c375ebb0955cf3fde9550 ssh-agent -k 17:02:01 unset SSH_AUTH_SOCK; 17:02:01 unset SSH_AGENT_PID; 17:02:01 echo Agent pid 16 killed; 17:02:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:02:01 + git semver [Pipeline] } 17:02:01 $ docker stop --time=1 e3c1d70edb7bfbdd39d55a7164c7b4473da10db0a93c375ebb0955cf3fde9550 17:02:03 $ docker rm -f e3c1d70edb7bfbdd39d55a7164c7b4473da10db0a93c375ebb0955cf3fde9550 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:02:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:02:03 . [Pipeline] withDockerContainer 17:02:04 prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container 17:02:04 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:02:04 $ docker top 12c0ac8cefd5c0ee4f386d82c45851ad53cf9a8842af67f558cf86ad1ced15dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:02:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:02:05 [ssh-agent] Looking for ssh-agent implementation... 17:02:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:02:05 $ docker exec 12c0ac8cefd5c0ee4f386d82c45851ad53cf9a8842af67f558cf86ad1ced15dd ssh-agent 17:02:05 SSH_AUTH_SOCK=/tmp/ssh-NxDselzZw7jn/agent.11 17:02:05 SSH_AGENT_PID=17 17:02:05 Running ssh-add (command line suppressed) 17:02:05 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_984595612267031703.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_984595612267031703.key) 17:02:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:02:06 + git semver push 17:02:06 # -> Open(): unable to determine branch for HEAD 17:02:06 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 17:02:06 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 17:02:06 # $SEMVER_REMOTE_NAME = origin 17:02:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:02:06 # $SEMVER_USER_NAME = edgex-jenkins 17:02:06 # $SEMVER_BRANCH = master 17:02:06 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 17:02:12 $ docker exec --env ******** --env ******** 12c0ac8cefd5c0ee4f386d82c45851ad53cf9a8842af67f558cf86ad1ced15dd ssh-agent -k 17:02:12 unset SSH_AUTH_SOCK; 17:02:12 unset SSH_AGENT_PID; 17:02:12 echo Agent pid 17 killed; 17:02:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:02:13 + git semver [Pipeline] } 17:02:13 $ docker stop --time=1 12c0ac8cefd5c0ee4f386d82c45851ad53cf9a8842af67f558cf86ad1ced15dd 17:02:14 $ docker rm -f 12c0ac8cefd5c0ee4f386d82c45851ad53cf9a8842af67f558cf86ad1ced15dd [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:02:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:02:16 ---> package-listing.sh 17:02:16 ++ facter osfamily 17:02:16 ++ tr '[:upper:]' '[:lower:]' 17:02:16 + OS_FAMILY=redhat 17:02:16 + workspace=/w/workspace/xfoundry_go-mod-messaging_master 17:02:16 + START_PACKAGES=/tmp/packages_start.txt 17:02:16 + END_PACKAGES=/tmp/packages_end.txt 17:02:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:02:16 + PACKAGES=/tmp/packages_start.txt 17:02:16 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 17:02:16 + PACKAGES=/tmp/packages_end.txt 17:02:16 + case "${OS_FAMILY}" in 17:02:16 + rpm -qa 17:02:16 + sort 17:02:22 + '[' -f /tmp/packages_start.txt ']' 17:02:22 + '[' -f /tmp/packages_end.txt ']' 17:02:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:02:22 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 17:02:22 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ 17:02:22 + 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:02:22 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:02:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:02:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:02:22 17:02:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:02:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:02:23 alpine: Pulling from edgex-lftools-log-publisher 17:02:23 df20fa9351a1: Pulling fs layer 17:02:23 36b3adc4ff6f: Pulling fs layer 17:02:23 8ad3a11d3b57: Pulling fs layer 17:02:23 46f8f816bc3b: Pulling fs layer 17:02:23 93b61091891f: Pulling fs layer 17:02:23 93b9cdb0e59b: Pulling fs layer 17:02:23 5e14af77c1be: Pulling fs layer 17:02:23 01666e4c0597: Pulling fs layer 17:02:23 aa168da1d23b: Pulling fs layer 17:02:23 46f8f816bc3b: Waiting 17:02:23 93b61091891f: Waiting 17:02:23 93b9cdb0e59b: Waiting 17:02:23 5e14af77c1be: Waiting 17:02:23 01666e4c0597: Waiting 17:02:23 aa168da1d23b: Waiting 17:02:23 36b3adc4ff6f: Verifying Checksum 17:02:23 36b3adc4ff6f: Download complete 17:02:23 46f8f816bc3b: Verifying Checksum 17:02:23 46f8f816bc3b: Download complete 17:02:23 df20fa9351a1: Verifying Checksum 17:02:23 df20fa9351a1: Download complete 17:02:23 93b9cdb0e59b: Verifying Checksum 17:02:23 93b9cdb0e59b: Download complete 17:02:23 5e14af77c1be: Verifying Checksum 17:02:23 5e14af77c1be: Download complete 17:02:23 01666e4c0597: Verifying Checksum 17:02:23 01666e4c0597: Download complete 17:02:23 93b61091891f: Verifying Checksum 17:02:23 93b61091891f: Download complete 17:02:23 8ad3a11d3b57: Verifying Checksum 17:02:23 8ad3a11d3b57: Download complete 17:02:23 df20fa9351a1: Pull complete 17:02:24 36b3adc4ff6f: Pull complete 17:02:25 8ad3a11d3b57: Pull complete 17:02:25 46f8f816bc3b: Pull complete 17:02:25 aa168da1d23b: Verifying Checksum 17:02:25 aa168da1d23b: Download complete 17:02:25 93b61091891f: Pull complete 17:02:25 93b9cdb0e59b: Pull complete 17:02:25 5e14af77c1be: Pull complete 17:02:26 01666e4c0597: Pull complete 17:02:34 aa168da1d23b: Pull complete 17:02:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:02:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:02:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:02:34 prd-centos7-docker-4c-2g-17613 does not seem to be running inside a container 17:02:34 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:02:37 $ docker top b51638cd248b83d50a145bbf1405506fa7079b09366206055b62a41250a84531 -eo pid,comm [Pipeline] { [Pipeline] sh 17:02:37 + touch /tmp/pre-build-complete [Pipeline] sh 17:02:38 + mkdir -p /var/log/sa [Pipeline] sh 17:02:38 + ls /var/log/sa-host 17:02:38 + sadf -c /var/log/sa-host/sa23 17:02:38 file_magic: OK 17:02:38 HZ: Using current value: 100 17:02:38 file_header: OK 17:02:38 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:02:38 Statistics: 17:02:38 Hnuu...uuuununununu... 17:02:38 File successfully converted to sysstat format version 12.2.1 17:02:38 + sadf -c /var/log/sa-host/sa29 17:02:38 file_magic: OK 17:02:38 HZ: Using current value: 100 17:02:38 file_header: OK 17:02:38 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:02:38 Statistics: 17:02:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:02:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:02:39 provisioning config files... 17:02:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config7680005553446841449tmp [Pipeline] { [Pipeline] echo 17:02:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:02:39 ---> create-netrc.sh [Pipeline] } 17:02:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:02:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:02:40 ---> python-tools-install.sh [Pipeline] echo 17:02:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:02:40 ---> sudo-logs.sh 17:02:40 Archiving 'sudo' log.. [Pipeline] echo 17:02:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:02:40 ---> job-cost.sh 17:02:40 lf-activate-venv: SKIPPING 17:02:40 INFO: No Stack... 17:02:41 INFO: Retrieving Pricing Info for: v1-standard-2 17:02:42 INFO: Archiving Costs [Pipeline] echo 17:02:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:02:42 ---> logs-deploy.sh 17:02:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/20 17:02:42 INFO: archiving workspace using pattern(s): 17:02:44 Archives upload complete. 17:02:44 INFO: archiving logs to Nexus 17:02:46 ---> uname -a: 17:02:46 Linux prd-centos7-docker-4c-2g-17613.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:02:46 17:02:46 17:02:46 ---> lscpu: 17:02:46 Architecture: x86_64 17:02:46 CPU op-mode(s): 32-bit, 64-bit 17:02:46 Byte Order: Little Endian 17:02:46 Address sizes: 40 bits physical, 48 bits virtual 17:02:46 CPU(s): 4 17:02:46 On-line CPU(s) list: 0-3 17:02:46 Thread(s) per core: 1 17:02:46 Core(s) per socket: 1 17:02:46 Socket(s): 4 17:02:46 NUMA node(s): 1 17:02:46 Vendor ID: GenuineIntel 17:02:46 CPU family: 6 17:02:46 Model: 44 17:02:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:02:46 Stepping: 1 17:02:46 CPU MHz: 2933.438 17:02:46 BogoMIPS: 5866.87 17:02:46 Virtualization: VT-x 17:02:46 Hypervisor vendor: KVM 17:02:46 Virtualization type: full 17:02:46 L1d cache: 128 KiB 17:02:46 L1i cache: 128 KiB 17:02:46 L2 cache: 16 MiB 17:02:46 L3 cache: 64 MiB 17:02:46 NUMA node0 CPU(s): 0-3 17:02:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:02:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:02:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:02:46 Vulnerability Meltdown: Mitigation; PTI 17:02:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:02:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:02:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:02:46 Vulnerability Srbds: Not affected 17:02:46 Vulnerability Tsx async abort: Not affected 17:02:46 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:02:46 17:02:46 17:02:46 ---> nproc: 17:02:46 4 17:02:46 17:02:46 17:02:46 ---> df -h: 17:02:46 Filesystem Size Used Available Use% Mounted on 17:02:46 overlay 50.0G 8.5G 41.4G 17% / 17:02:46 tmpfs 64.0M 0 64.0M 0% /dev 17:02:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:02:46 shm 64.0M 0 64.0M 0% /dev/shm 17:02:46 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 17:02:46 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 17:02:46 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 17:02:46 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 17:02:46 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master@tmp 17:02:46 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 17:02:46 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 17:02:46 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 17:02:46 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 17:02:46 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master 17:02:46 17:02:46 17:02:46 ---> free -m: 17:02:46 total used free shared buff/cache available 17:02:46 Mem: 1837 834 148 0 854 939 17:02:46 Swap: 1023 3 1020 17:02:46 17:02:46 17:02:46 ---> ip addr: 17:02:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:02:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:02:46 inet 127.0.0.1/8 scope host lo 17:02:46 valid_lft forever preferred_lft forever 17:02:46 inet6 ::1/128 scope host 17:02:46 valid_lft forever preferred_lft forever 17:02:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:02:46 link/ether fa:16:3e:d3:cb:5c brd ff:ff:ff:ff:ff:ff 17:02:46 inet 10.30.122.213/23 brd 10.30.123.255 scope global dynamic eth0 17:02:46 valid_lft 85956sec preferred_lft 85956sec 17:02:46 inet6 fe80::f816:3eff:fed3:cb5c/64 scope link 17:02:46 valid_lft forever preferred_lft forever 17:02:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:02:46 link/ether 02:42:41:ba:08:b7 brd ff:ff:ff:ff:ff:ff 17:02:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:02:46 valid_lft forever preferred_lft forever 17:02:46 inet6 fe80::42:41ff:feba:8b7/64 scope link 17:02:46 valid_lft forever preferred_lft forever 17:02:46 17:02:46 17:02:46 ---> sar -b -r -n DEV: 17:02:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) 17:02:46 17:02:46 16:55:09 LINUX RESTART (4 CPU) 17:02:46 17:02:46 16:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:02:46 16:57:01 23.51 5.32 18.20 0.00 1120.98 2898.22 0.00 17:02:46 16:58:01 0.85 0.00 0.85 0.00 0.00 18.07 0.00 17:02:46 16:59:01 0.40 0.00 0.40 0.00 0.00 4.20 0.00 17:02:46 17:00:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 17:02:46 17:01:01 185.04 101.75 83.30 0.00 4363.20 31257.58 0.00 17:02:46 17:02:01 268.25 128.32 139.92 0.00 8013.45 35474.34 0.00 17:02:46 Average: 79.90 39.35 40.56 0.00 2253.86 11639.73 0.00 17:02:46 17:02:46 16:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:02:46 16:57:01 138328 0 620176 32.96 2620 1120420 1122068 38.29 449064 1094868 16 17:02:46 16:58:01 143600 0 614896 32.68 2620 1120428 1079368 36.84 447680 1092144 8 17:02:46 16:59:01 140940 0 617552 32.82 2620 1120432 1079488 36.84 450344 1091816 12 17:02:46 17:00:01 141872 0 616620 32.77 2620 1120432 1079380 36.84 458292 1083256 12 17:02:46 17:01:01 260320 0 675568 35.90 2596 943060 1084496 37.01 434980 937764 58564 17:02:46 17:02:01 233116 0 783472 41.64 1916 863040 1204252 41.10 588000 720380 56 17:02:46 Average: 176363 0 654714 34.80 2499 1047969 1108175 37.82 471393 1003371 9778 17:02:46 17:02:46 16:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:02:46 16:57:01 eth0 34.11 26.60 29.58 24.45 0.00 0.00 0.00 0.00 17:02:46 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:46 16:57:01 docker0 1.22 1.10 0.32 2.52 0.00 0.00 0.00 0.00 17:02:46 16:58:01 eth0 1.23 0.48 0.42 0.03 0.00 0.00 0.00 0.00 17:02:46 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:46 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:46 16:59:01 eth0 1.98 0.53 0.62 0.36 0.00 0.00 0.00 0.00 17:02:46 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:46 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:46 17:00:01 eth0 0.63 0.22 0.29 0.19 0.00 0.00 0.00 0.00 17:02:46 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:46 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:46 17:01:01 eth0 494.18 446.61 4079.09 35.99 0.00 0.00 0.00 0.00 17:02:46 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:46 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:46 17:02:01 veth363187b 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 17:02:46 17:02:01 eth0 528.29 446.85 3499.81 107.13 0.00 0.00 0.00 0.00 17:02:46 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:46 17:02:01 docker0 53.32 67.25 3.39 245.72 0.00 0.00 0.00 0.00 17:02:46 Average: veth363187b 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 17:02:46 Average: eth0 177.23 153.99 1272.50 28.05 0.00 0.00 0.00 0.00 17:02:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:02:46 Average: docker0 9.12 11.42 0.62 41.50 0.00 0.00 0.00 0.00 17:02:46 17:02:46 17:02:46 ---> sar -P ALL: 17:02:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) 17:02:46 17:02:46 16:55:09 LINUX RESTART (4 CPU) 17:02:46 17:02:46 16:56:02 CPU %user %nice %system %iowait %steal %idle 17:02:46 16:57:01 all 1.35 0.00 1.01 0.52 0.00 97.11 17:02:46 16:57:01 0 1.41 0.00 1.34 0.65 0.02 96.58 17:02:46 16:57:01 1 1.62 0.00 0.94 0.14 0.00 97.31 17:02:46 16:57:01 2 1.17 0.00 0.90 1.24 0.00 96.69 17:02:46 16:57:01 3 1.21 0.00 0.87 0.07 0.00 97.86 17:02:46 16:58:01 all 0.15 0.00 0.05 0.00 0.00 99.80 17:02:46 16:58:01 0 0.03 0.00 0.07 0.00 0.00 99.90 17:02:46 16:58:01 1 0.50 0.00 0.03 0.00 0.00 99.47 17:02:46 16:58:01 2 0.05 0.00 0.05 0.00 0.00 99.90 17:02:46 16:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:02:46 16:59:01 all 0.15 0.00 0.03 0.00 0.01 99.81 17:02:46 16:59:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:02:46 16:59:01 1 0.47 0.00 0.03 0.00 0.02 99.48 17:02:46 16:59:01 2 0.08 0.00 0.05 0.00 0.02 99.85 17:02:46 16:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:02:46 17:00:01 all 0.13 0.00 0.04 0.00 0.00 99.83 17:02:46 17:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:02:46 17:00:01 1 0.43 0.00 0.05 0.00 0.00 99.52 17:02:46 17:00:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:02:46 17:00:01 3 0.05 0.00 0.05 0.00 0.00 99.90 17:02:46 17:01:01 all 7.35 0.00 5.23 0.81 0.05 86.56 17:02:46 17:01:01 0 7.22 0.00 5.21 0.20 0.05 87.32 17:02:46 17:01:01 1 7.63 0.00 4.90 1.59 0.05 85.82 17:02:46 17:01:01 2 7.15 0.00 5.31 0.95 0.05 86.54 17:02:46 17:01:01 3 7.38 0.00 5.52 0.49 0.03 86.57 17:02:46 17:02:01 all 12.41 0.00 9.26 3.70 0.04 74.59 17:02:46 17:02:01 0 10.21 0.00 10.14 4.80 0.03 74.82 17:02:46 17:02:01 1 15.47 0.00 9.16 2.02 0.05 73.29 17:02:46 17:02:01 2 11.50 0.00 9.05 3.12 0.03 76.29 17:02:46 17:02:01 3 12.48 0.00 8.68 4.84 0.05 73.95 17:02:46 Average: all 3.55 0.00 2.57 0.83 0.02 93.04 17:02:46 Average: 0 3.11 0.00 2.76 0.93 0.02 93.19 17:02:46 Average: 1 4.30 0.00 2.49 0.62 0.02 92.57 17:02:46 Average: 2 3.30 0.00 2.54 0.88 0.02 93.27 17:02:46 Average: 3 3.49 0.00 2.50 0.89 0.01 93.11 17:02:46 17:02:46 17:02:46