Pull request #605 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 a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc+abee7d5846637e135dd277469e99a0143c7ff265 (6dec231688c4dc7cb0cbc2413221eeeaeda5d68c) 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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-5577 in /w/workspace/dgexfoundry_device-sdk-go_PR-605 [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-605 # 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/605/head:refs/remotes/origin/PR-605 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit abee7d5846637e135dd277469e99a0143c7ff265 into PR head commit a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc Merge succeeded, producing a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc Checking out Revision a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc (PR-605) > git config core.sparsecheckout # timeout=10 > git checkout -f a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc # 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 abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc # timeout=10 Commit message: "feat(sdk): implement v2 callback api" First time build. Skipping changelog. > git rev-list --no-walk 69423581ce303aa7eea4828ea08ee72d2f21bc0b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:08:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:08:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:08:36 ========================================================= 08:08:36 EdgeX Global Pipelines Version Info 08:08:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:08:38 ------------------- 08:08:38 stable info: 08:08:38 ------------------- 08:08:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:08:38 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 08:08:38 Message: update stable to v1.0.142 08:08:39 ------------------- 08:08:39 experimental info: 08:08:39 ------------------- 08:08:39 Commited By: **** collab-it+edgex@linuxfoundation.org 08:08:39 Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 08:08:39 Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 08:08:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:08:40 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:08:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:08:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:08:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:08:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:08:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:08:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 08:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:08:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:08:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:08:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:08:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:08:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:08:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:08:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:08:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:08:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:08:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:08:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:08:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-605 [Pipeline] echo 08:08:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-605 [Pipeline] echo 08:08:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-605 [Pipeline] echo 08:08:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc [Pipeline] echo 08:08:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a3969cc [Pipeline] echo 08:08:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:08:43 + git log --format=format:%s -1 a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc [Pipeline] echo 08:08:44 GIT_COMMIT: a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc, Commit Message: feat(sdk): implement v2 callback api [Pipeline] echo 08:08:44 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:08:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:08:45 08:08:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:08:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:08:45 latest: Pulling from edgex-devops/git-semver 08:08:45 31603596830f: Pulling fs layer 08:08:45 2a8b12db71e7: Pulling fs layer 08:08:45 6ca5941a6612: Pulling fs layer 08:08:45 ecc8261a40a4: Pulling fs layer 08:08:45 ecc8261a40a4: Waiting 08:08:45 2a8b12db71e7: Verifying Checksum 08:08:45 2a8b12db71e7: Download complete 08:08:46 31603596830f: Verifying Checksum 08:08:46 31603596830f: Download complete 08:08:46 ecc8261a40a4: Verifying Checksum 08:08:46 ecc8261a40a4: Download complete 08:08:46 31603596830f: Pull complete 08:08:46 6ca5941a6612: Verifying Checksum 08:08:46 6ca5941a6612: Download complete 08:08:46 2a8b12db71e7: Pull complete 08:08:49 6ca5941a6612: Pull complete 08:08:49 ecc8261a40a4: Pull complete 08:08:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:08:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:08:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:08:49 prd-centos7-docker-4c-2g-5577 does not seem to be running inside a container 08:08:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-605 -v /w/workspace/dgexfoundry_device-sdk-go_PR-605:/w/workspace/dgexfoundry_device-sdk-go_PR-605:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:08:52 $ docker top 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:08:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:52 [ssh-agent] Looking for ssh-agent implementation... 08:08:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:53 $ docker exec 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 ssh-agent 08:08:53 SSH_AUTH_SOCK=/tmp/ssh-bW7YoB6OliVZ/agent.12 08:08:53 SSH_AGENT_PID=17 08:08:53 Running ssh-add (command line suppressed) 08:08:53 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/private_key_243197554740398578.key (/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/private_key_243197554740398578.key) 08:08:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:54 + git tag --points-at HEAD [Pipeline] } 08:08:54 $ docker exec --env ******** --env ******** 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 ssh-agent -k 08:08:54 unset SSH_AUTH_SOCK; 08:08:54 unset SSH_AGENT_PID; 08:08:54 echo Agent pid 17 killed; 08:08:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:08:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:54 [ssh-agent] Looking for ssh-agent implementation... 08:08:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:55 $ docker exec 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 ssh-agent 08:08:55 SSH_AUTH_SOCK=/tmp/ssh-CjowGOEzCBDL/agent.45 08:08:55 SSH_AGENT_PID=50 08:08:55 Running ssh-add (command line suppressed) 08:08:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/private_key_5341348436064168100.key (/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/private_key_5341348436064168100.key) 08:08:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:56 + git semver init 08:08:56 # -> Open(): unable to determine branch for HEAD 08:08:56 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-605/.git 08:08:56 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-605 08:08:56 # $SEMVER_REMOTE_NAME = origin 08:08:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:08:56 # $SEMVER_USER_NAME = edgex-jenkins 08:08:56 # $SEMVER_BRANCH = PR-605 08:08:56 # $SEMVER_TEMP = /tmp/semver-907492913 08:08:56 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 08:08:57 # '/tmp/semver-907492913' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-605/.semver' 08:08:57 # -> Force: false 08:08:57 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-605/.semver [Pipeline] } 08:08:57 $ docker exec --env ******** --env ******** 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 ssh-agent -k 08:08:58 unset SSH_AUTH_SOCK; 08:08:58 unset SSH_AGENT_PID; 08:08:58 echo Agent pid 50 killed; 08:08:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:08:58 + git semver [Pipeline] } 08:08:59 $ docker stop --time=1 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 08:09:00 $ docker rm -f 754b95ea7dc7e28b0fbe49a9ae368c2085aee7529e5b168f6b6003cf41f45065 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:09:02 Stashed 1 file(s) [Pipeline] echo 08:09:02 [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 08:09:18 Still waiting to schedule task 08:09:18 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:09:18 Still waiting to schedule task 08:09:18 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 08:11:44 Running on prd-centos7-docker-4c-2g-5580 in /w/workspace/dgexfoundry_device-sdk-go_PR-605 [Pipeline] { [Pipeline] ws 08:11:44 Running in /w/workspace/device-sdk-go/17 [Pipeline] { [Pipeline] checkout 08:11:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5579 in /w/workspace/dgexfoundry_device-sdk-go_PR-605 [Pipeline] { [Pipeline] ws 08:11:44 Running in /w/workspace/device-sdk-go/17 [Pipeline] { [Pipeline] checkout 08:11:47 using credential edgex-jenkins-ssh 08:11:47 Cloning the remote Git repository 08:11:47 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:11:47 > git init /w/workspace/device-sdk-go/17 # timeout=10 08:11:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:11:47 > git --version # timeout=10 08:11:47 > git --version # 'git version 2.16.5' 08:11:47 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:11:49 Merging remotes/origin/master commit abee7d5846637e135dd277469e99a0143c7ff265 into PR head commit a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc 08:11:49 Merge succeeded, producing a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc 08:11:49 Checking out Revision a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc (PR-605) 08:11:48 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:11:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:11:48 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:11:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:11:48 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/605/head:refs/remotes/origin/PR-605 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:11:49 > git config core.sparsecheckout # timeout=10 08:11:49 > git checkout -f a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc # timeout=10 08:11:49 > git remote # timeout=10 08:11:49 > git config --get remote.origin.url # timeout=10 08:11:49 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:49 > git merge abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 08:11:49 > git rev-parse HEAD^{commit} # timeout=10 08:11:49 > git config core.sparsecheckout # timeout=10 08:11:49 > git checkout -f a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc # timeout=10 08:11:49 using credential edgex-jenkins-ssh 08:11:49 Cloning the remote Git repository 08:11:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:11:49 > git init /w/workspace/device-sdk-go/17 # timeout=10 08:11:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:11:49 > git --version # timeout=10 08:11:49 > git --version # 'git version 2.17.1' 08:11:49 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:11:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:11:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:11:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:11:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:11:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/605/head:refs/remotes/origin/PR-605 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:11:51 Merging remotes/origin/master commit abee7d5846637e135dd277469e99a0143c7ff265 into PR head commit a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc 08:11:52 Merge succeeded, producing a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc 08:11:52 Checking out Revision a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc (PR-605) 08:11:51 > git config core.sparsecheckout # timeout=10 08:11:51 > git checkout -f a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc # timeout=10 08:11:51 > git remote # timeout=10 08:11:51 > git config --get remote.origin.url # timeout=10 08:11:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:51 > git merge abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 08:11:51 > git rev-parse HEAD^{commit} # timeout=10 08:11:52 > git config core.sparsecheckout # timeout=10 08:11:52 > git checkout -f a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc # timeout=10 08:11:52 Commit message: "feat(sdk): implement v2 callback api" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:11:53 ========================================================= 08:11:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:11:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:11:54 + 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 . 08:11:55 Sending build context to Docker daemon 2.335MB 08:11:55 Step 1/8 : ARG BASE=golang:1.15-alpine 08:11:55 Step 2/8 : FROM ${BASE} 08:11:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:11:55 df20fa9351a1: Pulling fs layer 08:11:55 ed8968b2872e: Pulling fs layer 08:11:55 a92cc7c5fd73: Pulling fs layer 08:11:55 e871e8e8d7a9: Pulling fs layer 08:11:55 e73272ec9a57: Pulling fs layer 08:11:55 1e910a182e73: Pulling fs layer 08:11:55 4e634b169226: Pulling fs layer 08:11:55 e73272ec9a57: Waiting 08:11:55 1e910a182e73: Waiting 08:11:55 4e634b169226: Waiting 08:11:55 e871e8e8d7a9: Waiting 08:11:55 a92cc7c5fd73: Verifying Checksum 08:11:55 a92cc7c5fd73: Download complete 08:11:55 ed8968b2872e: Download complete 08:11:55 e73272ec9a57: Verifying Checksum 08:11:55 e73272ec9a57: Download complete 08:11:56 1e910a182e73: Verifying Checksum 08:11:56 1e910a182e73: Download complete 08:11:56 df20fa9351a1: Download complete 08:11:56 df20fa9351a1: Pull complete 08:11:56 Commit message: "feat(sdk): implement v2 callback api" 08:11:56 ed8968b2872e: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 08:11:56 a92cc7c5fd73: Pull complete [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:11:57 ========================================================= 08:11:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:11:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:11:58 4e634b169226: Verifying Checksum 08:11:58 4e634b169226: Download complete 08:11:58 + 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 . 08:11:58 e871e8e8d7a9: Verifying Checksum 08:11:58 e871e8e8d7a9: Download complete 08:11:59 Sending build context to Docker daemon 2.335MB 08:11:59 Step 1/8 : ARG BASE=golang:1.15-alpine 08:11:59 Step 2/8 : FROM ${BASE} 08:11:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:11:59 b538f80385f9: Pulling fs layer 08:11:59 74f711af9a0d: Pulling fs layer 08:11:59 99f96fe45779: Pulling fs layer 08:11:59 8529a6b9a6be: Pulling fs layer 08:11:59 45590311c82a: Pulling fs layer 08:11:59 69ca0ff8b7b3: Pulling fs layer 08:11:59 209524e5b208: Pulling fs layer 08:11:59 8529a6b9a6be: Waiting 08:11:59 45590311c82a: Waiting 08:11:59 69ca0ff8b7b3: Waiting 08:11:59 209524e5b208: Waiting 08:11:59 99f96fe45779: Verifying Checksum 08:11:59 99f96fe45779: Download complete 08:11:59 74f711af9a0d: Verifying Checksum 08:11:59 74f711af9a0d: Download complete 08:11:59 45590311c82a: Verifying Checksum 08:11:59 45590311c82a: Download complete 08:11:59 69ca0ff8b7b3: Verifying Checksum 08:11:59 69ca0ff8b7b3: Download complete 08:11:59 b538f80385f9: Verifying Checksum 08:11:59 b538f80385f9: Download complete 08:12:00 b538f80385f9: Pull complete 08:12:01 74f711af9a0d: Pull complete 08:12:01 99f96fe45779: Pull complete 08:12:02 209524e5b208: Verifying Checksum 08:12:02 209524e5b208: Download complete 08:12:04 e871e8e8d7a9: Pull complete 08:12:04 e73272ec9a57: Pull complete 08:12:04 1e910a182e73: Pull complete 08:12:04 8529a6b9a6be: Verifying Checksum 08:12:04 8529a6b9a6be: Download complete 08:12:10 4e634b169226: Pull complete 08:12:10 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:12:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:12:10 ---> f7629b54cfaa 08:12:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:12:10 ---> Running in 9ef3378943c8 08:12:10 Removing intermediate container 9ef3378943c8 08:12:10 ---> 50d6d11d813c 08:12:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:10 ---> Running in 5a60595073cb 08:12:12 Removing intermediate container 5a60595073cb 08:12:12 ---> 08e1c6440165 08:12:12 Step 5/8 : RUN apk add --no-cache make git 08:12:12 ---> Running in 7791381726b7 08:12:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:14 OK: 166 MiB in 39 packages 08:12:14 Removing intermediate container 7791381726b7 08:12:14 ---> 4f1b32ecd97a 08:12:14 Step 6/8 : WORKDIR /device-sdk-go 08:12:14 ---> Running in 3693ef9baf55 08:12:14 Removing intermediate container 3693ef9baf55 08:12:14 ---> f0c16470066b 08:12:14 Step 7/8 : COPY . . 08:12:14 8529a6b9a6be: Pull complete 08:12:14 45590311c82a: Pull complete 08:12:15 69ca0ff8b7b3: Pull complete 08:12:16 ---> 398793fd2f76 08:12:16 Step 8/8 : RUN go mod download 08:12:16 ---> Running in 6f076f31b377 08:12:19 209524e5b208: Pull complete 08:12:19 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:12:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:12:19 ---> 5bddaf1c2fca 08:12:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:12:22 ---> Running in 330ba003b0e5 08:12:22 Removing intermediate container 330ba003b0e5 08:12:22 ---> 215d7285f23a 08:12:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:22 ---> Running in 900f95b12f15 08:12:24 Removing intermediate container 900f95b12f15 08:12:24 ---> c451e931ddb1 08:12:24 Step 5/8 : RUN apk add --no-cache make git 08:12:24 ---> Running in bf55acb59de4 08:12:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:12:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:12:28 OK: 142 MiB in 39 packages 08:12:29 Removing intermediate container bf55acb59de4 08:12:29 ---> 13dfb73f6de2 08:12:29 Step 6/8 : WORKDIR /device-sdk-go 08:12:29 ---> Running in 32d72351e6e7 08:12:29 Removing intermediate container 32d72351e6e7 08:12:29 ---> 39027a31d0a4 08:12:29 Step 7/8 : COPY . . 08:12:31 ---> efe6a7076223 08:12:31 Step 8/8 : RUN go mod download 08:12:31 ---> Running in a651f436d3cc 08:12:34 Removing intermediate container 6f076f31b377 08:12:34 ---> 6526405f6fdc 08:12:34 Successfully built 6526405f6fdc 08:12:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:12:34 + docker inspect -f . ci-base-image-x86_64 08:12:34 . [Pipeline] withDockerContainer 08:12:34 prd-centos7-docker-4c-2g-5580 does not seem to be running inside a container 08:12:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:12:35 $ docker top f9e8486b56f9a936df42f669a7472f0cbc719475aec90c5f3051cde0e9b73bb3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:12:36 + go version 08:12:36 go version go1.15.2 linux/amd64 [Pipeline] } 08:12:36 $ docker stop --time=1 f9e8486b56f9a936df42f669a7472f0cbc719475aec90c5f3051cde0e9b73bb3 08:12:37 $ docker rm -f f9e8486b56f9a936df42f669a7472f0cbc719475aec90c5f3051cde0e9b73bb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:12:38 + docker inspect -f . ci-base-image-x86_64 08:12:38 . [Pipeline] withDockerContainer 08:12:38 prd-centos7-docker-4c-2g-5580 does not seem to be running inside a container 08:12:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:12:39 $ docker top f251bbf5947ae455392ffab14d20ad437b5c7e4bac35c07077e0d01b214f089c -eo pid,comm [Pipeline] { [Pipeline] sh 08:12:39 + make test 08:12:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:12:46 ? github.com/edgexfoundry/device-sdk-go [no test files] 08:12:53 Removing intermediate container a651f436d3cc 08:12:53 ---> c5c6f24b718d 08:12:53 Successfully built c5c6f24b718d 08:12:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:12:53 + docker inspect -f . ci-base-image-arm64 08:12:53 . [Pipeline] withDockerContainer 08:12:53 prd-ubuntu18.04-docker-arm64-4c-16g-5579 does not seem to be running inside a container 08:12:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:12:55 $ docker top a31747a3fecb48c8249603078efc2411db25e21b8b4aa24513103a422740c84f -eo pid,comm [Pipeline] { [Pipeline] sh 08:12:57 + go version 08:12:57 go version go1.15.2 linux/arm64 [Pipeline] } 08:12:57 $ docker stop --time=1 a31747a3fecb48c8249603078efc2411db25e21b8b4aa24513103a422740c84f 08:12:59 $ docker rm -f a31747a3fecb48c8249603078efc2411db25e21b8b4aa24513103a422740c84f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:13:00 + docker inspect -f . ci-base-image-arm64 08:13:00 . [Pipeline] withDockerContainer 08:13:00 prd-ubuntu18.04-docker-arm64-4c-16g-5579 does not seem to be running inside a container 08:13:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:13:01 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 08:13:01 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 08:13:01 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 08:13:01 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.049s coverage: 21.6% of statements 08:13:02 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.445s coverage: 97.1% of statements 08:13:02 $ docker top 691db8edc24ba67972bf131781025ba4fb1de1d21bcba882bb8332a2e4793fcb -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:03 + make test 08:13:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:13:26 ? github.com/edgexfoundry/device-sdk-go [no test files] 08:13:34 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.072s coverage: 9.4% of statements 08:13:34 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.056s coverage: 21.9% of statements 08:13:34 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 08:13:34 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.213s coverage: 42.6% of statements 08:13:34 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 08:13:34 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.276s coverage: 68.9% of statements 08:13:34 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 08:13:34 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 08:13:34 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 08:13:34 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 08:13:34 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 52.6% of statements 08:13:34 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 08:13:34 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 08:13:34 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 08:13:34 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.319s coverage: 68.9% of statements 08:13:34 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 08:13:34 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 08:13:34 GO111MODULE=on go vet ./... 08:13:41 gofmt -l . 08:13:41 [ "`gofmt -l .`" = "" ] 08:13:41 ./bin/test-attribution-txt.sh 08:13:42 ./bin/test-go-mod-tidy.sh [Pipeline] stash 08:13:42 Stashed 1 file(s) [Pipeline] } 08:13:42 $ docker stop --time=1 f251bbf5947ae455392ffab14d20ad437b5c7e4bac35c07077e0d01b214f089c 08:13:44 $ docker rm -f f251bbf5947ae455392ffab14d20ad437b5c7e4bac35c07077e0d01b214f089c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:13:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:13:48 + ls -al . 08:13:48 total 188 08:13:48 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 15 08:13 . 08:13:48 drwxrwxr-x. 4 jenkins jenkins 30 Oct 15 08:11 .. 08:13:48 drwxrwxr-x. 2 jenkins jenkins 64 Oct 15 08:11 bin 08:13:48 -rw-r--r--. 1 jenkins jenkins 110398 Oct 15 08:13 coverage.out 08:13:48 -rw-rw-r--. 1 jenkins jenkins 936 Oct 15 08:11 Dockerfile.build 08:13:48 -rw-rw-r--. 1 jenkins jenkins 140 Oct 15 08:11 .dockerignore 08:13:48 drwxrwxr-x. 4 jenkins jenkins 48 Oct 15 08:11 example 08:13:48 drwxrwxr-x. 8 jenkins jenkins 179 Oct 15 08:11 .git 08:13:48 drwxrwxr-x. 2 jenkins jenkins 60 Oct 15 08:11 .github 08:13:48 -rw-rw-r--. 1 jenkins jenkins 138 Oct 15 08:11 .gitignore 08:13:48 -rw-r--r--. 1 jenkins jenkins 517 Oct 15 08:13 go.mod 08:13:48 -rw-r--r--. 1 jenkins jenkins 13652 Oct 15 08:13 go.sum 08:13:48 drwxrwxr-x. 15 jenkins jenkins 211 Oct 15 08:11 internal 08:13:48 -rw-rw-r--. 1 jenkins jenkins 901 Oct 15 08:11 Jenkinsfile 08:13:48 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 15 08:11 LICENSE 08:13:48 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 15 08:11 Makefile 08:13:48 drwxrwxr-x. 4 jenkins jenkins 26 Oct 15 08:11 openapi 08:13:48 drwxrwxr-x. 5 jenkins jenkins 50 Oct 15 08:11 pkg 08:13:48 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 15 08:11 README.md 08:13:48 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 15 08:11 RELEASE-NOTES.txt 08:13:48 drwxrwxr-x. 4 jenkins jenkins 54 Oct 15 08:11 snap 08:13:48 -rw-rw-r--. 1 jenkins jenkins 5 Oct 15 08:09 VERSION 08:13:48 -rw-rw-r--. 1 jenkins jenkins 222 Oct 15 08:11 version.go [Pipeline] isUnix [Pipeline] sh 08:13:48 + 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=a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc --label arch=amd64 --label version=0.0.0 . 08:13:48 Sending build context to Docker daemon 2.446MB 08:13:48 Step 1/24 : ARG BASE=golang:1.15-alpine 08:13:48 Step 2/24 : FROM ${BASE} AS builder 08:13:48 ---> 6526405f6fdc 08:13:48 Step 3/24 : ARG MAKE='make build' 08:13:49 ---> Running in 6fa9da9e316f 08:13:49 Removing intermediate container 6fa9da9e316f 08:13:49 ---> 5e84f9051615 08:13:49 Step 4/24 : WORKDIR /device-sdk-go 08:13:49 ---> Running in e19ea66a7405 08:13:49 Removing intermediate container e19ea66a7405 08:13:49 ---> 5a4eb23e3b97 08:13:49 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:13:49 ---> Running in e45e991f3ff9 08:13:49 Removing intermediate container e45e991f3ff9 08:13:49 ---> b584c50c5012 08:13:49 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:49 ---> Running in 8f957d360abe 08:13:50 Removing intermediate container 8f957d360abe 08:13:50 ---> 48f2b93287ac 08:13:50 Step 7/24 : RUN apk add --update --no-cache make git 08:13:50 ---> Running in ebd51a3fab9a 08:13:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:13:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:13:52 OK: 166 MiB in 39 packages 08:13:53 Removing intermediate container ebd51a3fab9a 08:13:53 ---> 0a6ee79695e7 08:13:53 Step 8/24 : COPY . . 08:13:54 ---> 0d5efdc07f14 08:13:54 Step 9/24 : RUN ${MAKE} 08:13:54 ---> Running in 1dd273171e4d 08:13:54 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 08:14:02 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:14:05 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 08:14:05 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 08:14:05 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 08:14:05 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.152s coverage: 21.6% of statements 08:14:05 Removing intermediate container 1dd273171e4d 08:14:05 ---> c2f76850f242 08:14:05 Step 10/24 : FROM scratch 08:14:05 ---> 08:14:05 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:14:05 ---> Running in 5050ebeef211 08:14:05 Removing intermediate container 5050ebeef211 08:14:05 ---> 6b0c4f627bd6 08:14:05 Step 12/24 : ENV APP_PORT=49990 08:14:05 ---> Running in 6506d19f6869 08:14:06 Removing intermediate container 6506d19f6869 08:14:06 ---> ac22b7dcde8f 08:14:06 Step 13/24 : EXPOSE $APP_PORT 08:14:06 ---> Running in 8994c3944272 08:14:06 Removing intermediate container 8994c3944272 08:14:06 ---> 9b52ebc875f2 08:14:06 Step 14/24 : WORKDIR / 08:14:06 ---> Running in 769647b30a2c 08:14:06 Removing intermediate container 769647b30a2c 08:14:06 ---> 541ebe7aa4c1 08:14:06 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:14:06 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.340s coverage: 97.1% of statements 08:14:06 ---> bff5ce0fb987 08:14:06 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:14:07 ---> 544fabe1897b 08:14:07 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:14:07 ---> df920e73ac11 08:14:07 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:14:07 ---> cee4014d6e06 08:14:07 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:14:07 ---> 09256e870de9 08:14:07 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 08:14:07 ---> Running in 1e45fb9be806 08:14:08 Removing intermediate container 1e45fb9be806 08:14:08 ---> 7e689a8a932c 08:14:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:14:08 ---> Running in 43c7b902076c 08:14:08 Removing intermediate container 43c7b902076c 08:14:08 ---> b229afff4fde 08:14:08 Step 22/24 : LABEL arch=amd64 08:14:08 ---> Running in 7c3f2ae5051e 08:14:08 Removing intermediate container 7c3f2ae5051e 08:14:08 ---> d351f6eaebd8 08:14:08 Step 23/24 : LABEL git_sha=a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc 08:14:08 ---> Running in ef633b1319e6 08:14:08 Removing intermediate container ef633b1319e6 08:14:08 ---> 0a66824a8788 08:14:08 Step 24/24 : LABEL version=0.0.0 08:14:08 ---> Running in 19f1ac36bcaa 08:14:09 Removing intermediate container 19f1ac36bcaa 08:14:09 ---> bdaf33a34d9e 08:14:09 [Warning] One or more build-args [ARCH] were not consumed 08:14:09 Successfully built bdaf33a34d9e 08:14:09 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] } 08:14:39 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.142s coverage: 9.4% of statements 08:14:39 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.102s coverage: 21.9% of statements 08:14:39 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 08:14:39 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.554s coverage: 42.6% of statements 08:14:39 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 08:14:39 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.762s coverage: 68.9% of statements 08:14:39 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 08:14:39 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 08:14:39 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 08:14:39 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 08:14:39 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.177s coverage: 52.6% of statements 08:14:39 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 08:14:39 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 08:14:39 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 08:14:39 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.632s coverage: 68.9% of statements 08:14:39 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 08:14:39 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 08:14:39 GO111MODULE=on go vet ./... 08:15:05 gofmt -l . 08:15:06 [ "`gofmt -l .`" = "" ] 08:15:06 ./bin/test-attribution-txt.sh 08:15:07 ./bin/test-go-mod-tidy.sh [Pipeline] stash 08:15:08 Warning: overwriting stash ‘coverage-report’ 08:15:09 Stashed 1 file(s) [Pipeline] } 08:15:09 $ docker stop --time=1 691db8edc24ba67972bf131781025ba4fb1de1d21bcba882bb8332a2e4793fcb 08:15:11 $ docker rm -f 691db8edc24ba67972bf131781025ba4fb1de1d21bcba882bb8332a2e4793fcb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:15:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:15:13 + ls -al . 08:15:13 total 224 08:15:13 drwxrwxr-x 10 jenkins jenkins 4096 Oct 15 08:15 . 08:15:13 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 08:11 .. 08:15:13 -rw-rw-r-- 1 jenkins jenkins 140 Oct 15 08:11 .dockerignore 08:15:13 drwxrwxr-x 8 jenkins jenkins 4096 Oct 15 08:11 .git 08:15:13 drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 08:11 .github 08:15:13 -rw-rw-r-- 1 jenkins jenkins 138 Oct 15 08:11 .gitignore 08:15:13 -rw-rw-r-- 1 jenkins jenkins 936 Oct 15 08:11 Dockerfile.build 08:15:13 -rw-rw-r-- 1 jenkins jenkins 901 Oct 15 08:11 Jenkinsfile 08:15:13 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 15 08:11 LICENSE 08:15:13 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 15 08:11 Makefile 08:15:13 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 15 08:11 README.md 08:15:13 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 15 08:11 RELEASE-NOTES.txt 08:15:13 -rw-rw-r-- 1 jenkins jenkins 5 Oct 15 08:09 VERSION 08:15:13 drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 08:11 bin 08:15:13 -rw-r--r-- 1 jenkins jenkins 110398 Oct 15 08:14 coverage.out 08:15:13 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 08:11 example 08:15:13 -rw-r--r-- 1 jenkins jenkins 517 Oct 15 08:15 go.mod 08:15:13 -rw-r--r-- 1 jenkins jenkins 13652 Oct 15 08:15 go.sum 08:15:13 drwxrwxr-x 15 jenkins jenkins 4096 Oct 15 08:11 internal 08:15:13 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 08:11 openapi 08:15:13 drwxrwxr-x 5 jenkins jenkins 4096 Oct 15 08:11 pkg 08:15:13 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 08:11 snap 08:15:13 -rw-rw-r-- 1 jenkins jenkins 222 Oct 15 08:11 version.go [Pipeline] isUnix [Pipeline] sh 08:15:13 + 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=a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc --label arch=arm64 --label version=0.0.0 . 08:15:14 Sending build context to Docker daemon 2.446MB 08:15:14 Step 1/24 : ARG BASE=golang:1.15-alpine 08:15:14 Step 2/24 : FROM ${BASE} AS builder 08:15:14 ---> c5c6f24b718d 08:15:14 Step 3/24 : ARG MAKE='make build' 08:15:14 ---> Running in 180f630e8e66 08:15:14 Removing intermediate container 180f630e8e66 08:15:14 ---> 6a430a0bd98d 08:15:14 Step 4/24 : WORKDIR /device-sdk-go 08:15:15 ---> Running in 4ae954864aa6 08:15:15 Removing intermediate container 4ae954864aa6 08:15:15 ---> fea3a6288eb6 08:15:15 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:15:15 ---> Running in 80b26c34826b 08:15:15 Removing intermediate container 80b26c34826b 08:15:15 ---> ab604679fbb5 08:15:15 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:16 ---> Running in 052eb6a89c5c 08:15:18 Removing intermediate container 052eb6a89c5c 08:15:18 ---> 9dafcf06eb2f 08:15:18 Step 7/24 : RUN apk add --update --no-cache make git 08:15:18 ---> Running in b7cf767f1526 08:15:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:15:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:15:21 OK: 142 MiB in 39 packages 08:15:22 Removing intermediate container b7cf767f1526 08:15:22 ---> 4517846604a1 08:15:22 Step 8/24 : COPY . . 08:15:24 ---> 010932011e5a 08:15:24 Step 9/24 : RUN ${MAKE} 08:15:24 ---> Running in 207894ddc4b6 08:15:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:15:52 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:15:52 Removing intermediate container 207894ddc4b6 08:15:52 ---> 7a0e62f712b0 08:15:52 Step 10/24 : FROM scratch 08:15:52 ---> 08:15:52 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:15:52 ---> Running in efcee4ab98bd 08:15:52 Removing intermediate container efcee4ab98bd 08:15:52 ---> 079af2ba676e 08:15:52 Step 12/24 : ENV APP_PORT=49990 08:15:52 ---> Running in 17adb7ec3193 08:15:53 Removing intermediate container 17adb7ec3193 08:15:53 ---> 225b3c6e351c 08:15:53 Step 13/24 : EXPOSE $APP_PORT 08:15:53 ---> Running in 7a26d6c2b7ff 08:15:54 Removing intermediate container 7a26d6c2b7ff 08:15:54 ---> e684504d0909 08:15:54 Step 14/24 : WORKDIR / 08:15:54 ---> Running in 438eef3711ff 08:15:54 Removing intermediate container 438eef3711ff 08:15:54 ---> 2d9f0ffdda0f 08:15:54 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:15:55 ---> 97795d308b2f 08:15:55 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:15:56 ---> 238da0514377 08:15:56 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:15:57 ---> b147ae4a3c3c 08:15:57 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:15:57 ---> e85ac7f53dfc 08:15:57 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:15:58 ---> 4039ee06a347 08:15:58 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 08:15:58 ---> Running in 1bd0c483e9d0 08:15:58 Removing intermediate container 1bd0c483e9d0 08:15:58 ---> abc5135b076d 08:15:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:15:59 ---> Running in 26fa0cef0ced 08:15:59 Removing intermediate container 26fa0cef0ced 08:15:59 ---> 720cf7c67a74 08:15:59 Step 22/24 : LABEL arch=arm64 08:15:59 ---> Running in 80c9ab1f7de2 08:16:00 Removing intermediate container 80c9ab1f7de2 08:16:00 ---> 98ec29879d8c 08:16:00 Step 23/24 : LABEL git_sha=a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc 08:16:00 ---> Running in 2fcba46233ec 08:16:00 Removing intermediate container 2fcba46233ec 08:16:00 ---> 2e634ab224b1 08:16:00 Step 24/24 : LABEL version=0.0.0 08:16:00 ---> Running in dbe05dff0235 08:16:01 Removing intermediate container dbe05dff0235 08:16:01 ---> ee491be29aa5 08:16:01 [Warning] One or more build-args [ARCH] were not consumed 08:16:01 Successfully built ee491be29aa5 08:16:01 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 08:16:03 provisioning config files... 08:16:03 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/config4868682311299355456tmp [Pipeline] { [Pipeline] sh 08:16:04 + set +x 08:16:04 + bash -s -- 08:16:04 + curl -s https://codecov.io/bash 08:16:04 08:16:04 _____ _ 08:16:04 / ____| | | 08:16:04 | | ___ __| | ___ ___ _____ __ 08:16:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:16:04 | |___| (_) | (_| | __/ (_| (_) \ V / 08:16:04 \_____\___/ \__,_|\___|\___\___/ \_/ 08:16:04 Bash-20201009-048fee3 08:16:04 08:16:04 08:16:04 ==> Jenkins CI detected. 08:16:04 project root: . 08:16:04 --> token set from env 08:16:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:16:04 ==> Running gcov in . (disable via -X gcov) 08:16:04 find: ‘./.semver’: Permission denied 08:16:04 ==> Python coveragepy not found 08:16:04 ==> Searching for coverage reports in: 08:16:04 + . 08:16:04 -> Found 1 reports 08:16:04 ==> Detecting git/mercurial file structure 08:16:04 ==> Reading reports 08:16:04 + ./coverage.out bytes=110398 08:16:04 ==> Appending adjustments 08:16:04 https://docs.codecov.io/docs/fixing-reports 08:16:05 find: ‘./.semver’: Permission denied 08:16:05 find: ‘./.semver’: Permission denied 08:16:05 find: ‘./.semver’: Permission denied 08:16:05 08:16:05 + Found adjustments 08:16:05 ==> Gzipping contents 08:16:05 ==> Uploading reports 08:16:05 url: https://codecov.io 08:16:05 query: branch=PR-605&commit=a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-605%2F17%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=605&job=&cmd_args= 08:16:05 -> Pinging Codecov 08:16:05 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-605&commit=a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-605%2F17%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=605&job=&cmd_args= 08:16:06 -> Uploading to 08:16:06 08:16:06 % Total % Received % Xferd Average Speed Time Time Time Current 08:16:06 Dload Upload Total Spent Left Speed 08:16:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 08:16:06 X> Failed to upload 08:16:06 ==> Uploading to Codecov 08:16:06 % Total % Received % Xferd Average Speed Time Time Time Current 08:16:06 Dload Upload Total Spent Left Speed 08:16:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 19134 0 0 100 19024 0 25738 --:--:-- --:--:-- --:--:-- 25742 100 19134 100 110 100 19024 148 25726 --:--:-- --:--:-- --:--:-- 25708 08:16:07 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/a3969cc8c0ca8dd59c1447d7c72f28d85b15bbdc [Pipeline] } 08:16:07 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 08:16:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:16:10 ---> package-listing.sh 08:16:10 ++ tr '[:upper:]' '[:lower:]' 08:16:10 ++ facter osfamily 08:16:10 + OS_FAMILY=redhat 08:16:10 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-605 08:16:10 + START_PACKAGES=/tmp/packages_start.txt 08:16:10 + END_PACKAGES=/tmp/packages_end.txt 08:16:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:16:10 + PACKAGES=/tmp/packages_start.txt 08:16:10 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-605 ']' 08:16:10 + PACKAGES=/tmp/packages_end.txt 08:16:10 + case "${OS_FAMILY}" in 08:16:10 + rpm -qa 08:16:10 + sort 08:16:15 + '[' -f /tmp/packages_start.txt ']' 08:16:15 + '[' -f /tmp/packages_end.txt ']' 08:16:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:16:15 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-605 ']' 08:16:15 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-605/archives/ 08:16:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-605/archives/ [Pipeline] echo 08:16:15 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-605/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:16:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:16:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:16:16 08:16:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:16:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:16:17 alpine: Pulling from edgex-lftools-log-publisher 08:16:17 df20fa9351a1: Pulling fs layer 08:16:17 36b3adc4ff6f: Pulling fs layer 08:16:17 8ad3a11d3b57: Pulling fs layer 08:16:17 46f8f816bc3b: Pulling fs layer 08:16:17 93b61091891f: Pulling fs layer 08:16:17 93b9cdb0e59b: Pulling fs layer 08:16:17 5e14af77c1be: Pulling fs layer 08:16:17 01666e4c0597: Pulling fs layer 08:16:17 aa168da1d23b: Pulling fs layer 08:16:17 46f8f816bc3b: Waiting 08:16:17 93b61091891f: Waiting 08:16:17 93b9cdb0e59b: Waiting 08:16:17 5e14af77c1be: Waiting 08:16:17 01666e4c0597: Waiting 08:16:17 aa168da1d23b: Waiting 08:16:17 36b3adc4ff6f: Verifying Checksum 08:16:17 36b3adc4ff6f: Download complete 08:16:17 46f8f816bc3b: Verifying Checksum 08:16:17 46f8f816bc3b: Download complete 08:16:17 df20fa9351a1: Verifying Checksum 08:16:17 df20fa9351a1: Download complete 08:16:17 93b61091891f: Verifying Checksum 08:16:17 93b61091891f: Download complete 08:16:17 93b9cdb0e59b: Verifying Checksum 08:16:17 93b9cdb0e59b: Download complete 08:16:17 5e14af77c1be: Verifying Checksum 08:16:17 5e14af77c1be: Download complete 08:16:17 01666e4c0597: Verifying Checksum 08:16:17 01666e4c0597: Download complete 08:16:18 df20fa9351a1: Pull complete 08:16:19 8ad3a11d3b57: Verifying Checksum 08:16:19 8ad3a11d3b57: Download complete 08:16:19 36b3adc4ff6f: Pull complete 08:16:21 8ad3a11d3b57: Pull complete 08:16:21 46f8f816bc3b: Pull complete 08:16:22 93b61091891f: Pull complete 08:16:22 93b9cdb0e59b: Pull complete 08:16:22 5e14af77c1be: Pull complete 08:16:23 01666e4c0597: Pull complete 08:16:26 aa168da1d23b: Verifying Checksum 08:16:26 aa168da1d23b: Download complete 08:16:39 aa168da1d23b: Pull complete 08:16:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:16:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:16:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:16:40 prd-centos7-docker-4c-2g-5577 does not seem to be running inside a container 08:16:40 $ 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-605/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-605 -v /w/workspace/dgexfoundry_device-sdk-go_PR-605:/w/workspace/dgexfoundry_device-sdk-go_PR-605:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:16:46 $ docker top 2cbde9a307f2b7136c6c5c3980331f3c2de4b5444632ff70c3707d6aaa27857f -eo pid,comm [Pipeline] { [Pipeline] sh 08:16:47 + touch /tmp/pre-build-complete [Pipeline] sh 08:16:47 + mkdir -p /var/log/sa [Pipeline] sh 08:16:48 + ls /var/log/sa-host 08:16:48 + sadf -c /var/log/sa-host/sa05 08:16:48 file_magic: OK 08:16:48 HZ: Using current value: 100 08:16:48 file_header: OK 08:16:48 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 08:16:48 Statistics: 08:16:48 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:16:48 File successfully converted to sysstat format version 12.2.1 08:16:48 + sadf -c /var/log/sa-host/sa15 08:16:48 file_magic: OK 08:16:48 HZ: Using current value: 100 08:16:48 file_header: OK 08:16:48 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 08:16:48 Statistics: 08:16:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:16:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:16:48 provisioning config files... 08:16:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/config3024727936014723413tmp [Pipeline] { [Pipeline] echo 08:16:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:16:48 ---> create-netrc.sh [Pipeline] } 08:16:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:16:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:16:49 ---> python-tools-install.sh [Pipeline] echo 08:16:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:16:49 ---> sudo-logs.sh 08:16:49 Archiving 'sudo' log.. [Pipeline] echo 08:16:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:16:49 ---> job-cost.sh 08:16:49 lf-activate-venv: SKIPPING 08:16:49 INFO: No Stack... 08:16:51 INFO: Retrieving Pricing Info for: v1-standard-2 08:16:51 INFO: Archiving Costs [Pipeline] echo 08:16:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:16:52 ---> logs-deploy.sh 08:16:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-605/17 08:16:52 INFO: archiving workspace using pattern(s): 08:16:55 Archives upload complete. 08:16:55 INFO: archiving logs to Nexus 08:16:57 ---> uname -a: 08:16:57 Linux prd-centos7-docker-4c-2g-5577.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:16:57 08:16:57 08:16:57 ---> lscpu: 08:16:57 Architecture: x86_64 08:16:57 CPU op-mode(s): 32-bit, 64-bit 08:16:57 Byte Order: Little Endian 08:16:57 Address sizes: 40 bits physical, 48 bits virtual 08:16:57 CPU(s): 4 08:16:57 On-line CPU(s) list: 0-3 08:16:57 Thread(s) per core: 1 08:16:57 Core(s) per socket: 1 08:16:57 Socket(s): 4 08:16:57 NUMA node(s): 1 08:16:57 Vendor ID: GenuineIntel 08:16:57 CPU family: 6 08:16:57 Model: 44 08:16:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:16:57 Stepping: 1 08:16:57 CPU MHz: 2933.438 08:16:57 BogoMIPS: 5866.87 08:16:57 Virtualization: VT-x 08:16:57 Hypervisor vendor: KVM 08:16:57 Virtualization type: full 08:16:57 L1d cache: 128 KiB 08:16:57 L1i cache: 128 KiB 08:16:57 L2 cache: 16 MiB 08:16:57 L3 cache: 64 MiB 08:16:57 NUMA node0 CPU(s): 0-3 08:16:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:16:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:16:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:16:57 Vulnerability Meltdown: Mitigation; PTI 08:16:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:16:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:16:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:16:57 Vulnerability Tsx async abort: Not affected 08:16:57 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 08:16:57 08:16:57 08:16:57 ---> nproc: 08:16:57 4 08:16:57 08:16:57 08:16:57 ---> df -h: 08:16:57 Filesystem Size Used Available Use% Mounted on 08:16:57 overlay 50.0G 7.2G 42.8G 14% / 08:16:57 tmpfs 64.0M 0 64.0M 0% /dev 08:16:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:16:57 shm 64.0M 0 64.0M 0% /dev/shm 08:16:57 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 08:16:57 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 08:16:57 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 08:16:57 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 08:16:57 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 08:16:57 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 08:16:57 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 08:16:57 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-605 08:16:57 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp 08:16:57 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 08:16:57 08:16:57 08:16:57 ---> free -m: 08:16:57 total used free shared buff/cache available 08:16:57 Mem: 1837 691 115 0 1030 1043 08:16:57 Swap: 1023 1 1022 08:16:57 08:16:57 08:16:57 ---> ip addr: 08:16:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:16:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:16:57 inet 127.0.0.1/8 scope host lo 08:16:57 valid_lft forever preferred_lft forever 08:16:57 inet6 ::1/128 scope host 08:16:57 valid_lft forever preferred_lft forever 08:16:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:16:57 link/ether fa:16:3e:fb:90:8f brd ff:ff:ff:ff:ff:ff 08:16:57 inet 10.30.123.127/23 brd 10.30.123.255 scope global dynamic eth0 08:16:57 valid_lft 85846sec preferred_lft 85846sec 08:16:57 inet6 fe80::f816:3eff:fefb:908f/64 scope link 08:16:57 valid_lft forever preferred_lft forever 08:16:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:16:57 link/ether 02:42:dc:bd:8a:43 brd ff:ff:ff:ff:ff:ff 08:16:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:16:57 valid_lft forever preferred_lft forever 08:16:57 inet6 fe80::42:dcff:febd:8a43/64 scope link 08:16:57 valid_lft forever preferred_lft forever 08:16:57 08:16:57 08:16:57 ---> sar -b -r -n DEV: 08:16:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 08:16:57 08:16:57 08:07:23 LINUX RESTART (4 CPU) 08:16:57 08:16:57 08:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:16:57 08:09:02 126.64 43.56 83.08 0.00 7521.96 39459.89 0.00 08:16:57 08:10:01 3.45 0.88 2.57 0.00 45.89 58.44 0.00 08:16:57 08:11:01 0.35 0.00 0.35 0.00 0.00 4.61 0.00 08:16:57 08:12:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 08:16:57 08:13:01 0.20 0.00 0.20 0.00 0.00 2.91 0.00 08:16:57 08:14:01 0.32 0.00 0.32 0.00 0.00 4.56 0.00 08:16:57 08:15:01 0.33 0.02 0.32 0.00 0.13 4.08 0.00 08:16:57 08:16:01 0.17 0.00 0.17 0.00 0.00 1.48 0.00 08:16:57 Average: 16.54 5.58 10.95 0.00 950.52 4966.46 0.00 08:16:57 08:16:57 08:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:16:57 08:09:02 153808 0 595084 31.63 2620 1130044 1169776 39.92 446816 1120896 96 08:16:57 08:10:01 150644 0 596772 31.72 2620 1131520 1168156 39.87 449920 1121748 20 08:16:57 08:11:01 162880 0 584528 31.07 2620 1131528 1078060 36.79 444460 1116076 0 08:16:57 08:12:01 159088 0 588320 31.27 2620 1131528 1078276 36.80 449320 1115320 0 08:16:57 08:13:01 160300 0 587100 31.20 2620 1131536 1078060 36.79 454596 1109008 8 08:16:57 08:14:01 159820 0 587572 31.23 2620 1131544 1078068 36.79 455072 1109008 8 08:16:57 08:15:01 160276 0 587112 31.20 2620 1131548 1078060 36.79 454632 1109008 8 08:16:57 08:16:01 160284 0 587096 31.20 2620 1131556 1078060 36.79 452288 1111368 8 08:16:57 Average: 158388 0 589198 31.31 2620 1131350 1100814 37.57 450888 1114054 18 08:16:57 08:16:57 08:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:16:57 08:09:02 eth0 247.36 184.80 1062.18 87.73 0.00 0.00 0.00 0.00 08:16:57 08:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:09:02 docker0 8.63 7.23 1.20 19.59 0.00 0.00 0.00 0.00 08:16:57 08:10:01 eth0 2.88 2.39 4.55 0.77 0.00 0.00 0.00 0.00 08:16:57 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:11:01 eth0 0.88 0.08 0.07 0.04 0.00 0.00 0.00 0.00 08:16:57 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:12:01 eth0 0.98 0.38 0.32 0.21 0.00 0.00 0.00 0.00 08:16:57 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:13:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:16:57 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:14:01 eth0 0.33 0.22 0.15 0.07 0.00 0.00 0.00 0.00 08:16:57 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:16:57 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:16:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:16:57 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 Average: eth0 31.74 23.62 134.05 11.16 0.00 0.00 0.00 0.00 08:16:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:16:57 Average: docker0 1.08 0.91 0.15 2.46 0.00 0.00 0.00 0.00 08:16:57 08:16:57 08:16:57 ---> sar -P ALL: 08:16:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 08:16:57 08:16:57 08:07:23 LINUX RESTART (4 CPU) 08:16:57 08:16:57 08:08:01 CPU %user %nice %system %iowait %steal %idle 08:16:57 08:09:02 all 13.32 0.00 7.52 3.06 19.01 57.09 08:16:57 08:09:02 0 14.83 0.00 10.13 1.26 20.26 53.52 08:16:57 08:09:02 1 12.68 0.00 7.36 5.21 19.18 55.56 08:16:57 08:09:02 2 10.58 0.00 6.65 3.00 19.06 60.71 08:16:57 08:09:02 3 15.27 0.00 6.02 2.67 17.57 58.46 08:16:57 08:10:01 all 0.23 0.00 0.07 0.02 0.82 98.87 08:16:57 08:10:01 0 0.19 0.00 0.05 0.07 1.01 98.69 08:16:57 08:10:01 1 0.10 0.00 0.05 0.00 0.67 99.17 08:16:57 08:10:01 2 0.12 0.00 0.07 0.00 0.86 98.95 08:16:57 08:10:01 3 0.51 0.00 0.12 0.00 0.73 98.65 08:16:57 08:11:01 all 0.10 0.00 0.04 0.00 0.30 99.55 08:16:57 08:11:01 0 0.05 0.00 0.03 0.00 0.23 99.68 08:16:57 08:11:01 1 0.03 0.00 0.05 0.00 0.37 99.55 08:16:57 08:11:01 2 0.05 0.00 0.03 0.00 0.32 99.60 08:16:57 08:11:01 3 0.28 0.00 0.03 0.00 0.30 99.38 08:16:57 08:12:01 all 0.10 0.00 0.03 0.00 0.27 99.61 08:16:57 08:12:01 0 0.00 0.00 0.03 0.00 0.18 99.78 08:16:57 08:12:01 1 0.05 0.00 0.03 0.00 0.40 99.52 08:16:57 08:12:01 2 0.02 0.00 0.03 0.00 0.23 99.72 08:16:57 08:12:01 3 0.32 0.00 0.02 0.00 0.25 99.42 08:16:57 08:13:01 all 0.10 0.00 0.04 0.00 0.30 99.57 08:16:57 08:13:01 0 0.03 0.00 0.02 0.00 0.46 99.49 08:16:57 08:13:01 1 0.03 0.00 0.05 0.00 0.27 99.65 08:16:57 08:13:01 2 0.03 0.00 0.05 0.00 0.15 99.77 08:16:57 08:13:01 3 0.28 0.00 0.03 0.00 0.30 99.38 08:16:57 08:14:01 all 0.09 0.00 0.03 0.00 0.12 99.76 08:16:57 08:14:01 0 0.02 0.00 0.03 0.00 0.08 99.87 08:16:57 08:14:01 1 0.02 0.00 0.03 0.00 0.10 99.85 08:16:57 08:14:01 2 0.03 0.00 0.03 0.00 0.17 99.77 08:16:57 08:14:01 3 0.28 0.00 0.03 0.00 0.13 99.55 08:16:57 08:15:01 all 0.09 0.00 0.03 0.00 0.25 99.63 08:16:57 08:15:01 0 0.03 0.00 0.03 0.00 0.13 99.80 08:16:57 08:15:01 1 0.02 0.00 0.03 0.00 0.28 99.67 08:16:57 08:15:01 2 0.02 0.00 0.03 0.00 0.40 99.55 08:16:57 08:15:01 3 0.30 0.00 0.02 0.00 0.20 99.48 08:16:57 08:16:01 all 0.10 0.00 0.02 0.00 0.35 99.52 08:16:57 08:16:01 0 0.05 0.00 0.03 0.00 0.33 99.58 08:16:57 08:16:01 1 0.02 0.00 0.02 0.00 0.22 99.75 08:16:57 08:16:01 2 0.03 0.00 0.02 0.00 0.27 99.68 08:16:57 08:16:01 3 0.32 0.00 0.03 0.00 0.58 99.07 08:16:57 Average: all 1.80 0.00 0.99 0.39 2.72 94.10 08:16:57 Average: 0 1.89 0.00 1.29 0.16 2.83 93.83 08:16:57 Average: 1 1.67 0.00 0.98 0.67 2.77 93.90 08:16:57 Average: 2 1.40 0.00 0.89 0.39 2.76 94.56 08:16:57 Average: 3 2.22 0.00 0.80 0.34 2.54 94.10 08:16:57 08:16:57 08:16:57