Pull request #625 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 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5+153a43e7e060228c1df4c616c423a5b384e52518 (a27df245039ecac5386a743a444a81efa53c2b59) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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-4966 in /w/workspace/dgexfoundry_device-sdk-go_PR-625 [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-625 # 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/625/head:refs/remotes/origin/PR-625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 153a43e7e060228c1df4c616c423a5b384e52518 into PR head commit 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 Merge succeeded, producing 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 Checking out Revision 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 (PR-625) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 # 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 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 # timeout=10 Commit message: "refactor(sdk): fix requested changes in PR" > git rev-list --no-walk b24cbb4e3af22c183c50d4d61bcbdf62a08e0ee4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:17:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:17:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:17:31 ========================================================= 03:17:31 EdgeX Global Pipelines Version Info 03:17:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:17:33 ------------------- 03:17:33 stable info: 03:17:33 ------------------- 03:17:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:17:33 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 03:17:33 Message: update stable to v1.0.131 03:17:33 ------------------- 03:17:33 experimental info: 03:17:33 ------------------- 03:17:33 Commited By: **** collab-it+edgex@linuxfoundation.org 03:17:33 Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af 03:17:33 Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:17:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:17:34 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:17:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:17:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:17:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:17:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:17:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:17:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:17:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:17:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:17:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:17:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:17:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:17:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:17:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:17:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:17:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:17:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:17:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:17:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-625 [Pipeline] echo 03:17:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-625 [Pipeline] echo 03:17:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-625 [Pipeline] echo 03:17:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 [Pipeline] echo 03:17:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4f14ea6 [Pipeline] echo 03:17:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:17:38 + git log --format=format:%s -1 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 [Pipeline] echo 03:17:38 GIT_COMMIT: 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5, Commit Message: refactor(sdk): fix requested changes in PR [Pipeline] echo 03:17:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:17:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:17:39 03:17:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:17:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:17:39 latest: Pulling from edgex-devops/git-semver 03:17:39 31603596830f: Pulling fs layer 03:17:39 2a8b12db71e7: Pulling fs layer 03:17:39 6ca5941a6612: Pulling fs layer 03:17:39 ecc8261a40a4: Pulling fs layer 03:17:39 ecc8261a40a4: Waiting 03:17:39 2a8b12db71e7: Verifying Checksum 03:17:39 2a8b12db71e7: Download complete 03:17:39 31603596830f: Verifying Checksum 03:17:39 31603596830f: Download complete 03:17:39 ecc8261a40a4: Verifying Checksum 03:17:39 ecc8261a40a4: Download complete 03:17:39 6ca5941a6612: Verifying Checksum 03:17:39 6ca5941a6612: Download complete 03:17:40 31603596830f: Pull complete 03:17:40 2a8b12db71e7: Pull complete 03:17:41 6ca5941a6612: Pull complete 03:17:41 ecc8261a40a4: Pull complete 03:17:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:17:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:17:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:17:41 prd-centos7-docker-4c-2g-4966 does not seem to be running inside a container 03:17:41 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-625 -v /w/workspace/dgexfoundry_device-sdk-go_PR-625:/w/workspace/dgexfoundry_device-sdk-go_PR-625:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-625@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-625@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:10004/edgex-devops/git-semver:latest cat 03:17:43 $ docker top 931f4ccb11d14f3d90006867726dd62be4e7ab66a2f102a03c6b50126cb08cff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:17:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:17:44 [ssh-agent] Looking for ssh-agent implementation... 03:17:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:17:44 $ docker exec 931f4ccb11d14f3d90006867726dd62be4e7ab66a2f102a03c6b50126cb08cff ssh-agent 03:17:44 SSH_AUTH_SOCK=/tmp/ssh-Lg5OtI6sS8uT/agent.11 03:17:44 SSH_AGENT_PID=16 03:17:44 Running ssh-add (command line suppressed) 03:17:44 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-625@tmp/private_key_3671995401422512765.key (/w/workspace/dgexfoundry_device-sdk-go_PR-625@tmp/private_key_3671995401422512765.key) 03:17:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:17:44 + git describe --exact-match --tags HEAD 03:17:44 fatal: no tag exactly matches '4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5' [Pipeline] } 03:17:44 $ docker exec --env ******** --env ******** 931f4ccb11d14f3d90006867726dd62be4e7ab66a2f102a03c6b50126cb08cff ssh-agent -k 03:17:45 unset SSH_AUTH_SOCK; 03:17:45 unset SSH_AGENT_PID; 03:17:45 echo Agent pid 16 killed; 03:17:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:17:45 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:17:45 This usually means this commit has not been tagged. [Pipeline] sshagent 03:17:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:17:45 [ssh-agent] Looking for ssh-agent implementation... 03:17:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:17:45 $ docker exec 931f4ccb11d14f3d90006867726dd62be4e7ab66a2f102a03c6b50126cb08cff ssh-agent 03:17:45 SSH_AUTH_SOCK=/tmp/ssh-JyN5tfTpns30/agent.45 03:17:45 SSH_AGENT_PID=50 03:17:45 Running ssh-add (command line suppressed) 03:17:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-625@tmp/private_key_4655347919353065154.key (/w/workspace/dgexfoundry_device-sdk-go_PR-625@tmp/private_key_4655347919353065154.key) 03:17:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:17:46 + git semver init 03:17:46 # -> Open(): unable to determine branch for HEAD 03:17:46 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-625/.git 03:17:46 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-625 03:17:46 # $SEMVER_REMOTE_NAME = origin 03:17:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:17:46 # $SEMVER_USER_NAME = edgex-jenkins 03:17:46 # $SEMVER_BRANCH = PR-625 03:17:46 # $SEMVER_TEMP = /tmp/semver-997750441 03:17:46 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:17:46 # '/tmp/semver-997750441' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-625/.semver' 03:17:46 # -> Force: false 03:17:46 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-625/.semver [Pipeline] } 03:17:46 $ docker exec --env ******** --env ******** 931f4ccb11d14f3d90006867726dd62be4e7ab66a2f102a03c6b50126cb08cff ssh-agent -k 03:17:46 unset SSH_AUTH_SOCK; 03:17:46 unset SSH_AGENT_PID; 03:17:46 echo Agent pid 50 killed; 03:17:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:17:47 + git semver [Pipeline] } 03:17:47 $ docker stop --time=1 931f4ccb11d14f3d90006867726dd62be4e7ab66a2f102a03c6b50126cb08cff 03:17:48 $ docker rm -f 931f4ccb11d14f3d90006867726dd62be4e7ab66a2f102a03c6b50126cb08cff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:17:49 Stashed 48 file(s) [Pipeline] echo 03:17:49 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 03:17:49 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 03:17:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4957 in /w/workspace/dgexfoundry_device-sdk-go_PR-625 [Pipeline] { [Pipeline] ws 03:17:50 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 03:17:54 using credential edgex-jenkins-ssh 03:17:54 Cloning the remote Git repository 03:17:54 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:17:54 > git init /w/workspace/device-sdk-go/2 # timeout=10 03:17:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:17:55 > git --version # timeout=10 03:17:55 > git --version # 'git version 2.17.1' 03:17:55 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:17:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:17:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:17:56 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/625/head:refs/remotes/origin/PR-625 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:17:56 Merging remotes/origin/master commit 153a43e7e060228c1df4c616c423a5b384e52518 into PR head commit 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 03:17:57 Merge succeeded, producing 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 03:17:57 Checking out Revision 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 (PR-625) 03:17:56 > git config core.sparsecheckout # timeout=10 03:17:56 > git checkout -f 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 # timeout=10 03:17:56 > git remote # timeout=10 03:17:56 > git config --get remote.origin.url # timeout=10 03:17:56 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:56 > git merge 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 03:17:56 > git rev-parse HEAD^{commit} # timeout=10 03:17:57 > git config core.sparsecheckout # timeout=10 03:17:57 > git checkout -f 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 # timeout=10 03:18:01 Commit message: "refactor(sdk): fix requested changes in PR" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:18:02 ========================================================= 03:18:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:18:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:18:03 + 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 . 03:18:04 Sending build context to Docker daemon 3.573MB 03:18:04 Step 1/8 : ARG BASE=golang:1.15-alpine 03:18:04 Step 2/8 : FROM ${BASE} 03:18:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:18:04 b538f80385f9: Pulling fs layer 03:18:04 74f711af9a0d: Pulling fs layer 03:18:04 99f96fe45779: Pulling fs layer 03:18:04 8529a6b9a6be: Pulling fs layer 03:18:04 45590311c82a: Pulling fs layer 03:18:04 69ca0ff8b7b3: Pulling fs layer 03:18:04 209524e5b208: Pulling fs layer 03:18:04 8529a6b9a6be: Waiting 03:18:04 45590311c82a: Waiting 03:18:04 69ca0ff8b7b3: Waiting 03:18:04 209524e5b208: Waiting 03:18:04 99f96fe45779: Download complete 03:18:04 74f711af9a0d: Verifying Checksum 03:18:04 74f711af9a0d: Download complete 03:18:04 45590311c82a: Download complete 03:18:04 69ca0ff8b7b3: Verifying Checksum 03:18:04 69ca0ff8b7b3: Download complete 03:18:05 Still waiting to schedule task 03:18:05 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:18:05 b538f80385f9: Verifying Checksum 03:18:05 b538f80385f9: Download complete 03:18:06 b538f80385f9: Pull complete 03:18:06 74f711af9a0d: Pull complete 03:18:07 99f96fe45779: Pull complete 03:18:08 209524e5b208: Verifying Checksum 03:18:08 209524e5b208: Download complete 03:18:09 8529a6b9a6be: Verifying Checksum 03:18:09 8529a6b9a6be: Download complete 03:18:21 8529a6b9a6be: Pull complete 03:18:21 45590311c82a: Pull complete 03:18:21 69ca0ff8b7b3: Pull complete 03:18:24 209524e5b208: Pull complete 03:18:24 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 03:18:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:18:24 ---> 5bddaf1c2fca 03:18:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:18:26 ---> Running in f4b501a9860d 03:18:27 Removing intermediate container f4b501a9860d 03:18:27 ---> 4a4b3a1f7d43 03:18:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:27 ---> Running in 44bb62e7a94a 03:18:30 Removing intermediate container 44bb62e7a94a 03:18:30 ---> e6bd8e4a008d 03:18:30 Step 5/8 : RUN apk add --no-cache make git 03:18:30 ---> Running in 1ac11e57b313 03:18:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:33 OK: 142 MiB in 39 packages 03:18:35 Removing intermediate container 1ac11e57b313 03:18:35 ---> 649b439a653a 03:18:35 Step 6/8 : WORKDIR /device-sdk-go 03:18:35 ---> Running in df5198c5454d 03:18:35 Removing intermediate container df5198c5454d 03:18:35 ---> cd2c33e340bb 03:18:35 Step 7/8 : COPY . . 03:18:37 ---> 384084b99786 03:18:37 Step 8/8 : RUN go mod download 03:18:37 ---> Running in 3df990243e40 03:18:59 Removing intermediate container 3df990243e40 03:18:59 ---> 2c217c5d5d57 03:18:59 Successfully built 2c217c5d5d57 03:18:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:19:00 + docker inspect -f . ci-base-image-arm64 03:19:00 . [Pipeline] withDockerContainer 03:19:00 prd-ubuntu18.04-docker-arm64-4c-16g-4957 does not seem to be running inside a container 03:19:00 $ 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 ******** ci-base-image-arm64 cat 03:19:02 $ docker top c1a30d9db611080e8af4e9cea271aa0ca75bfad280a254e4678b755bbb643f74 -eo pid,comm [Pipeline] { [Pipeline] sh 03:19:04 + go version 03:19:04 go version go1.15.2 linux/arm64 [Pipeline] } 03:19:04 $ docker stop --time=1 c1a30d9db611080e8af4e9cea271aa0ca75bfad280a254e4678b755bbb643f74 03:19:06 $ docker rm -f c1a30d9db611080e8af4e9cea271aa0ca75bfad280a254e4678b755bbb643f74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:19:07 + docker inspect -f . ci-base-image-arm64 03:19:07 . [Pipeline] withDockerContainer 03:19:07 prd-ubuntu18.04-docker-arm64-4c-16g-4957 does not seem to be running inside a container 03:19:07 $ 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 ******** ci-base-image-arm64 cat 03:19:09 $ docker top 1c445528c870d971018e1864c8a52296a07e747fd81119d41ffff7bf320bcb87 -eo pid,comm [Pipeline] { [Pipeline] sh 03:19:10 + make test 03:19:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:19:33 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:20:12 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:20:12 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:20:12 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:20:12 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.130s coverage: 21.6% of statements 03:20:13 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.265s coverage: 97.1% of statements 03:20:13 Running on prd-centos7-docker-4c-2g-4967 in /w/workspace/dgexfoundry_device-sdk-go_PR-625 [Pipeline] { [Pipeline] ws 03:20:13 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 03:20:16 using credential edgex-jenkins-ssh 03:20:17 Cloning the remote Git repository 03:20:17 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:20:17 > git init /w/workspace/device-sdk-go/2 # timeout=10 03:20:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:20:17 > git --version # timeout=10 03:20:17 > git --version # 'git version 2.16.5' 03:20:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:20:18 Merging remotes/origin/master commit 153a43e7e060228c1df4c616c423a5b384e52518 into PR head commit 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 03:20:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:20:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:20:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:20:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:20:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/625/head:refs/remotes/origin/PR-625 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:20:18 > git config core.sparsecheckout # timeout=10 03:20:18 > git checkout -f 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 # timeout=10 03:20:18 Merge succeeded, producing 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 03:20:18 Checking out Revision 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 (PR-625) 03:20:18 > git remote # timeout=10 03:20:18 > git config --get remote.origin.url # timeout=10 03:20:18 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:18 > git merge 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 03:20:18 > git rev-parse HEAD^{commit} # timeout=10 03:20:18 > git config core.sparsecheckout # timeout=10 03:20:18 > git checkout -f 4f14ea6436e03ea1078c81b0c6538e4bd9bf29f5 # timeout=10 03:20:22 Commit message: "refactor(sdk): fix requested changes in PR" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:20:23 ========================================================= 03:20:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:20:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:20:24 + 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 . 03:20:25 Sending build context to Docker daemon 3.571MB 03:20:25 Step 1/8 : ARG BASE=golang:1.15-alpine 03:20:25 Step 2/8 : FROM ${BASE} 03:20:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:20:25 df20fa9351a1: Pulling fs layer 03:20:25 ed8968b2872e: Pulling fs layer 03:20:25 a92cc7c5fd73: Pulling fs layer 03:20:25 e871e8e8d7a9: Pulling fs layer 03:20:25 e73272ec9a57: Pulling fs layer 03:20:25 1e910a182e73: Pulling fs layer 03:20:25 4e634b169226: Pulling fs layer 03:20:25 e73272ec9a57: Waiting 03:20:25 1e910a182e73: Waiting 03:20:25 4e634b169226: Waiting 03:20:25 e871e8e8d7a9: Waiting 03:20:25 a92cc7c5fd73: Verifying Checksum 03:20:25 a92cc7c5fd73: Download complete 03:20:25 ed8968b2872e: Download complete 03:20:25 e73272ec9a57: Verifying Checksum 03:20:25 e73272ec9a57: Download complete 03:20:25 1e910a182e73: Download complete 03:20:25 df20fa9351a1: Verifying Checksum 03:20:25 df20fa9351a1: Download complete 03:20:25 df20fa9351a1: Pull complete 03:20:25 ed8968b2872e: Pull complete 03:20:25 a92cc7c5fd73: Pull complete 03:20:28 4e634b169226: Verifying Checksum 03:20:28 4e634b169226: Download complete 03:20:28 e871e8e8d7a9: Verifying Checksum 03:20:28 e871e8e8d7a9: Download complete 03:20:33 e871e8e8d7a9: Pull complete 03:20:33 e73272ec9a57: Pull complete 03:20:33 1e910a182e73: Pull complete 03:20:38 4e634b169226: Pull complete 03:20:38 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 03:20:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:20:38 ---> f7629b54cfaa 03:20:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:20:38 ---> Running in d28a9315b287 03:20:38 Removing intermediate container d28a9315b287 03:20:38 ---> 88d9a47a57c0 03:20:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:20:38 ---> Running in b0ed9fb3c385 03:20:39 Removing intermediate container b0ed9fb3c385 03:20:39 ---> 83fbde6ee6a7 03:20:39 Step 5/8 : RUN apk add --no-cache make git 03:20:39 ---> Running in 0e115927b7d1 03:20:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:20:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:20:42 OK: 166 MiB in 39 packages 03:20:42 Removing intermediate container 0e115927b7d1 03:20:42 ---> f6b3c19f581c 03:20:42 Step 6/8 : WORKDIR /device-sdk-go 03:20:42 ---> Running in f0d092108d71 03:20:42 Removing intermediate container f0d092108d71 03:20:42 ---> 774010b83ed2 03:20:42 Step 7/8 : COPY . . 03:20:44 ---> a7508ec6a7e2 03:20:44 Step 8/8 : RUN go mod download 03:20:44 ---> Running in b4c8005899c3 03:20:45 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.150s coverage: 9.4% of statements 03:20:45 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.106s coverage: 21.9% of statements 03:20:45 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:20:45 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.524s coverage: 40.0% of statements 03:20:45 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:20:45 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.733s coverage: 68.9% of statements 03:20:45 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:20:45 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:20:45 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:20:45 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 03:20:45 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.188s coverage: 52.6% of statements 03:20:45 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 03:20:45 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 03:20:45 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.846s coverage: 68.9% of statements 03:20:45 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 03:20:45 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:20:45 GO111MODULE=on go vet ./... 03:21:02 Removing intermediate container b4c8005899c3 03:21:02 ---> 9d993902f4e8 03:21:02 Successfully built 9d993902f4e8 03:21:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:21:02 + docker inspect -f . ci-base-image-x86_64 03:21:02 . [Pipeline] withDockerContainer 03:21:02 prd-centos7-docker-4c-2g-4967 does not seem to be running inside a container 03:21:02 $ 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 ******** ci-base-image-x86_64 cat 03:21:03 $ docker top 62ffce13e9af140612dbdd80593135f6f68dc92c269a040bf15064cb48c23767 -eo pid,comm [Pipeline] { [Pipeline] sh 03:21:04 + go version 03:21:04 go version go1.15.2 linux/amd64 [Pipeline] } 03:21:04 $ docker stop --time=1 62ffce13e9af140612dbdd80593135f6f68dc92c269a040bf15064cb48c23767 03:21:05 $ docker rm -f 62ffce13e9af140612dbdd80593135f6f68dc92c269a040bf15064cb48c23767 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:21:06 + docker inspect -f . ci-base-image-x86_64 03:21:06 . [Pipeline] withDockerContainer 03:21:06 prd-centos7-docker-4c-2g-4967 does not seem to be running inside a container 03:21:06 $ 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 ******** ci-base-image-x86_64 cat 03:21:07 $ docker top 2fce0e3a6e9ade0c4b9fc24bc639ecb24822bb7d27a845aaed89e7f2d8ee71db -eo pid,comm [Pipeline] { [Pipeline] sh 03:21:08 + make test 03:21:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:21:12 gofmt -l . 03:21:12 internal/v2/cache/devices.go 03:21:12 internal/v2/cache/profiles.go 03:21:12 [ "`gofmt -l .`" = "" ] 03:21:12 make: *** [Makefile:35: test] Error 1 [Pipeline] } 03:21:12 $ docker stop --time=1 1c445528c870d971018e1864c8a52296a07e747fd81119d41ffff7bf320bcb87 03:21:14 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:21:14 $ docker rm -f 1c445528c870d971018e1864c8a52296a07e747fd81119d41ffff7bf320bcb87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:21:17 Failed in branch arm64 03:21:29 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:21:29 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:21:29 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:21:29 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.058s coverage: 21.6% of statements 03:21:30 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.441s coverage: 97.1% of statements 03:22:02 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.074s coverage: 9.4% of statements 03:22:02 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.061s coverage: 21.9% of statements 03:22:02 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:22:02 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.209s coverage: 40.0% of statements 03:22:02 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:22:02 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.279s coverage: 68.9% of statements 03:22:02 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:22:02 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:22:02 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:22:02 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 03:22:02 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 52.6% of statements 03:22:02 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 03:22:02 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 03:22:02 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.413s coverage: 68.9% of statements 03:22:02 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 03:22:02 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:22:02 GO111MODULE=on go vet ./... 03:22:10 gofmt -l . 03:22:10 internal/v2/cache/devices.go 03:22:10 internal/v2/cache/profiles.go 03:22:10 [ "`gofmt -l .`" = "" ] 03:22:10 make: *** [Makefile:35: test] Error 1 [Pipeline] } 03:22:10 $ docker stop --time=1 2fce0e3a6e9ade0c4b9fc24bc639ecb24822bb7d27a845aaed89e7f2d8ee71db 03:22:12 $ docker rm -f 2fce0e3a6e9ade0c4b9fc24bc639ecb24822bb7d27a845aaed89e7f2d8ee71db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:22:14 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:22:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:22:18 ---> package-listing.sh 03:22:18 ++ facter osfamily 03:22:18 ++ tr '[:upper:]' '[:lower:]' 03:22:18 + OS_FAMILY=redhat 03:22:18 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-625 03:22:18 + START_PACKAGES=/tmp/packages_start.txt 03:22:18 + END_PACKAGES=/tmp/packages_end.txt 03:22:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:22:18 + PACKAGES=/tmp/packages_start.txt 03:22:18 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-625 ']' 03:22:18 + PACKAGES=/tmp/packages_end.txt 03:22:18 + case "${OS_FAMILY}" in 03:22:18 + rpm -qa 03:22:18 + sort 03:22:22 + '[' -f /tmp/packages_start.txt ']' 03:22:22 + '[' -f /tmp/packages_end.txt ']' 03:22:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:22:22 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-625 ']' 03:22:22 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-625/archives/ 03:22:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-625/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:22:23 provisioning config files... 03:22:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-625@tmp/config6025126415663819758tmp [Pipeline] { [Pipeline] echo 03:22:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:22:23 ---> create-netrc.sh [Pipeline] } 03:22:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:22:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:22:24 ---> python-tools-install.sh 03:22:24 Generating Requirements File 03:23:46 Python 3.6.8 03:23:46 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 03:23:46 appdirs==1.4.3 03:23:46 argcomplete==1.12.1 03:23:46 aspy.yaml==1.3.0 03:23:46 attrs==19.3.0 03:23:46 Babel==2.8.0 03:23:46 beautifulsoup4==4.8.2 03:23:46 boto3==1.11.6 03:23:46 botocore==1.14.6 03:23:46 bs4==0.0.1 03:23:46 cachetools==4.1.1 03:23:46 certifi==2019.11.28 03:23:46 cffi==1.14.3 03:23:46 cfgv==2.0.1 03:23:46 chardet==3.0.4 03:23:46 click==7.1 03:23:46 cliff==3.4.0 03:23:46 cmd2==1.3.11 03:23:46 colorama==0.4.4 03:23:46 cryptography==3.1.1 03:23:46 debtcollector==2.2.0 03:23:46 decorator==4.4.2 03:23:46 defusedxml==0.6.0 03:23:46 Deprecated==1.2.7 03:23:46 distlib==0.3.1 03:23:46 distro==1.2.0 03:23:46 dnspython==1.16.0 03:23:46 docker==4.2.0 03:23:46 docutils==0.15.2 03:23:46 dogpile.cache==1.0.2 03:23:46 email-validator==1.0.5 03:23:46 filelock==3.0.12 03:23:46 future==0.18.2 03:23:46 google-auth==1.22.1 03:23:46 httplib2==0.17.0 03:23:46 identify==1.4.11 03:23:46 idna==2.9 03:23:46 importlib-metadata==2.0.0 03:23:46 importlib-resources==1.5.0 03:23:46 iso8601==0.1.13 03:23:46 Jinja2==2.11.1 03:23:46 jmespath==0.10.0 03:23:46 jsonpatch==1.26 03:23:46 jsonpointer==2.0 03:23:46 jsonschema==3.2.0 03:23:46 keystoneauth1==4.2.1 03:23:46 kubernetes==11.0.0 03:23:46 lftools==0.34.2 03:23:46 lxml==4.5.0 03:23:46 MarkupSafe==0.23 03:23:46 msgpack==1.0.0 03:23:46 multi-key-dict==2.0.3 03:23:46 munch==2.5.0 03:23:46 netaddr==0.8.0 03:23:46 netifaces==0.10.9 03:23:46 niet==1.4.2 03:23:46 nodeenv==1.3.5 03:23:46 oauth2client==4.1.3 03:23:46 oauthlib==3.1.0 03:23:46 openstacksdk==0.50.0 03:23:46 os-client-config==2.1.0 03:23:46 os-service-types==1.7.0 03:23:46 osc-lib==2.2.1 03:23:46 oslo.config==8.3.2 03:23:46 oslo.context==3.1.1 03:23:46 oslo.i18n==5.0.1 03:23:46 oslo.log==4.4.0 03:23:46 oslo.serialization==4.0.1 03:23:46 oslo.utils==4.6.0 03:23:46 packaging==20.4 03:23:46 pbr==5.4.4 03:23:46 pluggy==0.13.1 03:23:46 prettytable==0.7.2 03:23:46 py==1.9.0 03:23:46 pyasn1==0.4.8 03:23:46 pyasn1-modules==0.2.8 03:23:46 pycparser==2.20 03:23:46 pygerrit2==2.0.10 03:23:46 PyGithub==1.46 03:23:46 pyinotify==0.9.6 03:23:46 PyJWT==1.7.1 03:23:46 pyparsing==2.4.7 03:23:46 pyperclip==1.8.1 03:23:46 pyroute2==0.4.13 03:23:46 pyrsistent==0.15.7 03:23:46 PySocks==1.6.8 03:23:46 python-cinderclient==7.2.0 03:23:46 python-dateutil==2.8.1 03:23:46 python-heatclient==2.2.1 03:23:46 python-jenkins==1.7.0 03:23:46 python-keystoneclient==4.1.1 03:23:46 python-magnumclient==3.2.1 03:23:46 python-novaclient==17.2.1 03:23:46 python-openstackclient==5.4.0 03:23:46 python-swiftclient==3.10.1 03:23:46 pytz==2020.1 03:23:46 PyYAML==5.3 03:23:46 requests==2.23.0 03:23:46 requests-oauthlib==1.3.0 03:23:46 requestsexceptions==1.4.0 03:23:46 rfc3986==1.4.0 03:23:46 rpm==4.11.3 03:23:46 rsa==4.0 03:23:46 ruamel.yaml==0.16.10 03:23:46 ruamel.yaml.clib==0.2.0 03:23:46 s3transfer==0.3.3 03:23:46 shade==1.27.2 03:23:46 simplejson==3.17.2 03:23:46 six==1.14.0 03:23:46 soupsieve==2.0 03:23:46 stevedore==3.2.2 03:23:46 tabulate==0.8.6 03:23:46 toml==0.10.0 03:23:46 tox==3.20.1 03:23:46 tqdm==4.43.0 03:23:46 urllib3==1.25.8 03:23:46 virtualenv==20.0.34 03:23:46 wcwidth==0.2.5 03:23:46 websocket-client==0.57.0 03:23:46 wrapt==1.12.1 03:23:46 xdg==3.0.2 03:23:46 xmltodict==0.12.0 03:23:46 yq==2.11.1 03:23:46 zipp==3.3.0 03:23:46 Cache entry deserialization failed, entry ignored 03:23:46 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 03:23:46 Python 2.7.5 03:23:46 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 03:23:46 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 03:23:46 ansible==2.9.7 03:23:46 Babel==0.9.6 03:23:46 backports.ssl-match-hostname==3.5.0.1 03:23:46 beautifulsoup4==4.4.1 03:23:46 bodhi==2.11.0 03:23:46 bodhi-client==2.11.0 03:23:46 CCColUtils==1.4 03:23:46 cffi==1.6.0 03:23:46 chardet==2.2.1 03:23:46 click==6.7 03:23:46 cloud-init==18.5 03:23:46 configobj==4.7.2 03:23:46 cryptography==1.7.2 03:23:46 decorator==3.4.0 03:23:46 distro==1.2.0 03:23:46 enum34==1.0.4 03:23:46 fedpkg==1.38 03:23:46 futures==3.1.1 03:23:46 gitdb==0.6.4 03:23:46 GitPython==1.0.1 03:23:46 html5lib==0.999 03:23:46 httplib2==0.9.2 03:23:46 idna==2.4 03:23:46 iniparse==0.4 03:23:46 ipaddress==1.0.16 03:23:46 IPy==0.75 03:23:46 javapackages==1.0.0 03:23:46 Jinja2==2.7.2 03:23:46 jmespath==0.9.4 03:23:46 jsonpatch==1.2 03:23:46 jsonpointer==1.9 03:23:46 kerberos==1.1 03:23:46 kitchen==1.1.1 03:23:46 langtable==0.0.31 03:23:46 lockfile==0.9.1 03:23:46 lxml==3.2.1 03:23:46 MarkupSafe==0.11 03:23:46 munch==2.0.2 03:23:46 offtrac==0.1.0 03:23:46 openidc-client==0.6.0 03:23:46 packagedb-cli==2.14.1 03:23:46 paramiko==2.1.1 03:23:46 perf==0.1 03:23:46 ply==3.4 03:23:46 policycoreutils-default-encoding==0.1 03:23:46 prettytable==0.7.2 03:23:46 pyasn1==0.1.9 03:23:46 pycparser==2.14 03:23:46 pycurl==7.19.0 03:23:46 pygobject==3.22.0 03:23:46 pygpgme==0.3 03:23:46 pyliblzma==0.5.3 03:23:46 pyOpenSSL==0.13.1 03:23:46 pyparsing==1.5.6 03:23:46 pyserial==2.6 03:23:46 python-augeas==0.5.0 03:23:46 python-bugzilla==2.3.0 03:23:46 python-dateutil==1.5 03:23:46 python-fedora==0.10.0 03:23:46 python-linux-procfs==0.4.9 03:23:46 python-yubico==1.2.3 03:23:46 pyudev==0.15 03:23:46 pyusb==1.0.0b1 03:23:46 pyxattr==0.5.1 03:23:46 PyYAML==3.10 03:23:46 requests==2.6.0 03:23:46 requests-kerberos==0.7.0 03:23:46 rpkg==1.60 03:23:46 schedutils==0.4 03:23:46 seobject==0.1 03:23:46 sepolicy==1.1 03:23:46 six==1.9.0 03:23:46 smmap==0.9.0 03:23:46 urlgrabber==3.10 03:23:46 urllib3==1.10.2 03:23:46 virtualenv==15.1.0 03:23:46 yum-langpacks==0.4.2 03:23:46 yum-metadata-parser==1.1.4 [Pipeline] echo 03:23:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:23:46 ---> sudo-logs.sh 03:23:46 Archiving 'sudo' log.. [Pipeline] echo 03:23:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:23:47 ---> job-cost.sh 03:23:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xDs3 03:23:56 Cache entry deserialization failed, entry ignored 03:23:56 Cache entry deserialization failed, entry ignored 03:23:56 Cache entry deserialization failed, entry ignored 03:23:57 Cache entry deserialization failed, entry ignored 03:23:57 Cache entry deserialization failed, entry ignored 03:23:57 Cache entry deserialization failed, entry ignored 03:23:58 Cache entry deserialization failed, entry ignored 03:23:58 Cache entry deserialization failed, entry ignored 03:23:58 Cache entry deserialization failed, entry ignored 03:23:58 Cache entry deserialization failed, entry ignored 03:23:58 Cache entry deserialization failed, entry ignored 03:23:58 Cache entry deserialization failed, entry ignored 03:23:58 Cache entry deserialization failed, entry ignored 03:24:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:24:27 lf-activate-venv(): INFO: Adding /tmp/venv-xDs3/bin to PATH 03:24:27 INFO: No Stack... 03:24:28 INFO: Retrieving Pricing Info for: v1-standard-2 03:24:29 INFO: Archiving Costs [Pipeline] echo 03:24:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:24:29 ---> logs-deploy.sh 03:24:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-625/2 03:24:29 INFO: archiving workspace using pattern(s): 03:24:32 Archives upload complete. 03:24:32 INFO: archiving logs to Nexus 03:24:33 ---> uname -a: 03:24:33 Linux prd-centos7-docker-4c-2g-4966.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 03:24:33 03:24:33 03:24:33 ---> lscpu: 03:24:33 Architecture: x86_64 03:24:33 CPU op-mode(s): 32-bit, 64-bit 03:24:33 Byte Order: Little Endian 03:24:33 CPU(s): 4 03:24:33 On-line CPU(s) list: 0-3 03:24:33 Thread(s) per core: 1 03:24:33 Core(s) per socket: 1 03:24:33 Socket(s): 4 03:24:33 NUMA node(s): 1 03:24:33 Vendor ID: GenuineIntel 03:24:33 CPU family: 6 03:24:33 Model: 44 03:24:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:24:33 Stepping: 1 03:24:33 CPU MHz: 2933.438 03:24:33 BogoMIPS: 5866.87 03:24:33 Virtualization: VT-x 03:24:33 Hypervisor vendor: KVM 03:24:33 Virtualization type: full 03:24:33 L1d cache: 32K 03:24:33 L1i cache: 32K 03:24:33 L2 cache: 4096K 03:24:33 L3 cache: 16384K 03:24:33 NUMA node0 CPU(s): 0-3 03:24: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 03:24:33 03:24:33 03:24:33 ---> nproc: 03:24:33 4 03:24:33 03:24:33 03:24:33 ---> df -h: 03:24:33 Filesystem Size Used Avail Use% Mounted on 03:24:33 devtmpfs 887M 0 887M 0% /dev 03:24:33 tmpfs 919M 0 919M 0% /dev/shm 03:24:33 tmpfs 919M 17M 903M 2% /run 03:24:33 tmpfs 919M 0 919M 0% /sys/fs/cgroup 03:24:33 /dev/vda1 50G 7.3G 43G 15% / 03:24:33 tmpfs 184M 0 184M 0% /run/user/1001 03:24:33 03:24:33 03:24:33 ---> free -m: 03:24:33 total used free shared buff/cache available 03:24:33 Mem: 1837 585 84 16 1166 1054 03:24:33 Swap: 1023 0 1023 03:24:33 03:24:33 03:24:33 ---> ip addr: 03:24:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 03:24:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:24:33 inet 127.0.0.1/8 scope host lo 03:24:33 valid_lft forever preferred_lft forever 03:24:33 inet6 ::1/128 scope host 03:24:33 valid_lft forever preferred_lft forever 03:24:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 03:24:33 link/ether fa:16:3e:8c:0a:90 brd ff:ff:ff:ff:ff:ff 03:24:33 inet 10.30.122.30/23 brd 10.30.123.255 scope global dynamic eth0 03:24:33 valid_lft 85947sec preferred_lft 85947sec 03:24:33 inet6 fe80::f816:3eff:fe8c:a90/64 scope link 03:24:33 valid_lft forever preferred_lft forever 03:24:33 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 03:24:33 link/ether 02:42:16:fd:de:8f brd ff:ff:ff:ff:ff:ff 03:24:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:24:33 valid_lft forever preferred_lft forever 03:24:33 inet6 fe80::42:16ff:fefd:de8f/64 scope link 03:24:33 valid_lft forever preferred_lft forever 03:24:33 03:24:33 03:24:33 ---> sar -b -r -n DEV: 03:24:33 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/13/2020 _x86_64_ (4 CPU) 03:24:33 03:24:33 03:16:42 AM LINUX RESTART 03:24:33 03:24:33 03:18:02 AM tps rtps wtps bread/s bwrtn/s 03:24:33 03:19:01 AM 3.32 0.00 3.32 0.00 114.08 03:24:33 03:20:01 AM 0.43 0.00 0.43 0.00 5.96 03:24:33 03:21:01 AM 0.32 0.00 0.32 0.00 4.53 03:24:33 03:22:01 AM 0.23 0.00 0.23 0.00 2.17 03:24:33 03:23:01 AM 77.17 55.45 21.72 4676.50 2342.78 03:24:33 03:24:01 AM 112.26 23.99 88.27 1521.36 10881.75 03:24:33 Average: 32.39 13.28 19.11 1036.06 2233.02 03:24:33 03:24:33 03:18:02 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:24:33 03:19:01 AM 176608 1704948 90.61 2620 1154676 1070568 36.54 428676 1116924 20 03:24:33 03:20:01 AM 176672 1704884 90.61 2620 1154680 1070640 36.54 429476 1116632 16 03:24:33 03:21:01 AM 173576 1707980 90.77 2620 1154688 1070700 36.54 433244 1115344 12 03:24:33 03:22:01 AM 172756 1708800 90.82 2620 1154688 1070568 36.54 434652 1115020 8 03:24:33 03:23:01 AM 79544 1802012 95.77 2620 1165680 1137872 38.83 527400 1101932 61176 03:24:33 03:24:01 AM 105020 1776536 94.42 2620 1108984 1101016 37.58 491500 1044888 51944 03:24:33 Average: 147363 1734193 92.17 2620 1148899 1086894 37.09 457491 1101790 18863 03:24:33 03:24:33 03:18:02 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 03:24:33 03:19:01 AM eth0 0.08 0.08 0.01 0.03 0.00 0.00 0.00 03:24:33 03:19:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 03:19:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 03:20:01 AM eth0 3.80 1.77 3.05 0.12 0.00 0.00 0.00 03:24:33 03:20:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 03:20:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 03:21:01 AM eth0 0.47 0.37 0.27 0.20 0.00 0.00 0.00 03:24:33 03:21:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 03:21:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 03:22:01 AM eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 03:24:33 03:22:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 03:22:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 03:23:01 AM eth0 147.58 123.70 823.95 15.31 0.00 0.00 0.00 03:24:33 03:23:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 03:23:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 03:24:01 AM eth0 26.18 21.37 114.07 6.41 0.00 0.00 0.00 03:24:33 03:24:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 03:24:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 Average: eth0 29.78 24.63 157.34 3.69 0.00 0.00 0.00 03:24:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:33 03:24:33 03:24:33 ---> sar -P ALL: 03:24:33 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/13/2020 _x86_64_ (4 CPU) 03:24:33 03:24:33 03:16:42 AM LINUX RESTART 03:24:33 03:24:33 03:18:02 AM CPU %user %nice %system %iowait %steal %idle 03:24:33 03:19:01 AM all 0.18 0.00 0.04 0.00 0.00 99.78 03:24:33 03:19:01 AM 0 0.17 0.00 0.02 0.00 0.00 99.81 03:24:33 03:19:01 AM 1 0.07 0.00 0.05 0.00 0.00 99.88 03:24:33 03:19:01 AM 2 0.37 0.00 0.02 0.00 0.00 99.61 03:24:33 03:19:01 AM 3 0.08 0.00 0.08 0.00 0.00 99.83 03:24:33 03:20:01 AM all 0.15 0.00 0.03 0.00 0.00 99.82 03:24:33 03:20:01 AM 0 0.47 0.00 0.02 0.00 0.00 99.52 03:24:33 03:20:01 AM 1 0.05 0.00 0.03 0.00 0.00 99.92 03:24:33 03:20:01 AM 2 0.02 0.00 0.02 0.00 0.00 99.97 03:24:33 03:20:01 AM 3 0.07 0.00 0.05 0.00 0.00 99.88 03:24:33 03:21:01 AM all 0.16 0.00 0.03 0.00 0.00 99.81 03:24:33 03:21:01 AM 0 0.53 0.00 0.02 0.00 0.00 99.45 03:24:33 03:21:01 AM 1 0.05 0.00 0.02 0.00 0.02 99.92 03:24:33 03:21:01 AM 2 0.02 0.00 0.02 0.00 0.00 99.97 03:24:33 03:21:01 AM 3 0.05 0.00 0.05 0.00 0.00 99.90 03:24:33 03:22:01 AM all 0.15 0.00 0.02 0.00 0.00 99.82 03:24:33 03:22:01 AM 0 0.50 0.00 0.02 0.00 0.00 99.48 03:24:33 03:22:01 AM 1 0.03 0.00 0.02 0.00 0.00 99.95 03:24:33 03:22:01 AM 2 0.03 0.00 0.03 0.00 0.00 99.93 03:24:33 03:22:01 AM 3 0.05 0.00 0.03 0.00 0.03 99.88 03:24:33 03:23:01 AM all 11.30 0.00 1.11 1.75 0.01 85.83 03:24:33 03:23:01 AM 0 25.61 0.00 2.05 1.97 0.02 70.36 03:24:33 03:23:01 AM 1 9.90 0.00 0.94 2.07 0.00 87.09 03:24:33 03:23:01 AM 2 4.37 0.00 0.70 1.72 0.02 93.19 03:24:33 03:23:01 AM 3 5.40 0.00 0.77 1.24 0.00 92.60 03:24:33 03:24:01 AM all 14.62 0.00 2.93 2.25 0.01 80.19 03:24:33 03:24:01 AM 0 26.93 0.00 4.21 2.07 0.00 66.78 03:24:33 03:24:01 AM 1 10.05 0.00 1.99 0.72 0.02 87.23 03:24:33 03:24:01 AM 2 16.87 0.00 3.91 2.91 0.02 76.30 03:24:33 03:24:01 AM 3 4.60 0.00 1.62 3.31 0.02 90.45 03:24:33 Average: all 4.43 0.00 0.69 0.67 0.01 94.20 03:24:33 Average: 0 9.03 0.00 1.05 0.67 0.00 89.24 03:24:33 Average: 1 3.36 0.00 0.51 0.47 0.01 95.66 03:24:33 Average: 2 3.62 0.00 0.78 0.77 0.01 94.82 03:24:33 Average: 3 1.71 0.00 0.44 0.76 0.01 97.09 03:24:33 03:24:33 03:24:33