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 4000e27a9f725d20d01bd2b86b2182ef891199d8 rather than aa005033e4485a39a97c9fe896770a8d63935a68 Obtained Jenkinsfile from 4000e27a9f725d20d01bd2b86b2182ef891199d8 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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 BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1976 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 Fetching 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 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/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 > 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 Merging remotes/origin/master commit 4000e27a9f725d20d01bd2b86b2182ef891199d8 into PR head commit aa005033e4485a39a97c9fe896770a8d63935a68 Merge succeeded, producing 0970780d5065ebf2c402df1aecd40b658c8cef64 Checking out Revision 0970780d5065ebf2c402df1aecd40b658c8cef64 (PR-553) > git config core.sparsecheckout # timeout=10 > git checkout -f aa005033e4485a39a97c9fe896770a8d63935a68 # 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 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0970780d5065ebf2c402df1aecd40b658c8cef64 # timeout=10 Commit message: "Merge commit '4000e27a9f725d20d01bd2b86b2182ef891199d8' into HEAD" > git rev-list --no-walk aa005033e4485a39a97c9fe896770a8d63935a68 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:43:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:43:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:43:19 ========================================================= 18:43:19 EdgeX Global Pipelines Version Info 18:43:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:43:20 ------------------- 18:43:20 stable info: 18:43:20 ------------------- 18:43:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:43:20 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 18:43:20 Message: update stable to v1.0.119 18:43:21 ------------------- 18:43:21 experimental info: 18:43:21 ------------------- 18:43:21 Commited By: **** collab-it+edgex@linuxfoundation.org 18:43:21 Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d 18:43:21 Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 18:43:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:43:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:43:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:43:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:43:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:43:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:43:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-553 [Pipeline] echo 18:43:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-553 [Pipeline] echo 18:43:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-553 [Pipeline] echo 18:43:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0970780d5065ebf2c402df1aecd40b658c8cef64 [Pipeline] echo 18:43:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0970780 [Pipeline] echo 18:43:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:25 + git log --format=format:%s -1 0970780d5065ebf2c402df1aecd40b658c8cef64 [Pipeline] echo 18:43:25 GIT_COMMIT: 0970780d5065ebf2c402df1aecd40b658c8cef64, Commit Message: Merge commit '4000e27a9f725d20d01bd2b86b2182ef891199d8' into HEAD [Pipeline] echo 18:43:25 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:43:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:26 18:43:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:43:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:26 latest: Pulling from edgex-devops/git-semver 18:43:26 31603596830f: Pulling fs layer 18:43:26 2a8b12db71e7: Pulling fs layer 18:43:26 6ca5941a6612: Pulling fs layer 18:43:26 ecc8261a40a4: Pulling fs layer 18:43:26 ecc8261a40a4: Waiting 18:43:26 2a8b12db71e7: Verifying Checksum 18:43:26 2a8b12db71e7: Download complete 18:43:26 31603596830f: Verifying Checksum 18:43:26 31603596830f: Download complete 18:43:26 ecc8261a40a4: Verifying Checksum 18:43:26 ecc8261a40a4: Download complete 18:43:26 6ca5941a6612: Verifying Checksum 18:43:26 6ca5941a6612: Download complete 18:43:27 31603596830f: Pull complete 18:43:27 2a8b12db71e7: Pull complete 18:43:28 6ca5941a6612: Pull complete 18:43:28 ecc8261a40a4: Pull complete 18:43:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:43:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:43:28 prd-centos7-docker-4c-2g-1976 does not seem to be running inside a container 18:43:28 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:43:30 $ docker top b9a70941938ae4fb9a8f40d6f6b7e77f789c130d0a889aa2ea0856e1a498d2cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:43:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:31 [ssh-agent] Looking for ssh-agent implementation... 18:43:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:31 $ docker exec b9a70941938ae4fb9a8f40d6f6b7e77f789c130d0a889aa2ea0856e1a498d2cb ssh-agent 18:43:31 SSH_AUTH_SOCK=/tmp/ssh-YlfjNJj38PJz/agent.12 18:43:31 SSH_AGENT_PID=17 18:43:31 Running ssh-add (command line suppressed) 18:43:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_6574437725054773608.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_6574437725054773608.key) 18:43:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:32 + git describe --exact-match --tags HEAD 18:43:32 fatal: No names found, cannot describe anything. [Pipeline] } 18:43:32 $ docker exec --env ******** --env ******** b9a70941938ae4fb9a8f40d6f6b7e77f789c130d0a889aa2ea0856e1a498d2cb ssh-agent -k 18:43:32 unset SSH_AUTH_SOCK; 18:43:32 unset SSH_AGENT_PID; 18:43:32 echo Agent pid 17 killed; 18:43:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:43:32 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:43:32 This usually means this commit has not been tagged. [Pipeline] sshagent 18:43:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:32 [ssh-agent] Looking for ssh-agent implementation... 18:43:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:32 $ docker exec b9a70941938ae4fb9a8f40d6f6b7e77f789c130d0a889aa2ea0856e1a498d2cb ssh-agent 18:43:32 SSH_AUTH_SOCK=/tmp/ssh-W2Rs3FjypJuV/agent.45 18:43:32 SSH_AGENT_PID=50 18:43:32 Running ssh-add (command line suppressed) 18:43:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_4233759216639881775.key (/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/private_key_4233759216639881775.key) 18:43:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:33 + git semver init 18:43:33 # -> Open(): unable to determine branch for HEAD 18:43:33 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.git 18:43:33 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-553 18:43:33 # $SEMVER_REMOTE_NAME = origin 18:43:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:43:33 # $SEMVER_USER_NAME = edgex-jenkins 18:43:33 # $SEMVER_BRANCH = PR-553 18:43:33 # $SEMVER_TEMP = /tmp/semver-626549710 18:43:33 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 18:43:33 # '/tmp/semver-626549710' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver' 18:43:34 # -> Force: false 18:43:34 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-553/.semver [Pipeline] } 18:43:34 $ docker exec --env ******** --env ******** b9a70941938ae4fb9a8f40d6f6b7e77f789c130d0a889aa2ea0856e1a498d2cb ssh-agent -k 18:43:34 unset SSH_AUTH_SOCK; 18:43:34 unset SSH_AGENT_PID; 18:43:34 echo Agent pid 50 killed; 18:43:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:43:35 + git semver [Pipeline] } 18:43:35 $ docker stop --time=1 b9a70941938ae4fb9a8f40d6f6b7e77f789c130d0a889aa2ea0856e1a498d2cb 18:43:36 $ docker rm -f b9a70941938ae4fb9a8f40d6f6b7e77f789c130d0a889aa2ea0856e1a498d2cb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:43:37 Stashed 33 file(s) [Pipeline] echo 18:43:37 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 18:43:37 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 18:43:52 Still waiting to schedule task 18:43:52 ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1979’ is offline; ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1977’ doesn’t have label ‘centos7-docker-4c-2g’ 18:43:52 Still waiting to schedule task 18:43:52 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1977’ is offline 18:46:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1981 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws 18:46:43 Running in /w/workspace/device-sdk-go/16 [Pipeline] { [Pipeline] checkout 18:46:48 using credential edgex-jenkins-ssh 18:46:48 Cloning the remote Git repository 18:46:48 Cloning with configured refspecs honoured and without tags 18:46:48 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:46:48 > git init /w/workspace/device-sdk-go/16 # timeout=10 18:46:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:46:48 > git --version # timeout=10 18:46:49 > git --version # 'git version 2.17.1' 18:46:49 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:49 > 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 18:46:50 Fetching without tags 18:46:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:46:49 > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 18:46:49 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:46:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:46:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:46:50 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:50 > 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 18:46:50 Merging remotes/origin/master commit 4000e27a9f725d20d01bd2b86b2182ef891199d8 into PR head commit aa005033e4485a39a97c9fe896770a8d63935a68 18:46:50 Merge succeeded, producing 41f121e03176218cfe8b95f4ef541987137923f7 18:46:50 Checking out Revision 41f121e03176218cfe8b95f4ef541987137923f7 (PR-553) 18:46:50 > git config core.sparsecheckout # timeout=10 18:46:50 > git checkout -f aa005033e4485a39a97c9fe896770a8d63935a68 # timeout=10 18:46:50 > git remote # timeout=10 18:46:50 > git config --get remote.origin.url # timeout=10 18:46:50 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:50 > git merge 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 18:46:50 > git rev-parse HEAD^{commit} # timeout=10 18:46:50 > git config core.sparsecheckout # timeout=10 18:46:50 > git checkout -f 41f121e03176218cfe8b95f4ef541987137923f7 # timeout=10 18:46:55 Commit message: "Merge commit '4000e27a9f725d20d01bd2b86b2182ef891199d8' into HEAD" 18:46:55 > git rev-list --no-walk aa005033e4485a39a97c9fe896770a8d63935a68 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:46:56 ========================================================= 18:46:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 18:46:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:46:57 + 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 . 18:46:58 Sending build context to Docker daemon 3.149MB 18:46:58 Step 1/8 : ARG BASE=golang:1.13-alpine 18:46:58 Step 2/8 : FROM ${BASE} 18:46:58 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:46:58 b538f80385f9: Pulling fs layer 18:46:58 74f711af9a0d: Pulling fs layer 18:46:58 99f96fe45779: Pulling fs layer 18:46:58 fd7a069fd194: Pulling fs layer 18:46:58 66aa3694b03b: Pulling fs layer 18:46:58 170f70906a0f: Pulling fs layer 18:46:58 ad7c5574e4b9: Pulling fs layer 18:46:58 e772456be8f7: Pulling fs layer 18:46:58 c890913d741a: Pulling fs layer 18:46:58 2480fcc9aa5a: Pulling fs layer 18:46:58 09adf4765672: Pulling fs layer 18:46:58 66aa3694b03b: Waiting 18:46:58 170f70906a0f: Waiting 18:46:58 ad7c5574e4b9: Waiting 18:46:58 e772456be8f7: Waiting 18:46:58 c890913d741a: Waiting 18:46:58 2480fcc9aa5a: Waiting 18:46:58 09adf4765672: Waiting 18:46:58 fd7a069fd194: Waiting 18:46:58 99f96fe45779: Download complete 18:46:58 74f711af9a0d: Verifying Checksum 18:46:58 74f711af9a0d: Download complete 18:46:58 66aa3694b03b: Verifying Checksum 18:46:58 66aa3694b03b: Download complete 18:46:58 170f70906a0f: Verifying Checksum 18:46:58 170f70906a0f: Download complete 18:46:58 b538f80385f9: Download complete 18:46:59 b538f80385f9: Pull complete 18:47:00 74f711af9a0d: Pull complete 18:47:00 99f96fe45779: Pull complete 18:47:01 ad7c5574e4b9: Verifying Checksum 18:47:01 ad7c5574e4b9: Download complete 18:47:01 c890913d741a: Verifying Checksum 18:47:01 c890913d741a: Download complete 18:47:02 2480fcc9aa5a: Verifying Checksum 18:47:02 2480fcc9aa5a: Download complete 18:47:02 09adf4765672: Download complete 18:47:03 e772456be8f7: Verifying Checksum 18:47:03 e772456be8f7: Download complete 18:47:03 fd7a069fd194: Verifying Checksum 18:47:03 fd7a069fd194: Download complete 18:47:15 fd7a069fd194: Pull complete 18:47:15 66aa3694b03b: Pull complete 18:47:15 170f70906a0f: Pull complete 18:47:18 ad7c5574e4b9: Pull complete 18:47:23 e772456be8f7: Pull complete 18:47:23 c890913d741a: Pull complete 18:47:25 2480fcc9aa5a: Pull complete 18:47:25 09adf4765672: Pull complete 18:47:25 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 18:47:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 18:47:25 ---> 2248a725d1cf 18:47:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:47:30 ---> Running in 2035941c3631 18:47:30 Removing intermediate container 2035941c3631 18:47:30 ---> 5e4d81d0e72b 18:47:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:47:30 ---> Running in 0b72a7b93b7f 18:47:33 Removing intermediate container 0b72a7b93b7f 18:47:33 ---> 21ccbfab1f0f 18:47:33 Step 5/8 : RUN apk add --no-cache make git 18:47:33 ---> Running in a00c517a0ab6 18:47:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:47:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:47:36 OK: 142 MiB in 39 packages 18:47:37 Removing intermediate container a00c517a0ab6 18:47:37 ---> 4387f700f8d3 18:47:37 Step 6/8 : WORKDIR /device-sdk-go 18:47:38 ---> Running in 2ca416122077 18:47:38 Removing intermediate container 2ca416122077 18:47:38 ---> 6ab5af7342cc 18:47:38 Step 7/8 : COPY . . 18:47:39 ---> bf81c677afd5 18:47:39 Step 8/8 : RUN go mod download 18:47:39 ---> Running in 84a3835ed855 18:47:42 go: finding github.com/BurntSushi/toml v0.3.1 18:47:42 go: finding github.com/OneOfOne/xxhash v1.2.6 18:47:42 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:47:42 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:47:42 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:47:42 go: finding github.com/bgentry/speakeasy v0.1.0 18:47:42 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:47:42 go: finding github.com/davecgh/go-spew v1.1.1 18:47:42 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 18:47:42 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:47:42 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 18:47:42 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:47:42 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 18:47:42 go: finding github.com/fatih/color v1.7.0 18:47:42 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:47:42 go: finding github.com/go-kit/kit v0.8.0 18:47:42 go: finding github.com/go-logfmt/logfmt v0.4.0 18:47:42 go: finding github.com/go-stack/stack v1.8.0 18:47:42 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:47:42 go: finding github.com/google/uuid v1.1.0 18:47:42 go: finding github.com/gorilla/mux v1.7.1 18:47:43 go: finding github.com/hashicorp/consul/api v1.1.0 18:47:43 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:47:43 go: finding github.com/hashicorp/errwrap v1.0.0 18:47:43 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:47:43 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:47:43 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:47:43 go: finding github.com/hashicorp/go-multierror v1.0.0 18:47:43 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:47:43 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:47:43 go: finding github.com/hashicorp/go-syslog v1.0.0 18:47:43 go: finding github.com/hashicorp/go-uuid v1.0.1 18:47:43 go: finding github.com/hashicorp/go.net v0.0.1 18:47:43 go: finding github.com/hashicorp/golang-lru v0.5.0 18:47:43 go: finding github.com/hashicorp/logutils v1.0.0 18:47:43 go: finding github.com/hashicorp/mdns v1.0.0 18:47:43 go: finding github.com/hashicorp/memberlist v0.1.3 18:47:43 go: finding github.com/hashicorp/serf v0.8.2 18:47:43 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:47:43 go: finding github.com/mattn/go-colorable v0.0.9 18:47:43 go: finding github.com/mattn/go-isatty v0.0.3 18:47:43 go: finding github.com/miekg/dns v1.0.14 18:47:43 go: finding github.com/mitchellh/cli v1.0.0 18:47:43 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:47:43 go: finding github.com/mitchellh/copystructure v1.0.0 18:47:43 go: finding github.com/mitchellh/go-homedir v1.0.0 18:47:43 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:47:43 go: finding github.com/mitchellh/gox v0.4.0 18:47:43 go: finding github.com/mitchellh/iochan v1.0.0 18:47:43 go: finding github.com/mitchellh/mapstructure v1.1.2 18:47:43 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:47:43 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:47:43 go: finding github.com/pelletier/go-toml v1.2.0 18:47:43 go: finding github.com/pkg/errors v0.8.1 18:47:43 go: finding github.com/pmezard/go-difflib v1.0.0 18:47:43 go: finding github.com/posener/complete v1.1.1 18:47:43 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:47:43 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:47:43 go: finding github.com/stretchr/objx v0.1.0 18:47:43 go: finding github.com/stretchr/testify v1.5.1 18:47:43 go: finding github.com/ugorji/go v1.1.4 18:47:43 go: finding github.com/x448/float16 v0.8.4 18:47:43 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 18:47:43 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 18:47:43 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:47:43 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 18:47:44 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 18:47:44 go: finding gopkg.in/yaml.v2 v2.2.8 18:47:54 Removing intermediate container 84a3835ed855 18:47:54 ---> 5ff440986004 18:47:54 Successfully built 5ff440986004 18:47:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:47:54 + docker inspect -f . ci-base-image-arm64 18:47:54 . [Pipeline] withDockerContainer 18:47:55 prd-ubuntu18.04-docker-arm64-4c-16g-1981 does not seem to be running inside a container 18:47:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/16 -v /w/workspace/device-sdk-go/16:/w/workspace/device-sdk-go/16:rw,z -v /w/workspace/device-sdk-go/16@tmp:/w/workspace/device-sdk-go/16@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-arm64 cat 18:47:57 $ docker top 2aa4a6c27e4c49f4b57737512a84430d742e4a7efaa6ad9a9486d4478c3cb89d -eo pid,comm [Pipeline] { [Pipeline] sh 18:47:58 + go version 18:47:58 go version go1.13.13 linux/arm64 [Pipeline] sh 18:47:59 + make test 18:47:59 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 18:48:00 ? github.com/edgexfoundry/device-sdk-go [no test files] 18:48:27 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 18:48:27 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 18:48:27 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 18:48:28 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.018s coverage: 21.0% of statements 18:48:29 Running on prd-centos7-docker-4c-2g-1982 in /w/workspace/dgexfoundry_device-sdk-go_PR-553 [Pipeline] { [Pipeline] ws 18:48:29 Running in /w/workspace/device-sdk-go/16 [Pipeline] { [Pipeline] checkout 18:48:31 using credential edgex-jenkins-ssh 18:48:31 Cloning the remote Git repository 18:48:31 Cloning with configured refspecs honoured and without tags 18:48:31 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:48:32 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.142s coverage: 95.7% of statements 18:48:32 Fetching without tags 18:48:31 > git init /w/workspace/device-sdk-go/16 # timeout=10 18:48:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:48:31 > git --version # timeout=10 18:48:31 > git --version # 'git version 2.16.5' 18:48:31 using GIT_SSH to set credentials SSH Credentials for GitHub 18:48:31 > 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 18:48:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:48:32 > git config --add remote.origin.fetch +refs/pull/553/head:refs/remotes/origin/PR-553 # timeout=10 18:48:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:48:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:48:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:48:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:48:32 > 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 18:48:33 Merging remotes/origin/master commit 4000e27a9f725d20d01bd2b86b2182ef891199d8 into PR head commit aa005033e4485a39a97c9fe896770a8d63935a68 18:48:33 Merge succeeded, producing 2f9d62c3c887e2288888cd60a3522724e738810c 18:48:33 Checking out Revision 2f9d62c3c887e2288888cd60a3522724e738810c (PR-553) 18:48:33 > git config core.sparsecheckout # timeout=10 18:48:33 > git checkout -f aa005033e4485a39a97c9fe896770a8d63935a68 # timeout=10 18:48:33 > git remote # timeout=10 18:48:33 > git config --get remote.origin.url # timeout=10 18:48:33 using GIT_SSH to set credentials SSH Credentials for GitHub 18:48:33 > git merge 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 18:48:33 > git rev-parse HEAD^{commit} # timeout=10 18:48:33 > git config core.sparsecheckout # timeout=10 18:48:33 > git checkout -f 2f9d62c3c887e2288888cd60a3522724e738810c # timeout=10 18:48:36 Commit message: "Merge commit '4000e27a9f725d20d01bd2b86b2182ef891199d8' into HEAD" 18:48:36 > git rev-list --no-walk aa005033e4485a39a97c9fe896770a8d63935a68 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:48:37 ========================================================= 18:48:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 18:48:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:48:38 + 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 . 18:48:38 Sending build context to Docker daemon 3.15MB 18:48:38 Step 1/8 : ARG BASE=golang:1.13-alpine 18:48:38 Step 2/8 : FROM ${BASE} 18:48:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 18:48:38 df20fa9351a1: Pulling fs layer 18:48:38 ed8968b2872e: Pulling fs layer 18:48:38 a92cc7c5fd73: Pulling fs layer 18:48:38 2dd03ba5bac4: Pulling fs layer 18:48:38 1e091d79d1de: Pulling fs layer 18:48:38 481702a1767f: Pulling fs layer 18:48:38 f64a6f60c768: Pulling fs layer 18:48:38 e78d2573fc39: Pulling fs layer 18:48:38 e876d2f968b6: Pulling fs layer 18:48:38 ce8a83651883: Pulling fs layer 18:48:38 07967f4d0e4b: Pulling fs layer 18:48:38 2dd03ba5bac4: Waiting 18:48:38 1e091d79d1de: Waiting 18:48:38 481702a1767f: Waiting 18:48:38 f64a6f60c768: Waiting 18:48:38 e78d2573fc39: Waiting 18:48:38 e876d2f968b6: Waiting 18:48:38 ce8a83651883: Waiting 18:48:38 07967f4d0e4b: Waiting 18:48:38 a92cc7c5fd73: Verifying Checksum 18:48:38 a92cc7c5fd73: Download complete 18:48:38 ed8968b2872e: Verifying Checksum 18:48:38 ed8968b2872e: Download complete 18:48:38 1e091d79d1de: Verifying Checksum 18:48:38 1e091d79d1de: Download complete 18:48:38 481702a1767f: Verifying Checksum 18:48:38 481702a1767f: Download complete 18:48:38 df20fa9351a1: Verifying Checksum 18:48:38 df20fa9351a1: Download complete 18:48:39 df20fa9351a1: Pull complete 18:48:39 ed8968b2872e: Pull complete 18:48:39 a92cc7c5fd73: Pull complete 18:48:41 f64a6f60c768: Verifying Checksum 18:48:41 f64a6f60c768: Download complete 18:48:41 e876d2f968b6: Verifying Checksum 18:48:41 e876d2f968b6: Download complete 18:48:42 ce8a83651883: Verifying Checksum 18:48:42 ce8a83651883: Download complete 18:48:42 07967f4d0e4b: Verifying Checksum 18:48:42 07967f4d0e4b: Download complete 18:48:42 e78d2573fc39: Verifying Checksum 18:48:42 e78d2573fc39: Download complete 18:48:43 2dd03ba5bac4: Verifying Checksum 18:48:43 2dd03ba5bac4: Download complete 18:48:48 2dd03ba5bac4: Pull complete 18:48:48 1e091d79d1de: Pull complete 18:48:48 481702a1767f: Pull complete 18:48:55 f64a6f60c768: Pull complete 18:48:57 e78d2573fc39: Pull complete 18:48:57 e876d2f968b6: Pull complete 18:48:58 ce8a83651883: Pull complete 18:48:58 07967f4d0e4b: Pull complete 18:48:58 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 18:48:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 18:48:58 ---> 5d7c900382c6 18:48:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:48:59 ---> Running in ba6652df2e85 18:48:59 Removing intermediate container ba6652df2e85 18:48:59 ---> e3e8bd38ceeb 18:48:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:48:59 ---> Running in 9604b94c362a 18:49:01 Removing intermediate container 9604b94c362a 18:49:01 ---> f74fed0b7547 18:49:01 Step 5/8 : RUN apk add --no-cache make git 18:49:01 ---> Running in 53033a5262f5 18:49:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:49:03 OK: 166 MiB in 39 packages 18:49:03 Removing intermediate container 53033a5262f5 18:49:03 ---> ca4ed53e2b05 18:49:03 Step 6/8 : WORKDIR /device-sdk-go 18:49:03 ---> Running in ebc852316dce 18:49:03 Removing intermediate container ebc852316dce 18:49:03 ---> 17e89cec8d4d 18:49:03 Step 7/8 : COPY . . 18:49:04 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.023s coverage: 8.6% of statements 18:49:04 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.018s coverage: 21.7% of statements 18:49:04 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 18:49:04 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.066s coverage: 37.0% of statements 18:49:04 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 18:49:04 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.116s coverage: 65.4% of statements 18:49:04 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 18:49:04 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 18:49:04 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 18:49:04 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.046s coverage: 52.6% of statements 18:49:04 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.330s coverage: 68.9% of statements 18:49:04 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 18:49:04 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 18:49:04 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:49:05 ---> 0f144cd60349 18:49:05 Step 8/8 : RUN go mod download 18:49:05 ---> Running in 99d52f7856fc 18:49:06 go: finding github.com/BurntSushi/toml v0.3.1 18:49:06 go: finding github.com/OneOfOne/xxhash v1.2.6 18:49:06 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:49:06 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:49:06 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:49:06 go: finding github.com/bgentry/speakeasy v0.1.0 18:49:06 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:49:06 go: finding github.com/davecgh/go-spew v1.1.1 18:49:06 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 18:49:06 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:49:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 18:49:06 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:49:06 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 18:49:06 go: finding github.com/fatih/color v1.7.0 18:49:06 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:49:06 go: finding github.com/go-kit/kit v0.8.0 18:49:06 go: finding github.com/go-logfmt/logfmt v0.4.0 18:49:06 go: finding github.com/go-stack/stack v1.8.0 18:49:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:49:07 go: finding github.com/google/uuid v1.1.0 18:49:07 go: finding github.com/gorilla/mux v1.7.1 18:49:07 go: finding github.com/hashicorp/consul/api v1.1.0 18:49:07 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:49:07 go: finding github.com/hashicorp/errwrap v1.0.0 18:49:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:49:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:49:07 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:49:07 go: finding github.com/hashicorp/go-multierror v1.0.0 18:49:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:49:07 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:49:07 gofmt -l . 18:49:07 [ "`gofmt -l .`" = "" ] 18:49:07 go: finding github.com/hashicorp/go-syslog v1.0.0 18:49:07 go: finding github.com/hashicorp/go-uuid v1.0.1 18:49:07 go: finding github.com/hashicorp/go.net v0.0.1 18:49:07 go: finding github.com/hashicorp/golang-lru v0.5.0 18:49:07 go: finding github.com/hashicorp/logutils v1.0.0 18:49:07 go: finding github.com/hashicorp/mdns v1.0.0 18:49:07 go: finding github.com/hashicorp/memberlist v0.1.3 18:49:07 go: finding github.com/hashicorp/serf v0.8.2 18:49:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:49:07 go: finding github.com/mattn/go-colorable v0.0.9 18:49:07 go: finding github.com/mattn/go-isatty v0.0.3 18:49:07 go: finding github.com/miekg/dns v1.0.14 18:49:07 go: finding github.com/mitchellh/cli v1.0.0 18:49:07 ./bin/test-attribution-txt.sh 18:49:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:49:07 go: finding github.com/mitchellh/copystructure v1.0.0 18:49:07 go: finding github.com/mitchellh/go-homedir v1.0.0 18:49:07 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:49:07 go: finding github.com/mitchellh/gox v0.4.0 18:49:07 go: finding github.com/mitchellh/iochan v1.0.0 18:49:07 go: finding github.com/mitchellh/mapstructure v1.1.2 18:49:07 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:49:07 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:49:07 go: finding github.com/pelletier/go-toml v1.2.0 18:49:07 go: finding github.com/pkg/errors v0.8.1 18:49:07 go: finding github.com/pmezard/go-difflib v1.0.0 18:49:07 go: finding github.com/posener/complete v1.1.1 18:49:07 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:49:07 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:49:07 go: finding github.com/stretchr/objx v0.1.0 18:49:07 go: finding github.com/stretchr/testify v1.5.1 18:49:07 go: finding github.com/ugorji/go v1.1.4 18:49:07 go: finding github.com/x448/float16 v0.8.4 18:49:07 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 18:49:07 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 18:49:07 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:49:07 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 18:49:07 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 18:49:08 go: finding gopkg.in/yaml.v2 v2.2.8 18:49:08 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:49:09 Stashed 1 file(s) [Pipeline] } 18:49:09 $ docker stop --time=1 2aa4a6c27e4c49f4b57737512a84430d742e4a7efaa6ad9a9486d4478c3cb89d 18:49:11 $ docker rm -f 2aa4a6c27e4c49f4b57737512a84430d742e4a7efaa6ad9a9486d4478c3cb89d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:49:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:49:14 + ls -al . 18:49:14 total 228 18:49:14 drwxrwxr-x 11 jenkins jenkins 4096 Sep 9 18:49 . 18:49:14 drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 18:46 .. 18:49:14 -rw-rw-r-- 1 jenkins jenkins 140 Sep 9 18:46 .dockerignore 18:49:14 drwxrwxr-x 8 jenkins jenkins 4096 Sep 9 18:46 .git 18:49:14 drwxrwxr-x 2 jenkins jenkins 4096 Sep 9 18:46 .github 18:49:14 -rw-rw-r-- 1 jenkins jenkins 138 Sep 9 18:46 .gitignore 18:49:14 drwxrwxr-x 3 jenkins jenkins 4096 Sep 9 18:46 .semver 18:49:14 -rw-rw-r-- 1 jenkins jenkins 936 Sep 9 18:46 Dockerfile.build 18:49:14 -rw-rw-r-- 1 jenkins jenkins 808 Sep 9 18:46 Jenkinsfile 18:49:14 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 9 18:46 LICENSE 18:49:14 -rw-rw-r-- 1 jenkins jenkins 892 Sep 9 18:46 Makefile 18:49:14 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 9 18:46 README.md 18:49:14 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 9 18:46 RELEASE-NOTES.txt 18:49:14 -rw-rw-r-- 1 jenkins jenkins 5 Sep 9 18:43 VERSION 18:49:14 drwxrwxr-x 2 jenkins jenkins 4096 Sep 9 18:46 bin 18:49:14 -rw-r--r-- 1 jenkins jenkins 111650 Sep 9 18:49 coverage.out 18:49:14 drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 18:46 example 18:49:14 -rw-r--r-- 1 jenkins jenkins 446 Sep 9 18:49 go.mod 18:49:14 -rw-r--r-- 1 jenkins jenkins 12179 Sep 9 18:49 go.sum 18:49:14 drwxrwxr-x 13 jenkins jenkins 4096 Sep 9 18:46 internal 18:49:14 drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 18:46 openapi 18:49:14 drwxrwxr-x 5 jenkins jenkins 4096 Sep 9 18:46 pkg 18:49:14 drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 18:46 snap 18:49:14 -rw-rw-r-- 1 jenkins jenkins 222 Sep 9 18:46 version.go [Pipeline] isUnix [Pipeline] sh 18:49:14 + 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=0970780d5065ebf2c402df1aecd40b658c8cef64 --label arch=arm64 --label version=0.0.0 . 18:49:14 Sending build context to Docker daemon 3.262MB 18:49:15 Step 1/24 : ARG BASE=golang:1.13-alpine 18:49:15 Step 2/24 : FROM ${BASE} AS builder 18:49:15 ---> 5ff440986004 18:49:15 Step 3/24 : ARG MAKE='make build' 18:49:15 ---> Running in d48d23764aab 18:49:15 Removing intermediate container d48d23764aab 18:49:15 ---> e8d402b39726 18:49:15 Step 4/24 : WORKDIR /device-sdk-go 18:49:15 ---> Running in 3a0f646456ef 18:49:16 Removing intermediate container 3a0f646456ef 18:49:16 ---> 9f59843a81ec 18:49:16 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:49:16 ---> Running in 206083acaf43 18:49:16 Removing intermediate container 99d52f7856fc 18:49:16 ---> b8065e79e4a6 18:49:16 Successfully built b8065e79e4a6 18:49:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:49:16 Removing intermediate container 206083acaf43 18:49:16 ---> 5841657f9046 18:49:16 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:16 ---> Running in b7b1894d1b8a 18:49:17 + docker inspect -f . ci-base-image-x86_64 18:49:17 . [Pipeline] withDockerContainer 18:49:17 prd-centos7-docker-4c-2g-1982 does not seem to be running inside a container 18:49:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/16 -v /w/workspace/device-sdk-go/16:/w/workspace/device-sdk-go/16:rw,z -v /w/workspace/device-sdk-go/16@tmp:/w/workspace/device-sdk-go/16@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 18:49:18 $ docker top e56412c0f31f241572d1555e38d9c03e10e9cc087613878ffe6401f537f582f8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:49:18 + go version 18:49:18 go version go1.13.13 linux/amd64 [Pipeline] sh 18:49:19 + make test 18:49:19 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 18:49:19 Removing intermediate container b7b1894d1b8a 18:49:19 ---> de5436119167 18:49:19 Step 7/24 : RUN apk add --update --no-cache make git 18:49:19 ---> Running in 333a5258b5db 18:49:20 ? github.com/edgexfoundry/device-sdk-go [no test files] 18:49:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:22 OK: 142 MiB in 39 packages 18:49:23 Removing intermediate container 333a5258b5db 18:49:23 ---> c4dff4271824 18:49:23 Step 8/24 : COPY . . 18:49:24 ---> 8eb87c0cffd1 18:49:24 Step 9/24 : RUN ${MAKE} 18:49:24 ---> Running in 9b329e38fa87 18:49:26 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 18:49:30 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 18:49:30 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 18:49:30 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 18:49:30 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.029s coverage: 21.0% of statements 18:49:31 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.041s coverage: 95.7% of statements 18:49:53 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 18:49:53 Removing intermediate container 9b329e38fa87 18:49:53 ---> e24954ba724f 18:49:53 Step 10/24 : FROM scratch 18:49:53 ---> 18:49:53 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:49:53 ---> Running in a6c4c08e8a75 18:49:53 Removing intermediate container a6c4c08e8a75 18:49:53 ---> c06ef53cd95b 18:49:53 Step 12/24 : ENV APP_PORT=49990 18:49:53 ---> Running in 9e8a51e75e5e 18:49:53 Removing intermediate container 9e8a51e75e5e 18:49:53 ---> 2049ba62635e 18:49:53 Step 13/24 : EXPOSE $APP_PORT 18:49:53 ---> Running in 755e179212a4 18:49:53 Removing intermediate container 755e179212a4 18:49:53 ---> 51022cce0e83 18:49:53 Step 14/24 : WORKDIR / 18:49:53 ---> Running in f97d4d5c2b50 18:49:53 Removing intermediate container f97d4d5c2b50 18:49:53 ---> d5541074aa54 18:49:53 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 18:49:55 ---> ae68ac5a90d8 18:49:55 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 18:49:55 ---> 42789f93f271 18:49:55 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 18:49:56 ---> a0c576c2a85f 18:49:56 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 18:49:57 ---> b36a5d33d8b1 18:49:57 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 18:49:57 ---> 717ff43ad11b 18:49:57 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 18:49:58 ---> Running in 78d000c3e243 18:49:58 Removing intermediate container 78d000c3e243 18:49:58 ---> ddd5bda16125 18:49:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:58 ---> Running in c11bd607559a 18:49:59 Removing intermediate container c11bd607559a 18:49:59 ---> 6abfa6db2dcd 18:49:59 Step 22/24 : LABEL arch=arm64 18:49:59 ---> Running in 4f4112abec5f 18:49:59 Removing intermediate container 4f4112abec5f 18:49:59 ---> c061b8c2e8cf 18:49:59 Step 23/24 : LABEL git_sha=0970780d5065ebf2c402df1aecd40b658c8cef64 18:49:59 ---> Running in 8e0da0cf20cc 18:50:00 Removing intermediate container 8e0da0cf20cc 18:50:00 ---> d87fd7347fdc 18:50:00 Step 24/24 : LABEL version=0.0.0 18:50:00 ---> Running in d53cc8799328 18:50:00 Removing intermediate container d53cc8799328 18:50:00 ---> 5d81b8b7b394 18:50:00 [Warning] One or more build-args [ARCH] were not consumed 18:50:00 Successfully built 5d81b8b7b394 18:50:00 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] } 18:50:03 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.014s coverage: 8.6% of statements 18:50:03 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.017s coverage: 21.7% of statements 18:50:03 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 18:50:03 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.019s coverage: 37.0% of statements 18:50:03 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 18:50:03 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.031s coverage: 65.4% of statements 18:50:03 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 18:50:03 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 18:50:03 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 18:50:03 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.020s coverage: 52.6% of statements 18:50:03 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.097s coverage: 68.9% of statements 18:50:03 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 18:50:03 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 18:50:03 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:50:03 gofmt -l . 18:50:03 [ "`gofmt -l .`" = "" ] 18:50:04 ./bin/test-attribution-txt.sh 18:50:04 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:50:04 Warning: overwriting stash ‘coverage-report’ 18:50:05 Stashed 1 file(s) [Pipeline] } 18:50:05 $ docker stop --time=1 e56412c0f31f241572d1555e38d9c03e10e9cc087613878ffe6401f537f582f8 18:50:06 $ docker rm -f e56412c0f31f241572d1555e38d9c03e10e9cc087613878ffe6401f537f582f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:50:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:50:07 + ls -al . 18:50:07 total 188 18:50:07 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 9 18:50 . 18:50:07 drwxrwxr-x. 4 jenkins jenkins 30 Sep 9 18:48 .. 18:50:07 drwxrwxr-x. 2 jenkins jenkins 64 Sep 9 18:48 bin 18:50:07 -rw-r--r--. 1 jenkins jenkins 111650 Sep 9 18:50 coverage.out 18:50:07 -rw-rw-r--. 1 jenkins jenkins 936 Sep 9 18:48 Dockerfile.build 18:50:07 -rw-rw-r--. 1 jenkins jenkins 140 Sep 9 18:48 .dockerignore 18:50:07 drwxrwxr-x. 4 jenkins jenkins 48 Sep 9 18:48 example 18:50:07 drwxrwxr-x. 8 jenkins jenkins 179 Sep 9 18:48 .git 18:50:07 drwxrwxr-x. 2 jenkins jenkins 60 Sep 9 18:48 .github 18:50:07 -rw-rw-r--. 1 jenkins jenkins 138 Sep 9 18:48 .gitignore 18:50:07 -rw-r--r--. 1 jenkins jenkins 446 Sep 9 18:50 go.mod 18:50:07 -rw-r--r--. 1 jenkins jenkins 12179 Sep 9 18:50 go.sum 18:50:07 drwxrwxr-x. 13 jenkins jenkins 184 Sep 9 18:48 internal 18:50:07 -rw-rw-r--. 1 jenkins jenkins 808 Sep 9 18:48 Jenkinsfile 18:50:07 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 9 18:48 LICENSE 18:50:07 -rw-rw-r--. 1 jenkins jenkins 892 Sep 9 18:48 Makefile 18:50:07 drwxrwxr-x. 4 jenkins jenkins 26 Sep 9 18:48 openapi 18:50:07 drwxrwxr-x. 5 jenkins jenkins 50 Sep 9 18:48 pkg 18:50:07 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 9 18:48 README.md 18:50:07 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 9 18:48 RELEASE-NOTES.txt 18:50:07 drwxrwxr-x. 3 jenkins jenkins 58 Sep 9 18:48 .semver 18:50:07 drwxrwxr-x. 4 jenkins jenkins 54 Sep 9 18:48 snap 18:50:07 -rw-rw-r--. 1 jenkins jenkins 5 Sep 9 18:43 VERSION 18:50:07 -rw-rw-r--. 1 jenkins jenkins 222 Sep 9 18:48 version.go [Pipeline] isUnix [Pipeline] sh 18:50:08 + 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=0970780d5065ebf2c402df1aecd40b658c8cef64 --label arch=amd64 --label version=0.0.0 . 18:50:08 Sending build context to Docker daemon 3.264MB 18:50:08 Step 1/24 : ARG BASE=golang:1.13-alpine 18:50:08 Step 2/24 : FROM ${BASE} AS builder 18:50:08 ---> b8065e79e4a6 18:50:08 Step 3/24 : ARG MAKE='make build' 18:50:08 ---> Running in 8443556cbe4a 18:50:08 Removing intermediate container 8443556cbe4a 18:50:08 ---> 9eeb79665a48 18:50:08 Step 4/24 : WORKDIR /device-sdk-go 18:50:08 ---> Running in ac41d9fee97c 18:50:09 Removing intermediate container ac41d9fee97c 18:50:09 ---> 5b4607a76fe8 18:50:09 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:50:09 ---> Running in 2de5814af325 18:50:09 Removing intermediate container 2de5814af325 18:50:09 ---> 177e237706da 18:50:09 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:09 ---> Running in 5d2deb028148 18:50:10 Removing intermediate container 5d2deb028148 18:50:10 ---> d1029d7b84b9 18:50:10 Step 7/24 : RUN apk add --update --no-cache make git 18:50:10 ---> Running in 4ddab63d3a97 18:50:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:50:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:50:12 OK: 166 MiB in 39 packages 18:50:12 Removing intermediate container 4ddab63d3a97 18:50:12 ---> 9991594dbf3a 18:50:12 Step 8/24 : COPY . . 18:50:13 ---> eefe3854fe5e 18:50:13 Step 9/24 : RUN ${MAKE} 18:50:13 ---> Running in a4f2ddf99cc3 18:50:13 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 18:50:22 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 18:50:23 Removing intermediate container a4f2ddf99cc3 18:50:23 ---> ab055a509b9d 18:50:23 Step 10/24 : FROM scratch 18:50:23 ---> 18:50:23 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:50:23 ---> Running in 72d4e74a06f8 18:50:23 Removing intermediate container 72d4e74a06f8 18:50:23 ---> 78c0237aa006 18:50:23 Step 12/24 : ENV APP_PORT=49990 18:50:23 ---> Running in ae5ac3d6d492 18:50:23 Removing intermediate container ae5ac3d6d492 18:50:23 ---> 84252aad859c 18:50:23 Step 13/24 : EXPOSE $APP_PORT 18:50:23 ---> Running in b1daa57698a6 18:50:23 Removing intermediate container b1daa57698a6 18:50:23 ---> fd854841c0fe 18:50:23 Step 14/24 : WORKDIR / 18:50:23 ---> Running in edd744dc534d 18:50:23 Removing intermediate container edd744dc534d 18:50:23 ---> c73993f21372 18:50:23 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 18:50:24 ---> 2d50a4f1ce58 18:50:24 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 18:50:24 ---> 8892d06da227 18:50:24 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 18:50:24 ---> 4107bb8f5d45 18:50:24 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 18:50:25 ---> 9f10f8f5245f 18:50:25 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 18:50:25 ---> 96ee60d8cf02 18:50:25 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 18:50:25 ---> Running in 7da8b7267aa3 18:50:25 Removing intermediate container 7da8b7267aa3 18:50:25 ---> e48779692425 18:50:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:50:25 ---> Running in 360ede8bab62 18:50:25 Removing intermediate container 360ede8bab62 18:50:25 ---> 2f59815bd16b 18:50:25 Step 22/24 : LABEL arch=amd64 18:50:25 ---> Running in 6c4d6fbbb04b 18:50:26 Removing intermediate container 6c4d6fbbb04b 18:50:26 ---> fe098733dff5 18:50:26 Step 23/24 : LABEL git_sha=0970780d5065ebf2c402df1aecd40b658c8cef64 18:50:26 ---> Running in e0762188ff13 18:50:26 Removing intermediate container e0762188ff13 18:50:26 ---> a5959b390910 18:50:26 Step 24/24 : LABEL version=0.0.0 18:50:26 ---> Running in 5bab9f68aefe 18:50:26 Removing intermediate container 5bab9f68aefe 18:50:26 ---> fef931d0aad6 18:50:26 [Warning] One or more build-args [ARCH] were not consumed 18:50:26 Successfully built fef931d0aad6 18:50:26 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 18:50:27 provisioning config files... 18:50:27 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config6125822110427760030tmp [Pipeline] { [Pipeline] sh 18:50:28 + curl -s https://codecov.io/bash 18:50:28 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config6125822110427760030tmp [Pipeline] } 18:50:28 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 18:50:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:50:31 ---> package-listing.sh 18:50:31 ++ facter osfamily 18:50:31 ++ tr '[:upper:]' '[:lower:]' 18:50:31 + OS_FAMILY=redhat 18:50:31 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-553 18:50:31 + START_PACKAGES=/tmp/packages_start.txt 18:50:31 + END_PACKAGES=/tmp/packages_end.txt 18:50:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:50:31 + PACKAGES=/tmp/packages_start.txt 18:50:31 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' 18:50:31 + PACKAGES=/tmp/packages_end.txt 18:50:31 + case "${OS_FAMILY}" in 18:50:31 + rpm -qa 18:50:31 + sort 18:50:35 + '[' -f /tmp/packages_start.txt ']' 18:50:35 + '[' -f /tmp/packages_end.txt ']' 18:50:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:50:35 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-553 ']' 18:50:35 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-553/archives/ 18:50:35 + 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 18:50:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:35 18:50:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:50:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:36 alpine: Pulling from edgex-lftools-log-publisher 18:50:36 df20fa9351a1: Pulling fs layer 18:50:36 36b3adc4ff6f: Pulling fs layer 18:50:36 8ad3a11d3b57: Pulling fs layer 18:50:36 46f8f816bc3b: Pulling fs layer 18:50:36 0dadc02b9964: Pulling fs layer 18:50:36 ce6a7cf60c04: Pulling fs layer 18:50:36 7a184a31f384: Pulling fs layer 18:50:36 0879bd2ef858: Pulling fs layer 18:50:36 46f8f816bc3b: Waiting 18:50:36 0dadc02b9964: Waiting 18:50:36 ce6a7cf60c04: Waiting 18:50:36 7a184a31f384: Waiting 18:50:36 0879bd2ef858: Waiting 18:50:36 36b3adc4ff6f: Verifying Checksum 18:50:36 36b3adc4ff6f: Download complete 18:50:36 46f8f816bc3b: Verifying Checksum 18:50:36 46f8f816bc3b: Download complete 18:50:36 0dadc02b9964: Download complete 18:50:36 df20fa9351a1: Verifying Checksum 18:50:36 df20fa9351a1: Download complete 18:50:36 ce6a7cf60c04: Verifying Checksum 18:50:36 ce6a7cf60c04: Download complete 18:50:36 7a184a31f384: Verifying Checksum 18:50:36 7a184a31f384: Download complete 18:50:36 8ad3a11d3b57: Verifying Checksum 18:50:36 8ad3a11d3b57: Download complete 18:50:36 df20fa9351a1: Pull complete 18:50:36 36b3adc4ff6f: Pull complete 18:50:36 0879bd2ef858: Verifying Checksum 18:50:36 0879bd2ef858: Download complete 18:50:37 8ad3a11d3b57: Pull complete 18:50:37 46f8f816bc3b: Pull complete 18:50:37 0dadc02b9964: Pull complete 18:50:37 ce6a7cf60c04: Pull complete 18:50:38 7a184a31f384: Pull complete 18:50:40 0879bd2ef858: Pull complete 18:50:40 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:50:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:50:40 prd-centos7-docker-4c-2g-1976 does not seem to be running inside a container 18:50:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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:10003/edgex-lftools-log-publisher:alpine cat 18:50:46 $ docker top 0bc42786543998b9535da78b18deaee28f7401ca1f35f9a03b54ba6379dfad0a -eo pid,comm [Pipeline] { [Pipeline] sh 18:50:47 + mkdir -p /var/log/sa [Pipeline] sh 18:50:47 + ls /var/log/sa-host 18:50:47 + sadf -c /var/log/sa-host/sa05 18:50:47 file_magic: OK 18:50:47 HZ: Using current value: 100 18:50:47 file_header: OK 18:50:47 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:50:47 Statistics: 18:50:47 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:50:47 File successfully converted to sysstat format version 12.2.1 18:50:47 + sadf -c /var/log/sa-host/sa09 18:50:47 file_magic: OK 18:50:47 HZ: Using current value: 100 18:50:47 file_header: OK 18:50:47 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:50:47 Statistics: 18:50:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:50:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:50:47 provisioning config files... 18:50:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp/config2961236457026705660tmp [Pipeline] { [Pipeline] echo 18:50:47 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:50:48 ---> create-netrc.sh [Pipeline] echo 18:50:48 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:50:48 ---> logs-deploy.sh 18:50:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-553/16 18:50:48 INFO: archiving workspace using pattern(s): 18:50:49 Archives upload complete. 18:50:49 INFO: archiving logs to Nexus 18:50:50 ---> uname -a: 18:50:50 Linux 0bc427865439 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:50:50 18:50:50 18:50:50 ---> lscpu: 18:50:50 Architecture: x86_64 18:50:50 CPU op-mode(s): 32-bit, 64-bit 18:50:50 Byte Order: Little Endian 18:50:50 Address sizes: 40 bits physical, 48 bits virtual 18:50:50 CPU(s): 4 18:50:50 On-line CPU(s) list: 0-3 18:50:50 Thread(s) per core: 1 18:50:50 Core(s) per socket: 1 18:50:50 Socket(s): 4 18:50:50 NUMA node(s): 1 18:50:50 Vendor ID: GenuineIntel 18:50:50 CPU family: 6 18:50:50 Model: 44 18:50:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:50:50 Stepping: 1 18:50:50 CPU MHz: 2933.442 18:50:50 BogoMIPS: 5866.88 18:50:50 Virtualization: VT-x 18:50:50 Hypervisor vendor: KVM 18:50:50 Virtualization type: full 18:50:50 L1d cache: 128 KiB 18:50:50 L1i cache: 128 KiB 18:50:50 L2 cache: 16 MiB 18:50:50 L3 cache: 64 MiB 18:50:50 NUMA node0 CPU(s): 0-3 18:50:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:50:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:50:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:50:50 Vulnerability Meltdown: Mitigation; PTI 18:50:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:50:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:50:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:50:50 Vulnerability Tsx async abort: Not affected 18:50:50 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 18:50:50 18:50:50 18:50:50 ---> nproc: 18:50:50 4 18:50:50 18:50:50 18:50:50 ---> df -h: 18:50:50 Filesystem Size Used Available Use% Mounted on 18:50:50 overlay 50.0G 7.0G 43.0G 14% / 18:50:50 tmpfs 64.0M 0 64.0M 0% /dev 18:50:50 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:50:50 shm 64.0M 0 64.0M 0% /dev/shm 18:50:50 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 18:50:50 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 18:50:50 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 18:50:50 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 18:50:50 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-553 18:50:50 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-553@tmp 18:50:50 18:50:50 18:50:50 ---> free -m: 18:50:50 total used free shared buff/cache available 18:50:50 Mem: 1837 626 122 0 1089 1105 18:50:50 Swap: 1023 0 1023 18:50:50 18:50:50 18:50:50 ---> ip addr: 18:50:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:50:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:50:50 inet 127.0.0.1/8 scope host lo 18:50:50 valid_lft forever preferred_lft forever 18:50:50 6: eth0@if7: mtu 1458 qdisc noqueue state UP 18:50:50 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:50:50 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:50:50 valid_lft forever preferred_lft forever 18:50:50 18:50:50 18:50:50 ---> sar -b -r -n DEV: 18:50:50 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) 18:50:50 18:50:50 18:42:23 LINUX RESTART (4 CPU) 18:50:50 18:50:50 18:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:50:50 18:44:01 87.69 41.95 45.73 0.00 7406.36 4974.32 0.00 18:50:50 18:45:01 1.81 0.00 1.81 0.00 0.00 32.35 0.00 18:50:50 18:46:01 0.17 0.00 0.17 0.00 0.00 1.88 0.00 18:50:50 18:47:01 0.25 0.00 0.25 0.00 0.00 2.66 0.00 18:50:50 18:48:01 0.22 0.00 0.22 0.00 0.00 2.76 0.00 18:50:50 18:49:01 0.33 0.00 0.33 0.00 0.00 4.96 0.00 18:50:50 18:50:01 0.27 0.02 0.25 0.00 0.13 2.43 0.00 18:50:50 Average: 12.97 6.00 6.97 0.00 1058.70 717.76 0.00 18:50:50 18:50:50 18:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:50:50 18:44:01 160388 0 534356 28.40 2620 1184192 1126184 38.43 410012 1149304 0 18:50:50 18:45:01 161820 0 532892 28.32 2620 1184224 1124764 38.39 409392 1149020 8 18:50:50 18:46:01 165512 0 529192 28.13 2620 1184232 1080320 36.87 406556 1148720 16 18:50:50 18:47:01 164536 0 530168 28.18 2620 1184232 1080212 36.87 408064 1148480 20 18:50:50 18:48:01 164212 0 530484 28.19 2620 1184240 1080128 36.86 413100 1143948 12 18:50:50 18:49:01 160068 0 534624 28.41 2620 1184244 1080296 36.87 417360 1143940 8 18:50:50 18:50:01 160780 0 533908 28.38 2620 1184248 1080128 36.86 416476 1143940 8 18:50:50 Average: 162474 0 532232 28.29 2620 1184230 1093147 37.31 411566 1146765 10 18:50:50 18:50:50 18:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:50:50 18:44:01 eth0 441.01 285.21 1075.67 108.22 0.00 0.00 0.00 0.00 18:50:50 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 18:44:01 docker0 6.36 4.51 1.00 18.04 0.00 0.00 0.00 0.00 18:50:50 18:45:01 eth0 1.02 0.22 0.32 0.19 0.00 0.00 0.00 0.00 18:50:50 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 18:46:01 eth0 1.27 0.45 0.33 0.24 0.00 0.00 0.00 0.00 18:50:50 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 18:47:01 eth0 0.55 0.30 0.27 0.20 0.00 0.00 0.00 0.00 18:50:50 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 18:48:01 eth0 0.50 0.08 0.05 0.01 0.00 0.00 0.00 0.00 18:50:50 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 18:49:01 eth0 0.82 0.40 0.41 0.17 0.00 0.00 0.00 0.00 18:50:50 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 18:50:01 eth0 0.10 0.10 0.01 0.10 0.00 0.00 0.00 0.00 18:50:50 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 Average: eth0 63.64 40.99 153.96 15.60 0.00 0.00 0.00 0.00 18:50:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:50 Average: docker0 0.91 0.64 0.14 2.58 0.00 0.00 0.00 0.00 18:50:50 18:50:50 18:50:50 ---> sar -P ALL: 18:50:50 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) 18:50:50 18:50:50 18:42:23 LINUX RESTART (4 CPU) 18:50:50 18:50:50 18:43:01 CPU %user %nice %system %iowait %steal %idle 18:50:50 18:44:01 all 13.24 0.00 6.03 2.58 0.07 78.07 18:50:50 18:44:01 0 13.79 0.00 5.75 0.63 0.07 79.77 18:50:50 18:44:01 1 12.11 0.00 5.80 4.12 0.08 77.88 18:50:50 18:44:01 2 13.76 0.00 5.58 2.82 0.07 77.76 18:50:50 18:44:01 3 13.28 0.00 7.01 2.77 0.07 76.87 18:50:50 18:45:01 all 0.18 0.00 0.06 0.00 0.03 99.73 18:50:50 18:45:01 0 0.55 0.00 0.03 0.00 0.05 99.37 18:50:50 18:45:01 1 0.03 0.00 0.05 0.00 0.03 99.88 18:50:50 18:45:01 2 0.10 0.00 0.10 0.00 0.02 99.78 18:50:50 18:45:01 3 0.03 0.00 0.05 0.00 0.02 99.90 18:50:50 18:46:01 all 0.13 0.00 0.04 0.00 0.00 99.83 18:50:50 18:46:01 0 0.42 0.00 0.05 0.00 0.00 99.53 18:50:50 18:46:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:50:50 18:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:50:50 18:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:50:50 18:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:50:50 18:47:01 0 0.50 0.00 0.03 0.00 0.00 99.47 18:50:50 18:47:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:50:50 18:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:50:50 18:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:50:50 18:48:01 all 0.15 0.00 0.05 0.00 0.00 99.80 18:50:50 18:48:01 0 0.52 0.00 0.02 0.00 0.00 99.47 18:50:50 18:48:01 1 0.02 0.00 0.05 0.00 0.00 99.93 18:50:50 18:48:01 2 0.05 0.00 0.02 0.00 0.00 99.93 18:50:50 18:48:01 3 0.02 0.00 0.10 0.00 0.00 99.88 18:50:50 18:49:01 all 0.18 0.00 0.04 0.00 0.00 99.77 18:50:50 18:49:01 0 0.58 0.00 0.02 0.00 0.00 99.40 18:50:50 18:49:01 1 0.08 0.00 0.05 0.00 0.02 99.85 18:50:50 18:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:50:50 18:49:01 3 0.05 0.00 0.07 0.00 0.00 99.88 18:50:50 18:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 18:50:50 18:50:01 0 0.23 0.00 0.03 0.02 0.00 99.72 18:50:50 18:50:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:50:50 18:50:01 2 0.15 0.00 0.02 0.00 0.00 99.83 18:50:50 18:50:01 3 0.20 0.00 0.02 0.00 0.00 99.78 18:50:50 Average: all 2.00 0.00 0.89 0.36 0.01 96.73 18:50:50 Average: 0 2.35 0.00 0.84 0.09 0.02 96.71 18:50:50 Average: 1 1.75 0.00 0.86 0.58 0.02 96.79 18:50:50 Average: 2 2.00 0.00 0.82 0.40 0.01 96.77 18:50:50 Average: 3 1.92 0.00 1.02 0.39 0.01 96.65 18:50:50 18:50:50 18:50:50