Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4d2c7cbbe4ec454cf553977e16078aff79e24f14 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-972 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4d2c7cbbe4ec454cf553977e16078aff79e24f14 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 Commit message: "Merge pull request #103 from soda480/US149" > git rev-list --no-walk 17007ebb2da1b0d54778486c129729b0646fc97e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:40:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:40:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:40:10 ========================================================= 21:40:10 EdgeX Global Pipelines Version Info 21:40:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:40:12 ------------------- 21:40:12 stable info: 21:40:12 ------------------- 21:40:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:40:12 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:40:12 Message: update stable to v1.0.186 21:40:13 ------------------- 21:40:13 experimental info: 21:40:13 ------------------- 21:40:13 Commited By: **** collab-it+edgex@linuxfoundation.org 21:40:13 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 21:40:13 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d2c7cbbe4ec454cf553977e16078aff79e24f14 [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d2c7cb [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:40:14 + git log --format=format:%s -1 4d2c7cbbe4ec454cf553977e16078aff79e24f14 [Pipeline] echo 21:40:14 GIT_COMMIT: 4d2c7cbbe4ec454cf553977e16078aff79e24f14, Commit Message: Merge pull request #103 from soda480/US149 [Pipeline] echo 21:40:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:40:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:15 21:40:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:40:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:15 latest: Pulling from edgex-devops/git-semver 21:40:15 31603596830f: Pulling fs layer 21:40:15 2a8b12db71e7: Pulling fs layer 21:40:15 6ca5941a6612: Pulling fs layer 21:40:15 ecc8261a40a4: Pulling fs layer 21:40:15 ecc8261a40a4: Waiting 21:40:15 2a8b12db71e7: Download complete 21:40:15 31603596830f: Verifying Checksum 21:40:15 31603596830f: Download complete 21:40:15 ecc8261a40a4: Verifying Checksum 21:40:15 ecc8261a40a4: Download complete 21:40:15 6ca5941a6612: Verifying Checksum 21:40:15 6ca5941a6612: Download complete 21:40:16 31603596830f: Pull complete 21:40:16 2a8b12db71e7: Pull complete 21:40:16 6ca5941a6612: Pull complete 21:40:17 ecc8261a40a4: Pull complete 21:40:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:40:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:40:17 prd-centos7-docker-4c-2g-972 does not seem to be running inside a container 21:40:17 $ 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 21:40:19 $ docker top 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:40:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:40:19 [ssh-agent] Looking for ssh-agent implementation... 21:40:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:40:20 $ docker exec 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 ssh-agent 21:40:20 SSH_AUTH_SOCK=/tmp/ssh-Fy2pMDJR9WuO/agent.11 21:40:20 SSH_AGENT_PID=16 21:40:20 Running ssh-add (command line suppressed) 21:40:20 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2325564102787982897.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2325564102787982897.key) 21:40:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:40:20 + git tag --points-at HEAD [Pipeline] } 21:40:20 $ docker exec --env ******** --env ******** 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 ssh-agent -k 21:40:21 unset SSH_AUTH_SOCK; 21:40:21 unset SSH_AGENT_PID; 21:40:21 echo Agent pid 16 killed; 21:40:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:40:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:40:21 [ssh-agent] Looking for ssh-agent implementation... 21:40:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:40:21 $ docker exec 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 ssh-agent 21:40:21 SSH_AUTH_SOCK=/tmp/ssh-NFCHThQymjjg/agent.45 21:40:21 SSH_AGENT_PID=51 21:40:21 Running ssh-add (command line suppressed) 21:40:21 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5471173633994443472.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_5471173633994443472.key) 21:40:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:40:21 + git semver init 21:40:21 # -> Open(): unable to determine branch for HEAD 21:40:21 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 21:40:21 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 21:40:21 # $SEMVER_REMOTE_NAME = origin 21:40:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:40:21 # $SEMVER_USER_NAME = edgex-jenkins 21:40:21 # $SEMVER_BRANCH = master 21:40:21 # $SEMVER_TEMP = /tmp/semver-767790822 21:40:21 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 21:40:22 # '/tmp/semver-767790822' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' 21:40:22 # -> Force: false 21:40:22 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 21:40:22 $ docker exec --env ******** --env ******** 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 ssh-agent -k 21:40:22 unset SSH_AUTH_SOCK; 21:40:22 unset SSH_AGENT_PID; 21:40:22 echo Agent pid 51 killed; 21:40:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:40:23 + git semver [Pipeline] } 21:40:23 $ docker stop --time=1 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 21:40:24 $ docker rm -f 3af806af8a04601e3f18f1c3424e0aeac69023f86b32b0016646acb9cca309e7 [Pipeline] // withDockerContainer [Pipeline] sh 21:40:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:40:25 Stashed 1 file(s) [Pipeline] echo 21:40:25 [edgeXSemver]: initialized semver on version 2.0.0-dev.10 [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 21:40:40 Still waiting to schedule task 21:40:40 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:40:40 Still waiting to schedule task 21:40:40 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:43:47 Running on prd-centos7-docker-4c-2g-975 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 21:43:47 Running in /w/workspace/go-mod-messaging/32 [Pipeline] { [Pipeline] checkout 21:43:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-974 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 21:43:47 Running in /w/workspace/go-mod-messaging/32 [Pipeline] { [Pipeline] checkout 21:43:50 using credential edgex-jenkins-ssh 21:43:50 Cloning the remote Git repository 21:43:50 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 21:43:50 > git init /w/workspace/go-mod-messaging/32 # timeout=10 21:43:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:43:50 > git --version # timeout=10 21:43:50 > git --version # 'git version 2.24.3' 21:43:50 using GIT_SSH to set credentials SSH Credentials for GitHub 21:43:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:43:51 Checking out Revision 4d2c7cbbe4ec454cf553977e16078aff79e24f14 (master) 21:43:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:43:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:43:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:43:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:43:51 using GIT_SSH to set credentials SSH Credentials for GitHub 21:43:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:43:51 > git config core.sparsecheckout # timeout=10 21:43:51 > git checkout -f 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 21:43:53 using credential edgex-jenkins-ssh 21:43:53 Cloning the remote Git repository 21:43:53 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 21:43:53 > git init /w/workspace/go-mod-messaging/32 # timeout=10 21:43:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:43:53 > git --version # timeout=10 21:43:53 > git --version # 'git version 2.17.1' 21:43:53 using GIT_SSH to set credentials SSH Credentials for GitHub 21:43:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:43:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:43:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:43:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 21:43:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 21:43:54 using GIT_SSH to set credentials SSH Credentials for GitHub 21:43:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:43:55 Commit message: "Merge pull request #103 from soda480/US149" 21:43:55 Checking out Revision 4d2c7cbbe4ec454cf553977e16078aff79e24f14 (master) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:43:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:43:55 > git config core.sparsecheckout # timeout=10 21:43:55 > git checkout -f 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 21:43:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:43:56 + sudo service docker restart 21:43:56 + true 21:43:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:43:58 ========================================================= 21:43:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:43:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:43:58 + 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 . 21:43:58 Sending build context to Docker daemon 539.6kB 21:43:58 Step 1/7 : ARG BASE=golang:1.15-alpine 21:43:58 Step 2/7 : FROM ${BASE} 21:43:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:43:58 188c0c94c7c5: Pulling fs layer 21:43:58 0ef7d3d256c8: Pulling fs layer 21:43:58 de9db76c5a1d: Pulling fs layer 21:43:58 bca2f99d35d6: Pulling fs layer 21:43:58 93359f2a8cfa: Pulling fs layer 21:43:58 7c6f9722023f: Pulling fs layer 21:43:58 a35cf1a2eb13: Pulling fs layer 21:43:58 93359f2a8cfa: Waiting 21:43:58 7c6f9722023f: Waiting 21:43:58 a35cf1a2eb13: Waiting 21:43:58 bca2f99d35d6: Waiting 21:43:58 de9db76c5a1d: Verifying Checksum 21:43:58 de9db76c5a1d: Download complete 21:43:58 0ef7d3d256c8: Download complete 21:43:58 93359f2a8cfa: Verifying Checksum 21:43:58 93359f2a8cfa: Download complete 21:43:58 7c6f9722023f: Verifying Checksum 21:43:58 7c6f9722023f: Download complete 21:43:58 188c0c94c7c5: Download complete 21:43:59 188c0c94c7c5: Pull complete 21:43:59 0ef7d3d256c8: Pull complete 21:43:59 Commit message: "Merge pull request #103 from soda480/US149" 21:43:59 de9db76c5a1d: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:44:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:44:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:44:01 + sudo service docker restart 21:44:01 + true 21:44:02 a35cf1a2eb13: Verifying Checksum 21:44:02 a35cf1a2eb13: Download complete 21:44:03 bca2f99d35d6: Verifying Checksum 21:44:03 bca2f99d35d6: Download complete [Pipeline] unstash [Pipeline] echo 21:44:04 ========================================================= 21:44:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:44:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:44:04 + 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 . 21:44:05 Sending build context to Docker daemon 538.6kB 21:44:05 Step 1/7 : ARG BASE=golang:1.15-alpine 21:44:05 Step 2/7 : FROM ${BASE} 21:44:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:44:06 5f621e34cdf4: Pulling fs layer 21:44:06 a4357932f1b6: Pulling fs layer 21:44:06 18c013af1878: Pulling fs layer 21:44:06 00ac8860ef70: Pulling fs layer 21:44:06 63d7cb157983: Pulling fs layer 21:44:06 b116817d02f9: Pulling fs layer 21:44:06 745a02a5169b: Pulling fs layer 21:44:06 00ac8860ef70: Waiting 21:44:06 63d7cb157983: Waiting 21:44:06 b116817d02f9: Waiting 21:44:06 745a02a5169b: Waiting 21:44:06 18c013af1878: Download complete 21:44:06 a4357932f1b6: Verifying Checksum 21:44:06 a4357932f1b6: Download complete 21:44:06 63d7cb157983: Verifying Checksum 21:44:06 63d7cb157983: Download complete 21:44:06 b116817d02f9: Verifying Checksum 21:44:06 b116817d02f9: Download complete 21:44:06 5f621e34cdf4: Download complete 21:44:06 5f621e34cdf4: Pull complete 21:44:07 a4357932f1b6: Pull complete 21:44:08 18c013af1878: Pull complete 21:44:08 745a02a5169b: Verifying Checksum 21:44:08 745a02a5169b: Download complete 21:44:09 00ac8860ef70: Verifying Checksum 21:44:09 00ac8860ef70: Download complete 21:44:11 bca2f99d35d6: Pull complete 21:44:11 93359f2a8cfa: Pull complete 21:44:11 7c6f9722023f: Pull complete 21:44:15 a35cf1a2eb13: Pull complete 21:44:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:44:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:44:15 ---> a62c8e92a672 21:44:15 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:44:15 ---> Running in b95357a15c1b 21:44:15 Removing intermediate container b95357a15c1b 21:44:15 ---> 837b73063dd1 21:44:15 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 21:44:15 ---> Running in 8dbbbd8277ec 21:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:44:17 (1/5) Installing libsodium (1.0.18-r0) 21:44:17 (2/5) Installing libzmq (4.3.3-r0) 21:44:17 (3/5) Installing pkgconf (1.7.2-r0) 21:44:17 (4/5) Installing libsodium-dev (1.0.18-r0) 21:44:17 (5/5) Installing zeromq-dev (4.3.3-r0) 21:44:18 Executing busybox-1.31.1-r19.trigger 21:44:18 OK: 167 MiB in 44 packages 21:44:19 Removing intermediate container 8dbbbd8277ec 21:44:19 ---> 46587623f322 21:44:19 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:44:19 ---> Running in d73740ba138c 21:44:19 Removing intermediate container d73740ba138c 21:44:19 ---> 1f26c1fb972e 21:44:19 Step 6/7 : COPY go.mod . 21:44:19 00ac8860ef70: Pull complete 21:44:19 ---> d34304d53def 21:44:19 Step 7/7 : RUN go mod download 21:44:19 63d7cb157983: Pull complete 21:44:19 ---> Running in ed804285fee9 21:44:20 b116817d02f9: Pull complete 21:44:24 745a02a5169b: Pull complete 21:44:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:44:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:44:24 ---> b7e6874047d6 21:44:24 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:44:26 ---> Running in 7b9d501b523d 21:44:26 Removing intermediate container 7b9d501b523d 21:44:26 ---> 22882993215e 21:44:26 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 21:44:26 ---> Running in f5d1b26406b2 21:44:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:44:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:44:29 (1/5) Installing libsodium (1.0.18-r0) 21:44:29 (2/5) Installing libzmq (4.3.3-r0) 21:44:29 (3/5) Installing pkgconf (1.7.2-r0) 21:44:29 (4/5) Installing libsodium-dev (1.0.18-r0) 21:44:30 (5/5) Installing zeromq-dev (4.3.3-r0) 21:44:30 Executing busybox-1.31.1-r19.trigger 21:44:30 OK: 144 MiB in 44 packages 21:44:31 Removing intermediate container f5d1b26406b2 21:44:31 ---> 6392e1be4b63 21:44:31 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:44:31 ---> Running in 2a129d7e10a6 21:44:31 Removing intermediate container ed804285fee9 21:44:31 ---> c8f2db474afd 21:44:31 Successfully built c8f2db474afd 21:44:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:44:32 Removing intermediate container 2a129d7e10a6 21:44:32 ---> 91ae00f1ff6f 21:44:32 Step 6/7 : COPY go.mod . 21:44:32 + docker inspect -f . ci-base-image-x86_64 21:44:32 . [Pipeline] withDockerContainer 21:44:32 prd-centos7-docker-4c-2g-975 does not seem to be running inside a container 21:44:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/32 -v /w/workspace/go-mod-messaging/32:/w/workspace/go-mod-messaging/32:rw,z -v /w/workspace/go-mod-messaging/32@tmp:/w/workspace/go-mod-messaging/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:44:32 ---> d1e9dd613b78 21:44:32 Step 7/7 : RUN go mod download 21:44:33 ---> Running in 789633834ca5 21:44:33 $ docker top 9b6427b54ecc0600c6d1a3e91d2418ef172b26cbe8b5464f333cb3903dff8863 -eo pid,comm [Pipeline] { [Pipeline] sh 21:44:33 + go version 21:44:33 go version go1.15.5 linux/amd64 [Pipeline] } 21:44:33 $ docker stop --time=1 9b6427b54ecc0600c6d1a3e91d2418ef172b26cbe8b5464f333cb3903dff8863 21:44:35 $ docker rm -f 9b6427b54ecc0600c6d1a3e91d2418ef172b26cbe8b5464f333cb3903dff8863 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:44:35 + docker inspect -f . ci-base-image-x86_64 21:44:35 . [Pipeline] withDockerContainer 21:44:35 prd-centos7-docker-4c-2g-975 does not seem to be running inside a container 21:44:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/32 -v /w/workspace/go-mod-messaging/32:/w/workspace/go-mod-messaging/32:rw,z -v /w/workspace/go-mod-messaging/32@tmp:/w/workspace/go-mod-messaging/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:44:36 $ docker top c6e973b9a023cb0c8aa357beed376c46bdeeff2944916bb1fe6ccadef1dd2d66 -eo pid,comm [Pipeline] { [Pipeline] sh 21:44:36 + make test 21:44:36 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:44:42 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 21:44:43 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.033s coverage: 89.9% of statements 21:44:47 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.010s coverage: 66.7% of statements 21:44:47 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 21:44:48 Removing intermediate container 789633834ca5 21:44:48 ---> 4cba96c9e972 21:44:48 Successfully built 4cba96c9e972 21:44:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:44:48 + docker inspect -f . ci-base-image-arm64 21:44:48 . [Pipeline] withDockerContainer 21:44:48 prd-ubuntu18.04-docker-arm64-4c-16g-974 does not seem to be running inside a container 21:44:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/32 -v /w/workspace/go-mod-messaging/32:/w/workspace/go-mod-messaging/32:rw,z -v /w/workspace/go-mod-messaging/32@tmp:/w/workspace/go-mod-messaging/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:44:50 $ docker top 5572576b921892d82ea2fba34b587e24a0d35a1fa25f53d57aa9ccfa6d2ae89e -eo pid,comm [Pipeline] { [Pipeline] sh 21:44:51 + go version 21:44:51 go version go1.15.5 linux/arm64 [Pipeline] } 21:44:51 $ docker stop --time=1 5572576b921892d82ea2fba34b587e24a0d35a1fa25f53d57aa9ccfa6d2ae89e 21:44:53 $ docker rm -f 5572576b921892d82ea2fba34b587e24a0d35a1fa25f53d57aa9ccfa6d2ae89e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:44:54 + docker inspect -f . ci-base-image-arm64 21:44:54 . [Pipeline] withDockerContainer 21:44:54 prd-ubuntu18.04-docker-arm64-4c-16g-974 does not seem to be running inside a container 21:44:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/32 -v /w/workspace/go-mod-messaging/32:/w/workspace/go-mod-messaging/32:rw,z -v /w/workspace/go-mod-messaging/32@tmp:/w/workspace/go-mod-messaging/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:44:55 $ docker top 19995779e35ab79c77d03ce297ea75413eddb32b87c7fa206ebd7f501392780b -eo pid,comm [Pipeline] { [Pipeline] sh 21:44:56 + make test 21:44:56 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:45:10 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.361s coverage: 83.9% of statements 21:45:10 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.009s coverage: 85.7% of statements 21:45:10 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.018s coverage: 100.0% of statements 21:45:10 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.034s coverage: 100.0% of statements 21:45:10 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.005s coverage: 90.9% of statements 21:45:10 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:45:10 gofmt -l . 21:45:10 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:45:10 $ docker stop --time=1 c6e973b9a023cb0c8aa357beed376c46bdeeff2944916bb1fe6ccadef1dd2d66 21:45:11 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 21:45:12 $ docker rm -f c6e973b9a023cb0c8aa357beed376c46bdeeff2944916bb1fe6ccadef1dd2d66 [Pipeline] // withDockerContainer [Pipeline] sh 21:45:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:45:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:45:14 ---> job-cost.sh 21:45:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FSRI 21:45:15 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.037s coverage: 89.9% of statements 21:45:25 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.043s coverage: 66.7% of statements 21:45:25 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 21:45:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:45:52 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.379s coverage: 83.9% of statements 21:45:52 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.018s coverage: 85.7% of statements 21:45:52 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.033s coverage: 100.0% of statements 21:45:52 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.044s coverage: 100.0% of statements 21:45:52 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.026s coverage: 90.9% of statements 21:45:52 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:45:52 gofmt -l . 21:45:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:45:52 $ docker stop --time=1 19995779e35ab79c77d03ce297ea75413eddb32b87c7fa206ebd7f501392780b 21:45:54 $ docker rm -f 19995779e35ab79c77d03ce297ea75413eddb32b87c7fa206ebd7f501392780b [Pipeline] // withDockerContainer [Pipeline] sh 21:45:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:45:55 Warning: overwriting stash ‘coverage-report’ 21:45:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:45:56 ---> job-cost.sh 21:45:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uf0I 21:45:59 lf-activate-venv(): INFO: Adding /tmp/venv-FSRI/bin to PATH 21:45:59 INFO: No Stack... 21:45:59 INFO: Retrieving Pricing Info for: v1-standard-2 21:45:59 INFO: Archiving Costs [Pipeline] sh 21:45:59 + cat /w/workspace/go-mod-messaging/32/archives/cost.csv 21:45:59 + cut -d, -f6 [Pipeline] lock 21:45:59 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] 21:45:59 Resource [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] did not exist. Created. 21:45:59 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:46:00 + echo total: 0.029999999329447746 [Pipeline] stash 21:46:00 Stashed 1 file(s) [Pipeline] } 21:46:00 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:46:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:47:57 lf-activate-venv(): INFO: Adding /tmp/venv-uf0I/bin to PATH 21:47:57 INFO: No Stack... 21:47:57 INFO: Retrieving Pricing Info for: lf-standard-4 21:47:57 INFO: Archiving Costs [Pipeline] sh 21:47:58 + cat /w/workspace/go-mod-messaging/32/archives/cost.csv 21:47:58 + cut -d, -f6 [Pipeline] lock 21:47:58 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] 21:47:58 Resource [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] did not exist. Created. 21:47:58 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:47:58 /w/workspace/go-mod-messaging/32@tmp/durable-b4d83499/script.sh: 1: /w/workspace/go-mod-messaging/32@tmp/durable-b4d83499/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:47:58 + echo total: 0.20999999344348907 [Pipeline] stash 21:47:58 Warning: overwriting stash ‘stack-cost’ 21:47:59 Stashed 1 file(s) [Pipeline] } 21:47:59 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-master-32-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:47:59 provisioning config files... 21:47:59 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config3958394962468959318tmp [Pipeline] { [Pipeline] sh 21:47:59 + set +x 21:47:59 + curl -s https://codecov.io/bash 21:47:59 + bash -s -- 21:48:00 21:48:00 _____ _ 21:48:00 / ____| | | 21:48:00 | | ___ __| | ___ ___ _____ __ 21:48:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:48:00 | |___| (_) | (_| | __/ (_| (_) \ V / 21:48:00 \_____\___/ \__,_|\___|\___\___/ \_/ 21:48:00 Bash-1.0.1 21:48:00 21:48:00 21:48:00 ==> git version 2.24.3 found 21:48:00 ==> 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 21:48:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:48:00 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:48:00 ==> Jenkins CI detected. 21:48:00 project root: . 21:48:00 --> token set from env 21:48:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:48:00 ==> Running gcov in . (disable via -X gcov) 21:48:00 ==> Python coveragepy not found 21:48:00 ==> Searching for coverage reports in: 21:48:00 + . 21:48:00 -> Found 1 reports 21:48:00 ==> Detecting git/mercurial file structure 21:48:00 ==> Reading reports 21:48:00 + ./coverage.out bytes=22179 21:48:00 ==> Appending adjustments 21:48:00 https://docs.codecov.io/docs/fixing-reports 21:48:00 + Found adjustments 21:48:00 ==> Gzipping contents 21:48:00 8.0K /tmp/codecov.92MqtP.gz 21:48:00 ==> Uploading reports 21:48:00 url: https://codecov.io 21:48:00 query: branch=master&commit=4d2c7cbbe4ec454cf553977e16078aff79e24f14&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 21:48:00 -> Pinging Codecov 21:48:00 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=4d2c7cbbe4ec454cf553977e16078aff79e24f14&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 21:48:00 -> Uploading to 21:48:00 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/F6E385568367DD0E4001BA4F8F1CB792/4d2c7cbbe4ec454cf553977e16078aff79e24f14/8a699adb-1a43-4009-aedc-d49f659bc16e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T214800Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=01ea32d347c885ae0aea2b7b66137abdbb5b454acc9c54e0b6864b1740adb548 21:48:00 % Total % Received % Xferd Average Speed Time Time Time Current 21:48:00 Dload Upload Total Spent Left Speed 21:48:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5277 0 0 100 5277 0 9334 --:--:-- --:--:-- --:--:-- 9339 21:48:01 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/4d2c7cbbe4ec454cf553977e16078aff79e24f14 [Pipeline] } 21:48:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:48:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:48:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:48:02 21:48:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:48:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:48:02 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:48:02 188c0c94c7c5: Pulling fs layer 21:48:02 0ef7d3d256c8: Pulling fs layer 21:48:02 de9db76c5a1d: Pulling fs layer 21:48:02 0eba1c9be4d2: Pulling fs layer 21:48:02 0d57e429df01: Pulling fs layer 21:48:02 4e4be7b47b0d: Pulling fs layer 21:48:02 e1f770b5df2f: Pulling fs layer 21:48:02 85a0685a4137: Pulling fs layer 21:48:02 e1f770b5df2f: Waiting 21:48:02 4e4be7b47b0d: Waiting 21:48:02 0eba1c9be4d2: Waiting 21:48:02 0d57e429df01: Waiting 21:48:02 85a0685a4137: Waiting 21:48:02 de9db76c5a1d: Verifying Checksum 21:48:02 de9db76c5a1d: Download complete 21:48:02 0ef7d3d256c8: Download complete 21:48:02 0d57e429df01: Download complete 21:48:02 188c0c94c7c5: Verifying Checksum 21:48:02 4e4be7b47b0d: Verifying Checksum 21:48:02 4e4be7b47b0d: Download complete 21:48:03 188c0c94c7c5: Pull complete 21:48:03 0ef7d3d256c8: Pull complete 21:48:03 de9db76c5a1d: Pull complete 21:48:03 e1f770b5df2f: Verifying Checksum 21:48:03 e1f770b5df2f: Download complete 21:48:05 0eba1c9be4d2: Verifying Checksum 21:48:05 0eba1c9be4d2: Download complete 21:48:05 85a0685a4137: Verifying Checksum 21:48:05 85a0685a4137: Download complete 21:48:12 0eba1c9be4d2: Pull complete 21:48:12 0d57e429df01: Pull complete 21:48:12 4e4be7b47b0d: Pull complete 21:48:14 e1f770b5df2f: Pull complete 21:48:22 85a0685a4137: Pull complete 21:48:22 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:48:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:48:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:48:22 prd-centos7-docker-4c-2g-972 does not seem to be running inside a container 21:48:22 $ 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 21:48:23 $ docker top 1e4d97920a31321107726f3f2a713675d026d328e6de61c4c791d11d7b15e0be -eo pid,comm [Pipeline] { [Pipeline] echo 21:48:23 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:48:23 + set -o pipefail 21:48:23 + snyk monitor '--org=edgex-jenkins' 21:48:28 21:48:28 Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging/v2)... 21:48:28 21:48:28 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/d23208db-5112-4543-b346-0f70a18311f1/history/74ed6087-e6ad-422a-988f-5e19bc01745b 21:48:28 21:48:28 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:48:28 21:48:28 21:48:28 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 21:48:28 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:48:28 $ docker stop --time=1 1e4d97920a31321107726f3f2a713675d026d328e6de61c4c791d11d7b15e0be 21:48:30 $ docker rm -f 1e4d97920a31321107726f3f2a713675d026d328e6de61c4c791d11d7b15e0be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:48:31 + git log --format=format:%s -1 4d2c7cbbe4ec454cf553977e16078aff79e24f14 [Pipeline] isUnix [Pipeline] sh 21:48:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:48:31 . [Pipeline] withDockerContainer 21:48:31 prd-centos7-docker-4c-2g-972 does not seem to be running inside a container 21:48:31 $ 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 21:48:33 $ docker top dd0f3758f88e9712bc935d9e708bd42d89a4d5b9160128ff6e8c92e3ef79a449 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:48:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:48:33 [ssh-agent] Looking for ssh-agent implementation... 21:48:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:48:33 $ docker exec dd0f3758f88e9712bc935d9e708bd42d89a4d5b9160128ff6e8c92e3ef79a449 ssh-agent 21:48:33 SSH_AUTH_SOCK=/tmp/ssh-9FuGc7Tss7n0/agent.12 21:48:33 SSH_AGENT_PID=17 21:48:33 Running ssh-add (command line suppressed) 21:48:33 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8817854024430917265.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_8817854024430917265.key) 21:48:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:48:34 + git semver tag 21:48:34 # -> Open(): unable to determine branch for HEAD 21:48:34 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 21:48:34 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 21:48:34 # $SEMVER_REMOTE_NAME = origin 21:48:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:48:34 # $SEMVER_USER_NAME = edgex-jenkins 21:48:34 # $SEMVER_BRANCH = master 21:48:34 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 21:48:34 # 4d2c7cbbe4ec454cf553977e16078aff79e24f14 HEAD 21:48:34 # -> Force: false 21:48:34 # 4f644545cddc54fca5294dd2fa59f158d94fcc35 refs/tags/v2.0.0-dev.10 [Pipeline] } 21:48:34 $ docker exec --env ******** --env ******** dd0f3758f88e9712bc935d9e708bd42d89a4d5b9160128ff6e8c92e3ef79a449 ssh-agent -k 21:48:34 unset SSH_AUTH_SOCK; 21:48:34 unset SSH_AGENT_PID; 21:48:34 echo Agent pid 17 killed; 21:48:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:48:34 + git semver [Pipeline] } 21:48:34 $ docker stop --time=1 dd0f3758f88e9712bc935d9e708bd42d89a4d5b9160128ff6e8c92e3ef79a449 21:48:36 $ docker rm -f dd0f3758f88e9712bc935d9e708bd42d89a4d5b9160128ff6e8c92e3ef79a449 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:48:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:48:36 21:48:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:48:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:48:37 0.23.1-centos7: Pulling from edgex-lftools 21:48:37 ab5ef0e58194: Pulling fs layer 21:48:37 9712f1f96733: Pulling fs layer 21:48:37 63f879dbbcfc: Pulling fs layer 21:48:37 0d9ebad4ef96: Pulling fs layer 21:48:37 e9a5061849ea: Pulling fs layer 21:48:37 d747dcd14b5f: Pulling fs layer 21:48:37 2de7ff778b66: Pulling fs layer 21:48:37 e9a5061849ea: Waiting 21:48:37 d747dcd14b5f: Waiting 21:48:37 2de7ff778b66: Waiting 21:48:37 0d9ebad4ef96: Waiting 21:48:37 9712f1f96733: Verifying Checksum 21:48:37 9712f1f96733: Download complete 21:48:38 63f879dbbcfc: Verifying Checksum 21:48:38 63f879dbbcfc: Download complete 21:48:38 e9a5061849ea: Verifying Checksum 21:48:38 e9a5061849ea: Download complete 21:48:38 d747dcd14b5f: Verifying Checksum 21:48:38 d747dcd14b5f: Download complete 21:48:38 2de7ff778b66: Verifying Checksum 21:48:38 2de7ff778b66: Download complete 21:48:39 0d9ebad4ef96: Verifying Checksum 21:48:39 0d9ebad4ef96: Download complete 21:48:39 ab5ef0e58194: Download complete 21:48:43 ab5ef0e58194: Pull complete 21:48:43 9712f1f96733: Pull complete 21:48:46 63f879dbbcfc: Pull complete 21:48:52 0d9ebad4ef96: Pull complete 21:48:53 e9a5061849ea: Pull complete 21:48:53 d747dcd14b5f: Pull complete 21:48:56 2de7ff778b66: Pull complete 21:48:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:48:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:48:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:48:56 prd-centos7-docker-4c-2g-972 does not seem to be running inside a container 21:48:56 $ 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 21:49:00 $ docker top 3accebe9ee83decf5b4d4224f10fca1f2e4f05dab7dc21e4b39aeeebd967b544 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:49:00 provisioning config files... 21:49:00 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config3944400404986361877tmp 21:49:00 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config2546402965797142803tmp 21:49:00 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config6420487700934149184tmp [Pipeline] { [Pipeline] echo 21:49:00 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:49:00 ---> sigul-configuration.sh 21:49:00 gpg: directory `/root/.gnupg' created 21:49:00 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:49:00 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:49:00 gpg: keyring `/root/.gnupg/secring.gpg' created 21:49:00 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:49:00 gpg: CAST5 encrypted data 21:49:01 gpg: encrypted with 1 passphrase 21:49:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:49:01 + mkdir /home/jenkins 21:49:01 + mkdir /home/jenkins/sigul [Pipeline] sh 21:49:01 + 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 21:49:01 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:49:02 ---> sigul-install.sh 21:49:24 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:49:24 + git tag --list 21:49:24 v0.0.0 21:49:24 v0.1.0 21:49:24 v0.1.1 21:49:24 v0.1.10 21:49:24 v0.1.11 21:49:24 v0.1.12 21:49:24 v0.1.13 21:49:24 v0.1.14 21:49:24 v0.1.15 21:49:24 v0.1.16 21:49:24 v0.1.17 21:49:24 v0.1.18 21:49:24 v0.1.19 21:49:24 v0.1.2 21:49:24 v0.1.20 21:49:24 v0.1.21 21:49:24 v0.1.22 21:49:24 v0.1.23 21:49:24 v0.1.24 21:49:24 v0.1.25 21:49:24 v0.1.26 21:49:24 v0.1.27 21:49:24 v0.1.28 21:49:24 v0.1.29 21:49:24 v0.1.3 21:49:24 v0.1.30 21:49:24 v0.1.31 21:49:24 v0.1.4 21:49:24 v0.1.5 21:49:24 v0.1.6 21:49:24 v0.1.7 21:49:24 v0.1.8 21:49:24 v0.1.9 21:49:24 v2.0.0-dev.1 21:49:24 v2.0.0-dev.10 21:49:24 v2.0.0-dev.2 21:49:24 v2.0.0-dev.3 21:49:24 v2.0.0-dev.4 21:49:24 v2.0.0-dev.5 21:49:24 v2.0.0-dev.6 21:49:24 v2.0.0-dev.7 21:49:24 v2.0.0-dev.8 21:49:24 v2.0.0-dev.9 [Pipeline] sh 21:49:24 + lftools sign git-tag v2.0.0-dev.10 21:49:26 Signing Git tag with Sigul... 21:49:26 Signing v2.0.0-dev.10 [Pipeline] echo 21:49:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:49:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:49:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:49:27 $ docker stop --time=1 3accebe9ee83decf5b4d4224f10fca1f2e4f05dab7dc21e4b39aeeebd967b544 21:49:29 $ docker rm -f 3accebe9ee83decf5b4d4224f10fca1f2e4f05dab7dc21e4b39aeeebd967b544 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:49:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:49:30 . [Pipeline] withDockerContainer 21:49:30 prd-centos7-docker-4c-2g-972 does not seem to be running inside a container 21:49:30 $ 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 21:49:31 $ docker top 7d93b1ad4f0e0b96cf05505356f919de1f4db1e239381bd5c4d8c467598beef9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:49:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:49:31 [ssh-agent] Looking for ssh-agent implementation... 21:49:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:49:31 $ docker exec 7d93b1ad4f0e0b96cf05505356f919de1f4db1e239381bd5c4d8c467598beef9 ssh-agent 21:49:31 SSH_AUTH_SOCK=/tmp/ssh-HlngmZWXw9Q9/agent.11 21:49:31 SSH_AGENT_PID=17 21:49:31 Running ssh-add (command line suppressed) 21:49:31 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2658211859880531364.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_2658211859880531364.key) 21:49:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:49:32 + git semver bump pre 21:49:32 # -> Open(): unable to determine branch for HEAD 21:49:32 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 21:49:32 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 21:49:32 # $SEMVER_REMOTE_NAME = origin 21:49:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:49:32 # $SEMVER_USER_NAME = edgex-jenkins 21:49:32 # $SEMVER_BRANCH = master 21:49:32 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 21:49:32 2.0.0-dev.11 [Pipeline] } 21:49:32 $ docker exec --env ******** --env ******** 7d93b1ad4f0e0b96cf05505356f919de1f4db1e239381bd5c4d8c467598beef9 ssh-agent -k 21:49:32 unset SSH_AUTH_SOCK; 21:49:32 unset SSH_AGENT_PID; 21:49:32 echo Agent pid 17 killed; 21:49:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:49:32 + git semver [Pipeline] } 21:49:32 $ docker stop --time=1 7d93b1ad4f0e0b96cf05505356f919de1f4db1e239381bd5c4d8c467598beef9 21:49:34 $ docker rm -f 7d93b1ad4f0e0b96cf05505356f919de1f4db1e239381bd5c4d8c467598beef9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:49:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:49:34 . [Pipeline] withDockerContainer 21:49:34 prd-centos7-docker-4c-2g-972 does not seem to be running inside a container 21:49:34 $ 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 21:49:35 $ docker top bdeb077f361249bb2ade6949d9ed0279a875a5a6a00dc27efb40769e99eb2b90 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:49:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:49:35 [ssh-agent] Looking for ssh-agent implementation... 21:49:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:49:36 $ docker exec bdeb077f361249bb2ade6949d9ed0279a875a5a6a00dc27efb40769e99eb2b90 ssh-agent 21:49:36 SSH_AUTH_SOCK=/tmp/ssh-1zajEodi7az0/agent.12 21:49:36 SSH_AGENT_PID=17 21:49:36 Running ssh-add (command line suppressed) 21:49:36 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4458460555733876360.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4458460555733876360.key) 21:49:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:49:36 + git semver push 21:49:36 # -> Open(): unable to determine branch for HEAD 21:49:36 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 21:49:36 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 21:49:36 # $SEMVER_REMOTE_NAME = origin 21:49:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:49:36 # $SEMVER_USER_NAME = edgex-jenkins 21:49:36 # $SEMVER_BRANCH = master 21:49:36 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 21:49:41 $ docker exec --env ******** --env ******** bdeb077f361249bb2ade6949d9ed0279a875a5a6a00dc27efb40769e99eb2b90 ssh-agent -k 21:49:41 unset SSH_AUTH_SOCK; 21:49:41 unset SSH_AGENT_PID; 21:49:41 echo Agent pid 17 killed; 21:49:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:49:41 + git semver [Pipeline] } 21:49:41 $ docker stop --time=1 bdeb077f361249bb2ade6949d9ed0279a875a5a6a00dc27efb40769e99eb2b90 21:49:42 $ docker rm -f bdeb077f361249bb2ade6949d9ed0279a875a5a6a00dc27efb40769e99eb2b90 [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 21:49:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:49:44 ---> package-listing.sh 21:49:44 ++ facter osfamily 21:49:44 ++ tr '[:upper:]' '[:lower:]' 21:49:44 + OS_FAMILY=redhat 21:49:44 + workspace=/w/workspace/xfoundry_go-mod-messaging_master 21:49:44 + START_PACKAGES=/tmp/packages_start.txt 21:49:44 + END_PACKAGES=/tmp/packages_end.txt 21:49:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:49:44 + PACKAGES=/tmp/packages_start.txt 21:49:44 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 21:49:44 + PACKAGES=/tmp/packages_end.txt 21:49:44 + case "${OS_FAMILY}" in 21:49:44 + rpm -qa 21:49:44 + sort 21:49:50 + '[' -f /tmp/packages_start.txt ']' 21:49:50 + '[' -f /tmp/packages_end.txt ']' 21:49:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:49:50 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 21:49:50 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ 21:49:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] echo 21:49:50 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 21:49:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:49:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:49:51 21:49:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:49:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:49:51 alpine: Pulling from edgex-lftools-log-publisher 21:49:51 df20fa9351a1: Pulling fs layer 21:49:51 36b3adc4ff6f: Pulling fs layer 21:49:51 8ad3a11d3b57: Pulling fs layer 21:49:51 46f8f816bc3b: Pulling fs layer 21:49:51 93b61091891f: Pulling fs layer 21:49:51 93b9cdb0e59b: Pulling fs layer 21:49:51 5e14af77c1be: Pulling fs layer 21:49:51 01666e4c0597: Pulling fs layer 21:49:51 aa168da1d23b: Pulling fs layer 21:49:51 46f8f816bc3b: Waiting 21:49:51 93b61091891f: Waiting 21:49:51 aa168da1d23b: Waiting 21:49:51 01666e4c0597: Waiting 21:49:51 93b9cdb0e59b: Waiting 21:49:51 5e14af77c1be: Waiting 21:49:51 36b3adc4ff6f: Verifying Checksum 21:49:51 36b3adc4ff6f: Download complete 21:49:51 46f8f816bc3b: Verifying Checksum 21:49:51 46f8f816bc3b: Download complete 21:49:51 df20fa9351a1: Verifying Checksum 21:49:52 93b9cdb0e59b: Verifying Checksum 21:49:52 93b9cdb0e59b: Download complete 21:49:52 5e14af77c1be: Verifying Checksum 21:49:52 5e14af77c1be: Download complete 21:49:52 01666e4c0597: Verifying Checksum 21:49:52 01666e4c0597: Download complete 21:49:52 93b61091891f: Download complete 21:49:52 8ad3a11d3b57: Verifying Checksum 21:49:52 df20fa9351a1: Pull complete 21:49:52 36b3adc4ff6f: Pull complete 21:49:53 8ad3a11d3b57: Pull complete 21:49:53 46f8f816bc3b: Pull complete 21:49:54 aa168da1d23b: Verifying Checksum 21:49:55 93b61091891f: Pull complete 21:49:55 93b9cdb0e59b: Pull complete 21:49:55 5e14af77c1be: Pull complete 21:49:55 01666e4c0597: Pull complete 21:50:03 aa168da1d23b: Pull complete 21:50:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:50:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:50:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:50:03 prd-centos7-docker-4c-2g-972 does not seem to be running inside a container 21:50:04 $ 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 21:50:07 $ docker top 32716f85e9802a78269a696c28d9a5f03ef88ffa7fc715861e5e9727fc59c918 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:07 + touch /tmp/pre-build-complete [Pipeline] sh 21:50:07 + mkdir -p /var/log/sa [Pipeline] sh 21:50:08 + ls /var/log/sa-host 21:50:08 + sadf -c /var/log/sa-host/sa19 21:50:08 file_magic: OK 21:50:08 HZ: Using current value: 100 21:50:08 file_header: OK 21:50:08 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 21:50:08 Statistics: 21:50:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:50:08 File successfully converted to sysstat format version 12.2.1 21:50:08 + sadf -c /var/log/sa-host/sa23 21:50:08 file_magic: OK 21:50:08 HZ: Using current value: 100 21:50:08 file_header: OK 21:50:08 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 21:50:08 Statistics: 21:50:08 Hnuu...uuuununununu... 21:50:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:50:08 provisioning config files... 21:50:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5683495177869899543tmp [Pipeline] { [Pipeline] echo 21:50:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:50:08 ---> create-netrc.sh [Pipeline] } 21:50:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:50:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:50:09 ---> python-tools-install.sh [Pipeline] echo 21:50:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:50:09 ---> sudo-logs.sh 21:50:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:50:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:50:10 ---> job-cost.sh 21:50:10 lf-activate-venv: SKIPPING 21:50:10 DEBUG: total: 0.20999999344348907 21:50:10 INFO: Retrieving Stack Cost... 21:50:11 INFO: Retrieving Pricing Info for: v1-standard-2 21:50:11 INFO: Archiving Costs [Pipeline] echo 21:50:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:50:11 ---> logs-deploy.sh 21:50:11 lf-activate-venv: SKIPPING 21:50:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/32 21:50:11 INFO: archiving workspace using pattern(s): 21:50:13 Archives upload complete. 21:50:13 INFO: archiving logs to Nexus 21:50:14 ---> uname -a: 21:50:14 Linux prd-centos7-docker-4c-2g-972.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:50:14 21:50:14 21:50:14 ---> lscpu: 21:50:14 Architecture: x86_64 21:50:14 CPU op-mode(s): 32-bit, 64-bit 21:50:14 Byte Order: Little Endian 21:50:14 Address sizes: 40 bits physical, 48 bits virtual 21:50:14 CPU(s): 4 21:50:14 On-line CPU(s) list: 0-3 21:50:14 Thread(s) per core: 1 21:50:14 Core(s) per socket: 1 21:50:14 Socket(s): 4 21:50:14 NUMA node(s): 1 21:50:14 Vendor ID: GenuineIntel 21:50:14 CPU family: 6 21:50:14 Model: 44 21:50:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:50:14 Stepping: 1 21:50:14 CPU MHz: 2933.442 21:50:14 BogoMIPS: 5866.88 21:50:14 Virtualization: VT-x 21:50:14 Hypervisor vendor: KVM 21:50:14 Virtualization type: full 21:50:14 L1d cache: 128 KiB 21:50:14 L1i cache: 128 KiB 21:50:14 L2 cache: 16 MiB 21:50:14 L3 cache: 64 MiB 21:50:14 NUMA node0 CPU(s): 0-3 21:50:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:50:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:50:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:50:14 Vulnerability Meltdown: Mitigation; PTI 21:50:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:50:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:50:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:50:14 Vulnerability Srbds: Not affected 21:50:14 Vulnerability Tsx async abort: Not affected 21:50:14 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 21:50:14 21:50:14 21:50:14 ---> nproc: 21:50:14 4 21:50:14 21:50:14 21:50:14 ---> df -h: 21:50:14 Filesystem Size Used Available Use% Mounted on 21:50:14 overlay 50.0G 8.5G 41.4G 17% / 21:50:14 tmpfs 64.0M 0 64.0M 0% /dev 21:50:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:50:14 shm 64.0M 0 64.0M 0% /dev/shm 21:50:14 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 21:50:14 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 21:50:14 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 21:50:14 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 21:50:14 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 21:50:14 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master 21:50:14 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 21:50:14 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-messaging_master@tmp 21:50:14 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 21:50:14 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 21:50:14 21:50:14 21:50:14 ---> free -m: 21:50:14 total used free shared buff/cache available 21:50:14 Mem: 1837 820 145 0 871 952 21:50:14 Swap: 1023 3 1020 21:50:14 21:50:14 21:50:14 ---> ip addr: 21:50:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:50:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:50:14 inet 127.0.0.1/8 scope host lo 21:50:14 valid_lft forever preferred_lft forever 21:50:14 inet6 ::1/128 scope host 21:50:14 valid_lft forever preferred_lft forever 21:50:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:50:14 link/ether fa:16:3e:21:2d:01 brd ff:ff:ff:ff:ff:ff 21:50:14 inet 10.30.123.152/23 brd 10.30.123.255 scope global dynamic eth0 21:50:14 valid_lft 85685sec preferred_lft 85685sec 21:50:14 inet6 fe80::f816:3eff:fe21:2d01/64 scope link 21:50:14 valid_lft forever preferred_lft forever 21:50:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:50:14 link/ether 02:42:ea:d8:4a:17 brd ff:ff:ff:ff:ff:ff 21:50:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:50:14 valid_lft forever preferred_lft forever 21:50:14 inet6 fe80::42:eaff:fed8:4a17/64 scope link 21:50:14 valid_lft forever preferred_lft forever 21:50:14 21:50:14 21:50:14 ---> sar -b -r -n DEV: 21:50:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 21:50:14 21:50:14 21:38:06 LINUX RESTART (4 CPU) 21:50:14 21:50:14 21:39:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:50:14 21:40:01 3.01 0.37 2.64 0.00 50.11 689.32 0.00 21:50:14 21:41:01 44.44 11.80 32.64 0.00 4346.47 2531.06 0.00 21:50:14 21:42:01 1.40 0.00 1.40 0.00 0.00 21.00 0.00 21:50:14 21:43:02 0.28 0.00 0.28 0.00 0.00 3.20 0.00 21:50:14 21:44:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 21:50:14 21:45:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 21:50:14 21:46:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 21:50:14 21:47:01 0.20 0.00 0.20 0.00 0.00 2.83 0.00 21:50:14 21:48:01 0.57 0.22 0.35 0.00 10.26 5.75 0.00 21:50:14 21:49:01 416.70 201.70 215.00 0.00 10601.96 62853.04 0.00 21:50:14 21:50:01 152.28 81.67 70.61 0.00 5641.38 19815.88 0.00 21:50:14 Average: 56.55 26.99 29.56 0.00 1884.46 7842.30 0.00 21:50:14 21:50:14 21:39:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:50:14 21:40:01 81516 0 531184 28.23 2620 1266224 1023568 34.93 358804 1244984 10380 21:50:14 21:41:01 125628 0 605448 32.18 2620 1147848 1101368 37.59 448500 1108152 20 21:50:14 21:42:01 132484 0 598588 31.81 2620 1147852 1065972 36.38 444340 1106160 8 21:50:14 21:43:02 132376 0 598692 31.82 2620 1147856 1065972 36.38 442552 1107884 8 21:50:14 21:44:01 131444 0 599616 31.87 2620 1147864 1066068 36.38 443988 1107880 8 21:50:14 21:45:01 131836 0 599220 31.85 2620 1147868 1065972 36.38 441396 1110112 8 21:50:14 21:46:01 129984 0 601068 31.95 2620 1147872 1066164 36.39 443004 1110112 8 21:50:14 21:47:01 131132 0 599916 31.88 2620 1147876 1065972 36.38 442004 1110112 8 21:50:14 21:48:01 115064 0 615624 32.72 2620 1148236 1092432 37.28 456672 1110084 8 21:50:14 21:49:01 157264 0 751624 39.95 1496 971160 1201292 41.00 532832 863832 204 21:50:14 21:50:01 74140 0 842460 44.77 1496 963448 1514204 51.68 687804 763296 36560 21:50:14 Average: 122079 0 631222 33.55 2416 1125828 1120817 38.25 467445 1067510 4293 21:50:14 21:50:14 21:39:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:50:14 21:40:01 eth0 172.79 101.59 226.91 22.59 0.00 0.00 0.00 0.00 21:50:14 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:41:01 eth0 177.01 111.42 489.08 36.60 0.00 0.00 0.00 0.00 21:50:14 21:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:41:01 docker0 1.65 1.31 0.41 3.34 0.00 0.00 0.00 0.00 21:50:14 21:42:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:50:14 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:43:02 eth0 0.70 0.02 0.06 0.00 0.00 0.00 0.00 0.00 21:50:14 21:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:44:01 eth0 1.32 0.41 0.47 0.27 0.00 0.00 0.00 0.00 21:50:14 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:45:01 eth0 0.87 0.07 0.07 0.01 0.00 0.00 0.00 0.00 21:50:14 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:46:01 eth0 0.57 0.47 0.27 0.21 0.00 0.00 0.00 0.00 21:50:14 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:47:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:50:14 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:48:01 eth0 12.56 10.76 4.82 18.60 0.00 0.00 0.00 0.00 21:50:14 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:49:01 eth0 859.95 718.09 7338.08 74.51 0.00 0.00 0.00 0.00 21:50:14 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:49:01 veth4dfcdf9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:49:01 docker0 14.04 13.25 1.34 46.38 0.00 0.00 0.00 0.00 21:50:14 21:50:01 eth0 308.92 226.00 2461.57 89.64 0.00 0.00 0.00 0.00 21:50:14 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 21:50:01 docker0 28.31 33.22 1.81 244.38 0.00 0.00 0.00 0.00 21:50:14 Average: eth0 139.85 106.53 959.95 22.09 0.00 0.00 0.00 0.00 21:50:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:50:14 Average: docker0 4.02 4.36 0.33 26.84 0.00 0.00 0.00 0.00 21:50:14 21:50:14 21:50:14 ---> sar -P ALL: 21:50:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 21:50:14 21:50:14 21:38:06 LINUX RESTART (4 CPU) 21:50:14 21:50:14 21:39:02 CPU %user %nice %system %iowait %steal %idle 21:50:14 21:40:01 all 2.90 0.00 0.45 0.01 0.01 96.63 21:50:14 21:40:01 0 4.02 0.00 0.58 0.00 0.00 95.40 21:50:14 21:40:01 1 1.73 0.00 0.49 0.02 0.02 97.74 21:50:14 21:40:01 2 3.53 0.00 0.36 0.02 0.02 96.08 21:50:14 21:40:01 3 2.33 0.00 0.36 0.00 0.02 97.30 21:50:14 21:41:01 all 3.61 0.00 2.33 1.42 0.04 92.60 21:50:14 21:41:01 0 4.28 0.00 2.39 1.21 0.03 92.09 21:50:14 21:41:01 1 3.11 0.00 1.97 0.50 0.05 94.37 21:50:14 21:41:01 2 3.41 0.00 2.89 0.50 0.03 93.17 21:50:14 21:41:01 3 3.63 0.00 2.07 3.48 0.05 90.78 21:50:14 21:42:01 all 0.17 0.00 0.05 0.00 0.00 99.78 21:50:14 21:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:50:14 21:42:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:50:14 21:42:01 2 0.07 0.00 0.08 0.00 0.02 99.83 21:50:14 21:42:01 3 0.53 0.00 0.05 0.00 0.00 99.42 21:50:14 21:43:02 all 0.16 0.00 0.03 0.00 0.00 99.81 21:50:14 21:43:02 0 0.02 0.00 0.03 0.00 0.00 99.95 21:50:14 21:43:02 1 0.03 0.00 0.03 0.00 0.00 99.93 21:50:14 21:43:02 2 0.55 0.00 0.03 0.00 0.00 99.42 21:50:14 21:43:02 3 0.03 0.00 0.02 0.00 0.00 99.95 21:50:14 21:44:01 all 0.16 0.00 0.05 0.00 0.00 99.79 21:50:14 21:44:01 0 0.03 0.00 0.05 0.00 0.02 99.90 21:50:14 21:44:01 1 0.02 0.00 0.05 0.00 0.00 99.93 21:50:14 21:44:01 2 0.53 0.00 0.03 0.00 0.00 99.44 21:50:14 21:44:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:50:14 21:45:01 all 0.16 0.00 0.05 0.00 0.00 99.79 21:50:14 21:45:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:50:14 21:45:01 1 0.03 0.00 0.07 0.00 0.00 99.90 21:50:14 21:45:01 2 0.52 0.00 0.07 0.00 0.02 99.40 21:50:14 21:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:50:14 21:46:01 all 0.08 0.00 0.04 0.00 0.00 99.89 21:50:14 21:46:01 0 0.07 0.00 0.03 0.00 0.00 99.90 21:50:14 21:46:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:50:14 21:46:01 2 0.15 0.00 0.05 0.00 0.00 99.80 21:50:14 21:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:50:14 21:47:01 all 0.05 0.00 0.04 0.00 0.01 99.90 21:50:14 21:47:01 0 0.05 0.00 0.07 0.00 0.02 99.87 21:50:14 21:47:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:50:14 21:47:01 2 0.03 0.00 0.03 0.00 0.02 99.92 21:50:14 21:47:01 3 0.07 0.00 0.03 0.00 0.00 99.90 21:50:14 21:48:01 all 0.52 0.00 0.32 0.00 0.01 99.15 21:50:14 21:48:01 0 0.53 0.00 0.57 0.00 0.00 98.90 21:50:14 21:48:01 1 0.27 0.00 0.27 0.00 0.02 99.45 21:50:14 21:48:01 2 0.57 0.00 0.17 0.00 0.00 99.27 21:50:14 21:48:01 3 0.72 0.00 0.28 0.02 0.02 98.97 21:50:14 21:49:01 all 17.28 0.00 13.10 3.85 0.14 65.64 21:50:14 21:49:01 0 16.33 0.00 14.23 3.91 0.14 65.39 21:50:14 21:49:01 1 17.81 0.00 12.83 1.95 0.12 67.29 21:50:14 21:49:01 2 17.76 0.00 12.90 6.14 0.10 63.09 21:50:14 21:49:01 3 17.20 0.00 12.46 3.40 0.17 66.77 21:50:14 21:50:01 all 8.66 0.00 6.22 2.67 0.11 82.34 21:50:14 21:50:01 0 7.88 0.00 6.68 3.04 0.12 82.28 21:50:14 21:50:01 1 9.70 0.00 6.15 0.94 0.10 83.11 21:50:14 21:50:01 2 8.81 0.00 5.36 3.64 0.12 82.07 21:50:14 21:50:01 3 8.25 0.00 6.70 3.07 0.09 81.90 21:50:14 21:50:14 Average: CPU %user %nice %system %iowait %steal %idle 21:50:14 Average: all 3.00 0.00 2.01 0.71 0.03 94.25 21:50:14 Average: 0 2.95 0.00 2.19 0.72 0.03 94.11 21:50:14 Average: 1 2.92 0.00 1.95 0.30 0.03 94.80 21:50:14 Average: 2 3.20 0.00 1.95 0.91 0.03 93.90 21:50:14 Average: 3 2.93 0.00 1.96 0.89 0.03 94.19 21:50:14 21:50:14 21:50:14