Pull request #570 opened 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 hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 456d5ef00ab241b4b10710decef5552b6e387823+febf39b04dedb3430b219c075f97053df1e07f01 (41962d38ef4b34c8f218dd51788bbe64e68d8b7a) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-570/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-142 in /w/workspace/dgexfoundry_device-sdk-go_PR-570 [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/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-570 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/570/head:refs/remotes/origin/PR-570 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/570/head:refs/remotes/origin/PR-570 # 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/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/570/head:refs/remotes/origin/PR-570 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit febf39b04dedb3430b219c075f97053df1e07f01 into PR head commit 456d5ef00ab241b4b10710decef5552b6e387823 Merge succeeded, producing 456d5ef00ab241b4b10710decef5552b6e387823 Checking out Revision 456d5ef00ab241b4b10710decef5552b6e387823 (PR-570) > git config core.sparsecheckout # timeout=10 > git checkout -f 456d5ef00ab241b4b10710decef5552b6e387823 # 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 febf39b04dedb3430b219c075f97053df1e07f01 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 456d5ef00ab241b4b10710decef5552b6e387823 # timeout=10 Commit message: "Update Makefile and clean attribution file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:37:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:37:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:37:44 ========================================================= 04:37:44 EdgeX Global Pipelines Version Info 04:37:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:37:47 ------------------- 04:37:47 stable info: 04:37:47 ------------------- 04:37:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:37:47 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 04:37:47 Message: update stable to v1.0.106 04:37:48 ------------------- 04:37:48 experimental info: 04:37:48 ------------------- 04:37:48 Commited By: **** collab-it+edgex@linuxfoundation.org 04:37:48 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 04:37:48 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:37:51 + git log --format=format:%s -1 456d5ef00ab241b4b10710decef5552b6e387823 [Pipeline] echo 04:37:51 GIT_COMMIT: 456d5ef00ab241b4b10710decef5552b6e387823, Commit Message: Update Makefile and clean attribution file [Pipeline] echo 04:37:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:37:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:37:52 04:37:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:37:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:37:53 latest: Pulling from edgex-devops/git-semver 04:37:53 31603596830f: Pulling fs layer 04:37:53 2a8b12db71e7: Pulling fs layer 04:37:53 6ca5941a6612: Pulling fs layer 04:37:53 ecc8261a40a4: Pulling fs layer 04:37:53 ecc8261a40a4: Waiting 04:37:53 2a8b12db71e7: Verifying Checksum 04:37:53 2a8b12db71e7: Download complete 04:37:54 31603596830f: Verifying Checksum 04:37:54 31603596830f: Download complete 04:37:54 ecc8261a40a4: Verifying Checksum 04:37:54 ecc8261a40a4: Download complete 04:37:54 6ca5941a6612: Verifying Checksum 04:37:54 6ca5941a6612: Download complete 04:37:54 31603596830f: Pull complete 04:37:54 2a8b12db71e7: Pull complete 04:37:56 6ca5941a6612: Pull complete 04:37:56 ecc8261a40a4: Pull complete 04:37:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:37:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:37:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:37:56 prd-centos7-docker-4c-2g-142 does not seem to be running inside a container 04:37:56 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-570 -v /w/workspace/dgexfoundry_device-sdk-go_PR-570:/w/workspace/dgexfoundry_device-sdk-go_PR-570:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-570@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-570@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:37:59 $ docker top 0e6c8488610f4059d0e1db8a81d05e9ba574bd8d9afbf500c5eb00b3a60aca20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:37:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:37:59 [ssh-agent] Looking for ssh-agent implementation... 04:37:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:37:59 $ docker exec 0e6c8488610f4059d0e1db8a81d05e9ba574bd8d9afbf500c5eb00b3a60aca20 ssh-agent 04:38:00 SSH_AUTH_SOCK=/tmp/ssh-bOc5hKyHfvgj/agent.13 04:38:00 SSH_AGENT_PID=18 04:38:00 Running ssh-add (command line suppressed) 04:38:00 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-570@tmp/private_key_1832747238212297797.key (/w/workspace/dgexfoundry_device-sdk-go_PR-570@tmp/private_key_1832747238212297797.key) 04:38:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:38:01 + git describe --exact-match --tags HEAD 04:38:01 fatal: No names found, cannot describe anything. [Pipeline] } 04:38:01 $ docker exec --env ******** --env ******** 0e6c8488610f4059d0e1db8a81d05e9ba574bd8d9afbf500c5eb00b3a60aca20 ssh-agent -k 04:38:01 unset SSH_AUTH_SOCK; 04:38:01 unset SSH_AGENT_PID; 04:38:01 echo Agent pid 18 killed; 04:38:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:38:01 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:38:01 This usually means this commit has not been tagged. [Pipeline] sshagent 04:38:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:38:01 [ssh-agent] Looking for ssh-agent implementation... 04:38:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:38:01 $ docker exec 0e6c8488610f4059d0e1db8a81d05e9ba574bd8d9afbf500c5eb00b3a60aca20 ssh-agent 04:38:02 SSH_AUTH_SOCK=/tmp/ssh-u13sArbl7dWd/agent.47 04:38:02 SSH_AGENT_PID=53 04:38:02 Running ssh-add (command line suppressed) 04:38:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-570@tmp/private_key_4581939355651190610.key (/w/workspace/dgexfoundry_device-sdk-go_PR-570@tmp/private_key_4581939355651190610.key) 04:38:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:38:02 + git semver init 04:38:02 # -> Open(): unable to determine branch for HEAD 04:38:02 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-570/.git 04:38:02 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-570 04:38:02 # $SEMVER_REMOTE_NAME = origin 04:38:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:38:02 # $SEMVER_USER_NAME = edgex-jenkins 04:38:02 # $SEMVER_BRANCH = PR-570 04:38:02 # $SEMVER_TEMP = /tmp/semver-336027567 04:38:02 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:38:04 # '/tmp/semver-336027567' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-570/.semver' 04:38:04 # -> Force: false 04:38:04 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-570/.semver [Pipeline] } 04:38:04 $ docker exec --env ******** --env ******** 0e6c8488610f4059d0e1db8a81d05e9ba574bd8d9afbf500c5eb00b3a60aca20 ssh-agent -k 04:38:04 unset SSH_AUTH_SOCK; 04:38:04 unset SSH_AGENT_PID; 04:38:04 echo Agent pid 53 killed; 04:38:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:38:05 + git semver [Pipeline] } 04:38:05 $ docker stop --time=1 0e6c8488610f4059d0e1db8a81d05e9ba574bd8d9afbf500c5eb00b3a60aca20 04:38:06 $ docker rm -f 0e6c8488610f4059d0e1db8a81d05e9ba574bd8d9afbf500c5eb00b3a60aca20 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:38:08 Stashed 29 file(s) [Pipeline] echo 04:38:08 [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo 04:38:08 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:38:24 Still waiting to schedule task 04:38:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:38:24 Still waiting to schedule task 04:38:24 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:40:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-143 in /w/workspace/dgexfoundry_device-sdk-go_PR-570 [Pipeline] { [Pipeline] ws 04:40:14 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:40:19 using credential edgex-jenkins-ssh 04:40:19 Cloning the remote Git repository 04:40:19 Cloning with configured refspecs honoured and without tags 04:40:19 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:40:19 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:40:20 Fetching without tags 04:40:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:40:19 > git --version # timeout=10 04:40:19 > git --version # 'git version 2.17.1' 04:40:19 using GIT_SSH to set credentials SSH Credentials for GitHub 04:40:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/570/head:refs/remotes/origin/PR-570 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:40:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:40:20 > git config --add remote.origin.fetch +refs/pull/570/head:refs/remotes/origin/PR-570 # timeout=10 04:40:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:40:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:40:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:40:20 using GIT_SSH to set credentials SSH Credentials for GitHub 04:40:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/570/head:refs/remotes/origin/PR-570 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:40:21 Merging remotes/origin/master commit febf39b04dedb3430b219c075f97053df1e07f01 into PR head commit 456d5ef00ab241b4b10710decef5552b6e387823 04:40:21 Merge succeeded, producing 456d5ef00ab241b4b10710decef5552b6e387823 04:40:21 Checking out Revision 456d5ef00ab241b4b10710decef5552b6e387823 (PR-570) 04:40:21 > git config core.sparsecheckout # timeout=10 04:40:21 > git checkout -f 456d5ef00ab241b4b10710decef5552b6e387823 # timeout=10 04:40:21 > git remote # timeout=10 04:40:21 > git config --get remote.origin.url # timeout=10 04:40:21 using GIT_SSH to set credentials SSH Credentials for GitHub 04:40:21 > git merge febf39b04dedb3430b219c075f97053df1e07f01 # timeout=10 04:40:21 > git rev-parse HEAD^{commit} # timeout=10 04:40:21 > git config core.sparsecheckout # timeout=10 04:40:21 > git checkout -f 456d5ef00ab241b4b10710decef5552b6e387823 # timeout=10 04:40:25 Commit message: "Update Makefile and clean attribution file" 04:40:25 > git --version # timeout=10 04:40:25 > git --version # 'git version 2.17.1' 04:40:25 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:40:27 ========================================================= 04:40:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:40:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:40:28 + 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 . 04:40:29 Sending build context to Docker daemon 3.08MB 04:40:29 Step 1/8 : ARG BASE=golang:1.13-alpine 04:40:29 Step 2/8 : FROM ${BASE} 04:40:29 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:40:29 b538f80385f9: Pulling fs layer 04:40:29 74f711af9a0d: Pulling fs layer 04:40:29 99f96fe45779: Pulling fs layer 04:40:29 fd7a069fd194: Pulling fs layer 04:40:29 66aa3694b03b: Pulling fs layer 04:40:29 170f70906a0f: Pulling fs layer 04:40:29 ad7c5574e4b9: Pulling fs layer 04:40:29 e772456be8f7: Pulling fs layer 04:40:29 c890913d741a: Pulling fs layer 04:40:29 2480fcc9aa5a: Pulling fs layer 04:40:29 09adf4765672: Pulling fs layer 04:40:29 fd7a069fd194: Waiting 04:40:29 66aa3694b03b: Waiting 04:40:29 170f70906a0f: Waiting 04:40:29 ad7c5574e4b9: Waiting 04:40:29 e772456be8f7: Waiting 04:40:29 c890913d741a: Waiting 04:40:29 2480fcc9aa5a: Waiting 04:40:29 09adf4765672: Waiting 04:40:29 99f96fe45779: Verifying Checksum 04:40:29 99f96fe45779: Download complete 04:40:29 74f711af9a0d: Verifying Checksum 04:40:29 74f711af9a0d: Download complete 04:40:29 66aa3694b03b: Verifying Checksum 04:40:29 66aa3694b03b: Download complete 04:40:29 170f70906a0f: Verifying Checksum 04:40:29 170f70906a0f: Download complete 04:40:29 b538f80385f9: Verifying Checksum 04:40:29 b538f80385f9: Download complete 04:40:30 b538f80385f9: Pull complete 04:40:31 74f711af9a0d: Pull complete 04:40:31 99f96fe45779: Pull complete 04:40:32 ad7c5574e4b9: Verifying Checksum 04:40:32 ad7c5574e4b9: Download complete 04:40:32 c890913d741a: Download complete 04:40:34 e772456be8f7: Verifying Checksum 04:40:34 e772456be8f7: Download complete 04:40:34 09adf4765672: Download complete 04:40:35 2480fcc9aa5a: Verifying Checksum 04:40:35 2480fcc9aa5a: Download complete 04:40:35 fd7a069fd194: Verifying Checksum 04:40:35 fd7a069fd194: Download complete 04:40:47 fd7a069fd194: Pull complete 04:40:47 66aa3694b03b: Pull complete 04:40:47 170f70906a0f: Pull complete 04:40:51 ad7c5574e4b9: Pull complete 04:40:55 e772456be8f7: Pull complete 04:40:55 c890913d741a: Pull complete 04:40:58 2480fcc9aa5a: Pull complete 04:40:58 09adf4765672: Pull complete 04:40:58 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:40:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:40:58 ---> 2248a725d1cf 04:40:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:41:03 ---> Running in 42f7b18feb77 04:41:03 Removing intermediate container 42f7b18feb77 04:41:03 ---> d227c036f6c6 04:41:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:03 ---> Running in 85659ae708fb 04:41:06 Removing intermediate container 85659ae708fb 04:41:06 ---> 6302dbf8beae 04:41:06 Step 5/8 : RUN apk add --no-cache make git 04:41:06 ---> Running in c2204e6a971b 04:41:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:41:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:41:10 OK: 142 MiB in 39 packages 04:41:10 Removing intermediate container c2204e6a971b 04:41:10 ---> 4c57481d2407 04:41:10 Step 6/8 : WORKDIR /device-sdk-go 04:41:11 ---> Running in b0ebe6f21ec1 04:41:11 Removing intermediate container b0ebe6f21ec1 04:41:11 ---> 62c4dd23fdb1 04:41:11 Step 7/8 : COPY . . 04:41:12 ---> ae2c69c4b007 04:41:12 Step 8/8 : RUN go mod download 04:41:12 ---> Running in d1630fae579f 04:41:15 Running on prd-centos7-docker-4c-2g-144 in /w/workspace/dgexfoundry_device-sdk-go_PR-570 [Pipeline] { [Pipeline] ws 04:41:15 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:41:16 go: finding github.com/BurntSushi/toml v0.3.1 04:41:16 go: finding github.com/OneOfOne/xxhash v1.2.6 04:41:16 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:41:16 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:41:16 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:41:16 go: finding github.com/bgentry/speakeasy v0.1.0 04:41:16 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:41:16 go: finding github.com/davecgh/go-spew v1.1.1 04:41:16 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:41:16 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:41:16 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:41:16 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:41:16 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:41:16 go: finding github.com/fatih/color v1.7.0 04:41:16 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:41:16 go: finding github.com/go-kit/kit v0.8.0 04:41:16 go: finding github.com/go-logfmt/logfmt v0.4.0 04:41:16 go: finding github.com/go-stack/stack v1.8.0 04:41:17 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:41:17 go: finding github.com/google/uuid v1.1.0 04:41:17 go: finding github.com/gorilla/mux v1.7.1 04:41:17 go: finding github.com/hashicorp/consul/api v1.1.0 04:41:17 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:41:17 go: finding github.com/hashicorp/errwrap v1.0.0 04:41:17 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:41:17 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:41:17 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:41:17 go: finding github.com/hashicorp/go-multierror v1.0.0 04:41:17 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:41:17 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:41:17 go: finding github.com/hashicorp/go-syslog v1.0.0 04:41:17 go: finding github.com/hashicorp/go-uuid v1.0.1 04:41:17 go: finding github.com/hashicorp/go.net v0.0.1 04:41:17 go: finding github.com/hashicorp/golang-lru v0.5.0 04:41:17 go: finding github.com/hashicorp/logutils v1.0.0 04:41:17 go: finding github.com/hashicorp/mdns v1.0.0 04:41:17 go: finding github.com/hashicorp/memberlist v0.1.3 04:41:17 go: finding github.com/hashicorp/serf v0.8.2 04:41:17 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:41:17 go: finding github.com/mattn/go-colorable v0.0.9 04:41:18 go: finding github.com/mattn/go-isatty v0.0.3 04:41:18 go: finding github.com/miekg/dns v1.0.14 04:41:18 go: finding github.com/mitchellh/cli v1.0.0 04:41:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:41:18 go: finding github.com/mitchellh/copystructure v1.0.0 04:41:18 go: finding github.com/mitchellh/go-homedir v1.0.0 04:41:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:41:18 go: finding github.com/mitchellh/gox v0.4.0 04:41:18 go: finding github.com/mitchellh/iochan v1.0.0 04:41:18 go: finding github.com/mitchellh/mapstructure v1.1.2 04:41:18 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:41:18 using credential edgex-jenkins-ssh 04:41:18 Cloning the remote Git repository 04:41:18 Cloning with configured refspecs honoured and without tags 04:41:18 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:41:18 go: finding github.com/pelletier/go-toml v1.2.0 04:41:18 go: finding github.com/pkg/errors v0.8.1 04:41:18 go: finding github.com/pmezard/go-difflib v1.0.0 04:41:18 go: finding github.com/posener/complete v1.1.1 04:41:18 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:41:19 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:41:19 go: finding github.com/stretchr/objx v0.1.0 04:41:19 go: finding github.com/stretchr/testify v1.5.1 04:41:19 go: finding github.com/ugorji/go v1.1.4 04:41:19 go: finding github.com/x448/float16 v0.8.4 04:41:19 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:41:18 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:41:18 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:41:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:41:18 > git --version # timeout=10 04:41:18 > git --version # 'git version 2.16.5' 04:41:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:41:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/570/head:refs/remotes/origin/PR-570 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:41:19 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 04:41:19 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:41:19 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:41:19 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 04:41:19 go: finding gopkg.in/yaml.v2 v2.2.8 04:41:19 Fetching without tags 04:41:20 Merging remotes/origin/master commit febf39b04dedb3430b219c075f97053df1e07f01 into PR head commit 456d5ef00ab241b4b10710decef5552b6e387823 04:41:20 Merge succeeded, producing 456d5ef00ab241b4b10710decef5552b6e387823 04:41:20 Checking out Revision 456d5ef00ab241b4b10710decef5552b6e387823 (PR-570) 04:41:19 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:41:19 > git config --add remote.origin.fetch +refs/pull/570/head:refs/remotes/origin/PR-570 # timeout=10 04:41:19 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:41:19 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:41:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:41:19 using GIT_SSH to set credentials SSH Credentials for GitHub 04:41:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/570/head:refs/remotes/origin/PR-570 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:41:20 > git config core.sparsecheckout # timeout=10 04:41:20 > git checkout -f 456d5ef00ab241b4b10710decef5552b6e387823 # timeout=10 04:41:20 > git remote # timeout=10 04:41:20 > git config --get remote.origin.url # timeout=10 04:41:20 using GIT_SSH to set credentials SSH Credentials for GitHub 04:41:20 > git merge febf39b04dedb3430b219c075f97053df1e07f01 # timeout=10 04:41:20 > git rev-parse HEAD^{commit} # timeout=10 04:41:20 > git config core.sparsecheckout # timeout=10 04:41:20 > git checkout -f 456d5ef00ab241b4b10710decef5552b6e387823 # timeout=10 04:41:23 Commit message: "Update Makefile and clean attribution file" 04:41:23 > git --version # timeout=10 04:41:23 > git --version # 'git version 2.16.5' 04:41:23 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:41:25 ========================================================= 04:41:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:41:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:41:26 + 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 . 04:41:26 Sending build context to Docker daemon 3.08MB 04:41:26 Step 1/8 : ARG BASE=golang:1.13-alpine 04:41:26 Step 2/8 : FROM ${BASE} 04:41:26 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:41:26 df20fa9351a1: Pulling fs layer 04:41:26 ed8968b2872e: Pulling fs layer 04:41:26 a92cc7c5fd73: Pulling fs layer 04:41:26 2dd03ba5bac4: Pulling fs layer 04:41:26 1e091d79d1de: Pulling fs layer 04:41:26 481702a1767f: Pulling fs layer 04:41:26 f64a6f60c768: Pulling fs layer 04:41:26 e78d2573fc39: Pulling fs layer 04:41:26 e876d2f968b6: Pulling fs layer 04:41:26 ce8a83651883: Pulling fs layer 04:41:26 07967f4d0e4b: Pulling fs layer 04:41:26 2dd03ba5bac4: Waiting 04:41:26 1e091d79d1de: Waiting 04:41:26 e876d2f968b6: Waiting 04:41:26 481702a1767f: Waiting 04:41:26 f64a6f60c768: Waiting 04:41:26 ce8a83651883: Waiting 04:41:26 07967f4d0e4b: Waiting 04:41:26 e78d2573fc39: Waiting 04:41:26 a92cc7c5fd73: Verifying Checksum 04:41:26 a92cc7c5fd73: Download complete 04:41:26 ed8968b2872e: Verifying Checksum 04:41:26 ed8968b2872e: Download complete 04:41:26 1e091d79d1de: Verifying Checksum 04:41:26 1e091d79d1de: Download complete 04:41:26 481702a1767f: Verifying Checksum 04:41:26 481702a1767f: Download complete 04:41:26 df20fa9351a1: Verifying Checksum 04:41:26 df20fa9351a1: Pull complete 04:41:27 ed8968b2872e: Pull complete 04:41:27 a92cc7c5fd73: Pull complete 04:41:27 f64a6f60c768: Verifying Checksum 04:41:27 f64a6f60c768: Download complete 04:41:27 e876d2f968b6: Verifying Checksum 04:41:27 e876d2f968b6: Download complete 04:41:28 2dd03ba5bac4: Verifying Checksum 04:41:28 2dd03ba5bac4: Download complete 04:41:28 07967f4d0e4b: Verifying Checksum 04:41:28 07967f4d0e4b: Download complete 04:41:28 e78d2573fc39: Verifying Checksum 04:41:28 e78d2573fc39: Download complete 04:41:28 ce8a83651883: Verifying Checksum 04:41:28 ce8a83651883: Download complete 04:41:29 Removing intermediate container d1630fae579f 04:41:29 ---> b6ed274a94f3 04:41:29 Successfully built b6ed274a94f3 04:41:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:30 + docker inspect -f . ci-base-image-arm64 04:41:30 . [Pipeline] withDockerContainer 04:41:31 prd-ubuntu18.04-docker-arm64-4c-16g-143 does not seem to be running inside a container 04:41:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:41:32 $ docker top 59b8f03307a8d18f5abd745023a28e3a3ed7bd2d791c89a7d224c269ae171fb1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:34 2dd03ba5bac4: Pull complete 04:41:34 1e091d79d1de: Pull complete 04:41:34 481702a1767f: Pull complete 04:41:34 + go version 04:41:34 go version go1.13.13 linux/arm64 [Pipeline] sh 04:41:35 + make test 04:41:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:41:39 f64a6f60c768: Pull complete 04:41:40 # runtime/race 04:41:40 /usr/lib/gcc/aarch64-alpine-linux-musl/9.3.0/../../../../aarch64-alpine-linux-musl/bin/ld: race_linux_arm64.syso: in function `__sanitizer::GetArgv()': 04:41:40 gotsan.cc:(.text+0x48b8): undefined reference to `__libc_stack_end' 04:41:40 /usr/lib/gcc/aarch64-alpine-linux-musl/9.3.0/../../../../aarch64-alpine-linux-musl/bin/ld: gotsan.cc:(.text+0x48bc): undefined reference to `__libc_stack_end' 04:41:40 /usr/lib/gcc/aarch64-alpine-linux-musl/9.3.0/../../../../aarch64-alpine-linux-musl/bin/ld: race_linux_arm64.syso: in function `__sanitizer::GetEnviron()': 04:41:40 gotsan.cc:(.text+0x48d0): undefined reference to `__libc_stack_end' 04:41:40 /usr/lib/gcc/aarch64-alpine-linux-musl/9.3.0/../../../../aarch64-alpine-linux-musl/bin/ld: gotsan.cc:(.text+0x48d4): undefined reference to `__libc_stack_end' 04:41:40 /usr/lib/gcc/aarch64-alpine-linux-musl/9.3.0/../../../../aarch64-alpine-linux-musl/bin/ld: race_linux_arm64.syso: in function `__sanitizer::WriteOneLineToSyslog(char const*)': 04:41:40 gotsan.cc:(.text+0x507c): undefined reference to `__syslog_chk' 04:41:40 /usr/lib/gcc/aarch64-alpine-linux-musl/9.3.0/../../../../aarch64-alpine-linux-musl/bin/ld: race_linux_arm64.syso: in function `__sanitizer::InternalAlloc(unsigned long, __sanitizer::SizeClassAllocatorLocalCache<__sanitizer::SizeClassAllocator32<__sanitizer::AP32> >*, unsigned long)': 04:41:40 gotsan.cc:(.text+0x5c14): undefined reference to `__libc_malloc' 04:41:40 /usr/lib/gcc/aarch64-alpine-linux-musl/9.3.0/../../../../aarch64-alpine-linux-musl/bin/ld: race_linux_arm64.syso: in function `__sanitizer::InternalRealloc(void*, unsigned long, __sanitizer::SizeClassAllocatorLocalCache<__sanitizer::SizeClassAllocator32<__sanitizer::AP32> >*)': 04:41:40 gotsan.cc:(.text+0x7614): undefined reference to `__libc_realloc' 04:41:40 /usr/lib/gcc/aarch64-alpine-linux-musl/9.3.0/../../../../aarch64-alpine-linux-musl/bin/ld: race_linux_arm64.syso: in function `__sanitizer::InternalFree(void*, __sanitizer::SizeClassAllocatorLocalCache<__sanitizer::SizeClassAllocator32<__sanitizer::AP32> >*)': 04:41:40 gotsan.cc:(.text+0x7694): undefined reference to `__libc_free' 04:41:40 collect2: error: ld returned 1 exit status 04:41:41 e78d2573fc39: Pull complete 04:41:41 e876d2f968b6: Pull complete 04:41:43 ce8a83651883: Pull complete 04:41:43 07967f4d0e4b: Pull complete 04:41:43 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:41:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:41:43 ---> 5d7c900382c6 04:41:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:41:44 ---> Running in 30ebe12775a8 04:41:44 Removing intermediate container 30ebe12775a8 04:41:44 ---> a9fd5fed2699 04:41:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:44 ---> Running in 4a90f2033620 04:41:46 Removing intermediate container 4a90f2033620 04:41:46 ---> 0e9a0414c79c 04:41:46 Step 5/8 : RUN apk add --no-cache make git 04:41:46 ---> Running in e41167343f4c 04:41:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:47 OK: 166 MiB in 39 packages 04:41:48 Removing intermediate container e41167343f4c 04:41:48 ---> 93bd7ce36917 04:41:48 Step 6/8 : WORKDIR /device-sdk-go 04:41:48 ---> Running in f3ef4a2919de 04:41:48 Removing intermediate container f3ef4a2919de 04:41:48 ---> 8e711f9e218b 04:41:48 Step 7/8 : COPY . . 04:41:49 ---> 360cfe3e553f 04:41:49 Step 8/8 : RUN go mod download 04:41:49 ---> Running in 12064bb104a7 04:41:52 go: finding github.com/BurntSushi/toml v0.3.1 04:41:52 go: finding github.com/OneOfOne/xxhash v1.2.6 04:41:52 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:41:52 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:41:52 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:41:52 go: finding github.com/bgentry/speakeasy v0.1.0 04:41:52 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:41:52 go: finding github.com/davecgh/go-spew v1.1.1 04:41:52 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 04:41:52 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:41:52 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:41:52 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:41:52 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:41:52 go: finding github.com/fatih/color v1.7.0 04:41:52 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:41:52 go: finding github.com/go-kit/kit v0.8.0 04:41:52 go: finding github.com/go-logfmt/logfmt v0.4.0 04:41:52 go: finding github.com/go-stack/stack v1.8.0 04:41:52 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:41:52 go: finding github.com/google/uuid v1.1.0 04:41:52 go: finding github.com/gorilla/mux v1.7.1 04:41:52 go: finding github.com/hashicorp/consul/api v1.1.0 04:41:52 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:41:52 go: finding github.com/hashicorp/errwrap v1.0.0 04:41:52 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:41:52 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:41:52 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:41:52 go: finding github.com/hashicorp/go-multierror v1.0.0 04:41:52 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:41:52 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:41:52 go: finding github.com/hashicorp/go-syslog v1.0.0 04:41:53 go: finding github.com/hashicorp/go-uuid v1.0.1 04:41:53 go: finding github.com/hashicorp/go.net v0.0.1 04:41:53 go: finding github.com/hashicorp/golang-lru v0.5.0 04:41:53 go: finding github.com/hashicorp/logutils v1.0.0 04:41:53 go: finding github.com/hashicorp/mdns v1.0.0 04:41:53 go: finding github.com/hashicorp/memberlist v0.1.3 04:41:53 go: finding github.com/hashicorp/serf v0.8.2 04:41:53 ? github.com/edgexfoundry/device-sdk-go [no test files] 04:41:53 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:41:53 go: finding github.com/mattn/go-colorable v0.0.9 04:41:53 go: finding github.com/mattn/go-isatty v0.0.3 04:41:53 go: finding github.com/miekg/dns v1.0.14 04:41:53 go: finding github.com/mitchellh/cli v1.0.0 04:41:53 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:41:53 go: finding github.com/mitchellh/copystructure v1.0.0 04:41:53 go: finding github.com/mitchellh/go-homedir v1.0.0 04:41:53 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:41:53 go: finding github.com/mitchellh/gox v0.4.0 04:41:53 go: finding github.com/mitchellh/iochan v1.0.0 04:41:53 go: finding github.com/mitchellh/mapstructure v1.1.2 04:41:53 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:41:53 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:41:53 go: finding github.com/pelletier/go-toml v1.2.0 04:41:53 go: finding github.com/pkg/errors v0.8.1 04:41:53 go: finding github.com/pmezard/go-difflib v1.0.0 04:41:53 go: finding github.com/posener/complete v1.1.1 04:41:53 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:41:53 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:41:53 go: finding github.com/stretchr/objx v0.1.0 04:41:54 go: finding github.com/stretchr/testify v1.5.1 04:41:54 go: finding github.com/ugorji/go v1.1.4 04:41:54 go: finding github.com/x448/float16 v0.8.4 04:41:54 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:41:54 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 04:41:54 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:41:54 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:41:54 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 04:41:54 go: finding gopkg.in/yaml.v2 v2.2.8 04:42:02 Removing intermediate container 12064bb104a7 04:42:02 ---> 6f467f441b51 04:42:02 Successfully built 6f467f441b51 04:42:02 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 04:42:03 + docker inspect -f . ci-base-image-x86_64 04:42:03 . [Pipeline] withDockerContainer 04:42:03 prd-centos7-docker-4c-2g-144 does not seem to be running inside a container 04:42:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:42:04 $ docker top e7584f23a5436e651bc8b90dfa388bc5337eee7bf10cab39ccb683ae0f0d6e37 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:05 + go version 04:42:05 go version go1.13.13 linux/amd64 [Pipeline] sh 04:42:05 + make test 04:42:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:42:07 # runtime/race 04:42:07 /usr/lib/gcc/x86_64-alpine-linux-musl/9.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: race_linux_amd64.syso: in function `__sanitizer::GetArgv()': 04:42:07 gotsan.cc:(.text+0x4183): undefined reference to `__libc_stack_end' 04:42:07 /usr/lib/gcc/x86_64-alpine-linux-musl/9.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: race_linux_amd64.syso: in function `__sanitizer::ReExec()': 04:42:07 gotsan.cc:(.text+0x9797): undefined reference to `__libc_stack_end' 04:42:07 /usr/lib/gcc/x86_64-alpine-linux-musl/9.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: race_linux_amd64.syso: in function `__sanitizer::InternalAlloc(unsigned long, __sanitizer::SizeClassAllocatorLocalCache<__sanitizer::SizeClassAllocator32<__sanitizer::AP32> >*, unsigned long)': 04:42:07 gotsan.cc:(.text+0xaac1): undefined reference to `__libc_malloc' 04:42:07 /usr/lib/gcc/x86_64-alpine-linux-musl/9.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: race_linux_amd64.syso: in function `__sanitizer::InternalRealloc(void*, unsigned long, __sanitizer::SizeClassAllocatorLocalCache<__sanitizer::SizeClassAllocator32<__sanitizer::AP32> >*)': 04:42:07 gotsan.cc:(.text+0xca20): undefined reference to `__libc_realloc' 04:42:07 /usr/lib/gcc/x86_64-alpine-linux-musl/9.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: race_linux_amd64.syso: in function `__sanitizer::InternalFree(void*, __sanitizer::SizeClassAllocatorLocalCache<__sanitizer::SizeClassAllocator32<__sanitizer::AP32> >*)': 04:42:07 gotsan.cc:(.text+0x66e8): undefined reference to `__libc_free' 04:42:07 collect2: error: ld returned 1 exit status 04:42:11 ? github.com/edgexfoundry/device-sdk-go [no test files] 04:42:24 FAIL github.com/edgexfoundry/device-sdk-go/internal/autoevent [build failed] 04:42:24 FAIL github.com/edgexfoundry/device-sdk-go/internal/cache [build failed] 04:42:24 FAIL github.com/edgexfoundry/device-sdk-go/internal/clients [build failed] 04:42:24 FAIL github.com/edgexfoundry/device-sdk-go/internal/common [build failed] 04:42:24 FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] 04:42:24 FAIL github.com/edgexfoundry/device-sdk-go/internal/handler [build failed] 04:42:24 FAIL github.com/edgexfoundry/device-sdk-go/internal/transformer [build failed] 04:42:24 FAIL github.com/edgexfoundry/device-sdk-go/pkg/models [build failed] 04:42:24 make: *** [Makefile:32: test] Error 2 [Pipeline] } 04:42:24 $ docker stop --time=1 e7584f23a5436e651bc8b90dfa388bc5337eee7bf10cab39ccb683ae0f0d6e37 04:42:26 $ docker rm -f e7584f23a5436e651bc8b90dfa388bc5337eee7bf10cab39ccb683ae0f0d6e37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:42:28 Failed in branch amd64 04:42:32 FAIL github.com/edgexfoundry/device-sdk-go/internal/autoevent [build failed] 04:42:32 FAIL github.com/edgexfoundry/device-sdk-go/internal/cache [build failed] 04:42:32 FAIL github.com/edgexfoundry/device-sdk-go/internal/clients [build failed] 04:42:32 FAIL github.com/edgexfoundry/device-sdk-go/internal/common [build failed] 04:42:32 FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] 04:42:32 FAIL github.com/edgexfoundry/device-sdk-go/internal/handler [build failed] 04:42:32 FAIL github.com/edgexfoundry/device-sdk-go/internal/transformer [build failed] 04:42:32 FAIL github.com/edgexfoundry/device-sdk-go/pkg/models [build failed] 04:42:32 make: *** [Makefile:32: test] Error 2 [Pipeline] } 04:42:32 $ docker stop --time=1 59b8f03307a8d18f5abd745023a28e3a3ed7bd2d791c89a7d224c269ae171fb1 04:42:34 $ docker rm -f 59b8f03307a8d18f5abd745023a28e3a3ed7bd2d791c89a7d224c269ae171fb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:42:37 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:42:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:42:41 ---> package-listing.sh 04:42:41 ++ facter osfamily 04:42:41 ++ tr '[:upper:]' '[:lower:]' 04:42:41 + OS_FAMILY=redhat 04:42:41 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-570 04:42:41 + START_PACKAGES=/tmp/packages_start.txt 04:42:41 + END_PACKAGES=/tmp/packages_end.txt 04:42:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:42:41 + PACKAGES=/tmp/packages_start.txt 04:42:41 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-570 ']' 04:42:41 + PACKAGES=/tmp/packages_end.txt 04:42:41 + case "${OS_FAMILY}" in 04:42:41 + rpm -qa 04:42:41 + sort 04:42:46 + '[' -f /tmp/packages_start.txt ']' 04:42:46 + '[' -f /tmp/packages_end.txt ']' 04:42:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:42:46 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-570 ']' 04:42:46 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-570/archives/ 04:42:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-570/archives/ [Pipeline] isUnix [Pipeline] sh 04:42:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:42:46 04:42:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:42:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:42:47 alpine: Pulling from edgex-lftools-log-publisher 04:42:47 c9b1b535fdd9: Pulling fs layer 04:42:47 2cc5ad85d9ab: Pulling fs layer 04:42:47 756a868c4378: Pulling fs layer 04:42:47 444b2fc9a129: Pulling fs layer 04:42:47 ea15f1150254: Pulling fs layer 04:42:47 41b27a9f41bf: Pulling fs layer 04:42:47 28c525ee5125: Pulling fs layer 04:42:47 094b1ea09ed8: Pulling fs layer 04:42:47 138eaada9080: Pulling fs layer 04:42:47 0622d0fa9048: Pulling fs layer 04:42:47 444b2fc9a129: Waiting 04:42:47 ea15f1150254: Waiting 04:42:47 41b27a9f41bf: Waiting 04:42:47 28c525ee5125: Waiting 04:42:47 094b1ea09ed8: Waiting 04:42:47 138eaada9080: Waiting 04:42:47 0622d0fa9048: Waiting 04:42:47 2cc5ad85d9ab: Verifying Checksum 04:42:47 2cc5ad85d9ab: Download complete 04:42:47 444b2fc9a129: Verifying Checksum 04:42:47 444b2fc9a129: Download complete 04:42:47 c9b1b535fdd9: Download complete 04:42:47 ea15f1150254: Verifying Checksum 04:42:47 ea15f1150254: Download complete 04:42:47 28c525ee5125: Verifying Checksum 04:42:47 28c525ee5125: Download complete 04:42:48 c9b1b535fdd9: Pull complete 04:42:48 756a868c4378: Verifying Checksum 04:42:48 756a868c4378: Download complete 04:42:48 2cc5ad85d9ab: Pull complete 04:42:48 138eaada9080: Verifying Checksum 04:42:48 138eaada9080: Download complete 04:42:49 094b1ea09ed8: Verifying Checksum 04:42:49 094b1ea09ed8: Download complete 04:42:49 0622d0fa9048: Verifying Checksum 04:42:49 0622d0fa9048: Download complete 04:42:50 41b27a9f41bf: Verifying Checksum 04:42:50 41b27a9f41bf: Download complete 04:42:51 756a868c4378: Pull complete 04:42:52 444b2fc9a129: Pull complete 04:42:52 ea15f1150254: Pull complete 04:42:57 41b27a9f41bf: Pull complete 04:42:57 28c525ee5125: Pull complete 04:43:00 094b1ea09ed8: Pull complete 04:43:00 138eaada9080: Pull complete 04:43:01 0622d0fa9048: Pull complete 04:43:01 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 04:43:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:43:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:43:01 prd-centos7-docker-4c-2g-142 does not seem to be running inside a container 04:43:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-570 -v /w/workspace/dgexfoundry_device-sdk-go_PR-570:/w/workspace/dgexfoundry_device-sdk-go_PR-570:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-570@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-570@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:43:05 $ docker top c95e26c73ca6c504f0413cd17a02c6f2bb9fe6aeb5b627779cc52ed222b80622 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:43:05 provisioning config files... 04:43:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-570@tmp/config821694376980486136tmp [Pipeline] { [Pipeline] echo 04:43:05 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:43:06 ---> create-netrc.sh [Pipeline] echo 04:43:06 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:43:06 ---> logs-deploy.sh 04:43:06 + ARCHIVE_ARTIFACTS= 04:43:06 + LOGS_SERVER=https://logs.edgexfoundry.org 04:43:06 + '[' https://logs.edgexfoundry.org == None ']' 04:43:06 + NEXUS_URL=https://nexus.edgexfoundry.org 04:43:06 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-570/1 04:43:06 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-570/1/ 04:43:06 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-570/1 /w/workspace/dgexfoundry_device-sdk-go_PR-570 04:43:09 Archives upload complete. 04:43:09 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-570/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-570/1/ 04:43:10 ---> uname -a: 04:43:10 Linux c95e26c73ca6 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:43:10 04:43:10 04:43:10 ---> lscpu: 04:43:10 Architecture: x86_64 04:43:10 CPU op-mode(s): 32-bit, 64-bit 04:43:10 Byte Order: Little Endian 04:43:10 Address sizes: 40 bits physical, 48 bits virtual 04:43:10 CPU(s): 4 04:43:10 On-line CPU(s) list: 0-3 04:43:10 Thread(s) per core: 1 04:43:10 Core(s) per socket: 1 04:43:10 Socket(s): 4 04:43:10 NUMA node(s): 1 04:43:10 Vendor ID: GenuineIntel 04:43:10 CPU family: 6 04:43:10 Model: 44 04:43:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:43:10 Stepping: 1 04:43:10 CPU MHz: 2933.438 04:43:10 BogoMIPS: 5866.87 04:43:10 Virtualization: VT-x 04:43:10 Hypervisor vendor: KVM 04:43:10 Virtualization type: full 04:43:10 L1d cache: 128 KiB 04:43:10 L1i cache: 128 KiB 04:43:10 L2 cache: 16 MiB 04:43:10 L3 cache: 64 MiB 04:43:10 NUMA node0 CPU(s): 0-3 04:43:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:43:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:43:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:43:10 Vulnerability Meltdown: Mitigation; PTI 04:43:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:43:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:43:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:43:10 Vulnerability Tsx async abort: Not affected 04:43:10 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 04:43:10 04:43:10