Branch indexing 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 weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at ce316cea3dee80a2f116041d01b56dbf0103bc38 rather than 1f491d42246a75cc09508320851612dec61855a7 Obtained Jenkinsfile from ce316cea3dee80a2f116041d01b56dbf0103bc38 Running in Durability level: PERFORMANCE_OPTIMIZED 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-375 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [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-553 # 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/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit ce316cea3dee80a2f116041d01b56dbf0103bc38 into PR head commit 1f491d42246a75cc09508320851612dec61855a7 Merge succeeded, producing 3d30a6cdfce8e9516384b82c60c28acb3a06f727 Checking out Revision 3d30a6cdfce8e9516384b82c60c28acb3a06f727 (PR-553) > 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/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f491d42246a75cc09508320851612dec61855a7 # 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 ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d30a6cdfce8e9516384b82c60c28acb3a06f727 # timeout=10 Commit message: "Merge commit 'ce316cea3dee80a2f116041d01b56dbf0103bc38' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-18T10:42:05.541Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-18T10:42:05.765Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-18T10:42:05.840Z] ========================================================= [2020-08-18T10:42:05.840Z] EdgeX Global Pipelines Version Info [2020-08-18T10:42:05.840Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a6cf2990db648f9d6728e9f6521e2daa52e0937d # timeout=10 [2020-08-18T10:42:08.085Z] ------------------- [2020-08-18T10:42:08.085Z] stable info: [2020-08-18T10:42:08.085Z] ------------------- [2020-08-18T10:42:08.085Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-18T10:42:08.085Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-18T10:42:08.085Z] Message: update stable to v1.0.106 [2020-08-18T10:42:09.098Z] ------------------- [2020-08-18T10:42:09.098Z] experimental info: [2020-08-18T10:42:09.098Z] ------------------- [2020-08-18T10:42:09.098Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-18T10:42:09.098Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-18T10:42:09.098Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-18T10:42:11.210Z] + git log --format=format:%s -1 3d30a6cdfce8e9516384b82c60c28acb3a06f727 [Pipeline] echo [2020-08-18T10:42:11.347Z] GIT_COMMIT: 3d30a6cdfce8e9516384b82c60c28acb3a06f727, Commit Message: Merge commit 'ce316cea3dee80a2f116041d01b56dbf0103bc38' into HEAD [Pipeline] echo [2020-08-18T10:42:11.406Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-18T10:42:12.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T10:42:12.832Z] [2020-08-18T10:42:12.832Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T10:42:13.188Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T10:42:13.188Z] latest: Pulling from edgex-devops/git-semver [2020-08-18T10:42:13.188Z] 31603596830f: Pulling fs layer [2020-08-18T10:42:13.188Z] 2a8b12db71e7: Pulling fs layer [2020-08-18T10:42:13.188Z] 6ca5941a6612: Pulling fs layer [2020-08-18T10:42:13.188Z] ecc8261a40a4: Pulling fs layer [2020-08-18T10:42:13.188Z] ecc8261a40a4: Waiting [2020-08-18T10:42:13.463Z] 2a8b12db71e7: Verifying Checksum [2020-08-18T10:42:13.463Z] 2a8b12db71e7: Download complete [2020-08-18T10:42:13.463Z] 31603596830f: Verifying Checksum [2020-08-18T10:42:13.463Z] 31603596830f: Download complete [2020-08-18T10:42:13.463Z] ecc8261a40a4: Verifying Checksum [2020-08-18T10:42:13.463Z] ecc8261a40a4: Download complete [2020-08-18T10:42:13.463Z] 6ca5941a6612: Verifying Checksum [2020-08-18T10:42:13.463Z] 6ca5941a6612: Download complete [2020-08-18T10:42:13.732Z] 31603596830f: Pull complete [2020-08-18T10:42:14.005Z] 2a8b12db71e7: Pull complete [2020-08-18T10:42:15.471Z] 6ca5941a6612: Pull complete [2020-08-18T10:42:15.738Z] ecc8261a40a4: Pull complete [2020-08-18T10:42:15.738Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-18T10:42:15.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T10:42:15.738Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-18T10:42:15.980Z] prd-centos7-docker-4c-2g-375 does not seem to be running inside a container [2020-08-18T10:42:16.150Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-553 -v /w/workspace/dgexfoundry_device-sdk-go_PR-553:/w/workspace/dgexfoundry_device-sdk-go_PR-553:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-18T10:42:18.628Z] $ docker top 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-18T10:42:18.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T10:42:18.993Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T10:42:19.323Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T10:42:19.334Z] $ docker exec 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 ssh-agent [2020-08-18T10:42:19.590Z] SSH_AUTH_SOCK=/tmp/ssh-55XncK1rnacz/agent.12 [2020-08-18T10:42:19.590Z] SSH_AGENT_PID=17 [2020-08-18T10:42:19.624Z] Running ssh-add (command line suppressed) [2020-08-18T10:42:19.790Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_8207404770688920314.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_8207404770688920314.key) [2020-08-18T10:42:19.884Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T10:42:20.220Z] + git describe --exact-match --tags HEAD [2020-08-18T10:42:20.220Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-18T10:42:20.245Z] $ docker exec --env ******** --env ******** 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 ssh-agent -k [2020-08-18T10:42:20.452Z] unset SSH_AUTH_SOCK; [2020-08-18T10:42:20.452Z] unset SSH_AGENT_PID; [2020-08-18T10:42:20.452Z] echo Agent pid 17 killed; [2020-08-18T10:42:20.529Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-18T10:42:20.638Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-18T10:42:20.638Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-18T10:42:20.848Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T10:42:20.848Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T10:42:21.351Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T10:42:21.356Z] $ docker exec 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 ssh-agent [2020-08-18T10:42:21.769Z] SSH_AUTH_SOCK=/tmp/ssh-rgr0JQaoxqwv/agent.46 [2020-08-18T10:42:21.769Z] SSH_AGENT_PID=51 [2020-08-18T10:42:21.778Z] Running ssh-add (command line suppressed) [2020-08-18T10:42:22.048Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_6733050221540006552.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_6733050221540006552.key) [2020-08-18T10:42:22.197Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T10:42:22.566Z] + git semver init [2020-08-18T10:42:22.567Z] # -> Open(): unable to determine branch for HEAD [2020-08-18T10:42:22.567Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.git [2020-08-18T10:42:22.567Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-08-18T10:42:22.567Z] # $SEMVER_REMOTE_NAME = origin [2020-08-18T10:42:22.567Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-18T10:42:22.567Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-18T10:42:22.567Z] # $SEMVER_BRANCH = PR-553 [2020-08-18T10:42:22.567Z] # $SEMVER_TEMP = /tmp/semver-429291495 [2020-08-18T10:42:22.567Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-08-18T10:42:23.814Z] # '/tmp/semver-429291495' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver' [2020-08-18T10:42:23.814Z] # -> Force: false [2020-08-18T10:42:23.814Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver [Pipeline] } [2020-08-18T10:42:23.829Z] $ docker exec --env ******** --env ******** 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 ssh-agent -k [2020-08-18T10:42:23.987Z] unset SSH_AUTH_SOCK; [2020-08-18T10:42:23.988Z] unset SSH_AGENT_PID; [2020-08-18T10:42:23.988Z] echo Agent pid 51 killed; [2020-08-18T10:42:24.054Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-18T10:42:24.578Z] + git semver [Pipeline] } [2020-08-18T10:42:24.597Z] $ docker stop --time=1 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 [2020-08-18T10:42:26.096Z] $ docker rm -f 2c4147800f35a9365ef1c5634a260806eada0b02a0f5c6cc3814fe3e5bf0fcf0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-18T10:42:27.380Z] Stashed 28 file(s) [Pipeline] echo [2020-08-18T10:42:27.382Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-08-18T10:42:27.463Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-18T10:42:42.789Z] Still waiting to schedule task [2020-08-18T10:42:42.789Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-18T10:42:42.791Z] Still waiting to schedule task [2020-08-18T10:42:42.791Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-18T10:44:26.409Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-376 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws [2020-08-18T10:44:26.453Z] Running in /w/workspace/device-sdk-go/11 [Pipeline] { [Pipeline] checkout [2020-08-18T10:44:31.913Z] using credential edgex-jenkins-ssh [2020-08-18T10:44:32.012Z] Cloning the remote Git repository [2020-08-18T10:44:32.012Z] Cloning with configured refspecs honoured and without tags [2020-08-18T10:44:32.076Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-18T10:44:32.180Z] > git init /w/workspace/device-sdk-go/11 # timeout=10 [2020-08-18T10:44:32.241Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-18T10:44:32.241Z] > git --version # timeout=10 [2020-08-18T10:44:32.271Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T10:44:32.351Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T10:44:33.469Z] Fetching without tags [2020-08-18T10:44:33.350Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-18T10:44:33.387Z] > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 [2020-08-18T10:44:33.406Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T10:44:33.432Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-18T10:44:33.482Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-18T10:44:33.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T10:44:33.496Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T10:44:34.045Z] Merging remotes/origin/master commit ce316cea3dee80a2f116041d01b56dbf0103bc38 into PR head commit 1f491d42246a75cc09508320851612dec61855a7 [2020-08-18T10:44:34.431Z] Merge succeeded, producing 5fc7308c5ecfe95f9dcb23860838a86117d7ae0e [2020-08-18T10:44:34.431Z] Checking out Revision 5fc7308c5ecfe95f9dcb23860838a86117d7ae0e (PR-553) [2020-08-18T10:44:34.063Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T10:44:34.087Z] > git checkout -f 1f491d42246a75cc09508320851612dec61855a7 # timeout=10 [2020-08-18T10:44:34.194Z] > git remote # timeout=10 [2020-08-18T10:44:34.222Z] > git config --get remote.origin.url # timeout=10 [2020-08-18T10:44:34.234Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T10:44:34.244Z] > git merge ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 [2020-08-18T10:44:34.339Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-18T10:44:34.439Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T10:44:34.471Z] > git checkout -f 5fc7308c5ecfe95f9dcb23860838a86117d7ae0e # timeout=10 [2020-08-18T10:44:38.780Z] Commit message: "Merge commit 'ce316cea3dee80a2f116041d01b56dbf0103bc38' into HEAD" [2020-08-18T10:44:38.802Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-18T10:44:38.785Z] > git rev-list --no-walk a6cf2990db648f9d6728e9f6521e2daa52e0937d # timeout=10 [Pipeline] echo [2020-08-18T10:44:39.996Z] ========================================================= [2020-08-18T10:44:39.996Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-18T10:44:39.996Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-18T10:44:41.167Z] + 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-08-18T10:44:42.157Z] Sending build context to Docker daemon 3.084MB [2020-08-18T10:44:42.157Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-18T10:44:42.157Z] Step 2/8 : FROM ${BASE} [2020-08-18T10:44:42.431Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-18T10:44:42.431Z] b538f80385f9: Pulling fs layer [2020-08-18T10:44:42.431Z] 74f711af9a0d: Pulling fs layer [2020-08-18T10:44:42.431Z] 99f96fe45779: Pulling fs layer [2020-08-18T10:44:42.431Z] fd7a069fd194: Pulling fs layer [2020-08-18T10:44:42.431Z] 66aa3694b03b: Pulling fs layer [2020-08-18T10:44:42.431Z] 170f70906a0f: Pulling fs layer [2020-08-18T10:44:42.431Z] ad7c5574e4b9: Pulling fs layer [2020-08-18T10:44:42.431Z] e772456be8f7: Pulling fs layer [2020-08-18T10:44:42.431Z] c890913d741a: Pulling fs layer [2020-08-18T10:44:42.431Z] 2480fcc9aa5a: Pulling fs layer [2020-08-18T10:44:42.431Z] 09adf4765672: Pulling fs layer [2020-08-18T10:44:42.431Z] fd7a069fd194: Waiting [2020-08-18T10:44:42.431Z] e772456be8f7: Waiting [2020-08-18T10:44:42.431Z] c890913d741a: Waiting [2020-08-18T10:44:42.431Z] 66aa3694b03b: Waiting [2020-08-18T10:44:42.431Z] 170f70906a0f: Waiting [2020-08-18T10:44:42.431Z] ad7c5574e4b9: Waiting [2020-08-18T10:44:42.431Z] 2480fcc9aa5a: Waiting [2020-08-18T10:44:42.431Z] 09adf4765672: Waiting [2020-08-18T10:44:42.431Z] 99f96fe45779: Verifying Checksum [2020-08-18T10:44:42.431Z] 99f96fe45779: Download complete [2020-08-18T10:44:42.431Z] 74f711af9a0d: Verifying Checksum [2020-08-18T10:44:42.431Z] 74f711af9a0d: Download complete [2020-08-18T10:44:42.431Z] 66aa3694b03b: Verifying Checksum [2020-08-18T10:44:42.431Z] 66aa3694b03b: Download complete [2020-08-18T10:44:42.708Z] 170f70906a0f: Verifying Checksum [2020-08-18T10:44:42.708Z] 170f70906a0f: Download complete [2020-08-18T10:44:42.708Z] b538f80385f9: Verifying Checksum [2020-08-18T10:44:42.708Z] b538f80385f9: Download complete [2020-08-18T10:44:43.691Z] b538f80385f9: Pull complete [2020-08-18T10:44:43.970Z] 74f711af9a0d: Pull complete [2020-08-18T10:44:44.568Z] 99f96fe45779: Pull complete [2020-08-18T10:44:46.008Z] ad7c5574e4b9: Verifying Checksum [2020-08-18T10:44:46.008Z] ad7c5574e4b9: Download complete [2020-08-18T10:44:46.008Z] c890913d741a: Verifying Checksum [2020-08-18T10:44:46.008Z] c890913d741a: Download complete [2020-08-18T10:44:47.452Z] 2480fcc9aa5a: Verifying Checksum [2020-08-18T10:44:47.452Z] 2480fcc9aa5a: Download complete [2020-08-18T10:44:47.723Z] 09adf4765672: Verifying Checksum [2020-08-18T10:44:47.723Z] 09adf4765672: Download complete [2020-08-18T10:44:47.723Z] e772456be8f7: Download complete [2020-08-18T10:44:48.320Z] fd7a069fd194: Download complete [2020-08-18T10:45:00.726Z] fd7a069fd194: Pull complete [2020-08-18T10:45:00.726Z] 66aa3694b03b: Pull complete [2020-08-18T10:45:00.726Z] 170f70906a0f: Pull complete [2020-08-18T10:45:04.130Z] ad7c5574e4b9: Pull complete [2020-08-18T10:45:08.474Z] e772456be8f7: Pull complete [2020-08-18T10:45:08.750Z] c890913d741a: Pull complete [2020-08-18T10:45:11.379Z] 2480fcc9aa5a: Pull complete [2020-08-18T10:45:11.379Z] 09adf4765672: Pull complete [2020-08-18T10:45:11.379Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-18T10:45:11.650Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-18T10:45:11.650Z] ---> 2248a725d1cf [2020-08-18T10:45:11.650Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-18T10:45:15.944Z] ---> Running in 5cf239f64f0f [2020-08-18T10:45:16.217Z] Removing intermediate container 5cf239f64f0f [2020-08-18T10:45:16.217Z] ---> eae5b6e6c592 [2020-08-18T10:45:16.217Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T10:45:16.491Z] ---> Running in 086d17bcec50 [2020-08-18T10:45:19.136Z] Removing intermediate container 086d17bcec50 [2020-08-18T10:45:19.136Z] ---> 1770e433ccdc [2020-08-18T10:45:19.136Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-18T10:45:19.136Z] ---> Running in 8b424661a063 [2020-08-18T10:45:20.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T10:45:21.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T10:45:22.166Z] OK: 142 MiB in 39 packages [2020-08-18T10:45:23.145Z] Removing intermediate container 8b424661a063 [2020-08-18T10:45:23.145Z] ---> 436536e8403e [2020-08-18T10:45:23.145Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-18T10:45:23.417Z] ---> Running in e5f175eed145 [2020-08-18T10:45:24.010Z] Removing intermediate container e5f175eed145 [2020-08-18T10:45:24.010Z] ---> 0b23e642808e [2020-08-18T10:45:24.010Z] Step 7/8 : COPY . . [2020-08-18T10:45:24.985Z] ---> 8bf7064c3fa8 [2020-08-18T10:45:24.985Z] Step 8/8 : RUN go mod download [2020-08-18T10:45:25.257Z] ---> Running in b17ebaa9c3da [2020-08-18T10:45:27.867Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-18T10:45:27.867Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-18T10:45:27.867Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-18T10:45:27.867Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-18T10:45:27.867Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-18T10:45:28.139Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-18T10:45:28.139Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-18T10:45:28.139Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-18T10:45:28.139Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-18T10:45:28.139Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-18T10:45:28.139Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-18T10:45:28.139Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-18T10:45:28.139Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-18T10:45:28.139Z] go: finding github.com/fatih/color v1.7.0 [2020-08-18T10:45:28.408Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-18T10:45:28.408Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-18T10:45:28.408Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-18T10:45:28.408Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-18T10:45:28.408Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-18T10:45:28.408Z] go: finding github.com/google/uuid v1.1.0 [2020-08-18T10:45:28.409Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-18T10:45:28.679Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-18T10:45:28.679Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-18T10:45:28.679Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-18T10:45:28.679Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-18T10:45:28.679Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-18T10:45:28.679Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-18T10:45:28.679Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-18T10:45:28.679Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-18T10:45:28.679Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-18T10:45:28.679Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-18T10:45:28.679Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-18T10:45:28.949Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-18T10:45:28.949Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-18T10:45:28.949Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-18T10:45:28.949Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-18T10:45:28.949Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-18T10:45:28.949Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-18T10:45:28.949Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-18T10:45:28.949Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-18T10:45:28.949Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-18T10:45:28.949Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-18T10:45:28.949Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-18T10:45:29.221Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-18T10:45:29.221Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-18T10:45:29.221Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-18T10:45:29.221Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-18T10:45:29.221Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-18T10:45:29.221Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-18T10:45:29.221Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-18T10:45:29.221Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-18T10:45:29.221Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-18T10:45:29.221Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-18T10:45:29.221Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-18T10:45:29.488Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-18T10:45:29.488Z] go: finding github.com/posener/complete v1.1.1 [2020-08-18T10:45:29.488Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-18T10:45:29.488Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-18T10:45:29.488Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-18T10:45:29.488Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-18T10:45:29.488Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-18T10:45:29.488Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-18T10:45:29.759Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-18T10:45:29.760Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-18T10:45:29.760Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-18T10:45:29.760Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-18T10:45:29.760Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-18T10:45:29.760Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-18T10:45:39.906Z] Removing intermediate container b17ebaa9c3da [2020-08-18T10:45:39.906Z] ---> 33990ac16fda [2020-08-18T10:45:39.906Z] Successfully built 33990ac16fda [2020-08-18T10:45:39.906Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T10:45:40.599Z] + docker inspect -f . ci-base-image-arm64 [2020-08-18T10:45:40.599Z] . [Pipeline] withDockerContainer [2020-08-18T10:45:40.871Z] prd-ubuntu18.04-docker-arm64-4c-16g-376 does not seem to be running inside a container [2020-08-18T10:45:40.947Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-18T10:45:42.793Z] $ docker top 4e4f3e478676a15b7045513fa3b2cf12974beee162d3cdda6b87c7d7cedbb65d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T10:45:44.240Z] + go version [2020-08-18T10:45:44.241Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-18T10:45:45.301Z] + make test [2020-08-18T10:45:45.301Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-18T10:45:45.782Z] Running on prd-centos7-docker-4c-2g-377 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws [2020-08-18T10:45:45.824Z] Running in /w/workspace/device-sdk-go/11 [Pipeline] { [Pipeline] checkout [2020-08-18T10:45:46.299Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-08-18T10:45:53.596Z] using credential edgex-jenkins-ssh [2020-08-18T10:45:53.686Z] Cloning the remote Git repository [2020-08-18T10:45:53.686Z] Cloning with configured refspecs honoured and without tags [2020-08-18T10:45:53.840Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-18T10:45:53.908Z] > git init /w/workspace/device-sdk-go/11 # timeout=10 [2020-08-18T10:45:54.020Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-18T10:45:54.021Z] > git --version # timeout=10 [2020-08-18T10:45:54.042Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T10:45:54.119Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T10:45:55.151Z] Fetching without tags [2020-08-18T10:45:54.974Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-18T10:45:55.033Z] > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 [2020-08-18T10:45:55.076Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T10:45:55.121Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-18T10:45:55.155Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-18T10:45:55.157Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T10:45:55.173Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T10:45:55.695Z] Merging remotes/origin/master commit ce316cea3dee80a2f116041d01b56dbf0103bc38 into PR head commit 1f491d42246a75cc09508320851612dec61855a7 [2020-08-18T10:45:56.169Z] Merge succeeded, producing 5e3459c2bc70b826ba99cdf325f3d0b4a9d89e88 [2020-08-18T10:45:56.169Z] Checking out Revision 5e3459c2bc70b826ba99cdf325f3d0b4a9d89e88 (PR-553) [2020-08-18T10:45:55.704Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T10:45:55.771Z] > git checkout -f 1f491d42246a75cc09508320851612dec61855a7 # timeout=10 [2020-08-18T10:45:55.894Z] > git remote # timeout=10 [2020-08-18T10:45:55.973Z] > git config --get remote.origin.url # timeout=10 [2020-08-18T10:45:55.994Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T10:45:56.002Z] > git merge ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 [2020-08-18T10:45:56.103Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-18T10:45:56.184Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T10:45:56.229Z] > git checkout -f 5e3459c2bc70b826ba99cdf325f3d0b4a9d89e88 # timeout=10 [2020-08-18T10:46:00.092Z] Commit message: "Merge commit 'ce316cea3dee80a2f116041d01b56dbf0103bc38' into HEAD" [2020-08-18T10:46:00.106Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-18T10:46:01.291Z] ========================================================= [2020-08-18T10:46:01.291Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-18T10:46:01.291Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-18T10:46:00.093Z] > git rev-list --no-walk a6cf2990db648f9d6728e9f6521e2daa52e0937d # timeout=10 [2020-08-18T10:46:02.667Z] + 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-08-18T10:46:03.669Z] Sending build context to Docker daemon 3.084MB [2020-08-18T10:46:03.669Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-18T10:46:03.669Z] Step 2/8 : FROM ${BASE} [2020-08-18T10:46:03.669Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-18T10:46:03.669Z] df20fa9351a1: Pulling fs layer [2020-08-18T10:46:03.669Z] ed8968b2872e: Pulling fs layer [2020-08-18T10:46:03.669Z] a92cc7c5fd73: Pulling fs layer [2020-08-18T10:46:03.669Z] 2dd03ba5bac4: Pulling fs layer [2020-08-18T10:46:03.669Z] 1e091d79d1de: Pulling fs layer [2020-08-18T10:46:03.669Z] 481702a1767f: Pulling fs layer [2020-08-18T10:46:03.669Z] f64a6f60c768: Pulling fs layer [2020-08-18T10:46:03.669Z] e78d2573fc39: Pulling fs layer [2020-08-18T10:46:03.670Z] e876d2f968b6: Pulling fs layer [2020-08-18T10:46:03.670Z] ce8a83651883: Pulling fs layer [2020-08-18T10:46:03.670Z] 07967f4d0e4b: Pulling fs layer [2020-08-18T10:46:03.670Z] f64a6f60c768: Waiting [2020-08-18T10:46:03.670Z] e78d2573fc39: Waiting [2020-08-18T10:46:03.670Z] e876d2f968b6: Waiting [2020-08-18T10:46:03.670Z] ce8a83651883: Waiting [2020-08-18T10:46:03.670Z] 07967f4d0e4b: Waiting [2020-08-18T10:46:03.670Z] 2dd03ba5bac4: Waiting [2020-08-18T10:46:03.670Z] 1e091d79d1de: Waiting [2020-08-18T10:46:03.670Z] 481702a1767f: Waiting [2020-08-18T10:46:03.670Z] a92cc7c5fd73: Download complete [2020-08-18T10:46:03.958Z] ed8968b2872e: Download complete [2020-08-18T10:46:03.958Z] 1e091d79d1de: Verifying Checksum [2020-08-18T10:46:03.958Z] 1e091d79d1de: Download complete [2020-08-18T10:46:03.958Z] 481702a1767f: Verifying Checksum [2020-08-18T10:46:03.958Z] 481702a1767f: Download complete [2020-08-18T10:46:03.958Z] df20fa9351a1: Verifying Checksum [2020-08-18T10:46:03.958Z] df20fa9351a1: Download complete [2020-08-18T10:46:04.285Z] df20fa9351a1: Pull complete [2020-08-18T10:46:04.644Z] ed8968b2872e: Pull complete [2020-08-18T10:46:04.997Z] a92cc7c5fd73: Pull complete [2020-08-18T10:46:06.244Z] f64a6f60c768: Verifying Checksum [2020-08-18T10:46:06.244Z] f64a6f60c768: Download complete [2020-08-18T10:46:06.513Z] e876d2f968b6: Verifying Checksum [2020-08-18T10:46:06.513Z] e876d2f968b6: Download complete [2020-08-18T10:46:07.634Z] 2dd03ba5bac4: Verifying Checksum [2020-08-18T10:46:07.634Z] 2dd03ba5bac4: Download complete [2020-08-18T10:46:07.634Z] ce8a83651883: Verifying Checksum [2020-08-18T10:46:07.634Z] ce8a83651883: Download complete [2020-08-18T10:46:07.634Z] e78d2573fc39: Verifying Checksum [2020-08-18T10:46:07.634Z] e78d2573fc39: Download complete [2020-08-18T10:46:07.634Z] 07967f4d0e4b: Verifying Checksum [2020-08-18T10:46:07.634Z] 07967f4d0e4b: Download complete [2020-08-18T10:46:18.178Z] 2dd03ba5bac4: Pull complete [2020-08-18T10:46:18.178Z] 1e091d79d1de: Pull complete [2020-08-18T10:46:18.454Z] 481702a1767f: Pull complete [2020-08-18T10:46:18.680Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-08-18T10:46:18.680Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-08-18T10:46:18.680Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-08-18T10:46:18.680Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.017s coverage: 22.1% of statements [2020-08-18T10:46:18.680Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.163s coverage: 95.7% of statements [2020-08-18T10:46:28.748Z] f64a6f60c768: Pull complete [2020-08-18T10:46:33.095Z] e78d2573fc39: Pull complete [2020-08-18T10:46:33.095Z] e876d2f968b6: Pull complete [2020-08-18T10:46:34.134Z] ce8a83651883: Pull complete [2020-08-18T10:46:34.430Z] 07967f4d0e4b: Pull complete [2020-08-18T10:46:34.430Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-18T10:46:34.430Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-18T10:46:34.430Z] ---> 5d7c900382c6 [2020-08-18T10:46:34.430Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-18T10:46:35.959Z] ---> Running in 2acddb79147c [2020-08-18T10:46:36.448Z] Removing intermediate container 2acddb79147c [2020-08-18T10:46:36.448Z] ---> cbfe4bd12ca2 [2020-08-18T10:46:36.448Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T10:46:36.448Z] ---> Running in d40866c294e1 [2020-08-18T10:46:38.094Z] Removing intermediate container d40866c294e1 [2020-08-18T10:46:38.094Z] ---> 9716c8146693 [2020-08-18T10:46:38.094Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-18T10:46:38.094Z] ---> Running in f60e0a698145 [2020-08-18T10:46:39.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T10:46:39.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T10:46:40.011Z] OK: 166 MiB in 39 packages [2020-08-18T10:46:40.730Z] Removing intermediate container f60e0a698145 [2020-08-18T10:46:40.730Z] ---> cb0055ea4bbd [2020-08-18T10:46:40.730Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-18T10:46:41.005Z] ---> Running in ae20bfef88af [2020-08-18T10:46:41.278Z] Removing intermediate container ae20bfef88af [2020-08-18T10:46:41.278Z] ---> aa7c53c386c4 [2020-08-18T10:46:41.278Z] Step 7/8 : COPY . . [2020-08-18T10:46:42.743Z] ---> 7bd2813713c1 [2020-08-18T10:46:42.743Z] Step 8/8 : RUN go mod download [2020-08-18T10:46:42.743Z] ---> Running in 93ebdd74306a [2020-08-18T10:46:45.384Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-18T10:46:45.384Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-18T10:46:45.384Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-18T10:46:45.384Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-18T10:46:45.384Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-18T10:46:45.384Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-18T10:46:45.384Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-18T10:46:45.384Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-18T10:46:45.384Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-18T10:46:45.384Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-18T10:46:45.384Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-18T10:46:45.384Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-18T10:46:45.384Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-18T10:46:45.666Z] go: finding github.com/fatih/color v1.7.0 [2020-08-18T10:46:45.666Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-18T10:46:45.666Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-18T10:46:45.666Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-18T10:46:45.666Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-18T10:46:45.666Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-18T10:46:45.666Z] go: finding github.com/google/uuid v1.1.0 [2020-08-18T10:46:45.666Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-18T10:46:45.666Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-18T10:46:45.666Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-18T10:46:45.975Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-18T10:46:45.975Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-18T10:46:45.975Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-18T10:46:45.975Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-18T10:46:45.975Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-18T10:46:45.975Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-18T10:46:45.975Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-18T10:46:45.975Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-18T10:46:45.975Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-18T10:46:45.975Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-18T10:46:45.975Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-18T10:46:45.975Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-18T10:46:46.280Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-18T10:46:46.280Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-18T10:46:46.280Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-18T10:46:46.280Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-18T10:46:46.280Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-18T10:46:46.280Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-18T10:46:46.280Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-18T10:46:46.280Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-18T10:46:46.280Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-18T10:46:46.280Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-18T10:46:46.633Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-18T10:46:46.633Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-18T10:46:46.633Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-18T10:46:46.633Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-18T10:46:46.633Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-18T10:46:46.633Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-18T10:46:46.633Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-18T10:46:46.633Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-18T10:46:46.633Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-18T10:46:46.633Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-18T10:46:46.633Z] go: finding github.com/posener/complete v1.1.1 [2020-08-18T10:46:46.633Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-18T10:46:46.633Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-18T10:46:46.903Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-18T10:46:46.903Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-18T10:46:46.903Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-18T10:46:46.903Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-18T10:46:46.903Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-18T10:46:46.903Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-18T10:46:46.903Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-18T10:46:46.903Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-18T10:46:46.903Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-18T10:46:47.204Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-18T10:46:51.021Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.059s coverage: 11.6% of statements [2020-08-18T10:46:51.021Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.033s coverage: 21.7% of statements [2020-08-18T10:46:51.021Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-08-18T10:46:51.021Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.155s coverage: 36.9% of statements [2020-08-18T10:46:51.021Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-08-18T10:46:51.021Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.669s coverage: 65.2% of statements [2020-08-18T10:46:51.021Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-08-18T10:46:51.021Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-08-18T10:46:51.021Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-08-18T10:46:51.021Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.050s coverage: 52.6% of statements [2020-08-18T10:46:51.021Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.333s coverage: 68.9% of statements [2020-08-18T10:46:51.021Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-08-18T10:46:51.021Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-08-18T10:46:51.021Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-18T10:46:53.641Z] gofmt -l . [2020-08-18T10:46:53.641Z] [ "`gofmt -l .`" = "" ] [2020-08-18T10:46:53.914Z] ./bin/test-attribution-txt.sh [2020-08-18T10:46:54.510Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-18T10:46:55.921Z] Stashed 1 file(s) [Pipeline] } [2020-08-18T10:46:55.923Z] $ docker stop --time=1 4e4f3e478676a15b7045513fa3b2cf12974beee162d3cdda6b87c7d7cedbb65d [2020-08-18T10:46:57.624Z] Removing intermediate container 93ebdd74306a [2020-08-18T10:46:57.625Z] ---> 3c78cb13da35 [2020-08-18T10:46:57.625Z] Successfully built 3c78cb13da35 [2020-08-18T10:46:57.625Z] Successfully tagged ci-base-image-x86_64:latest [2020-08-18T10:46:58.214Z] $ docker rm -f 4e4f3e478676a15b7045513fa3b2cf12974beee162d3cdda6b87c7d7cedbb65d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T10:47:01.308Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-18T10:47:01.511Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-18T10:47:01.511Z] . [Pipeline] withDockerContainer [2020-08-18T10:47:01.683Z] + ls -al . [2020-08-18T10:47:01.683Z] total 228 [2020-08-18T10:47:01.683Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 18 10:46 . [2020-08-18T10:47:01.683Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 10:44 .. [2020-08-18T10:47:01.683Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 18 10:44 .dockerignore [2020-08-18T10:47:01.683Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 18 10:44 .git [2020-08-18T10:47:01.683Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 18 10:44 .github [2020-08-18T10:47:01.683Z] -rw-rw-r-- 1 jenkins jenkins 138 Aug 18 10:44 .gitignore [2020-08-18T10:47:01.683Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 18 10:44 .semver [2020-08-18T10:47:01.683Z] -rw-rw-r-- 1 jenkins jenkins 936 Aug 18 10:44 Dockerfile.build [2020-08-18T10:47:01.683Z] -rw-rw-r-- 1 jenkins jenkins 808 Aug 18 10:44 Jenkinsfile [2020-08-18T10:47:01.683Z] -rw-rw-r-- 1 jenkins jenkins 11341 Aug 18 10:44 LICENSE [2020-08-18T10:47:01.683Z] -rw-rw-r-- 1 jenkins jenkins 892 Aug 18 10:44 Makefile [2020-08-18T10:47:01.683Z] -rw-rw-r-- 1 jenkins jenkins 5101 Aug 18 10:44 README.md [2020-08-18T10:47:01.683Z] -rw-rw-r-- 1 jenkins jenkins 4291 Aug 18 10:44 RELEASE-NOTES.txt [2020-08-18T10:47:01.683Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 18 10:42 VERSION [2020-08-18T10:47:01.683Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 18 10:44 bin [2020-08-18T10:47:01.683Z] -rw-r--r-- 1 jenkins jenkins 110800 Aug 18 10:46 coverage.out [2020-08-18T10:47:01.683Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 10:44 example [2020-08-18T10:47:01.683Z] -rw-r--r-- 1 jenkins jenkins 446 Aug 18 10:46 go.mod [2020-08-18T10:47:01.683Z] -rw-r--r-- 1 jenkins jenkins 12179 Aug 18 10:46 go.sum [2020-08-18T10:47:01.683Z] drwxrwxr-x 13 jenkins jenkins 4096 Aug 18 10:44 internal [2020-08-18T10:47:01.683Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 10:44 openapi [2020-08-18T10:47:01.683Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 18 10:44 pkg [2020-08-18T10:47:01.683Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 10:44 snap [2020-08-18T10:47:01.683Z] -rw-rw-r-- 1 jenkins jenkins 222 Aug 18 10:44 version.go [2020-08-18T10:47:01.737Z] prd-centos7-docker-4c-2g-377 does not seem to be running inside a container [2020-08-18T10:47:01.840Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-18T10:47:02.662Z] $ docker top 132c509cd516103a0a7265348e62b41913a44348e2b92ceea76e1722758a9fbd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-08-18T10:47:03.234Z] + go version [2020-08-18T10:47:03.234Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-18T10:47:03.355Z] + 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=3d30a6cdfce8e9516384b82c60c28acb3a06f727 --label arch=arm64 --label version=0.0.0 . [2020-08-18T10:47:03.961Z] Sending build context to Docker daemon 3.212MB [2020-08-18T10:47:03.961Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-08-18T10:47:03.961Z] Step 2/23 : FROM ${BASE} AS builder [2020-08-18T10:47:03.961Z] ---> 33990ac16fda [2020-08-18T10:47:03.961Z] Step 3/23 : ARG MAKE='make build' [2020-08-18T10:47:04.145Z] + make test [2020-08-18T10:47:04.145Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-18T10:47:04.235Z] ---> Running in 9aab7ebf9084 [2020-08-18T10:47:04.507Z] Removing intermediate container 9aab7ebf9084 [2020-08-18T10:47:04.507Z] ---> bbd81be8b8fc [2020-08-18T10:47:04.507Z] Step 4/23 : WORKDIR /device-sdk-go [2020-08-18T10:47:04.780Z] ---> Running in 2e826f6aed39 [2020-08-18T10:47:05.050Z] Removing intermediate container 2e826f6aed39 [2020-08-18T10:47:05.050Z] ---> 6b6ded48d1ab [2020-08-18T10:47:05.050Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-18T10:47:05.324Z] ---> Running in 850ae3d2bb88 [2020-08-18T10:47:05.595Z] Removing intermediate container 850ae3d2bb88 [2020-08-18T10:47:05.595Z] ---> 600f41c2a303 [2020-08-18T10:47:05.595Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T10:47:05.868Z] ---> Running in 1f775691d2d8 [2020-08-18T10:47:08.031Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-08-18T10:47:08.487Z] Removing intermediate container 1f775691d2d8 [2020-08-18T10:47:08.488Z] ---> 587d28f2c40a [2020-08-18T10:47:08.488Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-08-18T10:47:08.488Z] ---> Running in c048f4d20716 [2020-08-18T10:47:09.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T10:47:10.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T10:47:11.096Z] OK: 142 MiB in 39 packages [2020-08-18T10:47:12.526Z] Removing intermediate container c048f4d20716 [2020-08-18T10:47:12.526Z] ---> d590463bfecf [2020-08-18T10:47:12.526Z] Step 8/23 : COPY . . [2020-08-18T10:47:13.506Z] ---> 3a3d57381344 [2020-08-18T10:47:13.506Z] Step 9/23 : RUN ${MAKE} [2020-08-18T10:47:13.778Z] ---> Running in ac2bb9c36edf [2020-08-18T10:47:15.206Z] 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-08-18T10:47:20.849Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-08-18T10:47:20.849Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-08-18T10:47:20.849Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-08-18T10:47:20.849Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.008s coverage: 22.1% of statements [2020-08-18T10:47:22.273Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.066s coverage: 95.7% of statements [2020-08-18T10:47:37.377Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-18T10:47:40.767Z] Removing intermediate container ac2bb9c36edf [2020-08-18T10:47:40.767Z] ---> f3dd84f86c41 [2020-08-18T10:47:40.767Z] Step 10/23 : FROM scratch [2020-08-18T10:47:40.767Z] ---> [2020-08-18T10:47:40.767Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-18T10:47:40.767Z] ---> Running in 3408491ac80b [2020-08-18T10:47:41.045Z] Removing intermediate container 3408491ac80b [2020-08-18T10:47:41.045Z] ---> 0bc439976ada [2020-08-18T10:47:41.045Z] Step 12/23 : ENV APP_PORT=49990 [2020-08-18T10:47:41.045Z] ---> Running in e708a2a735ed [2020-08-18T10:47:41.638Z] Removing intermediate container e708a2a735ed [2020-08-18T10:47:41.638Z] ---> 6ad4a242276d [2020-08-18T10:47:41.638Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-18T10:47:41.638Z] ---> Running in b80bf8abbaaf [2020-08-18T10:47:42.231Z] Removing intermediate container b80bf8abbaaf [2020-08-18T10:47:42.231Z] ---> 6663354d1b7b [2020-08-18T10:47:42.231Z] Step 14/23 : WORKDIR / [2020-08-18T10:47:42.231Z] ---> Running in 8468083b241e [2020-08-18T10:47:42.508Z] Removing intermediate container 8468083b241e [2020-08-18T10:47:42.508Z] ---> c1c919120592 [2020-08-18T10:47:42.508Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-18T10:47:43.935Z] ---> 0c2dc5886533 [2020-08-18T10:47:43.935Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-18T10:47:44.529Z] ---> 4ac1e56098bf [2020-08-18T10:47:44.529Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-18T10:47:45.127Z] ---> ffde377da108 [2020-08-18T10:47:45.127Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-18T10:47:46.102Z] ---> e1662f55edf7 [2020-08-18T10:47:46.102Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-18T10:47:46.695Z] ---> 870224f1fd4b [2020-08-18T10:47:46.695Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-18T10:47:46.968Z] ---> Running in 63f44b56d199 [2020-08-18T10:47:47.238Z] Removing intermediate container 63f44b56d199 [2020-08-18T10:47:47.238Z] ---> 316b61eb9c8f [2020-08-18T10:47:47.238Z] Step 21/23 : LABEL arch=arm64 [2020-08-18T10:47:47.511Z] ---> Running in c208e82a40a5 [2020-08-18T10:47:47.783Z] Removing intermediate container c208e82a40a5 [2020-08-18T10:47:47.783Z] ---> 725d0f9e22b1 [2020-08-18T10:47:47.783Z] Step 22/23 : LABEL git_sha=3d30a6cdfce8e9516384b82c60c28acb3a06f727 [2020-08-18T10:47:48.054Z] ---> Running in fffddf496858 [2020-08-18T10:47:48.326Z] Removing intermediate container fffddf496858 [2020-08-18T10:47:48.326Z] ---> 39c4b4d3d0ed [2020-08-18T10:47:48.326Z] Step 23/23 : LABEL version=0.0.0 [2020-08-18T10:47:48.597Z] ---> Running in a4efac492f4a [2020-08-18T10:47:48.869Z] Removing intermediate container a4efac492f4a [2020-08-18T10:47:48.869Z] ---> 517507642fcd [2020-08-18T10:47:48.869Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-18T10:47:49.139Z] Successfully built 517507642fcd [2020-08-18T10:47:49.139Z] 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] } [2020-08-18T10:47:54.664Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.032s coverage: 11.6% of statements [2020-08-18T10:47:54.664Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.012s coverage: 21.7% of statements [2020-08-18T10:47:54.664Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-08-18T10:47:54.664Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.342s coverage: 36.9% of statements [2020-08-18T10:47:54.664Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-08-18T10:47:54.664Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.707s coverage: 65.2% of statements [2020-08-18T10:47:54.664Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-08-18T10:47:54.664Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-08-18T10:47:54.664Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-08-18T10:47:54.664Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.037s coverage: 52.6% of statements [2020-08-18T10:47:54.664Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.113s coverage: 68.9% of statements [2020-08-18T10:47:54.664Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-08-18T10:47:54.664Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-08-18T10:47:54.664Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-18T10:47:55.783Z] gofmt -l . [2020-08-18T10:47:55.783Z] [ "`gofmt -l .`" = "" ] [2020-08-18T10:47:55.783Z] ./bin/test-attribution-txt.sh [2020-08-18T10:47:57.261Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-18T10:47:57.976Z] Warning: overwriting stash ‘coverage-report’ [2020-08-18T10:47:58.669Z] Stashed 1 file(s) [Pipeline] } [2020-08-18T10:47:58.676Z] $ docker stop --time=1 132c509cd516103a0a7265348e62b41913a44348e2b92ceea76e1722758a9fbd [2020-08-18T10:48:00.415Z] $ docker rm -f 132c509cd516103a0a7265348e62b41913a44348e2b92ceea76e1722758a9fbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-18T10:48:01.369Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-18T10:48:01.711Z] + ls -al . [2020-08-18T10:48:01.711Z] total 188 [2020-08-18T10:48:01.711Z] drwxrwxr-x. 11 jenkins jenkins 4096 Aug 18 10:47 . [2020-08-18T10:48:01.711Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 18 10:45 .. [2020-08-18T10:48:01.711Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 18 10:45 bin [2020-08-18T10:48:01.711Z] -rw-r--r--. 1 jenkins jenkins 110800 Aug 18 10:47 coverage.out [2020-08-18T10:48:01.711Z] -rw-rw-r--. 1 jenkins jenkins 936 Aug 18 10:45 Dockerfile.build [2020-08-18T10:48:01.711Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 18 10:45 .dockerignore [2020-08-18T10:48:01.711Z] drwxrwxr-x. 4 jenkins jenkins 48 Aug 18 10:45 example [2020-08-18T10:48:01.711Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 18 10:45 .git [2020-08-18T10:48:01.711Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 18 10:45 .github [2020-08-18T10:48:01.711Z] -rw-rw-r--. 1 jenkins jenkins 138 Aug 18 10:45 .gitignore [2020-08-18T10:48:01.711Z] -rw-r--r--. 1 jenkins jenkins 446 Aug 18 10:47 go.mod [2020-08-18T10:48:01.711Z] -rw-r--r--. 1 jenkins jenkins 12179 Aug 18 10:47 go.sum [2020-08-18T10:48:01.711Z] drwxrwxr-x. 13 jenkins jenkins 184 Aug 18 10:45 internal [2020-08-18T10:48:01.711Z] -rw-rw-r--. 1 jenkins jenkins 808 Aug 18 10:45 Jenkinsfile [2020-08-18T10:48:01.711Z] -rw-rw-r--. 1 jenkins jenkins 11341 Aug 18 10:45 LICENSE [2020-08-18T10:48:01.711Z] -rw-rw-r--. 1 jenkins jenkins 892 Aug 18 10:45 Makefile [2020-08-18T10:48:01.711Z] drwxrwxr-x. 4 jenkins jenkins 26 Aug 18 10:45 openapi [2020-08-18T10:48:01.711Z] drwxrwxr-x. 5 jenkins jenkins 50 Aug 18 10:45 pkg [2020-08-18T10:48:01.711Z] -rw-rw-r--. 1 jenkins jenkins 5101 Aug 18 10:45 README.md [2020-08-18T10:48:01.711Z] -rw-rw-r--. 1 jenkins jenkins 4291 Aug 18 10:45 RELEASE-NOTES.txt [2020-08-18T10:48:01.711Z] drwxrwxr-x. 3 jenkins jenkins 58 Aug 18 10:46 .semver [2020-08-18T10:48:01.711Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 18 10:45 snap [2020-08-18T10:48:01.711Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 18 10:42 VERSION [2020-08-18T10:48:01.711Z] -rw-rw-r--. 1 jenkins jenkins 222 Aug 18 10:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-18T10:48:02.082Z] + 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=3d30a6cdfce8e9516384b82c60c28acb3a06f727 --label arch=amd64 --label version=0.0.0 . [2020-08-18T10:48:02.352Z] Sending build context to Docker daemon 3.212MB [2020-08-18T10:48:02.615Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-08-18T10:48:02.615Z] Step 2/23 : FROM ${BASE} AS builder [2020-08-18T10:48:02.615Z] ---> 3c78cb13da35 [2020-08-18T10:48:02.615Z] Step 3/23 : ARG MAKE='make build' [2020-08-18T10:48:03.195Z] ---> Running in 7413c686b1f6 [2020-08-18T10:48:03.195Z] Removing intermediate container 7413c686b1f6 [2020-08-18T10:48:03.195Z] ---> 2e341ca21337 [2020-08-18T10:48:03.195Z] Step 4/23 : WORKDIR /device-sdk-go [2020-08-18T10:48:03.457Z] ---> Running in 7a8362d0c09c [2020-08-18T10:48:03.920Z] Removing intermediate container 7a8362d0c09c [2020-08-18T10:48:03.920Z] ---> 3e1592708624 [2020-08-18T10:48:03.920Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-18T10:48:03.920Z] ---> Running in 7fbc9c174df7 [2020-08-18T10:48:04.239Z] Removing intermediate container 7fbc9c174df7 [2020-08-18T10:48:04.239Z] ---> f3c445e76d9e [2020-08-18T10:48:04.239Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T10:48:04.239Z] ---> Running in 133772390cae [2020-08-18T10:48:05.239Z] Removing intermediate container 133772390cae [2020-08-18T10:48:05.239Z] ---> 06ffb16a9833 [2020-08-18T10:48:05.239Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-08-18T10:48:05.239Z] ---> Running in bd9223edb68f [2020-08-18T10:48:05.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T10:48:06.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T10:48:07.086Z] OK: 166 MiB in 39 packages [2020-08-18T10:48:07.700Z] Removing intermediate container bd9223edb68f [2020-08-18T10:48:07.700Z] ---> 9e5cbe68a742 [2020-08-18T10:48:07.700Z] Step 8/23 : COPY . . [2020-08-18T10:48:08.695Z] ---> a7b28c01b8e0 [2020-08-18T10:48:08.695Z] Step 9/23 : RUN ${MAKE} [2020-08-18T10:48:08.695Z] ---> Running in 6efd4d681f8d [2020-08-18T10:48:09.715Z] 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-08-18T10:48:25.181Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-18T10:48:26.602Z] Removing intermediate container 6efd4d681f8d [2020-08-18T10:48:26.602Z] ---> 0f401b75020c [2020-08-18T10:48:26.602Z] Step 10/23 : FROM scratch [2020-08-18T10:48:26.602Z] ---> [2020-08-18T10:48:26.602Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-18T10:48:26.602Z] ---> Running in 7f38e2a6ebfc [2020-08-18T10:48:26.602Z] Removing intermediate container 7f38e2a6ebfc [2020-08-18T10:48:26.602Z] ---> 46b8f8388a6d [2020-08-18T10:48:26.602Z] Step 12/23 : ENV APP_PORT=49990 [2020-08-18T10:48:26.602Z] ---> Running in dd2c6a6a9097 [2020-08-18T10:48:27.552Z] Removing intermediate container dd2c6a6a9097 [2020-08-18T10:48:27.552Z] ---> 3230767339ff [2020-08-18T10:48:27.552Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-18T10:48:27.552Z] ---> Running in 4b482c6b6e35 [2020-08-18T10:48:27.818Z] Removing intermediate container 4b482c6b6e35 [2020-08-18T10:48:27.818Z] ---> 644d69ea212c [2020-08-18T10:48:27.818Z] Step 14/23 : WORKDIR / [2020-08-18T10:48:27.818Z] ---> Running in 7c19f0cedabd [2020-08-18T10:48:28.090Z] Removing intermediate container 7c19f0cedabd [2020-08-18T10:48:28.090Z] ---> 8cf4191772d1 [2020-08-18T10:48:28.090Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-18T10:48:29.073Z] ---> 8f1c83a30afb [2020-08-18T10:48:29.073Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-18T10:48:29.341Z] ---> 2b106c401f47 [2020-08-18T10:48:29.341Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-18T10:48:29.616Z] ---> ab527624fb57 [2020-08-18T10:48:29.616Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-18T10:48:29.929Z] ---> 3bbff7288c44 [2020-08-18T10:48:29.929Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-18T10:48:30.559Z] ---> 3a29c6c50986 [2020-08-18T10:48:30.559Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-18T10:48:30.559Z] ---> Running in f4cdb6f55c25 [2020-08-18T10:48:30.859Z] Removing intermediate container f4cdb6f55c25 [2020-08-18T10:48:30.860Z] ---> 0222457fe2a2 [2020-08-18T10:48:30.860Z] Step 21/23 : LABEL arch=amd64 [2020-08-18T10:48:30.860Z] ---> Running in 9cb0d1d72dd7 [2020-08-18T10:48:31.171Z] Removing intermediate container 9cb0d1d72dd7 [2020-08-18T10:48:31.171Z] ---> 4d4f7f6e6bdf [2020-08-18T10:48:31.171Z] Step 22/23 : LABEL git_sha=3d30a6cdfce8e9516384b82c60c28acb3a06f727 [2020-08-18T10:48:31.171Z] ---> Running in 31ebe414207a [2020-08-18T10:48:31.472Z] Removing intermediate container 31ebe414207a [2020-08-18T10:48:31.472Z] ---> 4a0eb1dcb469 [2020-08-18T10:48:31.472Z] Step 23/23 : LABEL version=0.0.0 [2020-08-18T10:48:31.472Z] ---> Running in 1860532c2b45 [2020-08-18T10:48:31.761Z] Removing intermediate container 1860532c2b45 [2020-08-18T10:48:31.761Z] ---> f9e14d9d3905 [2020-08-18T10:48:31.761Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-18T10:48:31.761Z] Successfully built f9e14d9d3905 [2020-08-18T10:48:31.761Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-18T10:48:33.070Z] provisioning config files... [2020-08-18T10:48:33.117Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config3186186577374306283tmp [Pipeline] { [Pipeline] sh [2020-08-18T10:48:33.473Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config3186186577374306283tmp [2020-08-18T10:48:33.473Z] + curl -s https://codecov.io/bash [Pipeline] } [2020-08-18T10:48:34.148Z] 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] { (Publish Swagger) Stage "Publish Swagger" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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-08-18T10:48:35.836Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T10:48:36.516Z] ---> package-listing.sh [2020-08-18T10:48:36.516Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-18T10:48:36.516Z] ++ facter osfamily [2020-08-18T10:48:36.785Z] + OS_FAMILY=redhat [2020-08-18T10:48:36.785Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-08-18T10:48:36.785Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-18T10:48:36.785Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-18T10:48:36.785Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-18T10:48:36.785Z] + PACKAGES=/tmp/packages_start.txt [2020-08-18T10:48:36.785Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' [2020-08-18T10:48:36.785Z] + PACKAGES=/tmp/packages_end.txt [2020-08-18T10:48:36.785Z] + case "${OS_FAMILY}" in [2020-08-18T10:48:36.785Z] + rpm -qa [2020-08-18T10:48:36.785Z] + sort [2020-08-18T10:48:42.131Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-18T10:48:42.131Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-18T10:48:42.131Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-18T10:48:42.131Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' [2020-08-18T10:48:42.131Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ [2020-08-18T10:48:42.131Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-18T10:48:42.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T10:48:42.766Z] [2020-08-18T10:48:42.766Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-18T10:48:43.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T10:48:43.154Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-18T10:48:43.154Z] c9b1b535fdd9: Pulling fs layer [2020-08-18T10:48:43.154Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-18T10:48:43.154Z] 756a868c4378: Pulling fs layer [2020-08-18T10:48:43.154Z] 444b2fc9a129: Pulling fs layer [2020-08-18T10:48:43.154Z] ea15f1150254: Pulling fs layer [2020-08-18T10:48:43.154Z] 41b27a9f41bf: Pulling fs layer [2020-08-18T10:48:43.154Z] 28c525ee5125: Pulling fs layer [2020-08-18T10:48:43.155Z] 094b1ea09ed8: Pulling fs layer [2020-08-18T10:48:43.155Z] 138eaada9080: Pulling fs layer [2020-08-18T10:48:43.155Z] 0622d0fa9048: Pulling fs layer [2020-08-18T10:48:43.155Z] 41b27a9f41bf: Waiting [2020-08-18T10:48:43.155Z] 28c525ee5125: Waiting [2020-08-18T10:48:43.155Z] 094b1ea09ed8: Waiting [2020-08-18T10:48:43.155Z] 138eaada9080: Waiting [2020-08-18T10:48:43.155Z] 0622d0fa9048: Waiting [2020-08-18T10:48:43.155Z] 444b2fc9a129: Waiting [2020-08-18T10:48:43.155Z] ea15f1150254: Waiting [2020-08-18T10:48:43.155Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-18T10:48:43.155Z] 2cc5ad85d9ab: Download complete [2020-08-18T10:48:43.155Z] 444b2fc9a129: Verifying Checksum [2020-08-18T10:48:43.155Z] 444b2fc9a129: Download complete [2020-08-18T10:48:43.155Z] c9b1b535fdd9: Verifying Checksum [2020-08-18T10:48:43.155Z] c9b1b535fdd9: Download complete [2020-08-18T10:48:43.444Z] ea15f1150254: Verifying Checksum [2020-08-18T10:48:43.444Z] ea15f1150254: Download complete [2020-08-18T10:48:43.444Z] 28c525ee5125: Verifying Checksum [2020-08-18T10:48:43.444Z] 28c525ee5125: Download complete [2020-08-18T10:48:44.086Z] 756a868c4378: Verifying Checksum [2020-08-18T10:48:44.086Z] 756a868c4378: Download complete [2020-08-18T10:48:44.086Z] c9b1b535fdd9: Pull complete [2020-08-18T10:48:44.086Z] 138eaada9080: Verifying Checksum [2020-08-18T10:48:44.086Z] 138eaada9080: Download complete [2020-08-18T10:48:44.407Z] 0622d0fa9048: Verifying Checksum [2020-08-18T10:48:44.407Z] 0622d0fa9048: Download complete [2020-08-18T10:48:44.407Z] 094b1ea09ed8: Verifying Checksum [2020-08-18T10:48:44.407Z] 094b1ea09ed8: Download complete [2020-08-18T10:48:44.407Z] 2cc5ad85d9ab: Pull complete [2020-08-18T10:48:45.076Z] 41b27a9f41bf: Verifying Checksum [2020-08-18T10:48:45.076Z] 41b27a9f41bf: Download complete [2020-08-18T10:48:47.065Z] 756a868c4378: Pull complete [2020-08-18T10:48:47.348Z] 444b2fc9a129: Pull complete [2020-08-18T10:48:47.617Z] ea15f1150254: Pull complete [2020-08-18T10:48:53.166Z] 41b27a9f41bf: Pull complete [2020-08-18T10:48:53.166Z] 28c525ee5125: Pull complete [2020-08-18T10:48:55.790Z] 094b1ea09ed8: Pull complete [2020-08-18T10:48:56.067Z] 138eaada9080: Pull complete [2020-08-18T10:48:56.340Z] 0622d0fa9048: Pull complete [2020-08-18T10:48:56.340Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-18T10:48:56.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T10:48:56.603Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-18T10:48:56.799Z] prd-centos7-docker-4c-2g-375 does not seem to be running inside a container [2020-08-18T10:48:56.871Z] $ 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-553 -v /w/workspace/dgexfoundry_device-sdk-go_PR-553:/w/workspace/dgexfoundry_device-sdk-go_PR-553:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-18T10:49:00.666Z] $ docker top 8f7f7c0cc832f4ebf25c6f44ce15dc3fc9d924b4f1999ce09259d71bb2aa879f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-18T10:49:00.941Z] provisioning config files... [2020-08-18T10:49:00.961Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config4269602277085689955tmp [Pipeline] { [Pipeline] echo [2020-08-18T10:49:01.020Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T10:49:01.362Z] ---> create-netrc.sh [Pipeline] echo [2020-08-18T10:49:01.375Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T10:49:01.716Z] ---> logs-deploy.sh [2020-08-18T10:49:01.716Z] + ARCHIVE_ARTIFACTS= [2020-08-18T10:49:01.716Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-18T10:49:01.716Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-18T10:49:01.716Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-18T10:49:01.716Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/11 [2020-08-18T10:49:01.716Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-553/11/ [2020-08-18T10:49:01.716Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/11 /w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-08-18T10:49:03.714Z] Archives upload complete. [2020-08-18T10:49:03.714Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/11 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-553/11/ [2020-08-18T10:49:04.714Z] ---> uname -a: [2020-08-18T10:49:04.714Z] Linux 8f7f7c0cc832 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-18T10:49:04.714Z] [2020-08-18T10:49:04.714Z] [2020-08-18T10:49:04.714Z] ---> lscpu: [2020-08-18T10:49:04.714Z] Architecture: x86_64 [2020-08-18T10:49:04.714Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-18T10:49:04.714Z] Byte Order: Little Endian [2020-08-18T10:49:04.714Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-18T10:49:04.714Z] CPU(s): 4 [2020-08-18T10:49:04.714Z] On-line CPU(s) list: 0-3 [2020-08-18T10:49:04.714Z] Thread(s) per core: 1 [2020-08-18T10:49:04.714Z] Core(s) per socket: 1 [2020-08-18T10:49:04.714Z] Socket(s): 4 [2020-08-18T10:49:04.714Z] NUMA node(s): 1 [2020-08-18T10:49:04.714Z] Vendor ID: GenuineIntel [2020-08-18T10:49:04.714Z] CPU family: 6 [2020-08-18T10:49:04.714Z] Model: 44 [2020-08-18T10:49:04.714Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-18T10:49:04.714Z] Stepping: 1 [2020-08-18T10:49:04.714Z] CPU MHz: 2933.438 [2020-08-18T10:49:04.714Z] BogoMIPS: 5866.87 [2020-08-18T10:49:04.714Z] Virtualization: VT-x [2020-08-18T10:49:04.714Z] Hypervisor vendor: KVM [2020-08-18T10:49:04.714Z] Virtualization type: full [2020-08-18T10:49:04.714Z] L1d cache: 128 KiB [2020-08-18T10:49:04.714Z] L1i cache: 128 KiB [2020-08-18T10:49:04.714Z] L2 cache: 16 MiB [2020-08-18T10:49:04.714Z] L3 cache: 64 MiB [2020-08-18T10:49:04.714Z] NUMA node0 CPU(s): 0-3 [2020-08-18T10:49:04.714Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-18T10:49:04.714Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-18T10:49:04.714Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-18T10:49:04.714Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-18T10:49:04.714Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-18T10:49:04.715Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-18T10:49:04.715Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-18T10:49:04.715Z] Vulnerability Tsx async abort: Not affected [2020-08-18T10:49:04.715Z] 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-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] ---> nproc: [2020-08-18T10:49:04.715Z] 4 [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] ---> df -h: [2020-08-18T10:49:04.715Z] Filesystem Size Used Available Use% Mounted on [2020-08-18T10:49:04.715Z] overlay 50.0G 7.2G 42.8G 14% / [2020-08-18T10:49:04.715Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-18T10:49:04.715Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-18T10:49:04.715Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-18T10:49:04.715Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-08-18T10:49:04.715Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-08-18T10:49:04.715Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-08-18T10:49:04.715Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-553 [2020-08-18T10:49:04.715Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp [2020-08-18T10:49:04.715Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] ---> free -m: [2020-08-18T10:49:04.715Z] total used free shared buff/cache available [2020-08-18T10:49:04.715Z] Mem: 1837 658 125 0 1053 1073 [2020-08-18T10:49:04.715Z] Swap: 1023 0 1023 [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] ---> ip addr: [2020-08-18T10:49:04.715Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-18T10:49:04.715Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-18T10:49:04.715Z] inet 127.0.0.1/8 scope host lo [2020-08-18T10:49:04.715Z] valid_lft forever preferred_lft forever [2020-08-18T10:49:04.715Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-08-18T10:49:04.715Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-18T10:49:04.715Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-18T10:49:04.715Z] valid_lft forever preferred_lft forever [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] ---> sar -b -r -n DEV: [2020-08-18T10:49:04.715Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/18/20 _x86_64_ (4 CPU) [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] 10:41:00 LINUX RESTART [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] 10:42:01 tps rtps wtps bread/s bwrtn/s [2020-08-18T10:49:04.715Z] 10:43:01 44.47 11.18 33.28 4486.74 2254.73 [2020-08-18T10:49:04.715Z] 10:44:01 0.28 0.00 0.28 0.00 4.93 [2020-08-18T10:49:04.715Z] 10:45:02 0.20 0.00 0.20 0.00 2.16 [2020-08-18T10:49:04.715Z] 10:46:01 0.27 0.00 0.27 0.00 3.40 [2020-08-18T10:49:04.715Z] 10:47:01 0.28 0.00 0.28 0.00 3.60 [2020-08-18T10:49:04.715Z] 10:48:01 0.27 0.00 0.27 0.00 3.63 [2020-08-18T10:49:04.715Z] 10:49:01 151.82 90.11 61.71 7253.39 20057.65 [2020-08-18T10:49:04.715Z] Average: 28.30 14.51 13.79 1681.80 3198.83 [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] 10:42:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-18T10:49:04.715Z] 10:43:01 156428 1725128 91.69 2620 1139616 1145008 39.08 413820 1150972 24 [2020-08-18T10:49:04.715Z] 10:44:01 164292 1717264 91.27 2620 1139620 1068424 36.46 411840 1146352 8 [2020-08-18T10:49:04.715Z] 10:45:02 164440 1717116 91.26 2620 1139628 1068472 36.47 412200 1146356 8 [2020-08-18T10:49:04.715Z] 10:46:01 164076 1717480 91.28 2620 1139628 1068612 36.47 415328 1143684 8 [2020-08-18T10:49:04.715Z] 10:47:01 164384 1717172 91.26 2620 1139632 1068612 36.47 422480 1136552 20 [2020-08-18T10:49:04.715Z] 10:48:01 164928 1716628 91.23 2620 1139640 1068444 36.46 421500 1136552 16 [2020-08-18T10:49:04.715Z] 10:49:01 152040 1729516 91.92 2620 1055308 1403656 47.90 463080 1066840 36 [2020-08-18T10:49:04.715Z] Average: 161513 1720043 91.42 2620 1127582 1127318 38.47 422893 1132473 17 [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] 10:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-18T10:49:04.715Z] 10:43:01 eth0 80.48 61.44 462.85 56.77 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:43:01 docker0 5.72 5.36 0.80 17.64 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:44:01 eth0 1.48 0.67 2.79 0.05 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:45:02 eth0 0.98 0.53 0.35 0.21 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:46:01 eth0 0.54 0.32 0.29 0.20 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:47:01 eth0 0.30 0.22 0.18 0.07 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:48:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:49:01 veth5d4f2e2 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:49:01 eth0 358.31 243.68 3443.17 119.29 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:49:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] 10:49:01 docker0 5.72 5.36 0.80 17.64 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] Average: veth5d4f2e2 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] Average: eth0 51.33 34.91 493.24 17.09 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] Average: lo 0.02 0.02 0.00 0.00 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] Average: docker0 0.82 0.77 0.12 2.53 0.00 0.00 0.00 [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] ---> sar -P ALL: [2020-08-18T10:49:04.715Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/18/20 _x86_64_ (4 CPU) [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] 10:41:00 LINUX RESTART [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] 10:42:01 CPU %user %nice %system %iowait %steal %idle [2020-08-18T10:49:04.715Z] 10:43:01 all 3.23 0.00 1.96 1.75 3.99 89.07 [2020-08-18T10:49:04.715Z] 10:43:01 0 3.45 0.00 2.32 1.80 4.30 88.13 [2020-08-18T10:49:04.715Z] 10:43:01 1 2.61 0.00 1.77 2.56 4.10 88.96 [2020-08-18T10:49:04.715Z] 10:43:01 2 3.92 0.00 1.80 1.20 3.72 89.37 [2020-08-18T10:49:04.715Z] 10:43:01 3 2.96 0.00 1.96 1.46 3.84 89.78 [2020-08-18T10:49:04.715Z] 10:44:01 all 0.07 0.00 0.05 0.00 0.20 99.68 [2020-08-18T10:49:04.715Z] 10:44:01 0 0.03 0.00 0.05 0.00 0.03 99.88 [2020-08-18T10:49:04.715Z] 10:44:01 1 0.12 0.00 0.07 0.00 0.17 99.65 [2020-08-18T10:49:04.715Z] 10:44:01 2 0.03 0.00 0.02 0.00 0.32 99.63 [2020-08-18T10:49:04.715Z] 10:44:01 3 0.08 0.00 0.07 0.00 0.25 99.60 [2020-08-18T10:49:04.715Z] 10:45:02 all 0.11 0.00 0.03 0.00 0.20 99.66 [2020-08-18T10:49:04.715Z] 10:45:02 0 0.03 0.00 0.02 0.00 0.17 99.78 [2020-08-18T10:49:04.715Z] 10:45:02 1 0.32 0.00 0.03 0.00 0.15 99.50 [2020-08-18T10:49:04.715Z] 10:45:02 2 0.03 0.00 0.02 0.00 0.15 99.80 [2020-08-18T10:49:04.715Z] 10:45:02 3 0.07 0.00 0.05 0.00 0.33 99.55 [2020-08-18T10:49:04.715Z] 10:46:01 all 0.10 0.00 0.05 0.00 0.30 99.55 [2020-08-18T10:49:04.715Z] 10:46:01 0 0.02 0.00 0.03 0.00 0.15 99.80 [2020-08-18T10:49:04.715Z] 10:46:01 1 0.08 0.00 0.05 0.00 0.46 99.41 [2020-08-18T10:49:04.715Z] 10:46:01 2 0.05 0.00 0.03 0.00 0.15 99.76 [2020-08-18T10:49:04.715Z] 10:46:01 3 0.27 0.00 0.07 0.00 0.47 99.19 [2020-08-18T10:49:04.715Z] 10:47:01 all 0.14 0.00 0.06 0.00 0.07 99.73 [2020-08-18T10:49:04.715Z] 10:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-18T10:49:04.715Z] 10:47:01 1 0.05 0.00 0.03 0.00 0.07 99.85 [2020-08-18T10:49:04.715Z] 10:47:01 2 0.23 0.00 0.05 0.00 0.08 99.63 [2020-08-18T10:49:04.715Z] 10:47:01 3 0.22 0.00 0.12 0.00 0.13 99.53 [2020-08-18T10:49:04.715Z] 10:48:01 all 0.14 0.00 0.04 0.00 0.10 99.73 [2020-08-18T10:49:04.715Z] 10:48:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2020-08-18T10:49:04.715Z] 10:48:01 1 0.03 0.00 0.03 0.00 0.07 99.87 [2020-08-18T10:49:04.715Z] 10:48:01 2 0.45 0.00 0.03 0.00 0.12 99.40 [2020-08-18T10:49:04.715Z] 10:48:01 3 0.05 0.00 0.07 0.00 0.18 99.70 [2020-08-18T10:49:04.715Z] 10:49:01 all 4.35 0.00 2.65 1.72 5.63 85.65 [2020-08-18T10:49:04.715Z] 10:49:01 0 4.58 0.00 2.78 3.12 5.59 83.93 [2020-08-18T10:49:04.715Z] 10:49:01 1 4.92 0.00 3.14 1.96 5.77 84.22 [2020-08-18T10:49:04.715Z] 10:49:01 2 3.88 0.00 2.44 0.87 5.92 86.88 [2020-08-18T10:49:04.715Z] 10:49:01 3 4.05 0.00 2.25 0.90 5.23 87.57 [2020-08-18T10:49:04.715Z] Average: all 1.16 0.00 0.69 0.49 1.49 96.16 [2020-08-18T10:49:04.715Z] Average: 0 1.16 0.00 0.74 0.70 1.46 95.94 [2020-08-18T10:49:04.715Z] Average: 1 1.16 0.00 0.73 0.65 1.54 95.93 [2020-08-18T10:49:04.715Z] Average: 2 1.23 0.00 0.63 0.30 1.49 96.35 [2020-08-18T10:49:04.715Z] Average: 3 1.09 0.00 0.65 0.34 1.49 96.43 [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z] [2020-08-18T10:49:04.715Z]