Pull request #48 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 AnthonyMBonafide for edgexfoundry/go-mod-messaging Obtained Jenkinsfile from 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd+46ec339d38a6c534561391a7c694d90b2cf27fe2 (76c50fb76eac2195d7ad3ceb38838665909a13a8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision 1d71b05254bfc0fbe0fb6584ed6821814debb2bc using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision 1d71b05254bfc0fbe0fb6584ed6821814debb2bc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1d71b05254bfc0fbe0fb6584ed6821814debb2bc # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SEMVER_BUMP_LEVEL: patch GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] node Running on prd-centos7-docker-4c-2g-2460 in /w/workspace/exfoundry_go-mod-messaging_PR-48 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/exfoundry_go-mod-messaging_PR-48 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/48/head:refs/remotes/origin/PR-48 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 46ec339d38a6c534561391a7c694d90b2cf27fe2 into PR head commit 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd Merge succeeded, producing 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd Checking out Revision 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd (PR-48) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/48/head:refs/remotes/origin/PR-48 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/48/head:refs/remotes/origin/PR-48 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd # 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 46ec339d38a6c534561391a7c694d90b2cf27fe2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd # timeout=10 Commit message: "Add TLS Support For MQTT Client" First time build. Skipping changelog. > git rev-list --no-walk c5c78fba1c6ed3e45dfabea869f78d4d1cab45aa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-05T17:17:31.960Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-03-05T17:17:34.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-05T17:17:34.098Z] [2020-03-05T17:17:34.098Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-05T17:17:34.452Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-05T17:17:34.452Z] latest: Pulling from edgex-devops/git-semver [2020-03-05T17:17:34.452Z] 9123ac7c32f7: Pulling fs layer [2020-03-05T17:17:34.452Z] b8cc5d1170e3: Pulling fs layer [2020-03-05T17:17:34.452Z] 2924cbbf6a41: Pulling fs layer [2020-03-05T17:17:34.452Z] 93b08a4f1073: Pulling fs layer [2020-03-05T17:17:34.452Z] b8cc5d1170e3: Verifying Checksum [2020-03-05T17:17:34.452Z] b8cc5d1170e3: Download complete [2020-03-05T17:17:34.713Z] 9123ac7c32f7: Download complete [2020-03-05T17:17:34.713Z] 93b08a4f1073: Verifying Checksum [2020-03-05T17:17:34.713Z] 93b08a4f1073: Download complete [2020-03-05T17:17:34.713Z] 2924cbbf6a41: Download complete [2020-03-05T17:17:34.974Z] 9123ac7c32f7: Pull complete [2020-03-05T17:17:34.974Z] b8cc5d1170e3: Pull complete [2020-03-05T17:17:35.921Z] 2924cbbf6a41: Pull complete [2020-03-05T17:17:35.921Z] 93b08a4f1073: Pull complete [2020-03-05T17:17:35.921Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-05T17:17:35.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-05T17:17:36.073Z] prd-centos7-docker-4c-2g-2460 does not seem to be running inside a container [2020-03-05T17:17:36.125Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-48 -v /w/workspace/exfoundry_go-mod-messaging_PR-48:/w/workspace/exfoundry_go-mod-messaging_PR-48:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-48@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-48@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-03-05T17:17:36.746Z] $ docker top 5e1a7f4d79565232eceb99b618276abe1b68b3c9a479f141d81c5e10f99d8dc6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-05T17:17:37.509Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-05T17:17:37.509Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-05T17:17:37.753Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-05T17:17:37.757Z] $ docker exec 5e1a7f4d79565232eceb99b618276abe1b68b3c9a479f141d81c5e10f99d8dc6 ssh-agent [2020-03-05T17:17:37.939Z] SSH_AUTH_SOCK=/tmp/ssh-IUFrii5hK3Xj/agent.15 [2020-03-05T17:17:37.939Z] SSH_AGENT_PID=22 [2020-03-05T17:17:37.949Z] Running ssh-add (command line suppressed) [2020-03-05T17:17:38.099Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-48@tmp/private_key_4644619122331441228.key (/w/workspace/exfoundry_go-mod-messaging_PR-48@tmp/private_key_4644619122331441228.key) [2020-03-05T17:17:38.146Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-05T17:17:38.470Z] + git describe --exact-match --tags HEAD [2020-03-05T17:17:38.471Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-05T17:17:38.538Z] $ docker exec --env ******** --env ******** 5e1a7f4d79565232eceb99b618276abe1b68b3c9a479f141d81c5e10f99d8dc6 ssh-agent -k [2020-03-05T17:17:38.684Z] unset SSH_AUTH_SOCK; [2020-03-05T17:17:38.685Z] unset SSH_AGENT_PID; [2020-03-05T17:17:38.685Z] echo Agent pid 22 killed; [2020-03-05T17:17:38.716Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-05T17:17:38.827Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-05T17:17:38.827Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-05T17:17:38.908Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-05T17:17:38.908Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-05T17:17:39.107Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-05T17:17:39.114Z] $ docker exec 5e1a7f4d79565232eceb99b618276abe1b68b3c9a479f141d81c5e10f99d8dc6 ssh-agent [2020-03-05T17:17:39.291Z] SSH_AUTH_SOCK=/tmp/ssh-LoozXjSRhZ6P/agent.58 [2020-03-05T17:17:39.291Z] SSH_AGENT_PID=64 [2020-03-05T17:17:39.297Z] Running ssh-add (command line suppressed) [2020-03-05T17:17:39.438Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-48@tmp/private_key_1615692099377307866.key (/w/workspace/exfoundry_go-mod-messaging_PR-48@tmp/private_key_1615692099377307866.key) [2020-03-05T17:17:39.482Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-05T17:17:39.817Z] + git semver init [2020-03-05T17:17:39.817Z] # -> Open(): unable to determine branch for HEAD [2020-03-05T17:17:39.817Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-48/.git [2020-03-05T17:17:39.817Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-48 [2020-03-05T17:17:39.817Z] # $SEMVER_REMOTE_NAME = origin [2020-03-05T17:17:39.817Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-05T17:17:39.817Z] # $SEMVER_USER_NAME = jenkins [2020-03-05T17:17:39.817Z] # $SEMVER_BRANCH = PR-48 [2020-03-05T17:17:39.817Z] # $SEMVER_TEMP = /tmp/semver-428649729 [2020-03-05T17:17:39.817Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2020-03-05T17:17:40.079Z] # '/tmp/semver-428649729' -> '/w/workspace/exfoundry_go-mod-messaging_PR-48/.semver' [2020-03-05T17:17:40.079Z] # -> Force: false [2020-03-05T17:17:40.079Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-48/.semver [Pipeline] } [2020-03-05T17:17:40.089Z] $ docker exec --env ******** --env ******** 5e1a7f4d79565232eceb99b618276abe1b68b3c9a479f141d81c5e10f99d8dc6 ssh-agent -k [2020-03-05T17:17:40.236Z] unset SSH_AUTH_SOCK; [2020-03-05T17:17:40.237Z] unset SSH_AGENT_PID; [2020-03-05T17:17:40.237Z] echo Agent pid 64 killed; [2020-03-05T17:17:40.273Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-05T17:17:40.722Z] + git semver [Pipeline] } [2020-03-05T17:17:40.735Z] $ docker stop --time=1 5e1a7f4d79565232eceb99b618276abe1b68b3c9a479f141d81c5e10f99d8dc6 [2020-03-05T17:17:42.064Z] $ docker rm -f 5e1a7f4d79565232eceb99b618276abe1b68b3c9a479f141d81c5e10f99d8dc6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-05T17:17:42.728Z] Stashed 30 file(s) [Pipeline] echo [2020-03-05T17:17:42.730Z] [edgeXSemver] initialized semver on version 0.0.0 [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 [2020-03-05T17:17:57.969Z] Still waiting to schedule task [2020-03-05T17:17:57.969Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-03-05T17:17:57.971Z] Still waiting to schedule task [2020-03-05T17:17:57.971Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2453’ [2020-03-05T17:21:35.372Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2461 in /w/workspace/exfoundry_go-mod-messaging_PR-48 [Pipeline] { [Pipeline] ws [2020-03-05T17:21:35.472Z] Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout [2020-03-05T17:21:41.181Z] using credential edgex-jenkins-ssh [2020-03-05T17:21:41.230Z] Cloning the remote Git repository [2020-03-05T17:21:41.231Z] Cloning with configured refspecs honoured and without tags [2020-03-05T17:21:41.314Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-03-05T17:21:41.401Z] > git init /w/workspace/go-mod-messaging/3 # timeout=10 [2020-03-05T17:21:41.477Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-03-05T17:21:41.478Z] > git --version # timeout=10 [2020-03-05T17:21:41.511Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-05T17:21:41.587Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/48/head:refs/remotes/origin/PR-48 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-05T17:21:42.289Z] Fetching without tags [2020-03-05T17:21:42.792Z] Merging remotes/origin/master commit 46ec339d38a6c534561391a7c694d90b2cf27fe2 into PR head commit 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd [2020-03-05T17:21:43.040Z] Merge succeeded, producing 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd [2020-03-05T17:21:43.041Z] Checking out Revision 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd (PR-48) [2020-03-05T17:21:42.203Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-03-05T17:21:42.227Z] > git config --add remote.origin.fetch +refs/pull/48/head:refs/remotes/origin/PR-48 # timeout=10 [2020-03-05T17:21:42.255Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-05T17:21:42.278Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-03-05T17:21:42.324Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-03-05T17:21:42.325Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-05T17:21:42.340Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/48/head:refs/remotes/origin/PR-48 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-05T17:21:42.830Z] > git config core.sparsecheckout # timeout=10 [2020-03-05T17:21:42.856Z] > git checkout -f 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd # timeout=10 [2020-03-05T17:21:42.951Z] > git remote # timeout=10 [2020-03-05T17:21:42.968Z] > git config --get remote.origin.url # timeout=10 [2020-03-05T17:21:42.997Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-05T17:21:43.008Z] > git merge 46ec339d38a6c534561391a7c694d90b2cf27fe2 # timeout=10 [2020-03-05T17:21:43.032Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-05T17:21:43.065Z] > git config core.sparsecheckout # timeout=10 [2020-03-05T17:21:43.152Z] > git checkout -f 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd # timeout=10 [2020-03-05T17:21:47.551Z] Commit message: "Add TLS Support For MQTT Client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-05T17:21:48.561Z] ========================================================= [2020-03-05T17:21:48.561Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-03-05T17:21:48.561Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-05T17:21:49.677Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-03-05T17:21:50.645Z] Sending build context to Docker daemon 411.1kB [2020-03-05T17:21:50.645Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-03-05T17:21:50.645Z] Step 2/7 : FROM ${BASE} [2020-03-05T17:21:50.917Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-05T17:21:50.917Z] cde5963f3b93: Pulling fs layer [2020-03-05T17:21:50.917Z] 2a23fa8c16f7: Pulling fs layer [2020-03-05T17:21:50.917Z] 777b28850792: Pulling fs layer [2020-03-05T17:21:50.917Z] 8a11ddd9e578: Pulling fs layer [2020-03-05T17:21:50.917Z] 4cf88f913ddb: Pulling fs layer [2020-03-05T17:21:50.917Z] 1df406cf5192: Pulling fs layer [2020-03-05T17:21:50.917Z] cd6300453558: Pulling fs layer [2020-03-05T17:21:50.917Z] b9c365052c96: Pulling fs layer [2020-03-05T17:21:50.917Z] a2d8cc88f415: Pulling fs layer [2020-03-05T17:21:50.917Z] ea1d1ca13537: Pulling fs layer [2020-03-05T17:21:50.917Z] 3750a50a1c5e: Pulling fs layer [2020-03-05T17:21:50.917Z] 4cf88f913ddb: Waiting [2020-03-05T17:21:50.917Z] 1df406cf5192: Waiting [2020-03-05T17:21:50.917Z] cd6300453558: Waiting [2020-03-05T17:21:50.917Z] b9c365052c96: Waiting [2020-03-05T17:21:50.917Z] a2d8cc88f415: Waiting [2020-03-05T17:21:50.917Z] ea1d1ca13537: Waiting [2020-03-05T17:21:50.917Z] 3750a50a1c5e: Waiting [2020-03-05T17:21:50.917Z] 8a11ddd9e578: Waiting [2020-03-05T17:21:50.917Z] 777b28850792: Verifying Checksum [2020-03-05T17:21:50.917Z] 777b28850792: Download complete [2020-03-05T17:21:50.917Z] 2a23fa8c16f7: Verifying Checksum [2020-03-05T17:21:50.917Z] 2a23fa8c16f7: Download complete [2020-03-05T17:21:50.917Z] 4cf88f913ddb: Verifying Checksum [2020-03-05T17:21:50.917Z] 4cf88f913ddb: Download complete [2020-03-05T17:21:50.917Z] 1df406cf5192: Verifying Checksum [2020-03-05T17:21:50.917Z] 1df406cf5192: Download complete [2020-03-05T17:21:51.189Z] cde5963f3b93: Verifying Checksum [2020-03-05T17:21:52.163Z] cde5963f3b93: Pull complete [2020-03-05T17:21:52.754Z] 2a23fa8c16f7: Pull complete [2020-03-05T17:21:53.026Z] 777b28850792: Pull complete [2020-03-05T17:21:55.640Z] cd6300453558: Verifying Checksum [2020-03-05T17:21:55.640Z] cd6300453558: Download complete [2020-03-05T17:21:55.640Z] a2d8cc88f415: Verifying Checksum [2020-03-05T17:21:55.640Z] a2d8cc88f415: Download complete [2020-03-05T17:21:57.599Z] ea1d1ca13537: Verifying Checksum [2020-03-05T17:21:57.599Z] ea1d1ca13537: Download complete [2020-03-05T17:21:57.866Z] 3750a50a1c5e: Verifying Checksum [2020-03-05T17:21:57.866Z] 3750a50a1c5e: Download complete [2020-03-05T17:21:59.850Z] Running on prd-centos7-docker-4c-2g-2462 in /w/workspace/exfoundry_go-mod-messaging_PR-48 [Pipeline] { [Pipeline] ws [2020-03-05T17:21:59.890Z] Running in /w/workspace/go-mod-messaging/3 [Pipeline] { [Pipeline] checkout [2020-03-05T17:22:00.446Z] b9c365052c96: Verifying Checksum [2020-03-05T17:22:00.446Z] b9c365052c96: Download complete [2020-03-05T17:22:02.152Z] using credential edgex-jenkins-ssh [2020-03-05T17:22:02.199Z] Cloning the remote Git repository [2020-03-05T17:22:02.199Z] Cloning with configured refspecs honoured and without tags [2020-03-05T17:22:02.225Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-03-05T17:22:02.266Z] > git init /w/workspace/go-mod-messaging/3 # timeout=10 [2020-03-05T17:22:02.319Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-03-05T17:22:02.319Z] > git --version # timeout=10 [2020-03-05T17:22:02.325Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-05T17:22:02.362Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/48/head:refs/remotes/origin/PR-48 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-05T17:22:02.399Z] 8a11ddd9e578: Download complete [2020-03-05T17:22:03.254Z] Fetching without tags [2020-03-05T17:22:03.223Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-03-05T17:22:03.229Z] > git config --add remote.origin.fetch +refs/pull/48/head:refs/remotes/origin/PR-48 # timeout=10 [2020-03-05T17:22:03.234Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-05T17:22:03.248Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-03-05T17:22:03.258Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-03-05T17:22:03.258Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-05T17:22:03.262Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/48/head:refs/remotes/origin/PR-48 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-05T17:22:03.920Z] Merging remotes/origin/master commit 46ec339d38a6c534561391a7c694d90b2cf27fe2 into PR head commit 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd [2020-03-05T17:22:03.992Z] Merge succeeded, producing 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd [2020-03-05T17:22:03.993Z] Checking out Revision 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd (PR-48) [2020-03-05T17:22:03.925Z] > git config core.sparsecheckout # timeout=10 [2020-03-05T17:22:03.930Z] > git checkout -f 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd # timeout=10 [2020-03-05T17:22:03.961Z] > git remote # timeout=10 [2020-03-05T17:22:03.968Z] > git config --get remote.origin.url # timeout=10 [2020-03-05T17:22:03.973Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-05T17:22:03.977Z] > git merge 46ec339d38a6c534561391a7c694d90b2cf27fe2 # timeout=10 [2020-03-05T17:22:03.985Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-05T17:22:03.993Z] > git config core.sparsecheckout # timeout=10 [2020-03-05T17:22:03.999Z] > git checkout -f 32cc3cca62b24c83b0e0b8c0b9fe8266869694bd # timeout=10 [2020-03-05T17:22:07.956Z] Commit message: "Add TLS Support For MQTT Client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-05T17:22:08.633Z] ========================================================= [2020-03-05T17:22:08.633Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-03-05T17:22:08.633Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-05T17:22:09.259Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-03-05T17:22:09.519Z] Sending build context to Docker daemon 411.1kB [2020-03-05T17:22:09.519Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-03-05T17:22:09.519Z] Step 2/7 : FROM ${BASE} [2020-03-05T17:22:09.519Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-05T17:22:09.519Z] e6b0cf9c0882: Pulling fs layer [2020-03-05T17:22:09.519Z] 2848faf0eed1: Pulling fs layer [2020-03-05T17:22:09.519Z] 0f37312ad70f: Pulling fs layer [2020-03-05T17:22:09.519Z] 5788d62ee057: Pulling fs layer [2020-03-05T17:22:09.519Z] 0e6b1d234666: Pulling fs layer [2020-03-05T17:22:09.519Z] bf5d7aec512f: Pulling fs layer [2020-03-05T17:22:09.519Z] 34c802a77dc8: Pulling fs layer [2020-03-05T17:22:09.519Z] 9eb99e56ec68: Pulling fs layer [2020-03-05T17:22:09.519Z] 27c7a5d97fbd: Pulling fs layer [2020-03-05T17:22:09.519Z] 5c102a31e300: Pulling fs layer [2020-03-05T17:22:09.519Z] dcfb455df0a1: Pulling fs layer [2020-03-05T17:22:09.519Z] 34c802a77dc8: Waiting [2020-03-05T17:22:09.519Z] 9eb99e56ec68: Waiting [2020-03-05T17:22:09.519Z] 5788d62ee057: Waiting [2020-03-05T17:22:09.519Z] 0e6b1d234666: Waiting [2020-03-05T17:22:09.519Z] 27c7a5d97fbd: Waiting [2020-03-05T17:22:09.519Z] bf5d7aec512f: Waiting [2020-03-05T17:22:09.519Z] 5c102a31e300: Waiting [2020-03-05T17:22:09.789Z] 0f37312ad70f: Verifying Checksum [2020-03-05T17:22:09.789Z] 0f37312ad70f: Download complete [2020-03-05T17:22:09.789Z] 2848faf0eed1: Download complete [2020-03-05T17:22:09.789Z] 0e6b1d234666: Verifying Checksum [2020-03-05T17:22:09.789Z] 0e6b1d234666: Download complete [2020-03-05T17:22:09.789Z] bf5d7aec512f: Verifying Checksum [2020-03-05T17:22:09.789Z] bf5d7aec512f: Download complete [2020-03-05T17:22:09.789Z] e6b0cf9c0882: Verifying Checksum [2020-03-05T17:22:09.789Z] e6b0cf9c0882: Download complete [2020-03-05T17:22:10.054Z] e6b0cf9c0882: Pull complete [2020-03-05T17:22:10.652Z] 34c802a77dc8: Verifying Checksum [2020-03-05T17:22:10.652Z] 34c802a77dc8: Download complete [2020-03-05T17:22:10.652Z] 27c7a5d97fbd: Verifying Checksum [2020-03-05T17:22:10.652Z] 27c7a5d97fbd: Download complete [2020-03-05T17:22:11.227Z] 5c102a31e300: Verifying Checksum [2020-03-05T17:22:11.228Z] 5c102a31e300: Download complete [2020-03-05T17:22:11.228Z] dcfb455df0a1: Verifying Checksum [2020-03-05T17:22:11.228Z] dcfb455df0a1: Download complete [2020-03-05T17:22:11.492Z] 9eb99e56ec68: Verifying Checksum [2020-03-05T17:22:11.492Z] 9eb99e56ec68: Download complete [2020-03-05T17:22:11.492Z] 5788d62ee057: Verifying Checksum [2020-03-05T17:22:11.492Z] 5788d62ee057: Download complete [2020-03-05T17:22:12.427Z] 2848faf0eed1: Pull complete [2020-03-05T17:22:12.427Z] 0f37312ad70f: Pull complete [2020-03-05T17:22:14.736Z] 8a11ddd9e578: Pull complete [2020-03-05T17:22:14.736Z] 4cf88f913ddb: Pull complete [2020-03-05T17:22:14.736Z] 1df406cf5192: Pull complete [2020-03-05T17:22:17.717Z] 5788d62ee057: Pull complete [2020-03-05T17:22:17.717Z] 0e6b1d234666: Pull complete [2020-03-05T17:22:17.717Z] bf5d7aec512f: Pull complete [2020-03-05T17:22:19.026Z] cd6300453558: Pull complete [2020-03-05T17:22:24.300Z] 34c802a77dc8: Pull complete [2020-03-05T17:22:24.390Z] b9c365052c96: Pull complete [2020-03-05T17:22:24.390Z] a2d8cc88f415: Pull complete [2020-03-05T17:22:26.350Z] ea1d1ca13537: Pull complete [2020-03-05T17:22:26.623Z] 3750a50a1c5e: Pull complete [2020-03-05T17:22:26.623Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-03-05T17:22:26.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-03-05T17:22:26.623Z] ---> 78745c68409d [2020-03-05T17:22:26.623Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-03-05T17:22:27.600Z] 9eb99e56ec68: Pull complete [2020-03-05T17:22:27.601Z] 27c7a5d97fbd: Pull complete [2020-03-05T17:22:28.169Z] 5c102a31e300: Pull complete [2020-03-05T17:22:28.429Z] dcfb455df0a1: Pull complete [2020-03-05T17:22:28.429Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-03-05T17:22:28.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-03-05T17:22:28.429Z] ---> 7c70fe431013 [2020-03-05T17:22:28.429Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-03-05T17:22:28.429Z] ---> Running in 21711d7d3325 [2020-03-05T17:22:28.689Z] Removing intermediate container 21711d7d3325 [2020-03-05T17:22:28.689Z] ---> de069279b0d8 [2020-03-05T17:22:28.689Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-03-05T17:22:28.689Z] ---> Running in b0f6dbd13d25 [2020-03-05T17:22:29.258Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-05T17:22:30.194Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-05T17:22:30.453Z] (1/5) Installing libsodium (1.0.18-r0) [2020-03-05T17:22:30.453Z] (2/5) Installing libzmq (4.3.2-r0) [2020-03-05T17:22:30.712Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-03-05T17:22:30.712Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-03-05T17:22:30.712Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-03-05T17:22:30.901Z] ---> Running in 52494f68399c [2020-03-05T17:22:30.901Z] Removing intermediate container 52494f68399c [2020-03-05T17:22:30.901Z] ---> e2def6e9eef2 [2020-03-05T17:22:30.901Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-03-05T17:22:30.901Z] ---> Running in ca28dea8e772 [2020-03-05T17:22:30.971Z] Executing busybox-1.31.1-r8.trigger [2020-03-05T17:22:30.971Z] OK: 145 MiB in 44 packages [2020-03-05T17:22:31.231Z] Removing intermediate container b0f6dbd13d25 [2020-03-05T17:22:31.231Z] ---> 39c2b62d7ca7 [2020-03-05T17:22:31.231Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-03-05T17:22:31.489Z] ---> Running in febfe3a9ce58 [2020-03-05T17:22:31.489Z] Removing intermediate container febfe3a9ce58 [2020-03-05T17:22:31.489Z] ---> 0b166a95e68e [2020-03-05T17:22:31.489Z] Step 6/7 : COPY go.mod . [2020-03-05T17:22:31.750Z] ---> ce05cb5480da [2020-03-05T17:22:31.750Z] Step 7/7 : RUN go mod download [2020-03-05T17:22:31.750Z] ---> Running in c7ebd1341b0e [2020-03-05T17:22:32.320Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-05T17:22:32.907Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-05T17:22:33.151Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-03-05T17:22:33.152Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-03-05T17:22:33.152Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-03-05T17:22:33.152Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-05T17:22:33.452Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-05T17:22:33.452Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-05T17:22:33.452Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-03-05T17:22:33.452Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-03-05T17:22:33.452Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-03-05T17:22:33.452Z] go: finding golang.org/x/text v0.3.0 [2020-03-05T17:22:33.491Z] (1/5) Installing libsodium (1.0.18-r0) [2020-03-05T17:22:33.491Z] (2/5) Installing libzmq (4.3.2-r0) [2020-03-05T17:22:33.491Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-03-05T17:22:33.757Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-03-05T17:22:33.757Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-03-05T17:22:34.024Z] Executing busybox-1.31.1-r8.trigger [2020-03-05T17:22:34.024Z] OK: 127 MiB in 44 packages [2020-03-05T17:22:35.433Z] Removing intermediate container ca28dea8e772 [2020-03-05T17:22:35.434Z] ---> 3020230ae683 [2020-03-05T17:22:35.434Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-03-05T17:22:35.434Z] ---> Running in e3af77bb45f7 [2020-03-05T17:22:36.019Z] Removing intermediate container e3af77bb45f7 [2020-03-05T17:22:36.019Z] ---> e461c0e1ea47 [2020-03-05T17:22:36.019Z] Step 6/7 : COPY go.mod . [2020-03-05T17:22:36.608Z] ---> 72124bc31647 [2020-03-05T17:22:36.608Z] Step 7/7 : RUN go mod download [2020-03-05T17:22:36.608Z] ---> Running in 5e16277d4958 [2020-03-05T17:22:37.682Z] Removing intermediate container c7ebd1341b0e [2020-03-05T17:22:37.682Z] ---> 1a0d43640166 [2020-03-05T17:22:37.682Z] Successfully built 1a0d43640166 [2020-03-05T17:22:37.682Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-05T17:22:38.024Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-03-05T17:22:38.024Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-03-05T17:22:38.024Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-03-05T17:22:38.024Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-05T17:22:38.024Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-05T17:22:38.024Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-05T17:22:38.024Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-03-05T17:22:38.024Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-03-05T17:22:38.024Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-03-05T17:22:38.024Z] go: finding golang.org/x/text v0.3.0 [2020-03-05T17:22:38.269Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-05T17:22:38.269Z] . [Pipeline] withDockerContainer [2020-03-05T17:22:38.391Z] prd-centos7-docker-4c-2g-2462 does not seem to be running inside a container [2020-03-05T17:22:38.433Z] $ 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 ******** ci-base-image-x86_64 cat [2020-03-05T17:22:38.973Z] $ docker top a19e53f3a789a94b11e2c0fae94cb280f36372a5fe313ee394f97a4f5800cbc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-05T17:22:39.977Z] + go version [2020-03-05T17:22:39.977Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-03-05T17:22:40.284Z] + make test [2020-03-05T17:22:40.284Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-03-05T17:22:42.837Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-03-05T17:22:46.146Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.010s coverage: 96.0% of statements [2020-03-05T17:22:46.245Z] Removing intermediate container 5e16277d4958 [2020-03-05T17:22:46.245Z] ---> 0fd980df84f2 [2020-03-05T17:22:46.245Z] Successfully built 0fd980df84f2 [2020-03-05T17:22:46.245Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-05T17:22:46.899Z] + docker inspect -f . ci-base-image-arm64 [2020-03-05T17:22:47.166Z] . [Pipeline] withDockerContainer [2020-03-05T17:22:47.498Z] prd-ubuntu18.04-docker-arm64-4c-16g-2461 does not seem to be running inside a container [2020-03-05T17:22:47.579Z] $ 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 ******** ci-base-image-arm64 cat [2020-03-05T17:22:49.091Z] $ docker top 517e41790d4893da6335d3599d335b0d09d9a3a3a4122d5c2d73ef7cdff07d8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-05T17:22:51.395Z] + go version [2020-03-05T17:22:51.395Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-03-05T17:22:52.050Z] + make test [2020-03-05T17:22:52.050Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-03-05T17:22:58.885Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-03-05T17:23:08.983Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.038s coverage: 96.0% of statements [2020-03-05T17:23:12.689Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.339s coverage: 83.8% of statements [2020-03-05T17:23:12.689Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.027s coverage: 100.0% of statements [2020-03-05T17:23:12.689Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.005s coverage: 100.0% of statements [2020-03-05T17:23:12.689Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.006s coverage: 90.9% of statements [2020-03-05T17:23:12.689Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-03-05T17:23:12.689Z] gofmt -l . [2020-03-05T17:23:12.689Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-03-05T17:23:13.033Z] Stashed 1 file(s) [Pipeline] } [2020-03-05T17:23:13.037Z] $ docker stop --time=1 a19e53f3a789a94b11e2c0fae94cb280f36372a5fe313ee394f97a4f5800cbc8 [2020-03-05T17:23:14.522Z] $ docker rm -f a19e53f3a789a94b11e2c0fae94cb280f36372a5fe313ee394f97a4f5800cbc8 [Pipeline] // withDockerContainer [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-05T17:23:41.203Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.374s coverage: 83.8% of statements [2020-03-05T17:23:41.204Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.028s coverage: 100.0% of statements [2020-03-05T17:23:41.204Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.029s coverage: 100.0% of statements [2020-03-05T17:23:41.204Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.012s coverage: 90.9% of statements [2020-03-05T17:23:41.204Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-03-05T17:23:41.204Z] gofmt -l . [2020-03-05T17:23:41.204Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-03-05T17:23:41.226Z] Warning: overwriting stash ‘coverage-report’ [2020-03-05T17:23:41.616Z] Stashed 1 file(s) [Pipeline] } [2020-03-05T17:23:41.617Z] $ docker stop --time=1 517e41790d4893da6335d3599d335b0d09d9a3a3a4122d5c2d73ef7cdff07d8d [2020-03-05T17:23:43.789Z] $ docker rm -f 517e41790d4893da6335d3599d335b0d09d9a3a3a4122d5c2d73ef7cdff07d8d [Pipeline] // withDockerContainer [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] } [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 [2020-03-05T17:23:45.560Z] provisioning config files... [2020-03-05T17:23:45.575Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-48@tmp/config5452842791842734685tmp [Pipeline] { [Pipeline] sh [2020-03-05T17:23:45.923Z] + curl -s https://codecov.io/bash [2020-03-05T17:23:45.923Z] + bash -s - -t @/w/workspace/exfoundry_go-mod-messaging_PR-48@tmp/config5452842791842734685tmp [2020-03-05T17:23:46.185Z] [2020-03-05T17:23:46.185Z] _____ _ [2020-03-05T17:23:46.185Z] / ____| | | [2020-03-05T17:23:46.185Z] | | ___ __| | ___ ___ _____ __ [2020-03-05T17:23:46.185Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-05T17:23:46.185Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-05T17:23:46.185Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-05T17:23:46.185Z] Bash-20200303-bc4d7e6 [2020-03-05T17:23:46.185Z] [2020-03-05T17:23:46.185Z] [2020-03-05T17:23:46.185Z] ==> Jenkins CI detected. [2020-03-05T17:23:46.185Z] project root: . [2020-03-05T17:23:46.185Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-05T17:23:46.185Z] ==> Running gcov in . (disable via -X gcov) [2020-03-05T17:23:46.185Z] ==> Python coveragepy not found [2020-03-05T17:23:46.185Z] ==> Searching for coverage reports in: [2020-03-05T17:23:46.185Z] + . [2020-03-05T17:23:46.185Z] -> Found 1 reports [2020-03-05T17:23:46.185Z] ==> Detecting git/mercurial file structure [2020-03-05T17:23:46.185Z] ==> Reading reports [2020-03-05T17:23:46.185Z] + ./coverage.out bytes=16797 [2020-03-05T17:23:46.185Z] ==> Appending adjustments [2020-03-05T17:23:46.185Z] http://docs.codecov.io/docs/fixing-reports [2020-03-05T17:23:46.447Z] + Found adjustments [2020-03-05T17:23:46.447Z] ==> Gzipping contents [2020-03-05T17:23:46.447Z] ==> Uploading reports [2020-03-05T17:23:46.447Z] url: https://codecov.io [2020-03-05T17:23:46.447Z] query: branch=PR-48&commit=32cc3cca62b24c83b0e0b8c0b9fe8266869694bd&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-48%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=48&job= [2020-03-05T17:23:46.447Z] -> Pinging Codecov [2020-03-05T17:23:46.447Z] https://codecov.io/upload/v4?package=bash-20200303-bc4d7e6&token=secret&branch=PR-48&commit=32cc3cca62b24c83b0e0b8c0b9fe8266869694bd&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-48%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=48&job= [2020-03-05T17:23:47.021Z] -> Uploading [2020-03-05T17:23:47.280Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/32cc3cca62b24c83b0e0b8c0b9fe8266869694bd [Pipeline] } [2020-03-05T17:23:47.287Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-03-05T17:23:48.501Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-05T17:23:48.810Z] ---> package-listing.sh [2020-03-05T17:23:48.810Z] ++ facter osfamily [2020-03-05T17:23:48.810Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-05T17:23:48.810Z] + OS_FAMILY=redhat [2020-03-05T17:23:48.810Z] + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-48 [2020-03-05T17:23:48.810Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-05T17:23:48.810Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-05T17:23:48.810Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-05T17:23:48.810Z] + PACKAGES=/tmp/packages_start.txt [2020-03-05T17:23:48.810Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-48 ']' [2020-03-05T17:23:48.810Z] + PACKAGES=/tmp/packages_end.txt [2020-03-05T17:23:48.810Z] + case "${OS_FAMILY}" in [2020-03-05T17:23:48.810Z] + rpm -qa [2020-03-05T17:23:48.810Z] + sort [2020-03-05T17:23:53.005Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-05T17:23:53.005Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-05T17:23:53.005Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-05T17:23:53.005Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-48 ']' [2020-03-05T17:23:53.005Z] + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-48/archives/ [2020-03-05T17:23:53.005Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-48/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-05T17:23:53.354Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-05T17:23:53.354Z] [2020-03-05T17:23:53.354Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-05T17:23:53.698Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-05T17:23:53.698Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-05T17:23:53.698Z] c9b1b535fdd9: Pulling fs layer [2020-03-05T17:23:53.698Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-05T17:23:53.698Z] 756a868c4378: Pulling fs layer [2020-03-05T17:23:53.698Z] 444b2fc9a129: Pulling fs layer [2020-03-05T17:23:53.698Z] ea15f1150254: Pulling fs layer [2020-03-05T17:23:53.698Z] aedbba21fcdb: Pulling fs layer [2020-03-05T17:23:53.698Z] d21fb4fb2792: Pulling fs layer [2020-03-05T17:23:53.698Z] 9e77abc215c9: Pulling fs layer [2020-03-05T17:23:53.698Z] 38e8a3dc49b7: Pulling fs layer [2020-03-05T17:23:53.698Z] 9c6e617528cd: Pulling fs layer [2020-03-05T17:23:53.698Z] aedbba21fcdb: Waiting [2020-03-05T17:23:53.698Z] d21fb4fb2792: Waiting [2020-03-05T17:23:53.698Z] 9e77abc215c9: Waiting [2020-03-05T17:23:53.698Z] 38e8a3dc49b7: Waiting [2020-03-05T17:23:53.698Z] 9c6e617528cd: Waiting [2020-03-05T17:23:53.698Z] 444b2fc9a129: Waiting [2020-03-05T17:23:53.698Z] 2cc5ad85d9ab: Verifying Checksum [2020-03-05T17:23:53.698Z] 2cc5ad85d9ab: Download complete [2020-03-05T17:23:53.698Z] 444b2fc9a129: Verifying Checksum [2020-03-05T17:23:53.698Z] 444b2fc9a129: Download complete [2020-03-05T17:23:53.698Z] c9b1b535fdd9: Verifying Checksum [2020-03-05T17:23:53.698Z] c9b1b535fdd9: Download complete [2020-03-05T17:23:53.698Z] ea15f1150254: Verifying Checksum [2020-03-05T17:23:53.698Z] ea15f1150254: Download complete [2020-03-05T17:23:53.965Z] d21fb4fb2792: Verifying Checksum [2020-03-05T17:23:53.965Z] d21fb4fb2792: Download complete [2020-03-05T17:23:54.230Z] 756a868c4378: Verifying Checksum [2020-03-05T17:23:54.230Z] 756a868c4378: Download complete [2020-03-05T17:23:54.230Z] c9b1b535fdd9: Pull complete [2020-03-05T17:23:54.230Z] 38e8a3dc49b7: Verifying Checksum [2020-03-05T17:23:54.230Z] 38e8a3dc49b7: Download complete [2020-03-05T17:23:54.230Z] 9c6e617528cd: Verifying Checksum [2020-03-05T17:23:54.230Z] 9c6e617528cd: Download complete [2020-03-05T17:23:54.496Z] 2cc5ad85d9ab: Pull complete [2020-03-05T17:23:54.496Z] 9e77abc215c9: Verifying Checksum [2020-03-05T17:23:54.496Z] 9e77abc215c9: Download complete [2020-03-05T17:23:54.756Z] aedbba21fcdb: Verifying Checksum [2020-03-05T17:23:54.756Z] aedbba21fcdb: Download complete [2020-03-05T17:23:55.694Z] 756a868c4378: Pull complete [2020-03-05T17:23:55.956Z] 444b2fc9a129: Pull complete [2020-03-05T17:23:56.214Z] ea15f1150254: Pull complete [2020-03-05T17:23:59.527Z] aedbba21fcdb: Pull complete [2020-03-05T17:23:59.785Z] d21fb4fb2792: Pull complete [2020-03-05T17:24:01.700Z] 9e77abc215c9: Pull complete [2020-03-05T17:24:01.965Z] 38e8a3dc49b7: Pull complete [2020-03-05T17:24:02.224Z] 9c6e617528cd: Pull complete [2020-03-05T17:24:02.224Z] Digest: sha256:96bcbde75c66523bf96778d13feae3ea0dec6dfb2e98ebf2f5b260c34303cefd [2020-03-05T17:24:02.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-05T17:24:02.392Z] prd-centos7-docker-4c-2g-2460 does not seem to be running inside a container [2020-03-05T17:24:02.445Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/exfoundry_go-mod-messaging_PR-48 -v /w/workspace/exfoundry_go-mod-messaging_PR-48:/w/workspace/exfoundry_go-mod-messaging_PR-48:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-48@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-48@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-05T17:24:03.591Z] $ docker top 3504774602dbb300d55aa073a8139c62beb4b7ee785cc0a7db8d8e6227d6d3a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-05T17:24:04.255Z] provisioning config files... [2020-03-05T17:24:04.270Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-48@tmp/config8266720651079330015tmp [Pipeline] { [Pipeline] echo [2020-03-05T17:24:04.326Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-05T17:24:04.619Z] ---> create-netrc.sh [Pipeline] echo [2020-03-05T17:24:04.627Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-05T17:24:04.916Z] ---> logs-deploy.sh [2020-03-05T17:24:04.916Z] + ARCHIVE_ARTIFACTS= [2020-03-05T17:24:04.916Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-05T17:24:04.916Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-05T17:24:04.916Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-05T17:24:04.916Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-48/3 [2020-03-05T17:24:04.916Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-48/3/ [2020-03-05T17:24:04.916Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-48/3 /w/workspace/exfoundry_go-mod-messaging_PR-48 [2020-03-05T17:24:05.854Z] Archives upload complete. [2020-03-05T17:24:06.113Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-48/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-48/3/ [2020-03-05T17:24:07.049Z] ---> uname -a: [2020-03-05T17:24:07.049Z] Linux 3504774602db 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-03-05T17:24:07.049Z] [2020-03-05T17:24:07.049Z] [2020-03-05T17:24:07.049Z] ---> lscpu: [2020-03-05T17:24:07.049Z] Architecture: x86_64 [2020-03-05T17:24:07.049Z] CPU op-mode(s): 32-bit, 64-bit [2020-03-05T17:24:07.049Z] Byte Order: Little Endian [2020-03-05T17:24:07.050Z] Address sizes: 40 bits physical, 48 bits virtual [2020-03-05T17:24:07.050Z] CPU(s): 4 [2020-03-05T17:24:07.050Z] On-line CPU(s) list: 0-3 [2020-03-05T17:24:07.050Z] Thread(s) per core: 1 [2020-03-05T17:24:07.050Z] Core(s) per socket: 1 [2020-03-05T17:24:07.050Z] Socket(s): 4 [2020-03-05T17:24:07.050Z] NUMA node(s): 1 [2020-03-05T17:24:07.050Z] Vendor ID: GenuineIntel [2020-03-05T17:24:07.050Z] CPU family: 6 [2020-03-05T17:24:07.050Z] Model: 44 [2020-03-05T17:24:07.050Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-03-05T17:24:07.050Z] Stepping: 1 [2020-03-05T17:24:07.050Z] CPU MHz: 2933.438 [2020-03-05T17:24:07.050Z] BogoMIPS: 5866.87 [2020-03-05T17:24:07.050Z] Virtualization: VT-x [2020-03-05T17:24:07.050Z] Hypervisor vendor: KVM [2020-03-05T17:24:07.050Z] Virtualization type: full [2020-03-05T17:24:07.050Z] L1d cache: 128 KiB [2020-03-05T17:24:07.050Z] L1i cache: 128 KiB [2020-03-05T17:24:07.050Z] L2 cache: 16 MiB [2020-03-05T17:24:07.050Z] L3 cache: 64 MiB [2020-03-05T17:24:07.050Z] NUMA node0 CPU(s): 0-3 [2020-03-05T17:24:07.050Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-03-05T17:24:07.050Z] Vulnerability Meltdown: Mitigation; PTI [2020-03-05T17:24:07.050Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-03-05T17:24:07.050Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-03-05T17:24:07.050Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-03-05T17:24:07.050Z] 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 [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] ---> nproc: [2020-03-05T17:24:07.050Z] 4 [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] ---> df -h: [2020-03-05T17:24:07.050Z] Filesystem Size Used Available Use% Mounted on [2020-03-05T17:24:07.050Z] overlay 50.0G 6.3G 43.7G 13% / [2020-03-05T17:24:07.050Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-03-05T17:24:07.050Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-03-05T17:24:07.050Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-03-05T17:24:07.050Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf [2020-03-05T17:24:07.050Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname [2020-03-05T17:24:07.050Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts [2020-03-05T17:24:07.050Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/exfoundry_go-mod-messaging_PR-48 [2020-03-05T17:24:07.050Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/exfoundry_go-mod-messaging_PR-48@tmp [2020-03-05T17:24:07.050Z] /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] ---> free -m: [2020-03-05T17:24:07.050Z] total used free shared buff/cache available [2020-03-05T17:24:07.050Z] Mem: 1838 593 68 0 1176 1140 [2020-03-05T17:24:07.050Z] Swap: 1023 0 1023 [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] ---> ip addr: [2020-03-05T17:24:07.050Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-03-05T17:24:07.050Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-03-05T17:24:07.050Z] inet 127.0.0.1/8 scope host lo [2020-03-05T17:24:07.050Z] valid_lft forever preferred_lft forever [2020-03-05T17:24:07.050Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-03-05T17:24:07.050Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-03-05T17:24:07.050Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-03-05T17:24:07.050Z] valid_lft forever preferred_lft forever [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] ---> sar -b -r -n DEV: [2020-03-05T17:24:07.050Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/05/20 _x86_64_ (4 CPU) [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] 17:11:30 LINUX RESTART [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] 17:12:02 tps rtps wtps bread/s bwrtn/s [2020-03-05T17:24:07.050Z] 17:13:01 8.33 3.11 5.21 491.62 1066.09 [2020-03-05T17:24:07.050Z] 17:14:01 1.18 0.00 1.18 0.00 18.30 [2020-03-05T17:24:07.050Z] 17:15:01 0.30 0.00 0.30 0.00 3.08 [2020-03-05T17:24:07.050Z] 17:16:01 0.30 0.00 0.30 0.00 3.10 [2020-03-05T17:24:07.050Z] 17:17:01 0.23 0.00 0.23 0.00 2.76 [2020-03-05T17:24:07.050Z] 17:18:01 39.97 9.41 30.56 2034.30 2409.61 [2020-03-05T17:24:07.050Z] 17:19:01 0.52 0.00 0.52 0.00 7.79 [2020-03-05T17:24:07.050Z] 17:20:01 0.63 0.00 0.63 0.00 6.73 [2020-03-05T17:24:07.050Z] 17:21:01 0.67 0.00 0.67 0.00 7.83 [2020-03-05T17:24:07.050Z] 17:22:01 0.75 0.00 0.75 0.00 8.59 [2020-03-05T17:24:07.050Z] 17:23:01 0.65 0.00 0.65 0.00 8.11 [2020-03-05T17:24:07.050Z] 17:24:01 107.81 67.70 40.11 3988.41 17074.01 [2020-03-05T17:24:07.050Z] Average: 13.45 6.69 6.76 543.02 1719.22 [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] 17:12:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-03-05T17:24:07.050Z] 17:13:01 72768 1809536 96.13 2620 1403824 745528 25.44 288032 1369304 12 [2020-03-05T17:24:07.050Z] 17:14:01 75804 1806500 95.97 2620 1403828 748180 25.53 285728 1369068 8 [2020-03-05T17:24:07.050Z] 17:15:01 75684 1806620 95.98 2620 1403832 748180 25.53 285744 1369068 8 [2020-03-05T17:24:07.050Z] 17:16:01 75632 1806672 95.98 2620 1403836 748180 25.53 285952 1369068 16 [2020-03-05T17:24:07.050Z] 17:17:01 75524 1806780 95.99 2620 1403840 748180 25.53 286052 1369068 8 [2020-03-05T17:24:07.050Z] 17:18:01 108380 1773924 94.24 2620 1248848 928844 31.69 426408 1191584 12 [2020-03-05T17:24:07.050Z] 17:19:01 114560 1767744 93.91 2620 1248852 897396 30.62 420876 1191576 8 [2020-03-05T17:24:07.050Z] 17:20:01 114644 1767660 93.91 2620 1248856 897396 30.62 420956 1191576 8 [2020-03-05T17:24:07.050Z] 17:21:01 114836 1767468 93.90 2620 1248860 897460 30.62 420988 1191576 8 [2020-03-05T17:24:07.050Z] 17:22:01 113460 1768844 93.97 2620 1248924 897616 30.63 421824 1191588 24 [2020-03-05T17:24:07.050Z] 17:23:01 113920 1768384 93.95 2620 1248872 897556 30.62 421472 1191580 12 [2020-03-05T17:24:07.050Z] 17:24:01 100256 1782048 94.67 2620 1194156 1099984 37.53 431468 1161320 80724 [2020-03-05T17:24:07.050Z] Average: 96289 1786015 94.88 2620 1308877 854542 29.16 366292 1263031 6737 [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] 17:12:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-03-05T17:24:07.050Z] 17:13:01 eth0 103.32 85.15 338.88 20.24 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:14:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:15:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:16:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:17:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:18:01 eth0 290.34 226.88 653.01 70.92 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:18:01 docker0 0.92 0.77 0.22 1.44 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:19:01 eth0 0.08 0.13 0.01 0.01 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:21:01 eth0 0.80 0.10 0.07 0.01 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:22:01 eth0 1.25 0.67 0.56 0.37 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:23:01 eth0 0.27 0.18 0.14 0.10 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:24:01 eth0 88.34 74.93 2328.24 10.27 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] Average: eth0 40.33 32.31 276.71 8.48 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] Average: docker0 0.08 0.06 0.02 0.12 0.00 0.00 0.00 [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] ---> sar -P ALL: [2020-03-05T17:24:07.050Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/05/20 _x86_64_ (4 CPU) [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] 17:11:30 LINUX RESTART [2020-03-05T17:24:07.050Z] [2020-03-05T17:24:07.050Z] 17:12:02 CPU %user %nice %system %iowait %steal %idle [2020-03-05T17:24:07.050Z] 17:13:01 all 3.42 0.00 0.90 0.04 0.06 95.58 [2020-03-05T17:24:07.050Z] 17:13:01 0 4.50 0.00 1.27 0.00 0.08 94.14 [2020-03-05T17:24:07.050Z] 17:13:01 1 3.56 0.00 0.64 0.03 0.05 95.71 [2020-03-05T17:24:07.050Z] 17:13:01 2 2.36 0.00 0.78 0.07 0.09 96.70 [2020-03-05T17:24:07.050Z] 17:13:01 3 3.26 0.00 0.90 0.05 0.03 95.76 [2020-03-05T17:24:07.050Z] 17:14:01 all 0.09 0.00 0.05 0.00 0.00 99.86 [2020-03-05T17:24:07.050Z] 17:14:01 0 0.15 0.00 0.03 0.00 0.00 99.82 [2020-03-05T17:24:07.050Z] 17:14:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-05T17:24:07.050Z] 17:14:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-03-05T17:24:07.050Z] 17:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-05T17:24:07.050Z] 17:15:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-03-05T17:24:07.050Z] 17:15:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2020-03-05T17:24:07.050Z] 17:15:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-05T17:24:07.051Z] 17:15:01 2 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-05T17:24:07.051Z] 17:15:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-05T17:24:07.051Z] 17:16:01 all 0.18 0.00 0.05 0.00 0.00 99.78 [2020-03-05T17:24:07.051Z] 17:16:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2020-03-05T17:24:07.051Z] 17:16:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-05T17:24:07.051Z] 17:16:01 2 0.08 0.00 0.08 0.00 0.00 99.83 [2020-03-05T17:24:07.051Z] 17:16:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-05T17:24:07.051Z] 17:17:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-05T17:24:07.051Z] 17:17:01 0 0.28 0.00 0.00 0.00 0.00 99.72 [2020-03-05T17:24:07.051Z] 17:17:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-05T17:24:07.051Z] 17:17:01 2 0.27 0.00 0.05 0.00 0.00 99.68 [2020-03-05T17:24:07.051Z] 17:17:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-05T17:24:07.051Z] 17:18:01 all 5.62 0.00 2.01 1.21 0.00 91.15 [2020-03-05T17:24:07.051Z] 17:18:01 0 6.28 0.00 2.69 0.12 0.00 90.91 [2020-03-05T17:24:07.051Z] 17:18:01 1 4.97 0.00 2.04 4.15 0.02 88.81 [2020-03-05T17:24:07.051Z] 17:18:01 2 5.86 0.00 1.56 0.30 0.00 92.28 [2020-03-05T17:24:07.051Z] 17:18:01 3 5.36 0.00 1.78 0.29 0.00 92.58 [2020-03-05T17:24:07.051Z] 17:19:01 all 0.08 0.00 0.05 0.00 0.00 99.87 [2020-03-05T17:24:07.051Z] 17:19:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-05T17:24:07.051Z] 17:19:01 1 0.08 0.00 0.08 0.00 0.00 99.83 [2020-03-05T17:24:07.051Z] 17:19:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2020-03-05T17:24:07.051Z] 17:19:01 3 0.13 0.00 0.03 0.00 0.00 99.83 [2020-03-05T17:24:07.051Z] 17:20:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-05T17:24:07.051Z] 17:20:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-05T17:24:07.051Z] 17:20:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-05T17:24:07.051Z] 17:20:01 2 0.10 0.00 0.05 0.00 0.02 99.83 [2020-03-05T17:24:07.051Z] 17:20:01 3 0.55 0.00 0.08 0.00 0.00 99.37 [2020-03-05T17:24:07.051Z] 17:21:01 all 0.18 0.00 0.05 0.00 0.00 99.76 [2020-03-05T17:24:07.051Z] 17:21:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-05T17:24:07.051Z] 17:21:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-05T17:24:07.051Z] 17:21:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-05T17:24:07.051Z] 17:21:01 3 0.53 0.00 0.07 0.00 0.00 99.40 [2020-03-05T17:24:07.051Z] 17:22:01 all 0.20 0.00 0.05 0.00 0.00 99.75 [2020-03-05T17:24:07.051Z] 17:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-05T17:24:07.051Z] 17:22:01 1 0.10 0.00 0.08 0.00 0.00 99.82 [2020-03-05T17:24:07.051Z] 17:22:01 2 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-05T17:24:07.051Z] 17:22:01 3 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-05T17:24:07.051Z] 17:23:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-03-05T17:24:07.051Z] 17:23:01 0 0.13 0.00 0.03 0.00 0.00 99.83 [2020-03-05T17:24:07.051Z] 17:23:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-05T17:24:07.051Z] 17:23:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-05T17:24:07.051Z] 17:23:01 3 0.43 0.00 0.03 0.00 0.00 99.53 [2020-03-05T17:24:07.051Z] 17:24:01 all 4.74 0.00 2.83 1.42 0.01 90.99 [2020-03-05T17:24:07.051Z] 17:24:01 0 5.40 0.00 3.18 2.88 0.02 88.52 [2020-03-05T17:24:07.051Z] 17:24:01 1 4.71 0.00 2.44 0.33 0.02 92.50 [2020-03-05T17:24:07.051Z] 17:24:01 2 4.92 0.00 2.85 0.80 0.02 91.41 [2020-03-05T17:24:07.051Z] 17:24:01 3 3.96 0.00 2.87 1.63 0.02 91.53 [2020-03-05T17:24:07.051Z] Average: all 1.26 0.00 0.51 0.22 0.01 98.00 [2020-03-05T17:24:07.051Z] Average: 0 1.48 0.00 0.62 0.25 0.01 97.64 [2020-03-05T17:24:07.051Z] Average: 1 1.14 0.00 0.47 0.38 0.01 98.00 [2020-03-05T17:24:07.051Z] Average: 2 1.17 0.00 0.47 0.10 0.01 98.25 [2020-03-05T17:24:07.051Z] Average: 3 1.24 0.00 0.49 0.16 0.00 98.10 [2020-03-05T17:24:07.051Z] [2020-03-05T17:24:07.051Z] [2020-03-05T17:24:07.051Z]