Pull request #637 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 762e9b5c41d84798c79dcb111782135a2a2bdeab+6cec193abf44cabffe02bbcaff9748adb3f719d5 (6dca68e6e3f40a75fa38ae6e9d8896532903142b) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8096 in /w/workspace/dgexfoundry_device-sdk-go_PR-637 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-637 # 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 --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/637/head:refs/remotes/origin/PR-637 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit 762e9b5c41d84798c79dcb111782135a2a2bdeab > git config core.sparsecheckout # timeout=10 > git checkout -f 762e9b5c41d84798c79dcb111782135a2a2bdeab # 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 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 Merge succeeded, producing 762e9b5c41d84798c79dcb111782135a2a2bdeab Checking out Revision 762e9b5c41d84798c79dcb111782135a2a2bdeab (PR-637) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 762e9b5c41d84798c79dcb111782135a2a2bdeab # timeout=10 Commit message: "test/docs(sdk): update README and add unit tests" First time build. Skipping changelog. > git rev-list --no-walk ccff8c642bafe7521311748e85e7e23ba0ae787c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:55:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:55:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:55:09 ========================================================= 01:55:09 EdgeX Global Pipelines Version Info 01:55:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:55:11 ------------------- 01:55:11 stable info: 01:55:11 ------------------- 01:55:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:55:11 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 01:55:11 Message: update stable to v1.0.144 01:55:12 ------------------- 01:55:12 experimental info: 01:55:12 ------------------- 01:55:12 Commited By: **** collab-it+edgex@linuxfoundation.org 01:55:12 Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 01:55:12 Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 01:55:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 01:55:12 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 01:55:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-637 [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-637 [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-637 [Pipeline] echo 01:55:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 762e9b5c41d84798c79dcb111782135a2a2bdeab [Pipeline] echo 01:55:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 762e9b5 [Pipeline] echo 01:55:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:55:16 + git log --format=format:%s -1 762e9b5c41d84798c79dcb111782135a2a2bdeab [Pipeline] echo 01:55:16 GIT_COMMIT: 762e9b5c41d84798c79dcb111782135a2a2bdeab, Commit Message: test/docs(sdk): update README and add unit tests [Pipeline] echo 01:55:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:55:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:55:18 01:55:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:55:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:55:18 latest: Pulling from edgex-devops/git-semver 01:55:18 31603596830f: Pulling fs layer 01:55:18 2a8b12db71e7: Pulling fs layer 01:55:18 6ca5941a6612: Pulling fs layer 01:55:18 ecc8261a40a4: Pulling fs layer 01:55:18 ecc8261a40a4: Waiting 01:55:18 2a8b12db71e7: Verifying Checksum 01:55:18 2a8b12db71e7: Download complete 01:55:19 31603596830f: Verifying Checksum 01:55:19 31603596830f: Download complete 01:55:19 ecc8261a40a4: Verifying Checksum 01:55:19 ecc8261a40a4: Download complete 01:55:19 31603596830f: Pull complete 01:55:19 2a8b12db71e7: Pull complete 01:55:19 6ca5941a6612: Verifying Checksum 01:55:19 6ca5941a6612: Download complete 01:55:20 6ca5941a6612: Pull complete 01:55:20 ecc8261a40a4: Pull complete 01:55:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:55:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:55:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:55:20 prd-centos7-docker-4c-2g-8096 does not seem to be running inside a container 01:55:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-637 -v /w/workspace/dgexfoundry_device-sdk-go_PR-637:/w/workspace/dgexfoundry_device-sdk-go_PR-637:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-637@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:55:23 $ docker top 5572485bd172e37614a66fd9d26bbf41778b1d4667d6347a034ea146e7a9590d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:55:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:55:23 [ssh-agent] Looking for ssh-agent implementation... 01:55:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:55:23 $ docker exec 5572485bd172e37614a66fd9d26bbf41778b1d4667d6347a034ea146e7a9590d ssh-agent 01:55:23 SSH_AUTH_SOCK=/tmp/ssh-ZWaSsl0QXeva/agent.11 01:55:23 SSH_AGENT_PID=16 01:55:23 Running ssh-add (command line suppressed) 01:55:23 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp/private_key_5562552462373328435.key (/w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp/private_key_5562552462373328435.key) 01:55:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:55:24 + git tag --points-at HEAD [Pipeline] } 01:55:24 $ docker exec --env ******** --env ******** 5572485bd172e37614a66fd9d26bbf41778b1d4667d6347a034ea146e7a9590d ssh-agent -k 01:55:24 unset SSH_AUTH_SOCK; 01:55:24 unset SSH_AGENT_PID; 01:55:24 echo Agent pid 16 killed; 01:55:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:55:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:55:24 [ssh-agent] Looking for ssh-agent implementation... 01:55:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:55:24 $ docker exec 5572485bd172e37614a66fd9d26bbf41778b1d4667d6347a034ea146e7a9590d ssh-agent 01:55:24 SSH_AUTH_SOCK=/tmp/ssh-HpfrGfQYGEY1/agent.44 01:55:24 SSH_AGENT_PID=50 01:55:24 Running ssh-add (command line suppressed) 01:55:25 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp/private_key_120112143143984692.key (/w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp/private_key_120112143143984692.key) 01:55:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:55:25 + git semver init 01:55:25 # -> Open(): unable to determine branch for HEAD 01:55:25 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-637/.git 01:55:25 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-637 01:55:25 # $SEMVER_REMOTE_NAME = origin 01:55:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:55:25 # $SEMVER_USER_NAME = edgex-jenkins 01:55:25 # $SEMVER_BRANCH = PR-637 01:55:25 # $SEMVER_TEMP = /tmp/semver-044289564 01:55:25 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 01:55:26 # '/tmp/semver-044289564' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-637/.semver' 01:55:26 # -> Force: false 01:55:26 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-637/.semver [Pipeline] } 01:55:26 $ docker exec --env ******** --env ******** 5572485bd172e37614a66fd9d26bbf41778b1d4667d6347a034ea146e7a9590d ssh-agent -k 01:55:26 unset SSH_AUTH_SOCK; 01:55:26 unset SSH_AGENT_PID; 01:55:26 echo Agent pid 50 killed; 01:55:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:55:26 + git semver [Pipeline] } 01:55:26 $ docker stop --time=1 5572485bd172e37614a66fd9d26bbf41778b1d4667d6347a034ea146e7a9590d 01:55:28 $ docker rm -f 5572485bd172e37614a66fd9d26bbf41778b1d4667d6347a034ea146e7a9590d [Pipeline] // withDockerContainer [Pipeline] sh 01:55:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:55:29 Stashed 1 file(s) [Pipeline] echo 01:55:29 [edgeXSemver]: initialized semver on 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 01:55:44 Still waiting to schedule task 01:55:44 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:55:44 Still waiting to schedule task 01:55:44 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 01:57:24 Running on prd-centos7-docker-4c-2g-8097 in /w/workspace/dgexfoundry_device-sdk-go_PR-637 [Pipeline] { [Pipeline] ws 01:57:24 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 01:57:27 using credential edgex-jenkins-ssh 01:57:27 Cloning the remote Git repository 01:57:27 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 01:57:27 > git init /w/workspace/device-sdk-go/2 # timeout=10 01:57:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:57:27 > git --version # timeout=10 01:57:27 > git --version # 'git version 2.16.5' 01:57:27 using GIT_SSH to set credentials SSH Credentials for GitHub 01:57:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:57:28 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:57:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:57:28 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:57:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:57:28 using GIT_SSH to set credentials SSH Credentials for GitHub 01:57:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/637/head:refs/remotes/origin/PR-637 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:57:28 Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit 762e9b5c41d84798c79dcb111782135a2a2bdeab 01:57:28 Merge succeeded, producing 762e9b5c41d84798c79dcb111782135a2a2bdeab 01:57:28 Checking out Revision 762e9b5c41d84798c79dcb111782135a2a2bdeab (PR-637) 01:57:28 > git config core.sparsecheckout # timeout=10 01:57:28 > git checkout -f 762e9b5c41d84798c79dcb111782135a2a2bdeab # timeout=10 01:57:28 > git remote # timeout=10 01:57:28 > git config --get remote.origin.url # timeout=10 01:57:28 using GIT_SSH to set credentials SSH Credentials for GitHub 01:57:28 > git merge 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 01:57:28 > git rev-parse HEAD^{commit} # timeout=10 01:57:28 > git config core.sparsecheckout # timeout=10 01:57:28 > git checkout -f 762e9b5c41d84798c79dcb111782135a2a2bdeab # timeout=10 01:57:32 Commit message: "test/docs(sdk): update README and add unit tests" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:57:33 ========================================================= 01:57:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:57:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:57:33 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 01:57:34 Sending build context to Docker daemon 2.338MB 01:57:34 Step 1/8 : ARG BASE=golang:1.15-alpine 01:57:34 Step 2/8 : FROM ${BASE} 01:57:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:57:34 df20fa9351a1: Pulling fs layer 01:57:34 ed8968b2872e: Pulling fs layer 01:57:34 a92cc7c5fd73: Pulling fs layer 01:57:34 e871e8e8d7a9: Pulling fs layer 01:57:34 e73272ec9a57: Pulling fs layer 01:57:34 1e910a182e73: Pulling fs layer 01:57:34 4e634b169226: Pulling fs layer 01:57:34 e871e8e8d7a9: Waiting 01:57:34 e73272ec9a57: Waiting 01:57:34 1e910a182e73: Waiting 01:57:34 a92cc7c5fd73: Verifying Checksum 01:57:34 a92cc7c5fd73: Download complete 01:57:34 ed8968b2872e: Verifying Checksum 01:57:34 ed8968b2872e: Download complete 01:57:34 e73272ec9a57: Verifying Checksum 01:57:34 e73272ec9a57: Download complete 01:57:35 1e910a182e73: Verifying Checksum 01:57:35 1e910a182e73: Download complete 01:57:35 df20fa9351a1: Verifying Checksum 01:57:35 df20fa9351a1: Download complete 01:57:35 df20fa9351a1: Pull complete 01:57:35 ed8968b2872e: Pull complete 01:57:35 a92cc7c5fd73: Pull complete 01:57:37 4e634b169226: Verifying Checksum 01:57:37 4e634b169226: Download complete 01:57:37 e871e8e8d7a9: Verifying Checksum 01:57:37 e871e8e8d7a9: Download complete 01:57:43 e871e8e8d7a9: Pull complete 01:57:43 e73272ec9a57: Pull complete 01:57:43 1e910a182e73: Pull complete 01:57:47 4e634b169226: Pull complete 01:57:47 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 01:57:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:57:47 ---> f7629b54cfaa 01:57:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:57:47 ---> Running in e063f1b6e325 01:57:47 Removing intermediate container e063f1b6e325 01:57:47 ---> 9b2ea9f32323 01:57:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:57:47 ---> Running in b8e1301769c2 01:57:49 Removing intermediate container b8e1301769c2 01:57:49 ---> bf88faf72c09 01:57:49 Step 5/8 : RUN apk add --no-cache make git 01:57:49 ---> Running in edfbd801e1b6 01:57:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:57:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:57:51 OK: 166 MiB in 39 packages 01:57:51 Removing intermediate container edfbd801e1b6 01:57:51 ---> 9aaa89f986fe 01:57:51 Step 6/8 : WORKDIR /device-sdk-go 01:57:51 ---> Running in 1be950d7b30b 01:57:51 Removing intermediate container 1be950d7b30b 01:57:51 ---> 52477e6dfb03 01:57:51 Step 7/8 : COPY . . 01:57:53 ---> 908ad1744181 01:57:53 Step 8/8 : RUN go mod download 01:57:53 ---> Running in 0a56662a8925 01:58:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8098 in /w/workspace/dgexfoundry_device-sdk-go_PR-637 [Pipeline] { [Pipeline] ws 01:58:10 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 01:58:11 Removing intermediate container 0a56662a8925 01:58:11 ---> ddfae112ec6d 01:58:11 Successfully built ddfae112ec6d 01:58:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:58:11 + docker inspect -f . ci-base-image-x86_64 01:58:11 . [Pipeline] withDockerContainer 01:58:11 prd-centos7-docker-4c-2g-8097 does not seem to be running inside a container 01:58:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:58:12 $ docker top 80fb675bd73d05ff12ca8079df41e08323636ac9d2c5f1c46a49e7a03196b380 -eo pid,comm [Pipeline] { [Pipeline] sh 01:58:13 + go version 01:58:13 go version go1.15.2 linux/amd64 [Pipeline] } 01:58:13 $ docker stop --time=1 80fb675bd73d05ff12ca8079df41e08323636ac9d2c5f1c46a49e7a03196b380 01:58:14 $ docker rm -f 80fb675bd73d05ff12ca8079df41e08323636ac9d2c5f1c46a49e7a03196b380 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:58:15 + docker inspect -f . ci-base-image-x86_64 01:58:15 . [Pipeline] withDockerContainer 01:58:15 prd-centos7-docker-4c-2g-8097 does not seem to be running inside a container 01:58:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:58:16 using credential edgex-jenkins-ssh 01:58:16 Cloning the remote Git repository 01:58:16 $ docker top 6d06736b5087c36e4ddd2d4f6ed917762ce39fe5e5cf482c1bcd278f3656ac1a -eo pid,comm [Pipeline] { [Pipeline] sh 01:58:16 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 01:58:16 > git init /w/workspace/device-sdk-go/2 # timeout=10 01:58:16 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:58:16 > git --version # timeout=10 01:58:16 > git --version # 'git version 2.17.1' 01:58:16 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:58:17 + make test 01:58:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:58:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:58:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:58:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:58:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:58:17 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/637/head:refs/remotes/origin/PR-637 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:58:18 Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit 762e9b5c41d84798c79dcb111782135a2a2bdeab 01:58:18 Merge succeeded, producing 762e9b5c41d84798c79dcb111782135a2a2bdeab 01:58:18 Checking out Revision 762e9b5c41d84798c79dcb111782135a2a2bdeab (PR-637) 01:58:18 > git config core.sparsecheckout # timeout=10 01:58:18 > git checkout -f 762e9b5c41d84798c79dcb111782135a2a2bdeab # timeout=10 01:58:18 > git remote # timeout=10 01:58:18 > git config --get remote.origin.url # timeout=10 01:58:18 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:18 > git merge 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 01:58:18 > git rev-parse HEAD^{commit} # timeout=10 01:58:18 > git config core.sparsecheckout # timeout=10 01:58:18 > git checkout -f 762e9b5c41d84798c79dcb111782135a2a2bdeab # timeout=10 01:58:23 Commit message: "test/docs(sdk): update README and add unit tests" [Pipeline] withEnv [Pipeline] { 01:58:23 ? github.com/edgexfoundry/device-sdk-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:58:24 ========================================================= 01:58:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:58:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:58:25 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 01:58:26 Sending build context to Docker daemon 2.34MB 01:58:26 Step 1/8 : ARG BASE=golang:1.15-alpine 01:58:26 Step 2/8 : FROM ${BASE} 01:58:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:58:26 b538f80385f9: Pulling fs layer 01:58:26 74f711af9a0d: Pulling fs layer 01:58:26 99f96fe45779: Pulling fs layer 01:58:26 8529a6b9a6be: Pulling fs layer 01:58:26 45590311c82a: Pulling fs layer 01:58:26 69ca0ff8b7b3: Pulling fs layer 01:58:26 209524e5b208: Pulling fs layer 01:58:26 8529a6b9a6be: Waiting 01:58:26 45590311c82a: Waiting 01:58:26 69ca0ff8b7b3: Waiting 01:58:26 209524e5b208: Waiting 01:58:26 99f96fe45779: Download complete 01:58:26 74f711af9a0d: Download complete 01:58:26 45590311c82a: Verifying Checksum 01:58:26 45590311c82a: Download complete 01:58:26 69ca0ff8b7b3: Verifying Checksum 01:58:26 69ca0ff8b7b3: Download complete 01:58:26 b538f80385f9: Download complete 01:58:27 b538f80385f9: Pull complete 01:58:27 74f711af9a0d: Pull complete 01:58:28 99f96fe45779: Pull complete 01:58:29 209524e5b208: Verifying Checksum 01:58:29 209524e5b208: Download complete 01:58:29 8529a6b9a6be: Verifying Checksum 01:58:29 8529a6b9a6be: Download complete 01:58:38 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 01:58:38 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 01:58:38 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 01:58:38 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.051s coverage: 21.6% of statements 01:58:39 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.461s coverage: 97.1% of statements 01:58:40 8529a6b9a6be: Pull complete 01:58:40 45590311c82a: Pull complete 01:58:40 69ca0ff8b7b3: Pull complete 01:58:44 209524e5b208: Pull complete 01:58:44 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 01:58:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:58:44 ---> 5bddaf1c2fca 01:58:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:58:47 ---> Running in dff1bb871331 01:58:47 Removing intermediate container dff1bb871331 01:58:47 ---> 4b67d4ad4b6b 01:58:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:58:47 ---> Running in 3979d139bd9a 01:58:50 Removing intermediate container 3979d139bd9a 01:58:50 ---> 39d94431baba 01:58:50 Step 5/8 : RUN apk add --no-cache make git 01:58:50 ---> Running in 26118293da99 01:58:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:58:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:58:54 OK: 142 MiB in 39 packages 01:58:55 Removing intermediate container 26118293da99 01:58:55 ---> 4835578d428c 01:58:55 Step 6/8 : WORKDIR /device-sdk-go 01:58:55 ---> Running in 0b27f8ea5ee3 01:58:55 Removing intermediate container 0b27f8ea5ee3 01:58:55 ---> eb16173a4536 01:58:55 Step 7/8 : COPY . . 01:58:57 ---> ed26d8cf657a 01:58:57 Step 8/8 : RUN go mod download 01:58:57 ---> Running in fa9221bc4c91 01:59:11 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.072s coverage: 9.4% of statements 01:59:11 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.061s coverage: 21.9% of statements 01:59:11 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 01:59:11 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.246s coverage: 42.6% of statements 01:59:11 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 01:59:11 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.286s coverage: 68.9% of statements 01:59:11 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 01:59:11 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 01:59:11 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 01:59:11 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 01:59:11 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.092s coverage: 52.6% of statements 01:59:11 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 01:59:11 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 01:59:11 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 01:59:11 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.360s coverage: 68.9% of statements 01:59:11 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.055s coverage: 4.7% of statements 01:59:11 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 01:59:11 GO111MODULE=on go vet ./... 01:59:19 Removing intermediate container fa9221bc4c91 01:59:19 ---> 3ea07a50ade6 01:59:19 Successfully built 3ea07a50ade6 01:59:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:59:19 gofmt -l . 01:59:19 [ "`gofmt -l .`" = "" ] 01:59:19 ./bin/test-attribution-txt.sh 01:59:19 ./bin/test-go-mod-tidy.sh 01:59:19 + docker inspect -f . ci-base-image-arm64 01:59:19 . [Pipeline] withDockerContainer 01:59:20 prd-ubuntu18.04-docker-arm64-4c-16g-8098 does not seem to be running inside a container 01:59:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:59:22 $ docker top f3996e8187c48affcc55f53f252623797ad69a1da16df8d66abc05dfa924a275 -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh 01:59:22 Stashed 1 file(s) [Pipeline] } 01:59:22 $ docker stop --time=1 6d06736b5087c36e4ddd2d4f6ed917762ce39fe5e5cf482c1bcd278f3656ac1a 01:59:23 + go version 01:59:23 go version go1.15.2 linux/arm64 01:59:24 $ docker rm -f 6d06736b5087c36e4ddd2d4f6ed917762ce39fe5e5cf482c1bcd278f3656ac1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 01:59:25 $ docker stop --time=1 f3996e8187c48affcc55f53f252623797ad69a1da16df8d66abc05dfa924a275 01:59:27 $ docker rm -f f3996e8187c48affcc55f53f252623797ad69a1da16df8d66abc05dfa924a275 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:59:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:59:30 + docker inspect -f . ci-base-image-arm64 01:59:30 . [Pipeline] withDockerContainer 01:59:30 + ls -al . 01:59:30 total 208 01:59:30 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 22 01:59 . 01:59:30 drwxrwxr-x. 4 jenkins jenkins 28 Oct 22 01:57 .. 01:59:30 drwxrwxr-x. 2 jenkins jenkins 64 Oct 22 01:57 bin 01:59:30 -rw-r--r--. 1 jenkins jenkins 127611 Oct 22 01:59 coverage.out 01:59:30 -rw-rw-r--. 1 jenkins jenkins 936 Oct 22 01:57 Dockerfile.build 01:59:30 -rw-rw-r--. 1 jenkins jenkins 140 Oct 22 01:57 .dockerignore 01:59:30 drwxrwxr-x. 4 jenkins jenkins 48 Oct 22 01:57 example 01:59:30 drwxrwxr-x. 8 jenkins jenkins 179 Oct 22 01:57 .git 01:59:30 drwxrwxr-x. 2 jenkins jenkins 60 Oct 22 01:57 .github 01:59:30 -rw-rw-r--. 1 jenkins jenkins 138 Oct 22 01:57 .gitignore 01:59:30 -rw-r--r--. 1 jenkins jenkins 517 Oct 22 01:59 go.mod 01:59:30 -rw-r--r--. 1 jenkins jenkins 13737 Oct 22 01:59 go.sum 01:59:30 drwxrwxr-x. 15 jenkins jenkins 211 Oct 22 01:57 internal 01:59:30 -rw-rw-r--. 1 jenkins jenkins 901 Oct 22 01:57 Jenkinsfile 01:59:30 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 22 01:57 LICENSE 01:59:30 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 22 01:57 Makefile 01:59:30 drwxrwxr-x. 4 jenkins jenkins 26 Oct 22 01:57 openapi 01:59:30 drwxrwxr-x. 5 jenkins jenkins 50 Oct 22 01:57 pkg 01:59:30 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 22 01:57 README.md 01:59:30 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 22 01:57 RELEASE-NOTES.txt 01:59:30 drwxrwxr-x. 4 jenkins jenkins 54 Oct 22 01:57 snap 01:59:30 -rw-rw-r--. 1 jenkins jenkins 5 Oct 22 01:55 VERSION 01:59:30 -rw-rw-r--. 1 jenkins jenkins 222 Oct 22 01:57 version.go 01:59:30 prd-ubuntu18.04-docker-arm64-4c-16g-8098 does not seem to be running inside a container 01:59:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:59:32 $ docker top 848ea856d41cefa900d79b160db0d1b7cb1dcca8621319cdf29fc0c23760fcf3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 01:59:33 + 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=762e9b5c41d84798c79dcb111782135a2a2bdeab --label arch=amd64 --label version=0.0.0 . 01:59:33 Sending build context to Docker daemon 2.466MB 01:59:33 Step 1/24 : ARG BASE=golang:1.15-alpine 01:59:33 Step 2/24 : FROM ${BASE} AS builder 01:59:33 ---> ddfae112ec6d 01:59:33 Step 3/24 : ARG MAKE='make build' 01:59:34 + make test 01:59:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:59:34 ---> Running in 2dc0d4e9bad5 01:59:34 Removing intermediate container 2dc0d4e9bad5 01:59:34 ---> 7085ab4b37f4 01:59:34 Step 4/24 : WORKDIR /device-sdk-go 01:59:34 ---> Running in 4ff4a56c3bed 01:59:34 Removing intermediate container 4ff4a56c3bed 01:59:34 ---> c7fd6771a079 01:59:34 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:59:34 ---> Running in acc880b0f526 01:59:34 Removing intermediate container acc880b0f526 01:59:34 ---> ebe930373803 01:59:34 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:59:34 ---> Running in 16b2e5f6d9f2 01:59:35 Removing intermediate container 16b2e5f6d9f2 01:59:35 ---> 5a8b8c97457c 01:59:35 Step 7/24 : RUN apk add --update --no-cache make git 01:59:35 ---> Running in f05bfbc8b0e6 01:59:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:59:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:59:37 OK: 166 MiB in 39 packages 01:59:38 Removing intermediate container f05bfbc8b0e6 01:59:38 ---> 692db0cadcba 01:59:38 Step 8/24 : COPY . . 01:59:39 ---> a0a4b9a2247a 01:59:39 Step 9/24 : RUN ${MAKE} 01:59:39 ---> Running in b0bf5cd07555 01:59:39 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 01:59:47 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 01:59:49 Removing intermediate container b0bf5cd07555 01:59:49 ---> d7ddb782c7e0 01:59:49 Step 10/24 : FROM scratch 01:59:49 ---> 01:59:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:59:49 ---> Running in 144bcc9a7546 01:59:49 Removing intermediate container 144bcc9a7546 01:59:49 ---> 077c55b7f03b 01:59:49 Step 12/24 : ENV APP_PORT=49990 01:59:49 ---> Running in 6be01f2564eb 01:59:50 Removing intermediate container 6be01f2564eb 01:59:50 ---> ba3cfdf3a764 01:59:50 Step 13/24 : EXPOSE $APP_PORT 01:59:50 ---> Running in b3337fd59764 01:59:50 Removing intermediate container b3337fd59764 01:59:50 ---> 0324d9d2db7b 01:59:50 Step 14/24 : WORKDIR / 01:59:50 ---> Running in d7c744153363 01:59:50 Removing intermediate container d7c744153363 01:59:50 ---> 645d8168bef2 01:59:50 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 01:59:51 ---> 519f477d57aa 01:59:51 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 01:59:51 ---> c063320c13be 01:59:51 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 01:59:51 ---> 8181702335a6 01:59:51 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 01:59:51 ---> eb1bcbe49659 01:59:51 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 01:59:51 ---> 54f482d0705c 01:59:51 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 01:59:52 ---> Running in 508815d6f935 01:59:52 Removing intermediate container 508815d6f935 01:59:52 ---> 984a08a2cc5d 01:59:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:59:52 ---> Running in 51bd0c5b45b4 01:59:52 Removing intermediate container 51bd0c5b45b4 01:59:52 ---> 512018256068 01:59:52 Step 22/24 : LABEL arch=amd64 01:59:52 ---> Running in 7db68bbfa31b 01:59:52 Removing intermediate container 7db68bbfa31b 01:59:52 ---> 168d8dd1f28d 01:59:52 Step 23/24 : LABEL git_sha=762e9b5c41d84798c79dcb111782135a2a2bdeab 01:59:52 ---> Running in b728cccb0e6e 01:59:52 Removing intermediate container b728cccb0e6e 01:59:52 ---> bcdd8f433dd1 01:59:52 Step 24/24 : LABEL version=0.0.0 01:59:52 ---> Running in 6473bf9a3c5c 01:59:53 Removing intermediate container 6473bf9a3c5c 01:59:53 ---> 9aed737f76aa 01:59:53 [Warning] One or more build-args [ARCH] were not consumed 01:59:53 Successfully built 9aed737f76aa 01:59:53 Successfully tagged docker-device-sdk-simple:latest [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] } 01:59:56 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:00:35 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:00:35 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:00:35 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:00:35 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.145s coverage: 21.6% of statements 02:00:39 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.148s coverage: 97.1% of statements 02:01:06 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.142s coverage: 9.4% of statements 02:01:06 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.123s coverage: 21.9% of statements 02:01:06 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:01:06 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.571s coverage: 42.6% of statements 02:01:06 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:01:06 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.786s coverage: 68.9% of statements 02:01:06 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:01:06 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:01:06 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:01:06 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:01:06 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.202s coverage: 52.6% of statements 02:01:06 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 02:01:06 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:01:06 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:01:06 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.954s coverage: 68.9% of statements 02:01:06 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.138s coverage: 4.7% of statements 02:01:06 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:01:07 GO111MODULE=on go vet ./... 02:01:40 gofmt -l . 02:01:40 [ "`gofmt -l .`" = "" ] 02:01:40 ./bin/test-attribution-txt.sh 02:01:40 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:01:40 Warning: overwriting stash ‘coverage-report’ 02:01:41 Stashed 1 file(s) [Pipeline] } 02:01:41 $ docker stop --time=1 848ea856d41cefa900d79b160db0d1b7cb1dcca8621319cdf29fc0c23760fcf3 02:01:43 $ docker rm -f 848ea856d41cefa900d79b160db0d1b7cb1dcca8621319cdf29fc0c23760fcf3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:01:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:01:45 + ls -al . 02:01:45 total 244 02:01:45 drwxrwxr-x 10 jenkins jenkins 4096 Oct 22 02:01 . 02:01:45 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 01:58 .. 02:01:45 -rw-rw-r-- 1 jenkins jenkins 140 Oct 22 01:58 .dockerignore 02:01:45 drwxrwxr-x 8 jenkins jenkins 4096 Oct 22 01:58 .git 02:01:45 drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 01:58 .github 02:01:45 -rw-rw-r-- 1 jenkins jenkins 138 Oct 22 01:58 .gitignore 02:01:45 -rw-rw-r-- 1 jenkins jenkins 936 Oct 22 01:58 Dockerfile.build 02:01:45 -rw-rw-r-- 1 jenkins jenkins 901 Oct 22 01:58 Jenkinsfile 02:01:45 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 22 01:58 LICENSE 02:01:45 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 22 01:58 Makefile 02:01:45 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 22 01:58 README.md 02:01:45 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 22 01:58 RELEASE-NOTES.txt 02:01:45 -rw-rw-r-- 1 jenkins jenkins 5 Oct 22 01:55 VERSION 02:01:45 drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 01:58 bin 02:01:45 -rw-r--r-- 1 jenkins jenkins 127611 Oct 22 02:01 coverage.out 02:01:45 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 01:58 example 02:01:45 -rw-r--r-- 1 jenkins jenkins 517 Oct 22 02:01 go.mod 02:01:45 -rw-r--r-- 1 jenkins jenkins 13737 Oct 22 02:01 go.sum 02:01:45 drwxrwxr-x 15 jenkins jenkins 4096 Oct 22 01:58 internal 02:01:45 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 01:58 openapi 02:01:45 drwxrwxr-x 5 jenkins jenkins 4096 Oct 22 01:58 pkg 02:01:45 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 01:58 snap 02:01:45 -rw-rw-r-- 1 jenkins jenkins 222 Oct 22 01:58 version.go [Pipeline] isUnix [Pipeline] sh 02:01:46 + 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=762e9b5c41d84798c79dcb111782135a2a2bdeab --label arch=arm64 --label version=0.0.0 . 02:01:46 Sending build context to Docker daemon 2.468MB 02:01:46 Step 1/24 : ARG BASE=golang:1.15-alpine 02:01:46 Step 2/24 : FROM ${BASE} AS builder 02:01:46 ---> 3ea07a50ade6 02:01:46 Step 3/24 : ARG MAKE='make build' 02:01:46 ---> Running in a5cbd28b879f 02:01:47 Removing intermediate container a5cbd28b879f 02:01:47 ---> b3ef1440ffa8 02:01:47 Step 4/24 : WORKDIR /device-sdk-go 02:01:47 ---> Running in d4c762e3a44f 02:01:47 Removing intermediate container d4c762e3a44f 02:01:47 ---> 06302661e168 02:01:47 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:01:48 ---> Running in bf02105d711b 02:01:48 Removing intermediate container bf02105d711b 02:01:48 ---> 696fb052f55d 02:01:48 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:01:48 ---> Running in 92a1b8679ef5 02:01:51 Removing intermediate container 92a1b8679ef5 02:01:51 ---> 1e6b5d3bf1f1 02:01:51 Step 7/24 : RUN apk add --update --no-cache make git 02:01:51 ---> Running in f1053f990332 02:01:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:01:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:01:53 OK: 142 MiB in 39 packages 02:01:55 Removing intermediate container f1053f990332 02:01:55 ---> 39a67b77ba09 02:01:55 Step 8/24 : COPY . . 02:01:56 ---> 7354f571a131 02:01:56 Step 9/24 : RUN ${MAKE} 02:01:56 ---> Running in a1843bae886a 02:01:58 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 02:02:24 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:02:24 Removing intermediate container a1843bae886a 02:02:24 ---> 16abdedae9b7 02:02:24 Step 10/24 : FROM scratch 02:02:24 ---> 02:02:24 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:02:25 ---> Running in 69ce6feae0e8 02:02:25 Removing intermediate container 69ce6feae0e8 02:02:25 ---> 9d2fef1e07ae 02:02:25 Step 12/24 : ENV APP_PORT=49990 02:02:25 ---> Running in e45301e23c0c 02:02:25 Removing intermediate container e45301e23c0c 02:02:25 ---> 16dc4afe07d4 02:02:25 Step 13/24 : EXPOSE $APP_PORT 02:02:26 ---> Running in 43bf07337330 02:02:26 Removing intermediate container 43bf07337330 02:02:26 ---> 1e90485e8a6a 02:02:26 Step 14/24 : WORKDIR / 02:02:26 ---> Running in 719a4703fef5 02:02:27 Removing intermediate container 719a4703fef5 02:02:27 ---> c30b3e1954a0 02:02:27 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:02:28 ---> 1e75caa4301e 02:02:28 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:02:29 ---> 071c5ad17db8 02:02:29 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:02:29 ---> 92b71b5200ea 02:02:29 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:02:30 ---> 06469519036a 02:02:30 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:02:30 ---> 5c3710520f72 02:02:30 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:02:31 ---> Running in 3a4a60782216 02:02:31 Removing intermediate container 3a4a60782216 02:02:31 ---> d53c7057bafa 02:02:31 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:02:31 ---> Running in eb5459c5cf5a 02:02:31 Removing intermediate container eb5459c5cf5a 02:02:31 ---> 04c9da1b2751 02:02:31 Step 22/24 : LABEL arch=arm64 02:02:32 ---> Running in c5fda2683ac1 02:02:32 Removing intermediate container c5fda2683ac1 02:02:32 ---> b03d03d057b2 02:02:32 Step 23/24 : LABEL git_sha=762e9b5c41d84798c79dcb111782135a2a2bdeab 02:02:32 ---> Running in 0ba58f56a0d0 02:02:33 Removing intermediate container 0ba58f56a0d0 02:02:33 ---> 98078cb8294a 02:02:33 Step 24/24 : LABEL version=0.0.0 02:02:33 ---> Running in f9dd121295aa 02:02:33 Removing intermediate container f9dd121295aa 02:02:33 ---> a443736baf80 02:02:33 [Warning] One or more build-args [ARCH] were not consumed 02:02:33 Successfully built a443736baf80 02:02:33 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:02:36 provisioning config files... 02:02:36 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp/config6834302408602285039tmp [Pipeline] { [Pipeline] sh 02:02:36 + set +x 02:02:36 + curl -s https://codecov.io/bash 02:02:36 + bash -s -- 02:02:36 02:02:36 _____ _ 02:02:36 / ____| | | 02:02:36 | | ___ __| | ___ ___ _____ __ 02:02:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:02:36 | |___| (_) | (_| | __/ (_| (_) \ V / 02:02:36 \_____\___/ \__,_|\___|\___\___/ \_/ 02:02:36 Bash-20201009-048fee3 02:02:36 02:02:36 02:02:36 ==> Jenkins CI detected. 02:02:36 project root: . 02:02:36 --> token set from env 02:02:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:02:36 ==> Running gcov in . (disable via -X gcov) 02:02:36 ==> Python coveragepy not found 02:02:36 ==> Searching for coverage reports in: 02:02:36 + . 02:02:36 -> Found 1 reports 02:02:36 ==> Detecting git/mercurial file structure 02:02:36 ==> Reading reports 02:02:36 + ./coverage.out bytes=127611 02:02:36 ==> Appending adjustments 02:02:36 https://docs.codecov.io/docs/fixing-reports 02:02:37 + Found adjustments 02:02:37 ==> Gzipping contents 02:02:37 ==> Uploading reports 02:02:37 url: https://codecov.io 02:02:37 query: branch=PR-637&commit=762e9b5c41d84798c79dcb111782135a2a2bdeab&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-637%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=637&job=&cmd_args= 02:02:37 -> Pinging Codecov 02:02:37 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-637&commit=762e9b5c41d84798c79dcb111782135a2a2bdeab&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-637%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=637&job=&cmd_args= 02:02:37 -> Uploading to 02:02:37 02:02:37 % Total % Received % Xferd Average Speed Time Time Time Current 02:02:37 Dload Upload Total Spent Left Speed 02:02:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 02:02:37 X> Failed to upload 02:02:37 ==> Uploading to Codecov 02:02:37 % Total % Received % Xferd Average Speed Time Time Time Current 02:02:37 Dload Upload Total Spent Left Speed 02:02:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 20957 0 0 100 20847 0 43125 --:--:-- --:--:-- --:--:-- 43072 100 20957 100 110 100 20847 227 43089 --:--:-- --:--:-- --:--:-- 43072 02:02:38 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/762e9b5c41d84798c79dcb111782135a2a2bdeab [Pipeline] } 02:02:38 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] { (Archive Prep) Stage "Archive Prep" 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 02:02:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:02:41 ---> package-listing.sh 02:02:41 ++ facter osfamily 02:02:41 ++ tr '[:upper:]' '[:lower:]' 02:02:41 + OS_FAMILY=redhat 02:02:41 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-637 02:02:41 + START_PACKAGES=/tmp/packages_start.txt 02:02:41 + END_PACKAGES=/tmp/packages_end.txt 02:02:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:02:41 + PACKAGES=/tmp/packages_start.txt 02:02:41 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-637 ']' 02:02:41 + PACKAGES=/tmp/packages_end.txt 02:02:41 + case "${OS_FAMILY}" in 02:02:41 + rpm -qa 02:02:41 + sort 02:02:45 + '[' -f /tmp/packages_start.txt ']' 02:02:45 + '[' -f /tmp/packages_end.txt ']' 02:02:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:02:45 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-637 ']' 02:02:45 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-637/archives/ 02:02:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-637/archives/ [Pipeline] echo 02:02:45 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-637/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:02:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:02:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:02:46 02:02:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:02:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:02:46 alpine: Pulling from edgex-lftools-log-publisher 02:02:46 df20fa9351a1: Pulling fs layer 02:02:46 36b3adc4ff6f: Pulling fs layer 02:02:46 8ad3a11d3b57: Pulling fs layer 02:02:46 46f8f816bc3b: Pulling fs layer 02:02:46 93b61091891f: Pulling fs layer 02:02:46 93b9cdb0e59b: Pulling fs layer 02:02:46 5e14af77c1be: Pulling fs layer 02:02:46 01666e4c0597: Pulling fs layer 02:02:46 aa168da1d23b: Pulling fs layer 02:02:46 93b9cdb0e59b: Waiting 02:02:46 5e14af77c1be: Waiting 02:02:46 01666e4c0597: Waiting 02:02:46 aa168da1d23b: Waiting 02:02:46 36b3adc4ff6f: Verifying Checksum 02:02:46 36b3adc4ff6f: Download complete 02:02:47 46f8f816bc3b: Verifying Checksum 02:02:47 46f8f816bc3b: Download complete 02:02:47 df20fa9351a1: Verifying Checksum 02:02:47 93b9cdb0e59b: Verifying Checksum 02:02:47 93b9cdb0e59b: Download complete 02:02:47 93b61091891f: Verifying Checksum 02:02:47 93b61091891f: Download complete 02:02:47 5e14af77c1be: Verifying Checksum 02:02:47 5e14af77c1be: Download complete 02:02:47 01666e4c0597: Verifying Checksum 02:02:47 01666e4c0597: Download complete 02:02:47 df20fa9351a1: Pull complete 02:02:47 8ad3a11d3b57: Verifying Checksum 02:02:47 8ad3a11d3b57: Download complete 02:02:47 36b3adc4ff6f: Pull complete 02:02:48 8ad3a11d3b57: Pull complete 02:02:48 46f8f816bc3b: Pull complete 02:02:48 93b61091891f: Pull complete 02:02:48 93b9cdb0e59b: Pull complete 02:02:49 5e14af77c1be: Pull complete 02:02:49 01666e4c0597: Pull complete 02:02:49 aa168da1d23b: Download complete 02:02:56 aa168da1d23b: Pull complete 02:02:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:02:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:02:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:02:56 prd-centos7-docker-4c-2g-8096 does not seem to be running inside a container 02:02:56 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-637/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-637 -v /w/workspace/dgexfoundry_device-sdk-go_PR-637:/w/workspace/dgexfoundry_device-sdk-go_PR-637:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-637@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:03:05 $ docker top 6e2c3c58475cc705f9c91d8126b52356ebcf842218fc199c8ac8863901419ec2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:03:06 + touch /tmp/pre-build-complete [Pipeline] sh 02:03:06 + mkdir -p /var/log/sa [Pipeline] sh 02:03:06 + ls /var/log/sa-host 02:03:06 + sadf -c /var/log/sa-host/sa05 02:03:06 file_magic: OK 02:03:06 HZ: Using current value: 100 02:03:06 file_header: OK 02:03:06 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 02:03:06 Statistics: 02:03:06 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:03:06 File successfully converted to sysstat format version 12.2.1 02:03:06 + sadf -c /var/log/sa-host/sa22 02:03:06 file_magic: OK 02:03:06 HZ: Using current value: 100 02:03:06 file_header: OK 02:03:06 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 02:03:06 Statistics: 02:03:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:03:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:03:07 provisioning config files... 02:03:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp/config1443643055810781135tmp [Pipeline] { [Pipeline] echo 02:03:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:03:07 ---> create-netrc.sh [Pipeline] } 02:03:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:03:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:03:08 ---> python-tools-install.sh [Pipeline] echo 02:03:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:03:08 ---> sudo-logs.sh 02:03:08 Archiving 'sudo' log.. [Pipeline] echo 02:03:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:03:08 ---> job-cost.sh 02:03:08 lf-activate-venv: SKIPPING 02:03:08 INFO: No Stack... 02:03:10 INFO: Retrieving Pricing Info for: v1-standard-2 02:03:10 INFO: Archiving Costs [Pipeline] echo 02:03:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:03:10 ---> logs-deploy.sh 02:03:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-637/2 02:03:10 INFO: archiving workspace using pattern(s): 02:03:12 Archives upload complete. 02:03:12 INFO: archiving logs to Nexus 02:03:13 ---> uname -a: 02:03:13 Linux prd-centos7-docker-4c-2g-8096.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 02:03:13 02:03:13 02:03:13 ---> lscpu: 02:03:13 Architecture: x86_64 02:03:13 CPU op-mode(s): 32-bit, 64-bit 02:03:13 Byte Order: Little Endian 02:03:13 Address sizes: 40 bits physical, 48 bits virtual 02:03:13 CPU(s): 4 02:03:13 On-line CPU(s) list: 0-3 02:03:13 Thread(s) per core: 1 02:03:13 Core(s) per socket: 1 02:03:13 Socket(s): 4 02:03:13 NUMA node(s): 1 02:03:13 Vendor ID: GenuineIntel 02:03:13 CPU family: 6 02:03:13 Model: 44 02:03:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:03:13 Stepping: 1 02:03:13 CPU MHz: 2933.438 02:03:13 BogoMIPS: 5866.87 02:03:13 Virtualization: VT-x 02:03:13 Hypervisor vendor: KVM 02:03:13 Virtualization type: full 02:03:13 L1d cache: 128 KiB 02:03:13 L1i cache: 128 KiB 02:03:13 L2 cache: 16 MiB 02:03:13 L3 cache: 64 MiB 02:03:13 NUMA node0 CPU(s): 0-3 02:03:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:03:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:03:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:03:13 Vulnerability Meltdown: Mitigation; PTI 02:03:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:03:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:03:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:03:13 Vulnerability Tsx async abort: Not affected 02:03:13 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 02:03:13 02:03:13 02:03:13 ---> nproc: 02:03:13 4 02:03:13 02:03:13 02:03:13 ---> df -h: 02:03:13 Filesystem Size Used Available Use% Mounted on 02:03:13 overlay 50.0G 7.2G 42.8G 14% / 02:03:13 tmpfs 64.0M 0 64.0M 0% /dev 02:03:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:03:13 shm 64.0M 0 64.0M 0% /dev/shm 02:03:13 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 02:03:13 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 02:03:13 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 02:03:13 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 02:03:13 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp 02:03:13 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 02:03:13 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 02:03:13 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 02:03:13 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 02:03:13 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-637 02:03:13 02:03:13 02:03:13 ---> free -m: 02:03:13 total used free shared buff/cache available 02:03:13 Mem: 1837 648 108 0 1080 1087 02:03:13 Swap: 1023 1 1022 02:03:13 02:03:13 02:03:13 ---> ip addr: 02:03:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:03:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:03:13 inet 127.0.0.1/8 scope host lo 02:03:13 valid_lft forever preferred_lft forever 02:03:13 inet6 ::1/128 scope host 02:03:13 valid_lft forever preferred_lft forever 02:03:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:03:13 link/ether fa:16:3e:29:c9:06 brd ff:ff:ff:ff:ff:ff 02:03:13 inet 10.30.123.93/23 brd 10.30.123.255 scope global dynamic eth0 02:03:13 valid_lft 85880sec preferred_lft 85880sec 02:03:13 inet6 fe80::f816:3eff:fe29:c906/64 scope link 02:03:13 valid_lft forever preferred_lft forever 02:03:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:03:13 link/ether 02:42:e4:a3:65:59 brd ff:ff:ff:ff:ff:ff 02:03:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:03:13 valid_lft forever preferred_lft forever 02:03:13 inet6 fe80::42:e4ff:fea3:6559/64 scope link 02:03:13 valid_lft forever preferred_lft forever 02:03:13 02:03:13 02:03:13 ---> sar -b -r -n DEV: 02:03:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) 02:03:13 02:03:13 01:54:16 LINUX RESTART (4 CPU) 02:03:13 02:03:13 01:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:03:13 01:56:01 45.56 10.29 35.28 0.00 4366.91 2353.39 0.00 02:03:13 01:57:01 1.90 0.00 1.90 0.00 0.00 41.45 0.00 02:03:13 01:58:01 0.18 0.00 0.18 0.00 0.00 2.43 0.00 02:03:13 01:59:01 0.28 0.00 0.28 0.00 0.00 4.06 0.00 02:03:13 02:00:02 0.20 0.00 0.20 0.00 0.00 2.90 0.00 02:03:13 02:01:01 0.41 0.05 0.36 0.00 0.68 5.06 0.00 02:03:13 02:02:01 0.47 0.10 0.37 0.00 1.73 6.21 0.00 02:03:13 02:03:01 124.08 60.65 63.43 0.00 5914.01 17082.30 0.00 02:03:13 Average: 21.69 8.91 12.78 0.00 1288.73 2443.87 0.00 02:03:13 02:03:13 01:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:03:13 01:56:01 168304 0 544928 28.96 2620 1165704 1100928 37.57 411900 1140596 132 02:03:13 01:57:01 172848 0 540376 28.72 2620 1165712 1077640 36.78 410992 1137772 8 02:03:13 01:58:01 172028 0 541192 28.76 2620 1165716 1077784 36.78 412068 1137772 12 02:03:13 01:59:01 170212 0 543008 28.86 2620 1165716 1077832 36.78 414200 1137132 8 02:03:13 02:00:02 170752 0 542460 28.83 2620 1165724 1077796 36.78 418944 1132056 8 02:03:13 02:01:01 170000 0 543208 28.87 2620 1165728 1080116 36.86 419008 1132056 16 02:03:13 02:02:01 171128 0 541932 28.80 2620 1165876 1078148 36.80 418520 1132132 8 02:03:13 02:03:01 176464 0 637776 33.90 2620 1064696 1273884 43.48 429388 1056012 23608 02:03:13 Average: 171467 0 554360 29.46 2620 1153109 1105516 37.73 416878 1125691 2975 02:03:13 02:03:13 01:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:03:13 01:56:01 eth0 208.71 164.06 498.56 56.61 0.00 0.00 0.00 0.00 02:03:13 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 01:56:01 docker0 11.12 8.91 1.43 19.96 0.00 0.00 0.00 0.00 02:03:13 01:57:01 eth0 0.65 0.02 0.06 0.00 0.00 0.00 0.00 0.00 02:03:13 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 01:58:01 eth0 1.55 0.27 0.37 0.14 0.00 0.00 0.00 0.00 02:03:13 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 01:59:01 eth0 1.42 0.53 0.58 0.42 0.00 0.00 0.00 0.00 02:03:13 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 02:00:02 eth0 0.73 0.50 0.41 0.30 0.00 0.00 0.00 0.00 02:03:13 02:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 02:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 02:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:03:13 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 02:02:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 02:03:13 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 02:03:01 eth0 231.81 183.94 2175.66 20.29 0.00 0.00 0.00 0.00 02:03:13 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 Average: eth0 55.86 43.80 335.37 9.75 0.00 0.00 0.00 0.00 02:03:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:13 Average: docker0 1.39 1.12 0.18 2.50 0.00 0.00 0.00 0.00 02:03:13 02:03:13 02:03:13 ---> sar -P ALL: 02:03:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) 02:03:13 02:03:13 01:54:16 LINUX RESTART (4 CPU) 02:03:13 02:03:13 01:55:01 CPU %user %nice %system %iowait %steal %idle 02:03:13 01:56:01 all 3.68 0.00 2.09 1.59 0.01 92.62 02:03:13 01:56:01 0 3.67 0.00 3.07 2.41 0.02 90.83 02:03:13 01:56:01 1 3.40 0.00 1.52 0.17 0.00 94.91 02:03:13 01:56:01 2 4.18 0.00 1.94 1.89 0.02 91.97 02:03:13 01:56:01 3 3.47 0.00 1.83 1.91 0.02 92.78 02:03:13 01:57:01 all 0.16 0.00 0.03 0.00 0.00 99.81 02:03:13 01:57:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:03:13 01:57:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:03:13 01:57:01 2 0.07 0.00 0.05 0.00 0.00 99.88 02:03:13 01:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:03:13 01:58:01 all 0.13 0.00 0.05 0.00 0.00 99.82 02:03:13 01:58:01 0 0.08 0.00 0.03 0.00 0.00 99.88 02:03:13 01:58:01 1 0.32 0.00 0.07 0.00 0.00 99.62 02:03:13 01:58:01 2 0.08 0.00 0.07 0.00 0.00 99.85 02:03:13 01:58:01 3 0.05 0.00 0.02 0.00 0.00 99.93 02:03:13 01:59:01 all 0.18 0.00 0.03 0.00 0.00 99.79 02:03:13 01:59:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:03:13 01:59:01 1 0.20 0.00 0.03 0.00 0.02 99.75 02:03:13 01:59:01 2 0.40 0.00 0.03 0.00 0.00 99.57 02:03:13 01:59:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:03:13 02:00:02 all 0.15 0.00 0.05 0.00 0.00 99.79 02:03:13 02:00:02 0 0.03 0.00 0.02 0.00 0.00 99.95 02:03:13 02:00:02 1 0.45 0.00 0.12 0.00 0.00 99.43 02:03:13 02:00:02 2 0.10 0.00 0.05 0.00 0.00 99.85 02:03:13 02:00:02 3 0.03 0.00 0.03 0.00 0.00 99.93 02:03:13 02:01:01 all 0.17 0.00 0.06 0.00 0.00 99.77 02:03:13 02:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:03:13 02:01:01 1 0.07 0.00 0.15 0.00 0.00 99.78 02:03:13 02:01:01 2 0.54 0.00 0.03 0.00 0.00 99.42 02:03:13 02:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:03:13 02:02:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:03:13 02:02:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:03:13 02:02:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:03:13 02:02:01 2 0.53 0.00 0.03 0.00 0.00 99.43 02:03:13 02:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:03:13 02:03:01 all 5.68 0.00 3.66 1.09 0.10 89.46 02:03:13 02:03:01 0 5.41 0.00 3.61 0.18 0.07 90.72 02:03:13 02:03:01 1 4.97 0.00 3.93 1.17 0.13 89.80 02:03:13 02:03:01 2 6.92 0.00 3.57 2.34 0.07 87.11 02:03:13 02:03:01 3 5.43 0.00 3.53 0.67 0.13 90.23 02:03:13 Average: all 1.29 0.00 0.75 0.34 0.01 97.62 02:03:13 Average: 0 1.16 0.00 0.85 0.32 0.01 97.65 02:03:13 Average: 1 1.24 0.00 0.74 0.17 0.02 97.83 02:03:13 Average: 2 1.60 0.00 0.72 0.53 0.01 97.15 02:03:13 Average: 3 1.14 0.00 0.69 0.32 0.02 97.83 02:03:13 02:03:13 02:03:13