Pull request #102 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 192d447fc0ce8271df41aa59705098b0a95e074c+4d2c7cbbe4ec454cf553977e16078aff79e24f14 (9073beca4d88eef660a455d0657e4d0cf683091f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-1176 in /w/workspace/xfoundry_go-mod-messaging_PR-102 [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-102 # 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 4d2c7cbbe4ec454cf553977e16078aff79e24f14 into PR head commit 192d447fc0ce8271df41aa59705098b0a95e074c Merge succeeded, producing 192d447fc0ce8271df41aa59705098b0a95e074c Checking out Revision 192d447fc0ce8271df41aa59705098b0a95e074c (PR-102) > 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/102/head:refs/remotes/origin/PR-102 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 192d447fc0ce8271df41aa59705098b0a95e074c # 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 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 192d447fc0ce8271df41aa59705098b0a95e074c # timeout=10 Commit message: "feat: Add ReceivedTopic to MessageEnvelope & remove Checksum" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:41:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:41:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:41:44 ========================================================= 15:41:44 EdgeX Global Pipelines Version Info 15:41:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 00f01ec91cc30b386cd7bb306df4192fa01ed279 # timeout=10 15:41:46 ------------------- 15:41:46 stable info: 15:41:46 ------------------- 15:41:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:41:46 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:41:46 Message: update stable to v1.0.186 15:41:47 ------------------- 15:41:47 experimental info: 15:41:47 ------------------- 15:41:47 Commited By: **** collab-it+edgex@linuxfoundation.org 15:41:47 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 15:41:47 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:41:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:41:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:41:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-102 [Pipeline] echo 15:41:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-102 [Pipeline] echo 15:41:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-102 [Pipeline] echo 15:41:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 192d447fc0ce8271df41aa59705098b0a95e074c [Pipeline] echo 15:41:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 192d447 [Pipeline] echo 15:41:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:41:48 + git log --format=format:%s -1 192d447fc0ce8271df41aa59705098b0a95e074c [Pipeline] echo 15:41:48 GIT_COMMIT: 192d447fc0ce8271df41aa59705098b0a95e074c, Commit Message: feat: Add ReceivedTopic to MessageEnvelope & remove Checksum [Pipeline] echo 15:41:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:41:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:41:49 15:41:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:41:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:41:50 latest: Pulling from edgex-devops/git-semver 15:41:50 31603596830f: Pulling fs layer 15:41:50 2a8b12db71e7: Pulling fs layer 15:41:50 6ca5941a6612: Pulling fs layer 15:41:50 ecc8261a40a4: Pulling fs layer 15:41:50 ecc8261a40a4: Waiting 15:41:50 2a8b12db71e7: Verifying Checksum 15:41:50 2a8b12db71e7: Download complete 15:41:50 31603596830f: Verifying Checksum 15:41:50 31603596830f: Download complete 15:41:50 6ca5941a6612: Verifying Checksum 15:41:50 6ca5941a6612: Download complete 15:41:50 ecc8261a40a4: Verifying Checksum 15:41:50 ecc8261a40a4: Download complete 15:41:50 31603596830f: Pull complete 15:41:50 2a8b12db71e7: Pull complete 15:41:51 6ca5941a6612: Pull complete 15:41:51 ecc8261a40a4: Pull complete 15:41:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:41:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:41:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:41:52 prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container 15:41:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_PR-102 -v /w/workspace/xfoundry_go-mod-messaging_PR-102:/w/workspace/xfoundry_go-mod-messaging_PR-102:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-102@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-102@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:10004/edgex-devops/git-semver:latest cat 15:41:54 $ docker top 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:41:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:41:54 [ssh-agent] Looking for ssh-agent implementation... 15:41:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:41:54 $ docker exec 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff ssh-agent 15:41:54 SSH_AUTH_SOCK=/tmp/ssh-aaQBjzu3BZCX/agent.11 15:41:54 SSH_AGENT_PID=16 15:41:54 Running ssh-add (command line suppressed) 15:41:54 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-102@tmp/private_key_301027743834201049.key (/w/workspace/xfoundry_go-mod-messaging_PR-102@tmp/private_key_301027743834201049.key) 15:41:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:41:55 + git tag --points-at HEAD [Pipeline] } 15:41:55 $ docker exec --env ******** --env ******** 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff ssh-agent -k 15:41:55 unset SSH_AUTH_SOCK; 15:41:55 unset SSH_AGENT_PID; 15:41:55 echo Agent pid 16 killed; 15:41:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:41:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:41:55 [ssh-agent] Looking for ssh-agent implementation... 15:41:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:41:55 $ docker exec 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff ssh-agent 15:41:55 SSH_AUTH_SOCK=/tmp/ssh-wuGlp8MqqfOe/agent.44 15:41:55 SSH_AGENT_PID=49 15:41:55 Running ssh-add (command line suppressed) 15:41:55 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-102@tmp/private_key_4845816223996720838.key (/w/workspace/xfoundry_go-mod-messaging_PR-102@tmp/private_key_4845816223996720838.key) 15:41:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:41:56 + git semver init 15:41:56 # -> Open(): unable to determine branch for HEAD 15:41:56 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_PR-102/.git 15:41:56 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_PR-102 15:41:56 # $SEMVER_REMOTE_NAME = origin 15:41:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:41:56 # $SEMVER_USER_NAME = edgex-jenkins 15:41:56 # $SEMVER_BRANCH = PR-102 15:41:56 # $SEMVER_TEMP = /tmp/semver-325211546 15:41:56 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 15:41:56 # '/tmp/semver-325211546' -> '/w/workspace/xfoundry_go-mod-messaging_PR-102/.semver' 15:41:56 # -> Force: false 15:41:56 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_PR-102/.semver [Pipeline] } 15:41:56 $ docker exec --env ******** --env ******** 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff ssh-agent -k 15:41:57 unset SSH_AUTH_SOCK; 15:41:57 unset SSH_AGENT_PID; 15:41:57 echo Agent pid 49 killed; 15:41:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:41:57 + git semver [Pipeline] } 15:41:57 $ docker stop --time=1 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff 15:41:58 $ docker rm -f 39da2505aea7a022b77907f311fc476c04599366f9a992a10cb8ed297dac94ff [Pipeline] // withDockerContainer [Pipeline] sh 15:41:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:41:59 Stashed 1 file(s) [Pipeline] echo 15:41:59 [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:42:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1181 in /w/workspace/xfoundry_go-mod-messaging_PR-102 [Pipeline] { [Pipeline] ws 15:42:00 Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout 15:42:00 Running on prd-centos7-docker-4c-2g-1175 in /w/workspace/xfoundry_go-mod-messaging_PR-102 [Pipeline] { [Pipeline] ws 15:42:00 Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout 15:42:05 using credential edgex-jenkins-ssh 15:42:05 Cloning the remote Git repository 15:42:05 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 15:42:05 > git init /w/workspace/go-mod-messaging/3 # timeout=10 15:42:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:42:05 > git --version # timeout=10 15:42:05 > git --version # 'git version 2.17.1' 15:42:05 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:42:07 Merging remotes/origin/master commit 4d2c7cbbe4ec454cf553977e16078aff79e24f14 into PR head commit 192d447fc0ce8271df41aa59705098b0a95e074c 15:42:07 Merge succeeded, producing 192d447fc0ce8271df41aa59705098b0a95e074c 15:42:07 Checking out Revision 192d447fc0ce8271df41aa59705098b0a95e074c (PR-102) 15:42:07 using credential edgex-jenkins-ssh 15:42:07 Cloning the remote Git repository 15:42:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:42:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:42:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:42:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:42:06 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/102/head:refs/remotes/origin/PR-102 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:42:07 > git config core.sparsecheckout # timeout=10 15:42:07 > git checkout -f 192d447fc0ce8271df41aa59705098b0a95e074c # timeout=10 15:42:07 > git remote # timeout=10 15:42:07 > git config --get remote.origin.url # timeout=10 15:42:07 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:07 > git merge 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 15:42:07 > git rev-parse HEAD^{commit} # timeout=10 15:42:07 > git config core.sparsecheckout # timeout=10 15:42:07 > git checkout -f 192d447fc0ce8271df41aa59705098b0a95e074c # timeout=10 15:42:07 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 15:42:07 > git init /w/workspace/go-mod-messaging/3 # timeout=10 15:42:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:42:07 > git --version # timeout=10 15:42:07 > git --version # 'git version 2.24.3' 15:42:07 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:42:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:42:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:42:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 15:42:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 15:42:09 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/102/head:refs/remotes/origin/PR-102 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:42:09 Merging remotes/origin/master commit 4d2c7cbbe4ec454cf553977e16078aff79e24f14 into PR head commit 192d447fc0ce8271df41aa59705098b0a95e074c 15:42:09 Merge succeeded, producing 192d447fc0ce8271df41aa59705098b0a95e074c 15:42:09 Checking out Revision 192d447fc0ce8271df41aa59705098b0a95e074c (PR-102) 15:42:09 > git config core.sparsecheckout # timeout=10 15:42:09 > git checkout -f 192d447fc0ce8271df41aa59705098b0a95e074c # timeout=10 15:42:09 > git remote # timeout=10 15:42:09 > git config --get remote.origin.url # timeout=10 15:42:09 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:09 > git merge 4d2c7cbbe4ec454cf553977e16078aff79e24f14 # timeout=10 15:42:09 > git rev-parse HEAD^{commit} # timeout=10 15:42:10 > git config core.sparsecheckout # timeout=10 15:42:10 > git checkout -f 192d447fc0ce8271df41aa59705098b0a95e074c # timeout=10 15:42:11 Commit message: "feat: Add ReceivedTopic to MessageEnvelope & remove Checksum" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:42:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:42:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:42:13 + true 15:42:13 + sudo service docker restart 15:42:14 Commit message: "feat: Add ReceivedTopic to MessageEnvelope & remove Checksum" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] unstash [Pipeline] echo 15:42:17 ========================================================= 15:42:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:42:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:42:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:42:17 + 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:42:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:42:18 + sudo service docker restart 15:42:18 + true 15:42:18 Redirecting to /bin/systemctl restart docker.service 15:42:18 Sending build context to Docker daemon 594.4kB 15:42:18 Step 1/7 : ARG BASE=golang:1.15-alpine 15:42:18 Step 2/7 : FROM ${BASE} 15:42:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:42:18 5f621e34cdf4: Pulling fs layer 15:42:18 a4357932f1b6: Pulling fs layer 15:42:18 18c013af1878: Pulling fs layer 15:42:18 00ac8860ef70: Pulling fs layer 15:42:18 63d7cb157983: Pulling fs layer 15:42:18 b116817d02f9: Pulling fs layer 15:42:18 745a02a5169b: Pulling fs layer 15:42:18 00ac8860ef70: Waiting 15:42:18 63d7cb157983: Waiting 15:42:18 b116817d02f9: Waiting 15:42:18 745a02a5169b: Waiting 15:42:18 18c013af1878: Verifying Checksum 15:42:18 18c013af1878: Download complete 15:42:18 a4357932f1b6: Verifying Checksum 15:42:18 a4357932f1b6: Download complete 15:42:18 63d7cb157983: Verifying Checksum 15:42:18 63d7cb157983: Download complete 15:42:18 5f621e34cdf4: Verifying Checksum 15:42:18 5f621e34cdf4: Download complete 15:42:18 b116817d02f9: Verifying Checksum 15:42:18 b116817d02f9: Download complete 15:42:19 5f621e34cdf4: Pull complete 15:42:19 a4357932f1b6: Pull complete [Pipeline] unstash [Pipeline] echo 15:42:20 ========================================================= 15:42:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:42:20 ========================================================= 15:42:20 18c013af1878: Pull complete [Pipeline] isUnix [Pipeline] sh 15:42:20 + 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:42:21 745a02a5169b: Verifying Checksum 15:42:21 745a02a5169b: Download complete 15:42:21 Sending build context to Docker daemon 595.5kB 15:42:21 Step 1/7 : ARG BASE=golang:1.15-alpine 15:42:21 Step 2/7 : FROM ${BASE} 15:42:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:42:22 188c0c94c7c5: Pulling fs layer 15:42:22 0ef7d3d256c8: Pulling fs layer 15:42:22 de9db76c5a1d: Pulling fs layer 15:42:22 bca2f99d35d6: Pulling fs layer 15:42:22 93359f2a8cfa: Pulling fs layer 15:42:22 7c6f9722023f: Pulling fs layer 15:42:22 a35cf1a2eb13: Pulling fs layer 15:42:22 93359f2a8cfa: Waiting 15:42:22 7c6f9722023f: Waiting 15:42:22 a35cf1a2eb13: Waiting 15:42:22 bca2f99d35d6: Waiting 15:42:22 de9db76c5a1d: Verifying Checksum 15:42:22 de9db76c5a1d: Download complete 15:42:22 0ef7d3d256c8: Verifying Checksum 15:42:22 0ef7d3d256c8: Download complete 15:42:22 93359f2a8cfa: Verifying Checksum 15:42:22 93359f2a8cfa: Download complete 15:42:22 7c6f9722023f: Verifying Checksum 15:42:22 7c6f9722023f: Download complete 15:42:22 188c0c94c7c5: Verifying Checksum 15:42:22 188c0c94c7c5: Download complete 15:42:22 00ac8860ef70: Verifying Checksum 15:42:22 00ac8860ef70: Download complete 15:42:22 188c0c94c7c5: Pull complete 15:42:23 0ef7d3d256c8: Pull complete 15:42:23 de9db76c5a1d: Pull complete 15:42:25 a35cf1a2eb13: Verifying Checksum 15:42:25 a35cf1a2eb13: Download complete 15:42:26 bca2f99d35d6: Verifying Checksum 15:42:26 bca2f99d35d6: Download complete 15:42:32 00ac8860ef70: Pull complete 15:42:32 63d7cb157983: Pull complete 15:42:33 b116817d02f9: Pull complete 15:42:36 745a02a5169b: Pull complete 15:42:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:42:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:42:36 ---> b7e6874047d6 15:42:36 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:42:40 ---> Running in 70bba79b2766 15:42:40 Removing intermediate container 70bba79b2766 15:42:40 ---> 7399f245fa89 15:42:40 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 15:42:40 ---> Running in a95163743550 15:42:41 bca2f99d35d6: Pull complete 15:42:41 93359f2a8cfa: Pull complete 15:42:41 7c6f9722023f: Pull complete 15:42:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:42:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:42:43 (1/5) Installing libsodium (1.0.18-r0) 15:42:43 (2/5) Installing libzmq (4.3.3-r0) 15:42:43 (3/5) Installing pkgconf (1.7.2-r0) 15:42:43 (4/5) Installing libsodium-dev (1.0.18-r0) 15:42:43 (5/5) Installing zeromq-dev (4.3.3-r0) 15:42:43 Executing busybox-1.31.1-r19.trigger 15:42:43 OK: 144 MiB in 44 packages 15:42:45 Removing intermediate container a95163743550 15:42:45 ---> 8c6a79cd04ef 15:42:45 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:42:45 ---> Running in 529617c3c94a 15:42:45 Removing intermediate container 529617c3c94a 15:42:45 ---> 9040425bbfd9 15:42:45 Step 6/7 : COPY go.mod . 15:42:46 ---> 70e413fa503a 15:42:46 Step 7/7 : RUN go mod download 15:42:46 ---> Running in 176a5d1bcabf 15:42:50 a35cf1a2eb13: Pull complete 15:42:50 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:42:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:42:50 ---> a62c8e92a672 15:42:50 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:42:50 ---> Running in 21db1b9e9f5c 15:42:51 Removing intermediate container 21db1b9e9f5c 15:42:51 ---> 47d78179e3a0 15:42:51 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 15:42:51 ---> Running in 1b991d3bedf2 15:42:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:42:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:42:53 (1/5) Installing libsodium (1.0.18-r0) 15:42:53 (2/5) Installing libzmq (4.3.3-r0) 15:42:53 (3/5) Installing pkgconf (1.7.2-r0) 15:42:53 (4/5) Installing libsodium-dev (1.0.18-r0) 15:42:54 (5/5) Installing zeromq-dev (4.3.3-r0) 15:42:54 Executing busybox-1.31.1-r19.trigger 15:42:54 OK: 167 MiB in 44 packages 15:42:55 Removing intermediate container 1b991d3bedf2 15:42:55 ---> fe4c58f12e7d 15:42:55 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:42:56 ---> Running in 41a927a61593 15:42:56 Removing intermediate container 41a927a61593 15:42:56 ---> 85adbde37aee 15:42:56 Step 6/7 : COPY go.mod . 15:42:57 ---> 56aabb4c30d9 15:42:57 Step 7/7 : RUN go mod download 15:42:57 ---> Running in 7262f1c50330 15:43:01 Removing intermediate container 176a5d1bcabf 15:43:01 ---> 2a7b19507d1b 15:43:01 Successfully built 2a7b19507d1b 15:43:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:43:01 + docker inspect -f . ci-base-image-arm64 15:43:01 . [Pipeline] withDockerContainer 15:43:02 prd-ubuntu18.04-docker-arm64-4c-16g-1181 does not seem to be running inside a container 15:43: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:43:03 $ docker top 74be2dd3a383de54b3a2a5d4e5b1ed520fe149f5a78d60740b8e7209c793c100 -eo pid,comm [Pipeline] { [Pipeline] sh 15:43:04 + go version 15:43:04 go version go1.15.5 linux/arm64 [Pipeline] } 15:43:04 $ docker stop --time=1 74be2dd3a383de54b3a2a5d4e5b1ed520fe149f5a78d60740b8e7209c793c100 15:43:06 $ docker rm -f 74be2dd3a383de54b3a2a5d4e5b1ed520fe149f5a78d60740b8e7209c793c100 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:43:07 + docker inspect -f . ci-base-image-arm64 15:43:07 . [Pipeline] withDockerContainer 15:43:07 prd-ubuntu18.04-docker-arm64-4c-16g-1181 does not seem to be running inside a container 15:43: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:43:09 $ docker top 34eb052dde1288c23205e87bd313379d54d3a969a1518b0244a98c7d4975a223 -eo pid,comm [Pipeline] { [Pipeline] sh 15:43:10 + make test 15:43:10 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:43:16 Removing intermediate container 7262f1c50330 15:43:16 ---> 9f83cf923232 15:43:16 Successfully built 9f83cf923232 15:43:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:43:16 + docker inspect -f . ci-base-image-x86_64 15:43:17 . [Pipeline] withDockerContainer 15:43:18 prd-centos7-docker-4c-2g-1175 does not seem to be running inside a container 15:43:18 $ 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-x86_64 cat 15:43:21 $ docker top 507609c918af04b6277d09a59f5da856a4bf8904e1e0933bc524e78ba8404d61 -eo pid,comm [Pipeline] { [Pipeline] sh 15:43:22 + go version 15:43:22 go version go1.15.5 linux/amd64 [Pipeline] } 15:43:22 $ docker stop --time=1 507609c918af04b6277d09a59f5da856a4bf8904e1e0933bc524e78ba8404d61 15:43:22 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 15:43:24 $ docker rm -f 507609c918af04b6277d09a59f5da856a4bf8904e1e0933bc524e78ba8404d61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:43:26 + docker inspect -f . ci-base-image-x86_64 15:43:26 . [Pipeline] withDockerContainer 15:43:26 prd-centos7-docker-4c-2g-1175 does not seem to be running inside a container 15:43:26 $ 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-x86_64 cat 15:43:27 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.049s coverage: 90.0% of statements 15:43:27 $ docker top 42201fe30196056e53ae4e08263e1b62bc4bf096b0452af69da5fb18e274b0b7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:43:28 + make test 15:43:28 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:43:40 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.019s coverage: 67.3% of statements 15:43:40 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 15:43:41 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 15:43:46 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.066s coverage: 90.0% of statements 15:43:59 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.035s coverage: 67.3% of statements 15:43:59 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 15:44:02 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.377s coverage: 83.8% of statements 15:44:02 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.019s coverage: 85.7% of statements 15:44:02 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.013s coverage: 100.0% of statements 15:44:02 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.013s coverage: 100.0% of statements 15:44:02 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.057s coverage: 90.9% of statements 15:44:02 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:44:05 gofmt -l . 15:44:05 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:44:05 $ docker stop --time=1 34eb052dde1288c23205e87bd313379d54d3a969a1518b0244a98c7d4975a223 15:44:08 $ docker rm -f 34eb052dde1288c23205e87bd313379d54d3a969a1518b0244a98c7d4975a223 [Pipeline] // withDockerContainer [Pipeline] sh 15:44:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:44:09 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:44:10 ---> job-cost.sh 15:44:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OHVm 15:44:22 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.442s coverage: 83.8% of statements 15:44:22 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.015s coverage: 85.7% of statements 15:44:22 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.120s coverage: 100.0% of statements 15:44:22 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.067s coverage: 100.0% of statements 15:44:22 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.044s coverage: 90.9% of statements 15:44:22 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:44:22 gofmt -l . 15:44:23 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:44:23 $ docker stop --time=1 42201fe30196056e53ae4e08263e1b62bc4bf096b0452af69da5fb18e274b0b7 15:44:26 $ docker rm -f 42201fe30196056e53ae4e08263e1b62bc4bf096b0452af69da5fb18e274b0b7 [Pipeline] // withDockerContainer [Pipeline] sh 15:44:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:44:27 Warning: overwriting stash ‘coverage-report’ 15:44:28 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:44:28 ---> job-cost.sh 15:44:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rlMY 15:44:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:44:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:45:43 lf-activate-venv(): INFO: Adding /tmp/venv-rlMY/bin to PATH 15:45:43 INFO: No Stack... 15:45:43 INFO: Retrieving Pricing Info for: v1-standard-2 15:45:43 INFO: Archiving Costs [Pipeline] sh 15:45:43 + cat /w/workspace/go-mod-messaging/3/archives/cost.csv 15:45:43 + cut -d, -f6 [Pipeline] lock 15:45:43 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] 15:45:43 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] did not exist. Created. 15:45:43 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:45:44 + echo total: 0.029999999329447746 [Pipeline] stash 15:45:44 Stashed 1 file(s) [Pipeline] } 15:45:44 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:46:11 lf-activate-venv(): INFO: Adding /tmp/venv-OHVm/bin to PATH 15:46:11 INFO: No Stack... 15:46:11 INFO: Retrieving Pricing Info for: lf-standard-4 15:46:11 INFO: Archiving Costs [Pipeline] sh 15:46:11 + cut -d, -f6 15:46:11 + cat /w/workspace/go-mod-messaging/3/archives/cost.csv [Pipeline] lock 15:46:11 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] 15:46:11 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] did not exist. Created. 15:46:11 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-102-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:46:12 /w/workspace/go-mod-messaging/3@tmp/durable-2ffbee81/script.sh: 1: /w/workspace/go-mod-messaging/3@tmp/durable-2ffbee81/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:46:12 + echo total: 0.20999999344348907 [Pipeline] stash 15:46:12 Warning: overwriting stash ‘stack-cost’ 15:46:12 Stashed 1 file(s) [Pipeline] } 15:46:12 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-102-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:46:12 provisioning config files... 15:46:12 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_PR-102@tmp/config8144940297892943463tmp [Pipeline] { [Pipeline] sh 15:46:13 + set +x 15:46:13 + curl -s https://codecov.io/bash 15:46:13 + bash -s -- 15:46:13 15:46:13 _____ _ 15:46:13 / ____| | | 15:46:13 | | ___ __| | ___ ___ _____ __ 15:46:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:46:13 | |___| (_) | (_| | __/ (_| (_) \ V / 15:46:13 \_____\___/ \__,_|\___|\___\___/ \_/ 15:46:13 Bash-1.0.2 15:46:13 15:46:13 15:46:13 ==> git version 2.24.3 found 15:46:13 ==> 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:46:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:46:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:46:13 ==> Jenkins CI detected. 15:46:13 project root: . 15:46:13 --> token set from env 15:46:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:46:13 ==> Running gcov in . (disable via -X gcov) 15:46:13 ==> Python coveragepy not found 15:46:13 ==> Searching for coverage reports in: 15:46:13 + . 15:46:13 -> Found 1 reports 15:46:13 ==> Detecting git/mercurial file structure 15:46:13 ==> Reading reports 15:46:13 + ./coverage.out bytes=22462 15:46:13 ==> Appending adjustments 15:46:13 https://docs.codecov.io/docs/fixing-reports 15:46:13 + Found adjustments 15:46:13 ==> Gzipping contents 15:46:13 8.0K /tmp/codecov.Beiw0y.gz 15:46:13 ==> Uploading reports 15:46:13 url: https://codecov.io 15:46:13 query: branch=PR-102&commit=192d447fc0ce8271df41aa59705098b0a95e074c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-102%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=102&job=&cmd_args= 15:46:13 -> Pinging Codecov 15:46:13 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-102&commit=192d447fc0ce8271df41aa59705098b0a95e074c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-102%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=102&job=&cmd_args= 15:46:14 -> Uploading to 15:46:14 https://storage.googleapis.com/codecov/v4/raw/2021-04-20/F6E385568367DD0E4001BA4F8F1CB792/192d447fc0ce8271df41aa59705098b0a95e074c/3489da0b-4066-4e4c-b0a1-161086eddbac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T154614Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a0b8871b7cf9d39aa342eb1fec63a89af52de4247ab7eecac7234f9a8cd97b9b 15:46:14 % Total % Received % Xferd Average Speed Time Time Time Current 15:46:14 Dload Upload Total Spent Left Speed 15:46:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5293 0 0 100 5293 0 11144 --:--:-- --:--:-- --:--:-- 11143 100 5293 0 0 100 5293 0 11140 --:--:-- --:--:-- --:--:-- 11143 15:46:14 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/192d447fc0ce8271df41aa59705098b0a95e074c [Pipeline] } 15:46:14 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:46:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:46:16 ---> package-listing.sh 15:46:16 ++ tr '[:upper:]' '[:lower:]' 15:46:16 ++ facter osfamily 15:46:16 + OS_FAMILY=redhat 15:46:16 + workspace=/w/workspace/xfoundry_go-mod-messaging_PR-102 15:46:16 + START_PACKAGES=/tmp/packages_start.txt 15:46:16 + END_PACKAGES=/tmp/packages_end.txt 15:46:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:46:16 + PACKAGES=/tmp/packages_start.txt 15:46:16 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-102 ']' 15:46:16 + PACKAGES=/tmp/packages_end.txt 15:46:16 + case "${OS_FAMILY}" in 15:46:16 + rpm -qa 15:46:16 + sort 15:46:21 + '[' -f /tmp/packages_start.txt ']' 15:46:21 + '[' -f /tmp/packages_end.txt ']' 15:46:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:46:21 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-102 ']' 15:46:21 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_PR-102/archives/ 15:46:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_PR-102/archives/ [Pipeline] echo 15:46:21 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-102/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:46:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:46:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:46:22 15:46:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:46:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:46:22 alpine: Pulling from edgex-lftools-log-publisher 15:46:22 df20fa9351a1: Pulling fs layer 15:46:22 36b3adc4ff6f: Pulling fs layer 15:46:22 8ad3a11d3b57: Pulling fs layer 15:46:22 46f8f816bc3b: Pulling fs layer 15:46:22 93b61091891f: Pulling fs layer 15:46:22 93b9cdb0e59b: Pulling fs layer 15:46:22 5e14af77c1be: Pulling fs layer 15:46:22 01666e4c0597: Pulling fs layer 15:46:22 aa168da1d23b: Pulling fs layer 15:46:22 93b61091891f: Waiting 15:46:22 5e14af77c1be: Waiting 15:46:22 01666e4c0597: Waiting 15:46:22 aa168da1d23b: Waiting 15:46:22 93b9cdb0e59b: Waiting 15:46:22 46f8f816bc3b: Waiting 15:46:22 36b3adc4ff6f: Verifying Checksum 15:46:22 36b3adc4ff6f: Download complete 15:46:22 46f8f816bc3b: Verifying Checksum 15:46:22 46f8f816bc3b: Download complete 15:46:22 df20fa9351a1: Verifying Checksum 15:46:22 df20fa9351a1: Download complete 15:46:23 93b9cdb0e59b: Verifying Checksum 15:46:23 93b9cdb0e59b: Download complete 15:46:23 5e14af77c1be: Verifying Checksum 15:46:23 5e14af77c1be: Download complete 15:46:23 01666e4c0597: Verifying Checksum 15:46:23 01666e4c0597: Download complete 15:46:23 93b61091891f: Verifying Checksum 15:46:23 93b61091891f: Download complete 15:46:23 8ad3a11d3b57: Verifying Checksum 15:46:23 8ad3a11d3b57: Download complete 15:46:23 df20fa9351a1: Pull complete 15:46:23 36b3adc4ff6f: Pull complete 15:46:24 8ad3a11d3b57: Pull complete 15:46:25 aa168da1d23b: Download complete 15:46:25 46f8f816bc3b: Pull complete 15:46:26 93b61091891f: Pull complete 15:46:26 93b9cdb0e59b: Pull complete 15:46:26 5e14af77c1be: Pull complete 15:46:26 01666e4c0597: Pull complete 15:46:33 aa168da1d23b: Pull complete 15:46:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:46:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:46:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:46:33 prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container 15:46:33 $ 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-102/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-102 -v /w/workspace/xfoundry_go-mod-messaging_PR-102:/w/workspace/xfoundry_go-mod-messaging_PR-102:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-102@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-102@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:46:36 $ docker top 8490df6e36e120fd74dc7af0b0146ff9be2866a8e0ef845f9d9ac6d3c192e4b1 -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:37 + touch /tmp/pre-build-complete [Pipeline] sh 15:46:37 + mkdir -p /var/log/sa [Pipeline] sh 15:46:37 + ls /var/log/sa-host 15:46:37 + sadf -c /var/log/sa-host/sa20 15:46:37 file_magic: OK 15:46:37 HZ: Using current value: 100 15:46:37 file_header: OK 15:46:37 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:46:37 Statistics: 15:46:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:46:37 File successfully converted to sysstat format version 12.2.1 15:46:37 + sadf -c /var/log/sa-host/sa23 15:46:37 file_magic: OK 15:46:37 HZ: Using current value: 100 15:46:37 file_header: OK 15:46:37 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:46:37 Statistics: 15:46:37 Hnuu...uuuununununu... 15:46:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:46:38 provisioning config files... 15:46:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_PR-102@tmp/config253415757950878727tmp [Pipeline] { [Pipeline] echo 15:46:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:46:38 ---> create-netrc.sh [Pipeline] } 15:46:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:46:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:46:38 ---> python-tools-install.sh [Pipeline] echo 15:46:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:46:39 ---> sudo-logs.sh 15:46:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:46:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:46:39 ---> job-cost.sh 15:46:39 lf-activate-venv: SKIPPING 15:46:39 DEBUG: total: 0.20999999344348907 15:46:39 INFO: Retrieving Stack Cost... 15:46:40 INFO: Retrieving Pricing Info for: v1-standard-2 15:46:41 INFO: Archiving Costs [Pipeline] echo 15:46:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:46:41 ---> logs-deploy.sh 15:46:41 lf-activate-venv: SKIPPING 15:46:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-102/3 15:46:41 INFO: archiving workspace using pattern(s): 15:46:43 Archives upload complete. 15:46:43 INFO: archiving logs to Nexus 15:46:44 ---> uname -a: 15:46:44 Linux prd-centos7-docker-4c-2g-1176.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:46:44 15:46:44 15:46:44 ---> lscpu: 15:46:44 Architecture: x86_64 15:46:44 CPU op-mode(s): 32-bit, 64-bit 15:46:44 Byte Order: Little Endian 15:46:44 Address sizes: 40 bits physical, 48 bits virtual 15:46:44 CPU(s): 4 15:46:44 On-line CPU(s) list: 0-3 15:46:44 Thread(s) per core: 1 15:46:44 Core(s) per socket: 1 15:46:44 Socket(s): 4 15:46:44 NUMA node(s): 1 15:46:44 Vendor ID: GenuineIntel 15:46:44 CPU family: 6 15:46:44 Model: 44 15:46:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:46:44 Stepping: 1 15:46:44 CPU MHz: 2933.438 15:46:44 BogoMIPS: 5866.87 15:46:44 Virtualization: VT-x 15:46:44 Hypervisor vendor: KVM 15:46:44 Virtualization type: full 15:46:44 L1d cache: 128 KiB 15:46:44 L1i cache: 128 KiB 15:46:44 L2 cache: 16 MiB 15:46:44 L3 cache: 64 MiB 15:46:44 NUMA node0 CPU(s): 0-3 15:46:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:46:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:46:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:46:44 Vulnerability Meltdown: Mitigation; PTI 15:46:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:46:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:46:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:46:44 Vulnerability Srbds: Not affected 15:46:44 Vulnerability Tsx async abort: Not affected 15:46:44 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:46:44 15:46:44