Pull request #631 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ba4679e64ff6e9b005bedff44595110ae0f653e0+2d9730a214a0d2600c47b6e1f4d312ee14057382 (a8a6db37761b8a21b8fd4172cb6921b6dd46cc16) 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-6199 in /w/workspace/dgexfoundry_device-sdk-go_PR-631 [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-631 # 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 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit ba4679e64ff6e9b005bedff44595110ae0f653e0 > 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/631/head:refs/remotes/origin/PR-631 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba4679e64ff6e9b005bedff44595110ae0f653e0 # 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 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 Merge succeeded, producing 130f0061a0b276a8bc7dc138e7fe536a17291da7 Checking out Revision 130f0061a0b276a8bc7dc138e7fe536a17291da7 (PR-631) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 130f0061a0b276a8bc7dc138e7fe536a17291da7 # timeout=10 Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" > git rev-list --no-walk ba4679e64ff6e9b005bedff44595110ae0f653e0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:09:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:09:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:09:28 ========================================================= 07:09:28 EdgeX Global Pipelines Version Info 07:09:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:09:30 ------------------- 07:09:30 stable info: 07:09:30 ------------------- 07:09:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:09:30 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:09:30 Message: update stable to v1.0.144 07:09:30 ------------------- 07:09:30 experimental info: 07:09:30 ------------------- 07:09:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:09:30 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:09:30 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:09:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:09:31 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:09:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:09:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:09:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:09:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:09:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:09:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:09:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:09:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:09:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:09:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:09:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:09:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:09:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:09:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:09:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:09:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:09:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:09:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:09:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:09:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:09:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:09:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:09:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:09:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-631 [Pipeline] echo 07:09:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-631 [Pipeline] echo 07:09:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-631 [Pipeline] echo 07:09:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 130f0061a0b276a8bc7dc138e7fe536a17291da7 [Pipeline] echo 07:09:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 130f006 [Pipeline] echo 07:09:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:09:34 + git log --format=format:%s -1 130f0061a0b276a8bc7dc138e7fe536a17291da7 [Pipeline] echo 07:09:34 GIT_COMMIT: 130f0061a0b276a8bc7dc138e7fe536a17291da7, Commit Message: Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD [Pipeline] echo 07:09:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:09:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:09:35 07:09:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:09:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:09:36 latest: Pulling from edgex-devops/git-semver 07:09:36 31603596830f: Pulling fs layer 07:09:36 2a8b12db71e7: Pulling fs layer 07:09:36 6ca5941a6612: Pulling fs layer 07:09:36 ecc8261a40a4: Pulling fs layer 07:09:36 ecc8261a40a4: Waiting 07:09:36 2a8b12db71e7: Verifying Checksum 07:09:36 2a8b12db71e7: Download complete 07:09:36 31603596830f: Verifying Checksum 07:09:36 31603596830f: Download complete 07:09:36 ecc8261a40a4: Verifying Checksum 07:09:36 6ca5941a6612: Verifying Checksum 07:09:36 6ca5941a6612: Download complete 07:09:36 31603596830f: Pull complete 07:09:36 2a8b12db71e7: Pull complete 07:09:37 6ca5941a6612: Pull complete 07:09:37 ecc8261a40a4: Pull complete 07:09:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:09:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:09:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:09:37 prd-centos7-docker-4c-2g-6199 does not seem to be running inside a container 07:09:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-631 -v /w/workspace/dgexfoundry_device-sdk-go_PR-631:/w/workspace/dgexfoundry_device-sdk-go_PR-631:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-631@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:09:39 $ docker top 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:09:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:09:40 [ssh-agent] Looking for ssh-agent implementation... 07:09:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:09:40 $ docker exec 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 ssh-agent 07:09:40 SSH_AUTH_SOCK=/tmp/ssh-Ik1RBP1Beor7/agent.11 07:09:40 SSH_AGENT_PID=17 07:09:40 Running ssh-add (command line suppressed) 07:09:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp/private_key_2916985423675019880.key (/w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp/private_key_2916985423675019880.key) 07:09:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:09:41 + git tag --points-at HEAD [Pipeline] } 07:09:41 $ docker exec --env ******** --env ******** 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 ssh-agent -k 07:09:41 unset SSH_AUTH_SOCK; 07:09:41 unset SSH_AGENT_PID; 07:09:41 echo Agent pid 17 killed; 07:09:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:09:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:09:41 [ssh-agent] Looking for ssh-agent implementation... 07:09:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:09:41 $ docker exec 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 ssh-agent 07:09:42 SSH_AUTH_SOCK=/tmp/ssh-qeiTyhAA9LtN/agent.45 07:09:42 SSH_AGENT_PID=50 07:09:42 Running ssh-add (command line suppressed) 07:09:42 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp/private_key_9177764941864467080.key (/w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp/private_key_9177764941864467080.key) 07:09:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:09:42 + git semver init 07:09:42 # -> Open(): unable to determine branch for HEAD 07:09:42 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-631/.git 07:09:42 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-631 07:09:42 # $SEMVER_REMOTE_NAME = origin 07:09:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:09:42 # $SEMVER_USER_NAME = edgex-jenkins 07:09:42 # $SEMVER_BRANCH = PR-631 07:09:42 # $SEMVER_TEMP = /tmp/semver-326307362 07:09:42 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:09:43 # '/tmp/semver-326307362' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-631/.semver' 07:09:43 # -> Force: false 07:09:43 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-631/.semver [Pipeline] } 07:09:43 $ docker exec --env ******** --env ******** 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 ssh-agent -k 07:09:43 unset SSH_AUTH_SOCK; 07:09:43 unset SSH_AGENT_PID; 07:09:43 echo Agent pid 50 killed; 07:09:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:09:44 + git semver [Pipeline] } 07:09:44 $ docker stop --time=1 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 07:09:45 $ docker rm -f 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 [Pipeline] // withDockerContainer [Pipeline] sh 07:09:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:09:46 Stashed 1 file(s) [Pipeline] echo 07:09:46 [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:10:02 Still waiting to schedule task 07:10:02 ‘prd-centos7-builder-2c-1g-6193’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6185’ is offline; ‘prd-centos7-docker-4c-2g-6186’ is offline; ‘prd-centos7-docker-4c-2g-6187’ is offline; ‘prd-centos7-docker-4c-2g-6194’ is offline; ‘prd-centos7-docker-4c-2g-6200’ is offline; ‘prd-centos7-docker-4c-2g-6202’ is offline; ‘prd-centos7-docker-4c-2g-6203’ is offline; ‘prd-centos7-docker-8c-8g-6184’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6180’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6188’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6192’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6195’ doesn’t have label ‘centos7-docker-4c-2g’ 07:10:02 Still waiting to schedule task 07:10:02 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:12:09 Running on prd-centos7-docker-4c-2g-6209 in /w/workspace/dgexfoundry_device-sdk-go_PR-631 [Pipeline] { [Pipeline] ws 07:12:09 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 07:12:12 using credential edgex-jenkins-ssh 07:12:12 Cloning the remote Git repository 07:12:12 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:12:12 > git init /w/workspace/device-sdk-go/2 # timeout=10 07:12:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:12:12 > git --version # timeout=10 07:12:12 > git --version # 'git version 2.16.5' 07:12:12 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:12:14 Merging remotes/origin/master commit 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit ba4679e64ff6e9b005bedff44595110ae0f653e0 07:12:14 Merge succeeded, producing 1f2f5960d67e83a44d97bcd08f3270ceae26864b 07:12:14 Checking out Revision 1f2f5960d67e83a44d97bcd08f3270ceae26864b (PR-631) 07:12:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:12:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:12:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:12:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:12:13 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/631/head:refs/remotes/origin/PR-631 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:12:14 > git config core.sparsecheckout # timeout=10 07:12:14 > git checkout -f ba4679e64ff6e9b005bedff44595110ae0f653e0 # timeout=10 07:12:14 > git remote # timeout=10 07:12:14 > git config --get remote.origin.url # timeout=10 07:12:14 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:14 > git merge 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 07:12:14 > git rev-parse HEAD^{commit} # timeout=10 07:12:14 > git config core.sparsecheckout # timeout=10 07:12:14 > git checkout -f 1f2f5960d67e83a44d97bcd08f3270ceae26864b # timeout=10 07:12:17 Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" 07:12:18 > git rev-list --no-walk ba4679e64ff6e9b005bedff44595110ae0f653e0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:12:18 ========================================================= 07:12:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:12:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:12:19 + 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:12:19 Sending build context to Docker daemon 2.318MB 07:12:19 Step 1/8 : ARG BASE=golang:1.15-alpine 07:12:19 Step 2/8 : FROM ${BASE} 07:12:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:12:20 df20fa9351a1: Pulling fs layer 07:12:20 ed8968b2872e: Pulling fs layer 07:12:20 a92cc7c5fd73: Pulling fs layer 07:12:20 e871e8e8d7a9: Pulling fs layer 07:12:20 e73272ec9a57: Pulling fs layer 07:12:20 1e910a182e73: Pulling fs layer 07:12:20 4e634b169226: Pulling fs layer 07:12:20 e871e8e8d7a9: Waiting 07:12:20 e73272ec9a57: Waiting 07:12:20 1e910a182e73: Waiting 07:12:20 4e634b169226: Waiting 07:12:20 a92cc7c5fd73: Verifying Checksum 07:12:20 a92cc7c5fd73: Download complete 07:12:20 ed8968b2872e: Download complete 07:12:20 e73272ec9a57: Verifying Checksum 07:12:20 e73272ec9a57: Download complete 07:12:20 df20fa9351a1: Verifying Checksum 07:12:20 df20fa9351a1: Download complete 07:12:20 1e910a182e73: Verifying Checksum 07:12:20 1e910a182e73: Download complete 07:12:20 df20fa9351a1: Pull complete 07:12:20 ed8968b2872e: Pull complete 07:12:21 a92cc7c5fd73: Pull complete 07:12:22 4e634b169226: Download complete 07:12:22 e871e8e8d7a9: Verifying Checksum 07:12:22 e871e8e8d7a9: Download complete 07:12:27 e871e8e8d7a9: Pull complete 07:12:27 e73272ec9a57: Pull complete 07:12:27 1e910a182e73: Pull complete 07:12:36 4e634b169226: Pull complete 07:12:36 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:12:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:12:36 ---> f7629b54cfaa 07:12:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:12:36 ---> Running in 266f03d5e714 07:12:36 Removing intermediate container 266f03d5e714 07:12:36 ---> 0ddc7b2d399f 07:12:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:36 ---> Running in d8df3dab1487 07:12:37 Removing intermediate container d8df3dab1487 07:12:37 ---> 31c0e4d73b21 07:12:37 Step 5/8 : RUN apk add --no-cache make git 07:12:37 ---> Running in 0358841fb590 07:12:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:12:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:12:43 OK: 166 MiB in 39 packages 07:12:43 Removing intermediate container 0358841fb590 07:12:43 ---> 71a1e7ce3c0f 07:12:43 Step 6/8 : WORKDIR /device-sdk-go 07:12:43 ---> Running in b893f43c8e3d 07:12:43 Removing intermediate container b893f43c8e3d 07:12:43 ---> 894ff5a38db1 07:12:43 Step 7/8 : COPY . . 07:12:44 ---> 3eab7db02e69 07:12:44 Step 8/8 : RUN go mod download 07:12:44 ---> Running in 003a0984c3d4 07:12:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6208 in /w/workspace/dgexfoundry_device-sdk-go_PR-631 [Pipeline] { [Pipeline] ws 07:12:49 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 07:12:54 using credential edgex-jenkins-ssh 07:12:54 Cloning the remote Git repository 07:12:54 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:12:54 > git init /w/workspace/device-sdk-go/2 # timeout=10 07:12:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:12:54 > git --version # timeout=10 07:12:54 > git --version # 'git version 2.17.1' 07:12:54 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:12:56 Merging remotes/origin/master commit 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit ba4679e64ff6e9b005bedff44595110ae0f653e0 07:12:56 Merge succeeded, producing f2fad3893f45e0a4de6ac0b96e035ddd09fdfa39 07:12:56 Checking out Revision f2fad3893f45e0a4de6ac0b96e035ddd09fdfa39 (PR-631) 07:12:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:12:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:12:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:12:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:12:55 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/631/head:refs/remotes/origin/PR-631 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:12:56 > git config core.sparsecheckout # timeout=10 07:12:56 > git checkout -f ba4679e64ff6e9b005bedff44595110ae0f653e0 # timeout=10 07:12:56 > git remote # timeout=10 07:12:56 > git config --get remote.origin.url # timeout=10 07:12:56 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:56 > git merge 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 07:12:56 > git rev-parse HEAD^{commit} # timeout=10 07:12:56 > git config core.sparsecheckout # timeout=10 07:12:56 > git checkout -f f2fad3893f45e0a4de6ac0b96e035ddd09fdfa39 # timeout=10 07:13:00 Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" 07:13:00 > git rev-list --no-walk ba4679e64ff6e9b005bedff44595110ae0f653e0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:13:01 ========================================================= 07:13:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:13:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:13:02 + 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:13:03 Removing intermediate container 003a0984c3d4 07:13:03 ---> 3d4a01615b68 07:13:03 Successfully built 3d4a01615b68 07:13:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:13:03 + docker inspect -f . ci-base-image-x86_64 07:13:03 . [Pipeline] withDockerContainer 07:13:03 prd-centos7-docker-4c-2g-6209 does not seem to be running inside a container 07:13:03 $ 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 ******** ci-base-image-x86_64 cat 07:13:04 Sending build context to Docker daemon 2.318MB 07:13:04 Step 1/8 : ARG BASE=golang:1.15-alpine 07:13:04 Step 2/8 : FROM ${BASE} 07:13:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:13:04 b538f80385f9: Pulling fs layer 07:13:04 74f711af9a0d: Pulling fs layer 07:13:04 99f96fe45779: Pulling fs layer 07:13:04 8529a6b9a6be: Pulling fs layer 07:13:04 45590311c82a: Pulling fs layer 07:13:04 69ca0ff8b7b3: Pulling fs layer 07:13:04 209524e5b208: Pulling fs layer 07:13:04 45590311c82a: Waiting 07:13:04 8529a6b9a6be: Waiting 07:13:04 209524e5b208: Waiting 07:13:04 69ca0ff8b7b3: Waiting 07:13:04 99f96fe45779: Verifying Checksum 07:13:04 99f96fe45779: Download complete 07:13:04 74f711af9a0d: Download complete 07:13:04 45590311c82a: Verifying Checksum 07:13:04 45590311c82a: Download complete 07:13:04 69ca0ff8b7b3: Verifying Checksum 07:13:04 69ca0ff8b7b3: Download complete 07:13:04 b538f80385f9: Download complete 07:13:04 $ docker top 90ebe8f5940e93f3cf02574925e53dd0ebd8bc5c6d06ad6b8a63247ae2489b87 -eo pid,comm [Pipeline] { [Pipeline] sh 07:13:05 + go version 07:13:05 go version go1.15.2 linux/amd64 [Pipeline] } 07:13:05 $ docker stop --time=1 90ebe8f5940e93f3cf02574925e53dd0ebd8bc5c6d06ad6b8a63247ae2489b87 07:13:05 b538f80385f9: Pull complete 07:13:05 74f711af9a0d: Pull complete 07:13:06 99f96fe45779: Pull complete 07:13:06 $ docker rm -f 90ebe8f5940e93f3cf02574925e53dd0ebd8bc5c6d06ad6b8a63247ae2489b87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 07:13:06 209524e5b208: Verifying Checksum 07:13:06 209524e5b208: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:13:07 + docker inspect -f . ci-base-image-x86_64 07:13:07 . [Pipeline] withDockerContainer 07:13:07 prd-centos7-docker-4c-2g-6209 does not seem to be running inside a container 07:13: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 ******** ci-base-image-x86_64 cat 07:13:08 $ docker top 887a36f6e2b43872daa02e6d28ac80bc43cd4311009778daa22e5d2f3baf4613 -eo pid,comm 07:13:08 8529a6b9a6be: Download complete [Pipeline] { [Pipeline] sh 07:13:08 + make test 07:13:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:13:16 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:13:18 8529a6b9a6be: Pull complete 07:13:18 45590311c82a: Pull complete 07:13:18 69ca0ff8b7b3: Pull complete 07:13:22 209524e5b208: Pull complete 07:13:22 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:13:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:13:22 ---> 5bddaf1c2fca 07:13:22 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:13:25 ---> Running in 688b3557337e 07:13:25 Removing intermediate container 688b3557337e 07:13:25 ---> 957402cd4578 07:13:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:13:25 ---> Running in f55167db7192 07:13:28 Removing intermediate container f55167db7192 07:13:28 ---> c03b6472ff7c 07:13:28 Step 5/8 : RUN apk add --no-cache make git 07:13:28 ---> Running in f3501cf6d8ef 07:13:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:13:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:13:31 OK: 142 MiB in 39 packages 07:13:31 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:13:31 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:13:31 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:13:31 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.073s coverage: 21.6% of statements 07:13:32 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.441s coverage: 97.1% of statements 07:13:33 Removing intermediate container f3501cf6d8ef 07:13:33 ---> 1f060cf0de77 07:13:33 Step 6/8 : WORKDIR /device-sdk-go 07:13:33 ---> Running in f3aa2d5b85bc 07:13:33 Removing intermediate container f3aa2d5b85bc 07:13:33 ---> 56d7c8055f25 07:13:33 Step 7/8 : COPY . . 07:13:34 ---> a73d7df0568a 07:13:34 Step 8/8 : RUN go mod download 07:13:34 ---> Running in e115c9d77d98 07:13:56 Removing intermediate container e115c9d77d98 07:13:56 ---> ae37ccd490be 07:13:57 Successfully built ae37ccd490be 07:13:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:13:57 + docker inspect -f . ci-base-image-arm64 07:13:57 . [Pipeline] withDockerContainer 07:13:57 prd-ubuntu18.04-docker-arm64-4c-16g-6208 does not seem to be running inside a container 07:13:58 $ 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 ******** ci-base-image-arm64 cat 07:14:00 $ docker top 86538777abe095819da96cd1621c025c92219f6e40b5a8ede9646ac359a8e137 -eo pid,comm [Pipeline] { [Pipeline] sh 07:14:01 + go version 07:14:01 go version go1.15.2 linux/arm64 [Pipeline] } 07:14:01 $ docker stop --time=1 86538777abe095819da96cd1621c025c92219f6e40b5a8ede9646ac359a8e137 07:14:03 $ docker rm -f 86538777abe095819da96cd1621c025c92219f6e40b5a8ede9646ac359a8e137 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 07:14:04 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.068s coverage: 9.4% of statements 07:14:04 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.050s coverage: 21.9% of statements 07:14:04 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:14:04 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.232s coverage: 42.6% of statements 07:14:04 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:14:04 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.277s coverage: 68.9% of statements 07:14:04 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:14:04 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:14:04 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:14:04 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:14:04 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.073s coverage: 52.6% of statements 07:14:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:14:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:14:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:14:04 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.338s coverage: 68.9% of statements 07:14:04 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:14:04 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:14:04 GO111MODULE=on go vet ./... [Pipeline] isUnix [Pipeline] sh 07:14:04 + docker inspect -f . ci-base-image-arm64 07:14:04 . [Pipeline] withDockerContainer 07:14:04 prd-ubuntu18.04-docker-arm64-4c-16g-6208 does not seem to be running inside a container 07:14:05 $ 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 ******** ci-base-image-arm64 cat 07:14:07 $ docker top 50fd4a42025b750650099b7ebcd736dd78b708d362d214cf947096b4efe9560b -eo pid,comm [Pipeline] { [Pipeline] sh 07:14:08 + make test 07:14:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:14:10 gofmt -l . 07:14:10 [ "`gofmt -l .`" = "" ] 07:14:10 ./bin/test-attribution-txt.sh 07:14:11 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:14:12 Stashed 1 file(s) [Pipeline] } 07:14:12 $ docker stop --time=1 887a36f6e2b43872daa02e6d28ac80bc43cd4311009778daa22e5d2f3baf4613 07:14:13 $ docker rm -f 887a36f6e2b43872daa02e6d28ac80bc43cd4311009778daa22e5d2f3baf4613 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:14:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:14:16 + ls -al . 07:14:16 total 188 07:14:16 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 07:14 . 07:14:16 drwxrwxr-x. 4 jenkins jenkins 28 Oct 19 07:12 .. 07:14:16 drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 07:12 bin 07:14:16 -rw-r--r--. 1 jenkins jenkins 110398 Oct 19 07:14 coverage.out 07:14:16 -rw-rw-r--. 1 jenkins jenkins 936 Oct 19 07:12 Dockerfile.build 07:14:16 -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 07:12 .dockerignore 07:14:16 drwxrwxr-x. 4 jenkins jenkins 48 Oct 19 07:12 example 07:14:16 drwxrwxr-x. 8 jenkins jenkins 179 Oct 19 07:12 .git 07:14:16 drwxrwxr-x. 2 jenkins jenkins 60 Oct 19 07:12 .github 07:14:16 -rw-rw-r--. 1 jenkins jenkins 138 Oct 19 07:12 .gitignore 07:14:16 -rw-r--r--. 1 jenkins jenkins 518 Oct 19 07:14 go.mod 07:14:16 -rw-r--r--. 1 jenkins jenkins 13660 Oct 19 07:14 go.sum 07:14:16 drwxrwxr-x. 15 jenkins jenkins 211 Oct 19 07:12 internal 07:14:16 -rw-rw-r--. 1 jenkins jenkins 901 Oct 19 07:12 Jenkinsfile 07:14:16 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 07:12 LICENSE 07:14:16 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 19 07:12 Makefile 07:14:16 drwxrwxr-x. 4 jenkins jenkins 26 Oct 19 07:12 openapi 07:14:16 drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 07:12 pkg 07:14:16 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 19 07:12 README.md 07:14:16 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 19 07:12 RELEASE-NOTES.txt 07:14:16 drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 07:12 snap 07:14:16 -rw-rw-r--. 1 jenkins jenkins 5 Oct 19 07:09 VERSION 07:14:16 -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 07:12 version.go [Pipeline] isUnix [Pipeline] sh 07:14:17 + 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=130f0061a0b276a8bc7dc138e7fe536a17291da7 --label arch=amd64 --label version=0.0.0 . 07:14:17 Sending build context to Docker daemon 2.429MB 07:14:17 Step 1/24 : ARG BASE=golang:1.15-alpine 07:14:17 Step 2/24 : FROM ${BASE} AS builder 07:14:17 ---> 3d4a01615b68 07:14:17 Step 3/24 : ARG MAKE='make build' 07:14:17 ---> Running in 089819a9f618 07:14:17 Removing intermediate container 089819a9f618 07:14:17 ---> 325498abb482 07:14:17 Step 4/24 : WORKDIR /device-sdk-go 07:14:18 ---> Running in 894f32425522 07:14:18 Removing intermediate container 894f32425522 07:14:18 ---> aae31adfbda6 07:14:18 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:14:18 ---> Running in 806666ac942f 07:14:18 Removing intermediate container 806666ac942f 07:14:18 ---> e12112e0c80b 07:14:18 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:14:18 ---> Running in a262aa51ae78 07:14:19 Removing intermediate container a262aa51ae78 07:14:19 ---> ab7124c50f11 07:14:19 Step 7/24 : RUN apk add --update --no-cache make git 07:14:19 ---> Running in 516017ae94f8 07:14:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:14:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:14:21 OK: 166 MiB in 39 packages 07:14:21 Removing intermediate container 516017ae94f8 07:14:21 ---> e6fb42cb2141 07:14:21 Step 8/24 : COPY . . 07:14:23 ---> ce47bd8a0cdc 07:14:23 Step 9/24 : RUN ${MAKE} 07:14:23 ---> Running in 0b806f1d2a82 07:14:23 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:14:30 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:14:32 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:14:34 Removing intermediate container 0b806f1d2a82 07:14:34 ---> 304ac951ef5a 07:14:34 Step 10/24 : FROM scratch 07:14:34 ---> 07:14:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:14:34 ---> Running in 21497eaad9a0 07:14:34 Removing intermediate container 21497eaad9a0 07:14:34 ---> f77228186627 07:14:34 Step 12/24 : ENV APP_PORT=49990 07:14:34 ---> Running in b6c6d9624c6d 07:14:34 Removing intermediate container b6c6d9624c6d 07:14:34 ---> ab0cf9e6f40a 07:14:34 Step 13/24 : EXPOSE $APP_PORT 07:14:34 ---> Running in ed162dff0390 07:14:34 Removing intermediate container ed162dff0390 07:14:34 ---> 553cb06a8a10 07:14:34 Step 14/24 : WORKDIR / 07:14:34 ---> Running in f9ecac01777c 07:14:35 Removing intermediate container f9ecac01777c 07:14:35 ---> ff7a1a189dee 07:14:35 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:14:35 ---> f5113dc36d85 07:14:35 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:14:35 ---> 8b5269e7dd2d 07:14:35 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:14:35 ---> e49e9a23de30 07:14:35 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:14:36 ---> 5f552d4f8ff2 07:14:36 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:14:36 ---> b318bb0ddfc5 07:14:36 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:14:36 ---> Running in 358c080c4ee5 07:14:36 Removing intermediate container 358c080c4ee5 07:14:36 ---> 20f34afc907f 07:14:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:14:36 ---> Running in ec6ec8e2ad3c 07:14:37 Removing intermediate container ec6ec8e2ad3c 07:14:37 ---> 20b8c06f8ecc 07:14:37 Step 22/24 : LABEL arch=amd64 07:14:37 ---> Running in a3d2ad1c48a2 07:14:37 Removing intermediate container a3d2ad1c48a2 07:14:37 ---> 102914f1afd7 07:14:37 Step 23/24 : LABEL git_sha=130f0061a0b276a8bc7dc138e7fe536a17291da7 07:14:37 ---> Running in 58402693e4ad 07:14:37 Removing intermediate container 58402693e4ad 07:14:37 ---> da372764e53e 07:14:37 Step 24/24 : LABEL version=0.0.0 07:14:37 ---> Running in 034158ff7227 07:14:37 Removing intermediate container 034158ff7227 07:14:37 ---> 51c3beedc619 07:14:37 [Warning] One or more build-args [ARCH] were not consumed 07:14:37 Successfully built 51c3beedc619 07:14:37 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:15:17 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:15:17 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:15:17 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:15:17 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.167s coverage: 21.6% of statements 07:15:17 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.149s coverage: 97.1% of statements 07:15:44 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.183s coverage: 9.4% of statements 07:15:44 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.108s coverage: 21.9% of statements 07:15:44 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:15:44 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.584s coverage: 42.6% of statements 07:15:44 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:15:44 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.730s coverage: 68.9% of statements 07:15:44 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:15:44 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:15:44 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:15:44 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:15:44 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.171s coverage: 52.6% of statements 07:15:44 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:15:44 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:15:44 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:15:44 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.855s coverage: 68.9% of statements 07:15:44 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:15:44 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:15:44 GO111MODULE=on go vet ./... 07:16:17 gofmt -l . 07:16:17 [ "`gofmt -l .`" = "" ] 07:16:17 ./bin/test-attribution-txt.sh 07:16:17 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:16:17 Warning: overwriting stash ‘coverage-report’ 07:16:17 Stashed 1 file(s) [Pipeline] } 07:16:17 $ docker stop --time=1 50fd4a42025b750650099b7ebcd736dd78b708d362d214cf947096b4efe9560b 07:16:20 $ docker rm -f 50fd4a42025b750650099b7ebcd736dd78b708d362d214cf947096b4efe9560b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:16:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:16:22 + ls -al . 07:16:22 total 224 07:16:22 drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 07:16 . 07:16:22 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 .. 07:16:22 -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 07:12 .dockerignore 07:16:22 drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 07:13 .git 07:16:22 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:12 .github 07:16:22 -rw-rw-r-- 1 jenkins jenkins 138 Oct 19 07:12 .gitignore 07:16:22 -rw-rw-r-- 1 jenkins jenkins 936 Oct 19 07:12 Dockerfile.build 07:16:22 -rw-rw-r-- 1 jenkins jenkins 901 Oct 19 07:12 Jenkinsfile 07:16:22 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 07:12 LICENSE 07:16:22 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 19 07:12 Makefile 07:16:22 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 19 07:12 README.md 07:16:22 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 19 07:12 RELEASE-NOTES.txt 07:16:22 -rw-rw-r-- 1 jenkins jenkins 5 Oct 19 07:09 VERSION 07:16:22 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:12 bin 07:16:22 -rw-r--r-- 1 jenkins jenkins 110398 Oct 19 07:15 coverage.out 07:16:22 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 example 07:16:22 -rw-r--r-- 1 jenkins jenkins 518 Oct 19 07:16 go.mod 07:16:22 -rw-r--r-- 1 jenkins jenkins 13660 Oct 19 07:16 go.sum 07:16:22 drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 07:12 internal 07:16:22 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 openapi 07:16:22 drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 07:12 pkg 07:16:22 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 snap 07:16:22 -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 07:12 version.go [Pipeline] isUnix [Pipeline] sh 07:16:22 + 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=130f0061a0b276a8bc7dc138e7fe536a17291da7 --label arch=arm64 --label version=0.0.0 . 07:16:23 Sending build context to Docker daemon 2.429MB 07:16:23 Step 1/24 : ARG BASE=golang:1.15-alpine 07:16:23 Step 2/24 : FROM ${BASE} AS builder 07:16:23 ---> ae37ccd490be 07:16:23 Step 3/24 : ARG MAKE='make build' 07:16:23 ---> Running in a1bd2299845f 07:16:23 Removing intermediate container a1bd2299845f 07:16:23 ---> c52c3085e6ad 07:16:23 Step 4/24 : WORKDIR /device-sdk-go 07:16:24 ---> Running in 94d49ff32955 07:16:24 Removing intermediate container 94d49ff32955 07:16:24 ---> 07bf8c3be415 07:16:24 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:16:24 ---> Running in 1c3477a705cb 07:16:25 Removing intermediate container 1c3477a705cb 07:16:25 ---> f5069dbcc4ee 07:16:25 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:16:25 ---> Running in 473dee7d92d5 07:16:27 Removing intermediate container 473dee7d92d5 07:16:27 ---> 4741869f20d1 07:16:27 Step 7/24 : RUN apk add --update --no-cache make git 07:16:27 ---> Running in 455e88a0b3cc 07:16:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:16:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:16:31 OK: 142 MiB in 39 packages 07:16:32 Removing intermediate container 455e88a0b3cc 07:16:32 ---> 5eb38c57ef41 07:16:32 Step 8/24 : COPY . . 07:16:33 ---> f60ac3a03470 07:16:33 Step 9/24 : RUN ${MAKE} 07:16:34 ---> Running in dfb941dc5a06 07:16:35 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:17:02 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:17:02 Removing intermediate container dfb941dc5a06 07:17:02 ---> 1e901e96f87b 07:17:02 Step 10/24 : FROM scratch 07:17:02 ---> 07:17:02 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:17:02 ---> Running in a480ca763e1f 07:17:02 Removing intermediate container a480ca763e1f 07:17:02 ---> 6ced5f3be248 07:17:02 Step 12/24 : ENV APP_PORT=49990 07:17:02 ---> Running in 2110a81eafc0 07:17:02 Removing intermediate container 2110a81eafc0 07:17:02 ---> 6637a80a1c7d 07:17:02 Step 13/24 : EXPOSE $APP_PORT 07:17:02 ---> Running in 3986e20ff045 07:17:03 Removing intermediate container 3986e20ff045 07:17:03 ---> 7425a0bfe23d 07:17:03 Step 14/24 : WORKDIR / 07:17:03 ---> Running in e07745192a84 07:17:03 Removing intermediate container e07745192a84 07:17:03 ---> 64e4c792ec81 07:17:03 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:17:04 ---> 9b3db21d7d31 07:17:04 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:17:05 ---> f5d114c07958 07:17:05 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:17:06 ---> a2904866202c 07:17:06 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:17:06 ---> a7b1d2c9c050 07:17:06 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:17:07 ---> 87dc209cca90 07:17:07 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:17:07 ---> Running in 262a2e0d36aa 07:17:07 Removing intermediate container 262a2e0d36aa 07:17:07 ---> d31cfd012cf1 07:17:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:17:07 ---> Running in 51d5d9135052 07:17:08 Removing intermediate container 51d5d9135052 07:17:08 ---> 22f7711332a2 07:17:08 Step 22/24 : LABEL arch=arm64 07:17:08 ---> Running in 1e6722f09043 07:17:08 Removing intermediate container 1e6722f09043 07:17:08 ---> 4c8cccefc525 07:17:08 Step 23/24 : LABEL git_sha=130f0061a0b276a8bc7dc138e7fe536a17291da7 07:17:08 ---> Running in 7a2ff7ce1a54 07:17:09 Removing intermediate container 7a2ff7ce1a54 07:17:09 ---> a3c64f6e803d 07:17:09 Step 24/24 : LABEL version=0.0.0 07:17:09 ---> Running in 921841375ce3 07:17:09 Removing intermediate container 921841375ce3 07:17:09 ---> a3c664d9863d 07:17:09 [Warning] One or more build-args [ARCH] were not consumed 07:17:10 Successfully built a3c664d9863d 07:17:10 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:17:11 provisioning config files... 07:17:12 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp/config6743164559587837406tmp [Pipeline] { [Pipeline] sh 07:17:12 + set +x 07:17:12 + curl -s https://codecov.io/bash 07:17:12 + bash -s -- 07:17:12 07:17:12 _____ _ 07:17:12 / ____| | | 07:17:12 | | ___ __| | ___ ___ _____ __ 07:17:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:17:12 | |___| (_) | (_| | __/ (_| (_) \ V / 07:17:12 \_____\___/ \__,_|\___|\___\___/ \_/ 07:17:12 Bash-20201009-048fee3 07:17:12 07:17:12 07:17:12 ==> Jenkins CI detected. 07:17:12 project root: . 07:17:12 Fixing merge commit SHA 07:17:12 --> token set from env 07:17:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:17:12 ==> Running gcov in . (disable via -X gcov) 07:17:12 ==> Python coveragepy not found 07:17:12 ==> Searching for coverage reports in: 07:17:12 + . 07:17:12 -> Found 1 reports 07:17:12 ==> Detecting git/mercurial file structure 07:17:12 ==> Reading reports 07:17:12 + ./coverage.out bytes=110398 07:17:12 ==> Appending adjustments 07:17:12 https://docs.codecov.io/docs/fixing-reports 07:17:13 + Found adjustments 07:17:13 ==> Gzipping contents 07:17:13 ==> Uploading reports 07:17:13 url: https://codecov.io 07:17:13 query: branch=PR-631&commit=2d9730a214a0d2600c47b6e1f4d312ee14057382&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-631%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=631&job=&cmd_args= 07:17:13 -> Pinging Codecov 07:17:13 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-631&commit=2d9730a214a0d2600c47b6e1f4d312ee14057382&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-631%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=631&job=&cmd_args= 07:17:13 -> Uploading to 07:17:13 07:17:13 % Total % Received % Xferd Average Speed Time Time Time Current 07:17:13 Dload Upload Total Spent Left Speed 07:17:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 07:17:13 X> Failed to upload 07:17:13 ==> Uploading to Codecov 07:17:13 % Total % Received % Xferd Average Speed Time Time Time Current 07:17:13 Dload Upload Total Spent Left Speed 07:17:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19138 100 110 100 19028 163 28274 --:--:-- --:--:-- --:--:-- 28315 07:17:14 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2d9730a214a0d2600c47b6e1f4d312ee14057382 [Pipeline] } 07:17:14 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:17:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:17:17 ---> package-listing.sh 07:17:17 ++ tr '[:upper:]' '[:lower:]' 07:17:17 ++ facter osfamily 07:17:17 + OS_FAMILY=redhat 07:17:17 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-631 07:17:17 + START_PACKAGES=/tmp/packages_start.txt 07:17:17 + END_PACKAGES=/tmp/packages_end.txt 07:17:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:17:17 + PACKAGES=/tmp/packages_start.txt 07:17:17 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-631 ']' 07:17:17 + PACKAGES=/tmp/packages_end.txt 07:17:17 + case "${OS_FAMILY}" in 07:17:17 + rpm -qa 07:17:17 + sort 07:17:22 + '[' -f /tmp/packages_start.txt ']' 07:17:22 + '[' -f /tmp/packages_end.txt ']' 07:17:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:17:22 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-631 ']' 07:17:22 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-631/archives/ 07:17:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-631/archives/ [Pipeline] echo 07:17:22 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-631/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:17:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:17:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:17:22 07:17:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:17:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:17:23 alpine: Pulling from edgex-lftools-log-publisher 07:17:23 df20fa9351a1: Pulling fs layer 07:17:23 36b3adc4ff6f: Pulling fs layer 07:17:23 8ad3a11d3b57: Pulling fs layer 07:17:23 46f8f816bc3b: Pulling fs layer 07:17:23 93b61091891f: Pulling fs layer 07:17:23 93b9cdb0e59b: Pulling fs layer 07:17:23 5e14af77c1be: Pulling fs layer 07:17:23 01666e4c0597: Pulling fs layer 07:17:23 aa168da1d23b: Pulling fs layer 07:17:23 46f8f816bc3b: Waiting 07:17:23 93b9cdb0e59b: Waiting 07:17:23 93b61091891f: Waiting 07:17:23 5e14af77c1be: Waiting 07:17:23 01666e4c0597: Waiting 07:17:23 aa168da1d23b: Waiting 07:17:23 36b3adc4ff6f: Verifying Checksum 07:17:23 36b3adc4ff6f: Download complete 07:17:23 46f8f816bc3b: Verifying Checksum 07:17:23 46f8f816bc3b: Download complete 07:17:23 df20fa9351a1: Verifying Checksum 07:17:23 df20fa9351a1: Download complete 07:17:23 93b9cdb0e59b: Verifying Checksum 07:17:23 93b9cdb0e59b: Download complete 07:17:23 5e14af77c1be: Verifying Checksum 07:17:23 5e14af77c1be: Download complete 07:17:23 01666e4c0597: Verifying Checksum 07:17:23 01666e4c0597: Download complete 07:17:23 93b61091891f: Verifying Checksum 07:17:23 93b61091891f: Download complete 07:17:23 df20fa9351a1: Pull complete 07:17:23 36b3adc4ff6f: Pull complete 07:17:23 8ad3a11d3b57: Verifying Checksum 07:17:23 8ad3a11d3b57: Download complete 07:17:24 8ad3a11d3b57: Pull complete 07:17:24 46f8f816bc3b: Pull complete 07:17:25 93b61091891f: Pull complete 07:17:25 93b9cdb0e59b: Pull complete 07:17:25 5e14af77c1be: Pull complete 07:17:25 aa168da1d23b: Verifying Checksum 07:17:25 aa168da1d23b: Download complete 07:17:25 01666e4c0597: Pull complete 07:17:32 aa168da1d23b: Pull complete 07:17:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:17:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:17:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:17:32 prd-centos7-docker-4c-2g-6199 does not seem to be running inside a container 07:17:32 $ 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-631/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-631 -v /w/workspace/dgexfoundry_device-sdk-go_PR-631:/w/workspace/dgexfoundry_device-sdk-go_PR-631:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-631@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:17:39 $ docker top 0822e012875b075ad84838398afaaa026befad88332ec97684c14c4b905c509d -eo pid,comm [Pipeline] { [Pipeline] sh 07:17:39 + touch /tmp/pre-build-complete [Pipeline] sh 07:17:40 + mkdir -p /var/log/sa [Pipeline] sh 07:17:40 + ls /var/log/sa-host 07:17:40 + sadf -c /var/log/sa-host/sa05 07:17:40 file_magic: OK 07:17:40 HZ: Using current value: 100 07:17:40 file_header: OK 07:17:40 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:17:40 Statistics: 07:17:40 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:17:40 File successfully converted to sysstat format version 12.2.1 07:17:40 + sadf -c /var/log/sa-host/sa19 07:17:40 file_magic: OK 07:17:40 HZ: Using current value: 100 07:17:40 file_header: OK 07:17:40 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:17:40 Statistics: 07:17:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:17:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:17:40 provisioning config files... 07:17:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp/config4926245242641429779tmp [Pipeline] { [Pipeline] echo 07:17:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:17:40 ---> create-netrc.sh [Pipeline] } 07:17:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:17:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:17:41 ---> python-tools-install.sh [Pipeline] echo 07:17:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:17:41 ---> sudo-logs.sh 07:17:41 Archiving 'sudo' log.. [Pipeline] echo 07:17:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:17:41 ---> job-cost.sh 07:17:41 lf-activate-venv: SKIPPING 07:17:41 INFO: No Stack... 07:17:42 INFO: Retrieving Pricing Info for: v1-standard-2 07:17:43 INFO: Archiving Costs [Pipeline] echo 07:17:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:17:43 ---> logs-deploy.sh 07:17:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-631/2 07:17:43 INFO: archiving workspace using pattern(s): 07:17:44 Archives upload complete. 07:17:45 INFO: archiving logs to Nexus 07:17:46 ---> uname -a: 07:17:46 Linux prd-centos7-docker-4c-2g-6199.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:17:46 07:17:46 07:17:46 ---> lscpu: 07:17:46 Architecture: x86_64 07:17:46 CPU op-mode(s): 32-bit, 64-bit 07:17:46 Byte Order: Little Endian 07:17:46 Address sizes: 40 bits physical, 48 bits virtual 07:17:46 CPU(s): 4 07:17:46 On-line CPU(s) list: 0-3 07:17:46 Thread(s) per core: 1 07:17:46 Core(s) per socket: 1 07:17:46 Socket(s): 4 07:17:46 NUMA node(s): 1 07:17:46 Vendor ID: GenuineIntel 07:17:46 CPU family: 6 07:17:46 Model: 44 07:17:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:17:46 Stepping: 1 07:17:46 CPU MHz: 2933.442 07:17:46 BogoMIPS: 5866.88 07:17:46 Virtualization: VT-x 07:17:46 Hypervisor vendor: KVM 07:17:46 Virtualization type: full 07:17:46 L1d cache: 128 KiB 07:17:46 L1i cache: 128 KiB 07:17:46 L2 cache: 16 MiB 07:17:46 L3 cache: 64 MiB 07:17:46 NUMA node0 CPU(s): 0-3 07:17:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:17:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:17:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:17:46 Vulnerability Meltdown: Mitigation; PTI 07:17:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:17:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:17:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:17:46 Vulnerability Tsx async abort: Not affected 07:17:46 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:17:46 07:17:46 07:17:46 ---> nproc: 07:17:46 4 07:17:46 07:17:46 07:17:46 ---> df -h: 07:17:46 Filesystem Size Used Available Use% Mounted on 07:17:46 overlay 50.0G 7.2G 42.8G 14% / 07:17:46 tmpfs 64.0M 0 64.0M 0% /dev 07:17:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:17:46 shm 64.0M 0 64.0M 0% /dev/shm 07:17:46 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 07:17:46 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 07:17:46 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 07:17:46 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 07:17:46 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-631 07:17:46 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp 07:17:46 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 07:17:46 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 07:17:46 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 07:17:46 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 07:17:46 07:17:46 07:17:46 ---> free -m: 07:17:46 total used free shared buff/cache available 07:17:46 Mem: 1837 669 105 0 1062 1065 07:17:46 Swap: 1023 0 1023 07:17:46 07:17:46 07:17:46 ---> ip addr: 07:17:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:17:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:17:46 inet 127.0.0.1/8 scope host lo 07:17:46 valid_lft forever preferred_lft forever 07:17:46 inet6 ::1/128 scope host 07:17:46 valid_lft forever preferred_lft forever 07:17:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:17:46 link/ether fa:16:3e:0d:f6:44 brd ff:ff:ff:ff:ff:ff 07:17:46 inet 10.30.122.45/23 brd 10.30.123.255 scope global dynamic eth0 07:17:46 valid_lft 85869sec preferred_lft 85869sec 07:17:46 inet6 fe80::f816:3eff:fe0d:f644/64 scope link 07:17:46 valid_lft forever preferred_lft forever 07:17:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:17:46 link/ether 02:42:08:5b:52:65 brd ff:ff:ff:ff:ff:ff 07:17:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:17:46 valid_lft forever preferred_lft forever 07:17:46 inet6 fe80::42:8ff:fe5b:5265/64 scope link 07:17:46 valid_lft forever preferred_lft forever 07:17:46 07:17:46 07:17:46 ---> sar -b -r -n DEV: 07:17:46 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:17:46 07:17:46 07:08:31 LINUX RESTART (4 CPU) 07:17:46 07:17:46 07:09:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:17:46 07:10:02 144.07 56.59 87.48 0.00 8025.86 40815.33 0.00 07:17:46 07:11:01 0.41 0.00 0.41 0.00 0.00 10.30 0.00 07:17:46 07:12:01 0.48 0.02 0.47 0.00 0.53 7.44 0.00 07:17:46 07:13:01 0.35 0.00 0.35 0.00 0.00 6.31 0.00 07:17:46 07:14:01 0.27 0.00 0.27 0.00 0.00 4.16 0.00 07:17:46 07:15:01 0.42 0.00 0.42 0.00 0.00 7.68 0.00 07:17:46 07:16:01 0.32 0.02 0.30 0.00 0.13 4.20 0.00 07:17:46 07:17:02 0.30 0.00 0.30 0.00 0.00 5.15 0.00 07:17:46 Average: 18.11 6.99 11.12 0.00 991.43 5047.10 0.00 07:17:46 07:17:46 07:09:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:17:46 07:10:02 154108 0 571828 30.39 2620 1153000 1112524 37.97 448232 1118712 136 07:17:46 07:11:01 157444 0 568372 30.21 2620 1153120 1095632 37.39 447072 1117252 12 07:17:46 07:12:01 157260 0 568552 30.22 2620 1153124 1095676 37.39 449968 1114484 8 07:17:46 07:13:01 156252 0 569556 30.27 2620 1153128 1081384 36.91 451748 1113880 16 07:17:46 07:14:01 156512 0 569292 30.26 2620 1153132 1081384 36.91 459720 1105840 8 07:17:46 07:15:01 156520 0 569276 30.26 2620 1153140 1081372 36.91 459668 1105840 8 07:17:46 07:16:01 157416 0 568372 30.21 2620 1153148 1081240 36.90 458900 1105840 8 07:17:46 07:17:02 157588 0 568196 30.20 2620 1153152 1081240 36.90 451264 1113480 8 07:17:46 Average: 156638 0 569180 30.25 2620 1153118 1088806 37.16 453322 1111916 26 07:17:46 07:17:46 07:09:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:17:46 07:10:02 eth0 558.89 346.66 1108.80 93.32 0.00 0.00 0.00 0.00 07:17:46 07:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:10:02 docker0 8.70 5.67 1.26 19.98 0.00 0.00 0.00 0.00 07:17:46 07:11:01 eth0 2.44 0.51 0.68 0.37 0.00 0.00 0.00 0.00 07:17:46 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:12:01 eth0 4.20 0.48 0.85 0.42 0.00 0.00 0.00 0.00 07:17:46 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:13:01 eth0 4.43 1.33 1.52 0.98 0.00 0.00 0.00 0.00 07:17:46 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:14:01 eth0 2.33 0.93 0.89 0.58 0.00 0.00 0.00 0.00 07:17:46 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:15:01 eth0 0.78 0.42 0.41 0.30 0.00 0.00 0.00 0.00 07:17:46 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:16:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:17:46 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:17:02 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:17:46 07:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 07:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 Average: eth0 70.85 43.30 137.50 11.86 0.00 0.00 0.00 0.00 07:17:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:17:46 Average: docker0 1.07 0.70 0.16 2.47 0.00 0.00 0.00 0.00 07:17:46 07:17:46 07:17:46 ---> sar -P ALL: 07:17:46 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:17:46 07:17:46 07:08:31 LINUX RESTART (4 CPU) 07:17:46 07:17:46 07:09:02 CPU %user %nice %system %iowait %steal %idle 07:17:46 07:10:02 all 14.27 0.00 7.89 4.87 0.07 72.90 07:17:46 07:10:02 0 13.85 0.00 7.95 3.98 0.10 74.11 07:17:46 07:10:02 1 15.00 0.00 7.23 5.74 0.05 71.97 07:17:46 07:10:02 2 14.41 0.00 9.59 4.69 0.09 71.22 07:17:46 07:10:02 3 13.81 0.00 6.77 5.06 0.05 74.31 07:17:46 07:11:01 all 0.15 0.00 0.04 0.00 0.00 99.80 07:17:46 07:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:17:46 07:11:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:17:46 07:11:01 2 0.49 0.00 0.07 0.00 0.00 99.44 07:17:46 07:11:01 3 0.07 0.00 0.05 0.00 0.02 99.86 07:17:46 07:12:01 all 0.17 0.00 0.05 0.00 0.00 99.78 07:17:46 07:12:01 0 0.03 0.00 0.05 0.00 0.00 99.92 07:17:46 07:12:01 1 0.07 0.00 0.05 0.00 0.00 99.88 07:17:46 07:12:01 2 0.55 0.00 0.05 0.00 0.00 99.40 07:17:46 07:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:17:46 07:13:01 all 0.17 0.00 0.03 0.00 0.01 99.78 07:17:46 07:13:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:17:46 07:13:01 1 0.10 0.00 0.03 0.00 0.02 99.85 07:17:46 07:13:01 2 0.47 0.00 0.07 0.00 0.02 99.45 07:17:46 07:13:01 3 0.08 0.00 0.02 0.00 0.00 99.90 07:17:46 07:14:01 all 0.09 0.00 0.05 0.00 0.00 99.86 07:17:46 07:14:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:17:46 07:14:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:17:46 07:14:01 2 0.25 0.00 0.07 0.00 0.00 99.68 07:17:46 07:14:01 3 0.02 0.00 0.07 0.00 0.02 99.90 07:17:46 07:15:01 all 0.12 0.00 0.03 0.00 0.00 99.85 07:17:46 07:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:17:46 07:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:17:46 07:15:01 2 0.37 0.00 0.03 0.00 0.00 99.60 07:17:46 07:15:01 3 0.08 0.00 0.07 0.00 0.00 99.85 07:17:46 07:16:01 all 0.16 0.00 0.04 0.00 0.00 99.80 07:17:46 07:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:17:46 07:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:17:46 07:16:01 2 0.53 0.00 0.05 0.00 0.00 99.42 07:17:46 07:16:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:17:46 07:17:02 all 0.15 0.00 0.03 0.00 0.00 99.81 07:17:46 07:17:02 0 0.02 0.00 0.02 0.00 0.00 99.97 07:17:46 07:17:02 1 0.02 0.00 0.03 0.00 0.00 99.95 07:17:46 07:17:02 2 0.53 0.00 0.03 0.00 0.00 99.43 07:17:46 07:17:02 3 0.05 0.00 0.05 0.00 0.00 99.90 07:17:46 Average: all 1.87 0.00 1.00 0.59 0.01 96.53 07:17:46 Average: 0 1.71 0.00 0.99 0.49 0.01 96.79 07:17:46 Average: 1 1.87 0.00 0.91 0.70 0.01 96.51 07:17:46 Average: 2 2.16 0.00 1.22 0.57 0.01 96.03 07:17:46 Average: 3 1.73 0.00 0.87 0.62 0.01 96.77 07:17:46 07:17:46 07:17:46