Pull request #556 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 ed23326b8823a41f603a14d9299687c436ec6b89+43f76da7d4a1dba45abf65466c274475ddab04f4 (d8660bd2fe0b5ee71df3d0b8517dbd71c1b335cb) 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-sdk-go/branches/PR-556/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-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 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 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-375 in /w/workspace/dgexfoundry_device-sdk-go_PR-556 [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-556 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +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/556/head:refs/remotes/origin/PR-556 # 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/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 43f76da7d4a1dba45abf65466c274475ddab04f4 into PR head commit ed23326b8823a41f603a14d9299687c436ec6b89 Merge succeeded, producing ed23326b8823a41f603a14d9299687c436ec6b89 Checking out Revision ed23326b8823a41f603a14d9299687c436ec6b89 (PR-556) > git config core.sparsecheckout # timeout=10 > git checkout -f ed23326b8823a41f603a14d9299687c436ec6b89 # 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 43f76da7d4a1dba45abf65466c274475ddab04f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ed23326b8823a41f603a14d9299687c436ec6b89 # timeout=10 Commit message: "update RELEASE-NOTE for v1.2.3 release" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-21T02:49:49.326Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-21T02:49:49.593Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-21T02:49:49.806Z] ========================================================= [2020-07-21T02:49:49.806Z] EdgeX Global Pipelines Version Info [2020-07-21T02:49:49.806Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-21T02:49:51.988Z] ------------------- [2020-07-21T02:49:51.988Z] stable info: [2020-07-21T02:49:51.988Z] ------------------- [2020-07-21T02:49:51.988Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-21T02:49:51.988Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-21T02:49:51.988Z] Message: update stable to v1.0.99 [2020-07-21T02:49:53.423Z] ------------------- [2020-07-21T02:49:53.423Z] experimental info: [2020-07-21T02:49:53.423Z] ------------------- [2020-07-21T02:49:53.423Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-21T02:49:53.423Z] Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 [2020-07-21T02:49:53.423Z] Message: update experimental to v1.0.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-21T02:49:55.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-21T02:49:56.578Z] [2020-07-21T02:49:56.578Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-21T02:49:56.963Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-21T02:49:56.963Z] latest: Pulling from edgex-devops/git-semver [2020-07-21T02:49:56.963Z] 31603596830f: Pulling fs layer [2020-07-21T02:49:56.963Z] 2a8b12db71e7: Pulling fs layer [2020-07-21T02:49:56.963Z] 6ca5941a6612: Pulling fs layer [2020-07-21T02:49:56.963Z] ecc8261a40a4: Pulling fs layer [2020-07-21T02:49:56.963Z] ecc8261a40a4: Waiting [2020-07-21T02:49:57.233Z] 2a8b12db71e7: Verifying Checksum [2020-07-21T02:49:57.233Z] 2a8b12db71e7: Download complete [2020-07-21T02:49:57.233Z] 31603596830f: Verifying Checksum [2020-07-21T02:49:57.233Z] 31603596830f: Download complete [2020-07-21T02:49:57.233Z] 6ca5941a6612: Verifying Checksum [2020-07-21T02:49:57.233Z] 6ca5941a6612: Download complete [2020-07-21T02:49:57.233Z] ecc8261a40a4: Verifying Checksum [2020-07-21T02:49:57.233Z] ecc8261a40a4: Download complete [2020-07-21T02:49:57.513Z] 31603596830f: Pull complete [2020-07-21T02:49:57.783Z] 2a8b12db71e7: Pull complete [2020-07-21T02:49:58.743Z] 6ca5941a6612: Pull complete [2020-07-21T02:49:59.013Z] ecc8261a40a4: Pull complete [2020-07-21T02:49:59.013Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-21T02:49:59.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-21T02:49:59.013Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-21T02:49:59.153Z] prd-centos7-docker-4c-2g-375 does not seem to be running inside a container [2020-07-21T02:49:59.197Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-556 -v /w/workspace/dgexfoundry_device-sdk-go_PR-556:/w/workspace/dgexfoundry_device-sdk-go_PR-556:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-556@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 [2020-07-21T02:50:01.198Z] $ docker top 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-21T02:50:01.656Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-21T02:50:01.656Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-21T02:50:01.936Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-21T02:50:01.936Z] $ docker exec 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 ssh-agent [2020-07-21T02:50:02.148Z] SSH_AUTH_SOCK=/tmp/ssh-eEpx7ENkzH0a/agent.11 [2020-07-21T02:50:02.148Z] SSH_AGENT_PID=16 [2020-07-21T02:50:02.161Z] Running ssh-add (command line suppressed) [2020-07-21T02:50:02.402Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/private_key_3391602706318385615.key (/w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/private_key_3391602706318385615.key) [2020-07-21T02:50:02.544Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-21T02:50:02.939Z] + git describe --exact-match --tags HEAD [2020-07-21T02:50:02.939Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-21T02:50:03.048Z] $ docker exec --env ******** --env ******** 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 ssh-agent -k [2020-07-21T02:50:03.237Z] unset SSH_AUTH_SOCK; [2020-07-21T02:50:03.237Z] unset SSH_AGENT_PID; [2020-07-21T02:50:03.237Z] echo Agent pid 16 killed; [2020-07-21T02:50:03.298Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-21T02:50:03.428Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-21T02:50:03.428Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-21T02:50:03.529Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-21T02:50:03.529Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-21T02:50:03.750Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-21T02:50:03.750Z] $ docker exec 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 ssh-agent [2020-07-21T02:50:03.960Z] SSH_AUTH_SOCK=/tmp/ssh-qro0eBWiWtum/agent.45 [2020-07-21T02:50:03.960Z] SSH_AGENT_PID=51 [2020-07-21T02:50:03.968Z] Running ssh-add (command line suppressed) [2020-07-21T02:50:04.130Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/private_key_2485256711626847492.key (/w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/private_key_2485256711626847492.key) [2020-07-21T02:50:04.208Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-21T02:50:04.583Z] + git semver init [2020-07-21T02:50:04.583Z] # -> Open(): unable to determine branch for HEAD [2020-07-21T02:50:04.583Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-556/.git [2020-07-21T02:50:04.583Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-556 [2020-07-21T02:50:04.583Z] # $SEMVER_REMOTE_NAME = origin [2020-07-21T02:50:04.583Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-21T02:50:04.583Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-21T02:50:04.583Z] # $SEMVER_BRANCH = PR-556 [2020-07-21T02:50:04.583Z] # $SEMVER_TEMP = /tmp/semver-961696031 [2020-07-21T02:50:04.583Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-07-21T02:50:05.988Z] # '/tmp/semver-961696031' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-556/.semver' [2020-07-21T02:50:05.988Z] # -> Force: false [2020-07-21T02:50:05.988Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-556/.semver [Pipeline] } [2020-07-21T02:50:06.007Z] $ docker exec --env ******** --env ******** 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 ssh-agent -k [2020-07-21T02:50:06.159Z] unset SSH_AUTH_SOCK; [2020-07-21T02:50:06.160Z] unset SSH_AGENT_PID; [2020-07-21T02:50:06.160Z] echo Agent pid 51 killed; [2020-07-21T02:50:06.217Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-21T02:50:07.147Z] + git semver [Pipeline] } [2020-07-21T02:50:07.171Z] $ docker stop --time=1 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 [2020-07-21T02:50:08.768Z] $ docker rm -f 00962643522e80c73b62f1b19cc19239a40e59c39e5bf0760ae6250ec0d155c0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-21T02:50:10.146Z] Stashed 74 file(s) [Pipeline] echo [2020-07-21T02:50:10.161Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-21T02:50:25.654Z] Still waiting to schedule task [2020-07-21T02:50:25.654Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-375’ [2020-07-21T02:50:25.679Z] Still waiting to schedule task [2020-07-21T02:50:25.679Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-21T02:52:14.272Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-376 in /w/workspace/dgexfoundry_device-sdk-go_PR-556 [Pipeline] { [Pipeline] ws [2020-07-21T02:52:14.350Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-07-21T02:52:19.205Z] using credential edgex-jenkins-ssh [2020-07-21T02:52:19.252Z] Cloning the remote Git repository [2020-07-21T02:52:19.252Z] Cloning with configured refspecs honoured and without tags [2020-07-21T02:52:19.339Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-21T02:52:19.484Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-07-21T02:52:19.556Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-21T02:52:19.557Z] > git --version # timeout=10 [2020-07-21T02:52:19.575Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-21T02:52:19.663Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-21T02:52:20.561Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-21T02:52:20.581Z] > git config --add remote.origin.fetch +refs/pull/556/head:refs/remotes/origin/PR-556 # timeout=10 [2020-07-21T02:52:20.599Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-21T02:52:20.654Z] Fetching without tags [2020-07-21T02:52:21.238Z] Merging remotes/origin/master commit 43f76da7d4a1dba45abf65466c274475ddab04f4 into PR head commit ed23326b8823a41f603a14d9299687c436ec6b89 [2020-07-21T02:52:21.476Z] Merge succeeded, producing ed23326b8823a41f603a14d9299687c436ec6b89 [2020-07-21T02:52:21.477Z] Checking out Revision ed23326b8823a41f603a14d9299687c436ec6b89 (PR-556) [2020-07-21T02:52:20.629Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-21T02:52:20.661Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-21T02:52:20.662Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-21T02:52:20.674Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-21T02:52:21.255Z] > git config core.sparsecheckout # timeout=10 [2020-07-21T02:52:21.274Z] > git checkout -f ed23326b8823a41f603a14d9299687c436ec6b89 # timeout=10 [2020-07-21T02:52:21.383Z] > git remote # timeout=10 [2020-07-21T02:52:21.407Z] > git config --get remote.origin.url # timeout=10 [2020-07-21T02:52:21.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-21T02:52:21.434Z] > git merge 43f76da7d4a1dba45abf65466c274475ddab04f4 # timeout=10 [2020-07-21T02:52:21.459Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-21T02:52:21.480Z] > git config core.sparsecheckout # timeout=10 [2020-07-21T02:52:21.496Z] > git checkout -f ed23326b8823a41f603a14d9299687c436ec6b89 # timeout=10 [2020-07-21T02:52:25.958Z] Commit message: "update RELEASE-NOTE for v1.2.3 release" [2020-07-21T02:52:26.013Z] > git --version # timeout=10 [2020-07-21T02:52:26.033Z] fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-21T02:52:27.492Z] ========================================================= [2020-07-21T02:52:27.492Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-21T02:52:27.492Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-21T02:52:28.868Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-21T02:52:29.853Z] Sending build context to Docker daemon 3.122MB [2020-07-21T02:52:29.853Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-21T02:52:29.853Z] Step 2/8 : FROM ${BASE} [2020-07-21T02:52:30.449Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-21T02:52:30.449Z] b538f80385f9: Pulling fs layer [2020-07-21T02:52:30.449Z] 74f711af9a0d: Pulling fs layer [2020-07-21T02:52:30.449Z] 99f96fe45779: Pulling fs layer [2020-07-21T02:52:30.449Z] fd7a069fd194: Pulling fs layer [2020-07-21T02:52:30.449Z] 66aa3694b03b: Pulling fs layer [2020-07-21T02:52:30.449Z] 170f70906a0f: Pulling fs layer [2020-07-21T02:52:30.449Z] ad7c5574e4b9: Pulling fs layer [2020-07-21T02:52:30.449Z] e772456be8f7: Pulling fs layer [2020-07-21T02:52:30.449Z] c890913d741a: Pulling fs layer [2020-07-21T02:52:30.449Z] 2480fcc9aa5a: Pulling fs layer [2020-07-21T02:52:30.449Z] 09adf4765672: Pulling fs layer [2020-07-21T02:52:30.449Z] 66aa3694b03b: Waiting [2020-07-21T02:52:30.449Z] ad7c5574e4b9: Waiting [2020-07-21T02:52:30.449Z] 170f70906a0f: Waiting [2020-07-21T02:52:30.449Z] e772456be8f7: Waiting [2020-07-21T02:52:30.449Z] c890913d741a: Waiting [2020-07-21T02:52:30.449Z] 2480fcc9aa5a: Waiting [2020-07-21T02:52:30.449Z] 09adf4765672: Waiting [2020-07-21T02:52:30.449Z] fd7a069fd194: Waiting [2020-07-21T02:52:30.449Z] 99f96fe45779: Verifying Checksum [2020-07-21T02:52:30.449Z] 99f96fe45779: Download complete [2020-07-21T02:52:30.449Z] 74f711af9a0d: Verifying Checksum [2020-07-21T02:52:30.449Z] 74f711af9a0d: Download complete [2020-07-21T02:52:30.449Z] 66aa3694b03b: Verifying Checksum [2020-07-21T02:52:30.449Z] 66aa3694b03b: Download complete [2020-07-21T02:52:30.449Z] 170f70906a0f: Verifying Checksum [2020-07-21T02:52:30.449Z] 170f70906a0f: Download complete [2020-07-21T02:52:30.449Z] b538f80385f9: Download complete [2020-07-21T02:52:31.055Z] b538f80385f9: Pull complete [2020-07-21T02:52:31.659Z] 74f711af9a0d: Pull complete [2020-07-21T02:52:32.267Z] 99f96fe45779: Pull complete [2020-07-21T02:52:33.715Z] ad7c5574e4b9: Verifying Checksum [2020-07-21T02:52:33.715Z] ad7c5574e4b9: Download complete [2020-07-21T02:52:33.715Z] c890913d741a: Verifying Checksum [2020-07-21T02:52:33.715Z] c890913d741a: Download complete [2020-07-21T02:52:35.172Z] e772456be8f7: Verifying Checksum [2020-07-21T02:52:35.172Z] e772456be8f7: Download complete [2020-07-21T02:52:35.172Z] 2480fcc9aa5a: Verifying Checksum [2020-07-21T02:52:35.172Z] 2480fcc9aa5a: Download complete [2020-07-21T02:52:35.172Z] 09adf4765672: Download complete [2020-07-21T02:52:35.768Z] fd7a069fd194: Verifying Checksum [2020-07-21T02:52:35.768Z] fd7a069fd194: Download complete [2020-07-21T02:52:48.182Z] fd7a069fd194: Pull complete [2020-07-21T02:52:48.182Z] 66aa3694b03b: Pull complete [2020-07-21T02:52:48.182Z] 170f70906a0f: Pull complete [2020-07-21T02:52:51.580Z] ad7c5574e4b9: Pull complete [2020-07-21T02:52:56.433Z] Running on prd-centos7-docker-4c-2g-377 in /w/workspace/dgexfoundry_device-sdk-go_PR-556 [Pipeline] { [Pipeline] ws [2020-07-21T02:52:56.500Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-07-21T02:52:56.992Z] e772456be8f7: Pull complete [2020-07-21T02:52:56.992Z] c890913d741a: Pull complete [2020-07-21T02:52:58.640Z] using credential edgex-jenkins-ssh [2020-07-21T02:52:58.688Z] Cloning the remote Git repository [2020-07-21T02:52:58.688Z] Cloning with configured refspecs honoured and without tags [2020-07-21T02:52:58.712Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-07-21T02:52:58.772Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-07-21T02:52:58.903Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-21T02:52:58.903Z] > git --version # timeout=10 [2020-07-21T02:52:58.910Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-21T02:52:58.992Z] 2480fcc9aa5a: Pull complete [2020-07-21T02:52:59.267Z] 09adf4765672: Pull complete [2020-07-21T02:52:59.267Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-21T02:52:59.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-21T02:52:59.267Z] ---> 2248a725d1cf [2020-07-21T02:52:59.267Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-21T02:52:59.622Z] Fetching without tags [2020-07-21T02:53:00.012Z] Merging remotes/origin/master commit 43f76da7d4a1dba45abf65466c274475ddab04f4 into PR head commit ed23326b8823a41f603a14d9299687c436ec6b89 [2020-07-21T02:52:59.019Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-21T02:52:59.587Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-21T02:52:59.594Z] > git config --add remote.origin.fetch +refs/pull/556/head:refs/remotes/origin/PR-556 # timeout=10 [2020-07-21T02:52:59.602Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-21T02:52:59.613Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-07-21T02:52:59.623Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-07-21T02:52:59.624Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-21T02:52:59.628Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/556/head:refs/remotes/origin/PR-556 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-21T02:53:00.018Z] > git config core.sparsecheckout # timeout=10 [2020-07-21T02:53:00.105Z] Merge succeeded, producing ed23326b8823a41f603a14d9299687c436ec6b89 [2020-07-21T02:53:00.106Z] Checking out Revision ed23326b8823a41f603a14d9299687c436ec6b89 (PR-556) [2020-07-21T02:53:00.023Z] > git checkout -f ed23326b8823a41f603a14d9299687c436ec6b89 # timeout=10 [2020-07-21T02:53:00.069Z] > git remote # timeout=10 [2020-07-21T02:53:00.078Z] > git config --get remote.origin.url # timeout=10 [2020-07-21T02:53:00.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-21T02:53:00.087Z] > git merge 43f76da7d4a1dba45abf65466c274475ddab04f4 # timeout=10 [2020-07-21T02:53:00.096Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-21T02:53:00.106Z] > git config core.sparsecheckout # timeout=10 [2020-07-21T02:53:00.111Z] > git checkout -f ed23326b8823a41f603a14d9299687c436ec6b89 # timeout=10 [2020-07-21T02:53:03.688Z] Commit message: "update RELEASE-NOTE for v1.2.3 release" [2020-07-21T02:53:03.707Z] > git --version # timeout=10 [2020-07-21T02:53:03.717Z] fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-21T02:53:04.663Z] ---> Running in 0aee99d9379a [2020-07-21T02:53:04.663Z] Removing intermediate container 0aee99d9379a [2020-07-21T02:53:04.663Z] ---> 3929c21dbfea [2020-07-21T02:53:04.663Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-21T02:53:04.663Z] ---> Running in cdd6649a6343 [2020-07-21T02:53:04.667Z] ========================================================= [2020-07-21T02:53:04.667Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-21T02:53:04.667Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-21T02:53:05.252Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-21T02:53:05.517Z] Sending build context to Docker daemon 3.121MB [2020-07-21T02:53:05.517Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-21T02:53:05.517Z] Step 2/8 : FROM ${BASE} [2020-07-21T02:53:05.784Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-21T02:53:05.784Z] df20fa9351a1: Pulling fs layer [2020-07-21T02:53:05.784Z] ed8968b2872e: Pulling fs layer [2020-07-21T02:53:05.784Z] a92cc7c5fd73: Pulling fs layer [2020-07-21T02:53:05.784Z] 2dd03ba5bac4: Pulling fs layer [2020-07-21T02:53:05.784Z] 1e091d79d1de: Pulling fs layer [2020-07-21T02:53:05.784Z] 481702a1767f: Pulling fs layer [2020-07-21T02:53:05.784Z] f64a6f60c768: Pulling fs layer [2020-07-21T02:53:05.784Z] e78d2573fc39: Pulling fs layer [2020-07-21T02:53:05.784Z] e876d2f968b6: Pulling fs layer [2020-07-21T02:53:05.784Z] ce8a83651883: Pulling fs layer [2020-07-21T02:53:05.784Z] 07967f4d0e4b: Pulling fs layer [2020-07-21T02:53:05.784Z] f64a6f60c768: Waiting [2020-07-21T02:53:05.784Z] e78d2573fc39: Waiting [2020-07-21T02:53:05.784Z] ce8a83651883: Waiting [2020-07-21T02:53:05.784Z] e876d2f968b6: Waiting [2020-07-21T02:53:05.784Z] 07967f4d0e4b: Waiting [2020-07-21T02:53:05.784Z] 2dd03ba5bac4: Waiting [2020-07-21T02:53:05.784Z] 481702a1767f: Waiting [2020-07-21T02:53:05.784Z] 1e091d79d1de: Waiting [2020-07-21T02:53:05.784Z] a92cc7c5fd73: Verifying Checksum [2020-07-21T02:53:05.784Z] ed8968b2872e: Verifying Checksum [2020-07-21T02:53:05.784Z] ed8968b2872e: Download complete [2020-07-21T02:53:05.784Z] 1e091d79d1de: Verifying Checksum [2020-07-21T02:53:05.784Z] 1e091d79d1de: Download complete [2020-07-21T02:53:05.784Z] 481702a1767f: Verifying Checksum [2020-07-21T02:53:05.784Z] 481702a1767f: Download complete [2020-07-21T02:53:05.784Z] df20fa9351a1: Verifying Checksum [2020-07-21T02:53:05.784Z] df20fa9351a1: Download complete [2020-07-21T02:53:06.079Z] df20fa9351a1: Pull complete [2020-07-21T02:53:06.686Z] f64a6f60c768: Verifying Checksum [2020-07-21T02:53:06.686Z] f64a6f60c768: Download complete [2020-07-21T02:53:06.686Z] e876d2f968b6: Verifying Checksum [2020-07-21T02:53:06.686Z] e876d2f968b6: Download complete [2020-07-21T02:53:07.271Z] e78d2573fc39: Verifying Checksum [2020-07-21T02:53:07.271Z] e78d2573fc39: Download complete [2020-07-21T02:53:07.271Z] 2dd03ba5bac4: Verifying Checksum [2020-07-21T02:53:07.271Z] 2dd03ba5bac4: Download complete [2020-07-21T02:53:07.271Z] ce8a83651883: Verifying Checksum [2020-07-21T02:53:07.271Z] ce8a83651883: Download complete [2020-07-21T02:53:07.271Z] 07967f4d0e4b: Verifying Checksum [2020-07-21T02:53:07.271Z] 07967f4d0e4b: Download complete [2020-07-21T02:53:07.277Z] Removing intermediate container cdd6649a6343 [2020-07-21T02:53:07.277Z] ---> 8daec6777461 [2020-07-21T02:53:07.277Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-21T02:53:07.277Z] ---> Running in 59a5a5cec2c7 [2020-07-21T02:53:07.853Z] ed8968b2872e: Pull complete [2020-07-21T02:53:07.853Z] a92cc7c5fd73: Pull complete [2020-07-21T02:53:08.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-21T02:53:09.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-21T02:53:09.961Z] OK: 142 MiB in 39 packages [2020-07-21T02:53:11.395Z] Removing intermediate container 59a5a5cec2c7 [2020-07-21T02:53:11.395Z] ---> 446f5111b7ed [2020-07-21T02:53:11.395Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-21T02:53:11.395Z] ---> Running in a3ac57fb0aaf [2020-07-21T02:53:11.669Z] Removing intermediate container a3ac57fb0aaf [2020-07-21T02:53:11.669Z] ---> 6c6a839c8460 [2020-07-21T02:53:11.669Z] Step 7/8 : COPY . . [2020-07-21T02:53:13.097Z] ---> 3aeaf4bc2027 [2020-07-21T02:53:13.097Z] Step 8/8 : RUN go mod download [2020-07-21T02:53:13.097Z] ---> Running in e72af7558168 [2020-07-21T02:53:13.154Z] 2dd03ba5bac4: Pull complete [2020-07-21T02:53:13.155Z] 1e091d79d1de: Pull complete [2020-07-21T02:53:13.155Z] 481702a1767f: Pull complete [2020-07-21T02:53:16.473Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-21T02:53:16.474Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-21T02:53:16.474Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-21T02:53:16.474Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-21T02:53:16.474Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-21T02:53:16.474Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-21T02:53:16.474Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-21T02:53:16.474Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-21T02:53:16.474Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-21T02:53:16.474Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-21T02:53:16.474Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-21T02:53:16.474Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-21T02:53:16.474Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-21T02:53:16.474Z] go: finding github.com/fatih/color v1.7.0 [2020-07-21T02:53:16.474Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-21T02:53:16.474Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-21T02:53:16.474Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-21T02:53:16.474Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-21T02:53:16.474Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-21T02:53:16.474Z] go: finding github.com/google/uuid v1.1.0 [2020-07-21T02:53:16.474Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-21T02:53:16.474Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-21T02:53:16.474Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-21T02:53:16.474Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-21T02:53:16.744Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-21T02:53:16.744Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-21T02:53:16.744Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-21T02:53:16.744Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-21T02:53:16.744Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-21T02:53:16.744Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-21T02:53:16.744Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-21T02:53:16.744Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-21T02:53:17.014Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-21T02:53:17.014Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-21T02:53:17.014Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-21T02:53:17.014Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-21T02:53:17.014Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-21T02:53:17.014Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-21T02:53:17.014Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-21T02:53:17.014Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-21T02:53:17.014Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-21T02:53:17.014Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-21T02:53:17.014Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-21T02:53:17.014Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-21T02:53:17.283Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-21T02:53:17.283Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-21T02:53:17.283Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-21T02:53:17.283Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-21T02:53:17.283Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-21T02:53:17.283Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-21T02:53:17.283Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-21T02:53:17.283Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-21T02:53:17.283Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-21T02:53:17.283Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-21T02:53:17.283Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-21T02:53:17.552Z] go: finding github.com/posener/complete v1.1.1 [2020-07-21T02:53:17.552Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-21T02:53:17.552Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-21T02:53:17.552Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-21T02:53:17.552Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-21T02:53:17.552Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-21T02:53:17.552Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-21T02:53:17.552Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-21T02:53:17.552Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-21T02:53:17.552Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-21T02:53:17.827Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-21T02:53:17.827Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-21T02:53:17.827Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-21T02:53:21.299Z] f64a6f60c768: Pull complete [2020-07-21T02:53:23.225Z] e78d2573fc39: Pull complete [2020-07-21T02:53:23.225Z] e876d2f968b6: Pull complete [2020-07-21T02:53:24.181Z] ce8a83651883: Pull complete [2020-07-21T02:53:24.181Z] 07967f4d0e4b: Pull complete [2020-07-21T02:53:24.181Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-21T02:53:24.181Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-21T02:53:24.181Z] ---> 5d7c900382c6 [2020-07-21T02:53:24.181Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-21T02:53:25.568Z] ---> Running in 58aec09e1a51 [2020-07-21T02:53:25.830Z] Removing intermediate container 58aec09e1a51 [2020-07-21T02:53:25.830Z] ---> dc82e623ce56 [2020-07-21T02:53:25.830Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-21T02:53:25.830Z] ---> Running in 16be8b85241c [2020-07-21T02:53:27.219Z] Removing intermediate container 16be8b85241c [2020-07-21T02:53:27.219Z] ---> b807619377e4 [2020-07-21T02:53:27.219Z] Step 5/8 : RUN apk add --no-cache make git [2020-07-21T02:53:27.219Z] ---> Running in 57be9cdb953d [2020-07-21T02:53:27.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-21T02:53:27.976Z] Removing intermediate container e72af7558168 [2020-07-21T02:53:27.976Z] ---> e45915fcd445 [2020-07-21T02:53:27.976Z] Successfully built e45915fcd445 [2020-07-21T02:53:27.976Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-07-21T02:53:28.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-21T02:53:28.830Z] + docker inspect -f . ci-base-image-arm64 [2020-07-21T02:53:28.831Z] . [Pipeline] withDockerContainer [2020-07-21T02:53:29.130Z] prd-ubuntu18.04-docker-arm64-4c-16g-376 does not seem to be running inside a container [2020-07-21T02:53:29.209Z] $ 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 ******** ci-base-image-arm64 cat [2020-07-21T02:53:29.305Z] OK: 166 MiB in 39 packages [2020-07-21T02:53:29.566Z] Removing intermediate container 57be9cdb953d [2020-07-21T02:53:29.566Z] ---> 38f6e712c1c5 [2020-07-21T02:53:29.567Z] Step 6/8 : WORKDIR /device-sdk-go [2020-07-21T02:53:29.567Z] ---> Running in 80dfea679f62 [2020-07-21T02:53:29.829Z] Removing intermediate container 80dfea679f62 [2020-07-21T02:53:29.829Z] ---> 37c5a6584706 [2020-07-21T02:53:29.829Z] Step 7/8 : COPY . . [2020-07-21T02:53:31.041Z] $ docker top 564cf1a7693806de1ba08fe7a5bb06ed9318662849d85945ccb261e3e714844f -eo pid,comm [2020-07-21T02:53:31.214Z] ---> 806cf9ab49af [2020-07-21T02:53:31.214Z] Step 8/8 : RUN go mod download [2020-07-21T02:53:31.214Z] ---> Running in 5869195a6c33 [Pipeline] { [Pipeline] sh [2020-07-21T02:53:32.534Z] + go version [2020-07-21T02:53:32.534Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-07-21T02:53:32.598Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-21T02:53:32.598Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-21T02:53:32.859Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-21T02:53:32.859Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-21T02:53:32.859Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-21T02:53:32.859Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-21T02:53:32.859Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-21T02:53:32.859Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-21T02:53:32.859Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-21T02:53:32.859Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-21T02:53:32.859Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-21T02:53:32.859Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-21T02:53:32.859Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-21T02:53:33.120Z] go: finding github.com/fatih/color v1.7.0 [2020-07-21T02:53:33.120Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-21T02:53:33.120Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-21T02:53:33.120Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-21T02:53:33.120Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-21T02:53:33.120Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-21T02:53:33.120Z] go: finding github.com/google/uuid v1.1.0 [2020-07-21T02:53:33.120Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-21T02:53:33.120Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-21T02:53:33.120Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-21T02:53:33.120Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-21T02:53:33.120Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-21T02:53:33.120Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-21T02:53:33.382Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-21T02:53:33.382Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-21T02:53:33.382Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-21T02:53:33.382Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-21T02:53:33.382Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-21T02:53:33.382Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-21T02:53:33.382Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-21T02:53:33.382Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-21T02:53:33.382Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-21T02:53:33.382Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-21T02:53:33.382Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-21T02:53:33.382Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-21T02:53:33.592Z] + make test [2020-07-21T02:53:33.592Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-21T02:53:33.651Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-21T02:53:33.651Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-21T02:53:33.651Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-21T02:53:33.651Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-21T02:53:33.651Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-21T02:53:33.651Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-21T02:53:33.651Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-21T02:53:33.651Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-21T02:53:33.651Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-21T02:53:33.651Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-21T02:53:33.651Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-21T02:53:33.651Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-21T02:53:33.914Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-21T02:53:33.914Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-21T02:53:33.914Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-21T02:53:33.914Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-21T02:53:33.914Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-21T02:53:33.914Z] go: finding github.com/posener/complete v1.1.1 [2020-07-21T02:53:33.914Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-21T02:53:33.914Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-21T02:53:33.914Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-21T02:53:33.914Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-21T02:53:33.914Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-21T02:53:33.914Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-21T02:53:34.177Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-21T02:53:34.177Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-21T02:53:34.177Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-21T02:53:34.177Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-21T02:53:34.177Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-21T02:53:34.177Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-21T02:53:34.570Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-07-21T02:53:42.335Z] Removing intermediate container 5869195a6c33 [2020-07-21T02:53:42.335Z] ---> e686071168ce [2020-07-21T02:53:42.335Z] Successfully built e686071168ce [2020-07-21T02:53:42.335Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-21T02:53:43.160Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-21T02:53:43.161Z] . [Pipeline] withDockerContainer [2020-07-21T02:53:43.276Z] prd-centos7-docker-4c-2g-377 does not seem to be running inside a container [2020-07-21T02:53:43.317Z] $ 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 ******** ci-base-image-x86_64 cat [2020-07-21T02:53:44.424Z] $ docker top f5a4462f34b459a5d1a6a282e10f1fa095dd88299d5e507a22335e05120fa276 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-21T02:53:44.931Z] + go version [2020-07-21T02:53:44.931Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-21T02:53:45.259Z] + make test [2020-07-21T02:53:45.259Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-21T02:53:46.217Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-07-21T02:53:56.341Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-07-21T02:53:56.341Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-07-21T02:53:56.341Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-07-21T02:53:56.341Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.005s coverage: 22.1% of statements [2020-07-21T02:53:56.341Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.062s coverage: 95.8% of statements [2020-07-21T02:54:01.403Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-07-21T02:54:01.403Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-07-21T02:54:01.403Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-07-21T02:54:02.846Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.063s coverage: 22.1% of statements [2020-07-21T02:54:07.177Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.137s coverage: 95.8% of statements [2020-07-21T02:54:28.508Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.029s coverage: 11.4% of statements [2020-07-21T02:54:28.508Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.009s coverage: 21.7% of statements [2020-07-21T02:54:28.508Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-07-21T02:54:28.508Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.117s coverage: 36.9% of statements [2020-07-21T02:54:28.508Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-07-21T02:54:28.508Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.337s coverage: 65.2% of statements [2020-07-21T02:54:28.508Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-07-21T02:54:28.508Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-07-21T02:54:28.508Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-07-21T02:54:28.508Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.013s coverage: 52.6% of statements [2020-07-21T02:54:28.508Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.100s coverage: 68.9% of statements [2020-07-21T02:54:28.508Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-07-21T02:54:28.508Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-07-21T02:54:28.508Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-21T02:54:28.508Z] gofmt -l . [2020-07-21T02:54:28.508Z] [ "`gofmt -l .`" = "" ] [2020-07-21T02:54:28.508Z] ./bin/test-attribution-txt.sh [2020-07-21T02:54:29.084Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-21T02:54:29.431Z] Stashed 1 file(s) [Pipeline] } [2020-07-21T02:54:29.443Z] $ docker stop --time=1 f5a4462f34b459a5d1a6a282e10f1fa095dd88299d5e507a22335e05120fa276 [2020-07-21T02:54:30.961Z] $ docker rm -f f5a4462f34b459a5d1a6a282e10f1fa095dd88299d5e507a22335e05120fa276 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-21T02:54:33.785Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-21T02:54:34.102Z] + ls -al . [2020-07-21T02:54:34.103Z] total 188 [2020-07-21T02:54:34.103Z] drwxrwxr-x. 11 jenkins jenkins 4096 Jul 21 02:54 . [2020-07-21T02:54:34.103Z] drwxrwxr-x. 4 jenkins jenkins 28 Jul 21 02:52 .. [2020-07-21T02:54:34.103Z] drwxrwxr-x. 3 jenkins jenkins 20 Jul 21 02:53 api [2020-07-21T02:54:34.103Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 21 02:53 bin [2020-07-21T02:54:34.103Z] -rw-r--r--. 1 jenkins jenkins 110877 Jul 21 02:54 coverage.out [2020-07-21T02:54:34.103Z] -rw-rw-r--. 1 jenkins jenkins 936 Jul 21 02:53 Dockerfile.build [2020-07-21T02:54:34.103Z] -rw-rw-r--. 1 jenkins jenkins 140 Jul 21 02:53 .dockerignore [2020-07-21T02:54:34.103Z] drwxrwxr-x. 4 jenkins jenkins 48 Jul 21 02:53 example [2020-07-21T02:54:34.103Z] drwxrwxr-x. 8 jenkins jenkins 179 Jul 21 02:53 .git [2020-07-21T02:54:34.103Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 21 02:53 .github [2020-07-21T02:54:34.103Z] -rw-rw-r--. 1 jenkins jenkins 138 Jul 21 02:53 .gitignore [2020-07-21T02:54:34.103Z] -rw-r--r--. 1 jenkins jenkins 446 Jul 21 02:54 go.mod [2020-07-21T02:54:34.103Z] -rw-r--r--. 1 jenkins jenkins 12179 Jul 21 02:54 go.sum [2020-07-21T02:54:34.103Z] drwxrwxr-x. 13 jenkins jenkins 184 Jul 21 02:53 internal [2020-07-21T02:54:34.103Z] -rw-rw-r--. 1 jenkins jenkins 808 Jul 21 02:53 Jenkinsfile [2020-07-21T02:54:34.103Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jul 21 02:53 LICENSE [2020-07-21T02:54:34.103Z] -rw-rw-r--. 1 jenkins jenkins 892 Jul 21 02:53 Makefile [2020-07-21T02:54:34.103Z] drwxrwxr-x. 5 jenkins jenkins 50 Jul 21 02:53 pkg [2020-07-21T02:54:34.103Z] -rw-rw-r--. 1 jenkins jenkins 5101 Jul 21 02:53 README.md [2020-07-21T02:54:34.103Z] -rw-rw-r--. 1 jenkins jenkins 4291 Jul 21 02:53 RELEASE-NOTES.txt [2020-07-21T02:54:34.103Z] drwxrwxr-x. 3 jenkins jenkins 58 Jul 21 02:53 .semver [2020-07-21T02:54:34.103Z] drwxrwxr-x. 4 jenkins jenkins 54 Jul 21 02:53 snap [2020-07-21T02:54:34.103Z] -rw-rw-r--. 1 jenkins jenkins 5 Jul 21 02:50 VERSION [2020-07-21T02:54:34.103Z] -rw-rw-r--. 1 jenkins jenkins 222 Jul 21 02:53 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-21T02:54:34.433Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=ed23326b8823a41f603a14d9299687c436ec6b89 --label arch=amd64 --label version=0.0.0 . [2020-07-21T02:54:34.695Z] Sending build context to Docker daemon 3.249MB [2020-07-21T02:54:34.695Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-21T02:54:34.695Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-21T02:54:34.695Z] ---> e686071168ce [2020-07-21T02:54:34.695Z] Step 3/23 : ARG MAKE='make build' [2020-07-21T02:54:34.957Z] ---> Running in 84b9857657de [2020-07-21T02:54:35.219Z] Removing intermediate container 84b9857657de [2020-07-21T02:54:35.219Z] ---> 406e2c02a462 [2020-07-21T02:54:35.219Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-21T02:54:35.219Z] ---> Running in ff4f293f1f97 [2020-07-21T02:54:35.481Z] Removing intermediate container ff4f293f1f97 [2020-07-21T02:54:35.481Z] ---> 2dc84bf32055 [2020-07-21T02:54:35.481Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-21T02:54:35.481Z] ---> Running in 0c6dac1cb4bd [2020-07-21T02:54:35.742Z] Removing intermediate container 0c6dac1cb4bd [2020-07-21T02:54:35.742Z] ---> 3e376e002fe5 [2020-07-21T02:54:35.742Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-21T02:54:35.742Z] ---> Running in 74480cdc7c06 [2020-07-21T02:54:36.694Z] Removing intermediate container 74480cdc7c06 [2020-07-21T02:54:36.694Z] ---> a84d5b8aadd3 [2020-07-21T02:54:36.694Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-21T02:54:36.694Z] ---> Running in df0585acc911 [2020-07-21T02:54:37.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-21T02:54:38.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-21T02:54:39.512Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.072s coverage: 11.4% of statements [2020-07-21T02:54:39.512Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.042s coverage: 21.7% of statements [2020-07-21T02:54:39.512Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-07-21T02:54:39.512Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.192s coverage: 36.9% of statements [2020-07-21T02:54:39.512Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-07-21T02:54:39.512Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.610s coverage: 65.2% of statements [2020-07-21T02:54:39.512Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-07-21T02:54:39.512Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-07-21T02:54:39.512Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-07-21T02:54:39.512Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.043s coverage: 52.6% of statements [2020-07-21T02:54:39.512Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.352s coverage: 68.9% of statements [2020-07-21T02:54:39.512Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-07-21T02:54:39.512Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-07-21T02:54:39.512Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-21T02:54:40.127Z] OK: 166 MiB in 39 packages [2020-07-21T02:54:40.702Z] Removing intermediate container df0585acc911 [2020-07-21T02:54:40.702Z] ---> aecf84e802cc [2020-07-21T02:54:40.702Z] Step 8/23 : COPY . . [2020-07-21T02:54:41.487Z] gofmt -l . [2020-07-21T02:54:41.658Z] ---> b7720411a333 [2020-07-21T02:54:41.659Z] Step 9/23 : RUN ${MAKE} [2020-07-21T02:54:41.659Z] ---> Running in dd6679e4ef5c [2020-07-21T02:54:42.079Z] [ "`gofmt -l .`" = "" ] [2020-07-21T02:54:42.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-07-21T02:54:42.354Z] ./bin/test-attribution-txt.sh [2020-07-21T02:54:42.948Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-21T02:54:43.574Z] Warning: overwriting stash ‘coverage-report’ [2020-07-21T02:54:44.394Z] Stashed 1 file(s) [Pipeline] } [2020-07-21T02:54:44.422Z] $ docker stop --time=1 564cf1a7693806de1ba08fe7a5bb06ed9318662849d85945ccb261e3e714844f [2020-07-21T02:54:46.527Z] $ docker rm -f 564cf1a7693806de1ba08fe7a5bb06ed9318662849d85945ccb261e3e714844f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-21T02:54:47.881Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-21T02:54:48.224Z] + ls -al . [2020-07-21T02:54:48.224Z] total 228 [2020-07-21T02:54:48.224Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 21 02:54 . [2020-07-21T02:54:48.224Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 02:52 .. [2020-07-21T02:54:48.224Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 21 02:52 .dockerignore [2020-07-21T02:54:48.224Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 21 02:52 .git [2020-07-21T02:54:48.224Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 21 02:52 .github [2020-07-21T02:54:48.224Z] -rw-rw-r-- 1 jenkins jenkins 138 Jul 21 02:52 .gitignore [2020-07-21T02:54:48.224Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 21 02:52 .semver [2020-07-21T02:54:48.224Z] -rw-rw-r-- 1 jenkins jenkins 936 Jul 21 02:52 Dockerfile.build [2020-07-21T02:54:48.224Z] -rw-rw-r-- 1 jenkins jenkins 808 Jul 21 02:52 Jenkinsfile [2020-07-21T02:54:48.224Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 21 02:52 LICENSE [2020-07-21T02:54:48.224Z] -rw-rw-r-- 1 jenkins jenkins 892 Jul 21 02:52 Makefile [2020-07-21T02:54:48.224Z] -rw-rw-r-- 1 jenkins jenkins 5101 Jul 21 02:52 README.md [2020-07-21T02:54:48.224Z] -rw-rw-r-- 1 jenkins jenkins 4291 Jul 21 02:52 RELEASE-NOTES.txt [2020-07-21T02:54:48.224Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 21 02:50 VERSION [2020-07-21T02:54:48.224Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 21 02:52 api [2020-07-21T02:54:48.224Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 21 02:52 bin [2020-07-21T02:54:48.224Z] -rw-r--r-- 1 jenkins jenkins 110877 Jul 21 02:54 coverage.out [2020-07-21T02:54:48.224Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 02:52 example [2020-07-21T02:54:48.224Z] -rw-r--r-- 1 jenkins jenkins 446 Jul 21 02:54 go.mod [2020-07-21T02:54:48.224Z] -rw-r--r-- 1 jenkins jenkins 12179 Jul 21 02:54 go.sum [2020-07-21T02:54:48.224Z] drwxrwxr-x 13 jenkins jenkins 4096 Jul 21 02:52 internal [2020-07-21T02:54:48.224Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 21 02:52 pkg [2020-07-21T02:54:48.224Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 02:52 snap [2020-07-21T02:54:48.224Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 21 02:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-21T02:54:48.585Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ed23326b8823a41f603a14d9299687c436ec6b89 --label arch=arm64 --label version=0.0.0 . [2020-07-21T02:54:48.858Z] Sending build context to Docker daemon 3.25MB [2020-07-21T02:54:49.132Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-07-21T02:54:49.132Z] Step 2/23 : FROM ${BASE} AS builder [2020-07-21T02:54:49.132Z] ---> e45915fcd445 [2020-07-21T02:54:49.132Z] Step 3/23 : ARG MAKE='make build' [2020-07-21T02:54:49.132Z] ---> Running in 364e2e7b9d20 [2020-07-21T02:54:49.728Z] Removing intermediate container 364e2e7b9d20 [2020-07-21T02:54:49.728Z] ---> 9b999fbda10d [2020-07-21T02:54:49.728Z] Step 4/23 : WORKDIR /device-sdk-go [2020-07-21T02:54:49.728Z] ---> Running in 7e34edeb3876 [2020-07-21T02:54:50.324Z] Removing intermediate container 7e34edeb3876 [2020-07-21T02:54:50.324Z] ---> 3603514c199c [2020-07-21T02:54:50.324Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-21T02:54:50.324Z] ---> Running in 5c44e498f2b6 [2020-07-21T02:54:50.473Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-21T02:54:50.922Z] Removing intermediate container 5c44e498f2b6 [2020-07-21T02:54:50.922Z] ---> ec9ed0a5784c [2020-07-21T02:54:50.922Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-21T02:54:50.922Z] ---> Running in 240271804ff6 [2020-07-21T02:54:52.396Z] Removing intermediate container dd6679e4ef5c [2020-07-21T02:54:52.396Z] ---> fb054ab751d8 [2020-07-21T02:54:52.396Z] Step 10/23 : FROM scratch [2020-07-21T02:54:52.396Z] ---> [2020-07-21T02:54:52.396Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-21T02:54:52.396Z] ---> Running in dcd5c80957dc [2020-07-21T02:54:52.396Z] Removing intermediate container dcd5c80957dc [2020-07-21T02:54:52.396Z] ---> 9855b22b3c87 [2020-07-21T02:54:52.396Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-21T02:54:52.396Z] ---> Running in 510fe7993cf4 [2020-07-21T02:54:52.661Z] Removing intermediate container 510fe7993cf4 [2020-07-21T02:54:52.661Z] ---> ac9fedc5d9cd [2020-07-21T02:54:52.661Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-21T02:54:52.661Z] ---> Running in e405ab981168 [2020-07-21T02:54:52.923Z] Removing intermediate container e405ab981168 [2020-07-21T02:54:52.923Z] ---> d973e2a42828 [2020-07-21T02:54:52.923Z] Step 14/23 : WORKDIR / [2020-07-21T02:54:52.923Z] ---> Running in 0eb918ec80a1 [2020-07-21T02:54:53.185Z] Removing intermediate container 0eb918ec80a1 [2020-07-21T02:54:53.185Z] ---> 137a8d5b98ee [2020-07-21T02:54:53.185Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-21T02:54:53.448Z] ---> 93869c2a6299 [2020-07-21T02:54:53.448Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-21T02:54:53.535Z] Removing intermediate container 240271804ff6 [2020-07-21T02:54:53.535Z] ---> 8ed3665d3314 [2020-07-21T02:54:53.535Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-07-21T02:54:53.535Z] ---> Running in 5de0477efebd [2020-07-21T02:54:53.710Z] ---> b102025a4f99 [2020-07-21T02:54:53.710Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-21T02:54:53.980Z] ---> 06df86c92bf3 [2020-07-21T02:54:53.980Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-21T02:54:54.459Z] ---> 58740c4c8886 [2020-07-21T02:54:54.459Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-21T02:54:54.459Z] ---> 20148d01bec8 [2020-07-21T02:54:54.459Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-21T02:54:54.724Z] ---> Running in 1974f8f5acaf [2020-07-21T02:54:54.724Z] Removing intermediate container 1974f8f5acaf [2020-07-21T02:54:54.724Z] ---> 3f8acc92580c [2020-07-21T02:54:54.724Z] Step 21/23 : LABEL arch=amd64 [2020-07-21T02:54:54.724Z] ---> Running in d135dd5281aa [2020-07-21T02:54:54.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-21T02:54:54.988Z] Removing intermediate container d135dd5281aa [2020-07-21T02:54:54.988Z] ---> df23764cbc77 [2020-07-21T02:54:54.988Z] Step 22/23 : LABEL git_sha=ed23326b8823a41f603a14d9299687c436ec6b89 [2020-07-21T02:54:54.988Z] ---> Running in 1ed557b2cb90 [2020-07-21T02:54:55.251Z] Removing intermediate container 1ed557b2cb90 [2020-07-21T02:54:55.251Z] ---> b0340d31481e [2020-07-21T02:54:55.251Z] Step 23/23 : LABEL version=0.0.0 [2020-07-21T02:54:55.251Z] ---> Running in 6074f45c9dbc [2020-07-21T02:54:55.514Z] Removing intermediate container 6074f45c9dbc [2020-07-21T02:54:55.514Z] ---> 6489a97d1d69 [2020-07-21T02:54:55.514Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-21T02:54:55.514Z] Successfully built 6489a97d1d69 [2020-07-21T02:54:55.514Z] Successfully tagged docker-device-sdk-simple: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] } [2020-07-21T02:54:57.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-21T02:55:01.847Z] OK: 142 MiB in 39 packages [2020-07-21T02:55:02.438Z] Removing intermediate container 5de0477efebd [2020-07-21T02:55:02.438Z] ---> f77e96371fb4 [2020-07-21T02:55:02.438Z] Step 8/23 : COPY . . [2020-07-21T02:55:03.411Z] ---> 7104b499b92a [2020-07-21T02:55:03.411Z] Step 9/23 : RUN ${MAKE} [2020-07-21T02:55:03.684Z] ---> Running in 4f89f8982720 [2020-07-21T02:55:05.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-07-21T02:55:27.301Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-07-21T02:55:29.914Z] Removing intermediate container 4f89f8982720 [2020-07-21T02:55:29.914Z] ---> 7f98604276fc [2020-07-21T02:55:29.914Z] Step 10/23 : FROM scratch [2020-07-21T02:55:29.914Z] ---> [2020-07-21T02:55:29.914Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-07-21T02:55:29.914Z] ---> Running in e7462aaccd0d [2020-07-21T02:55:30.188Z] Removing intermediate container e7462aaccd0d [2020-07-21T02:55:30.188Z] ---> 5dfacbd7849d [2020-07-21T02:55:30.188Z] Step 12/23 : ENV APP_PORT=49990 [2020-07-21T02:55:30.188Z] ---> Running in 7471557245d1 [2020-07-21T02:55:30.786Z] Removing intermediate container 7471557245d1 [2020-07-21T02:55:30.786Z] ---> 72e20abeb12f [2020-07-21T02:55:30.786Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-21T02:55:30.786Z] ---> Running in 0fa29d3e9e49 [2020-07-21T02:55:31.059Z] Removing intermediate container 0fa29d3e9e49 [2020-07-21T02:55:31.059Z] ---> 909bc7eb3b49 [2020-07-21T02:55:31.059Z] Step 14/23 : WORKDIR / [2020-07-21T02:55:31.332Z] ---> Running in 5e5ad86ab356 [2020-07-21T02:55:31.604Z] Removing intermediate container 5e5ad86ab356 [2020-07-21T02:55:31.604Z] ---> d617b77562ee [2020-07-21T02:55:31.604Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-07-21T02:55:33.041Z] ---> 9bfcdb9b075c [2020-07-21T02:55:33.041Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-07-21T02:55:33.634Z] ---> b137c822e036 [2020-07-21T02:55:33.634Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-07-21T02:55:34.227Z] ---> 49a3938d3129 [2020-07-21T02:55:34.227Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-07-21T02:55:34.822Z] ---> 81b0a636b26c [2020-07-21T02:55:34.822Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-07-21T02:55:35.800Z] ---> 81f6b325ef3e [2020-07-21T02:55:35.800Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-21T02:55:35.800Z] ---> Running in 674aeca5e952 [2020-07-21T02:55:36.072Z] Removing intermediate container 674aeca5e952 [2020-07-21T02:55:36.072Z] ---> ff19749ab684 [2020-07-21T02:55:36.072Z] Step 21/23 : LABEL arch=arm64 [2020-07-21T02:55:36.344Z] ---> Running in 16d5a5458db4 [2020-07-21T02:55:36.938Z] Removing intermediate container 16d5a5458db4 [2020-07-21T02:55:36.938Z] ---> f2010c5f8c85 [2020-07-21T02:55:36.938Z] Step 22/23 : LABEL git_sha=ed23326b8823a41f603a14d9299687c436ec6b89 [2020-07-21T02:55:36.938Z] ---> Running in 5be8fafdcfeb [2020-07-21T02:55:37.210Z] Removing intermediate container 5be8fafdcfeb [2020-07-21T02:55:37.210Z] ---> 8c3076c4a9e6 [2020-07-21T02:55:37.210Z] Step 23/23 : LABEL version=0.0.0 [2020-07-21T02:55:37.481Z] ---> Running in 3a653dd980cd [2020-07-21T02:55:37.758Z] Removing intermediate container 3a653dd980cd [2020-07-21T02:55:37.759Z] ---> 22d31ef9e279 [2020-07-21T02:55:37.759Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-21T02:55:37.759Z] Successfully built 22d31ef9e279 [2020-07-21T02:55:38.030Z] Successfully tagged docker-device-sdk-simple-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 [2020-07-21T02:55:40.009Z] provisioning config files... [2020-07-21T02:55:40.024Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/config7032256972358588853tmp [Pipeline] { [Pipeline] sh [2020-07-21T02:55:40.428Z] + curl -s https://codecov.io/bash [2020-07-21T02:55:40.428Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/config7032256972358588853tmp [Pipeline] } [2020-07-21T02:55:40.742Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-21T02:55:42.687Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-21T02:55:43.295Z] ---> package-listing.sh [2020-07-21T02:55:43.295Z] ++ facter osfamily [2020-07-21T02:55:43.295Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-21T02:55:43.560Z] + OS_FAMILY=redhat [2020-07-21T02:55:43.560Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-556 [2020-07-21T02:55:43.560Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-21T02:55:43.560Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-21T02:55:43.560Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-21T02:55:43.560Z] + PACKAGES=/tmp/packages_start.txt [2020-07-21T02:55:43.560Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-556 ']' [2020-07-21T02:55:43.560Z] + PACKAGES=/tmp/packages_end.txt [2020-07-21T02:55:43.560Z] + case "${OS_FAMILY}" in [2020-07-21T02:55:43.560Z] + rpm -qa [2020-07-21T02:55:43.560Z] + sort [2020-07-21T02:55:48.883Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-21T02:55:48.883Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-21T02:55:48.883Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-21T02:55:48.883Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-556 ']' [2020-07-21T02:55:48.883Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-556/archives/ [2020-07-21T02:55:48.883Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-556/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-21T02:55:49.516Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-21T02:55:49.516Z] [2020-07-21T02:55:49.516Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-21T02:55:49.901Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-21T02:55:49.901Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-21T02:55:49.901Z] c9b1b535fdd9: Pulling fs layer [2020-07-21T02:55:49.901Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-21T02:55:49.901Z] 756a868c4378: Pulling fs layer [2020-07-21T02:55:49.901Z] 444b2fc9a129: Pulling fs layer [2020-07-21T02:55:49.901Z] ea15f1150254: Pulling fs layer [2020-07-21T02:55:49.901Z] 41b27a9f41bf: Pulling fs layer [2020-07-21T02:55:49.901Z] 28c525ee5125: Pulling fs layer [2020-07-21T02:55:49.901Z] 094b1ea09ed8: Pulling fs layer [2020-07-21T02:55:49.901Z] 138eaada9080: Pulling fs layer [2020-07-21T02:55:49.901Z] 0622d0fa9048: Pulling fs layer [2020-07-21T02:55:49.901Z] 444b2fc9a129: Waiting [2020-07-21T02:55:49.901Z] ea15f1150254: Waiting [2020-07-21T02:55:49.901Z] 41b27a9f41bf: Waiting [2020-07-21T02:55:49.901Z] 28c525ee5125: Waiting [2020-07-21T02:55:49.901Z] 094b1ea09ed8: Waiting [2020-07-21T02:55:49.901Z] 138eaada9080: Waiting [2020-07-21T02:55:49.901Z] 0622d0fa9048: Waiting [2020-07-21T02:55:49.901Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-21T02:55:49.901Z] 2cc5ad85d9ab: Download complete [2020-07-21T02:55:49.901Z] 444b2fc9a129: Verifying Checksum [2020-07-21T02:55:49.901Z] 444b2fc9a129: Download complete [2020-07-21T02:55:50.177Z] c9b1b535fdd9: Verifying Checksum [2020-07-21T02:55:50.177Z] c9b1b535fdd9: Download complete [2020-07-21T02:55:50.177Z] ea15f1150254: Verifying Checksum [2020-07-21T02:55:50.177Z] ea15f1150254: Download complete [2020-07-21T02:55:50.177Z] 28c525ee5125: Verifying Checksum [2020-07-21T02:55:50.177Z] 28c525ee5125: Download complete [2020-07-21T02:55:50.451Z] 756a868c4378: Verifying Checksum [2020-07-21T02:55:50.451Z] 756a868c4378: Download complete [2020-07-21T02:55:50.731Z] c9b1b535fdd9: Pull complete [2020-07-21T02:55:50.731Z] 138eaada9080: Verifying Checksum [2020-07-21T02:55:50.731Z] 138eaada9080: Download complete [2020-07-21T02:55:50.731Z] 094b1ea09ed8: Verifying Checksum [2020-07-21T02:55:50.731Z] 094b1ea09ed8: Download complete [2020-07-21T02:55:50.731Z] 0622d0fa9048: Verifying Checksum [2020-07-21T02:55:50.731Z] 0622d0fa9048: Download complete [2020-07-21T02:55:51.362Z] 41b27a9f41bf: Verifying Checksum [2020-07-21T02:55:51.362Z] 41b27a9f41bf: Download complete [2020-07-21T02:55:51.635Z] 2cc5ad85d9ab: Pull complete [2020-07-21T02:55:54.276Z] 756a868c4378: Pull complete [2020-07-21T02:55:54.543Z] 444b2fc9a129: Pull complete [2020-07-21T02:55:54.809Z] ea15f1150254: Pull complete [2020-07-21T02:55:59.049Z] 41b27a9f41bf: Pull complete [2020-07-21T02:55:59.049Z] 28c525ee5125: Pull complete [2020-07-21T02:56:03.342Z] 094b1ea09ed8: Pull complete [2020-07-21T02:56:03.342Z] 138eaada9080: Pull complete [2020-07-21T02:56:03.342Z] 0622d0fa9048: Pull complete [2020-07-21T02:56:03.342Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-21T02:56:03.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-21T02:56:03.607Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-21T02:56:04.011Z] prd-centos7-docker-4c-2g-375 does not seem to be running inside a container [2020-07-21T02:56:04.091Z] $ 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-556 -v /w/workspace/dgexfoundry_device-sdk-go_PR-556:/w/workspace/dgexfoundry_device-sdk-go_PR-556:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-556@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 [2020-07-21T02:56:08.054Z] $ docker top 3a090fc68e729c1e8b686cf1d41f8d6d20f5393de7a867813f02eeceae6c0a9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-21T02:56:08.541Z] provisioning config files... [2020-07-21T02:56:08.557Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp/config2060350371940139132tmp [Pipeline] { [Pipeline] echo [2020-07-21T02:56:08.663Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-21T02:56:09.012Z] ---> create-netrc.sh [Pipeline] echo [2020-07-21T02:56:09.036Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-21T02:56:09.368Z] ---> logs-deploy.sh [2020-07-21T02:56:09.368Z] + ARCHIVE_ARTIFACTS= [2020-07-21T02:56:09.368Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-21T02:56:09.368Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-21T02:56:09.368Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-21T02:56:09.368Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-556/1 [2020-07-21T02:56:09.368Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-556/1/ [2020-07-21T02:56:09.368Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-556/1 /w/workspace/dgexfoundry_device-sdk-go_PR-556 [2020-07-21T02:56:11.293Z] Archives upload complete. [2020-07-21T02:56:11.293Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-556/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-556/1/ [2020-07-21T02:56:12.245Z] ---> uname -a: [2020-07-21T02:56:12.245Z] Linux 3a090fc68e72 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] ---> lscpu: [2020-07-21T02:56:12.245Z] Architecture: x86_64 [2020-07-21T02:56:12.245Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-21T02:56:12.245Z] Byte Order: Little Endian [2020-07-21T02:56:12.245Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-21T02:56:12.245Z] CPU(s): 4 [2020-07-21T02:56:12.245Z] On-line CPU(s) list: 0-3 [2020-07-21T02:56:12.245Z] Thread(s) per core: 1 [2020-07-21T02:56:12.245Z] Core(s) per socket: 1 [2020-07-21T02:56:12.245Z] Socket(s): 4 [2020-07-21T02:56:12.245Z] NUMA node(s): 1 [2020-07-21T02:56:12.245Z] Vendor ID: GenuineIntel [2020-07-21T02:56:12.245Z] CPU family: 6 [2020-07-21T02:56:12.245Z] Model: 44 [2020-07-21T02:56:12.245Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-21T02:56:12.245Z] Stepping: 1 [2020-07-21T02:56:12.245Z] CPU MHz: 2933.438 [2020-07-21T02:56:12.245Z] BogoMIPS: 5866.87 [2020-07-21T02:56:12.245Z] Virtualization: VT-x [2020-07-21T02:56:12.245Z] Hypervisor vendor: KVM [2020-07-21T02:56:12.245Z] Virtualization type: full [2020-07-21T02:56:12.245Z] L1d cache: 128 KiB [2020-07-21T02:56:12.245Z] L1i cache: 128 KiB [2020-07-21T02:56:12.245Z] L2 cache: 16 MiB [2020-07-21T02:56:12.245Z] L3 cache: 64 MiB [2020-07-21T02:56:12.245Z] NUMA node0 CPU(s): 0-3 [2020-07-21T02:56:12.245Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-21T02:56:12.245Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-21T02:56:12.245Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-21T02:56:12.245Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-21T02:56:12.245Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-21T02:56:12.245Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-21T02:56:12.245Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-21T02:56:12.245Z] Vulnerability Tsx async abort: Not affected [2020-07-21T02:56:12.245Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] ---> nproc: [2020-07-21T02:56:12.245Z] 4 [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] ---> df -h: [2020-07-21T02:56:12.245Z] Filesystem Size Used Available Use% Mounted on [2020-07-21T02:56:12.245Z] overlay 50.0G 7.2G 42.8G 14% / [2020-07-21T02:56:12.245Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-21T02:56:12.245Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-21T02:56:12.245Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-21T02:56:12.245Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-07-21T02:56:12.245Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-07-21T02:56:12.245Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-07-21T02:56:12.245Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-556 [2020-07-21T02:56:12.245Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-556@tmp [2020-07-21T02:56:12.245Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] ---> free -m: [2020-07-21T02:56:12.245Z] total used free shared buff/cache available [2020-07-21T02:56:12.245Z] Mem: 1837 625 130 0 1081 1106 [2020-07-21T02:56:12.245Z] Swap: 1023 1 1022 [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] ---> ip addr: [2020-07-21T02:56:12.245Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-21T02:56:12.245Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-21T02:56:12.245Z] inet 127.0.0.1/8 scope host lo [2020-07-21T02:56:12.245Z] valid_lft forever preferred_lft forever [2020-07-21T02:56:12.245Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-07-21T02:56:12.245Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-21T02:56:12.245Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-21T02:56:12.245Z] valid_lft forever preferred_lft forever [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] ---> sar -b -r -n DEV: [2020-07-21T02:56:12.245Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/21/20 _x86_64_ (4 CPU) [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] 02:48:47 LINUX RESTART [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] 02:50:02 tps rtps wtps bread/s bwrtn/s [2020-07-21T02:56:12.245Z] 02:51:01 8.82 1.59 7.23 103.82 230.44 [2020-07-21T02:56:12.245Z] 02:52:01 0.32 0.00 0.32 0.00 4.46 [2020-07-21T02:56:12.245Z] 02:53:01 0.27 0.00 0.27 0.00 3.76 [2020-07-21T02:56:12.245Z] 02:54:01 0.23 0.00 0.23 0.00 2.96 [2020-07-21T02:56:12.245Z] 02:55:01 0.25 0.00 0.25 0.00 3.50 [2020-07-21T02:56:12.245Z] 02:56:02 104.14 67.10 37.04 5356.76 16280.35 [2020-07-21T02:56:12.245Z] Average: 19.04 11.48 7.56 912.67 2762.27 [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] 02:50:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-21T02:56:12.245Z] 02:51:01 165664 1715892 91.20 2620 1169492 1134460 38.72 392560 1162256 20 [2020-07-21T02:56:12.245Z] 02:52:01 173924 1707632 90.76 2620 1169496 1066992 36.41 389904 1157492 12 [2020-07-21T02:56:12.245Z] 02:53:01 173088 1708468 90.80 2620 1169504 1067224 36.42 390884 1157492 20 [2020-07-21T02:56:12.245Z] 02:54:01 172696 1708860 90.82 2620 1169504 1067056 36.42 394072 1154932 12 [2020-07-21T02:56:12.245Z] 02:55:01 169880 1711676 90.97 2620 1169512 1067164 36.42 399456 1152884 8 [2020-07-21T02:56:12.245Z] 02:56:02 147768 1733788 92.15 2620 1111220 1265744 43.20 442452 1087020 82200 [2020-07-21T02:56:12.245Z] Average: 167170 1714386 91.12 2620 1159788 1111440 37.93 401555 1145346 13712 [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] 02:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-21T02:56:12.245Z] 02:51:01 eth0 29.53 26.57 38.83 42.67 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:51:01 docker0 8.53 6.46 1.25 18.40 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:52:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:53:01 eth0 1.23 0.68 0.57 0.37 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:54:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:55:01 eth0 0.23 0.22 0.08 0.07 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:56:02 eth0 71.31 52.25 2328.98 10.28 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] 02:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] Average: eth0 17.15 13.28 395.89 8.82 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] Average: docker0 1.40 1.06 0.21 3.03 0.00 0.00 0.00 [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] ---> sar -P ALL: [2020-07-21T02:56:12.245Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/21/20 _x86_64_ (4 CPU) [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] 02:48:47 LINUX RESTART [2020-07-21T02:56:12.245Z] [2020-07-21T02:56:12.245Z] 02:50:02 CPU %user %nice %system %iowait %steal %idle [2020-07-21T02:56:12.245Z] 02:51:01 all 1.43 0.00 0.65 0.06 1.10 96.75 [2020-07-21T02:56:12.245Z] 02:51:01 0 1.43 0.00 0.70 0.00 1.19 96.69 [2020-07-21T02:56:12.245Z] 02:51:01 1 1.31 0.00 0.63 0.15 0.92 96.99 [2020-07-21T02:56:12.245Z] 02:51:01 2 1.70 0.00 0.76 0.03 1.10 96.40 [2020-07-21T02:56:12.245Z] 02:51:01 3 1.27 0.00 0.53 0.05 1.19 96.96 [2020-07-21T02:56:12.245Z] 02:52:01 all 0.15 0.00 0.06 0.00 0.08 99.72 [2020-07-21T02:56:12.246Z] 02:52:01 0 0.05 0.00 0.05 0.00 0.07 99.83 [2020-07-21T02:56:12.246Z] 02:52:01 1 0.45 0.00 0.07 0.00 0.12 99.37 [2020-07-21T02:56:12.246Z] 02:52:01 2 0.05 0.00 0.07 0.00 0.08 99.80 [2020-07-21T02:56:12.246Z] 02:52:01 3 0.03 0.00 0.03 0.00 0.05 99.88 [2020-07-21T02:56:12.246Z] 02:53:01 all 0.12 0.00 0.03 0.00 0.28 99.57 [2020-07-21T02:56:12.246Z] 02:53:01 0 0.02 0.00 0.02 0.00 0.08 99.88 [2020-07-21T02:56:12.246Z] 02:53:01 1 0.37 0.00 0.05 0.00 0.52 99.07 [2020-07-21T02:56:12.246Z] 02:53:01 2 0.03 0.00 0.05 0.00 0.28 99.63 [2020-07-21T02:56:12.246Z] 02:53:01 3 0.05 0.00 0.03 0.00 0.27 99.65 [2020-07-21T02:56:12.246Z] 02:54:01 all 0.13 0.00 0.03 0.00 0.05 99.80 [2020-07-21T02:56:12.246Z] 02:54:01 0 0.05 0.00 0.07 0.00 0.03 99.85 [2020-07-21T02:56:12.246Z] 02:54:01 1 0.42 0.00 0.03 0.00 0.05 99.50 [2020-07-21T02:56:12.246Z] 02:54:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2020-07-21T02:56:12.246Z] 02:54:01 3 0.02 0.00 0.00 0.00 0.08 99.90 [2020-07-21T02:56:12.246Z] 02:55:01 all 0.12 0.00 0.03 0.00 0.12 99.72 [2020-07-21T02:56:12.246Z] 02:55:01 0 0.02 0.00 0.05 0.00 0.10 99.83 [2020-07-21T02:56:12.246Z] 02:55:01 1 0.37 0.00 0.02 0.00 0.18 99.43 [2020-07-21T02:56:12.246Z] 02:55:01 2 0.05 0.00 0.03 0.00 0.13 99.78 [2020-07-21T02:56:12.246Z] 02:55:01 3 0.05 0.00 0.05 0.00 0.07 99.83 [2020-07-21T02:56:12.246Z] 02:56:02 all 4.29 0.00 2.50 1.53 3.49 88.19 [2020-07-21T02:56:12.246Z] 02:56:02 0 3.66 0.00 2.80 0.97 3.34 89.23 [2020-07-21T02:56:12.246Z] 02:56:02 1 4.23 0.00 2.32 1.18 3.52 88.75 [2020-07-21T02:56:12.246Z] 02:56:02 2 5.44 0.00 2.58 2.58 3.58 85.82 [2020-07-21T02:56:12.246Z] 02:56:02 3 3.85 0.00 2.23 1.38 3.54 88.99 [2020-07-21T02:56:12.246Z] Average: all 1.03 0.00 0.55 0.26 0.85 97.31 [2020-07-21T02:56:12.246Z] Average: 0 0.86 0.00 0.61 0.16 0.79 97.58 [2020-07-21T02:56:12.246Z] Average: 1 1.18 0.00 0.52 0.22 0.88 97.20 [2020-07-21T02:56:12.246Z] Average: 2 1.21 0.00 0.58 0.43 0.86 96.92 [2020-07-21T02:56:12.246Z] Average: 3 0.87 0.00 0.47 0.24 0.86 97.56 [2020-07-21T02:56:12.246Z] [2020-07-21T02:56:12.246Z] [2020-07-21T02:56:12.246Z]