Pull request #94 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 e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3+9ec3962572cc8d13dd033c954433a26a37bb3d05 (08020601fcd444f0baf09797afa0f24f466e6d3c) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28720’ Running on prd-centos7-docker-4c-2g-28724 in /w/workspace/exfoundry_go-mod-messaging_PR-94 [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/exfoundry_go-mod-messaging_PR-94 # 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 9ec3962572cc8d13dd033c954433a26a37bb3d05 into PR head commit e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 Merge succeeded, producing e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 Checking out Revision e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 (PR-94) > 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/94/head:refs/remotes/origin/PR-94 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 # 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 9ec3962572cc8d13dd033c954433a26a37bb3d05 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 # timeout=10 Commit message: "fix: Fix panic in unit tests." First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk f2a23e9406857c7eed01f17a9bffc01304e7ce4e # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:44:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:44:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:44:51 ========================================================= 17:44:51 EdgeX Global Pipelines Version Info 17:44:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:44:53 ------------------- 17:44:53 stable info: 17:44:53 ------------------- 17:44:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:44:53 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 17:44:53 Message: update stable to v1.0.184 17:44:54 ------------------- 17:44:54 experimental info: 17:44:54 ------------------- 17:44:54 Commited By: **** collab-it+edgex@linuxfoundation.org 17:44:54 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 17:44:54 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:44:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 17:44:54 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 17:44:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:44:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:44:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:44:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:44:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:44:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:44:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:44:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:44:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:44:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 17:44:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:44:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:44:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:44:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:44:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:44:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:44:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:44:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:44:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:44:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:44:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:44:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:44:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:44:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:44:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-94 [Pipeline] echo 17:44:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-94 [Pipeline] echo 17:44:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-94 [Pipeline] echo 17:44:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 [Pipeline] echo 17:44:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e647ae6 [Pipeline] echo 17:44:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:44:57 + git log --format=format:%s -1 e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 [Pipeline] echo 17:44:58 GIT_COMMIT: e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3, Commit Message: fix: Fix panic in unit tests. [Pipeline] echo 17:44:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:44:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:44:58 17:44:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:44:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:44:59 latest: Pulling from edgex-devops/git-semver 17:44:59 31603596830f: Pulling fs layer 17:44:59 2a8b12db71e7: Pulling fs layer 17:44:59 6ca5941a6612: Pulling fs layer 17:44:59 ecc8261a40a4: Pulling fs layer 17:44:59 ecc8261a40a4: Waiting 17:44:59 2a8b12db71e7: Verifying Checksum 17:44:59 2a8b12db71e7: Download complete 17:44:59 31603596830f: Verifying Checksum 17:44:59 31603596830f: Download complete 17:44:59 ecc8261a40a4: Verifying Checksum 17:44:59 ecc8261a40a4: Download complete 17:44:59 6ca5941a6612: Verifying Checksum 17:44:59 6ca5941a6612: Download complete 17:44:59 31603596830f: Pull complete 17:45:00 2a8b12db71e7: Pull complete 17:45:01 6ca5941a6612: Pull complete 17:45:01 ecc8261a40a4: Pull complete 17:45:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:45:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:45:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:45:01 prd-centos7-docker-4c-2g-28724 does not seem to be running inside a container 17:45:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-94 -v /w/workspace/exfoundry_go-mod-messaging_PR-94:/w/workspace/exfoundry_go-mod-messaging_PR-94:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-94@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-94@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:45:03 $ docker top f1cf42801411ff152397083bb6a99fc97f9bb7124edf6544e950fa9981f7414f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:45:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:45:03 [ssh-agent] Looking for ssh-agent implementation... 17:45:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:45:04 $ docker exec f1cf42801411ff152397083bb6a99fc97f9bb7124edf6544e950fa9981f7414f ssh-agent 17:45:04 SSH_AUTH_SOCK=/tmp/ssh-atFyeWX3911D/agent.11 17:45:04 SSH_AGENT_PID=17 17:45:04 Running ssh-add (command line suppressed) 17:45:04 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-94@tmp/private_key_1132796250938940994.key (/w/workspace/exfoundry_go-mod-messaging_PR-94@tmp/private_key_1132796250938940994.key) 17:45:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:45:04 + git tag --points-at HEAD [Pipeline] } 17:45:04 $ docker exec --env ******** --env ******** f1cf42801411ff152397083bb6a99fc97f9bb7124edf6544e950fa9981f7414f ssh-agent -k 17:45:04 unset SSH_AUTH_SOCK; 17:45:04 unset SSH_AGENT_PID; 17:45:04 echo Agent pid 17 killed; 17:45:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:45:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:45:05 [ssh-agent] Looking for ssh-agent implementation... 17:45:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:45:05 $ docker exec f1cf42801411ff152397083bb6a99fc97f9bb7124edf6544e950fa9981f7414f ssh-agent 17:45:05 SSH_AUTH_SOCK=/tmp/ssh-3L1FiaUJyPk5/agent.46 17:45:05 SSH_AGENT_PID=51 17:45:05 Running ssh-add (command line suppressed) 17:45:05 Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-94@tmp/private_key_6339402983323063216.key (/w/workspace/exfoundry_go-mod-messaging_PR-94@tmp/private_key_6339402983323063216.key) 17:45:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:45:06 + git semver init 17:45:06 # -> Open(): unable to determine branch for HEAD 17:45:06 # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-94/.git 17:45:06 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-94 17:45:06 # $SEMVER_REMOTE_NAME = origin 17:45:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:45:06 # $SEMVER_USER_NAME = edgex-jenkins 17:45:06 # $SEMVER_BRANCH = PR-94 17:45:06 # $SEMVER_TEMP = /tmp/semver-635876719 17:45:06 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 17:45:06 # '/tmp/semver-635876719' -> '/w/workspace/exfoundry_go-mod-messaging_PR-94/.semver' 17:45:06 # -> Force: false 17:45:06 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-94/.semver [Pipeline] } 17:45:06 $ docker exec --env ******** --env ******** f1cf42801411ff152397083bb6a99fc97f9bb7124edf6544e950fa9981f7414f ssh-agent -k 17:45:06 unset SSH_AUTH_SOCK; 17:45:06 unset SSH_AGENT_PID; 17:45:06 echo Agent pid 51 killed; 17:45:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:45:07 + git semver [Pipeline] } 17:45:07 $ docker stop --time=1 f1cf42801411ff152397083bb6a99fc97f9bb7124edf6544e950fa9981f7414f 17:45:08 $ docker rm -f f1cf42801411ff152397083bb6a99fc97f9bb7124edf6544e950fa9981f7414f [Pipeline] // withDockerContainer [Pipeline] sh 17:45:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:45:09 Stashed 1 file(s) [Pipeline] echo 17:45:09 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 17:45:25 Still waiting to schedule task 17:45:25 ‘prd-centos7-docker-4c-2g-28725’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ 17:45:25 Still waiting to schedule task 17:45:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:45:58 Running on prd-centos7-docker-4c-2g-28725 in /w/workspace/exfoundry_go-mod-messaging_PR-94 [Pipeline] { [Pipeline] ws 17:45:58 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 17:46:06 using credential edgex-jenkins-ssh 17:46:06 Cloning the remote Git repository 17:46:06 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 17:46:06 > git init /w/workspace/go-mod-messaging/2 # timeout=10 17:46:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:46:07 > git --version # timeout=10 17:46:07 > git --version # 'git version 2.24.3' 17:46:07 using GIT_SSH to set credentials SSH Credentials for GitHub 17:46:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:46:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:46:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:46:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:46:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:46:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:46:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/94/head:refs/remotes/origin/PR-94 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:46:08 Merging remotes/origin/master commit 9ec3962572cc8d13dd033c954433a26a37bb3d05 into PR head commit e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 17:46:09 Merge succeeded, producing e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 17:46:09 Checking out Revision e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 (PR-94) 17:46:08 > git config core.sparsecheckout # timeout=10 17:46:08 > git checkout -f e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 # timeout=10 17:46:08 > git remote # timeout=10 17:46:08 > git config --get remote.origin.url # timeout=10 17:46:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:46:09 > git merge 9ec3962572cc8d13dd033c954433a26a37bb3d05 # timeout=10 17:46:09 > git rev-parse HEAD^{commit} # timeout=10 17:46:09 > git config core.sparsecheckout # timeout=10 17:46:09 > git checkout -f e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 # timeout=10 17:46:14 Commit message: "fix: Fix panic in unit tests." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:46:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:46:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:46:16 + sudo service docker restart 17:46:16 + true 17:46:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:46:19 ========================================================= 17:46:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:46:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:46:19 + 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 . 17:46:23 Sending build context to Docker daemon 521.2kB 17:46:23 Step 1/7 : ARG BASE=golang:1.15-alpine 17:46:23 Step 2/7 : FROM ${BASE} 17:46:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:46:23 188c0c94c7c5: Pulling fs layer 17:46:23 0ef7d3d256c8: Pulling fs layer 17:46:23 de9db76c5a1d: Pulling fs layer 17:46:23 bca2f99d35d6: Pulling fs layer 17:46:23 93359f2a8cfa: Pulling fs layer 17:46:23 7c6f9722023f: Pulling fs layer 17:46:23 a35cf1a2eb13: Pulling fs layer 17:46:23 bca2f99d35d6: Waiting 17:46:23 93359f2a8cfa: Waiting 17:46:23 7c6f9722023f: Waiting 17:46:23 a35cf1a2eb13: Waiting 17:46:23 de9db76c5a1d: Verifying Checksum 17:46:23 de9db76c5a1d: Download complete 17:46:23 0ef7d3d256c8: Verifying Checksum 17:46:23 0ef7d3d256c8: Download complete 17:46:23 93359f2a8cfa: Verifying Checksum 17:46:23 93359f2a8cfa: Download complete 17:46:23 7c6f9722023f: Download complete 17:46:23 188c0c94c7c5: Verifying Checksum 17:46:23 188c0c94c7c5: Download complete 17:46:24 188c0c94c7c5: Pull complete 17:46:25 0ef7d3d256c8: Pull complete 17:46:26 de9db76c5a1d: Pull complete 17:46:29 a35cf1a2eb13: Verifying Checksum 17:46:29 a35cf1a2eb13: Download complete 17:46:30 bca2f99d35d6: Verifying Checksum 17:46:30 bca2f99d35d6: Download complete 17:46:49 bca2f99d35d6: Pull complete 17:46:49 93359f2a8cfa: Pull complete 17:46:50 7c6f9722023f: Pull complete 17:47:03 a35cf1a2eb13: Pull complete 17:47:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:47:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:47:03 ---> a62c8e92a672 17:47:03 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:47:03 ---> Running in 361c262c7e4b 17:47:03 Removing intermediate container 361c262c7e4b 17:47:03 ---> 62c5e1905c94 17:47:03 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 17:47:03 ---> Running in c301303ac220 17:47:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:47:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:47:06 (1/5) Installing libsodium (1.0.18-r0) 17:47:06 (2/5) Installing libzmq (4.3.3-r0) 17:47:06 (3/5) Installing pkgconf (1.7.2-r0) 17:47:06 (4/5) Installing libsodium-dev (1.0.18-r0) 17:47:07 (5/5) Installing zeromq-dev (4.3.3-r0) 17:47:07 Executing busybox-1.31.1-r19.trigger 17:47:07 OK: 167 MiB in 44 packages 17:47:08 Removing intermediate container c301303ac220 17:47:08 ---> 6a6b76300098 17:47:08 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:47:08 ---> Running in cba64c1ba6a0 17:47:09 Removing intermediate container cba64c1ba6a0 17:47:09 ---> b9112c11dd9e 17:47:09 Step 6/7 : COPY go.mod . 17:47:09 ---> e4a1fa4ecea6 17:47:09 Step 7/7 : RUN go mod download 17:47:09 ---> Running in d7aeb8157e21 17:47:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28727 in /w/workspace/exfoundry_go-mod-messaging_PR-94 [Pipeline] { [Pipeline] ws 17:47:17 Running in /w/workspace/go-mod-messaging/2 [Pipeline] { [Pipeline] checkout 17:47:22 using credential edgex-jenkins-ssh 17:47:22 Cloning the remote Git repository 17:47:22 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 17:47:22 > git init /w/workspace/go-mod-messaging/2 # timeout=10 17:47:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:47:22 > git --version # timeout=10 17:47:22 > git --version # 'git version 2.17.1' 17:47:22 using GIT_SSH to set credentials SSH Credentials for GitHub 17:47:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:47:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 17:47:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 17:47:23 using GIT_SSH to set credentials SSH Credentials for GitHub 17:47:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/94/head:refs/remotes/origin/PR-94 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:47:23 Merging remotes/origin/master commit 9ec3962572cc8d13dd033c954433a26a37bb3d05 into PR head commit e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 17:47:24 Merge succeeded, producing e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 17:47:24 Checking out Revision e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 (PR-94) 17:47:23 > git config core.sparsecheckout # timeout=10 17:47:23 > git checkout -f e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 # timeout=10 17:47:23 > git remote # timeout=10 17:47:23 > git config --get remote.origin.url # timeout=10 17:47:23 using GIT_SSH to set credentials SSH Credentials for GitHub 17:47:23 > git merge 9ec3962572cc8d13dd033c954433a26a37bb3d05 # timeout=10 17:47:23 > git rev-parse HEAD^{commit} # timeout=10 17:47:24 > git config core.sparsecheckout # timeout=10 17:47:24 > git checkout -f e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 # timeout=10 17:47:28 Commit message: "fix: Fix panic in unit tests." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:47:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:47:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:47:30 + true 17:47:30 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 17:47:33 ========================================================= 17:47:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:47:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:47:33 + 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 . 17:47:34 Sending build context to Docker daemon 520.2kB 17:47:34 Step 1/7 : ARG BASE=golang:1.15-alpine 17:47:34 Step 2/7 : FROM ${BASE} 17:47:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:47:35 5f621e34cdf4: Pulling fs layer 17:47:35 a4357932f1b6: Pulling fs layer 17:47:35 18c013af1878: Pulling fs layer 17:47:35 00ac8860ef70: Pulling fs layer 17:47:35 63d7cb157983: Pulling fs layer 17:47:35 b116817d02f9: Pulling fs layer 17:47:35 745a02a5169b: Pulling fs layer 17:47:35 00ac8860ef70: Waiting 17:47:35 63d7cb157983: Waiting 17:47:35 b116817d02f9: Waiting 17:47:35 745a02a5169b: Waiting 17:47:35 18c013af1878: Verifying Checksum 17:47:35 18c013af1878: Download complete 17:47:35 a4357932f1b6: Verifying Checksum 17:47:35 a4357932f1b6: Download complete 17:47:35 63d7cb157983: Download complete 17:47:35 b116817d02f9: Verifying Checksum 17:47:35 b116817d02f9: Download complete 17:47:35 5f621e34cdf4: Verifying Checksum 17:47:35 5f621e34cdf4: Download complete 17:47:36 5f621e34cdf4: Pull complete 17:47:37 a4357932f1b6: Pull complete 17:47:37 18c013af1878: Pull complete 17:47:37 Removing intermediate container d7aeb8157e21 17:47:37 ---> 4e0d38304888 17:47:37 Successfully built 4e0d38304888 17:47:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:47:38 745a02a5169b: Verifying Checksum 17:47:38 745a02a5169b: Download complete 17:47:38 + docker inspect -f . ci-base-image-x86_64 17:47:39 . [Pipeline] withDockerContainer 17:47:39 00ac8860ef70: Verifying Checksum 17:47:39 00ac8860ef70: Download complete 17:47:40 prd-centos7-docker-4c-2g-28725 does not seem to be running inside a container 17:47:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:47:43 $ docker top 98805a9534be85e7c993ba0f33261f5d7d59968303d1ba1980431226b8ade59f -eo pid,comm [Pipeline] { [Pipeline] sh 17:47:44 + go version 17:47:44 go version go1.15.5 linux/amd64 [Pipeline] } 17:47:44 $ docker stop --time=1 98805a9534be85e7c993ba0f33261f5d7d59968303d1ba1980431226b8ade59f 17:47:46 $ docker rm -f 98805a9534be85e7c993ba0f33261f5d7d59968303d1ba1980431226b8ade59f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:47:48 + docker inspect -f . ci-base-image-x86_64 17:47:48 . [Pipeline] withDockerContainer 17:47:48 prd-centos7-docker-4c-2g-28725 does not seem to be running inside a container 17:47:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:47:49 00ac8860ef70: Pull complete 17:47:49 63d7cb157983: Pull complete 17:47:49 b116817d02f9: Pull complete 17:47:50 $ docker top 964622fd5e2c7a8582d182cc1e6248edc8eaadb41c78b003faee081ff66b7b4d -eo pid,comm [Pipeline] { [Pipeline] sh 17:47:51 + make test 17:47:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:47:54 745a02a5169b: Pull complete 17:47:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:47:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:47:54 ---> b7e6874047d6 17:47:54 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:47:56 ---> Running in 5ec6f6d844b8 17:47:57 Removing intermediate container 5ec6f6d844b8 17:47:57 ---> 37922f44fd21 17:47:57 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 17:47:57 ---> Running in 27c1a28b3703 17:47:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:48:00 (1/5) Installing libsodium (1.0.18-r0) 17:48:00 (2/5) Installing libzmq (4.3.3-r0) 17:48:00 (3/5) Installing pkgconf (1.7.2-r0) 17:48:00 (4/5) Installing libsodium-dev (1.0.18-r0) 17:48:00 (5/5) Installing zeromq-dev (4.3.3-r0) 17:48:00 Executing busybox-1.31.1-r19.trigger 17:48:00 OK: 144 MiB in 44 packages 17:48:02 Removing intermediate container 27c1a28b3703 17:48:02 ---> 0e2c14266ebb 17:48:02 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:48:02 ---> Running in 39ae4e1c477c 17:48:02 Removing intermediate container 39ae4e1c477c 17:48:02 ---> 59357f7d0eb0 17:48:02 Step 6/7 : COPY go.mod . 17:48:03 ---> 776d19085761 17:48:03 Step 7/7 : RUN go mod download 17:48:03 ---> Running in 7f39d3f3077f 17:48:10 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 17:48:12 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.035s coverage: 89.9% of statements 17:48:18 Removing intermediate container 7f39d3f3077f 17:48:18 ---> 826f7de5c190 17:48:18 Successfully built 826f7de5c190 17:48:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:48:19 + docker inspect -f . ci-base-image-arm64 17:48:19 . [Pipeline] withDockerContainer 17:48:19 prd-ubuntu18.04-docker-arm64-4c-16g-28727 does not seem to be running inside a container 17:48:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:48:20 $ docker top 4b69c179fc22433645bc49f1161b92afc437754c6450d8354bd265469c173245 -eo pid,comm 17:48:20 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.061s coverage: 77.1% of statements 17:48:20 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] [Pipeline] { [Pipeline] sh 17:48:21 + go version 17:48:21 go version go1.15.5 linux/arm64 [Pipeline] } 17:48:21 $ docker stop --time=1 4b69c179fc22433645bc49f1161b92afc437754c6450d8354bd265469c173245 17:48:23 $ docker rm -f 4b69c179fc22433645bc49f1161b92afc437754c6450d8354bd265469c173245 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:48:24 + docker inspect -f . ci-base-image-arm64 17:48:24 . [Pipeline] withDockerContainer 17:48:24 prd-ubuntu18.04-docker-arm64-4c-16g-28727 does not seem to be running inside a container 17:48:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/2 -v /w/workspace/go-mod-messaging/2:/w/workspace/go-mod-messaging/2:rw,z -v /w/workspace/go-mod-messaging/2@tmp:/w/workspace/go-mod-messaging/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:48:26 $ docker top 0fe8b76a40ede205796cca2fc6b9d96e439b2e1d3fc076108ed6a84b7dbb0d51 -eo pid,comm [Pipeline] { [Pipeline] sh 17:48:27 + make test 17:48:27 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:48:39 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 17:48:45 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.042s coverage: 89.9% of statements 17:48:48 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.576s coverage: 84.1% of statements 17:48:48 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.045s coverage: 85.7% of statements 17:48:48 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.043s coverage: 100.0% of statements 17:48:48 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.025s coverage: 100.0% of statements 17:48:48 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.036s coverage: 90.9% of statements 17:48:48 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:48:48 gofmt -l . 17:48:48 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:48:48 $ docker stop --time=1 964622fd5e2c7a8582d182cc1e6248edc8eaadb41c78b003faee081ff66b7b4d 17:48:50 $ docker rm -f 964622fd5e2c7a8582d182cc1e6248edc8eaadb41c78b003faee081ff66b7b4d [Pipeline] // withDockerContainer [Pipeline] sh 17:48:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:48:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:48:54 ---> job-cost.sh 17:48:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TAyN 17:48:55 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams 0.031s coverage: 77.1% of statements 17:48:55 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/streams/mocks [no test files] 17:49:17 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 20.375s coverage: 84.1% of statements 17:49:17 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.019s coverage: 85.7% of statements 17:49:17 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.041s coverage: 100.0% of statements 17:49:17 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.014s coverage: 100.0% of statements 17:49:17 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.041s coverage: 90.9% of statements 17:49:17 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:49:22 gofmt -l . 17:49:22 [ "`gofmt -l .`" = "" ] 17:49:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] } 17:49:22 $ docker stop --time=1 0fe8b76a40ede205796cca2fc6b9d96e439b2e1d3fc076108ed6a84b7dbb0d51 17:49:24 $ docker rm -f 0fe8b76a40ede205796cca2fc6b9d96e439b2e1d3fc076108ed6a84b7dbb0d51 [Pipeline] // withDockerContainer [Pipeline] sh 17:49:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:49:25 Warning: overwriting stash ‘coverage-report’ 17:49:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:49:27 ---> job-cost.sh 17:49:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-V3ee 17:50:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:50:10 lf-activate-venv(): INFO: Adding /tmp/venv-TAyN/bin to PATH 17:50:10 INFO: No Stack... 17:50:11 INFO: Retrieving Pricing Info for: v1-standard-2 17:50:12 INFO: Archiving Costs [Pipeline] sh 17:50:12 + cat /w/workspace/go-mod-messaging/2/archives/cost.csv 17:50:12 + cut -d, -f6 [Pipeline] lock 17:50:12 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-94-2-stack-cost] 17:50:13 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-94-2-stack-cost] did not exist. Created. 17:50:13 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-94-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:50:13 + echo total: 0.029999999329447746 [Pipeline] stash 17:50:13 Stashed 1 file(s) [Pipeline] } 17:50:13 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-94-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:52:12 lf-activate-venv(): INFO: Adding /tmp/venv-V3ee/bin to PATH 17:52:12 INFO: No Stack... 17:52:12 INFO: Retrieving Pricing Info for: lf-standard-4 17:52:12 INFO: Archiving Costs [Pipeline] sh 17:52:13 + cat /w/workspace/go-mod-messaging/2/archives/cost.csv 17:52:13 + cut -d, -f6 [Pipeline] lock 17:52:13 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-94-2-stack-cost] 17:52:13 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-94-2-stack-cost] did not exist. Created. 17:52:13 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-94-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:52:13 /w/workspace/go-mod-messaging/2@tmp/durable-da7744d7/script.sh: 1: /w/workspace/go-mod-messaging/2@tmp/durable-da7744d7/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:52:14 + echo total: 0.20999999344348907 [Pipeline] stash 17:52:14 Warning: overwriting stash ‘stack-cost’ 17:52:14 Stashed 1 file(s) [Pipeline] } 17:52:14 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-94-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:52:15 provisioning config files... 17:52:15 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-94@tmp/config8995060210198787239tmp [Pipeline] { [Pipeline] sh 17:52:16 + set +x 17:52:16 + curl -s https://codecov.io/bash 17:52:16 + bash -s -- 17:52:16 17:52:16 _____ _ 17:52:16 / ____| | | 17:52:16 | | ___ __| | ___ ___ _____ __ 17:52:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:52:16 | |___| (_) | (_| | __/ (_| (_) \ V / 17:52:16 \_____\___/ \__,_|\___|\___\___/ \_/ 17:52:16 Bash-20210226-7100762 17:52:16 17:52:16 17:52:16 ==> git version 2.24.3 found 17:52:16 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:52:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:52:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:52:16 ==> Jenkins CI detected. 17:52:16 project root: . 17:52:16 --> token set from env 17:52:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:52:16 ==> Running gcov in . (disable via -X gcov) 17:52:16 ==> Python coveragepy not found 17:52:16 ==> Searching for coverage reports in: 17:52:16 + . 17:52:16 -> Found 1 reports 17:52:16 ==> Detecting git/mercurial file structure 17:52:16 ==> Reading reports 17:52:16 + ./coverage.out bytes=21680 17:52:16 ==> Appending adjustments 17:52:16 https://docs.codecov.io/docs/fixing-reports 17:52:16 + Found adjustments 17:52:16 ==> Gzipping contents 17:52:16 8.0K /tmp/codecov.8txjCe.gz 17:52:16 ==> Uploading reports 17:52:16 url: https://codecov.io 17:52:16 query: branch=PR-94&commit=e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-94%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=94&job=&cmd_args= 17:52:16 -> Pinging Codecov 17:52:16 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-94&commit=e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-94%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=94&job=&cmd_args= 17:52:18 -> Uploading to 17:52:18 https://storage.googleapis.com/codecov/v4/raw/2021-03-05/F6E385568367DD0E4001BA4F8F1CB792/e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3/dcf48e9b-233d-4103-bf33-61d37867cf84.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T175218Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=029cc212bbb24b8cddc4aafb6c8eec89694695ca9c808be56a2a27874d77e175 17:52:18 % Total % Received % Xferd Average Speed Time Time Time Current 17:52:18 Dload Upload Total Spent Left Speed 17:52:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5253 0 0 100 5253 0 11569 --:--:-- --:--:-- --:--:-- 11570 17:52:19 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/e647ae67ea49144ec5e09a30f2d2abbb6d0a06b3 [Pipeline] } 17:52:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:52:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:52:22 ---> package-listing.sh 17:52:22 ++ facter osfamily 17:52:22 ++ tr '[:upper:]' '[:lower:]' 17:52:22 + OS_FAMILY=redhat 17:52:22 + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-94 17:52:22 + START_PACKAGES=/tmp/packages_start.txt 17:52:22 + END_PACKAGES=/tmp/packages_end.txt 17:52:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:52:22 + PACKAGES=/tmp/packages_start.txt 17:52:22 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-94 ']' 17:52:22 + PACKAGES=/tmp/packages_end.txt 17:52:22 + case "${OS_FAMILY}" in 17:52:22 + rpm -qa 17:52:22 + sort 17:52:27 + '[' -f /tmp/packages_start.txt ']' 17:52:27 + '[' -f /tmp/packages_end.txt ']' 17:52:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:52:27 + '[' /w/workspace/exfoundry_go-mod-messaging_PR-94 ']' 17:52:27 + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-94/archives/ 17:52:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-94/archives/ [Pipeline] echo 17:52:27 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/exfoundry_go-mod-messaging_PR-94/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:52:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:52:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:52:27 17:52:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:52:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:52:28 alpine: Pulling from edgex-lftools-log-publisher 17:52:28 df20fa9351a1: Pulling fs layer 17:52:28 36b3adc4ff6f: Pulling fs layer 17:52:28 8ad3a11d3b57: Pulling fs layer 17:52:28 46f8f816bc3b: Pulling fs layer 17:52:28 93b61091891f: Pulling fs layer 17:52:28 93b9cdb0e59b: Pulling fs layer 17:52:28 5e14af77c1be: Pulling fs layer 17:52:28 01666e4c0597: Pulling fs layer 17:52:28 aa168da1d23b: Pulling fs layer 17:52:28 93b9cdb0e59b: Waiting 17:52:28 5e14af77c1be: Waiting 17:52:28 46f8f816bc3b: Waiting 17:52:28 01666e4c0597: Waiting 17:52:28 aa168da1d23b: Waiting 17:52:28 93b61091891f: Waiting 17:52:28 36b3adc4ff6f: Verifying Checksum 17:52:28 36b3adc4ff6f: Download complete 17:52:28 46f8f816bc3b: Download complete 17:52:28 df20fa9351a1: Download complete 17:52:28 93b9cdb0e59b: Verifying Checksum 17:52:28 93b9cdb0e59b: Download complete 17:52:28 93b61091891f: Verifying Checksum 17:52:28 93b61091891f: Download complete 17:52:28 5e14af77c1be: Download complete 17:52:28 01666e4c0597: Verifying Checksum 17:52:28 01666e4c0597: Download complete 17:52:28 df20fa9351a1: Pull complete 17:52:29 36b3adc4ff6f: Pull complete 17:52:29 8ad3a11d3b57: Download complete 17:52:30 8ad3a11d3b57: Pull complete 17:52:30 46f8f816bc3b: Pull complete 17:52:30 93b61091891f: Pull complete 17:52:31 aa168da1d23b: Verifying Checksum 17:52:31 aa168da1d23b: Download complete 17:52:31 93b9cdb0e59b: Pull complete 17:52:31 5e14af77c1be: Pull complete 17:52:31 01666e4c0597: Pull complete 17:52:38 aa168da1d23b: Pull complete 17:52:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:52:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:52:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:52:38 prd-centos7-docker-4c-2g-28724 does not seem to be running inside a container 17:52:38 $ 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/exfoundry_go-mod-messaging_PR-94/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_go-mod-messaging_PR-94 -v /w/workspace/exfoundry_go-mod-messaging_PR-94:/w/workspace/exfoundry_go-mod-messaging_PR-94:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-94@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-94@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:52:41 $ docker top f093ae6647e72b3ae39bb3cbfc5710756f2cdb3b73f2cb12e89ed5d7185eae83 -eo pid,comm [Pipeline] { [Pipeline] sh 17:52:42 + touch /tmp/pre-build-complete [Pipeline] sh 17:52:42 + mkdir -p /var/log/sa [Pipeline] sh 17:52:43 + ls /var/log/sa-host 17:52:43 + sadf -c /var/log/sa-host/sa05 17:52:43 file_magic: OK 17:52:43 HZ: Using current value: 100 17:52:43 file_header: OK 17:52:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:52:43 Statistics: 17:52:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:52:43 File successfully converted to sysstat format version 12.2.1 17:52:43 + sadf -c /var/log/sa-host/sa23 17:52:43 file_magic: OK 17:52:43 HZ: Using current value: 100 17:52:43 file_header: OK 17:52:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:52:43 Statistics: 17:52:43 Hnuu...uuuununununu... 17:52:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:52:43 provisioning config files... 17:52:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-94@tmp/config3557936525479366000tmp [Pipeline] { [Pipeline] echo 17:52:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:52:43 ---> create-netrc.sh [Pipeline] } 17:52:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:52:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:52:44 ---> python-tools-install.sh [Pipeline] echo 17:52:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:52:44 ---> sudo-logs.sh 17:52:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:52:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:52:45 ---> job-cost.sh 17:52:45 lf-activate-venv: SKIPPING 17:52:45 DEBUG: total: 0.20999999344348907 17:52:45 INFO: Retrieving Stack Cost... 17:52:45 INFO: Retrieving Pricing Info for: v1-standard-2 17:52:46 INFO: Archiving Costs [Pipeline] echo 17:52:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:52:46 ---> logs-deploy.sh 17:52:46 lf-activate-venv: SKIPPING 17:52:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-94/2 17:52:46 INFO: archiving workspace using pattern(s): 17:52:48 Archives upload complete. 17:52:48 INFO: archiving logs to Nexus 17:52:50 ---> uname -a: 17:52:50 Linux prd-centos7-docker-4c-2g-28724.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:52:50 17:52:50 17:52:50 ---> lscpu: 17:52:50 Architecture: x86_64 17:52:50 CPU op-mode(s): 32-bit, 64-bit 17:52:50 Byte Order: Little Endian 17:52:50 Address sizes: 40 bits physical, 48 bits virtual 17:52:50 CPU(s): 4 17:52:50 On-line CPU(s) list: 0-3 17:52:50 Thread(s) per core: 1 17:52:50 Core(s) per socket: 1 17:52:50 Socket(s): 4 17:52:50 NUMA node(s): 1 17:52:50 Vendor ID: GenuineIntel 17:52:50 CPU family: 6 17:52:50 Model: 44 17:52:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:52:50 Stepping: 1 17:52:50 CPU MHz: 2933.436 17:52:50 BogoMIPS: 5866.87 17:52:50 Virtualization: VT-x 17:52:50 Hypervisor vendor: KVM 17:52:50 Virtualization type: full 17:52:50 L1d cache: 128 KiB 17:52:50 L1i cache: 128 KiB 17:52:50 L2 cache: 16 MiB 17:52:50 L3 cache: 64 MiB 17:52:50 NUMA node0 CPU(s): 0-3 17:52:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:52:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:52:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:52:50 Vulnerability Meltdown: Mitigation; PTI 17:52:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:52:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:52:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:52:50 Vulnerability Srbds: Not affected 17:52:50 Vulnerability Tsx async abort: Not affected 17:52:50 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:52:50 17:52:50 17:52:50 ---> nproc: 17:52:50 4 17:52:50 17:52:50 17:52:50 ---> df -h: 17:52:50 Filesystem Size Used Available Use% Mounted on 17:52:50 overlay 50.0G 7.3G 42.7G 15% / 17:52:50 tmpfs 64.0M 0 64.0M 0% /dev 17:52:50 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:52:50 shm 64.0M 0 64.0M 0% /dev/shm 17:52:50 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 17:52:50 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 17:52:50 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 17:52:50 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 17:52:50 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 17:52:50 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 17:52:50 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 17:52:50 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-94 17:52:50 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/exfoundry_go-mod-messaging_PR-94@tmp 17:52:50 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 17:52:50 17:52:50 17:52:50 ---> free -m: 17:52:50 total used free shared buff/cache available 17:52:50 Mem: 1837 730 101 0 1004 1001 17:52:50 Swap: 1023 0 1023 17:52:50 17:52:50 17:52:50 ---> ip addr: 17:52:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:52:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:52:50 inet 127.0.0.1/8 scope host lo 17:52:50 valid_lft forever preferred_lft forever 17:52:50 inet6 ::1/128 scope host 17:52:50 valid_lft forever preferred_lft forever 17:52:50 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:52:50 link/ether fa:16:3e:48:32:1b brd ff:ff:ff:ff:ff:ff 17:52:50 inet 10.30.122.137/23 brd 10.30.123.255 scope global dynamic eth0 17:52:50 valid_lft 85888sec preferred_lft 85888sec 17:52:50 inet6 fe80::f816:3eff:fe48:321b/64 scope link 17:52:50 valid_lft forever preferred_lft forever 17:52:50 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:52:50 link/ether 02:42:d9:4c:62:db brd ff:ff:ff:ff:ff:ff 17:52:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:52:50 valid_lft forever preferred_lft forever 17:52:50 inet6 fe80::42:d9ff:fe4c:62db/64 scope link 17:52:50 valid_lft forever preferred_lft forever 17:52:50 17:52:50 17:52:50 ---> sar -b -r -n DEV: 17:52:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 17:52:50 17:52:50 17:44:06 LINUX RESTART (4 CPU) 17:52:50 17:52:50 17:45:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:52:50 17:46:01 16.74 5.21 11.53 0.00 1121.11 833.38 0.00 17:52:50 17:47:01 1.63 0.00 1.63 0.00 0.00 30.72 0.00 17:52:50 17:48:01 0.28 0.00 0.28 0.00 0.00 4.01 0.00 17:52:50 17:49:01 0.23 0.00 0.23 0.00 0.00 3.05 0.00 17:52:50 17:50:01 0.22 0.00 0.22 0.00 0.00 2.48 0.00 17:52:50 17:51:01 0.37 0.00 0.37 0.00 0.00 4.56 0.00 17:52:50 17:52:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 17:52:50 Average: 2.78 0.73 2.05 0.00 157.91 124.19 0.00 17:52:50 17:52:50 17:45:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:52:50 17:46:01 141324 0 628212 33.39 2620 1109388 1103984 37.68 438928 1102976 20 17:52:50 17:47:01 147168 0 622364 33.08 2620 1109392 1080708 36.88 436956 1099860 12 17:52:50 17:48:01 145028 0 624496 33.19 2620 1109400 1080876 36.89 438264 1101136 8 17:52:50 17:49:01 145964 0 623560 33.14 2620 1109400 1080708 36.88 446804 1091776 8 17:52:50 17:50:01 144676 0 624840 33.21 2620 1109408 1080768 36.88 446384 1093688 12 17:52:50 17:51:01 145120 0 624392 33.19 2620 1109412 1080708 36.88 447892 1091760 12 17:52:50 17:52:01 144652 0 624856 33.21 2620 1109416 1080756 36.88 448264 1091756 16 17:52:50 Average: 144847 0 624674 33.20 2620 1109402 1084073 37.00 443356 1096136 13 17:52:50 17:52:50 17:45:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:52:50 17:46:01 eth0 32.55 25.72 27.41 28.90 0.00 0.00 0.00 0.00 17:52:50 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:46:01 docker0 1.17 1.02 0.35 2.99 0.00 0.00 0.00 0.00 17:52:50 17:47:01 eth0 0.72 0.08 0.06 0.04 0.00 0.00 0.00 0.00 17:52:50 17:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:48:01 eth0 0.55 0.40 0.27 0.21 0.00 0.00 0.00 0.00 17:52:50 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:49:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:50:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 17:52:50 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:52:50 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:52:01 eth0 0.22 0.20 0.07 0.01 0.00 0.00 0.00 0.00 17:52:50 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 Average: eth0 4.85 3.76 3.93 4.12 0.00 0.00 0.00 0.00 17:52:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:52:50 Average: docker0 0.16 0.14 0.05 0.42 0.00 0.00 0.00 0.00 17:52:50 17:52:50 17:52:50 ---> sar -P ALL: 17:52:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 17:52:50 17:52:50 17:44:06 LINUX RESTART (4 CPU) 17:52:50 17:52:50 17:45:02 CPU %user %nice %system %iowait %steal %idle 17:52:50 17:46:01 all 1.59 0.00 1.05 0.26 0.05 97.05 17:52:50 17:46:01 0 1.39 0.00 1.00 0.22 0.03 97.35 17:52:50 17:46:01 1 1.65 0.00 1.14 0.12 0.07 97.02 17:52:50 17:46:01 2 1.73 0.00 0.88 0.54 0.03 96.81 17:52:50 17:46:01 3 1.56 0.00 1.19 0.14 0.07 97.04 17:52:50 17:47:01 all 0.16 0.00 0.05 0.00 0.00 99.79 17:52:50 17:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:52:50 17:47:01 1 0.53 0.00 0.07 0.00 0.00 99.40 17:52:50 17:47:01 2 0.08 0.00 0.07 0.00 0.00 99.85 17:52:50 17:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 17:52:50 17:48:01 all 0.14 0.00 0.09 0.00 0.03 99.74 17:52:50 17:48:01 0 0.28 0.00 0.08 0.00 0.05 99.58 17:52:50 17:48:01 1 0.12 0.00 0.08 0.00 0.03 99.77 17:52:50 17:48:01 2 0.10 0.00 0.12 0.00 0.03 99.75 17:52:50 17:48:01 3 0.05 0.00 0.07 0.00 0.02 99.87 17:52:50 17:49:01 all 0.12 0.00 0.05 0.00 0.02 99.81 17:52:50 17:49:01 0 0.37 0.00 0.05 0.00 0.00 99.58 17:52:50 17:49:01 1 0.07 0.00 0.05 0.00 0.03 99.85 17:52:50 17:49:01 2 0.03 0.00 0.07 0.00 0.05 99.85 17:52:50 17:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:52:50 17:50:01 all 0.18 0.00 0.06 0.00 0.03 99.73 17:52:50 17:50:01 0 0.52 0.00 0.08 0.00 0.03 99.37 17:52:50 17:50:01 1 0.08 0.00 0.05 0.00 0.03 99.83 17:52:50 17:50:01 2 0.07 0.00 0.05 0.00 0.03 99.85 17:52:50 17:50:01 3 0.03 0.00 0.05 0.00 0.03 99.88 17:52:50 17:51:01 all 0.15 0.00 0.05 0.00 0.01 99.78 17:52:50 17:51:01 0 0.50 0.00 0.03 0.00 0.02 99.45 17:52:50 17:51:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:52:50 17:51:01 2 0.07 0.00 0.10 0.00 0.02 99.82 17:52:50 17:51:01 3 0.00 0.00 0.02 0.00 0.02 99.97 17:52:50 17:52:01 all 0.17 0.00 0.05 0.00 0.01 99.78 17:52:50 17:52:01 0 0.52 0.00 0.05 0.00 0.00 99.43 17:52:50 17:52:01 1 0.07 0.00 0.05 0.00 0.02 99.87 17:52:50 17:52:01 2 0.07 0.00 0.07 0.00 0.02 99.85 17:52:50 17:52:01 3 0.02 0.00 0.02 0.00 0.02 99.95 17:52:50 Average: all 0.35 0.00 0.20 0.04 0.02 99.39 17:52:50 Average: 0 0.51 0.00 0.19 0.03 0.02 99.25 17:52:50 Average: 1 0.36 0.00 0.21 0.02 0.03 99.38 17:52:50 Average: 2 0.30 0.00 0.19 0.08 0.03 99.40 17:52:50 Average: 3 0.24 0.00 0.20 0.02 0.02 99.53 17:52:50 17:52:50 17:52:50