Pull request #120 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-virtual-go Loading trusted files from base branch master at 83d7a5c431fe81e17b953abf687c395c5af67887 rather than 23d60ecbf5a865de5fc9fa155b9d60b75129b421 Obtained Jenkinsfile from 83d7a5c431fe81e17b953abf687c395c5af67887 Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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-virtual-go/branches/PR-120/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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 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-virtual-go, goVersion:1.13] ========================================================= [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-virtual-go-settings PROJECT: device-virtual-go 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-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-546’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-543’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-547 in /w/workspace/foundry_device-virtual-go_PR-120 [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-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-120 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/120/head:refs/remotes/origin/PR-120 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/120/head:refs/remotes/origin/PR-120 # 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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/120/head:refs/remotes/origin/PR-120 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 83d7a5c431fe81e17b953abf687c395c5af67887 into PR head commit 23d60ecbf5a865de5fc9fa155b9d60b75129b421 Merge succeeded, producing 23d60ecbf5a865de5fc9fa155b9d60b75129b421 Checking out Revision 23d60ecbf5a865de5fc9fa155b9d60b75129b421 (PR-120) > git config core.sparsecheckout # timeout=10 > git checkout -f 23d60ecbf5a865de5fc9fa155b9d60b75129b421 # 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 83d7a5c431fe81e17b953abf687c395c5af67887 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 23d60ecbf5a865de5fc9fa155b9d60b75129b421 # timeout=10 Commit message: "Update SDK version and configuration file" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:17:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:17:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:17:23 ========================================================= 06:17:23 EdgeX Global Pipelines Version Info 06:17:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:17:25 ------------------- 06:17:25 stable info: 06:17:25 ------------------- 06:17:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:17:25 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 06:17:25 Message: update stable to v1.0.99 06:17:26 ------------------- 06:17:26 experimental info: 06:17:26 ------------------- 06:17:26 Commited By: **** collab-it+edgex@linuxfoundation.org 06:17:26 Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 06:17:26 Message: update experimental to v1.0.101 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 06:17:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:29 06:17:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:17:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:29 latest: Pulling from edgex-devops/git-semver 06:17:29 31603596830f: Pulling fs layer 06:17:29 2a8b12db71e7: Pulling fs layer 06:17:29 6ca5941a6612: Pulling fs layer 06:17:29 ecc8261a40a4: Pulling fs layer 06:17:29 ecc8261a40a4: Waiting 06:17:29 2a8b12db71e7: Verifying Checksum 06:17:29 2a8b12db71e7: Download complete 06:17:29 31603596830f: Verifying Checksum 06:17:29 31603596830f: Download complete 06:17:30 ecc8261a40a4: Verifying Checksum 06:17:30 ecc8261a40a4: Download complete 06:17:30 6ca5941a6612: Verifying Checksum 06:17:30 6ca5941a6612: Download complete 06:17:30 31603596830f: Pull complete 06:17:30 2a8b12db71e7: Pull complete 06:17:31 6ca5941a6612: Pull complete 06:17:31 ecc8261a40a4: Pull complete 06:17:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:17:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:17:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:17:31 prd-centos7-docker-4c-2g-547 does not seem to be running inside a container 06:17:31 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-120 -v /w/workspace/foundry_device-virtual-go_PR-120:/w/workspace/foundry_device-virtual-go_PR-120:rw,z -v /w/workspace/foundry_device-virtual-go_PR-120@tmp:/w/workspace/foundry_device-virtual-go_PR-120@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:17:33 $ docker top 516af34390f34070e740daa6101cbf1065f48a813bf0489bba6f63641492cc54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:17:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:33 [ssh-agent] Looking for ssh-agent implementation... 06:17:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:33 $ docker exec 516af34390f34070e740daa6101cbf1065f48a813bf0489bba6f63641492cc54 ssh-agent 06:17:34 SSH_AUTH_SOCK=/tmp/ssh-hTmZSZKnflax/agent.11 06:17:34 SSH_AGENT_PID=16 06:17:34 Running ssh-add (command line suppressed) 06:17:34 Identity added: /w/workspace/foundry_device-virtual-go_PR-120@tmp/private_key_3849156147650290272.key (/w/workspace/foundry_device-virtual-go_PR-120@tmp/private_key_3849156147650290272.key) 06:17:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:34 + git describe --exact-match --tags HEAD 06:17:34 fatal: No names found, cannot describe anything. [Pipeline] } 06:17:34 $ docker exec --env ******** --env ******** 516af34390f34070e740daa6101cbf1065f48a813bf0489bba6f63641492cc54 ssh-agent -k 06:17:34 unset SSH_AUTH_SOCK; 06:17:34 unset SSH_AGENT_PID; 06:17:34 echo Agent pid 16 killed; 06:17:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:17:35 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:17:35 This usually means this commit has not been tagged. [Pipeline] sshagent 06:17:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:35 [ssh-agent] Looking for ssh-agent implementation... 06:17:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:35 $ docker exec 516af34390f34070e740daa6101cbf1065f48a813bf0489bba6f63641492cc54 ssh-agent 06:17:35 SSH_AUTH_SOCK=/tmp/ssh-xHei3bflgbzZ/agent.44 06:17:35 SSH_AGENT_PID=49 06:17:35 Running ssh-add (command line suppressed) 06:17:35 Identity added: /w/workspace/foundry_device-virtual-go_PR-120@tmp/private_key_2059984025503109650.key (/w/workspace/foundry_device-virtual-go_PR-120@tmp/private_key_2059984025503109650.key) 06:17:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:36 + git semver init 06:17:36 # -> Open(): unable to determine branch for HEAD 06:17:36 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-120/.git 06:17:36 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-120 06:17:36 # $SEMVER_REMOTE_NAME = origin 06:17:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:17:36 # $SEMVER_USER_NAME = edgex-jenkins 06:17:36 # $SEMVER_BRANCH = PR-120 06:17:36 # $SEMVER_TEMP = /tmp/semver-914209760 06:17:36 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 06:17:36 # '/tmp/semver-914209760' -> '/w/workspace/foundry_device-virtual-go_PR-120/.semver' 06:17:36 # -> Force: false 06:17:36 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-120/.semver [Pipeline] } 06:17:36 $ docker exec --env ******** --env ******** 516af34390f34070e740daa6101cbf1065f48a813bf0489bba6f63641492cc54 ssh-agent -k 06:17:36 unset SSH_AUTH_SOCK; 06:17:36 unset SSH_AGENT_PID; 06:17:36 echo Agent pid 49 killed; 06:17:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:17:37 + git semver [Pipeline] } 06:17:37 $ docker stop --time=1 516af34390f34070e740daa6101cbf1065f48a813bf0489bba6f63641492cc54 06:17:38 $ docker rm -f 516af34390f34070e740daa6101cbf1065f48a813bf0489bba6f63641492cc54 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:17:39 Stashed 20 file(s) [Pipeline] echo 06:17:39 [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 06:17:54 Still waiting to schedule task 06:17:54 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:17:54 Still waiting to schedule task 06:17:54 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:19:53 Running on prd-centos7-docker-4c-2g-548 in /w/workspace/foundry_device-virtual-go_PR-120 [Pipeline] { [Pipeline] ws 06:19:53 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 06:19:56 using credential edgex-jenkins-ssh 06:19:56 Cloning the remote Git repository 06:19:56 Cloning with configured refspecs honoured and without tags 06:19:55 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 06:19:55 > git init /w/workspace/device-virtual-go/1 # timeout=10 06:19:57 Fetching without tags 06:19:55 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:19:55 > git --version # timeout=10 06:19:55 using GIT_SSH to set credentials SSH Credentials for GitHub 06:19:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/120/head:refs/remotes/origin/PR-120 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:19:56 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:19:56 > git config --add remote.origin.fetch +refs/pull/120/head:refs/remotes/origin/PR-120 # timeout=10 06:19:56 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:19:56 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:19:56 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:19:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:19:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/120/head:refs/remotes/origin/PR-120 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:19:57 Merging remotes/origin/master commit 83d7a5c431fe81e17b953abf687c395c5af67887 into PR head commit 23d60ecbf5a865de5fc9fa155b9d60b75129b421 06:19:57 Merge succeeded, producing 23d60ecbf5a865de5fc9fa155b9d60b75129b421 06:19:57 Checking out Revision 23d60ecbf5a865de5fc9fa155b9d60b75129b421 (PR-120) 06:19:56 > git config core.sparsecheckout # timeout=10 06:19:56 > git checkout -f 23d60ecbf5a865de5fc9fa155b9d60b75129b421 # timeout=10 06:19:56 > git remote # timeout=10 06:19:56 > git config --get remote.origin.url # timeout=10 06:19:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:19:56 > git merge 83d7a5c431fe81e17b953abf687c395c5af67887 # timeout=10 06:19:57 > git rev-parse HEAD^{commit} # timeout=10 06:19:57 > git config core.sparsecheckout # timeout=10 06:19:57 > git checkout -f 23d60ecbf5a865de5fc9fa155b9d60b75129b421 # timeout=10 06:20:00 Commit message: "Update SDK version and configuration file" 06:20:00 > git --version # timeout=10 06:20:00 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:20:01 ========================================================= 06:20:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 06:20:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:20:02 + 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 . 06:20:03 Sending build context to Docker daemon 524.3kB 06:20:03 Step 1/8 : ARG BASE=golang:1.13-alpine 06:20:03 Step 2/8 : FROM ${BASE} 06:20:03 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 06:20:03 df20fa9351a1: Pulling fs layer 06:20:03 ed8968b2872e: Pulling fs layer 06:20:03 a92cc7c5fd73: Pulling fs layer 06:20:03 2dd03ba5bac4: Pulling fs layer 06:20:03 1e091d79d1de: Pulling fs layer 06:20:03 481702a1767f: Pulling fs layer 06:20:03 f64a6f60c768: Pulling fs layer 06:20:03 e78d2573fc39: Pulling fs layer 06:20:03 e876d2f968b6: Pulling fs layer 06:20:03 ce8a83651883: Pulling fs layer 06:20:03 07967f4d0e4b: Pulling fs layer 06:20:03 2dd03ba5bac4: Waiting 06:20:03 e78d2573fc39: Waiting 06:20:03 1e091d79d1de: Waiting 06:20:03 481702a1767f: Waiting 06:20:03 e876d2f968b6: Waiting 06:20:03 ce8a83651883: Waiting 06:20:03 f64a6f60c768: Waiting 06:20:03 07967f4d0e4b: Waiting 06:20:03 a92cc7c5fd73: Verifying Checksum 06:20:03 a92cc7c5fd73: Download complete 06:20:03 ed8968b2872e: Download complete 06:20:03 1e091d79d1de: Verifying Checksum 06:20:03 1e091d79d1de: Download complete 06:20:03 481702a1767f: Verifying Checksum 06:20:03 481702a1767f: Download complete 06:20:03 df20fa9351a1: Verifying Checksum 06:20:03 df20fa9351a1: Download complete 06:20:03 df20fa9351a1: Pull complete 06:20:04 f64a6f60c768: Verifying Checksum 06:20:04 f64a6f60c768: Download complete 06:20:04 e876d2f968b6: Verifying Checksum 06:20:04 e876d2f968b6: Download complete 06:20:04 ce8a83651883: Verifying Checksum 06:20:04 ce8a83651883: Download complete 06:20:04 e78d2573fc39: Verifying Checksum 06:20:04 e78d2573fc39: Download complete 06:20:04 07967f4d0e4b: Verifying Checksum 06:20:04 07967f4d0e4b: Download complete 06:20:04 2dd03ba5bac4: Verifying Checksum 06:20:04 2dd03ba5bac4: Download complete 06:20:06 ed8968b2872e: Pull complete 06:20:06 a92cc7c5fd73: Pull complete 06:20:11 2dd03ba5bac4: Pull complete 06:20:11 1e091d79d1de: Pull complete 06:20:11 481702a1767f: Pull complete 06:20:18 f64a6f60c768: Pull complete 06:20:20 e78d2573fc39: Pull complete 06:20:20 e876d2f968b6: Pull complete 06:20:21 ce8a83651883: Pull complete 06:20:21 07967f4d0e4b: Pull complete 06:20:21 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 06:20:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 06:20:21 ---> 5d7c900382c6 06:20:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 06:20:22 ---> Running in 52c8522091ed 06:20:22 Removing intermediate container 52c8522091ed 06:20:22 ---> e06fe76070f3 06:20:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:20:22 ---> Running in 04187c7a793b 06:20:24 Removing intermediate container 04187c7a793b 06:20:24 ---> 963533623212 06:20:24 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 06:20:24 ---> Running in 9d11b88cba01 06:20:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:20:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:20:28 (1/14) Installing libmagic (5.38-r0) 06:20:28 (2/14) Installing file (5.38-r0) 06:20:28 (3/14) Installing libc-dev (0.7.2-r3) 06:20:28 (4/14) Installing g++ (9.3.0-r2) 06:20:41 (5/14) Installing fortify-headers (1.1-r0) 06:20:41 (6/14) Installing patch (2.7.6-r6) 06:20:41 (7/14) Installing build-base (0.5-r2) 06:20:41 (8/14) Installing openssh-keygen (8.3_p1-r0) 06:20:41 (9/14) Installing libedit (20191231.3.1-r0) 06:20:41 (10/14) Installing openssh-client (8.3_p1-r0) 06:20:41 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 06:20:41 (12/14) Installing openssh-server-common (8.3_p1-r0) 06:20:41 (13/14) Installing openssh-server (8.3_p1-r0) 06:20:42 (14/14) Installing openssh (8.3_p1-r0) 06:20:42 Executing busybox-1.31.1-r16.trigger 06:20:42 OK: 237 MiB in 53 packages 06:20:45 Removing intermediate container 9d11b88cba01 06:20:45 ---> 9f0d21917c42 06:20:45 Step 6/8 : WORKDIR /device-virtual-go 06:20:45 ---> Running in 60749edab8b0 06:20:45 Removing intermediate container 60749edab8b0 06:20:45 ---> 87673f3738f3 06:20:45 Step 7/8 : COPY . . 06:20:46 ---> db2bcb0af08b 06:20:46 Step 8/8 : RUN go mod download 06:20:46 ---> Running in 4a4d03c42ff5 06:20:48 go: finding github.com/BurntSushi/toml v0.3.1 06:20:48 go: finding github.com/OneOfOne/xxhash v1.2.6 06:20:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:20:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:20:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:20:48 go: finding github.com/bgentry/speakeasy v0.1.0 06:20:48 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:20:48 go: finding github.com/davecgh/go-spew v1.1.1 06:20:48 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 06:20:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:20:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:20:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:20:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 06:20:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 06:20:48 go: finding github.com/edsrzf/mmap-go v1.0.0 06:20:48 go: finding github.com/fatih/color v1.7.0 06:20:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:20:48 go: finding github.com/go-kit/kit v0.8.0 06:20:48 go: finding github.com/go-logfmt/logfmt v0.4.0 06:20:48 go: finding github.com/go-stack/stack v1.8.0 06:20:48 go: finding github.com/golang/snappy v0.0.1 06:20:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:20:49 go: finding github.com/google/uuid v1.1.0 06:20:49 go: finding github.com/gorilla/mux v1.7.1 06:20:49 go: finding github.com/hashicorp/consul/api v1.1.0 06:20:49 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:20:49 go: finding github.com/hashicorp/errwrap v1.0.0 06:20:49 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:20:49 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:20:49 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:20:49 go: finding github.com/hashicorp/go-multierror v1.0.0 06:20:49 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:20:49 go: finding github.com/hashicorp/go-sockaddr v1.0.0 06:20:49 go: finding github.com/hashicorp/go-syslog v1.0.0 06:20:49 go: finding github.com/hashicorp/go-uuid v1.0.1 06:20:49 go: finding github.com/hashicorp/go.net v0.0.1 06:20:49 go: finding github.com/hashicorp/golang-lru v0.5.0 06:20:49 go: finding github.com/hashicorp/logutils v1.0.0 06:20:49 go: finding github.com/hashicorp/mdns v1.0.0 06:20:49 go: finding github.com/hashicorp/memberlist v0.1.3 06:20:49 go: finding github.com/hashicorp/serf v0.8.2 06:20:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:20:49 go: finding github.com/mattn/go-colorable v0.0.9 06:20:49 go: finding github.com/mattn/go-isatty v0.0.3 06:20:49 go: finding github.com/miekg/dns v1.0.14 06:20:49 go: finding github.com/mitchellh/cli v1.0.0 06:20:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:20:49 go: finding github.com/mitchellh/copystructure v1.0.0 06:20:49 go: finding github.com/mitchellh/go-homedir v1.0.0 06:20:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:20:49 go: finding github.com/mitchellh/gox v0.4.0 06:20:49 go: finding github.com/mitchellh/iochan v1.0.0 06:20:49 go: finding github.com/mitchellh/mapstructure v1.1.2 06:20:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:20:49 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:20:49 go: finding github.com/pelletier/go-toml v1.2.0 06:20:49 go: finding github.com/pkg/errors v0.8.1 06:20:49 go: finding github.com/pmezard/go-difflib v1.0.0 06:20:49 go: finding github.com/posener/complete v1.1.1 06:20:49 go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 06:20:49 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 06:20:49 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:20:49 go: finding github.com/stretchr/objx v0.1.0 06:20:49 go: finding github.com/stretchr/testify v1.5.1 06:20:49 go: finding github.com/ugorji/go v1.1.4 06:20:49 go: finding github.com/x448/float16 v0.8.4 06:20:49 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 06:20:50 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 06:20:50 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:20:50 go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 06:20:50 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 06:20:50 go: finding gopkg.in/yaml.v2 v2.2.8 06:20:50 go: finding modernc.org/b v1.0.0 06:20:50 go: finding modernc.org/db v1.0.0 06:20:50 go: finding modernc.org/file v1.0.0 06:20:50 go: finding modernc.org/fileutil v1.0.0 06:20:50 go: finding modernc.org/golex v1.0.0 06:20:50 go: finding modernc.org/internal v1.0.0 06:20:50 go: finding modernc.org/lldb v1.0.0 06:20:50 go: finding modernc.org/mathutil v1.0.0 06:20:50 go: finding modernc.org/ql v1.0.0 06:20:50 go: finding modernc.org/sortutil v1.0.0 06:20:50 go: finding modernc.org/strutil v1.0.0 06:20:50 go: finding modernc.org/zappy v1.0.0 06:20:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-549 in /w/workspace/foundry_device-virtual-go_PR-120 [Pipeline] { [Pipeline] ws 06:20:53 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 06:20:58 using credential edgex-jenkins-ssh 06:20:58 Cloning the remote Git repository 06:20:58 Cloning with configured refspecs honoured and without tags 06:20:58 Removing intermediate container 4a4d03c42ff5 06:20:58 ---> 0b81e0693f40 06:20:58 Successfully built 0b81e0693f40 06:20:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script 06:20:58 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 06:20:58 > git init /w/workspace/device-virtual-go/1 # timeout=10 06:20:58 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:20:58 > git --version # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:20:59 + docker inspect -f . ci-base-image-x86_64 06:20:59 . [Pipeline] withDockerContainer 06:20:59 prd-centos7-docker-4c-2g-548 does not seem to be running inside a container 06:20:59 Fetching without tags 06:20:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-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 ******** ci-base-image-x86_64 cat 06:20:58 using GIT_SSH to set credentials SSH Credentials for GitHub 06:20:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/120/head:refs/remotes/origin/PR-120 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:20:59 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:20:59 > git config --add remote.origin.fetch +refs/pull/120/head:refs/remotes/origin/PR-120 # timeout=10 06:20:59 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:20:59 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:20:59 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:20:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:20:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/120/head:refs/remotes/origin/PR-120 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:21:00 Merging remotes/origin/master commit 83d7a5c431fe81e17b953abf687c395c5af67887 into PR head commit 23d60ecbf5a865de5fc9fa155b9d60b75129b421 06:21:00 Merge succeeded, producing 23d60ecbf5a865de5fc9fa155b9d60b75129b421 06:21:00 Checking out Revision 23d60ecbf5a865de5fc9fa155b9d60b75129b421 (PR-120) 06:21:01 $ docker top f11f56c74b7a20e920ab916e82b757486f4e78e8b93054e47782d91e335fb610 -eo pid,comm [Pipeline] { [Pipeline] sh 06:21:00 > git config core.sparsecheckout # timeout=10 06:21:00 > git checkout -f 23d60ecbf5a865de5fc9fa155b9d60b75129b421 # timeout=10 06:21:00 > git remote # timeout=10 06:21:00 > git config --get remote.origin.url # timeout=10 06:21:00 using GIT_SSH to set credentials SSH Credentials for GitHub 06:21:00 > git merge 83d7a5c431fe81e17b953abf687c395c5af67887 # timeout=10 06:21:00 > git rev-parse HEAD^{commit} # timeout=10 06:21:00 > git config core.sparsecheckout # timeout=10 06:21:00 > git checkout -f 23d60ecbf5a865de5fc9fa155b9d60b75129b421 # timeout=10 06:21:01 + go version 06:21:01 go version go1.13.13 linux/amd64 [Pipeline] sh 06:21:01 + make test 06:21:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:21:02 ? github.com/edgexfoundry/device-virtual-go [no test files] 06:21:04 Commit message: "Update SDK version and configuration file" 06:21:04 > git --version # timeout=10 06:21:04 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:21:05 ========================================================= 06:21:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 06:21:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:21:06 + 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 . 06:21:07 Sending build context to Docker daemon 524.3kB 06:21:07 Step 1/8 : ARG BASE=golang:1.13-alpine 06:21:07 Step 2/8 : FROM ${BASE} 06:21:07 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:21:07 b538f80385f9: Pulling fs layer 06:21:07 74f711af9a0d: Pulling fs layer 06:21:07 99f96fe45779: Pulling fs layer 06:21:07 fd7a069fd194: Pulling fs layer 06:21:07 66aa3694b03b: Pulling fs layer 06:21:07 170f70906a0f: Pulling fs layer 06:21:07 ad7c5574e4b9: Pulling fs layer 06:21:07 e772456be8f7: Pulling fs layer 06:21:07 c890913d741a: Pulling fs layer 06:21:07 2480fcc9aa5a: Pulling fs layer 06:21:07 09adf4765672: Pulling fs layer 06:21:07 ad7c5574e4b9: Waiting 06:21:07 e772456be8f7: Waiting 06:21:07 c890913d741a: Waiting 06:21:07 2480fcc9aa5a: Waiting 06:21:07 fd7a069fd194: Waiting 06:21:07 66aa3694b03b: Waiting 06:21:07 170f70906a0f: Waiting 06:21:07 09adf4765672: Waiting 06:21:07 99f96fe45779: Download complete 06:21:07 74f711af9a0d: Verifying Checksum 06:21:07 74f711af9a0d: Download complete 06:21:07 66aa3694b03b: Verifying Checksum 06:21:07 66aa3694b03b: Download complete 06:21:07 170f70906a0f: Verifying Checksum 06:21:07 170f70906a0f: Download complete 06:21:07 b538f80385f9: Verifying Checksum 06:21:07 b538f80385f9: Download complete 06:21:08 b538f80385f9: Pull complete 06:21:09 74f711af9a0d: Pull complete 06:21:09 99f96fe45779: Pull complete 06:21:10 ad7c5574e4b9: Download complete 06:21:10 c890913d741a: Download complete 06:21:12 2480fcc9aa5a: Verifying Checksum 06:21:12 2480fcc9aa5a: Download complete 06:21:12 09adf4765672: Download complete 06:21:13 fd7a069fd194: Verifying Checksum 06:21:13 fd7a069fd194: Download complete 06:21:14 e772456be8f7: Verifying Checksum 06:21:14 e772456be8f7: Download complete 06:21:15 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 06:21:24 fd7a069fd194: Pull complete 06:21:25 66aa3694b03b: Pull complete 06:21:25 170f70906a0f: Pull complete 06:21:28 ad7c5574e4b9: Pull complete 06:21:33 e772456be8f7: Pull complete 06:21:33 c890913d741a: Pull complete 06:21:33 ok github.com/edgexfoundry/device-virtual-go/internal/driver 18.146s coverage: 52.6% of statements 06:21:33 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:21:35 2480fcc9aa5a: Pull complete 06:21:35 09adf4765672: Pull complete 06:21:36 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 06:21:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 06:21:36 ---> 2248a725d1cf 06:21:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 06:21:36 gofmt -l . 06:21:36 [ "`gofmt -l .`" = "" ] 06:21:36 ./bin/test-attribution-txt.sh 06:21:37 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:21:37 Stashed 1 file(s) [Pipeline] } 06:21:37 $ docker stop --time=1 f11f56c74b7a20e920ab916e82b757486f4e78e8b93054e47782d91e335fb610 06:21:39 $ docker rm -f f11f56c74b7a20e920ab916e82b757486f4e78e8b93054e47782d91e335fb610 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 06:21:41 ---> Running in 9094e9b5828a 06:21:41 Removing intermediate container 9094e9b5828a 06:21:41 ---> 1a104616e3c5 06:21:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:21:41 ---> Running in 79edb5179553 [Pipeline] sh 06:21:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:21:42 + ls -al . 06:21:42 total 112 06:21:42 drwxrwxr-x. 8 jenkins jenkins 4096 Jul 22 06:21 . 06:21:42 drwxrwxr-x. 4 jenkins jenkins 28 Jul 22 06:19 .. 06:21:42 -rw-rw-r--. 1 jenkins jenkins 6432 Jul 22 06:19 Attribution.txt 06:21:42 drwxrwxr-x. 2 jenkins jenkins 64 Jul 22 06:19 bin 06:21:42 drwxrwxr-x. 3 jenkins jenkins 32 Jul 22 06:19 cmd 06:21:42 -rw-r--r--. 1 jenkins jenkins 31362 Jul 22 06:21 coverage.out 06:21:42 -rw-rw-r--. 1 jenkins jenkins 1826 Jul 22 06:19 Dockerfile 06:21:42 -rw-rw-r--. 1 jenkins jenkins 957 Jul 22 06:19 Dockerfile.build 06:21:42 drwxrwxr-x. 8 jenkins jenkins 179 Jul 22 06:20 .git 06:21:42 drwxrwxr-x. 2 jenkins jenkins 38 Jul 22 06:19 .github 06:21:42 -rw-rw-r--. 1 jenkins jenkins 258 Jul 22 06:19 .gitignore 06:21:42 -rw-r--r--. 1 jenkins jenkins 855 Jul 22 06:21 go.mod 06:21:42 -rw-r--r--. 1 jenkins jenkins 14894 Jul 22 06:21 go.sum 06:21:42 drwxrwxr-x. 3 jenkins jenkins 20 Jul 22 06:19 internal 06:21:42 -rw-rw-r--. 1 jenkins jenkins 683 Jul 22 06:19 Jenkinsfile 06:21:42 -rw-rw-r--. 1 jenkins jenkins 11340 Jul 22 06:19 LICENSE 06:21:42 -rw-rw-r--. 1 jenkins jenkins 873 Jul 22 06:19 Makefile 06:21:42 -rw-rw-r--. 1 jenkins jenkins 4623 Jul 22 06:19 README.md 06:21:42 drwxrwxr-x. 3 jenkins jenkins 58 Jul 22 06:20 .semver 06:21:42 -rw-rw-r--. 1 jenkins jenkins 5 Jul 22 06:17 VERSION 06:21:42 -rw-rw-r--. 1 jenkins jenkins 235 Jul 22 06:19 version.go [Pipeline] isUnix [Pipeline] sh 06:21:43 + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=23d60ecbf5a865de5fc9fa155b9d60b75129b421 --label arch=amd64 --label version=0.0.0 . 06:21:43 Sending build context to Docker daemon 586.8kB 06:21:43 Step 1/21 : ARG BASE=golang:1.13-alpine 06:21:43 Step 2/21 : FROM ${BASE} AS builder 06:21:43 ---> 0b81e0693f40 06:21:43 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 06:21:43 ---> Running in b48bd742429a 06:21:43 Removing intermediate container b48bd742429a 06:21:43 ---> 03e29d793cde 06:21:43 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 06:21:43 ---> Running in c84dbaaf96f4 06:21:43 Removing intermediate container c84dbaaf96f4 06:21:43 ---> d4ed5c56b575 06:21:43 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 06:21:43 ---> Running in 1335d09be0e2 06:21:43 Removing intermediate container 1335d09be0e2 06:21:43 ---> 36d77a108bde 06:21:43 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:21:43 ---> Running in 71218bbc5468 06:21:44 Removing intermediate container 79edb5179553 06:21:44 ---> b52bd8f7ac92 06:21:44 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 06:21:44 ---> Running in aa089c5cfd62 06:21:44 Removing intermediate container 71218bbc5468 06:21:44 ---> c4f1bc9c5985 06:21:44 Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:21:44 ---> Running in 34ec347802e1 06:21:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:21:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:21:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:21:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:21:46 OK: 237 MiB in 53 packages 06:21:47 Removing intermediate container 34ec347802e1 06:21:47 ---> 6dbea83832ba 06:21:47 Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 06:21:47 ---> Running in 113a1c2392e6 06:21:47 Removing intermediate container 113a1c2392e6 06:21:47 ---> 7c0a568259c5 06:21:47 Step 9/21 : COPY . . 06:21:48 ---> 3ff0a70f73fc 06:21:48 Step 10/21 : ARG MAKE='make build' 06:21:48 ---> Running in 2d2c47775045 06:21:48 Removing intermediate container 2d2c47775045 06:21:48 ---> ade05d810fba 06:21:48 Step 11/21 : RUN $MAKE 06:21:48 ---> Running in aa7aadfbb722 06:21:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 06:21:48 (1/14) Installing libmagic (5.38-r0) 06:21:49 (2/14) Installing file (5.38-r0) 06:21:49 (3/14) Installing libc-dev (0.7.2-r3) 06:21:49 (4/14) Installing g++ (9.3.0-r2) 06:22:00 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:22:02 Removing intermediate container aa7aadfbb722 06:22:02 ---> 97bf47d16317 06:22:02 Step 12/21 : FROM alpine 06:22:03 latest: Pulling from library/alpine 06:22:03 df20fa9351a1: Already exists 06:22:03 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:22:03 Status: Downloaded newer image for alpine:latest 06:22:03 ---> a24bb4013296 06:22:03 Step 13/21 : ENV APP_PORT=49990 06:22:04 ---> Running in cc1d44ba9ca4 06:22:04 Removing intermediate container cc1d44ba9ca4 06:22:04 ---> b6a135bf4818 06:22:04 Step 14/21 : EXPOSE $APP_PORT 06:22:04 ---> Running in fe617ac67323 06:22:04 (5/14) Installing fortify-headers (1.1-r0) 06:22:04 (6/14) Installing patch (2.7.6-r6) 06:22:04 (7/14) Installing build-base (0.5-r2) 06:22:04 (8/14) Installing openssh-keygen (8.3_p1-r0) 06:22:04 (9/14) Installing libedit (20191231.3.1-r0) 06:22:04 (10/14) Installing openssh-client (8.3_p1-r0) 06:22:04 Removing intermediate container fe617ac67323 06:22:04 ---> 71d8d54b8c70 06:22:04 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 06:22:04 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 06:22:04 (12/14) Installing openssh-server-common (8.3_p1-r0) 06:22:05 ---> ae8a005830d6 06:22:05 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 06:22:05 (13/14) Installing openssh-server (8.3_p1-r0) 06:22:05 ---> 0e08a0838128 06:22:05 Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 06:22:05 (14/14) Installing openssh (8.3_p1-r0) 06:22:05 Executing busybox-1.31.1-r16.trigger 06:22:05 OK: 221 MiB in 53 packages 06:22:05 ---> b9052213fdc1 06:22:05 Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:22:05 ---> Running in 50b5a2fe05e4 06:22:05 Removing intermediate container 50b5a2fe05e4 06:22:05 ---> fe3fb222e53d 06:22:05 Step 19/21 : LABEL arch=amd64 06:22:05 ---> Running in 9aedb9c31b0c 06:22:05 Removing intermediate container 9aedb9c31b0c 06:22:05 ---> 344771ea02ce 06:22:05 Step 20/21 : LABEL git_sha=23d60ecbf5a865de5fc9fa155b9d60b75129b421 06:22:06 ---> Running in 75f8bf83380f 06:22:06 Removing intermediate container 75f8bf83380f 06:22:06 ---> 45baee523d34 06:22:06 Step 21/21 : LABEL version=0.0.0 06:22:06 ---> Running in 0e9edb7827fd 06:22:06 Removing intermediate container 0e9edb7827fd 06:22:06 ---> a2b72478c8c0 06:22:06 [Warning] One or more build-args [ARCH] were not consumed 06:22:06 Successfully built a2b72478c8c0 06:22:06 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:22:09 Removing intermediate container aa089c5cfd62 06:22:09 ---> 2459eb1fe006 06:22:09 Step 6/8 : WORKDIR /device-virtual-go 06:22:09 ---> Running in 1e794f18df50 06:22:10 Removing intermediate container 1e794f18df50 06:22:10 ---> 14208e10b2bc 06:22:10 Step 7/8 : COPY . . 06:22:11 ---> fbddf841c6c9 06:22:11 Step 8/8 : RUN go mod download 06:22:11 ---> Running in 66ed558ecfcb 06:22:13 go: finding github.com/BurntSushi/toml v0.3.1 06:22:13 go: finding github.com/OneOfOne/xxhash v1.2.6 06:22:14 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 06:22:14 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:22:14 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 06:22:14 go: finding github.com/bgentry/speakeasy v0.1.0 06:22:14 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 06:22:14 go: finding github.com/davecgh/go-spew v1.1.1 06:22:14 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 06:22:14 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 06:22:14 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 06:22:14 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 06:22:14 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 06:22:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 06:22:14 go: finding github.com/edsrzf/mmap-go v1.0.0 06:22:14 go: finding github.com/fatih/color v1.7.0 06:22:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 06:22:14 go: finding github.com/go-kit/kit v0.8.0 06:22:14 go: finding github.com/go-logfmt/logfmt v0.4.0 06:22:14 go: finding github.com/go-stack/stack v1.8.0 06:22:14 go: finding github.com/golang/snappy v0.0.1 06:22:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 06:22:14 go: finding github.com/google/uuid v1.1.0 06:22:14 go: finding github.com/gorilla/mux v1.7.1 06:22:14 go: finding github.com/hashicorp/consul/api v1.1.0 06:22:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 06:22:14 go: finding github.com/hashicorp/errwrap v1.0.0 06:22:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 06:22:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 06:22:14 go: finding github.com/hashicorp/go-msgpack v0.5.3 06:22:14 go: finding github.com/hashicorp/go-multierror v1.0.0 06:22:14 go: finding github.com/hashicorp/go-rootcerts v1.0.0 06:22:14 go: finding github.com/hashicorp/go-sockaddr v1.0.0 06:22:14 go: finding github.com/hashicorp/go-syslog v1.0.0 06:22:14 go: finding github.com/hashicorp/go-uuid v1.0.1 06:22:14 go: finding github.com/hashicorp/go.net v0.0.1 06:22:14 go: finding github.com/hashicorp/golang-lru v0.5.0 06:22:15 go: finding github.com/hashicorp/logutils v1.0.0 06:22:15 go: finding github.com/hashicorp/mdns v1.0.0 06:22:15 go: finding github.com/hashicorp/memberlist v0.1.3 06:22:15 go: finding github.com/hashicorp/serf v0.8.2 06:22:15 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 06:22:15 go: finding github.com/mattn/go-colorable v0.0.9 06:22:15 go: finding github.com/mattn/go-isatty v0.0.3 06:22:15 go: finding github.com/miekg/dns v1.0.14 06:22:15 go: finding github.com/mitchellh/cli v1.0.0 06:22:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:22:15 go: finding github.com/mitchellh/copystructure v1.0.0 06:22:15 go: finding github.com/mitchellh/go-homedir v1.0.0 06:22:15 go: finding github.com/mitchellh/go-testing-interface v1.0.0 06:22:15 go: finding github.com/mitchellh/gox v0.4.0 06:22:15 go: finding github.com/mitchellh/iochan v1.0.0 06:22:15 go: finding github.com/mitchellh/mapstructure v1.1.2 06:22:15 go: finding github.com/mitchellh/reflectwalk v1.0.0 06:22:15 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 06:22:15 go: finding github.com/pelletier/go-toml v1.2.0 06:22:15 go: finding github.com/pkg/errors v0.8.1 06:22:15 go: finding github.com/pmezard/go-difflib v1.0.0 06:22:15 go: finding github.com/posener/complete v1.1.1 06:22:15 go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 06:22:15 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 06:22:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 06:22:15 go: finding github.com/stretchr/objx v0.1.0 06:22:15 go: finding github.com/stretchr/testify v1.5.1 06:22:15 go: finding github.com/ugorji/go v1.1.4 06:22:15 go: finding github.com/x448/float16 v0.8.4 06:22:15 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 06:22:15 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 06:22:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 06:22:15 go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 06:22:15 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 06:22:15 go: finding gopkg.in/yaml.v2 v2.2.8 06:22:15 go: finding modernc.org/b v1.0.0 06:22:15 go: finding modernc.org/db v1.0.0 06:22:15 go: finding modernc.org/file v1.0.0 06:22:15 go: finding modernc.org/fileutil v1.0.0 06:22:15 go: finding modernc.org/golex v1.0.0 06:22:15 go: finding modernc.org/internal v1.0.0 06:22:15 go: finding modernc.org/lldb v1.0.0 06:22:15 go: finding modernc.org/mathutil v1.0.0 06:22:15 go: finding modernc.org/ql v1.0.0 06:22:15 go: finding modernc.org/sortutil v1.0.0 06:22:15 go: finding modernc.org/strutil v1.0.0 06:22:15 go: finding modernc.org/zappy v1.0.0 06:22:26 Removing intermediate container 66ed558ecfcb 06:22:26 ---> a8cd9af389fd 06:22:26 Successfully built a8cd9af389fd 06:22:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:22:26 + docker inspect -f . ci-base-image-arm64 06:22:26 . [Pipeline] withDockerContainer 06:22:27 prd-ubuntu18.04-docker-arm64-4c-16g-549 does not seem to be running inside a container 06:22:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-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 ******** ci-base-image-arm64 cat 06:22:29 $ docker top 87fb88d3e1f60f0d8dee6d5906992b476e202ed50aa3edbbdd594f7fbc0c83b0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:22:30 + go version 06:22:30 go version go1.13.13 linux/arm64 [Pipeline] sh 06:22:31 + make test 06:22:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:22:32 ? github.com/edgexfoundry/device-virtual-go [no test files] 06:23:11 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 06:23:43 ok github.com/edgexfoundry/device-virtual-go/internal/driver 31.214s coverage: 52.6% of statements 06:23:43 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:23:50 gofmt -l . 06:23:50 [ "`gofmt -l .`" = "" ] 06:23:50 ./bin/test-attribution-txt.sh 06:23:51 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:23:52 Warning: overwriting stash ‘coverage-report’ 06:23:52 Stashed 1 file(s) [Pipeline] } 06:23:52 $ docker stop --time=1 87fb88d3e1f60f0d8dee6d5906992b476e202ed50aa3edbbdd594f7fbc0c83b0 06:23:54 $ docker rm -f 87fb88d3e1f60f0d8dee6d5906992b476e202ed50aa3edbbdd594f7fbc0c83b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:23:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:23:56 + ls -al . 06:23:56 total 140 06:23:56 drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 06:23 . 06:23:56 drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 06:20 .. 06:23:56 drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 06:21 .git 06:23:56 drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 06:21 .github 06:23:56 -rw-rw-r-- 1 jenkins jenkins 258 Jul 22 06:21 .gitignore 06:23:56 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 06:21 .semver 06:23:56 -rw-rw-r-- 1 jenkins jenkins 6432 Jul 22 06:21 Attribution.txt 06:23:56 -rw-rw-r-- 1 jenkins jenkins 1826 Jul 22 06:21 Dockerfile 06:23:56 -rw-rw-r-- 1 jenkins jenkins 957 Jul 22 06:21 Dockerfile.build 06:23:56 -rw-rw-r-- 1 jenkins jenkins 683 Jul 22 06:21 Jenkinsfile 06:23:56 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 22 06:21 LICENSE 06:23:56 -rw-rw-r-- 1 jenkins jenkins 873 Jul 22 06:21 Makefile 06:23:56 -rw-rw-r-- 1 jenkins jenkins 4623 Jul 22 06:21 README.md 06:23:56 -rw-rw-r-- 1 jenkins jenkins 5 Jul 22 06:17 VERSION 06:23:56 drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 06:21 bin 06:23:56 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 06:21 cmd 06:23:56 -rw-r--r-- 1 jenkins jenkins 31362 Jul 22 06:23 coverage.out 06:23:56 -rw-r--r-- 1 jenkins jenkins 855 Jul 22 06:23 go.mod 06:23:56 -rw-r--r-- 1 jenkins jenkins 14894 Jul 22 06:23 go.sum 06:23:56 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 06:21 internal 06:23:56 -rw-rw-r-- 1 jenkins jenkins 235 Jul 22 06:21 version.go [Pipeline] isUnix [Pipeline] sh 06:23:57 + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=23d60ecbf5a865de5fc9fa155b9d60b75129b421 --label arch=arm64 --label version=0.0.0 . 06:23:57 Sending build context to Docker daemon 586.8kB 06:23:57 Step 1/21 : ARG BASE=golang:1.13-alpine 06:23:57 Step 2/21 : FROM ${BASE} AS builder 06:23:57 ---> a8cd9af389fd 06:23:57 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 06:23:57 ---> Running in ddc420d19a09 06:23:58 Removing intermediate container ddc420d19a09 06:23:58 ---> a6fc5fc52b65 06:23:58 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 06:23:58 ---> Running in 1f572843010f 06:23:58 Removing intermediate container 1f572843010f 06:23:58 ---> ce08dfac4c07 06:23:58 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 06:23:58 ---> Running in 28b575f1eed6 06:23:59 Removing intermediate container 28b575f1eed6 06:23:59 ---> 4b491b2cf8c6 06:23:59 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:23:59 ---> Running in 9ae4cff47525 06:24:02 Removing intermediate container 9ae4cff47525 06:24:02 ---> b3ba6c6ae481 06:24:02 Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:24:02 ---> Running in c8acd2470ee8 06:24:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:24:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:24:05 OK: 221 MiB in 53 packages 06:24:06 Removing intermediate container c8acd2470ee8 06:24:06 ---> e81fa7fce267 06:24:06 Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 06:24:06 ---> Running in 17b24552bf42 06:24:07 Removing intermediate container 17b24552bf42 06:24:07 ---> 000a16e6856d 06:24:07 Step 9/21 : COPY . . 06:24:08 ---> c50af53eebe6 06:24:08 Step 10/21 : ARG MAKE='make build' 06:24:08 ---> Running in 862afbf0a774 06:24:08 Removing intermediate container 862afbf0a774 06:24:08 ---> 3a0e8385030a 06:24:08 Step 11/21 : RUN $MAKE 06:24:08 ---> Running in 6d768d698a6e 06:24:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 06:24:42 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:24:52 Removing intermediate container 6d768d698a6e 06:24:52 ---> 9fd8d966546b 06:24:52 Step 12/21 : FROM alpine 06:24:52 latest: Pulling from library/alpine 06:24:52 b538f80385f9: Already exists 06:24:52 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:24:52 Status: Downloaded newer image for alpine:latest 06:24:52 ---> 62ee0e9f8440 06:24:52 Step 13/21 : ENV APP_PORT=49990 06:24:52 ---> Running in 34dee38f5b36 06:24:53 Removing intermediate container 34dee38f5b36 06:24:53 ---> 895dba680898 06:24:53 Step 14/21 : EXPOSE $APP_PORT 06:24:53 ---> Running in f1e060e801f6 06:24:53 Removing intermediate container f1e060e801f6 06:24:53 ---> 7d969231489a 06:24:53 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 06:24:55 ---> 7ba70076ece5 06:24:55 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 06:24:55 ---> 3ca29379a86e 06:24:55 Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 06:24:56 ---> c0472be6d100 06:24:56 Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 06:24:56 ---> Running in 8310d7e3e8d6 06:24:57 Removing intermediate container 8310d7e3e8d6 06:24:57 ---> 9f669f9b56dc 06:24:57 Step 19/21 : LABEL arch=arm64 06:24:57 ---> Running in 26b5f60a172b 06:24:57 Removing intermediate container 26b5f60a172b 06:24:57 ---> 15cc1c3cfa1e 06:24:57 Step 20/21 : LABEL git_sha=23d60ecbf5a865de5fc9fa155b9d60b75129b421 06:24:58 ---> Running in 79fe6df789cc 06:24:58 Removing intermediate container 79fe6df789cc 06:24:58 ---> 326667ac1dda 06:24:58 Step 21/21 : LABEL version=0.0.0 06:24:58 ---> Running in 5984bada978d 06:24:58 Removing intermediate container 5984bada978d 06:24:58 ---> d7ac8261b87f 06:24:58 [Warning] One or more build-args [ARCH] were not consumed 06:24:59 Successfully built d7ac8261b87f 06:24:59 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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 06:25:01 provisioning config files... 06:25:01 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-120@tmp/config3952755749766221021tmp [Pipeline] { [Pipeline] sh 06:25:01 + curl -s https://codecov.io/bash 06:25:01 + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-120@tmp/config3952755749766221021tmp [Pipeline] } 06:27:23 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 06:27:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:27:25 ---> package-listing.sh 06:27:25 ++ facter osfamily 06:27:25 ++ tr '[:upper:]' '[:lower:]' 06:27:25 + OS_FAMILY=redhat 06:27:25 + workspace=/w/workspace/foundry_device-virtual-go_PR-120 06:27:25 + START_PACKAGES=/tmp/packages_start.txt 06:27:25 + END_PACKAGES=/tmp/packages_end.txt 06:27:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:27:25 + PACKAGES=/tmp/packages_start.txt 06:27:25 + '[' /w/workspace/foundry_device-virtual-go_PR-120 ']' 06:27:25 + PACKAGES=/tmp/packages_end.txt 06:27:25 + case "${OS_FAMILY}" in 06:27:25 + rpm -qa 06:27:25 + sort 06:27:30 + '[' -f /tmp/packages_start.txt ']' 06:27:30 + '[' -f /tmp/packages_end.txt ']' 06:27:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:27:30 + '[' /w/workspace/foundry_device-virtual-go_PR-120 ']' 06:27:30 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-120/archives/ 06:27:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-120/archives/ [Pipeline] isUnix [Pipeline] sh 06:27:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:27:30 06:27:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:27:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:27:30 alpine: Pulling from edgex-lftools-log-publisher 06:27:30 c9b1b535fdd9: Pulling fs layer 06:27:30 2cc5ad85d9ab: Pulling fs layer 06:27:30 756a868c4378: Pulling fs layer 06:27:30 444b2fc9a129: Pulling fs layer 06:27:30 ea15f1150254: Pulling fs layer 06:27:30 41b27a9f41bf: Pulling fs layer 06:27:30 28c525ee5125: Pulling fs layer 06:27:30 094b1ea09ed8: Pulling fs layer 06:27:30 138eaada9080: Pulling fs layer 06:27:30 0622d0fa9048: Pulling fs layer 06:27:30 41b27a9f41bf: Waiting 06:27:30 28c525ee5125: Waiting 06:27:30 094b1ea09ed8: Waiting 06:27:30 138eaada9080: Waiting 06:27:30 0622d0fa9048: Waiting 06:27:30 444b2fc9a129: Waiting 06:27:30 ea15f1150254: Waiting 06:27:30 2cc5ad85d9ab: Verifying Checksum 06:27:30 2cc5ad85d9ab: Download complete 06:27:30 444b2fc9a129: Verifying Checksum 06:27:30 444b2fc9a129: Download complete 06:27:30 c9b1b535fdd9: Download complete 06:27:30 ea15f1150254: Download complete 06:27:30 28c525ee5125: Verifying Checksum 06:27:30 28c525ee5125: Download complete 06:27:31 756a868c4378: Verifying Checksum 06:27:31 756a868c4378: Download complete 06:27:31 138eaada9080: Verifying Checksum 06:27:31 138eaada9080: Download complete 06:27:31 c9b1b535fdd9: Pull complete 06:27:31 094b1ea09ed8: Verifying Checksum 06:27:31 094b1ea09ed8: Download complete 06:27:31 0622d0fa9048: Verifying Checksum 06:27:31 0622d0fa9048: Download complete 06:27:31 2cc5ad85d9ab: Pull complete 06:27:31 41b27a9f41bf: Verifying Checksum 06:27:31 41b27a9f41bf: Download complete 06:27:33 756a868c4378: Pull complete 06:27:33 444b2fc9a129: Pull complete 06:27:33 ea15f1150254: Pull complete 06:27:37 41b27a9f41bf: Pull complete 06:27:37 28c525ee5125: Pull complete 06:27:40 094b1ea09ed8: Pull complete 06:27:40 138eaada9080: Pull complete 06:27:40 0622d0fa9048: Pull complete 06:27:40 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 06:27:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:27:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:27:41 prd-centos7-docker-4c-2g-547 does not seem to be running inside a container 06:27:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/foundry_device-virtual-go_PR-120 -v /w/workspace/foundry_device-virtual-go_PR-120:/w/workspace/foundry_device-virtual-go_PR-120:rw,z -v /w/workspace/foundry_device-virtual-go_PR-120@tmp:/w/workspace/foundry_device-virtual-go_PR-120@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:27:45 $ docker top 35ece74603ad06ad777683526cec904c31f83e77935c5c3427b71b2596a0dc13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:27:45 provisioning config files... 06:27:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-120@tmp/config6430234589908507730tmp [Pipeline] { [Pipeline] echo 06:27:45 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:27:45 ---> create-netrc.sh [Pipeline] echo 06:27:45 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:27:46 ---> logs-deploy.sh 06:27:46 + ARCHIVE_ARTIFACTS= 06:27:46 + LOGS_SERVER=https://logs.edgexfoundry.org 06:27:46 + '[' https://logs.edgexfoundry.org == None ']' 06:27:46 + NEXUS_URL=https://nexus.edgexfoundry.org 06:27:46 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-120/1 06:27:46 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-120/1/ 06:27:46 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-120/1 /w/workspace/foundry_device-virtual-go_PR-120 06:27:47 Archives upload complete. 06:27:47 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-120/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-120/1/ 06:27:48 ---> uname -a: 06:27:48 Linux 35ece74603ad 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:27:48 06:27:48 06:27:48 ---> lscpu: 06:27:48 Architecture: x86_64 06:27:48 CPU op-mode(s): 32-bit, 64-bit 06:27:48 Byte Order: Little Endian 06:27:48 Address sizes: 40 bits physical, 48 bits virtual 06:27:48 CPU(s): 4 06:27:48 On-line CPU(s) list: 0-3 06:27:48 Thread(s) per core: 1 06:27:48 Core(s) per socket: 1 06:27:48 Socket(s): 4 06:27:48 NUMA node(s): 1 06:27:48 Vendor ID: GenuineIntel 06:27:48 CPU family: 6 06:27:48 Model: 44 06:27:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:27:48 Stepping: 1 06:27:48 CPU MHz: 2933.436 06:27:48 BogoMIPS: 5866.87 06:27:48 Virtualization: VT-x 06:27:48 Hypervisor vendor: KVM 06:27:48 Virtualization type: full 06:27:48 L1d cache: 128 KiB 06:27:48 L1i cache: 128 KiB 06:27:48 L2 cache: 16 MiB 06:27:48 L3 cache: 64 MiB 06:27:48 NUMA node0 CPU(s): 0-3 06:27:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:27:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:27:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:27:48 Vulnerability Meltdown: Mitigation; PTI 06:27:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:27:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:27:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:27:48 Vulnerability Tsx async abort: Not affected 06:27:48 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 06:27:48 06:27:48 06:27:48 ---> nproc: 06:27:48 4 06:27:48 06:27:48 06:27:48 ---> df -h: 06:27:48 Filesystem Size Used Available Use% Mounted on 06:27:48 overlay 50.0G 7.2G 42.8G 14% / 06:27:48 tmpfs 64.0M 0 64.0M 0% /dev 06:27:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:27:48 shm 64.0M 0 64.0M 0% /dev/shm 06:27:48 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 06:27:48 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 06:27:48 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 06:27:48 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 06:27:48 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/foundry_device-virtual-go_PR-120 06:27:48 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/foundry_device-virtual-go_PR-120@tmp 06:27:48 06:27:48 06:27:48 ---> free -m: 06:27:48 total used free shared buff/cache available 06:27:48 Mem: 1837 650 123 0 1062 1080 06:27:48 Swap: 1023 0 1023 06:27:48 06:27:48 06:27:48 ---> ip addr: 06:27:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:27:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:27:48 inet 127.0.0.1/8 scope host lo 06:27:48 valid_lft forever preferred_lft forever 06:27:48 6: eth0@if7: mtu 1458 qdisc noqueue state UP 06:27:48 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 06:27:48 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 06:27:48 valid_lft forever preferred_lft forever 06:27:48 06:27:48 06:27:48 ---> sar -b -r -n DEV: 06:27:48 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/22/20 _x86_64_ (4 CPU) 06:27:48 06:27:48 06:16:41 LINUX RESTART 06:27:48 06:27:48 06:17:02 tps rtps wtps bread/s bwrtn/s 06:27:48 06:18:01 124.17 46.47 77.70 7791.64 33988.41 06:27:48 06:19:01 1.60 0.00 1.60 0.00 30.42 06:27:48 06:20:01 0.40 0.00 0.40 0.00 5.73 06:27:48 06:21:01 0.32 0.00 0.32 0.00 3.65 06:27:48 06:22:01 0.20 0.00 0.20 0.00 2.83 06:27:48 06:23:01 0.25 0.00 0.25 0.00 3.78 06:27:48 06:24:01 0.33 0.02 0.32 0.13 3.51 06:27:48 06:25:01 0.43 0.17 0.27 12.66 2.90 06:27:48 06:26:01 0.53 0.00 0.53 0.00 9.78 06:27:48 06:27:01 0.50 0.00 0.50 0.00 7.19 06:27:48 Average: 12.70 4.60 8.10 769.24 3356.96 06:27:48 06:27:48 06:17:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:27:48 06:18:01 165524 1716032 91.20 2620 1143920 1136516 38.79 419828 1136520 136 06:27:48 06:19:01 172732 1708824 90.82 2620 1143912 1081360 36.90 416916 1133200 20 06:27:48 06:20:01 171612 1709944 90.88 2620 1143920 1081632 36.91 418144 1133192 16 06:27:48 06:21:01 171320 1710236 90.89 2620 1143920 1081708 36.92 418324 1133188 20 06:27:48 06:22:01 171772 1709784 90.87 2620 1143924 1081492 36.91 424484 1126892 12 06:27:48 06:23:01 171088 1710468 90.91 2620 1143932 1081576 36.91 424980 1126892 8 06:27:48 06:24:01 169736 1711820 90.98 2620 1143936 1081708 36.92 432364 1121344 16 06:27:48 06:25:01 166416 1715140 91.16 2620 1144348 1093724 37.33 431780 1124656 56 06:27:48 06:26:01 166024 1715532 91.18 2620 1144372 1093712 37.33 431768 1124672 8 06:27:48 06:27:01 166024 1715532 91.18 2620 1144380 1093764 37.33 429644 1126720 8 06:27:48 Average: 169225 1712331 91.01 2620 1144056 1090719 37.22 424823 1128728 30 06:27:48 06:27:48 06:17:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 06:27:48 06:18:01 eth0 408.04 245.93 1060.17 88.50 0.00 0.00 0.00 06:27:48 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:18:01 docker0 1.57 1.34 0.25 2.88 0.00 0.00 0.00 06:27:48 06:19:01 eth0 0.08 0.13 0.01 0.03 0.00 0.00 0.00 06:27:48 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:20:01 eth0 1.55 0.42 0.36 0.18 0.00 0.00 0.00 06:27:48 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:21:01 eth0 1.50 0.57 0.60 0.43 0.00 0.00 0.00 06:27:48 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:22:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 06:27:48 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:23:01 eth0 1.50 0.18 0.25 0.07 0.00 0.00 0.00 06:27:48 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:24:01 eth0 0.85 0.75 0.53 0.41 0.00 0.00 0.00 06:27:48 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:25:01 eth0 1.97 1.25 1.76 0.62 0.00 0.00 0.00 06:27:48 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:26:01 eth0 6.29 3.11 4.97 2.50 0.00 0.00 0.00 06:27:48 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:27:01 eth0 1.63 0.97 1.19 0.71 0.00 0.00 0.00 06:27:48 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 Average: eth0 41.77 24.99 105.46 9.22 0.00 0.00 0.00 06:27:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:27:48 Average: docker0 0.16 0.13 0.02 0.28 0.00 0.00 0.00 06:27:48 06:27:48 06:27:48 ---> sar -P ALL: 06:27:48 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/22/20 _x86_64_ (4 CPU) 06:27:48 06:27:48 06:16:41 LINUX RESTART 06:27:48 06:27:48 06:17:02 CPU %user %nice %system %iowait %steal %idle 06:27:48 06:18:01 all 16.05 0.00 6.92 5.04 0.15 71.85 06:27:48 06:18:01 0 17.27 0.00 7.07 7.56 0.14 67.96 06:27:48 06:18:01 1 15.28 0.00 7.49 2.38 0.19 74.65 06:27:48 06:18:01 2 15.57 0.00 6.82 6.81 0.12 70.68 06:27:48 06:18:01 3 16.07 0.00 6.25 3.44 0.17 74.07 06:27:48 06:19:01 all 0.16 0.00 0.05 0.00 0.00 99.78 06:27:48 06:19:01 0 0.05 0.00 0.07 0.00 0.00 99.88 06:27:48 06:19:01 1 0.03 0.00 0.05 0.00 0.00 99.92 06:27:48 06:19:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:27:48 06:19:01 3 0.52 0.00 0.05 0.00 0.00 99.43 06:27:48 06:20:01 all 0.16 0.00 0.04 0.00 0.00 99.80 06:27:48 06:20:01 0 0.05 0.00 0.03 0.00 0.02 99.90 06:27:48 06:20:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:27:48 06:20:01 2 0.08 0.00 0.08 0.00 0.02 99.82 06:27:48 06:20:01 3 0.48 0.00 0.03 0.00 0.00 99.48 06:27:48 06:21:01 all 0.15 0.00 0.03 0.00 0.00 99.81 06:27:48 06:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:27:48 06:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:27:48 06:21:01 2 0.07 0.00 0.05 0.00 0.00 99.88 06:27:48 06:21:01 3 0.48 0.00 0.02 0.00 0.00 99.50 06:27:48 06:22:01 all 0.16 0.00 0.04 0.00 0.00 99.80 06:27:48 06:22:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:27:48 06:22:01 1 0.02 0.00 0.05 0.00 0.00 99.93 06:27:48 06:22:01 2 0.07 0.00 0.07 0.00 0.00 99.87 06:27:48 06:22:01 3 0.48 0.00 0.00 0.00 0.00 99.52 06:27:48 06:23:01 all 0.16 0.00 0.04 0.00 0.00 99.79 06:27:48 06:23:01 0 0.53 0.00 0.03 0.00 0.00 99.43 06:27:48 06:23:01 1 0.00 0.00 0.08 0.00 0.00 99.92 06:27:48 06:23:01 2 0.08 0.00 0.03 0.00 0.02 99.87 06:27:48 06:23:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:27:48 06:24:01 all 0.18 0.00 0.03 0.00 0.00 99.79 06:27:48 06:24:01 0 0.40 0.00 0.02 0.00 0.00 99.58 06:27:48 06:24:01 1 0.05 0.00 0.05 0.00 0.02 99.88 06:27:48 06:24:01 2 0.23 0.00 0.05 0.00 0.00 99.72 06:27:48 06:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:27:48 06:25:01 all 0.19 0.00 0.06 0.00 0.01 99.74 06:27:48 06:25:01 0 0.07 0.00 0.07 0.02 0.00 99.85 06:27:48 06:25:01 1 0.05 0.00 0.05 0.00 0.00 99.90 06:27:48 06:25:01 2 0.60 0.00 0.07 0.00 0.00 99.33 06:27:48 06:25:01 3 0.07 0.00 0.03 0.00 0.02 99.88 06:27:48 06:26:01 all 0.16 0.00 0.08 0.00 0.01 99.75 06:27:48 06:26:01 0 0.37 0.00 0.17 0.00 0.02 99.45 06:27:48 06:26:01 1 0.07 0.00 0.05 0.00 0.00 99.88 06:27:48 06:26:01 2 0.08 0.00 0.07 0.00 0.02 99.83 06:27:48 06:26:01 3 0.10 0.00 0.07 0.00 0.03 99.80 06:27:48 06:27:01 all 0.09 0.00 0.06 0.00 0.01 99.84 06:27:48 06:27:01 0 0.08 0.00 0.03 0.00 0.00 99.88 06:27:48 06:27:01 1 0.08 0.00 0.08 0.00 0.00 99.83 06:27:48 06:27:01 2 0.10 0.00 0.05 0.00 0.00 99.85 06:27:48 06:27:01 3 0.12 0.00 0.07 0.00 0.00 99.82 06:27:48 Average: all 1.70 0.00 0.72 0.49 0.02 97.07 06:27:48 Average: 0 1.84 0.00 0.73 0.73 0.02 96.68 06:27:48 Average: 1 1.53 0.00 0.78 0.23 0.02 97.44 06:27:48 Average: 2 1.65 0.00 0.72 0.66 0.02 96.95 06:27:48 Average: 3 1.79 0.00 0.64 0.33 0.02 97.21 06:27:48 06:27:48 06:27:48