Pull request #46 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 brandonforster for edgexfoundry/go-mod-messaging Obtained Jenkinsfile from 20a961c3bc22e6c66cace17666be5cf65b2f397d+87d9609fa25c1224d63bb58472268eba1be5cb73 (99738f23ca761777539f5cd33ec05d764295fad2) 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 b810438aec07f555226556e3b59abf2bab733840 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 b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # 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 Still waiting to schedule task ‘prd-centos7-docker-4c-2g-563’ is offline Running on prd-centos7-docker-4c-2g-10246 in /w/workspace/exfoundry_go-mod-messaging_PR-46 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/exfoundry_go-mod-messaging_PR-46 # 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/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/46/head:refs/remotes/origin/PR-46 # 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/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 87d9609fa25c1224d63bb58472268eba1be5cb73 into PR head commit 20a961c3bc22e6c66cace17666be5cf65b2f397d Merge succeeded, producing 20a961c3bc22e6c66cace17666be5cf65b2f397d Checking out Revision 20a961c3bc22e6c66cace17666be5cf65b2f397d (PR-46) > git config core.sparsecheckout # timeout=10 > git checkout -f 20a961c3bc22e6c66cace17666be5cf65b2f397d # 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 87d9609fa25c1224d63bb58472268eba1be5cb73 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20a961c3bc22e6c66cace17666be5cf65b2f397d # timeout=10 Commit message: "Merge branch 'master' into issue_33" First time build. Skipping changelog. > git rev-list --no-walk b872201074e844137ab9d4c0f105c485e9c6b06c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-10T14:39:58.829Z] 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-10T14:40:01.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-10T14:40:01.322Z] [2020-03-10T14:40:01.322Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-10T14:40:01.705Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-10T14:40:01.970Z] latest: Pulling from edgex-devops/git-semver [2020-03-10T14:40:01.970Z] 9123ac7c32f7: Pulling fs layer [2020-03-10T14:40:01.970Z] b8cc5d1170e3: Pulling fs layer [2020-03-10T14:40:01.970Z] 2924cbbf6a41: Pulling fs layer [2020-03-10T14:40:01.970Z] 93b08a4f1073: Pulling fs layer [2020-03-10T14:40:01.970Z] 93b08a4f1073: Waiting [2020-03-10T14:40:01.970Z] b8cc5d1170e3: Verifying Checksum [2020-03-10T14:40:01.970Z] b8cc5d1170e3: Download complete [2020-03-10T14:40:01.970Z] 9123ac7c32f7: Verifying Checksum [2020-03-10T14:40:01.970Z] 9123ac7c32f7: Download complete [2020-03-10T14:40:01.970Z] 93b08a4f1073: Verifying Checksum [2020-03-10T14:40:01.970Z] 93b08a4f1073: Download complete [2020-03-10T14:40:01.970Z] 2924cbbf6a41: Verifying Checksum [2020-03-10T14:40:02.228Z] 9123ac7c32f7: Pull complete [2020-03-10T14:40:02.493Z] b8cc5d1170e3: Pull complete [2020-03-10T14:40:03.438Z] 2924cbbf6a41: Pull complete [2020-03-10T14:40:03.698Z] 93b08a4f1073: Pull complete [2020-03-10T14:40:03.698Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-10T14:40:03.698Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-10T14:40:03.864Z] prd-centos7-docker-4c-2g-10246 does not seem to be running inside a container [2020-03-10T14:40:03.918Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-messaging_PR-46 -v /w/workspace/exfoundry_go-mod-messaging_PR-46:/w/workspace/exfoundry_go-mod-messaging_PR-46:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-46@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-46@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:10004/edgex-devops/git-semver:latest cat [2020-03-10T14:40:04.610Z] $ docker top d6e39cb3cb88799a13ee45c8854952c382a531652d940ad49593813e04dba16a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-10T14:40:05.406Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-10T14:40:05.406Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-10T14:40:05.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-10T14:40:05.692Z] $ docker exec d6e39cb3cb88799a13ee45c8854952c382a531652d940ad49593813e04dba16a ssh-agent [2020-03-10T14:40:05.898Z] SSH_AUTH_SOCK=/tmp/ssh-9awkqBwB96W4/agent.14 [2020-03-10T14:40:05.898Z] SSH_AGENT_PID=21 [2020-03-10T14:40:05.911Z] Running ssh-add (command line suppressed) [2020-03-10T14:40:06.098Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-46@tmp/private_key_936734129629896096.key (/w/workspace/exfoundry_go-mod-messaging_PR-46@tmp/private_key_936734129629896096.key) [2020-03-10T14:40:06.154Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-10T14:40:06.476Z] + git describe --exact-match --tags HEAD [2020-03-10T14:40:06.476Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-10T14:40:06.534Z] $ docker exec --env ******** --env ******** d6e39cb3cb88799a13ee45c8854952c382a531652d940ad49593813e04dba16a ssh-agent -k [2020-03-10T14:40:06.697Z] unset SSH_AUTH_SOCK; [2020-03-10T14:40:06.698Z] unset SSH_AGENT_PID; [2020-03-10T14:40:06.698Z] echo Agent pid 21 killed; [2020-03-10T14:40:06.743Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-10T14:40:06.835Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-10T14:40:06.835Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-10T14:40:06.909Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-10T14:40:06.909Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-10T14:40:07.122Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-10T14:40:07.125Z] $ docker exec d6e39cb3cb88799a13ee45c8854952c382a531652d940ad49593813e04dba16a ssh-agent [2020-03-10T14:40:07.341Z] SSH_AUTH_SOCK=/tmp/ssh-XuPgcTGwwSPe/agent.56 [2020-03-10T14:40:07.341Z] SSH_AGENT_PID=63 [2020-03-10T14:40:07.347Z] Running ssh-add (command line suppressed) [2020-03-10T14:40:07.519Z] Identity added: /w/workspace/exfoundry_go-mod-messaging_PR-46@tmp/private_key_6113118626017506650.key (/w/workspace/exfoundry_go-mod-messaging_PR-46@tmp/private_key_6113118626017506650.key) [2020-03-10T14:40:07.574Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-10T14:40:07.908Z] + git semver init [2020-03-10T14:40:07.908Z] # -> Open(): unable to determine branch for HEAD [2020-03-10T14:40:07.908Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-46/.git [2020-03-10T14:40:07.908Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-messaging_PR-46 [2020-03-10T14:40:07.908Z] # $SEMVER_REMOTE_NAME = origin [2020-03-10T14:40:07.908Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-10T14:40:07.908Z] # $SEMVER_USER_NAME = jenkins [2020-03-10T14:40:07.908Z] # $SEMVER_BRANCH = PR-46 [2020-03-10T14:40:07.908Z] # $SEMVER_TEMP = /tmp/semver-355123192 [2020-03-10T14:40:07.908Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2020-03-10T14:40:08.168Z] # '/tmp/semver-355123192' -> '/w/workspace/exfoundry_go-mod-messaging_PR-46/.semver' [2020-03-10T14:40:08.168Z] # -> Force: false [2020-03-10T14:40:08.168Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-messaging_PR-46/.semver [Pipeline] } [2020-03-10T14:40:08.176Z] $ docker exec --env ******** --env ******** d6e39cb3cb88799a13ee45c8854952c382a531652d940ad49593813e04dba16a ssh-agent -k [2020-03-10T14:40:08.379Z] unset SSH_AUTH_SOCK; [2020-03-10T14:40:08.380Z] unset SSH_AGENT_PID; [2020-03-10T14:40:08.380Z] echo Agent pid 63 killed; [2020-03-10T14:40:08.437Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-10T14:40:08.850Z] + git semver [Pipeline] } [2020-03-10T14:40:08.862Z] $ docker stop --time=1 d6e39cb3cb88799a13ee45c8854952c382a531652d940ad49593813e04dba16a [2020-03-10T14:40:10.223Z] $ docker rm -f d6e39cb3cb88799a13ee45c8854952c382a531652d940ad49593813e04dba16a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-10T14:40:10.963Z] Stashed 31 file(s) [Pipeline] echo [2020-03-10T14:40:10.965Z] [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-10T14:40:26.200Z] Still waiting to schedule task [2020-03-10T14:40:26.200Z] Still waiting to schedule task [2020-03-10T14:40:26.200Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-03-10T14:40:26.200Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-03-10T14:42:14.932Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-10247 in /w/workspace/exfoundry_go-mod-messaging_PR-46 [Pipeline] { [Pipeline] ws [2020-03-10T14:42:14.970Z] Running in /w/workspace/go-mod-messaging/6 [Pipeline] { [Pipeline] checkout [2020-03-10T14:42:20.689Z] using credential edgex-jenkins-ssh [2020-03-10T14:42:20.742Z] Cloning the remote Git repository [2020-03-10T14:42:20.742Z] Cloning with configured refspecs honoured and without tags [2020-03-10T14:42:20.828Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-03-10T14:42:20.923Z] > git init /w/workspace/go-mod-messaging/6 # timeout=10 [2020-03-10T14:42:21.025Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-03-10T14:42:21.028Z] > git --version # timeout=10 [2020-03-10T14:42:21.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T14:42:21.128Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T14:42:21.870Z] Fetching without tags [2020-03-10T14:42:22.370Z] Merging remotes/origin/master commit 87d9609fa25c1224d63bb58472268eba1be5cb73 into PR head commit 20a961c3bc22e6c66cace17666be5cf65b2f397d [2020-03-10T14:42:22.712Z] Merge succeeded, producing 20a961c3bc22e6c66cace17666be5cf65b2f397d [2020-03-10T14:42:22.712Z] Checking out Revision 20a961c3bc22e6c66cace17666be5cf65b2f397d (PR-46) [2020-03-10T14:42:21.753Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-03-10T14:42:21.791Z] > git config --add remote.origin.fetch +refs/pull/46/head:refs/remotes/origin/PR-46 # timeout=10 [2020-03-10T14:42:21.807Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T14:42:21.841Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-03-10T14:42:21.887Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-03-10T14:42:21.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T14:42:21.914Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T14:42:22.390Z] > git config core.sparsecheckout # timeout=10 [2020-03-10T14:42:22.423Z] > git checkout -f 20a961c3bc22e6c66cace17666be5cf65b2f397d # timeout=10 [2020-03-10T14:42:22.497Z] > git remote # timeout=10 [2020-03-10T14:42:22.557Z] > git config --get remote.origin.url # timeout=10 [2020-03-10T14:42:22.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T14:42:22.620Z] > git merge 87d9609fa25c1224d63bb58472268eba1be5cb73 # timeout=10 [2020-03-10T14:42:22.669Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-10T14:42:22.737Z] > git config core.sparsecheckout # timeout=10 [2020-03-10T14:42:22.770Z] > git checkout -f 20a961c3bc22e6c66cace17666be5cf65b2f397d # timeout=10 [2020-03-10T14:42:27.101Z] Commit message: "Merge branch 'master' into issue_33" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-10T14:42:28.211Z] ========================================================= [2020-03-10T14:42:28.211Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-03-10T14:42:28.211Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-10T14:42:29.117Z] + 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-10T14:42:30.089Z] Sending build context to Docker daemon 422.9kB [2020-03-10T14:42:30.089Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-03-10T14:42:30.089Z] Step 2/7 : FROM ${BASE} [2020-03-10T14:42:30.360Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-10T14:42:30.360Z] cde5963f3b93: Pulling fs layer [2020-03-10T14:42:30.360Z] 2a23fa8c16f7: Pulling fs layer [2020-03-10T14:42:30.360Z] 777b28850792: Pulling fs layer [2020-03-10T14:42:30.360Z] 8a11ddd9e578: Pulling fs layer [2020-03-10T14:42:30.360Z] 4cf88f913ddb: Pulling fs layer [2020-03-10T14:42:30.360Z] 1df406cf5192: Pulling fs layer [2020-03-10T14:42:30.360Z] cd6300453558: Pulling fs layer [2020-03-10T14:42:30.360Z] b9c365052c96: Pulling fs layer [2020-03-10T14:42:30.360Z] a2d8cc88f415: Pulling fs layer [2020-03-10T14:42:30.360Z] ea1d1ca13537: Pulling fs layer [2020-03-10T14:42:30.360Z] 3750a50a1c5e: Pulling fs layer [2020-03-10T14:42:30.360Z] 8a11ddd9e578: Waiting [2020-03-10T14:42:30.360Z] 4cf88f913ddb: Waiting [2020-03-10T14:42:30.360Z] 1df406cf5192: Waiting [2020-03-10T14:42:30.360Z] b9c365052c96: Waiting [2020-03-10T14:42:30.360Z] cd6300453558: Waiting [2020-03-10T14:42:30.360Z] a2d8cc88f415: Waiting [2020-03-10T14:42:30.360Z] ea1d1ca13537: Waiting [2020-03-10T14:42:30.360Z] 3750a50a1c5e: Waiting [2020-03-10T14:42:30.360Z] 777b28850792: Verifying Checksum [2020-03-10T14:42:30.360Z] 777b28850792: Download complete [2020-03-10T14:42:30.632Z] 2a23fa8c16f7: Verifying Checksum [2020-03-10T14:42:30.632Z] 2a23fa8c16f7: Download complete [2020-03-10T14:42:30.632Z] 4cf88f913ddb: Verifying Checksum [2020-03-10T14:42:30.632Z] 4cf88f913ddb: Download complete [2020-03-10T14:42:30.632Z] 1df406cf5192: Download complete [2020-03-10T14:42:30.902Z] cde5963f3b93: Verifying Checksum [2020-03-10T14:42:30.902Z] cde5963f3b93: Download complete [2020-03-10T14:42:31.892Z] cde5963f3b93: Pull complete [2020-03-10T14:42:32.492Z] 2a23fa8c16f7: Pull complete [2020-03-10T14:42:32.768Z] 777b28850792: Pull complete [2020-03-10T14:42:34.738Z] cd6300453558: Verifying Checksum [2020-03-10T14:42:34.738Z] cd6300453558: Download complete [2020-03-10T14:42:35.018Z] a2d8cc88f415: Download complete [2020-03-10T14:42:37.622Z] ea1d1ca13537: Verifying Checksum [2020-03-10T14:42:37.622Z] ea1d1ca13537: Download complete [2020-03-10T14:42:37.622Z] 3750a50a1c5e: Verifying Checksum [2020-03-10T14:42:37.622Z] 3750a50a1c5e: Download complete [2020-03-10T14:42:40.215Z] b9c365052c96: Verifying Checksum [2020-03-10T14:42:40.215Z] b9c365052c96: Download complete [2020-03-10T14:42:41.620Z] 8a11ddd9e578: Download complete [2020-03-10T14:42:50.432Z] Running on prd-centos7-docker-4c-2g-10248 in /w/workspace/exfoundry_go-mod-messaging_PR-46 [Pipeline] { [Pipeline] ws [2020-03-10T14:42:50.537Z] Running in /w/workspace/go-mod-messaging/6 [Pipeline] { [Pipeline] checkout [2020-03-10T14:42:53.968Z] 8a11ddd9e578: Pull complete [2020-03-10T14:42:53.968Z] 4cf88f913ddb: Pull complete [2020-03-10T14:42:53.968Z] 1df406cf5192: Pull complete [2020-03-10T14:42:57.980Z] using credential edgex-jenkins-ssh [2020-03-10T14:42:58.041Z] Cloning the remote Git repository [2020-03-10T14:42:58.041Z] Cloning with configured refspecs honoured and without tags [2020-03-10T14:42:58.257Z] cd6300453558: Pull complete [2020-03-10T14:42:58.101Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-03-10T14:42:58.178Z] > git init /w/workspace/go-mod-messaging/6 # timeout=10 [2020-03-10T14:42:58.328Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-03-10T14:42:58.328Z] > git --version # timeout=10 [2020-03-10T14:42:58.338Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T14:42:58.435Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T14:42:58.953Z] Fetching without tags [2020-03-10T14:42:59.372Z] Merging remotes/origin/master commit 87d9609fa25c1224d63bb58472268eba1be5cb73 into PR head commit 20a961c3bc22e6c66cace17666be5cf65b2f397d [2020-03-10T14:42:59.509Z] Merge succeeded, producing 20a961c3bc22e6c66cace17666be5cf65b2f397d [2020-03-10T14:42:59.509Z] Checking out Revision 20a961c3bc22e6c66cace17666be5cf65b2f397d (PR-46) [2020-03-10T14:42:58.899Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-03-10T14:42:58.908Z] > git config --add remote.origin.fetch +refs/pull/46/head:refs/remotes/origin/PR-46 # timeout=10 [2020-03-10T14:42:58.924Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T14:42:58.938Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-03-10T14:42:58.958Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-03-10T14:42:58.959Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T14:42:58.968Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-10T14:42:59.383Z] > git config core.sparsecheckout # timeout=10 [2020-03-10T14:42:59.391Z] > git checkout -f 20a961c3bc22e6c66cace17666be5cf65b2f397d # timeout=10 [2020-03-10T14:42:59.456Z] > git remote # timeout=10 [2020-03-10T14:42:59.462Z] > git config --get remote.origin.url # timeout=10 [2020-03-10T14:42:59.481Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-10T14:42:59.486Z] > git merge 87d9609fa25c1224d63bb58472268eba1be5cb73 # timeout=10 [2020-03-10T14:42:59.497Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-10T14:42:59.513Z] > git config core.sparsecheckout # timeout=10 [2020-03-10T14:42:59.536Z] > git checkout -f 20a961c3bc22e6c66cace17666be5cf65b2f397d # timeout=10 [2020-03-10T14:43:03.616Z] b9c365052c96: Pull complete [2020-03-10T14:43:03.616Z] a2d8cc88f415: Pull complete [2020-03-10T14:43:03.818Z] Commit message: "Merge branch 'master' into issue_33" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-10T14:43:04.617Z] ========================================================= [2020-03-10T14:43:04.617Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-03-10T14:43:04.617Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-10T14:43:05.037Z] ea1d1ca13537: Pull complete [2020-03-10T14:43:05.308Z] 3750a50a1c5e: Pull complete [2020-03-10T14:43:05.308Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-03-10T14:43:05.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-03-10T14:43:05.308Z] ---> 78745c68409d [2020-03-10T14:43:05.308Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-03-10T14:43:05.412Z] + 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-10T14:43:05.678Z] Sending build context to Docker daemon 422.9kB [2020-03-10T14:43:05.678Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-03-10T14:43:05.678Z] Step 2/7 : FROM ${BASE} [2020-03-10T14:43:05.958Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-10T14:43:05.958Z] e6b0cf9c0882: Pulling fs layer [2020-03-10T14:43:05.958Z] 2848faf0eed1: Pulling fs layer [2020-03-10T14:43:05.958Z] 0f37312ad70f: Pulling fs layer [2020-03-10T14:43:05.958Z] 5788d62ee057: Pulling fs layer [2020-03-10T14:43:05.958Z] 0e6b1d234666: Pulling fs layer [2020-03-10T14:43:05.958Z] bf5d7aec512f: Pulling fs layer [2020-03-10T14:43:05.958Z] 34c802a77dc8: Pulling fs layer [2020-03-10T14:43:05.958Z] 9eb99e56ec68: Pulling fs layer [2020-03-10T14:43:05.958Z] 27c7a5d97fbd: Pulling fs layer [2020-03-10T14:43:05.958Z] 5c102a31e300: Pulling fs layer [2020-03-10T14:43:05.958Z] dcfb455df0a1: Pulling fs layer [2020-03-10T14:43:05.958Z] 5788d62ee057: Waiting [2020-03-10T14:43:05.958Z] 34c802a77dc8: Waiting [2020-03-10T14:43:05.958Z] 9eb99e56ec68: Waiting [2020-03-10T14:43:05.958Z] 27c7a5d97fbd: Waiting [2020-03-10T14:43:05.958Z] dcfb455df0a1: Waiting [2020-03-10T14:43:05.958Z] 5c102a31e300: Waiting [2020-03-10T14:43:05.958Z] bf5d7aec512f: Waiting [2020-03-10T14:43:05.958Z] 0f37312ad70f: Verifying Checksum [2020-03-10T14:43:05.958Z] 0f37312ad70f: Download complete [2020-03-10T14:43:05.958Z] 2848faf0eed1: Verifying Checksum [2020-03-10T14:43:05.958Z] 2848faf0eed1: Download complete [2020-03-10T14:43:05.958Z] 0e6b1d234666: Verifying Checksum [2020-03-10T14:43:05.958Z] 0e6b1d234666: Download complete [2020-03-10T14:43:05.958Z] bf5d7aec512f: Verifying Checksum [2020-03-10T14:43:05.958Z] bf5d7aec512f: Download complete [2020-03-10T14:43:05.958Z] e6b0cf9c0882: Verifying Checksum [2020-03-10T14:43:05.958Z] e6b0cf9c0882: Download complete [2020-03-10T14:43:07.100Z] e6b0cf9c0882: Pull complete [2020-03-10T14:43:07.100Z] 2848faf0eed1: Pull complete [2020-03-10T14:43:07.504Z] 0f37312ad70f: Pull complete [2020-03-10T14:43:09.208Z] 34c802a77dc8: Verifying Checksum [2020-03-10T14:43:09.208Z] 34c802a77dc8: Download complete [2020-03-10T14:43:09.508Z] 27c7a5d97fbd: Verifying Checksum [2020-03-10T14:43:09.508Z] 27c7a5d97fbd: Download complete [2020-03-10T14:43:09.588Z] ---> Running in fd7d1542bab1 [2020-03-10T14:43:09.859Z] Removing intermediate container fd7d1542bab1 [2020-03-10T14:43:09.859Z] ---> f3bb58e80760 [2020-03-10T14:43:09.859Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-03-10T14:43:09.859Z] ---> Running in 616ba344ddc2 [2020-03-10T14:43:11.277Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-10T14:43:11.861Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-10T14:43:12.482Z] 5c102a31e300: Verifying Checksum [2020-03-10T14:43:12.482Z] 5c102a31e300: Download complete [2020-03-10T14:43:12.823Z] (1/5) Installing libsodium (1.0.18-r0) [2020-03-10T14:43:12.823Z] (2/5) Installing libzmq (4.3.2-r0) [2020-03-10T14:43:12.901Z] 9eb99e56ec68: Verifying Checksum [2020-03-10T14:43:12.901Z] 9eb99e56ec68: Download complete [2020-03-10T14:43:12.901Z] dcfb455df0a1: Verifying Checksum [2020-03-10T14:43:12.901Z] dcfb455df0a1: Download complete [2020-03-10T14:43:12.901Z] 5788d62ee057: Verifying Checksum [2020-03-10T14:43:12.901Z] 5788d62ee057: Download complete [2020-03-10T14:43:13.090Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-03-10T14:43:13.090Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-03-10T14:43:13.358Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-03-10T14:43:13.358Z] Executing busybox-1.31.1-r8.trigger [2020-03-10T14:43:13.359Z] OK: 127 MiB in 44 packages [2020-03-10T14:43:14.769Z] Removing intermediate container 616ba344ddc2 [2020-03-10T14:43:14.769Z] ---> 0e49bb6ace82 [2020-03-10T14:43:14.769Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-03-10T14:43:15.037Z] ---> Running in 9310baf78876 [2020-03-10T14:43:15.305Z] Removing intermediate container 9310baf78876 [2020-03-10T14:43:15.305Z] ---> aae5bfd0efa3 [2020-03-10T14:43:15.305Z] Step 6/7 : COPY go.mod . [2020-03-10T14:43:15.892Z] ---> 7b0c9579c366 [2020-03-10T14:43:15.892Z] Step 7/7 : RUN go mod download [2020-03-10T14:43:16.161Z] ---> Running in bdab7be219c6 [2020-03-10T14:43:18.111Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-03-10T14:43:18.377Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-03-10T14:43:18.377Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-03-10T14:43:18.377Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-10T14:43:18.643Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-10T14:43:18.643Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-10T14:43:18.643Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-03-10T14:43:18.909Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-03-10T14:43:18.909Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-03-10T14:43:19.186Z] go: finding golang.org/x/text v0.3.0 [2020-03-10T14:43:23.351Z] 5788d62ee057: Pull complete [2020-03-10T14:43:23.351Z] 0e6b1d234666: Pull complete [2020-03-10T14:43:23.627Z] bf5d7aec512f: Pull complete [2020-03-10T14:43:27.408Z] Removing intermediate container bdab7be219c6 [2020-03-10T14:43:27.409Z] ---> eec5cd74dde2 [2020-03-10T14:43:27.409Z] Successfully built eec5cd74dde2 [2020-03-10T14:43:27.409Z] 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-10T14:43:27.981Z] 34c802a77dc8: Pull complete [2020-03-10T14:43:28.094Z] + docker inspect -f . ci-base-image-arm64 [2020-03-10T14:43:28.362Z] . [Pipeline] withDockerContainer [2020-03-10T14:43:28.711Z] prd-ubuntu18.04-docker-arm64-4c-16g-10247 does not seem to be running inside a container [2020-03-10T14:43:28.794Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/6 -v /w/workspace/go-mod-messaging/6:/w/workspace/go-mod-messaging/6:rw,z -v /w/workspace/go-mod-messaging/6@tmp:/w/workspace/go-mod-messaging/6@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-arm64 cat [2020-03-10T14:43:30.356Z] $ docker top 00e3d85cb52972e205cb1f61f692c5be738b659bbe0919039b32d1e2aa7847b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-10T14:43:32.385Z] 9eb99e56ec68: Pull complete [2020-03-10T14:43:32.729Z] + go version [2020-03-10T14:43:32.729Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-03-10T14:43:32.871Z] 27c7a5d97fbd: Pull complete [2020-03-10T14:43:33.377Z] + make test [2020-03-10T14:43:33.377Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-03-10T14:43:34.428Z] 5c102a31e300: Pull complete [2020-03-10T14:43:35.012Z] dcfb455df0a1: Pull complete [2020-03-10T14:43:35.012Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-03-10T14:43:35.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-03-10T14:43:35.012Z] ---> 7c70fe431013 [2020-03-10T14:43:35.012Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-03-10T14:43:35.289Z] ---> Running in 4fe27550fe4f [2020-03-10T14:43:35.558Z] Removing intermediate container 4fe27550fe4f [2020-03-10T14:43:35.558Z] ---> 9b4869a35931 [2020-03-10T14:43:35.558Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-03-10T14:43:35.558Z] ---> Running in 5fe95e9d68cd [2020-03-10T14:43:36.948Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-10T14:43:37.529Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-10T14:43:38.171Z] (1/5) Installing libsodium (1.0.18-r0) [2020-03-10T14:43:38.438Z] (2/5) Installing libzmq (4.3.2-r0) [2020-03-10T14:43:38.706Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-03-10T14:43:38.706Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-03-10T14:43:38.983Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-03-10T14:43:38.983Z] Executing busybox-1.31.1-r8.trigger [2020-03-10T14:43:38.983Z] OK: 145 MiB in 44 packages [2020-03-10T14:43:40.495Z] Removing intermediate container 5fe95e9d68cd [2020-03-10T14:43:40.495Z] ---> 2c72f62df677 [2020-03-10T14:43:40.495Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-03-10T14:43:40.495Z] ---> Running in 0308b4439e33 [2020-03-10T14:43:40.765Z] Removing intermediate container 0308b4439e33 [2020-03-10T14:43:40.765Z] ---> f66054d04187 [2020-03-10T14:43:40.765Z] Step 6/7 : COPY go.mod . [2020-03-10T14:43:41.029Z] ---> 7f4a516e44d8 [2020-03-10T14:43:41.029Z] Step 7/7 : RUN go mod download [2020-03-10T14:43:41.029Z] ---> Running in 99db5955c28c [2020-03-10T14:43:41.623Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-03-10T14:43:43.014Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-03-10T14:43:43.015Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-03-10T14:43:43.015Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-03-10T14:43:43.015Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-10T14:43:43.015Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-10T14:43:43.015Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-10T14:43:43.015Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-03-10T14:43:43.015Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-03-10T14:43:43.015Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-03-10T14:43:43.015Z] go: finding golang.org/x/text v0.3.0 [2020-03-10T14:43:49.800Z] Removing intermediate container 99db5955c28c [2020-03-10T14:43:49.800Z] ---> 18d9fd2dc2a1 [2020-03-10T14:43:49.800Z] Successfully built 18d9fd2dc2a1 [2020-03-10T14:43:49.800Z] Successfully tagged ci-base-image-x86_64:latest [2020-03-10T14:43:49.862Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.027s coverage: 96.0% of statements [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-10T14:43:50.479Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-10T14:43:50.751Z] . [Pipeline] withDockerContainer [2020-03-10T14:43:50.937Z] prd-centos7-docker-4c-2g-10248 does not seem to be running inside a container [2020-03-10T14:43:51.026Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/6 -v /w/workspace/go-mod-messaging/6:/w/workspace/go-mod-messaging/6:rw,z -v /w/workspace/go-mod-messaging/6@tmp:/w/workspace/go-mod-messaging/6@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-x86_64 cat [2020-03-10T14:43:51.892Z] $ docker top faf90c5855f007bdc4ccfb968733c875d37dd5870c513220b31c4ae5c84f49da -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-10T14:43:53.402Z] + go version [2020-03-10T14:43:53.402Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-03-10T14:43:54.126Z] + make test [2020-03-10T14:43:54.126Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-03-10T14:43:59.915Z] ? github.com/edgexfoundry/go-mod-messaging/internal/pkg [no test files] [2020-03-10T14:44:05.423Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/mqtt 0.018s coverage: 96.0% of statements [2020-03-10T14:44:22.101Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.389s coverage: 84.1% of statements [2020-03-10T14:44:22.101Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.023s coverage: 100.0% of statements [2020-03-10T14:44:22.101Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.018s coverage: 100.0% of statements [2020-03-10T14:44:22.101Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.014s coverage: 90.9% of statements [2020-03-10T14:44:22.101Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-03-10T14:44:22.689Z] gofmt -l . [2020-03-10T14:44:22.959Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-03-10T14:44:23.353Z] Stashed 1 file(s) [Pipeline] } [2020-03-10T14:44:23.361Z] $ docker stop --time=1 00e3d85cb52972e205cb1f61f692c5be738b659bbe0919039b32d1e2aa7847b7 [2020-03-10T14:44:25.533Z] $ docker rm -f 00e3d85cb52972e205cb1f61f692c5be738b659bbe0919039b32d1e2aa7847b7 [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-10T14:44:32.430Z] ok github.com/edgexfoundry/go-mod-messaging/internal/pkg/zeromq 20.381s coverage: 84.1% of statements [2020-03-10T14:44:32.430Z] ok github.com/edgexfoundry/go-mod-messaging/messaging 0.029s coverage: 100.0% of statements [2020-03-10T14:44:32.430Z] ok github.com/edgexfoundry/go-mod-messaging/messaging/mqtt 0.055s coverage: 100.0% of statements [2020-03-10T14:44:32.430Z] ok github.com/edgexfoundry/go-mod-messaging/pkg/types 0.031s coverage: 90.9% of statements [2020-03-10T14:44:32.430Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-03-10T14:44:33.491Z] gofmt -l . [2020-03-10T14:44:33.491Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-03-10T14:44:33.823Z] Warning: overwriting stash ‘coverage-report’ [2020-03-10T14:44:34.716Z] Stashed 1 file(s) [Pipeline] } [2020-03-10T14:44:34.722Z] $ docker stop --time=1 faf90c5855f007bdc4ccfb968733c875d37dd5870c513220b31c4ae5c84f49da [2020-03-10T14:44:37.010Z] $ docker rm -f faf90c5855f007bdc4ccfb968733c875d37dd5870c513220b31c4ae5c84f49da [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-10T14:44:38.518Z] provisioning config files... [2020-03-10T14:44:38.533Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/exfoundry_go-mod-messaging_PR-46@tmp/config7844482579919425530tmp [Pipeline] { [Pipeline] sh [2020-03-10T14:44:38.921Z] + curl -s https://codecov.io/bash [2020-03-10T14:44:38.921Z] + bash -s - -t @/w/workspace/exfoundry_go-mod-messaging_PR-46@tmp/config7844482579919425530tmp [2020-03-10T14:44:39.181Z] [2020-03-10T14:44:39.181Z] _____ _ [2020-03-10T14:44:39.181Z] / ____| | | [2020-03-10T14:44:39.181Z] | | ___ __| | ___ ___ _____ __ [2020-03-10T14:44:39.181Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-10T14:44:39.181Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-10T14:44:39.181Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-10T14:44:39.181Z] Bash-20200303-bc4d7e6 [2020-03-10T14:44:39.181Z] [2020-03-10T14:44:39.181Z] [2020-03-10T14:44:39.181Z] ==> Jenkins CI detected. [2020-03-10T14:44:39.181Z] project root: . [2020-03-10T14:44:39.181Z] Fixing merge commit SHA [2020-03-10T14:44:39.181Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-10T14:44:39.181Z] ==> Running gcov in . (disable via -X gcov) [2020-03-10T14:44:39.181Z] ==> Python coveragepy not found [2020-03-10T14:44:39.181Z] ==> Searching for coverage reports in: [2020-03-10T14:44:39.181Z] + . [2020-03-10T14:44:39.181Z] -> Found 1 reports [2020-03-10T14:44:39.181Z] ==> Detecting git/mercurial file structure [2020-03-10T14:44:39.181Z] ==> Reading reports [2020-03-10T14:44:39.181Z] + ./coverage.out bytes=16797 [2020-03-10T14:44:39.181Z] ==> Appending adjustments [2020-03-10T14:44:39.181Z] http://docs.codecov.io/docs/fixing-reports [2020-03-10T14:44:39.449Z] + Found adjustments [2020-03-10T14:44:39.449Z] ==> Gzipping contents [2020-03-10T14:44:39.449Z] ==> Uploading reports [2020-03-10T14:44:39.449Z] url: https://codecov.io [2020-03-10T14:44:39.449Z] query: branch=PR-46&commit=87d9609fa25c1224d63bb58472268eba1be5cb73&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-46%2F6%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=46&job= [2020-03-10T14:44:39.449Z] -> Pinging Codecov [2020-03-10T14:44:39.449Z] https://codecov.io/upload/v4?package=bash-20200303-bc4d7e6&token=secret&branch=PR-46&commit=87d9609fa25c1224d63bb58472268eba1be5cb73&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-46%2F6%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=46&job= [2020-03-10T14:44:40.018Z] -> Uploading [2020-03-10T14:44:40.276Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/87d9609fa25c1224d63bb58472268eba1be5cb73 [Pipeline] } [2020-03-10T14:44:40.283Z] 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-10T14:44:41.696Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-10T14:44:41.992Z] ---> package-listing.sh [2020-03-10T14:44:41.992Z] ++ facter osfamily [2020-03-10T14:44:41.992Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-10T14:44:41.992Z] + OS_FAMILY=redhat [2020-03-10T14:44:41.992Z] + workspace=/w/workspace/exfoundry_go-mod-messaging_PR-46 [2020-03-10T14:44:41.992Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-10T14:44:41.992Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-10T14:44:41.992Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-10T14:44:41.992Z] + PACKAGES=/tmp/packages_start.txt [2020-03-10T14:44:41.992Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-46 ']' [2020-03-10T14:44:41.992Z] + PACKAGES=/tmp/packages_end.txt [2020-03-10T14:44:41.992Z] + case "${OS_FAMILY}" in [2020-03-10T14:44:41.992Z] + rpm -qa [2020-03-10T14:44:41.992Z] + sort [2020-03-10T14:44:46.191Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-10T14:44:46.191Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-10T14:44:46.191Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-10T14:44:46.191Z] + '[' /w/workspace/exfoundry_go-mod-messaging_PR-46 ']' [2020-03-10T14:44:46.191Z] + mkdir -p /w/workspace/exfoundry_go-mod-messaging_PR-46/archives/ [2020-03-10T14:44:46.191Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-messaging_PR-46/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-10T14:44:46.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-10T14:44:46.656Z] [2020-03-10T14:44:46.656Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-10T14:44:47.004Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-10T14:44:47.004Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-10T14:44:47.004Z] c9b1b535fdd9: Pulling fs layer [2020-03-10T14:44:47.004Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-10T14:44:47.004Z] 756a868c4378: Pulling fs layer [2020-03-10T14:44:47.004Z] 444b2fc9a129: Pulling fs layer [2020-03-10T14:44:47.004Z] ea15f1150254: Pulling fs layer [2020-03-10T14:44:47.004Z] 41b27a9f41bf: Pulling fs layer [2020-03-10T14:44:47.004Z] 28c525ee5125: Pulling fs layer [2020-03-10T14:44:47.004Z] 094b1ea09ed8: Pulling fs layer [2020-03-10T14:44:47.004Z] 138eaada9080: Pulling fs layer [2020-03-10T14:44:47.004Z] 0622d0fa9048: Pulling fs layer [2020-03-10T14:44:47.004Z] 41b27a9f41bf: Waiting [2020-03-10T14:44:47.004Z] 28c525ee5125: Waiting [2020-03-10T14:44:47.004Z] 094b1ea09ed8: Waiting [2020-03-10T14:44:47.004Z] 138eaada9080: Waiting [2020-03-10T14:44:47.004Z] 0622d0fa9048: Waiting [2020-03-10T14:44:47.004Z] 444b2fc9a129: Waiting [2020-03-10T14:44:47.004Z] ea15f1150254: Waiting [2020-03-10T14:44:47.004Z] 2cc5ad85d9ab: Verifying Checksum [2020-03-10T14:44:47.004Z] 2cc5ad85d9ab: Download complete [2020-03-10T14:44:47.004Z] 444b2fc9a129: Verifying Checksum [2020-03-10T14:44:47.004Z] 444b2fc9a129: Download complete [2020-03-10T14:44:47.275Z] c9b1b535fdd9: Verifying Checksum [2020-03-10T14:44:47.275Z] c9b1b535fdd9: Download complete [2020-03-10T14:44:47.275Z] ea15f1150254: Verifying Checksum [2020-03-10T14:44:47.275Z] ea15f1150254: Download complete [2020-03-10T14:44:47.275Z] 28c525ee5125: Verifying Checksum [2020-03-10T14:44:47.275Z] 28c525ee5125: Download complete [2020-03-10T14:44:47.868Z] 756a868c4378: Verifying Checksum [2020-03-10T14:44:47.868Z] 756a868c4378: Download complete [2020-03-10T14:44:47.868Z] c9b1b535fdd9: Pull complete [2020-03-10T14:44:47.868Z] 138eaada9080: Verifying Checksum [2020-03-10T14:44:47.868Z] 138eaada9080: Download complete [2020-03-10T14:44:47.868Z] 0622d0fa9048: Verifying Checksum [2020-03-10T14:44:47.868Z] 0622d0fa9048: Download complete [2020-03-10T14:44:47.868Z] 094b1ea09ed8: Verifying Checksum [2020-03-10T14:44:47.868Z] 094b1ea09ed8: Download complete [2020-03-10T14:44:47.868Z] 2cc5ad85d9ab: Pull complete [2020-03-10T14:44:48.443Z] 41b27a9f41bf: Verifying Checksum [2020-03-10T14:44:48.443Z] 41b27a9f41bf: Download complete [2020-03-10T14:44:49.845Z] 756a868c4378: Pull complete [2020-03-10T14:44:49.845Z] 444b2fc9a129: Pull complete [2020-03-10T14:44:50.106Z] ea15f1150254: Pull complete [2020-03-10T14:44:53.403Z] 41b27a9f41bf: Pull complete [2020-03-10T14:44:53.664Z] 28c525ee5125: Pull complete [2020-03-10T14:44:56.230Z] 094b1ea09ed8: Pull complete [2020-03-10T14:44:56.230Z] 138eaada9080: Pull complete [2020-03-10T14:44:56.230Z] 0622d0fa9048: Pull complete [2020-03-10T14:44:56.230Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-10T14:44:56.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-10T14:44:56.445Z] prd-centos7-docker-4c-2g-10246 does not seem to be running inside a container [2020-03-10T14:44:56.492Z] $ 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-46 -v /w/workspace/exfoundry_go-mod-messaging_PR-46:/w/workspace/exfoundry_go-mod-messaging_PR-46:rw,z -v /w/workspace/exfoundry_go-mod-messaging_PR-46@tmp:/w/workspace/exfoundry_go-mod-messaging_PR-46@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-10T14:44:57.566Z] $ docker top 14a2d3281e065fba214302e0dd67f5780a7d262d2e118a6329e86a66a70036de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-10T14:44:58.327Z] provisioning config files... [2020-03-10T14:44:58.343Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-messaging_PR-46@tmp/config6811874652627677495tmp [Pipeline] { [Pipeline] echo [2020-03-10T14:44:58.395Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-10T14:44:58.692Z] ---> create-netrc.sh [Pipeline] echo [2020-03-10T14:44:58.699Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-10T14:44:58.996Z] ---> logs-deploy.sh [2020-03-10T14:44:58.996Z] + ARCHIVE_ARTIFACTS= [2020-03-10T14:44:58.996Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-10T14:44:58.996Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-10T14:44:58.996Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-10T14:44:58.996Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-46/6 [2020-03-10T14:44:58.996Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-46/6/ [2020-03-10T14:44:58.996Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-46/6 /w/workspace/exfoundry_go-mod-messaging_PR-46 [2020-03-10T14:45:00.391Z] Archives upload complete. [2020-03-10T14:45:00.391Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-46/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/go-mod-messaging/job/PR-46/6/ [2020-03-10T14:45:01.334Z] ---> uname -a: [2020-03-10T14:45:01.334Z] Linux 14a2d3281e06 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-03-10T14:45:01.334Z] [2020-03-10T14:45:01.334Z] [2020-03-10T14:45:01.334Z] ---> lscpu: [2020-03-10T14:45:01.334Z] Architecture: x86_64 [2020-03-10T14:45:01.334Z] CPU op-mode(s): 32-bit, 64-bit [2020-03-10T14:45:01.334Z] Byte Order: Little Endian [2020-03-10T14:45:01.334Z] Address sizes: 40 bits physical, 48 bits virtual [2020-03-10T14:45:01.334Z] CPU(s): 4 [2020-03-10T14:45:01.334Z] On-line CPU(s) list: 0-3 [2020-03-10T14:45:01.334Z] Thread(s) per core: 1 [2020-03-10T14:45:01.334Z] Core(s) per socket: 1 [2020-03-10T14:45:01.334Z] Socket(s): 4 [2020-03-10T14:45:01.334Z] NUMA node(s): 1 [2020-03-10T14:45:01.334Z] Vendor ID: GenuineIntel [2020-03-10T14:45:01.334Z] CPU family: 6 [2020-03-10T14:45:01.334Z] Model: 44 [2020-03-10T14:45:01.334Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-03-10T14:45:01.334Z] Stepping: 1 [2020-03-10T14:45:01.334Z] CPU MHz: 2933.436 [2020-03-10T14:45:01.334Z] BogoMIPS: 5866.87 [2020-03-10T14:45:01.334Z] Virtualization: VT-x [2020-03-10T14:45:01.334Z] Hypervisor vendor: KVM [2020-03-10T14:45:01.334Z] Virtualization type: full [2020-03-10T14:45:01.334Z] L1d cache: 128 KiB [2020-03-10T14:45:01.334Z] L1i cache: 128 KiB [2020-03-10T14:45:01.334Z] L2 cache: 16 MiB [2020-03-10T14:45:01.334Z] L3 cache: 64 MiB [2020-03-10T14:45:01.334Z] NUMA node0 CPU(s): 0-3 [2020-03-10T14:45:01.334Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-03-10T14:45:01.334Z] Vulnerability Meltdown: Mitigation; PTI [2020-03-10T14:45:01.334Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-03-10T14:45:01.334Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-03-10T14:45:01.334Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-03-10T14:45:01.334Z] 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-10T14:45:01.334Z] [2020-03-10T14:45:01.334Z] [2020-03-10T14:45:01.334Z] ---> nproc: [2020-03-10T14:45:01.334Z] 4 [2020-03-10T14:45:01.334Z] [2020-03-10T14:45:01.334Z]