Pull request #101 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-messaging Obtained Jenkinsfile from 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3+fc0cef43ba1582f85993886af18da78a5c504390 (85094588c6f281d3b834256c46de267d682476a1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5 in /w/workspace/xfoundry_go-mod-messaging_PR-101 [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-101 # 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 fc0cef43ba1582f85993886af18da78a5c504390 into PR head commit 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 Merge succeeded, producing 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 Checking out Revision 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 (PR-101) > 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/101/head:refs/remotes/origin/PR-101 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 # 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 fc0cef43ba1582f85993886af18da78a5c504390 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 # timeout=10 Commit message: "refactor: Addressed PR comments from Jim Wang" > git rev-list --no-walk e3da10d81762519b882df518c474d7a99d472f0d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:42:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:42:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:42:41 ========================================================= 15:42:41 EdgeX Global Pipelines Version Info 15:42:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:42:43 ------------------- 15:42:43 stable info: 15:42:43 ------------------- 15:42:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:42:43 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:42:43 Message: update stable to v1.0.186 15:42:44 ------------------- 15:42:44 experimental info: 15:42:44 ------------------- 15:42:44 Commited By: **** collab-it+edgex@linuxfoundation.org 15:42:44 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 15:42:44 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:42:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 15:42:44 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 15:42:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:42:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:42:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:42:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:42:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:42:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:42:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:42:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-101 [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-101 [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-101 [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 192ebb1 [Pipeline] echo 15:42:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:42:46 + git log --format=format:%s -1 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 [Pipeline] echo 15:42:46 GIT_COMMIT: 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3, Commit Message: refactor: Addressed PR comments from Jim Wang [Pipeline] echo 15:42:46 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:42:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:47 15:42:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:42:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:48 latest: Pulling from edgex-devops/git-semver 15:42:48 31603596830f: Pulling fs layer 15:42:48 2a8b12db71e7: Pulling fs layer 15:42:48 6ca5941a6612: Pulling fs layer 15:42:48 ecc8261a40a4: Pulling fs layer 15:42:48 ecc8261a40a4: Waiting 15:42:48 2a8b12db71e7: Download complete 15:42:48 31603596830f: Verifying Checksum 15:42:48 31603596830f: Download complete 15:42:48 ecc8261a40a4: Verifying Checksum 15:42:48 ecc8261a40a4: Download complete 15:42:48 6ca5941a6612: Verifying Checksum 15:42:48 6ca5941a6612: Download complete 15:42:48 31603596830f: Pull complete 15:42:48 2a8b12db71e7: Pull complete 15:42:49 6ca5941a6612: Pull complete 15:42:50 ecc8261a40a4: Pull complete 15:42:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:42:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:42:50 prd-centos7-docker-4c-2g-5 does not seem to be running inside a container 15:42:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_PR-101 -v /w/workspace/xfoundry_go-mod-messaging_PR-101:/w/workspace/xfoundry_go-mod-messaging_PR-101:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-101@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-101@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:42:51 $ docker top 7dce0b890ccb9ed9d41c5444a8cc8946536fa771e67dffe7a49cc106aeb44939 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:42:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:52 [ssh-agent] Looking for ssh-agent implementation... 15:42:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:52 $ docker exec 7dce0b890ccb9ed9d41c5444a8cc8946536fa771e67dffe7a49cc106aeb44939 ssh-agent 15:42:52 SSH_AUTH_SOCK=/tmp/ssh-X7lrLDXE6RU6/agent.11 15:42:52 SSH_AGENT_PID=17 15:42:52 Running ssh-add (command line suppressed) 15:42:52 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-101@tmp/private_key_293383686138873597.key (/w/workspace/xfoundry_go-mod-messaging_PR-101@tmp/private_key_293383686138873597.key) 15:42:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:53 + git tag --points-at HEAD [Pipeline] } 15:42:53 $ docker exec --env ******** --env ******** 7dce0b890ccb9ed9d41c5444a8cc8946536fa771e67dffe7a49cc106aeb44939 ssh-agent -k 15:42:53 unset SSH_AUTH_SOCK; 15:42:53 unset SSH_AGENT_PID; 15:42:53 echo Agent pid 17 killed; 15:42:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:42:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:53 [ssh-agent] Looking for ssh-agent implementation... 15:42:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:53 $ docker exec 7dce0b890ccb9ed9d41c5444a8cc8946536fa771e67dffe7a49cc106aeb44939 ssh-agent 15:42:53 SSH_AUTH_SOCK=/tmp/ssh-Fod4z71mhaRf/agent.45 15:42:53 SSH_AGENT_PID=51 15:42:53 Running ssh-add (command line suppressed) 15:42:53 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-101@tmp/private_key_2719484980956524987.key (/w/workspace/xfoundry_go-mod-messaging_PR-101@tmp/private_key_2719484980956524987.key) 15:42:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:54 + git semver init 15:42:54 # -> Open(): unable to determine branch for HEAD 15:42:54 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_PR-101/.git 15:42:54 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_PR-101 15:42:54 # $SEMVER_REMOTE_NAME = origin 15:42:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:42:54 # $SEMVER_USER_NAME = edgex-jenkins 15:42:54 # $SEMVER_BRANCH = PR-101 15:42:54 # $SEMVER_TEMP = /tmp/semver-139885471 15:42:54 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 15:42:54 # '/tmp/semver-139885471' -> '/w/workspace/xfoundry_go-mod-messaging_PR-101/.semver' 15:42:54 # -> Force: false 15:42:54 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_PR-101/.semver [Pipeline] } 15:42:54 $ docker exec --env ******** --env ******** 7dce0b890ccb9ed9d41c5444a8cc8946536fa771e67dffe7a49cc106aeb44939 ssh-agent -k 15:42:54 unset SSH_AUTH_SOCK; 15:42:54 unset SSH_AGENT_PID; 15:42:54 echo Agent pid 51 killed; 15:42:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:42:54 + git semver [Pipeline] } 15:42:54 $ docker stop --time=1 7dce0b890ccb9ed9d41c5444a8cc8946536fa771e67dffe7a49cc106aeb44939 15:42:56 $ docker rm -f 7dce0b890ccb9ed9d41c5444a8cc8946536fa771e67dffe7a49cc106aeb44939 [Pipeline] // withDockerContainer [Pipeline] sh 15:42:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:42:57 Stashed 1 file(s) [Pipeline] echo 15:42:57 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 15:43:12 Still waiting to schedule task 15:43:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:43:12 Still waiting to schedule task 15:43:12 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 15:44:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6 in /w/workspace/xfoundry_go-mod-messaging_PR-101 [Pipeline] { [Pipeline] ws 15:44:57 Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout 15:45:02 using credential edgex-jenkins-ssh 15:45:02 Cloning the remote Git repository 15:45:02 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 15:45:02 > git init /w/workspace/go-mod-messaging/3 # timeout=10 15:45:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:45:02 > git --version # timeout=10 15:45:02 > git --version # 'git version 2.17.1' 15:45:02 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:45:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:45:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:45:05 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/101/head:refs/remotes/origin/PR-101 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:45:06 Merging remotes/origin/master commit fc0cef43ba1582f85993886af18da78a5c504390 into PR head commit 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 15:45:06 Merge succeeded, producing 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 15:45:06 Checking out Revision 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 (PR-101) 15:45:06 > git config core.sparsecheckout # timeout=10 15:45:06 > git checkout -f 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 # timeout=10 15:45:06 > git remote # timeout=10 15:45:06 > git config --get remote.origin.url # timeout=10 15:45:06 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:06 > git merge fc0cef43ba1582f85993886af18da78a5c504390 # timeout=10 15:45:06 > git rev-parse HEAD^{commit} # timeout=10 15:45:06 > git config core.sparsecheckout # timeout=10 15:45:06 > git checkout -f 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 # timeout=10 15:45:11 Commit message: "refactor: Addressed PR comments from Jim Wang" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:45:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:45:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:45:13 + true 15:45:13 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 15:45:16 ========================================================= 15:45:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:45:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:45:16 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:45:17 Sending build context to Docker daemon 566.8kB 15:45:17 Step 1/7 : ARG BASE=golang:1.15-alpine 15:45:17 Step 2/7 : FROM ${BASE} 15:45:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:45:17 5f621e34cdf4: Pulling fs layer 15:45:17 a4357932f1b6: Pulling fs layer 15:45:17 18c013af1878: Pulling fs layer 15:45:17 00ac8860ef70: Pulling fs layer 15:45:17 63d7cb157983: Pulling fs layer 15:45:17 b116817d02f9: Pulling fs layer 15:45:17 745a02a5169b: Pulling fs layer 15:45:17 63d7cb157983: Waiting 15:45:17 b116817d02f9: Waiting 15:45:17 00ac8860ef70: Waiting 15:45:17 745a02a5169b: Waiting 15:45:17 18c013af1878: Verifying Checksum 15:45:17 18c013af1878: Download complete 15:45:17 a4357932f1b6: Verifying Checksum 15:45:17 a4357932f1b6: Download complete 15:45:17 63d7cb157983: Verifying Checksum 15:45:17 63d7cb157983: Download complete 15:45:17 b116817d02f9: Verifying Checksum 15:45:17 b116817d02f9: Download complete 15:45:18 5f621e34cdf4: Verifying Checksum 15:45:18 5f621e34cdf4: Download complete 15:45:18 5f621e34cdf4: Pull complete 15:45:19 a4357932f1b6: Pull complete 15:45:19 18c013af1878: Pull complete 15:45:20 745a02a5169b: Download complete 15:45:21 00ac8860ef70: Download complete 15:45:31 00ac8860ef70: Pull complete 15:45:31 63d7cb157983: Pull complete 15:45:32 b116817d02f9: Pull complete 15:45:32 Running on prd-centos7-docker-4c-2g-7 in /w/workspace/xfoundry_go-mod-messaging_PR-101 [Pipeline] { [Pipeline] ws 15:45:32 Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout 15:45:35 using credential edgex-jenkins-ssh 15:45:35 Cloning the remote Git repository 15:45:35 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 15:45:35 > git init /w/workspace/go-mod-messaging/3 # timeout=10 15:45:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:45:35 > git --version # timeout=10 15:45:35 > git --version # 'git version 2.24.3' 15:45:35 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:36 745a02a5169b: Pull complete 15:45:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:45:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:45:36 ---> b7e6874047d6 15:45:36 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:45:36 Merging remotes/origin/master commit fc0cef43ba1582f85993886af18da78a5c504390 into PR head commit 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 15:45:37 Merge succeeded, producing 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 15:45:37 Checking out Revision 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 (PR-101) 15:45:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:45:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:45:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:45:36 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/101/head:refs/remotes/origin/PR-101 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:45:36 > git config core.sparsecheckout # timeout=10 15:45:36 > git checkout -f 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 # timeout=10 15:45:36 > git remote # timeout=10 15:45:37 > git config --get remote.origin.url # timeout=10 15:45:37 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:37 > git merge fc0cef43ba1582f85993886af18da78a5c504390 # timeout=10 15:45:37 > git rev-parse HEAD^{commit} # timeout=10 15:45:37 > git config core.sparsecheckout # timeout=10 15:45:37 > git checkout -f 192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 # timeout=10 15:45:39 ---> Running in 00f8a5c26c59 15:45:39 Removing intermediate container 00f8a5c26c59 15:45:39 ---> ee73a7124091 15:45:39 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 15:45:39 ---> Running in e93e14b1b99d 15:45:40 Commit message: "refactor: Addressed PR comments from Jim Wang" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:45:42 + sudo service docker restart 15:45:42 + true 15:45:42 Redirecting to /bin/systemctl restart docker.service 15:45:42 (1/5) Installing libsodium (1.0.18-r0) [Pipeline] unstash [Pipeline] echo 15:45:43 ========================================================= 15:45:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:45:43 ========================================================= 15:45:43 (2/5) Installing libzmq (4.3.3-r0) [Pipeline] isUnix [Pipeline] sh 15:45:43 (3/5) Installing pkgconf (1.7.2-r0) 15:45:43 (4/5) Installing libsodium-dev (1.0.18-r0) 15:45:43 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:45:43 (5/5) Installing zeromq-dev (4.3.3-r0) 15:45:43 Executing busybox-1.31.1-r19.trigger 15:45:43 OK: 144 MiB in 44 packages 15:45:44 Sending build context to Docker daemon 567.8kB 15:45:44 Step 1/7 : ARG BASE=golang:1.15-alpine 15:45:44 Step 2/7 : FROM ${BASE} 15:45:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:45:44 188c0c94c7c5: Pulling fs layer 15:45:44 0ef7d3d256c8: Pulling fs layer 15:45:44 de9db76c5a1d: Pulling fs layer 15:45:44 bca2f99d35d6: Pulling fs layer 15:45:44 93359f2a8cfa: Pulling fs layer 15:45:44 7c6f9722023f: Pulling fs layer 15:45:44 a35cf1a2eb13: Pulling fs layer 15:45:44 93359f2a8cfa: Waiting 15:45:44 7c6f9722023f: Waiting 15:45:44 a35cf1a2eb13: Waiting 15:45:44 bca2f99d35d6: Waiting 15:45:44 de9db76c5a1d: Verifying Checksum 15:45:44 de9db76c5a1d: Download complete 15:45:44 0ef7d3d256c8: Verifying Checksum 15:45:44 0ef7d3d256c8: Download complete 15:45:44 93359f2a8cfa: Download complete 15:45:44 7c6f9722023f: Verifying Checksum 15:45:44 7c6f9722023f: Download complete 15:45:44 188c0c94c7c5: Verifying Checksum 15:45:44 188c0c94c7c5: Download complete 15:45:44 188c0c94c7c5: Pull complete 15:45:44 0ef7d3d256c8: Pull complete 15:45:45 de9db76c5a1d: Pull complete 15:45:45 Removing intermediate container e93e14b1b99d 15:45:45 ---> ea63aef51004 15:45:45 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:45:45 ---> Running in 7657036b4ecb 15:45:45 Removing intermediate container 7657036b4ecb 15:45:45 ---> 9db763f58819 15:45:45 Step 6/7 : COPY go.mod . 15:45:46 bca2f99d35d6: Verifying Checksum 15:45:46 bca2f99d35d6: Download complete 15:45:46 ---> 0d0906b8cd07 15:45:46 Step 7/7 : RUN go mod download 15:45:46 ---> Running in 7c89cbaaa3ae 15:45:46 a35cf1a2eb13: Verifying Checksum 15:45:46 a35cf1a2eb13: Download complete 15:45:52 bca2f99d35d6: Pull complete 15:45:52 93359f2a8cfa: Pull complete 15:45:52 7c6f9722023f: Pull complete 15:46:00 a35cf1a2eb13: Pull complete 15:46:00 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:46:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:46:00 ---> a62c8e92a672 15:46:00 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:46:00 ---> Running in ab84f9bea4be 15:46:00 Removing intermediate container ab84f9bea4be 15:46:00 ---> 95f46467801e 15:46:00 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 15:46:00 ---> Running in beb1afaf3d5d 15:46:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:46:01 Removing intermediate container 7c89cbaaa3ae 15:46:01 ---> 216372ff30d8 15:46:01 Successfully built 216372ff30d8 15:46:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:46:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:46:02 + docker inspect -f . ci-base-image-arm64 15:46:02 . [Pipeline] withDockerContainer 15:46:02 (1/5) Installing libsodium (1.0.18-r0) 15:46:02 (2/5) Installing libzmq (4.3.3-r0) 15:46:02 prd-ubuntu18.04-docker-arm64-4c-16g-6 does not seem to be running inside a container 15:46:02 (3/5) Installing pkgconf (1.7.2-r0) 15:46:02 (4/5) Installing libsodium-dev (1.0.18-r0) 15:46:02 (5/5) Installing zeromq-dev (4.3.3-r0) 15:46:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 15:46:02 Executing busybox-1.31.1-r19.trigger 15:46:02 OK: 167 MiB in 44 packages 15:46:03 Removing intermediate container beb1afaf3d5d 15:46:03 ---> b0d975dd8d72 15:46:03 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:46:03 ---> Running in 8e602025f438 15:46:03 Removing intermediate container 8e602025f438 15:46:03 ---> 390ef445c772 15:46:03 Step 6/7 : COPY go.mod . 15:46:03 ---> 1fbadf1d2357 15:46:03 Step 7/7 : RUN go mod download 15:46:03 ---> Running in df910820ab3d 15:46:03 $ docker top cc5f06044dea43c86be7edb63f4ae134b5f2dfff7f4b25f42138769d9f4707db -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:04 + go version 15:46:04 go version go1.15.5 linux/arm64 [Pipeline] } 15:46:04 $ docker stop --time=1 cc5f06044dea43c86be7edb63f4ae134b5f2dfff7f4b25f42138769d9f4707db 15:46:06 $ docker rm -f cc5f06044dea43c86be7edb63f4ae134b5f2dfff7f4b25f42138769d9f4707db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:07 + docker inspect -f . ci-base-image-arm64 15:46:07 . [Pipeline] withDockerContainer 15:46:07 prd-ubuntu18.04-docker-arm64-4c-16g-6 does not seem to be running inside a container 15:46:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 15:46:08 $ docker top 52038bad307c7f46afcd3dd4e3e4d12eb53d6013de137bec93c782702569f87c -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:09 + make test 15:46:09 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:46:16 Removing intermediate container df910820ab3d 15:46:16 ---> cf200b46b671 15:46:16 Successfully built cf200b46b671 15:46:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:46:16 + docker inspect -f . ci-base-image-x86_64 15:46:16 . [Pipeline] withDockerContainer 15:46:16 prd-centos7-docker-4c-2g-7 does not seem to be running inside a container 15:46:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@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 ******** -e ******** ci-base-image-x86_64 cat 15:46:17 $ docker top 7bf1755ab550eb54ed0b3fdcbf6a967ba5c675d3859f8ff2cdd5f995f9d13e76 -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:17 + go version 15:46:17 go version go1.15.5 linux/amd64 [Pipeline] } 15:46:17 $ docker stop --time=1 7bf1755ab550eb54ed0b3fdcbf6a967ba5c675d3859f8ff2cdd5f995f9d13e76 15:46:19 $ docker rm -f 7bf1755ab550eb54ed0b3fdcbf6a967ba5c675d3859f8ff2cdd5f995f9d13e76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:19 + docker inspect -f . ci-base-image-x86_64 15:46:19 . [Pipeline] withDockerContainer 15:46:19 prd-centos7-docker-4c-2g-7 does not seem to be running inside a container 15:46:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/3 -v /w/workspace/go-mod-messaging/3:/w/workspace/go-mod-messaging/3:rw,z -v /w/workspace/go-mod-messaging/3@tmp:/w/workspace/go-mod-messaging/3@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 ******** -e ******** ci-base-image-x86_64 cat 15:46:20 $ docker top 5da9a9d4fae1cbbd300b92bffeeccf301b353dcb9b53c11773e3a2e7eeece18f -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:20 + make test 15:46:20 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:46:24 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 15:46:26 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 15:46:27 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.022s coverage: 89.9% of statements 15:46:28 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.048s coverage: 89.9% of statements 15:46:30 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.007s coverage: 66.7% of statements 15:46:30 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 15:46:38 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.033s coverage: 66.7% of statements 15:46:38 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 15:46:52 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.347s coverage: 83.9% of statements 15:46:52 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.008s coverage: 85.7% of statements 15:46:52 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.024s coverage: 100.0% of statements 15:46:52 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.029s coverage: 100.0% of statements 15:46:52 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.014s coverage: 90.9% of statements 15:46:52 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:46:52 gofmt -l . 15:46:53 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:46:53 $ docker stop --time=1 5da9a9d4fae1cbbd300b92bffeeccf301b353dcb9b53c11773e3a2e7eeece18f 15:46:54 $ docker rm -f 5da9a9d4fae1cbbd300b92bffeeccf301b353dcb9b53c11773e3a2e7eeece18f [Pipeline] // withDockerContainer [Pipeline] sh 15:46:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:46:55 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 15:46:56 ---> job-cost.sh 15:46:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cmep 15:47:05 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.385s coverage: 83.9% of statements 15:47:05 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.020s coverage: 85.7% of statements 15:47:05 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.012s coverage: 100.0% of statements 15:47:05 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.043s coverage: 100.0% of statements 15:47:05 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.042s coverage: 90.9% of statements 15:47:05 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:47:05 gofmt -l . 15:47:05 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:47:06 $ docker stop --time=1 52038bad307c7f46afcd3dd4e3e4d12eb53d6013de137bec93c782702569f87c 15:47:08 $ docker rm -f 52038bad307c7f46afcd3dd4e3e4d12eb53d6013de137bec93c782702569f87c [Pipeline] // withDockerContainer [Pipeline] sh 15:47:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:47:09 Warning: overwriting stash ‘coverage-report’ 15:47:10 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 15:47:10 ---> job-cost.sh 15:47:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rVH8 15:47:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:47:37 lf-activate-venv(): INFO: Adding /tmp/venv-cmep/bin to PATH 15:47:37 INFO: No Stack... 15:47:37 INFO: Retrieving Pricing Info for: v1-standard-2 15:47:37 INFO: Archiving Costs [Pipeline] sh 15:47:38 + cat /w/workspace/go-mod-messaging/3/archives/cost.csv 15:47:38 + cut -d, -f6 [Pipeline] lock 15:47:38 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-101-3-stack-cost] 15:47:38 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-101-3-stack-cost] did not exist. Created. 15:47:38 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-101-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:47:38 + echo total: 0.029999999329447746 [Pipeline] stash 15:47:38 Stashed 1 file(s) [Pipeline] } 15:47:38 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-101-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:47:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:49:26 lf-activate-venv(): INFO: Adding /tmp/venv-rVH8/bin to PATH 15:49:26 INFO: No Stack... 15:49:26 INFO: Retrieving Pricing Info for: lf-standard-4 15:49:26 INFO: Archiving Costs [Pipeline] sh 15:49:26 + cat /w/workspace/go-mod-messaging/3/archives/cost.csv 15:49:26 + cut -d, -f6 [Pipeline] lock 15:49:27 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-101-3-stack-cost] 15:49:27 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-101-3-stack-cost] did not exist. Created. 15:49:27 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-101-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:49:27 /w/workspace/go-mod-messaging/3@tmp/durable-d138b424/script.sh: 1: /w/workspace/go-mod-messaging/3@tmp/durable-d138b424/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:49:27 + echo total: 0.20999999344348907 [Pipeline] stash 15:49:27 Warning: overwriting stash ‘stack-cost’ 15:49:27 Stashed 1 file(s) [Pipeline] } 15:49:27 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-101-3-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 15:49:28 provisioning config files... 15:49:28 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_PR-101@tmp/config8494226920457156628tmp [Pipeline] { [Pipeline] sh 15:49:28 + set +x 15:49:28 + curl -s https://codecov.io/bash 15:49:28 + bash -s -- 15:49:28 15:49:28 _____ _ 15:49:28 / ____| | | 15:49:28 | | ___ __| | ___ ___ _____ __ 15:49:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:49:28 | |___| (_) | (_| | __/ (_| (_) \ V / 15:49:28 \_____\___/ \__,_|\___|\___\___/ \_/ 15:49:28 Bash-20210309-2b87ace 15:49:28 15:49:28 15:49:28 ==> git version 2.24.3 found 15:49:28 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:49:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:49:28 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:49:28 ==> Jenkins CI detected. 15:49:28 project root: . 15:49:28 --> token set from env 15:49:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:49:28 ==> Running gcov in . (disable via -X gcov) 15:49:28 ==> Python coveragepy not found 15:49:28 ==> Searching for coverage reports in: 15:49:28 + . 15:49:28 -> Found 1 reports 15:49:28 ==> Detecting git/mercurial file structure 15:49:28 ==> Reading reports 15:49:28 + ./coverage.out bytes=22179 15:49:28 ==> Appending adjustments 15:49:28 https://docs.codecov.io/docs/fixing-reports 15:49:29 + Found adjustments 15:49:29 ==> Gzipping contents 15:49:29 8.0K /tmp/codecov.UFzYcS.gz 15:49:29 ==> Uploading reports 15:49:29 url: https://codecov.io 15:49:29 query: branch=PR-101&commit=192ebb1449adb1795b05b3c42cbac9b2b7ee72b3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-101%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=101&job=&cmd_args= 15:49:29 -> Pinging Codecov 15:49:29 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-101&commit=192ebb1449adb1795b05b3c42cbac9b2b7ee72b3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-101%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=101&job=&cmd_args= 15:49:29 -> Uploading to 15:49:29 https://storage.googleapis.com/codecov/v4/raw/2021-04-13/F6E385568367DD0E4001BA4F8F1CB792/192ebb1449adb1795b05b3c42cbac9b2b7ee72b3/65df4810-9fbe-4d54-87fa-529e9778a48e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210413T154929Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8291b57ea8b7abc1021f9e0aea38fd63416ee0b40fbbe2bc77229473c6aa5420 15:49:29 % Total % Received % Xferd Average Speed Time Time Time Current 15:49:29 Dload Upload Total Spent Left Speed 15:49:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5281 0 0 100 5281 0 8433 --:--:-- --:--:-- --:--:-- 8449 15:49:30 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/192ebb1449adb1795b05b3c42cbac9b2b7ee72b3 [Pipeline] } 15:49:30 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 15:49:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:49:32 ---> package-listing.sh 15:49:32 ++ facter osfamily 15:49:32 ++ tr '[:upper:]' '[:lower:]' 15:49:32 + OS_FAMILY=redhat 15:49:32 + workspace=/w/workspace/xfoundry_go-mod-messaging_PR-101 15:49:32 + START_PACKAGES=/tmp/packages_start.txt 15:49:32 + END_PACKAGES=/tmp/packages_end.txt 15:49:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:49:32 + PACKAGES=/tmp/packages_start.txt 15:49:32 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-101 ']' 15:49:32 + PACKAGES=/tmp/packages_end.txt 15:49:32 + case "${OS_FAMILY}" in 15:49:32 + rpm -qa 15:49:32 + sort 15:49:37 + '[' -f /tmp/packages_start.txt ']' 15:49:37 + '[' -f /tmp/packages_end.txt ']' 15:49:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:49:37 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-101 ']' 15:49:37 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_PR-101/archives/ 15:49:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_PR-101/archives/ [Pipeline] echo 15:49:37 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-101/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:49:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:49:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:49:38 15:49:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:49:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:49:38 alpine: Pulling from edgex-lftools-log-publisher 15:49:38 df20fa9351a1: Pulling fs layer 15:49:38 36b3adc4ff6f: Pulling fs layer 15:49:38 8ad3a11d3b57: Pulling fs layer 15:49:38 46f8f816bc3b: Pulling fs layer 15:49:38 93b61091891f: Pulling fs layer 15:49:38 93b9cdb0e59b: Pulling fs layer 15:49:38 5e14af77c1be: Pulling fs layer 15:49:38 01666e4c0597: Pulling fs layer 15:49:38 aa168da1d23b: Pulling fs layer 15:49:38 46f8f816bc3b: Waiting 15:49:38 01666e4c0597: Waiting 15:49:38 93b61091891f: Waiting 15:49:38 5e14af77c1be: Waiting 15:49:38 93b9cdb0e59b: Waiting 15:49:38 36b3adc4ff6f: Download complete 15:49:38 46f8f816bc3b: Verifying Checksum 15:49:38 46f8f816bc3b: Download complete 15:49:38 df20fa9351a1: Verifying Checksum 15:49:38 df20fa9351a1: Download complete 15:49:38 93b9cdb0e59b: Verifying Checksum 15:49:38 93b9cdb0e59b: Download complete 15:49:38 5e14af77c1be: Download complete 15:49:38 01666e4c0597: Verifying Checksum 15:49:38 01666e4c0597: Download complete 15:49:38 93b61091891f: Verifying Checksum 15:49:38 93b61091891f: Download complete 15:49:38 df20fa9351a1: Pull complete 15:49:38 8ad3a11d3b57: Verifying Checksum 15:49:39 36b3adc4ff6f: Pull complete 15:49:39 8ad3a11d3b57: Pull complete 15:49:40 46f8f816bc3b: Pull complete 15:49:40 93b61091891f: Pull complete 15:49:40 aa168da1d23b: Verifying Checksum 15:49:40 aa168da1d23b: Download complete 15:49:40 93b9cdb0e59b: Pull complete 15:49:40 5e14af77c1be: Pull complete 15:49:41 01666e4c0597: Pull complete 15:49:47 aa168da1d23b: Pull complete 15:49:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:49:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:49:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:49:48 prd-centos7-docker-4c-2g-5 does not seem to be running inside a container 15:49:48 $ 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-101/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-101 -v /w/workspace/xfoundry_go-mod-messaging_PR-101:/w/workspace/xfoundry_go-mod-messaging_PR-101:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-101@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-101@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:49:51 $ docker top 908ba9bcbc07b239ef63cba5e40deb95cb29b59dcc2db0a8041eefc914cf0505 -eo pid,comm [Pipeline] { [Pipeline] sh 15:49:51 + touch /tmp/pre-build-complete [Pipeline] sh 15:49:51 + mkdir -p /var/log/sa [Pipeline] sh 15:49:52 + ls /var/log/sa-host 15:49:52 + sadf -c /var/log/sa-host/sa13 15:49:52 file_magic: OK 15:49:52 HZ: Using current value: 100 15:49:52 file_header: OK 15:49:52 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:49:52 Statistics: 15:49:52 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:49:52 File successfully converted to sysstat format version 12.2.1 15:49:52 + sadf -c /var/log/sa-host/sa23 15:49:52 file_magic: OK 15:49:52 HZ: Using current value: 100 15:49:52 file_header: OK 15:49:52 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:49:52 Statistics: 15:49:52 Hnuu...uuuununununu... 15:49:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:49:52 provisioning config files... 15:49:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_PR-101@tmp/config3351616912824791904tmp [Pipeline] { [Pipeline] echo 15:49:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:49:52 ---> create-netrc.sh [Pipeline] } 15:49:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:49:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:49:53 ---> python-tools-install.sh [Pipeline] echo 15:49:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:49:53 ---> sudo-logs.sh 15:49:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:49:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:49:53 ---> job-cost.sh 15:49:53 lf-activate-venv: SKIPPING 15:49:53 DEBUG: total: 0.20999999344348907 15:49:53 INFO: Retrieving Stack Cost... 15:49:55 INFO: Retrieving Pricing Info for: v1-standard-2 15:49:55 INFO: Archiving Costs [Pipeline] echo 15:49:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:49:56 ---> logs-deploy.sh 15:49:56 lf-activate-venv: SKIPPING 15:49:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-101/3 15:49:56 INFO: archiving workspace using pattern(s): 15:49:57 Archives upload complete. 15:49:57 INFO: archiving logs to Nexus 15:49:58 ---> uname -a: 15:49:58 Linux prd-centos7-docker-4c-2g-5.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:49:58 15:49:58 15:49:58 ---> lscpu: 15:49:58 Architecture: x86_64 15:49:58 CPU op-mode(s): 32-bit, 64-bit 15:49:58 Byte Order: Little Endian 15:49:58 Address sizes: 40 bits physical, 48 bits virtual 15:49:58 CPU(s): 4 15:49:58 On-line CPU(s) list: 0-3 15:49:58 Thread(s) per core: 1 15:49:58 Core(s) per socket: 1 15:49:58 Socket(s): 4 15:49:58 NUMA node(s): 1 15:49:58 Vendor ID: GenuineIntel 15:49:58 CPU family: 6 15:49:58 Model: 44 15:49:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:49:58 Stepping: 1 15:49:58 CPU MHz: 2933.438 15:49:58 BogoMIPS: 5866.87 15:49:58 Virtualization: VT-x 15:49:58 Hypervisor vendor: KVM 15:49:58 Virtualization type: full 15:49:58 L1d cache: 128 KiB 15:49:58 L1i cache: 128 KiB 15:49:58 L2 cache: 16 MiB 15:49:58 L3 cache: 64 MiB 15:49:58 NUMA node0 CPU(s): 0-3 15:49:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:49:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:49:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:49:58 Vulnerability Meltdown: Mitigation; PTI 15:49:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:49:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:49:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:49:58 Vulnerability Srbds: Not affected 15:49:58 Vulnerability Tsx async abort: Not affected 15:49:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 15:49:58 15:49:58 15:49:58 ---> nproc: 15:49:58 4 15:49:58 15:49:58 15:49:58 ---> df -h: 15:49:58 Filesystem Size Used Available Use% Mounted on 15:49:58 overlay 50.0G 7.3G 42.7G 15% / 15:49:58 tmpfs 64.0M 0 64.0M 0% /dev 15:49:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:49:58 shm 64.0M 0 64.0M 0% /dev/shm 15:49:58 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 15:49:58 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 15:49:58 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 15:49:58 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 15:49:58 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-messaging_PR-101@tmp 15:49:58 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 15:49:58 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 15:49:58 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 15:49:58 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 15:49:58 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-messaging_PR-101 15:49:58 15:49:58 15:49:58 ---> free -m: 15:49:58 total used free shared buff/cache available 15:49:58 Mem: 1837 718 104 0 1014 1014 15:49:58 Swap: 1023 1 1022 15:49:58 15:49:58