Pull request #584 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2c092d27ef67f5e9fc8f25b80adb42344aab04ec+6cec193abf44cabffe02bbcaff9748adb3f719d5 (9225472ac4a2e16f9442c2180e2fe9865f59a98f) 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-6237 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [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-584 # 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 Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit 2c092d27ef67f5e9fc8f25b80adb42344aab04ec Merge succeeded, producing 2c092d27ef67f5e9fc8f25b80adb42344aab04ec Checking out Revision 2c092d27ef67f5e9fc8f25b80adb42344aab04ec (PR-584) > 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/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # 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 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:49:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk cf665ca7c464fb037769b6d006e61db58705184d # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:49:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:49:58 ========================================================= 07:49:58 EdgeX Global Pipelines Version Info 07:49:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:50:00 ------------------- 07:50:00 stable info: 07:50:00 ------------------- 07:50:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:50:00 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:50:00 Message: update stable to v1.0.144 07:50:00 ------------------- 07:50:00 experimental info: 07:50:00 ------------------- 07:50:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:50:00 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:50:00 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:50:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:50:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:50:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:50:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:50:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:50:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:50:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:50:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:50:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:50:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:50:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:50:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:50:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:50:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:50:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:50:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:50:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:50:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:50:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:50:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:50:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo 07:50:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo 07:50:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo 07:50:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2c092d27ef67f5e9fc8f25b80adb42344aab04ec [Pipeline] echo 07:50:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2c092d2 [Pipeline] echo 07:50:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:50:04 + git log --format=format:%s -1 2c092d27ef67f5e9fc8f25b80adb42344aab04ec [Pipeline] echo 07:50:04 GIT_COMMIT: 2c092d27ef67f5e9fc8f25b80adb42344aab04ec, Commit Message: build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0 [Pipeline] echo 07:50:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:50:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:50:05 07:50:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:50:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:50:05 latest: Pulling from edgex-devops/git-semver 07:50:05 31603596830f: Pulling fs layer 07:50:05 2a8b12db71e7: Pulling fs layer 07:50:05 6ca5941a6612: Pulling fs layer 07:50:05 ecc8261a40a4: Pulling fs layer 07:50:05 ecc8261a40a4: Waiting 07:50:05 2a8b12db71e7: Verifying Checksum 07:50:05 2a8b12db71e7: Download complete 07:50:06 31603596830f: Verifying Checksum 07:50:06 31603596830f: Download complete 07:50:06 ecc8261a40a4: Verifying Checksum 07:50:06 ecc8261a40a4: Download complete 07:50:06 6ca5941a6612: Verifying Checksum 07:50:06 6ca5941a6612: Download complete 07:50:06 31603596830f: Pull complete 07:50:06 2a8b12db71e7: Pull complete 07:50:07 6ca5941a6612: Pull complete 07:50:07 ecc8261a40a4: Pull complete 07:50:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:50:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:50:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:50:07 prd-centos7-docker-4c-2g-6237 does not seem to be running inside a container 07:50:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:50:09 $ docker top 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:50:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:50:09 [ssh-agent] Looking for ssh-agent implementation... 07:50:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:50:09 $ docker exec 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b ssh-agent 07:50:10 SSH_AUTH_SOCK=/tmp/ssh-HIOiB66BBmCE/agent.11 07:50:10 SSH_AGENT_PID=16 07:50:10 Running ssh-add (command line suppressed) 07:50:10 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_3937368115428405834.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_3937368115428405834.key) 07:50:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:50:10 + git tag --points-at HEAD [Pipeline] } 07:50:10 $ docker exec --env ******** --env ******** 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b ssh-agent -k 07:50:10 unset SSH_AUTH_SOCK; 07:50:10 unset SSH_AGENT_PID; 07:50:10 echo Agent pid 16 killed; 07:50:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:50:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:50:10 [ssh-agent] Looking for ssh-agent implementation... 07:50:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:50:11 $ docker exec 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b ssh-agent 07:50:11 SSH_AUTH_SOCK=/tmp/ssh-k7kR8f4V9rcd/agent.45 07:50:11 SSH_AGENT_PID=50 07:50:11 Running ssh-add (command line suppressed) 07:50:11 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_4129715840424101587.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_4129715840424101587.key) 07:50:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:50:11 + git semver init 07:50:11 # -> Open(): unable to determine branch for HEAD 07:50:11 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git 07:50:11 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 07:50:11 # $SEMVER_REMOTE_NAME = origin 07:50:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:50:11 # $SEMVER_USER_NAME = edgex-jenkins 07:50:11 # $SEMVER_BRANCH = PR-584 07:50:11 # $SEMVER_TEMP = /tmp/semver-219996653 07:50:11 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:50:12 # '/tmp/semver-219996653' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' 07:50:12 # -> Force: false 07:50:12 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } 07:50:12 $ docker exec --env ******** --env ******** 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b ssh-agent -k 07:50:12 unset SSH_AUTH_SOCK; 07:50:12 unset SSH_AGENT_PID; 07:50:12 echo Agent pid 50 killed; 07:50:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:50:13 + git semver [Pipeline] } 07:50:13 $ docker stop --time=1 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b 07:50:14 $ docker rm -f 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b [Pipeline] // withDockerContainer [Pipeline] sh 07:50:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:50:15 Stashed 1 file(s) [Pipeline] echo 07:50:15 [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 07:50:30 Still waiting to schedule task 07:50:30 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6233’ is offline; ‘prd-centos7-docker-4c-2g-6235’ is offline; ‘prd-centos7-docker-4c-2g-6239’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ 07:50:30 Still waiting to schedule task 07:50:30 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:51:54 Running on prd-centos7-docker-4c-2g-6240 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 07:51:54 Running in /w/workspace/device-sdk-go/29 [Pipeline] { [Pipeline] checkout 07:52:02 using credential edgex-jenkins-ssh 07:52:02 Cloning the remote Git repository 07:52:03 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:52:03 > git init /w/workspace/device-sdk-go/29 # timeout=10 07:52:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:52:03 > git --version # timeout=10 07:52:03 > git --version # 'git version 2.16.5' 07:52:03 using GIT_SSH to set credentials SSH Credentials for GitHub 07:52:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:52:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:52:05 Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit 2c092d27ef67f5e9fc8f25b80adb42344aab04ec 07:52:05 Merge succeeded, producing 2c092d27ef67f5e9fc8f25b80adb42344aab04ec 07:52:05 Checking out Revision 2c092d27ef67f5e9fc8f25b80adb42344aab04ec (PR-584) 07:52:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:52:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:52:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:52:04 using GIT_SSH to set credentials SSH Credentials for GitHub 07:52:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:52:05 > git config core.sparsecheckout # timeout=10 07:52:05 > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 07:52:05 > git remote # timeout=10 07:52:05 > git config --get remote.origin.url # timeout=10 07:52:05 using GIT_SSH to set credentials SSH Credentials for GitHub 07:52:05 > git merge 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 07:52:05 > git rev-parse HEAD^{commit} # timeout=10 07:52:05 > git config core.sparsecheckout # timeout=10 07:52:05 > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 07:52:09 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:52:10 ========================================================= 07:52:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:52:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:52:11 + 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 . 07:52:12 Sending build context to Docker daemon 2.315MB 07:52:12 Step 1/8 : ARG BASE=golang:1.15-alpine 07:52:12 Step 2/8 : FROM ${BASE} 07:52:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:52:12 df20fa9351a1: Pulling fs layer 07:52:12 ed8968b2872e: Pulling fs layer 07:52:12 a92cc7c5fd73: Pulling fs layer 07:52:12 e871e8e8d7a9: Pulling fs layer 07:52:12 e73272ec9a57: Pulling fs layer 07:52:12 1e910a182e73: Pulling fs layer 07:52:12 4e634b169226: Pulling fs layer 07:52:12 e871e8e8d7a9: Waiting 07:52:12 e73272ec9a57: Waiting 07:52:12 1e910a182e73: Waiting 07:52:12 4e634b169226: Waiting 07:52:13 a92cc7c5fd73: Verifying Checksum 07:52:13 a92cc7c5fd73: Download complete 07:52:13 ed8968b2872e: Download complete 07:52:13 e73272ec9a57: Verifying Checksum 07:52:13 e73272ec9a57: Download complete 07:52:13 1e910a182e73: Verifying Checksum 07:52:13 1e910a182e73: Download complete 07:52:14 df20fa9351a1: Download complete 07:52:14 df20fa9351a1: Pull complete 07:52:14 ed8968b2872e: Pull complete 07:52:15 a92cc7c5fd73: Pull complete 07:52:25 4e634b169226: Verifying Checksum 07:52:25 4e634b169226: Download complete 07:52:27 e871e8e8d7a9: Verifying Checksum 07:52:27 e871e8e8d7a9: Download complete 07:52:36 e871e8e8d7a9: Pull complete 07:52:36 e73272ec9a57: Pull complete 07:52:36 1e910a182e73: Pull complete 07:52:43 4e634b169226: Pull complete 07:52:43 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:52:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:52:43 ---> f7629b54cfaa 07:52:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:52:43 ---> Running in 6f3216dc7e05 07:52:43 Removing intermediate container 6f3216dc7e05 07:52:43 ---> bbc0097724d5 07:52:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:52:43 ---> Running in 4d7d3e440062 07:52:45 Removing intermediate container 4d7d3e440062 07:52:45 ---> 70f4329080c2 07:52:45 Step 5/8 : RUN apk add --no-cache make git 07:52:45 ---> Running in 575b9e26b39b 07:52:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:52:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:52:48 OK: 166 MiB in 39 packages 07:52:48 Removing intermediate container 575b9e26b39b 07:52:48 ---> 537ed15fd151 07:52:48 Step 6/8 : WORKDIR /device-sdk-go 07:52:49 ---> Running in e2504ecfc8b2 07:52:49 Removing intermediate container e2504ecfc8b2 07:52:49 ---> 80f0b3d9198f 07:52:49 Step 7/8 : COPY . . 07:52:50 ---> 854d8da53983 07:52:50 Step 8/8 : RUN go mod download 07:52:50 ---> Running in f771994156e9 07:53:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6244 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 07:53:11 Running in /w/workspace/device-sdk-go/29 [Pipeline] { [Pipeline] checkout 07:53:12 Removing intermediate container f771994156e9 07:53:12 ---> a761b956a522 07:53:12 Successfully built a761b956a522 07:53:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:53:13 + docker inspect -f . ci-base-image-x86_64 07:53:13 . [Pipeline] withDockerContainer 07:53:13 prd-centos7-docker-4c-2g-6240 does not seem to be running inside a container 07:53:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/29 -v /w/workspace/device-sdk-go/29:/w/workspace/device-sdk-go/29:rw,z -v /w/workspace/device-sdk-go/29@tmp:/w/workspace/device-sdk-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:53:15 $ docker top 89aca08edbda8445c904c414b788aa3f92c504ef59bac5ffd9453339c6f83050 -eo pid,comm [Pipeline] { [Pipeline] sh 07:53:15 + go version 07:53:15 go version go1.15.2 linux/amd64 [Pipeline] } 07:53:15 $ docker stop --time=1 89aca08edbda8445c904c414b788aa3f92c504ef59bac5ffd9453339c6f83050 07:53:17 $ docker rm -f 89aca08edbda8445c904c414b788aa3f92c504ef59bac5ffd9453339c6f83050 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 07:53:17 using credential edgex-jenkins-ssh [Pipeline] // stage 07:53:17 Cloning the remote Git repository [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:53:18 + docker inspect -f . ci-base-image-x86_64 07:53:18 . [Pipeline] withDockerContainer 07:53:17 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:53:17 > git init /w/workspace/device-sdk-go/29 # timeout=10 07:53:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:53:17 > git --version # timeout=10 07:53:17 > git --version # 'git version 2.17.1' 07:53:17 using GIT_SSH to set credentials SSH Credentials for GitHub 07:53:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:53:18 prd-centos7-docker-4c-2g-6240 does not seem to be running inside a container 07:53:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/29 -v /w/workspace/device-sdk-go/29:/w/workspace/device-sdk-go/29:rw,z -v /w/workspace/device-sdk-go/29@tmp:/w/workspace/device-sdk-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:53:19 $ docker top 9e6fc38131584aa0c7658738ab0e951126c1ed8c22ca5c7a2ce318714d9487d7 -eo pid,comm [Pipeline] { [Pipeline] sh 07:53:19 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:53:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:53:19 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:53:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:53:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:53:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:53:19 + make test 07:53:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:53:19 Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit 2c092d27ef67f5e9fc8f25b80adb42344aab04ec 07:53:20 Merge succeeded, producing 2c092d27ef67f5e9fc8f25b80adb42344aab04ec 07:53:20 Checking out Revision 2c092d27ef67f5e9fc8f25b80adb42344aab04ec (PR-584) 07:53:19 > git config core.sparsecheckout # timeout=10 07:53:19 > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 07:53:20 > git remote # timeout=10 07:53:20 > git config --get remote.origin.url # timeout=10 07:53:20 using GIT_SSH to set credentials SSH Credentials for GitHub 07:53:20 > git merge 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 07:53:20 > git rev-parse HEAD^{commit} # timeout=10 07:53:20 > git config core.sparsecheckout # timeout=10 07:53:20 > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 07:53:25 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:53:26 ========================================================= 07:53:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:53:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:53:27 + 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 . 07:53:28 Sending build context to Docker daemon 2.315MB 07:53:28 Step 1/8 : ARG BASE=golang:1.15-alpine 07:53:28 Step 2/8 : FROM ${BASE} 07:53:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:53:28 b538f80385f9: Pulling fs layer 07:53:28 74f711af9a0d: Pulling fs layer 07:53:28 99f96fe45779: Pulling fs layer 07:53:28 8529a6b9a6be: Pulling fs layer 07:53:28 45590311c82a: Pulling fs layer 07:53:28 69ca0ff8b7b3: Pulling fs layer 07:53:28 209524e5b208: Pulling fs layer 07:53:28 45590311c82a: Waiting 07:53:28 69ca0ff8b7b3: Waiting 07:53:28 209524e5b208: Waiting 07:53:28 8529a6b9a6be: Waiting 07:53:28 99f96fe45779: Verifying Checksum 07:53:28 99f96fe45779: Download complete 07:53:29 74f711af9a0d: Verifying Checksum 07:53:29 74f711af9a0d: Download complete 07:53:29 45590311c82a: Verifying Checksum 07:53:29 45590311c82a: Download complete 07:53:29 69ca0ff8b7b3: Download complete 07:53:29 b538f80385f9: Verifying Checksum 07:53:29 b538f80385f9: Download complete 07:53:30 b538f80385f9: Pull complete 07:53:30 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:53:31 74f711af9a0d: Pull complete 07:53:31 99f96fe45779: Pull complete 07:53:35 209524e5b208: Verifying Checksum 07:53:35 209524e5b208: Download complete 07:53:37 8529a6b9a6be: Verifying Checksum 07:53:37 8529a6b9a6be: Download complete 07:53:47 8529a6b9a6be: Pull complete 07:53:47 45590311c82a: Pull complete 07:53:47 69ca0ff8b7b3: Pull complete 07:53:51 209524e5b208: Pull complete 07:53:51 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:53:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:53:51 ---> 5bddaf1c2fca 07:53:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:53:53 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:53:53 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:53:53 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:53:53 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.094s coverage: 21.6% of statements 07:53:53 ---> Running in 66e85309a8bf 07:53:54 Removing intermediate container 66e85309a8bf 07:53:54 ---> 77473db04c0d 07:53:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:54 ---> Running in 7f2f32f56315 07:53:56 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.701s coverage: 97.1% of statements 07:53:57 Removing intermediate container 7f2f32f56315 07:53:57 ---> 7e7ea3c0a641 07:53:57 Step 5/8 : RUN apk add --no-cache make git 07:53:57 ---> Running in 0a3d259500bf 07:53:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:54:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:54:14 OK: 142 MiB in 39 packages 07:54:14 Removing intermediate container 0a3d259500bf 07:54:14 ---> f6114d6fec2f 07:54:14 Step 6/8 : WORKDIR /device-sdk-go 07:54:14 ---> Running in 7923214180c8 07:54:15 Removing intermediate container 7923214180c8 07:54:15 ---> ca918179bce3 07:54:15 Step 7/8 : COPY . . 07:54:16 ---> b31c406b804c 07:54:16 Step 8/8 : RUN go mod download 07:54:16 ---> Running in a563df99661c 07:54:29 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.080s coverage: 9.4% of statements 07:54:29 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.169s coverage: 21.9% of statements 07:54:29 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:54:29 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.387s coverage: 42.6% of statements 07:54:29 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:54:29 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.549s coverage: 68.9% of statements 07:54:29 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:54:29 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:54:29 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:54:29 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:54:29 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.185s coverage: 52.6% of statements 07:54:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:54:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:54:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:54:29 ok github.com/edgexfoundry/device-sdk-go/pkg/models 3.051s coverage: 68.9% of statements 07:54:29 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:54:29 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:54:29 GO111MODULE=on go vet ./... 07:54:38 Removing intermediate container a563df99661c 07:54:38 ---> ec56a304c5c0 07:54:38 Successfully built ec56a304c5c0 07:54:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:54:39 + docker inspect -f . ci-base-image-arm64 07:54:39 . [Pipeline] withDockerContainer 07:54:39 prd-ubuntu18.04-docker-arm64-4c-16g-6244 does not seem to be running inside a container 07:54:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/29 -v /w/workspace/device-sdk-go/29:/w/workspace/device-sdk-go/29:rw,z -v /w/workspace/device-sdk-go/29@tmp:/w/workspace/device-sdk-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:54:41 $ docker top 724e1f093e9bb89d0bfb18ae2c0de9abb1022cb98144dd448ff61ee86caa7cf3 -eo pid,comm 07:54:42 gofmt -l . 07:54:42 [ "`gofmt -l .`" = "" ] 07:54:42 ./bin/test-attribution-txt.sh 07:54:42 ./bin/test-go-mod-tidy.sh [Pipeline] { [Pipeline] sh [Pipeline] stash 07:54:43 + go version 07:54:43 go version go1.15.2 linux/arm64 07:54:43 Stashed 1 file(s) [Pipeline] } 07:54:43 $ docker stop --time=1 9e6fc38131584aa0c7658738ab0e951126c1ed8c22ca5c7a2ce318714d9487d7 07:54:45 $ docker rm -f 9e6fc38131584aa0c7658738ab0e951126c1ed8c22ca5c7a2ce318714d9487d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 07:54:46 $ docker stop --time=1 724e1f093e9bb89d0bfb18ae2c0de9abb1022cb98144dd448ff61ee86caa7cf3 07:54:48 $ docker rm -f 724e1f093e9bb89d0bfb18ae2c0de9abb1022cb98144dd448ff61ee86caa7cf3 [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 07:54:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:54:50 + docker inspect -f . ci-base-image-arm64 07:54:50 . [Pipeline] withDockerContainer 07:54:50 + ls -al . 07:54:50 total 188 07:54:50 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 07:54 . 07:54:50 drwxrwxr-x. 4 jenkins jenkins 30 Oct 19 07:52 .. 07:54:50 drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 07:52 bin 07:54:50 -rw-r--r--. 1 jenkins jenkins 110398 Oct 19 07:54 coverage.out 07:54:50 -rw-rw-r--. 1 jenkins jenkins 936 Oct 19 07:52 Dockerfile.build 07:54:50 -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 07:52 .dockerignore 07:54:50 drwxrwxr-x. 4 jenkins jenkins 48 Oct 19 07:52 example 07:54:50 drwxrwxr-x. 8 jenkins jenkins 179 Oct 19 07:52 .git 07:54:50 drwxrwxr-x. 2 jenkins jenkins 60 Oct 19 07:52 .github 07:54:50 -rw-rw-r--. 1 jenkins jenkins 138 Oct 19 07:52 .gitignore 07:54:50 -rw-r--r--. 1 jenkins jenkins 517 Oct 19 07:54 go.mod 07:54:50 -rw-r--r--. 1 jenkins jenkins 13822 Oct 19 07:54 go.sum 07:54:50 drwxrwxr-x. 15 jenkins jenkins 211 Oct 19 07:52 internal 07:54:50 -rw-rw-r--. 1 jenkins jenkins 901 Oct 19 07:52 Jenkinsfile 07:54:50 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 07:52 LICENSE 07:54:50 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 19 07:52 Makefile 07:54:50 drwxrwxr-x. 4 jenkins jenkins 26 Oct 19 07:52 openapi 07:54:50 drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 07:52 pkg 07:54:50 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 19 07:52 README.md 07:54:50 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 19 07:52 RELEASE-NOTES.txt 07:54:50 drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 07:52 snap 07:54:50 -rw-rw-r--. 1 jenkins jenkins 5 Oct 19 07:50 VERSION 07:54:50 -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 07:52 version.go 07:54:50 prd-ubuntu18.04-docker-arm64-4c-16g-6244 does not seem to be running inside a container 07:54:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/29 -v /w/workspace/device-sdk-go/29:/w/workspace/device-sdk-go/29:rw,z -v /w/workspace/device-sdk-go/29@tmp:/w/workspace/device-sdk-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:54:52 $ docker top 62ca14a168310e33dc66d35d7cbe875575637f1d222faf17b846c800e11d49b0 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 07:54:53 + 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=2c092d27ef67f5e9fc8f25b80adb42344aab04ec --label arch=amd64 --label version=0.0.0 . 07:54:53 Sending build context to Docker daemon 2.426MB 07:54:53 Step 1/24 : ARG BASE=golang:1.15-alpine 07:54:53 Step 2/24 : FROM ${BASE} AS builder 07:54:53 ---> a761b956a522 07:54:53 Step 3/24 : ARG MAKE='make build' 07:54:53 + make test 07:54:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:54:54 ---> Running in 54807c140fd1 07:54:54 Removing intermediate container 54807c140fd1 07:54:54 ---> 565d3b875f0c 07:54:54 Step 4/24 : WORKDIR /device-sdk-go 07:54:54 ---> Running in 752a1c1ae48f 07:54:54 Removing intermediate container 752a1c1ae48f 07:54:54 ---> 7759d5f7d5cb 07:54:54 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:54:54 ---> Running in 29f6e73a1813 07:54:55 Removing intermediate container 29f6e73a1813 07:54:55 ---> c5f9102d787f 07:54:55 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:54:55 ---> Running in 3c130042046d 07:54:56 Removing intermediate container 3c130042046d 07:54:56 ---> 6b53a01f8786 07:54:56 Step 7/24 : RUN apk add --update --no-cache make git 07:54:56 ---> Running in 7ef83afe6fc3 07:54:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:54:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:54:59 OK: 166 MiB in 39 packages 07:55:00 Removing intermediate container 7ef83afe6fc3 07:55:00 ---> 8246e28dfc49 07:55:00 Step 8/24 : COPY . . 07:55:01 ---> 89c57e9026e8 07:55:01 Step 9/24 : RUN ${MAKE} 07:55:01 ---> Running in a5672a837d55 07:55:02 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 07:55:18 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:55:19 Removing intermediate container a5672a837d55 07:55:19 ---> 7b63904efbf2 07:55:19 Step 10/24 : FROM scratch 07:55:19 ---> 07:55:19 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:55:19 ---> Running in ea955c3e83f3 07:55:19 Removing intermediate container ea955c3e83f3 07:55:19 ---> dd3fc489c379 07:55:19 Step 12/24 : ENV APP_PORT=49990 07:55:20 ---> Running in f17b0d912e4b 07:55:20 Removing intermediate container f17b0d912e4b 07:55:20 ---> 100fab281f87 07:55:20 Step 13/24 : EXPOSE $APP_PORT 07:55:20 ---> Running in c8077d1c2213 07:55:20 Removing intermediate container c8077d1c2213 07:55:20 ---> 6662e4de32a9 07:55:20 Step 14/24 : WORKDIR / 07:55:20 ---> Running in 59778dfcbc22 07:55:20 Removing intermediate container 59778dfcbc22 07:55:20 ---> 1ef8391f121e 07:55:20 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:55:20 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:55:21 ---> a311520ee6db 07:55:21 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:55:21 ---> c20fdc2922cc 07:55:21 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:55:22 ---> 569a024a6200 07:55:22 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:55:22 ---> af6d89cdafd1 07:55:22 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:55:22 ---> 0600d7595079 07:55:22 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:55:22 ---> Running in 435bf2f1deea 07:55:23 Removing intermediate container 435bf2f1deea 07:55:23 ---> c836505d68c6 07:55:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:55:23 ---> Running in 1965669e7281 07:55:23 Removing intermediate container 1965669e7281 07:55:23 ---> decfd5e54f92 07:55:23 Step 22/24 : LABEL arch=amd64 07:55:23 ---> Running in e928460c492e 07:55:23 Removing intermediate container e928460c492e 07:55:23 ---> 93f1597050ea 07:55:23 Step 23/24 : LABEL git_sha=2c092d27ef67f5e9fc8f25b80adb42344aab04ec 07:55:23 ---> Running in 42818b69bba3 07:55:23 Removing intermediate container 42818b69bba3 07:55:23 ---> 53a2bd5922dc 07:55:23 Step 24/24 : LABEL version=0.0.0 07:55:23 ---> Running in dfb85da28de7 07:55:24 Removing intermediate container dfb85da28de7 07:55:24 ---> 69940f60d398 07:55:24 [Warning] One or more build-args [ARCH] were not consumed 07:55:24 Successfully built 69940f60d398 07:55:24 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] } 07:55:59 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:55:59 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:55:59 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:55:59 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.124s coverage: 21.6% of statements 07:56:02 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.298s coverage: 97.1% of statements 07:56:34 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.168s coverage: 9.4% of statements 07:56:34 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.109s coverage: 21.9% of statements 07:56:34 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:56:34 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.662s coverage: 42.6% of statements 07:56:34 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:56:34 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.897s coverage: 68.9% of statements 07:56:34 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:56:34 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:56:34 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:56:34 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:56:34 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.189s coverage: 52.6% of statements 07:56:34 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:56:34 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:56:34 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:56:34 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.896s coverage: 68.9% of statements 07:56:34 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:56:34 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:56:34 GO111MODULE=on go vet ./... 07:57:01 gofmt -l . 07:57:02 [ "`gofmt -l .`" = "" ] 07:57:02 ./bin/test-attribution-txt.sh 07:57:03 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:57:04 Warning: overwriting stash ‘coverage-report’ 07:57:05 Stashed 1 file(s) [Pipeline] } 07:57:05 $ docker stop --time=1 62ca14a168310e33dc66d35d7cbe875575637f1d222faf17b846c800e11d49b0 07:57:07 $ docker rm -f 62ca14a168310e33dc66d35d7cbe875575637f1d222faf17b846c800e11d49b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:57:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:57:09 + ls -al . 07:57:09 total 224 07:57:09 drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 07:57 . 07:57:09 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:53 .. 07:57:09 -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 07:53 .dockerignore 07:57:09 drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 07:53 .git 07:57:09 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:53 .github 07:57:09 -rw-rw-r-- 1 jenkins jenkins 138 Oct 19 07:53 .gitignore 07:57:09 -rw-rw-r-- 1 jenkins jenkins 936 Oct 19 07:53 Dockerfile.build 07:57:09 -rw-rw-r-- 1 jenkins jenkins 901 Oct 19 07:53 Jenkinsfile 07:57:09 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 07:53 LICENSE 07:57:09 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 19 07:53 Makefile 07:57:09 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 19 07:53 README.md 07:57:09 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 19 07:53 RELEASE-NOTES.txt 07:57:09 -rw-rw-r-- 1 jenkins jenkins 5 Oct 19 07:50 VERSION 07:57:09 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:53 bin 07:57:09 -rw-r--r-- 1 jenkins jenkins 110398 Oct 19 07:56 coverage.out 07:57:09 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:53 example 07:57:09 -rw-r--r-- 1 jenkins jenkins 517 Oct 19 07:57 go.mod 07:57:09 -rw-r--r-- 1 jenkins jenkins 13822 Oct 19 07:57 go.sum 07:57:09 drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 07:53 internal 07:57:09 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:53 openapi 07:57:09 drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 07:53 pkg 07:57:09 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:53 snap 07:57:09 -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 07:53 version.go [Pipeline] isUnix [Pipeline] sh 07:57:09 + 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=2c092d27ef67f5e9fc8f25b80adb42344aab04ec --label arch=arm64 --label version=0.0.0 . 07:57:10 Sending build context to Docker daemon 2.426MB 07:57:10 Step 1/24 : ARG BASE=golang:1.15-alpine 07:57:10 Step 2/24 : FROM ${BASE} AS builder 07:57:10 ---> ec56a304c5c0 07:57:10 Step 3/24 : ARG MAKE='make build' 07:57:10 ---> Running in 8fa1e013f9af 07:57:10 Removing intermediate container 8fa1e013f9af 07:57:10 ---> 5438fc5e9002 07:57:10 Step 4/24 : WORKDIR /device-sdk-go 07:57:11 ---> Running in fc3a67b1e23d 07:57:11 Removing intermediate container fc3a67b1e23d 07:57:11 ---> 7b233e71728b 07:57:11 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:57:11 ---> Running in 78041f3215ed 07:57:12 Removing intermediate container 78041f3215ed 07:57:12 ---> 5959594233db 07:57:12 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:57:12 ---> Running in 4302b48fc09d 07:57:14 Removing intermediate container 4302b48fc09d 07:57:14 ---> 4a8ce4ce792e 07:57:14 Step 7/24 : RUN apk add --update --no-cache make git 07:57:14 ---> Running in aa6d34715841 07:57:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:57:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:18 OK: 142 MiB in 39 packages 07:57:19 Removing intermediate container aa6d34715841 07:57:19 ---> c00b34dfaf69 07:57:19 Step 8/24 : COPY . . 07:57:20 ---> 615343aea578 07:57:20 Step 9/24 : RUN ${MAKE} 07:57:20 ---> Running in 894cf8dd5e81 07:57:22 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 07:57:49 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:57:49 Removing intermediate container 894cf8dd5e81 07:57:49 ---> 4093ed73efe6 07:57:49 Step 10/24 : FROM scratch 07:57:49 ---> 07:57:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:57:49 ---> Running in a1ae8c9a72fc 07:57:49 Removing intermediate container a1ae8c9a72fc 07:57:49 ---> 76be2118ee22 07:57:49 Step 12/24 : ENV APP_PORT=49990 07:57:49 ---> Running in 27ee5fd0d572 07:57:49 Removing intermediate container 27ee5fd0d572 07:57:49 ---> 0ce14531e163 07:57:49 Step 13/24 : EXPOSE $APP_PORT 07:57:49 ---> Running in 4618662f278c 07:57:50 Removing intermediate container 4618662f278c 07:57:50 ---> be971c375f4a 07:57:50 Step 14/24 : WORKDIR / 07:57:50 ---> Running in 2819b9ac2877 07:57:50 Removing intermediate container 2819b9ac2877 07:57:50 ---> a572992b5c44 07:57:50 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:57:52 ---> dbc8e2b29e2b 07:57:52 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:57:52 ---> 050288a0d165 07:57:52 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:57:53 ---> 01ae3fd75af6 07:57:53 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:57:54 ---> e9d3c17afae3 07:57:54 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:57:54 ---> 4d6e7b4ed9fd 07:57:54 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:57:54 ---> Running in ef753f771dc9 07:57:55 Removing intermediate container ef753f771dc9 07:57:55 ---> df673fe5cf10 07:57:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:57:55 ---> Running in eecd4c1f1dc5 07:57:56 Removing intermediate container eecd4c1f1dc5 07:57:56 ---> 148693435a54 07:57:56 Step 22/24 : LABEL arch=arm64 07:57:56 ---> Running in 8af16dc85b87 07:57:56 Removing intermediate container 8af16dc85b87 07:57:56 ---> 03579b6c2af7 07:57:56 Step 23/24 : LABEL git_sha=2c092d27ef67f5e9fc8f25b80adb42344aab04ec 07:57:56 ---> Running in 5cc5ef64943f 07:57:57 Removing intermediate container 5cc5ef64943f 07:57:57 ---> 7e0cafb9a3c2 07:57:57 Step 24/24 : LABEL version=0.0.0 07:57:57 ---> Running in 609fe0d1b494 07:57:57 Removing intermediate container 609fe0d1b494 07:57:57 ---> 28f98c093e78 07:57:57 [Warning] One or more build-args [ARCH] were not consumed 07:57:57 Successfully built 28f98c093e78 07:57:57 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 07:57:59 provisioning config files... 07:57:59 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config4047422100537535457tmp [Pipeline] { [Pipeline] sh 07:58:00 + set +x 07:58:00 + curl -s https://codecov.io/bash 07:58:00 + bash -s -- 07:58:00 07:58:00 _____ _ 07:58:00 / ____| | | 07:58:00 | | ___ __| | ___ ___ _____ __ 07:58:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:58:00 | |___| (_) | (_| | __/ (_| (_) \ V / 07:58:00 \_____\___/ \__,_|\___|\___\___/ \_/ 07:58:00 Bash-20201009-048fee3 07:58:00 07:58:00 07:58:00 ==> Jenkins CI detected. 07:58:00 project root: . 07:58:00 --> token set from env 07:58:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:58:00 ==> Running gcov in . (disable via -X gcov) 07:58:00 ==> Python coveragepy not found 07:58:00 ==> Searching for coverage reports in: 07:58:00 + . 07:58:00 -> Found 1 reports 07:58:00 ==> Detecting git/mercurial file structure 07:58:00 ==> Reading reports 07:58:00 + ./coverage.out bytes=110398 07:58:00 ==> Appending adjustments 07:58:00 https://docs.codecov.io/docs/fixing-reports 07:58:00 + Found adjustments 07:58:00 ==> Gzipping contents 07:58:00 ==> Uploading reports 07:58:00 url: https://codecov.io 07:58:00 query: branch=PR-584&commit=2c092d27ef67f5e9fc8f25b80adb42344aab04ec&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F29%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 07:58:00 -> Pinging Codecov 07:58:00 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-584&commit=2c092d27ef67f5e9fc8f25b80adb42344aab04ec&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F29%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 07:58:00 -> Uploading to 07:58:00 07:58:00 % Total % Received % Xferd Average Speed Time Time Time Current 07:58:00 Dload Upload Total Spent Left Speed 07:58:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 07:58:00 X> Failed to upload 07:58:00 ==> Uploading to Codecov 07:58:00 % Total % Received % Xferd Average Speed Time Time Time Current 07:58:00 Dload Upload Total Spent Left Speed 07:58:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 19147 0 0 100 19037 0 27218 --:--:-- --:--:-- --:--:-- 27195 100 19147 100 110 100 19037 157 27211 --:--:-- --:--:-- --:--:-- 27195 07:58:01 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2c092d27ef67f5e9fc8f25b80adb42344aab04ec [Pipeline] } 07:58:01 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 07:58:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:58:05 ---> package-listing.sh 07:58:05 ++ facter osfamily 07:58:05 ++ tr '[:upper:]' '[:lower:]' 07:58:05 + OS_FAMILY=redhat 07:58:05 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 07:58:05 + START_PACKAGES=/tmp/packages_start.txt 07:58:05 + END_PACKAGES=/tmp/packages_end.txt 07:58:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:58:05 + PACKAGES=/tmp/packages_start.txt 07:58:05 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 07:58:05 + PACKAGES=/tmp/packages_end.txt 07:58:05 + case "${OS_FAMILY}" in 07:58:05 + rpm -qa 07:58:05 + sort 07:58:09 + '[' -f /tmp/packages_start.txt ']' 07:58:09 + '[' -f /tmp/packages_end.txt ']' 07:58:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:58:09 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 07:58:09 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ 07:58:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] echo 07:58:09 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-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:58:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:58:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:58:10 07:58:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:58:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:58:10 alpine: Pulling from edgex-lftools-log-publisher 07:58:10 df20fa9351a1: Pulling fs layer 07:58:10 36b3adc4ff6f: Pulling fs layer 07:58:10 8ad3a11d3b57: Pulling fs layer 07:58:10 46f8f816bc3b: Pulling fs layer 07:58:10 93b61091891f: Pulling fs layer 07:58:10 93b9cdb0e59b: Pulling fs layer 07:58:10 5e14af77c1be: Pulling fs layer 07:58:10 01666e4c0597: Pulling fs layer 07:58:10 aa168da1d23b: Pulling fs layer 07:58:10 93b61091891f: Waiting 07:58:10 93b9cdb0e59b: Waiting 07:58:10 5e14af77c1be: Waiting 07:58:10 01666e4c0597: Waiting 07:58:10 aa168da1d23b: Waiting 07:58:10 36b3adc4ff6f: Download complete 07:58:10 46f8f816bc3b: Download complete 07:58:10 df20fa9351a1: Download complete 07:58:10 93b9cdb0e59b: Verifying Checksum 07:58:10 93b9cdb0e59b: Download complete 07:58:10 5e14af77c1be: Verifying Checksum 07:58:10 5e14af77c1be: Download complete 07:58:10 01666e4c0597: Verifying Checksum 07:58:10 01666e4c0597: Download complete 07:58:10 93b61091891f: Verifying Checksum 07:58:10 93b61091891f: Download complete 07:58:10 df20fa9351a1: Pull complete 07:58:11 36b3adc4ff6f: Pull complete 07:58:11 8ad3a11d3b57: Verifying Checksum 07:58:11 8ad3a11d3b57: Download complete 07:58:11 8ad3a11d3b57: Pull complete 07:58:12 46f8f816bc3b: Pull complete 07:58:12 93b61091891f: Pull complete 07:58:12 93b9cdb0e59b: Pull complete 07:58:12 5e14af77c1be: Pull complete 07:58:13 01666e4c0597: Pull complete 07:58:13 aa168da1d23b: Verifying Checksum 07:58:13 aa168da1d23b: Download complete 07:58:20 aa168da1d23b: Pull complete 07:58:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:58:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:58:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:58:20 prd-centos7-docker-4c-2g-6237 does not seem to be running inside a container 07:58:20 $ 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-584/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-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:58:26 $ docker top 553e0e7bc6c954d15e1052142b6cd69139300568a7a4c2251c0279d65c58e4e6 -eo pid,comm [Pipeline] { [Pipeline] sh 07:58:27 + touch /tmp/pre-build-complete [Pipeline] sh 07:58:27 + mkdir -p /var/log/sa [Pipeline] sh 07:58:27 + ls /var/log/sa-host 07:58:27 + sadf -c /var/log/sa-host/sa05 07:58:27 file_magic: OK 07:58:27 HZ: Using current value: 100 07:58:27 file_header: OK 07:58:27 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 07:58:27 Statistics: 07:58:27 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:58:27 File successfully converted to sysstat format version 12.2.1 07:58:27 + sadf -c /var/log/sa-host/sa19 07:58:27 file_magic: OK 07:58:27 HZ: Using current value: 100 07:58:27 file_header: OK 07:58:27 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 07:58:27 Statistics: 07:58:27 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:58:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:58:27 provisioning config files... 07:58:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1113140462546095207tmp [Pipeline] { [Pipeline] echo 07:58:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:58:28 ---> create-netrc.sh [Pipeline] } 07:58:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:58:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:58:28 ---> python-tools-install.sh [Pipeline] echo 07:58:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:58:29 ---> sudo-logs.sh 07:58:29 Archiving 'sudo' log.. [Pipeline] echo 07:58:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:58:30 ---> job-cost.sh 07:58:30 lf-activate-venv: SKIPPING 07:58:30 INFO: No Stack... 07:58:30 INFO: Retrieving Pricing Info for: v1-standard-2 07:58:31 INFO: Archiving Costs [Pipeline] echo 07:58:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:58:31 ---> logs-deploy.sh 07:58:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/29 07:58:31 INFO: archiving workspace using pattern(s): 07:58:32 Archives upload complete. 07:58:32 INFO: archiving logs to Nexus 07:58:33 ---> uname -a: 07:58:33 Linux prd-centos7-docker-4c-2g-6237.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:58:33 07:58:33 07:58:33 ---> lscpu: 07:58:33 Architecture: x86_64 07:58:33 CPU op-mode(s): 32-bit, 64-bit 07:58:33 Byte Order: Little Endian 07:58:33 Address sizes: 40 bits physical, 48 bits virtual 07:58:33 CPU(s): 4 07:58:33 On-line CPU(s) list: 0-3 07:58:33 Thread(s) per core: 1 07:58:33 Core(s) per socket: 1 07:58:33 Socket(s): 4 07:58:33 NUMA node(s): 1 07:58:33 Vendor ID: GenuineIntel 07:58:33 CPU family: 6 07:58:33 Model: 44 07:58:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:58:33 Stepping: 1 07:58:33 CPU MHz: 2933.438 07:58:33 BogoMIPS: 5866.87 07:58:33 Virtualization: VT-x 07:58:33 Hypervisor vendor: KVM 07:58:33 Virtualization type: full 07:58:33 L1d cache: 128 KiB 07:58:33 L1i cache: 128 KiB 07:58:33 L2 cache: 16 MiB 07:58:33 L3 cache: 64 MiB 07:58:33 NUMA node0 CPU(s): 0-3 07:58:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:58:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:58:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:58:33 Vulnerability Meltdown: Mitigation; PTI 07:58:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:58:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:58:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:58:33 Vulnerability Tsx async abort: Not affected 07:58:33 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 07:58:33 07:58:33 07:58:33 ---> nproc: 07:58:33 4 07:58:33 07:58:33 07:58:33 ---> df -h: 07:58:33 Filesystem Size Used Available Use% Mounted on 07:58:33 overlay 50.0G 7.2G 42.8G 14% / 07:58:33 tmpfs 64.0M 0 64.0M 0% /dev 07:58:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:58:33 shm 64.0M 0 64.0M 0% /dev/shm 07:58:33 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 07:58:33 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 07:58:33 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 07:58:33 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 07:58:33 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 07:58:33 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584 07:58:33 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp 07:58:33 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 07:58:33 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 07:58:33 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 07:58:33 07:58:33 07:58:33 ---> free -m: 07:58:33 total used free shared buff/cache available 07:58:33 Mem: 1837 684 102 0 1049 1050 07:58:33 Swap: 1023 1 1022 07:58:33 07:58:33 07:58:33 ---> ip addr: 07:58:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:58:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:58:33 inet 127.0.0.1/8 scope host lo 07:58:33 valid_lft forever preferred_lft forever 07:58:33 inet6 ::1/128 scope host 07:58:33 valid_lft forever preferred_lft forever 07:58:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:58:33 link/ether fa:16:3e:70:ed:24 brd ff:ff:ff:ff:ff:ff 07:58:33 inet 10.30.123.192/23 brd 10.30.123.255 scope global dynamic eth0 07:58:33 valid_lft 85856sec preferred_lft 85856sec 07:58:33 inet6 fe80::f816:3eff:fe70:ed24/64 scope link 07:58:33 valid_lft forever preferred_lft forever 07:58:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:58:33 link/ether 02:42:6b:20:aa:e8 brd ff:ff:ff:ff:ff:ff 07:58:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:58:33 valid_lft forever preferred_lft forever 07:58:33 inet6 fe80::42:6bff:fe20:aae8/64 scope link 07:58:33 valid_lft forever preferred_lft forever 07:58:33 07:58:33 07:58:33 ---> sar -b -r -n DEV: 07:58:33 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 07:58:33 07:58:33 07:49:11 LINUX RESTART (4 CPU) 07:58:33 07:58:33 07:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:58:33 07:51:01 28.56 10.49 18.07 0.00 4399.73 2253.53 0.00 07:58:33 07:52:01 1.87 0.00 1.87 0.00 0.00 34.94 0.00 07:58:33 07:53:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 07:58:33 07:54:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 07:58:33 07:55:01 0.22 0.00 0.22 0.00 0.00 3.07 0.00 07:58:33 07:56:01 0.30 0.02 0.28 0.00 0.13 3.80 0.00 07:58:33 07:57:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 07:58:33 07:58:01 0.37 0.13 0.23 0.00 5.33 2.17 0.00 07:58:33 Average: 4.02 1.33 2.69 0.00 550.68 288.45 0.00 07:58:33 07:58:33 07:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:58:33 07:51:01 171176 0 584624 31.07 2620 1123136 1088548 37.15 426244 1124448 16 07:58:33 07:52:01 173544 0 582252 30.95 2620 1123140 1088224 37.14 425124 1123548 16 07:58:33 07:53:01 172668 0 583120 30.99 2620 1123148 1088128 37.14 426944 1122996 20 07:58:33 07:54:01 174244 0 581544 30.91 2620 1123148 1074536 36.67 425980 1122576 20 07:58:33 07:55:01 173864 0 581916 30.93 2620 1123156 1060312 36.19 427924 1121332 8 07:58:33 07:56:01 174416 0 581296 30.89 2620 1123224 1060144 36.18 442156 1106268 28 07:58:33 07:57:01 173756 0 582008 30.93 2620 1123172 1060144 36.18 455208 1093916 8 07:58:33 07:58:01 164244 0 591224 31.42 2620 1123468 1061832 36.24 450764 1101488 152 07:58:33 Average: 172239 0 583498 31.01 2620 1123199 1072734 36.61 435043 1114572 34 07:58:33 07:58:33 07:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:58:33 07:51:01 eth0 75.53 63.07 356.21 34.20 0.00 0.00 0.00 0.00 07:58:33 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:51:01 docker0 9.48 6.98 1.30 19.96 0.00 0.00 0.00 0.00 07:58:33 07:52:01 eth0 3.35 0.80 0.98 0.56 0.00 0.00 0.00 0.00 07:58:33 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:53:01 eth0 1.12 0.33 0.33 0.23 0.00 0.00 0.00 0.00 07:58:33 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:54:01 eth0 1.85 0.32 0.44 0.20 0.00 0.00 0.00 0.00 07:58:33 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:55:01 eth0 1.23 0.75 0.71 0.47 0.00 0.00 0.00 0.00 07:58:33 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:56:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:58:33 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:57:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:58:33 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:58:01 eth0 5.10 3.35 4.81 1.96 0.00 0.00 0.00 0.00 07:58:33 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 Average: eth0 11.06 8.60 45.44 4.70 0.00 0.00 0.00 0.00 07:58:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:58:33 Average: docker0 1.18 0.87 0.16 2.50 0.00 0.00 0.00 0.00 07:58:33 07:58:33 07:58:33 ---> sar -P ALL: 07:58:33 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 07:58:33 07:58:33 07:49:11 LINUX RESTART (4 CPU) 07:58:33 07:58:33 07:50:01 CPU %user %nice %system %iowait %steal %idle 07:58:33 07:51:01 all 2.33 0.00 1.15 0.57 0.00 95.95 07:58:33 07:51:01 0 2.34 0.00 1.23 0.20 0.00 96.23 07:58:33 07:51:01 1 2.32 0.00 1.30 1.32 0.00 95.06 07:58:33 07:51:01 2 2.37 0.00 1.17 0.72 0.00 95.74 07:58:33 07:51:01 3 2.29 0.00 0.89 0.05 0.00 96.77 07:58:33 07:52:01 all 0.15 0.00 0.03 0.00 0.00 99.81 07:58:33 07:52:01 0 0.02 0.00 0.05 0.00 0.00 99.93 07:58:33 07:52:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:58:33 07:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:58:33 07:52:01 3 0.52 0.00 0.02 0.00 0.00 99.46 07:58:33 07:53:01 all 0.12 0.00 0.02 0.00 0.00 99.86 07:58:33 07:53:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:58:33 07:53:01 1 0.30 0.00 0.02 0.00 0.00 99.68 07:58:33 07:53:01 2 0.08 0.00 0.03 0.00 0.00 99.88 07:58:33 07:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:58:33 07:54:01 all 0.13 0.00 0.02 0.00 0.00 99.85 07:58:33 07:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:58:33 07:54:01 1 0.42 0.00 0.02 0.00 0.00 99.57 07:58:33 07:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:58:33 07:54:01 3 0.07 0.00 0.02 0.00 0.00 99.92 07:58:33 07:55:01 all 0.17 0.00 0.02 0.00 0.00 99.81 07:58:33 07:55:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:58:33 07:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:58:33 07:55:01 2 0.55 0.00 0.03 0.00 0.00 99.42 07:58:33 07:55:01 3 0.07 0.00 0.03 0.00 0.00 99.90 07:58:33 07:56:01 all 0.15 0.00 0.02 0.00 0.00 99.83 07:58:33 07:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:58:33 07:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:58:33 07:56:01 2 0.50 0.00 0.02 0.00 0.00 99.48 07:58:33 07:56:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:58:33 07:57:01 all 0.15 0.00 0.02 0.00 0.00 99.83 07:58:33 07:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:58:33 07:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:58:33 07:57:01 2 0.52 0.00 0.05 0.00 0.00 99.43 07:58:33 07:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:58:33 07:58:01 all 0.43 0.00 0.21 0.00 0.00 99.36 07:58:33 07:58:01 0 0.45 0.00 0.30 0.00 0.00 99.25 07:58:33 07:58:01 1 0.28 0.00 0.17 0.00 0.00 99.55 07:58:33 07:58:01 2 0.67 0.00 0.20 0.00 0.00 99.13 07:58:33 07:58:01 3 0.30 0.00 0.18 0.00 0.00 99.52 07:58:33 Average: all 0.45 0.00 0.19 0.07 0.00 99.29 07:58:33 Average: 0 0.37 0.00 0.21 0.02 0.00 99.40 07:58:33 Average: 1 0.43 0.00 0.20 0.16 0.00 99.21 07:58:33 Average: 2 0.59 0.00 0.19 0.09 0.00 99.12 07:58:33 Average: 3 0.42 0.00 0.15 0.01 0.00 99.43 07:58:33 07:58:33 07:58:33