Pull request #108 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 22eb097de75b3283cdc610507970443b3bc47aca+a9782fd296e62743fd293fc29a8ddc102bb806d8 (e37eab712c76499d6f97d85dca31211594721be1) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4104 in /w/workspace/xfoundry_go-mod-messaging_PR-108 [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_PR-108 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit a9782fd296e62743fd293fc29a8ddc102bb806d8 into PR head commit 22eb097de75b3283cdc610507970443b3bc47aca Merge succeeded, producing 22eb097de75b3283cdc610507970443b3bc47aca Checking out Revision 22eb097de75b3283cdc610507970443b3bc47aca (PR-108) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/108/head:refs/remotes/origin/PR-108 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22eb097de75b3283cdc610507970443b3bc47aca # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a9782fd296e62743fd293fc29a8ddc102bb806d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22eb097de75b3283cdc610507970443b3bc47aca # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/go-redis/redis/v7-7.3.0" > git rev-list --no-walk 9e3ff4b729141fb00bd15e3d3a0233fa6b508503 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:30:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:30:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:30:13 ========================================================= 17:30:13 EdgeX Global Pipelines Version Info 17:30:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:30:15 ------------------- 17:30:15 stable info: 17:30:15 ------------------- 17:30:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:30:15 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 17:30:15 Message: update stable to v1.0.191 17:30:16 ------------------- 17:30:16 experimental info: 17:30:16 ------------------- 17:30:16 Commited By: **** collab-it+edgex@linuxfoundation.org 17:30:16 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 17:30:16 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:30:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:30:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:30:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:30:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:30:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:30:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:30:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-108 [Pipeline] echo 17:30:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-108 [Pipeline] echo 17:30:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-108 [Pipeline] echo 17:30:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 22eb097de75b3283cdc610507970443b3bc47aca [Pipeline] echo 17:30:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 22eb097 [Pipeline] echo 17:30:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:30:17 + git log --format=format:%s -1 22eb097de75b3283cdc610507970443b3bc47aca [Pipeline] echo 17:30:17 GIT_COMMIT: 22eb097de75b3283cdc610507970443b3bc47aca, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/go-redis/redis/v7-7.3.0 [Pipeline] echo 17:30:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:30:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:30:18 17:30:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:30:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:30:18 latest: Pulling from edgex-devops/git-semver 17:30:18 31603596830f: Pulling fs layer 17:30:18 54011a49482f: Pulling fs layer 17:30:18 a6820b24f6d8: Pulling fs layer 17:30:18 f581987b2513: Pulling fs layer 17:30:18 f581987b2513: Waiting 17:30:18 54011a49482f: Verifying Checksum 17:30:18 54011a49482f: Download complete 17:30:19 31603596830f: Verifying Checksum 17:30:19 31603596830f: Download complete 17:30:19 f581987b2513: Verifying Checksum 17:30:19 f581987b2513: Download complete 17:30:19 a6820b24f6d8: Verifying Checksum 17:30:19 a6820b24f6d8: Download complete 17:30:19 31603596830f: Pull complete 17:30:19 54011a49482f: Pull complete 17:30:20 a6820b24f6d8: Pull complete 17:30:21 f581987b2513: Pull complete 17:30:21 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 17:30:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:30:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:30:21 prd-centos7-docker-4c-2g-4104 does not seem to be running inside a container 17:30:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_PR-108 -v /w/workspace/xfoundry_go-mod-messaging_PR-108:/w/workspace/xfoundry_go-mod-messaging_PR-108:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-108@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:30:24 $ docker top 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:30:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:30:24 [ssh-agent] Looking for ssh-agent implementation... 17:30:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:30:24 $ docker exec 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 ssh-agent 17:30:25 SSH_AUTH_SOCK=/tmp/ssh-0hhXdAmYSBy2/agent.12 17:30:25 SSH_AGENT_PID=18 17:30:25 Running ssh-add (command line suppressed) 17:30:25 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-108@tmp/private_key_2139603197172425665.key (/w/workspace/xfoundry_go-mod-messaging_PR-108@tmp/private_key_2139603197172425665.key) 17:30:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:30:25 + git tag --points-at HEAD [Pipeline] } 17:30:25 $ docker exec --env ******** --env ******** 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 ssh-agent -k 17:30:26 unset SSH_AUTH_SOCK; 17:30:26 unset SSH_AGENT_PID; 17:30:26 echo Agent pid 18 killed; 17:30:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:30:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:30:26 [ssh-agent] Looking for ssh-agent implementation... 17:30:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:30:26 $ docker exec 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 ssh-agent 17:30:26 SSH_AUTH_SOCK=/tmp/ssh-5YbIclHuKs24/agent.47 17:30:26 SSH_AGENT_PID=53 17:30:26 Running ssh-add (command line suppressed) 17:30:26 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-108@tmp/private_key_4489793383529620713.key (/w/workspace/xfoundry_go-mod-messaging_PR-108@tmp/private_key_4489793383529620713.key) 17:30:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:30:27 + git semver init 17:30:27 # -> Open(): unable to determine branch for HEAD 17:30:27 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_PR-108/.git 17:30:27 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_PR-108 17:30:27 # $SEMVER_REMOTE_NAME = origin 17:30:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:30:27 # $SEMVER_USER_NAME = edgex-jenkins 17:30:27 # $SEMVER_BRANCH = PR-108 17:30:27 # $SEMVER_TEMP = /tmp/semver-081080343 17:30:27 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 17:30:27 # '/tmp/semver-081080343' -> '/w/workspace/xfoundry_go-mod-messaging_PR-108/.semver' 17:30:27 # -> Force: false 17:30:27 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_PR-108/.semver [Pipeline] } 17:30:27 $ docker exec --env ******** --env ******** 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 ssh-agent -k 17:30:28 unset SSH_AUTH_SOCK; 17:30:28 unset SSH_AGENT_PID; 17:30:28 echo Agent pid 53 killed; 17:30:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:30:28 + git semver [Pipeline] } 17:30:28 $ docker stop --time=1 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 17:30:30 $ docker rm -f 866265fd742ad8bc1f5d11f6ab48ced863363b7987ff0c28b060e5cc83a40696 [Pipeline] // withDockerContainer [Pipeline] sh 17:30:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:30:31 Stashed 1 file(s) [Pipeline] echo 17:30:31 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 17:30:46 Still waiting to schedule task 17:30:46 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4107’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4106’ doesn’t have label ‘centos7-docker-4c-2g’ 17:30:46 Still waiting to schedule task 17:30:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:32:27 Running on prd-centos7-docker-4c-2g-4110 in /w/workspace/xfoundry_go-mod-messaging_PR-108 [Pipeline] { [Pipeline] ws 17:32:27 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 17:32:37 using credential edgex-jenkins-ssh 17:32:37 Cloning the remote Git repository 17:32:37 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 17:32:37 > git init /w/workspace/go-mod-messaging/2 # timeout=10 17:32:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:32:38 > git --version # timeout=10 17:32:38 > git --version # 'git version 2.24.3' 17:32:38 using GIT_SSH to set credentials SSH Credentials for GitHub 17:32:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:32:39 Merging remotes/origin/master commit a9782fd296e62743fd293fc29a8ddc102bb806d8 into PR head commit 22eb097de75b3283cdc610507970443b3bc47aca 17:32:39 Merge succeeded, producing 22eb097de75b3283cdc610507970443b3bc47aca 17:32:39 Checking out Revision 22eb097de75b3283cdc610507970443b3bc47aca (PR-108) 17:32:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:32:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:32:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:32:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:32:38 using GIT_SSH to set credentials SSH Credentials for GitHub 17:32:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/108/head:refs/remotes/origin/PR-108 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:32:39 > git config core.sparsecheckout # timeout=10 17:32:39 > git checkout -f 22eb097de75b3283cdc610507970443b3bc47aca # timeout=10 17:32:39 > git remote # timeout=10 17:32:39 > git config --get remote.origin.url # timeout=10 17:32:39 using GIT_SSH to set credentials SSH Credentials for GitHub 17:32:39 > git merge a9782fd296e62743fd293fc29a8ddc102bb806d8 # timeout=10 17:32:39 > git rev-parse HEAD^{commit} # timeout=10 17:32:39 > git config core.sparsecheckout # timeout=10 17:32:39 > git checkout -f 22eb097de75b3283cdc610507970443b3bc47aca # timeout=10 17:32:44 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/go-redis/redis/v7-7.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:32:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:32:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:32:46 + true 17:32:46 + sudo service docker restart 17:32:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:32:48 ========================================================= 17:32:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 17:32:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:32:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 17:32:49 Sending build context to Docker daemon 582.1kB 17:32:49 Step 1/7 : ARG BASE=golang:1.16-alpine 17:32:49 Step 2/7 : FROM ${BASE} 17:32:50 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 17:32:50 540db60ca938: Pulling fs layer 17:32:50 adcc1eea9eea: Pulling fs layer 17:32:50 4c4ab2625f07: Pulling fs layer 17:32:50 0510c868ecb4: Pulling fs layer 17:32:50 afea3b2eda06: Pulling fs layer 17:32:50 7809a108b3ef: Pulling fs layer 17:32:50 f706445af74f: Pulling fs layer 17:32:50 0510c868ecb4: Waiting 17:32:50 afea3b2eda06: Waiting 17:32:50 7809a108b3ef: Waiting 17:32:50 f706445af74f: Waiting 17:32:50 4c4ab2625f07: Verifying Checksum 17:32:50 4c4ab2625f07: Download complete 17:32:50 adcc1eea9eea: Verifying Checksum 17:32:50 adcc1eea9eea: Download complete 17:32:50 afea3b2eda06: Verifying Checksum 17:32:50 afea3b2eda06: Download complete 17:32:50 7809a108b3ef: Verifying Checksum 17:32:50 7809a108b3ef: Download complete 17:32:50 540db60ca938: Verifying Checksum 17:32:50 540db60ca938: Download complete 17:32:51 540db60ca938: Pull complete 17:32:51 adcc1eea9eea: Pull complete 17:32:52 4c4ab2625f07: Pull complete 17:32:55 f706445af74f: Verifying Checksum 17:32:55 f706445af74f: Download complete 17:32:58 0510c868ecb4: Verifying Checksum 17:32:58 0510c868ecb4: Download complete 17:33:11 0510c868ecb4: Pull complete 17:33:11 afea3b2eda06: Pull complete 17:33:11 7809a108b3ef: Pull complete 17:33:17 f706445af74f: Pull complete 17:33:17 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 17:33:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 17:33:17 ---> b068be0155e3 17:33:17 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:33:17 ---> Running in b6599bd035ad 17:33:18 Removing intermediate container b6599bd035ad 17:33:18 ---> 0835548267fc 17:33:18 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 17:33:18 ---> Running in 98ebde2f00b4 17:33:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:33:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4112 in /w/workspace/xfoundry_go-mod-messaging_PR-108 [Pipeline] { [Pipeline] ws 17:33:21 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 17:33:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:33:22 (1/5) Installing libsodium (1.0.18-r0) 17:33:22 (2/5) Installing libzmq (4.3.3-r1) 17:33:22 (3/5) Installing pkgconf (1.7.3-r0) 17:33:23 (4/5) Installing libsodium-dev (1.0.18-r0) 17:33:23 (5/5) Installing zeromq-dev (4.3.3-r1) 17:33:23 Executing busybox-1.32.1-r6.trigger 17:33:23 OK: 150 MiB in 45 packages 17:33:25 Removing intermediate container 98ebde2f00b4 17:33:25 ---> 9f8271f01a77 17:33:25 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:33:25 ---> Running in 8746c6b4df39 17:33:25 Removing intermediate container 8746c6b4df39 17:33:25 ---> 4c769643cdee 17:33:25 Step 6/7 : COPY go.mod . 17:33:25 ---> 2e25c0c560fb 17:33:25 Step 7/7 : RUN go mod download 17:33:25 ---> Running in d8677dfbbc11 17:33:26 using credential edgex-jenkins-ssh 17:33:26 Cloning the remote Git repository 17:33:26 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 17:33:26 > git init /w/workspace/go-mod-messaging/2 # timeout=10 17:33:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:33:26 > git --version # timeout=10 17:33:26 > git --version # 'git version 2.17.1' 17:33:26 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:29 Merging remotes/origin/master commit a9782fd296e62743fd293fc29a8ddc102bb806d8 into PR head commit 22eb097de75b3283cdc610507970443b3bc47aca 17:33:30 Merge succeeded, producing 22eb097de75b3283cdc610507970443b3bc47aca 17:33:30 Checking out Revision 22eb097de75b3283cdc610507970443b3bc47aca (PR-108) 17:33:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:33:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:33:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:33:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/108/head:refs/remotes/origin/PR-108 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:33:29 > git config core.sparsecheckout # timeout=10 17:33:29 > git checkout -f 22eb097de75b3283cdc610507970443b3bc47aca # timeout=10 17:33:30 > git remote # timeout=10 17:33:30 > git config --get remote.origin.url # timeout=10 17:33:30 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:30 > git merge a9782fd296e62743fd293fc29a8ddc102bb806d8 # timeout=10 17:33:30 > git rev-parse HEAD^{commit} # timeout=10 17:33:30 > git config core.sparsecheckout # timeout=10 17:33:30 > git checkout -f 22eb097de75b3283cdc610507970443b3bc47aca # timeout=10 17:33:34 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/go-redis/redis/v7-7.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:33:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:33:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:33:36 + + sudo service docker restart 17:33:36 true [Pipeline] unstash [Pipeline] echo 17:33:39 ========================================================= 17:33:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 17:33:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:33:39 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 17:33:40 Sending build context to Docker daemon 581.1kB 17:33:40 Step 1/7 : ARG BASE=golang:1.16-alpine 17:33:40 Step 2/7 : FROM ${BASE} 17:33:41 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:33:41 595b0fe564bb: Pulling fs layer 17:33:41 7186ed65a4f7: Pulling fs layer 17:33:41 316046926c0a: Pulling fs layer 17:33:41 4ebd0625c992: Pulling fs layer 17:33:41 207e8628e3a3: Pulling fs layer 17:33:41 c791037a9be2: Pulling fs layer 17:33:41 ffd874e62e21: Pulling fs layer 17:33:41 4ebd0625c992: Waiting 17:33:41 207e8628e3a3: Waiting 17:33:41 c791037a9be2: Waiting 17:33:41 ffd874e62e21: Waiting 17:33:41 316046926c0a: Verifying Checksum 17:33:41 316046926c0a: Download complete 17:33:41 7186ed65a4f7: Verifying Checksum 17:33:41 7186ed65a4f7: Download complete 17:33:41 207e8628e3a3: Verifying Checksum 17:33:41 207e8628e3a3: Download complete 17:33:41 c791037a9be2: Verifying Checksum 17:33:41 c791037a9be2: Download complete 17:33:41 595b0fe564bb: Download complete 17:33:42 595b0fe564bb: Pull complete 17:33:42 7186ed65a4f7: Pull complete 17:33:42 316046926c0a: Pull complete 17:33:42 ffd874e62e21: Verifying Checksum 17:33:42 ffd874e62e21: Download complete 17:33:44 Removing intermediate container d8677dfbbc11 17:33:44 ---> 918ba13c6abb 17:33:44 Successfully built 918ba13c6abb 17:33:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:33:45 + docker inspect -f . ci-base-image-x86_64 17:33:45 . [Pipeline] withDockerContainer 17:33:45 4ebd0625c992: Verifying Checksum 17:33:45 4ebd0625c992: Download complete 17:33:45 prd-centos7-docker-4c-2g-4110 does not seem to be running inside a container 17:33:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:33:47 $ docker top f49690f45210f8ffb7aae133d4fae68e36e451d4d393c840836afd57f5651814 -eo pid,comm [Pipeline] { [Pipeline] sh 17:33:48 + go version 17:33:48 go version go1.16.3 linux/amd64 [Pipeline] } 17:33:48 $ docker stop --time=1 f49690f45210f8ffb7aae133d4fae68e36e451d4d393c840836afd57f5651814 17:33:50 $ docker rm -f f49690f45210f8ffb7aae133d4fae68e36e451d4d393c840836afd57f5651814 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:33:51 + docker inspect -f . ci-base-image-x86_64 17:33:51 . [Pipeline] withDockerContainer 17:33:51 prd-centos7-docker-4c-2g-4110 does not seem to be running inside a container 17:33:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:33:53 $ docker top 6689becdd4aa7f701d80d34d3c7fc0a664cfc15fecf0bf3eac85b344ba0fc0f2 -eo pid,comm [Pipeline] { [Pipeline] sh 17:33:54 + go mod tidy [Pipeline] sh 17:33:55 + make test 17:33:55 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:33:58 4ebd0625c992: Pull complete 17:33:58 207e8628e3a3: Pull complete 17:33:58 c791037a9be2: Pull complete 17:34:00 ffd874e62e21: Pull complete 17:34:00 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 17:34:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 17:34:00 ---> cfc18b08335c 17:34:00 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:34:04 ---> Running in b8589988d960 17:34:04 Removing intermediate container b8589988d960 17:34:04 ---> 60ce7c3a8136 17:34:04 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 17:34:04 ---> Running in 1a0e13bf2651 17:34:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:34:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:34:10 (1/5) Installing libsodium (1.0.18-r0) 17:34:10 (2/5) Installing libzmq (4.3.3-r1) 17:34:10 (3/5) Installing pkgconf (1.7.3-r0) 17:34:10 (4/5) Installing libsodium-dev (1.0.18-r0) 17:34:10 (5/5) Installing zeromq-dev (4.3.3-r1) 17:34:10 Executing busybox-1.32.1-r6.trigger 17:34:11 OK: 139 MiB in 45 packages 17:34:12 Removing intermediate container 1a0e13bf2651 17:34:12 ---> c9a53c68c63b 17:34:12 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:34:12 ---> Running in 2a64202c61c3 17:34:13 Removing intermediate container 2a64202c61c3 17:34:13 ---> 263e1af56523 17:34:13 Step 6/7 : COPY go.mod . 17:34:13 ---> 8c1f7352a5fb 17:34:13 Step 7/7 : RUN go mod download 17:34:13 ---> Running in 91a44e044b28 17:34:14 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 17:34:18 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.059s coverage: 90.0% of statements 17:34:28 Removing intermediate container 91a44e044b28 17:34:28 ---> bbb1c45a79a9 17:34:28 Successfully built bbb1c45a79a9 17:34:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:34:29 + docker inspect -f . ci-base-image-arm64 17:34:29 . [Pipeline] withDockerContainer 17:34:29 prd-ubuntu18.04-docker-arm64-4c-16g-4112 does not seem to be running inside a container 17:34:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:34:29 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.030s coverage: 67.3% of statements 17:34:29 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] 17:34:31 $ docker top 45ef2a57e94bd9fc947fc50b1fbe1a21df4ffdcf75c36f66b725c113fc0407c1 -eo pid,comm [Pipeline] { [Pipeline] sh 17:34:32 + go version 17:34:32 go version go1.16.3 linux/arm64 [Pipeline] } 17:34:32 $ docker stop --time=1 45ef2a57e94bd9fc947fc50b1fbe1a21df4ffdcf75c36f66b725c113fc0407c1 17:34:34 $ docker rm -f 45ef2a57e94bd9fc947fc50b1fbe1a21df4ffdcf75c36f66b725c113fc0407c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:34:34 + docker inspect -f . ci-base-image-arm64 17:34:34 . [Pipeline] withDockerContainer 17:34:35 prd-ubuntu18.04-docker-arm64-4c-16g-4112 does not seem to be running inside a container 17:34:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:34:36 $ docker top b5e56810955b1615b5ee6c695d566a3b59447699e4eb3cd3f09b671567c7803a -eo pid,comm [Pipeline] { [Pipeline] sh 17:34:37 + go mod tidy [Pipeline] sh 17:34:38 + make test 17:34:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:34:57 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 17:34:57 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.882s coverage: 83.8% of statements 17:34:57 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.027s coverage: 85.7% of statements 17:34:57 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.029s coverage: 100.0% of statements 17:34:57 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.027s coverage: 100.0% of statements 17:34:57 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.059s coverage: 90.9% of statements 17:34:57 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:35:01 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.065s coverage: 90.0% of statements 17:35:11 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.046s coverage: 67.3% of statements 17:35:11 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] 17:35:14 gofmt -l . 17:35:14 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:35:14 $ docker stop --time=1 6689becdd4aa7f701d80d34d3c7fc0a664cfc15fecf0bf3eac85b344ba0fc0f2 17:35:17 $ docker rm -f 6689becdd4aa7f701d80d34d3c7fc0a664cfc15fecf0bf3eac85b344ba0fc0f2 [Pipeline] // withDockerContainer [Pipeline] sh 17:35:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:35:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:35:20 ---> job-cost.sh 17:35:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IHqz 17:35:38 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.404s coverage: 83.8% of statements 17:35:38 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.023s coverage: 85.7% of statements 17:35:38 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.035s coverage: 100.0% of statements 17:35:38 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.048s coverage: 100.0% of statements 17:35:38 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.045s coverage: 90.9% of statements 17:35:38 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:35:50 gofmt -l . 17:35:50 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:35:50 $ docker stop --time=1 b5e56810955b1615b5ee6c695d566a3b59447699e4eb3cd3f09b671567c7803a 17:35:53 $ docker rm -f b5e56810955b1615b5ee6c695d566a3b59447699e4eb3cd3f09b671567c7803a [Pipeline] // withDockerContainer [Pipeline] sh 17:35:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:35:53 Warning: overwriting stash ‘coverage-report’ 17:35:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:35:55 ---> job-cost.sh 17:35:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4DXX 17:36:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:36:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:36:48 lf-activate-venv(): INFO: Adding /tmp/venv-IHqz/bin to PATH 17:36:48 INFO: No Stack... 17:36:48 INFO: Retrieving Pricing Info for: v1-standard-2 17:36:48 INFO: Archiving Costs [Pipeline] sh 17:36:48 + cat /w/workspace/go-mod-messaging/2/archives/cost.csv 17:36:48 + cut -d, -f6 [Pipeline] lock 17:36:49 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] 17:36:49 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] did not exist. Created. 17:36:49 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:36:49 + echo total: 0.029999999329447746 [Pipeline] stash 17:36:50 Stashed 1 file(s) [Pipeline] } 17:36:50 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:37:55 lf-activate-venv(): INFO: Adding /tmp/venv-4DXX/bin to PATH 17:37:55 INFO: No Stack... 17:37:55 INFO: Retrieving Pricing Info for: lf-standard-4 17:37:55 INFO: Archiving Costs [Pipeline] sh 17:37:56 + cat /w/workspace/go-mod-messaging/2/archives/cost.csv 17:37:56 + cut -d, -f6 [Pipeline] lock 17:37:56 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] 17:37:56 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] did not exist. Created. 17:37:56 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:37:56 /w/workspace/go-mod-messaging/2@tmp/durable-2cc21070/script.sh: 1: /w/workspace/go-mod-messaging/2@tmp/durable-2cc21070/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:37:57 + echo total: 0.20999999344348907 [Pipeline] stash 17:37:57 Warning: overwriting stash ‘stack-cost’ 17:37:57 Stashed 1 file(s) [Pipeline] } 17:37:57 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-108-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:37:57 provisioning config files... 17:37:57 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_PR-108@tmp/config8778613093708883080tmp [Pipeline] { [Pipeline] sh 17:37:58 + set +x 17:37:58 + bash -s -- 17:37:58 + curl -s https://codecov.io/bash 17:37:58 17:37:58 _____ _ 17:37:58 / ____| | | 17:37:58 | | ___ __| | ___ ___ _____ __ 17:37:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:37:58 | |___| (_) | (_| | __/ (_| (_) \ V / 17:37:58 \_____\___/ \__,_|\___|\___\___/ \_/ 17:37:58 Bash-1.0.2 17:37:58 17:37:58 17:37:58 ==> git version 2.24.3 found 17:37:58 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:37:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:37:58 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:37:58 ==> Jenkins CI detected. 17:37:58 project root: . 17:37:58 --> token set from env 17:37:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:37:58 ==> Running gcov in . (disable via -X gcov) 17:37:58 ==> Python coveragepy not found 17:37:58 ==> Searching for coverage reports in: 17:37:58 + . 17:37:58 -> Found 1 reports 17:37:58 ==> Detecting git/mercurial file structure 17:37:58 ==> Reading reports 17:37:58 + ./coverage.out bytes=21942 17:37:59 ==> Appending adjustments 17:37:59 https://docs.codecov.io/docs/fixing-reports 17:37:59 + Found adjustments 17:37:59 ==> Gzipping contents 17:37:59 8.0K /tmp/codecov.mU0fiC.gz 17:37:59 ==> Uploading reports 17:37:59 url: https://codecov.io 17:37:59 query: branch=PR-108&commit=22eb097de75b3283cdc610507970443b3bc47aca&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-108%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=108&job=&cmd_args= 17:37:59 -> Pinging Codecov 17:37:59 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-108&commit=22eb097de75b3283cdc610507970443b3bc47aca&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-108%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=108&job=&cmd_args= 17:38:00 -> Uploading to 17:38:00 https://storage.googleapis.com/codecov/v4/raw/2021-05-10/F6E385568367DD0E4001BA4F8F1CB792/22eb097de75b3283cdc610507970443b3bc47aca/a8b66922-9c63-4789-86b2-0ee842edd25b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T173759Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=817bbd06a90147409f67d80c99b09f379afe0aa792e394e414374cefcc9631de 17:38:00 % Total % Received % Xferd Average Speed Time Time Time Current 17:38:00 Dload Upload Total Spent Left Speed 17:38:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5260 0 0 100 5260 0 9268 --:--:-- --:--:-- --:--:-- 9260 100 5260 0 0 100 5260 0 9265 --:--:-- --:--:-- --:--:-- 9260 17:38:00 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/22eb097de75b3283cdc610507970443b3bc47aca [Pipeline] } 17:38:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:38:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:38:02 ---> package-listing.sh 17:38:02 ++ facter osfamily 17:38:02 ++ tr '[:upper:]' '[:lower:]' 17:38:03 + OS_FAMILY=redhat 17:38:03 + workspace=/w/workspace/xfoundry_go-mod-messaging_PR-108 17:38:03 + START_PACKAGES=/tmp/packages_start.txt 17:38:03 + END_PACKAGES=/tmp/packages_end.txt 17:38:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:38:03 + PACKAGES=/tmp/packages_start.txt 17:38:03 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-108 ']' 17:38:03 + PACKAGES=/tmp/packages_end.txt 17:38:03 + case "${OS_FAMILY}" in 17:38:03 + sort 17:38:03 + rpm -qa 17:38:08 + '[' -f /tmp/packages_start.txt ']' 17:38:08 + '[' -f /tmp/packages_end.txt ']' 17:38:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:38:08 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-108 ']' 17:38:08 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_PR-108/archives/ 17:38:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_PR-108/archives/ [Pipeline] echo 17:38:08 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_PR-108/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:38:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:38:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:38:09 17:38:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:38:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:38:09 alpine: Pulling from edgex-lftools-log-publisher 17:38:09 df20fa9351a1: Pulling fs layer 17:38:09 36b3adc4ff6f: Pulling fs layer 17:38:09 8ad3a11d3b57: Pulling fs layer 17:38:09 46f8f816bc3b: Pulling fs layer 17:38:09 93b61091891f: Pulling fs layer 17:38:09 93b9cdb0e59b: Pulling fs layer 17:38:09 5e14af77c1be: Pulling fs layer 17:38:09 01666e4c0597: Pulling fs layer 17:38:09 aa168da1d23b: Pulling fs layer 17:38:09 46f8f816bc3b: Waiting 17:38:09 93b61091891f: Waiting 17:38:09 93b9cdb0e59b: Waiting 17:38:09 5e14af77c1be: Waiting 17:38:09 01666e4c0597: Waiting 17:38:09 aa168da1d23b: Waiting 17:38:09 36b3adc4ff6f: Verifying Checksum 17:38:09 36b3adc4ff6f: Download complete 17:38:09 46f8f816bc3b: Verifying Checksum 17:38:09 46f8f816bc3b: Download complete 17:38:09 df20fa9351a1: Verifying Checksum 17:38:09 df20fa9351a1: Download complete 17:38:09 93b9cdb0e59b: Verifying Checksum 17:38:09 93b9cdb0e59b: Download complete 17:38:10 5e14af77c1be: Verifying Checksum 17:38:10 5e14af77c1be: Download complete 17:38:10 93b61091891f: Verifying Checksum 17:38:10 93b61091891f: Download complete 17:38:10 01666e4c0597: Download complete 17:38:10 df20fa9351a1: Pull complete 17:38:10 36b3adc4ff6f: Pull complete 17:38:11 8ad3a11d3b57: Download complete 17:38:12 8ad3a11d3b57: Pull complete 17:38:12 46f8f816bc3b: Pull complete 17:38:12 93b61091891f: Pull complete 17:38:13 93b9cdb0e59b: Pull complete 17:38:13 5e14af77c1be: Pull complete 17:38:13 aa168da1d23b: Verifying Checksum 17:38:13 aa168da1d23b: Download complete 17:38:13 01666e4c0597: Pull complete 17:38:23 aa168da1d23b: Pull complete 17:38:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:38:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:38:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:38:23 prd-centos7-docker-4c-2g-4104 does not seem to be running inside a container 17:38:23 $ 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_PR-108/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_PR-108 -v /w/workspace/xfoundry_go-mod-messaging_PR-108:/w/workspace/xfoundry_go-mod-messaging_PR-108:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-108@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:38:29 $ docker top d96a1d7a77f67dc77487caee407938c96235394c4b56b39a9748829ef4b2e2a6 -eo pid,comm [Pipeline] { [Pipeline] sh 17:38:30 + touch /tmp/pre-build-complete [Pipeline] sh 17:38:30 + mkdir -p /var/log/sa [Pipeline] sh 17:38:31 + ls /var/log/sa-host 17:38:31 + sadf -c /var/log/sa-host/sa10 17:38:31 file_magic: OK 17:38:31 HZ: Using current value: 100 17:38:31 file_header: OK 17:38:31 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:38:31 Statistics: 17:38:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:38:31 File successfully converted to sysstat format version 12.2.1 17:38:31 + sadf -c /var/log/sa-host/sa23 17:38:31 file_magic: OK 17:38:31 HZ: Using current value: 100 17:38:31 file_header: OK 17:38:31 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:38:31 Statistics: 17:38:31 Hnuu...uuuununununu... 17:38:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:38:31 provisioning config files... 17:38:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_PR-108@tmp/config2384884047280218894tmp [Pipeline] { [Pipeline] echo 17:38:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:38:32 ---> create-netrc.sh [Pipeline] } 17:38:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:38:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:38:32 ---> python-tools-install.sh [Pipeline] echo 17:38:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:38:33 ---> sudo-logs.sh 17:38:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:38:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:38:33 ---> job-cost.sh 17:38:33 lf-activate-venv: SKIPPING 17:38:33 DEBUG: total: 0.20999999344348907 17:38:33 INFO: Retrieving Stack Cost... 17:38:34 INFO: Retrieving Pricing Info for: v1-standard-2 17:38:35 INFO: Archiving Costs [Pipeline] echo 17:38:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:38:36 ---> logs-deploy.sh 17:38:36 lf-activate-venv: SKIPPING 17:38:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-108/2 17:38:36 INFO: archiving workspace using pattern(s): 17:38:39 Archives upload complete. 17:38:39 INFO: archiving logs to Nexus 17:38:41 ---> uname -a: 17:38:41 Linux prd-centos7-docker-4c-2g-4104.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:38:41 17:38:41 17:38:41 ---> lscpu: 17:38:41 Architecture: x86_64 17:38:41 CPU op-mode(s): 32-bit, 64-bit 17:38:41 Byte Order: Little Endian 17:38:41 Address sizes: 40 bits physical, 48 bits virtual 17:38:41 CPU(s): 4 17:38:41 On-line CPU(s) list: 0-3 17:38:41 Thread(s) per core: 1 17:38:41 Core(s) per socket: 1 17:38:41 Socket(s): 4 17:38:41 NUMA node(s): 1 17:38:41 Vendor ID: GenuineIntel 17:38:41 CPU family: 6 17:38:41 Model: 44 17:38:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:38:41 Stepping: 1 17:38:41 CPU MHz: 2933.436 17:38:41 BogoMIPS: 5866.87 17:38:41 Virtualization: VT-x 17:38:41 Hypervisor vendor: KVM 17:38:41 Virtualization type: full 17:38:41 L1d cache: 128 KiB 17:38:41 L1i cache: 128 KiB 17:38:41 L2 cache: 16 MiB 17:38:41 L3 cache: 64 MiB 17:38:41 NUMA node0 CPU(s): 0-3 17:38:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:38:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:38:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:38:41 Vulnerability Meltdown: Mitigation; PTI 17:38:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:38:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:38:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:38:41 Vulnerability Srbds: Not affected 17:38:41 Vulnerability Tsx async abort: Not affected 17:38:41 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:38:41 17:38:41 17:38:41 ---> nproc: 17:38:41 4 17:38:41 17:38:41 17:38:41 ---> df -h: 17:38:41 Filesystem Size Used Available Use% Mounted on 17:38:41 overlay 50.0G 7.3G 42.7G 15% / 17:38:41 tmpfs 64.0M 0 64.0M 0% /dev 17:38:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:38:41 shm 64.0M 0 64.0M 0% /dev/shm 17:38:41 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 17:38:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 17:38:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 17:38:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 17:38:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 17:38:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 17:38:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 17:38:41 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 17:38:41 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-messaging_PR-108 17:38:41 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-messaging_PR-108@tmp 17:38:41 17:38:41 17:38:41 ---> free -m: 17:38:41 total used free shared buff/cache available 17:38:41 Mem: 1837 711 92 0 1033 1020 17:38:41 Swap: 1023 1 1022 17:38:41 17:38:41 17:38:41 ---> ip addr: 17:38:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:38:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:38:41 inet 127.0.0.1/8 scope host lo 17:38:41 valid_lft forever preferred_lft forever 17:38:41 inet6 ::1/128 scope host 17:38:41 valid_lft forever preferred_lft forever 17:38:41 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:38:41 link/ether fa:16:3e:fb:99:2c brd ff:ff:ff:ff:ff:ff 17:38:41 inet 10.30.122.100/23 brd 10.30.123.255 scope global dynamic eth0 17:38:41 valid_lft 85841sec preferred_lft 85841sec 17:38:41 inet6 fe80::f816:3eff:fefb:992c/64 scope link 17:38:41 valid_lft forever preferred_lft forever 17:38:41 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:38:41 link/ether 02:42:6a:0e:c9:63 brd ff:ff:ff:ff:ff:ff 17:38:41 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:38:41 valid_lft forever preferred_lft forever 17:38:41 inet6 fe80::42:6aff:fe0e:c963/64 scope link 17:38:41 valid_lft forever preferred_lft forever 17:38:41 17:38:41 17:38:41 ---> sar -b -r -n DEV: 17:38:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 17:38:41 17:38:41 17:29:07 LINUX RESTART (4 CPU) 17:38:41 17:38:41 17:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:38:41 17:31:01 51.65 14.09 37.57 0.00 4648.46 3599.93 0.00 17:38:41 17:32:01 1.58 0.00 1.58 0.00 0.00 28.92 0.00 17:38:41 17:33:02 0.27 0.00 0.27 0.00 0.00 4.04 0.00 17:38:41 17:34:01 0.25 0.00 0.25 0.00 0.00 2.66 0.00 17:38:41 17:35:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 17:38:41 17:36:01 0.32 0.00 0.32 0.00 0.00 4.46 0.00 17:38:41 17:37:01 0.27 0.00 0.27 0.00 0.00 3.73 0.00 17:38:41 17:38:01 0.33 0.07 0.27 0.00 5.58 4.29 0.00 17:38:41 Average: 6.88 1.77 5.11 0.00 583.32 457.63 0.00 17:38:41 17:38:41 17:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:38:41 17:31:01 138456 0 595812 31.67 2620 1144656 1124504 38.38 420504 1122820 132 17:38:41 17:32:01 142616 0 591648 31.44 2620 1144660 1098372 37.49 426396 1113928 8 17:38:41 17:33:02 142524 0 591732 31.45 2620 1144668 1097332 37.45 426024 1114144 12 17:38:41 17:34:01 141724 0 592532 31.49 2620 1144668 1096340 37.42 427344 1114068 20 17:38:41 17:35:01 138648 0 595600 31.65 2620 1144676 1096388 37.42 426624 1117372 20 17:38:41 17:36:01 136244 0 598000 31.78 2620 1144680 1096424 37.42 429252 1117372 16 17:38:41 17:37:01 135108 0 599132 31.84 2620 1144684 1096440 37.42 430860 1117116 16 17:38:41 17:38:01 123344 0 610692 32.46 2620 1144888 1137156 38.81 440684 1117052 12 17:38:41 Average: 137333 0 596894 31.72 2620 1144698 1105370 37.72 428461 1116734 30 17:38:41 17:38:41 17:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:38:41 17:31:01 eth0 218.69 148.23 687.19 52.03 0.00 0.00 0.00 0.00 17:38:41 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:31:01 docker0 3.23 2.06 0.52 3.82 0.00 0.00 0.00 0.00 17:38:41 17:32:01 eth0 3.21 0.63 0.77 0.43 0.00 0.00 0.00 0.00 17:38:41 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:33:02 eth0 4.62 0.96 1.16 0.60 0.00 0.00 0.00 0.00 17:38:41 17:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:34:01 eth0 2.86 0.78 0.94 0.60 0.00 0.00 0.00 0.00 17:38:41 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:35:01 eth0 5.54 1.00 1.51 0.84 0.00 0.00 0.00 0.00 17:38:41 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:36:01 eth0 3.71 1.03 1.24 0.78 0.00 0.00 0.00 0.00 17:38:41 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:37:01 eth0 3.38 0.92 0.99 0.57 0.00 0.00 0.00 0.00 17:38:41 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:38:01 eth0 10.63 10.03 6.72 29.06 0.00 0.00 0.00 0.00 17:38:41 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 Average: eth0 31.66 20.50 87.80 10.64 0.00 0.00 0.00 0.00 17:38:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:41 Average: docker0 0.40 0.26 0.07 0.48 0.00 0.00 0.00 0.00 17:38:41 17:38:41 17:38:41 ---> sar -P ALL: 17:38:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 17:38:41 17:38:41 17:29:07 LINUX RESTART (4 CPU) 17:38:41 17:38:41 17:30:01 CPU %user %nice %system %iowait %steal %idle 17:38:41 17:31:01 all 8.37 0.00 3.37 1.61 2.60 84.05 17:38:41 17:31:01 0 10.10 0.00 3.62 1.46 2.93 81.88 17:38:41 17:31:01 1 6.72 0.00 3.69 3.81 2.54 83.24 17:38:41 17:31:01 2 7.48 0.00 3.87 0.34 2.60 85.72 17:38:41 17:31:01 3 9.21 0.00 2.29 0.80 2.33 85.36 17:38:41 17:32:01 all 0.12 0.00 0.07 0.00 0.23 99.58 17:38:41 17:32:01 0 0.02 0.00 0.05 0.00 0.23 99.70 17:38:41 17:32:01 1 0.40 0.00 0.10 0.00 0.43 99.07 17:38:41 17:32:01 2 0.07 0.00 0.08 0.00 0.08 99.77 17:38:41 17:32:01 3 0.02 0.00 0.05 0.00 0.17 99.77 17:38:41 17:33:02 all 0.14 0.00 0.06 0.00 0.70 99.10 17:38:41 17:33:02 0 0.03 0.00 0.03 0.00 0.40 99.54 17:38:41 17:33:02 1 0.22 0.00 0.05 0.00 0.66 99.07 17:38:41 17:33:02 2 0.26 0.00 0.10 0.00 1.25 98.38 17:38:41 17:33:02 3 0.03 0.00 0.07 0.00 0.48 99.42 17:38:41 17:34:01 all 0.12 0.00 0.05 0.00 0.76 99.07 17:38:41 17:34:01 0 0.03 0.00 0.05 0.00 0.42 99.49 17:38:41 17:34:01 1 0.24 0.00 0.07 0.00 1.02 98.67 17:38:41 17:34:01 2 0.17 0.00 0.05 0.00 1.36 98.42 17:38:41 17:34:01 3 0.05 0.00 0.03 0.00 0.24 99.68 17:38:41 17:35:01 all 0.11 0.00 0.23 0.00 1.52 98.15 17:38:41 17:35:01 0 0.05 0.00 0.30 0.00 1.47 98.19 17:38:41 17:35:01 1 0.10 0.00 0.38 0.00 1.62 97.90 17:38:41 17:35:01 2 0.25 0.00 0.15 0.00 1.69 97.91 17:38:41 17:35:01 3 0.03 0.00 0.10 0.00 1.29 98.58 17:38:41 17:36:01 all 0.11 0.00 0.04 0.00 0.68 99.16 17:38:41 17:36:01 0 0.03 0.00 0.03 0.00 0.35 99.58 17:38:41 17:36:01 1 0.22 0.00 0.07 0.00 0.93 98.79 17:38:41 17:36:01 2 0.15 0.00 0.02 0.00 0.47 99.37 17:38:41 17:36:01 3 0.05 0.00 0.05 0.00 0.99 98.91 17:38:41 17:37:01 all 0.17 0.00 0.04 0.00 0.77 99.01 17:38:41 17:37:01 0 0.03 0.00 0.05 0.00 0.46 99.45 17:38:41 17:37:01 1 0.31 0.00 0.05 0.00 1.61 98.02 17:38:41 17:37:01 2 0.05 0.00 0.03 0.00 0.63 99.29 17:38:41 17:37:01 3 0.30 0.00 0.02 0.00 0.38 99.30 17:38:41 17:38:01 all 0.75 0.00 0.45 0.00 2.16 96.64 17:38:41 17:38:01 0 0.93 0.00 0.65 0.00 2.52 95.89 17:38:41 17:38:01 1 0.84 0.00 0.34 0.02 1.99 96.81 17:38:41 17:38:01 2 0.59 0.00 0.59 0.00 2.26 96.56 17:38:41 17:38:01 3 0.62 0.00 0.21 0.00 1.86 97.31 17:38:41 Average: all 1.23 0.00 0.54 0.20 1.18 96.86 17:38:41 Average: 0 1.39 0.00 0.59 0.18 1.10 96.74 17:38:41 Average: 1 1.12 0.00 0.59 0.47 1.35 96.46 17:38:41 Average: 2 1.12 0.00 0.61 0.04 1.29 96.94 17:38:41 Average: 3 1.28 0.00 0.35 0.10 0.97 97.30 17:38:41 17:38:41 17:38:41